@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,200;0,400;0,500;0,600;0,700;0,900;1,200;1,400;1,500;1,600;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Fira Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #1a1a1a;
    background: #F7F7F7;
    position: relative;
    z-index: -1;
}

.text-blue {color: #006DB6}

.modal {
    max-height: 96%;
    width: 70%;
}

.chip:hover {
    background: #243d57;
    color: white;
}

.modal-content img {
    border-radius: 5px;
}

.modal-footer .modal-close {
    color: #006DB6;
    text-transform: none;
    font-style: italic;
    font-weight: 700;
}

main {
    flex: 1 0 auto;
}

.container {
    width: 96%;
    max-width: 1280px;
}

h2, h3, h4, h5 {
    font-weight: 700;
}

strong {
    font-weight: 700;
}

.btn {
    background: #e63b3a;
    color: white;
    border-radius: 3px;
    text-transform: none;
    box-shadow: none;
    font-weight: 500;
}

.btn:hover {
    background: #8d2120;
    box-shadow: none;
}

.page-title {
    font-size: 3.6rem;
    font-weight: 500;
}

.page-title::after {
    content: "";
    display: block;
    height: 4px;
    border-radius: 10px;
    background: #e83d35;
    margin-top: 10px;
    width: 10vw;
}

.mb0 {margin-bottom: 0 !important;}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

header .top-nav {
    height: 96px;
}
      
header .top-nav .top-wrapper {
    height: 96px;
    display: flex;
    justify-content: space-between;
}

header .top-nav .top-wrapper .flex-logo {
    display: flex;
    align-items: center;
}

header .top-nav .top-wrapper .flex-logo .brand-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .top-nav .top-wrapper .flex-logo img {
    height: 80px;
    margin-right: 10px;
}

header .top-nav .top-wrapper .flex-logo {
    line-height: 1;
    font-size: 14px;
}

header .top-nav .top-wrapper .flex-logo .site-title {
    font-weight: 900;
    font-size: 26px;
}

header .top-nav .top-wrapper .address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
    text-align: center;
}   

header .top-nav .contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

header .top-nav .contacts .top-link {
    margin-left: 20px;
    color: #031E2F;
    font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

header .top-nav .contacts .top-link .icon-marker {
    margin-right: 7px;
    color: #e63b3a;
}

header nav {
    background: #00446A;
    box-shadow: none;
}

span.lang {
    color: #ffffff8a;
}

span.lang.active {
    color: #ffffff;
}

nav.breadcrumbs {
    background: transparent;
    box-shadow: none;
    line-height: 1.5em;
    padding-top: 0;
}

nav.breadcrumbs .nav-wrapper {
    display: flex;
    align-items: center;
}

nav.breadcrumbs, .breadcrumb:first-child {
    padding-left: 0;
}

nav.breadcrumbs, .breadcrumb, .breadcrumb:last-child {
    color: #e83d35;
    font-size: 1rem;
}

nav.breadcrumbs .breadcrumb:before {
    content: '/';
    color: #5e5e5e;
}

.breadcrumb:last-child {
    color: #5e5e5e;
}

nav.breadcrumbs .fa-home {
    font-size: 18px;
    line-height: normal;
    height: auto;
}

body.fixednav {padding-top:64px}
body.fixednav header {z-index:1000}
body.fixednav header nav {
    position:fixed;
    top:0;
    z-index: 1000;
}

@media (max-width: 601px) {
    body.fixednav {padding-top:58px}
}

header nav .menu-links .link-item {
    display: inline-block;
    padding: 0 20px;
    transition: .5s;
}

header nav .menu-links .link-item span {
    vertical-align: middle;
    opacity: 0.5;
    font-size: 1.3em;
    margin-right: 5px;
}

header nav .menu-links a:first-child {
    margin-left: -20px;
}

header nav .menu-links a:hover {
    background: #00000049;
}

header .mobile-menu {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .mobile-menu .bars {
    font-size: 24px;
    color: white;
}

header nav .dropdown-trigger {
    padding: 0 10px;
}

header nav .dropdown-content {
    box-shadow: 0px 3px 4px rgba(162, 162, 162, 0.25);
}

header nav .dropdown-content li > a, .dropdown-content li > span {
    font-size: 18px;
    color: #031E2F;
    padding: 14px 20px;
}

.slider {
    margin-top: 20px;
    margin-bottom: 40px
}

.slider .slides li .caption {
    top: 10%;
    left: 5%;
    text-shadow: 0px 7px 4px rgba(0, 0, 0, 0.31);
}

.slider .indicators {
    z-index: 2;
}

.slider .indicators .indicator-item.active {
    background-color: #e83d35;
}

.left-arrow {
    position: absolute;
    left: 40px;
    top: 50%;
    font-size: 60px;
    margin-top: -30px;
    color: #ffffffab;
    z-index: 10;
    cursor: pointer;
}

.right-arrow {
    position: absolute;
    right: 40px;
    top: 50%;
    font-size: 60px;
    margin-top: -30px;
    color: #ffffffab;
    z-index: 10;
    cursor: pointer;
}

.parallax-container {
    display: flex;
    align-items: center;
}

.parallax-container h1 {
    border-left: #ffffffb0 solid 6px;
    font-size: 3.2em;
    font-weight: 500;
    padding: 10px 0 10px 20px;
    margin: 0;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 57%);
}

.section {
    padding: 40px 0;
}

.section h1 {
    border-left: #185685  solid 6px;
    font-size: 2.2em;
    font-weight: 700;
    padding: 10px 0 10px 20px;
    margin: 0;
}

.section h2 {
    font-size: 1.8em;
    font-weight: 700;
    margin: 0;
}

.section h2::after {
    content: "";
    display: block;
    height: 4px;
    border-radius: 10px;
    background: #e83d35;
    margin-top: 10px;
    width: 3vw;
}

.section h3 {
    font-size: 1.8em;
    font-weight: 700;
    margin: 0;
}

.section.slide-show {
    padding: 0;
}

.card {
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    border-radius: 7px;
    overflow: hidden;
}

.card .card-action .date-news {
    float: right;
    font-size: 14px;
    color: #9e9e9e;
}

.card .card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: top center;
}

.card .card-image .card-icon {
    width: 80px;
    height: 80px;
    background: #185685 ;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    right: 20px;
    bottom: -40px;
}

.card .card-image .card-icon img {
    max-width: 40px;
    max-height: 40px;
}

.card .card-content .card-title {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 10px;
    height: 2rem;
}

.card .card-content .introtext {
    line-height: 1rem;
    font-size: 0.9rem;
    height: 2rem;
    overflow: hidden;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #e83d35;
    text-transform: none;
    font-weight: 500;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
    color: #8d2120;
}

.section.categories .card .card-content .card-title {
    height: 2rem;
}

blockquote {
    border-left: #185685  solid 6px;
    padding: 10px 0 10px 20px;
}

.section.services .flex-container .circle {
    width: 110px;
    height: 110px;
    background: #185685;
    border: 14px solid #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -55px;
    padding: 20px;
}

.section.services .flex-container .circle img {
    max-width: 40px;
    max-height: 40px;
}

.section.advantages .flex-container {
    margin-top: 128px;
}


.section.advantages .flex-container .circle {
    width: 110px;
    height: 110px;
    background: #185685 ;
    border: 14px solid #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -55px;
}

.section.advantages .flex-container .circle span {
    color: white;
    font-weight: 700;
    font-size: 32px;
}

.about ul li {
    position: relative;
    padding: 0 20px;
}

.about ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e74948;
}

.section-content ul li {
    position: relative;
    padding: 0 20px;
}

.section-content ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e74948;
}

.section-content ul.pagination li::before {
    display: none;
}

.pagination li.active {
    background-color: #e83d35;
}

.pagination li a {
    padding: 0;
}

.card-panel {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
}

.card-panel .card-title {
    font-weight: 700;
    font-size: 2rem;
}

.margin-minus-20 {
    margin: -20px;
}

.page-footer {
    padding-top: 40px;
    background: #1a1a1a;
    color: #FFFFFF;
}

.page-footer h3 {
    font-size: 24px;
    color: #e83d35;
    opacity: 0.5;
    font-weight: 500;
    margin-top: 10px;
}

.page-footer .menu-footer.contacts {
    margin-left: 20px;
}

.page-footer .menu-footer.contacts a {
    font-size: 1.4rem;
    font-style: italic;
}

.page-footer .menu-footer .link-item {
    padding: 0 5px;
    white-space: nowrap;
}

.page-footer .menu-footer a {
    color: white;
}

.page-footer .menu-footer a:hover {
    color: #e83d35;
    opacity: 0.5;
}

.page-footer .menu-footer a span {
    display: none;
}

.page-footer .footer-copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.846);
}

#up-arrow {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 40px;
    color: #e83d35;
    display: none;
    cursor: pointer;
}

.section-content .card-content ul{
    padding-left: 40px;
}

.section-content .card-content ul > li {
    position: relative;
    padding: 10px 20px;
    list-style-type: none;
}

.section-content .card-content ul > li:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    content: "\f013";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: -5px;
    top: 12px;
    font-size: 16px;
    color: #a9cbe4;
}

.contact-page .card-content strong {
    font-weight: 500;
}

.contact-page .card-content .divider {
    margin: 10px 0;
}

.contact-page .card-content .left-icon {
    color: #e83d35;
    opacity: 0.5;
    float: left;
    margin-right: 10px;
}

.workProcess {
    display: flex;
    justify-content: center;
    align-items: center;
}

.workProcess .item {
    background: #016EB7;
    color: white;
    display: flex;
    align-items: center;
    height: 70px;
    position: relative;
    justify-content: center;
    margin-right: 40px;
    padding: 60px 40px;
}

.workProcess .item::before {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #9e9e9e;
    border-width: 60px 20px;
    width: 0;
    height: 0;
    border-color: #016EB7;
    border-left-color: transparent;
    left: -20px;
}

.workProcess .item::after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #016EB7;
    border-width: 60px 20px;
    width: 0;
    height: 0;
    left: 100%;
    border-color: transparent;
    border-left-color: #016EB7;
}

.docs-section a {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 95px;
    height: 75px;
    color: #1a1a1a;
    font-weight: 700;
    padding-right: 10px;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 40px;
    transition: 0.5s;
}

.docs-section a:hover {
    color: #e83d35;
}

.docs-section a span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.docs-section a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 85px;
    height: 100px;
    background: url(/assets/img/pdf.svg) center center no-repeat;
    background-size: contain;
}



.copy-pt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pteam {
    font-size: 1rem;
    color: white;
    font-weight: 300;
    text-align: left;
    border-bottom: none;
    line-height: 1.5rem;
    opacity:.8;
}

.pteam:hover {
    text-decoration: underline;
}

.pteam svg {
    height: 50px;
    margin-right: 10px;
}

.pteam svg path,
.pteam svg polygon {
    fill: white;
}


@media screen  and (max-width: 750px) {
    
    .modal {
        max-height: 96%;
        width: 90%;
    }
    
    .row .col {
        padding: 0 0.3rem;
    }

    header .top-nav .top-wrapper .flex-logo .site-title {
        font-weight: 900;
        font-size: 20px;
    }

    header .top-nav .contacts {
        flex-direction: row;
    }

    header nav .menu-links .link-item {
        display: none;
    }

    .slider, .slider .slides {
        height: 200px !important;
    }
    
    .slider .slides li img {
        filter: blur(4px);
    }

    .slider .indicators {
        bottom: -40px;
    }

    .slider .indicators .indicator-item {
        border-color: #a1a1a1;
        height: 12px;
        width: 12px;
    }
    
    .slider .slides li .caption {
        width: 90%;
    }

    .slider .slides li .caption h3 {
        font-size: 1.2em;
    }

    .slider .slides li .caption h5 {
        font-size: 1em;
    }

    .flex-container .card {
        flex: 1;
        margin: 70px 10px 0 10px;
        flex: 1 1 30%;
    }

    .section {
        padding: 40px 0;
    }

    .section.services {
        padding-top: 250px;
    }

    .section.advantages .flex-container {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    
    .about .item {
        background: none;
    }

    .about .item .year {
        padding: 0;
    }
    
    .about .item .text {
        margin-left: 0;
    }
    
    .parallax-container h1 {
        font-size: 1.6em;
    }

}

@media screen and (min-width: 751px)  and (max-width: 1000px) {

    header nav .menu-links .link-item {
        display: none;
    }

    .slider, .slider .slides {
        height: 300px !important;
    }

    .slider .indicators {
        bottom: 10px;
    }

    .flex-container .card {
        flex: 1;
        margin: 70px 10px 0 10px;
        flex: 1 1 30%;
    }

    .section.advantages .flex-container {
        margin-top: 0px;
    }


}

@media screen and (min-width: 1001px) and (max-width: 1360px) {
    .slider, .slider .slides {
        height: 400px !important;
    }

    .slider .indicators {
        bottom: 30px;
    }
}




@media screen and (max-width: 600px) {
    .brand-logo img {
        max-width: 200px;
    }

    .card .card-content {
        font-size: 16px;
        padding: 15px 10px;
    }
    
}


@media screen and (max-width: 1000px) {
    header .top-nav .search-form {
        display: none;
    }
}


