

/* Start:/local/templates/main/css/style.css?1753083282128560*/
@charset "UTF-8";
*{
    box-sizing:border-box;
    padding:0;
    margin:0
}
body{
    background-color:#fff;
    display:flex;
    flex-direction:column;
    min-height:100vh
}
body.popupOpen{
    overflow:hidden
}
:root{
    --containerWidth: 1380px;
    --sliderTransitionDuration: .75s;
    --screenHeight: 100vh
}
@supports (max-height: 100dvh){
    :root{
        --screenHeight: 100dvh
    }
}
@media (max-width: 1440px){
    :root{
        --containerWidth: 1260px
    }
}
@media (max-width: 1100px){
    :root{
        --containerWidth: 360px
    }
}

.container{
    width:100%;
    margin:0 auto;
    padding:0 20px;
    max-width:var(--containerWidth)
}
.halfContainer{
    width:100%;
    max-width:calc(var(--containerWidth) / 2)
}
.halfContainer.left{
    padding-left:20px;
    margin-left:auto
}
.halfContainer.right{
    padding-right:20px;
    margin-right:auto
}
.halfContainer h1{
    text-transform:uppercase;
    font:600 28px/1.3 Open Sans;
    letter-spacing:-.015em
}
.halfContainer h2{
    text-transform:uppercase;
    font:600 28px/1.3 Open Sans;
    letter-spacing:-.015em
}
@media (max-width: 1100px){
    .halfContainer.left,.halfContainer.right{
        max-width:var(--containerWidth);
        margin:0 auto
    }
    .halfContainer h2{
        font-size:16px
    }
}
.v2 .halfContainer h1{
    font-weight:700
}
.v2 .halfContainer h2{
    font-weight:700
}
section.tophead{
    height:48px;
    background-color:#696969;
    font: 14px/1.4 Roboto
}
section.tophead .container{
    display:flex;
    align-items:center;
    gap:24px;
    height:100%
}
section.tophead .contactItem{
    display:flex;
    align-items:center;
    gap:6px;
    text-decoration:none;
    color:#fff
}

section.tophead .contactItem:hover img,section.tophead .contactItem:hover {
    color:#c70000;
    filter: brightness(0) saturate(100%) invert(9%) sepia(90%) saturate(5954%) hue-rotate(6deg) brightness(95%) contrast(116%);
}

section.tophead .socials{
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:16px
}
@media (max-width: 1100px){
    section.tophead{
        display:none
    }
}
.v2 section.tophead{
    font:600 14px/26px Open Sans;
    color:#ddd
}
.v2 section.tophead .socials{
    gap:20px
}
.v2 section.tophead .socials a img:hover {
    filter: brightness(0) saturate(100%) invert(9%) sepia(90%) saturate(5954%) hue-rotate(6deg) brightness(95%) contrast(116%);
}

section.navigation{
    height:80px;
    border-bottom:1px solid #ddd;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}
section.navigation .container{
    display:flex;
    align-items:center;
    height:100%
}
section.navigation .logo{
    width:102px
}
section.navigation .logo img{
    max-width:100%
}
section.navigation nav{
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:36px
}
section.navigation nav a,section.navigation nav .menuGroup{
    font:700 16px/26px Open Sans;
    color:#9b9b9b;
    letter-spacing:1px;
    text-decoration:none;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    gap:4px;
    cursor:pointer;
    transition: color 1s ease-out;
}
section.navigation nav a:hover,section.navigation nav .menuGroup:hover {
    color: #c70000;
}
section.navigation nav a.active,section.navigation nav .menuGroup.active{
    color:#333
}
section.navigation nav a.active>img,section.navigation nav .menuGroup.active>img{
    filter:brightness(0)
}
section.navigation nav .menuGroup{
    position:relative
}
section.navigation nav .subnav{
    display:none;
    width:255px;
    padding:8px 16px;
    flex-direction:column;
    gap:2px;
    border:1px solid #efefef;
    border-radius:2px;
    background-color:#fff;
    box-shadow:0 0 16px #22324c12;
    position:absolute;
    z-index:5;
    top:70px;
    left:50%;
    transform:translate(-50%)
}
section.navigation nav .subnav a{
    text-decoration:none;
    text-transform:none;
    letter-spacing:normal;
    color:#9b9b9b;
    padding:8px 0;
    font: 14px/1.56 Roboto
}
section.navigation nav .subnav a:hover{
    color:#696969
}
section.navigation nav .menuGroup.open .subnav{
    display:flex
}
section.navigation .buttons{
    width:304px;
    display:flex;
    align-items:center;
    gap:16px;
    justify-content:flex-end
}
section.navigation .buttons .order{
    color:#9b9b9b;
    border:1px solid #ddd;
    border-radius:2px;
    height:44px;
    font:700 14px/1 Open Sans;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    text-transform:uppercase;
    border-color:#c70000;
    color:#fff;
    width:216px;
    background: linear-gradient(-45deg, #fff 40%, #fff 0 60%, #fff 0) right/300% 100% no-repeat, linear-gradient(-45deg, #c70000 40%, #000 0 60%, #c70000 0) right/300% 100% no-repeat;
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    transition: 0.8s;
}
section.navigation .buttons .order:hover{
    background-position: left;
}
section.navigation .buttons .languageSelector{
    color:#9b9b9b;
    border:1px solid #ddd;
    border-radius:2px;
    height:44px;
    font:700 14px/1 Open Sans;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    text-transform:uppercase;
    width:72px;
    gap:4px;
    position:relative
}
section.navigation .buttons .languageSelector .currentLanguage{
    text-transform:uppercase;
    display:none;
    font-size:16px
}
section.navigation .buttons .languageSelector[data-lang=ru] .currentLanguage[data-lang=ru]{
    display:block
}
section.navigation .buttons .languageSelector[data-lang=en] .currentLanguage[data-lang=en]{
    display:block
}
section.navigation .buttons .languageSelector.open{
    border-color:#333
}
section.navigation .buttons .languageSelector.open .currentLanguage{
    color:#333
}
section.navigation .buttons .languageSelector.open>img{
    filter:brightness(0)
}
section.navigation .buttons .languageSelector.open .languagesList{
    display:flex
}
section.navigation .buttons .languageSelector .languagesList{
    display:none;
    flex-direction:column;
    position:absolute;
    top:78px;
    left:50%;
    width:72px;
    transform:translate(-50%);
    border:1px solid #efefef;
    border-radius:2px;
    background-color:#fff;
    box-shadow:0 0 16px #22324c12;
    padding:8px 16px;
    color:#9b9b9b
}
section.navigation .buttons .languageSelector .languagesList .lang{
    padding:8px 0;
    font: 14px/1.56 Roboto;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
section.navigation .buttons .languageSelector .languagesList .lang:hover{
    color:#696969
}
section.navigation .hamburger{
    display:none;
    height:100%;
    align-items:center;
    justify-content:center;
    margin-left:auto;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
section.navigation .hamburger .close{
    display:none
}
section.navigation .hamburger.open img{
    display:none
}
section.navigation .hamburger.open .close{
    display:block
}
@media (max-width: 1100px){
    section.navigation{
        height:72px
    }
    section.navigation nav,section.navigation .buttons{
        display:none
    }
    section.navigation .logo{
        width:78px
    }
    section.navigation .hamburger{
        display:flex
    }
}
aside.mobileMenu{
    --heightCorrector: 72px;
    display:none;
    flex-direction:column;
    position:fixed;
    width:100%;
    max-width:360px;
    top:72px;
    left:50%;
    transform:translate(-50%);
    height:calc(var(--screenHeight) - var(--heightCorrector));
    background-color:#fff;
    z-index:3;
    overflow-y:auto;
    box-shadow:0 1100px 0 1100px #323232f7
}
@supports not (height: 100dvh){
    aside.mobileMenu{
        --heightCorrector: 132px
    }
}
@media (max-width: 1100px){
    aside.mobileMenu.open{
        display:flex
    }
}
aside.mobileMenu nav{
    padding:42px 42px 52px;
    font:700 20px/1.2 Open Sans;
    color:#9b9b9b;
    text-transform:uppercase;
    display:flex;
    flex-direction:column;
    gap:38px;
    border-bottom:1px solid #ddd
}
aside.mobileMenu nav a{
    color:inherit;
    text-decoration:none
}
aside.mobileMenu .contactUs{
    padding:24px 32px;
    font:700 20px/1.2 Open Sans;
    color:#9b9b9b;
    text-transform:uppercase;
    text-decoration:none
}
aside.mobileMenu .menuGroup{
    display:flex;
    gap:6px;
    align-items:center;
    cursor:pointer
}
aside.mobileMenu .menuGroup img{
    width:18px;
    transform:rotate(-90deg)
}
aside.mobileMenu .subnav{
    display:none
}
aside.mobileMenu .menuFooter{
    margin-top:auto;
    height:80px;
    flex-shrink:0;
    padding:0 32px;
    display:flex;
    align-items:center;
    background-color:#696969;
    font-size:0
}
aside.mobileMenu .menuFooter img{
    width:32px
}
aside.mobileMenu .menuFooter .socials{
    margin-left:auto;
    display:flex;
    gap:20px
}
aside.mobileMenu nav.openSubmenu{
    padding:24px 42px
}
aside.mobileMenu nav.openSubmenu>*,aside.mobileMenu nav.openSubmenu+.contactUs{
    display:none
}
aside.mobileMenu nav.openSubmenu .menuGroup.open{
    display:block
}
aside.mobileMenu .subnav.open{
    display:flex;
    flex-direction:column;
    padding:0 40px 24px 70px;
    margin-top:4px
}
aside.mobileMenu .subnav.open a{
    padding:20px 0;
    font: 14px/1.56 Roboto;
    color:#9b9b9b;
    text-decoration:none;
    border-bottom:1px solid #ddd
}
aside.mobileMenu .subnav.open a:last-child{
    border:none
}
.v2 section.navigation .buttons .order{
    width:auto;
    padding:0 16px
}
section.topSlider{
    --paddingV: 110px;
    padding:var(--paddingV) 0;
    background:bottom right url(/local/templates/main/css/../images/mountains.jpg) no-repeat transparent;
    background-size:51.67% auto
}
section.topSlider .container{
    display:grid;
    grid-template:auto/100%;
    position:relative
}
section.topSlider .sliderContent{
    width:652px;
    grid-row:1;
    grid-column:1;
    opacity:0;
    transform:translate(-100%);
    transition:opacity var(--sliderTransitionDuration),transform var(--sliderTransitionDuration),left calc(var(--sliderTransitionDuration) / 5) linear;
    pointer-events:none;
    z-index:2;
    position:relative
}
section.topSlider .sliderContent.visible{
    transform:none;
    opacity:1;
    pointer-events:auto
}
section.topSlider header,section.topSlider h1{
    font:700 44px/1.3 Roboto;
    letter-spacing:.005em;
    color:#333;
    margin-bottom:36px;
    text-transform:uppercase
}
section.topSlider .subheader{
    color:#696969;
    font: 18px/1.6 Roboto;
    margin-bottom:80px
}
section.topSlider button{
    color:#9b9b9b;
    border:1px solid #ddd;
    border-radius:2px;
    height:44px;
    font:700 14px/1 Open Sans;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    text-transform:uppercase;
    background-color:#696969;
    border-color:#696969;
    color:#fff;
    width:216px;
     background: linear-gradient(-45deg, #fff 40%, #fff 0 60%, #fff 0) right/300% 100% no-repeat, linear-gradient(-45deg, #696969 40%, #000 0 60%, #696969 0) right/300% 100% no-repeat;
     -webkit-background-clip: text, padding-box;
     background-clip: text, padding-box;
     transition: 0.8s;
}
section.topSlider button:hover{
    background-position:left;
}
section.topSlider .counter{
    letter-spacing:.01em;
    font:600 42px/1 Open Sans;
    align-self:start;
    justify-content:flex-end;
    grid-row:1;
    grid-column:1;
    display:flex;
    align-items:flex-end;
    color:#333;
    z-index:1
}
section.topSlider .counter .divider{
    margin-right:6px
}
section.topSlider .counter .totalSlides{
    color:#9b9b9b;
    font-size:32px
}
@media (max-width: 1100px){
    section.topSlider .counter{
        font-size:24px;
        line-height:36px
    }
    section.topSlider .counter .totalSlides{
        font-size:20px
    }
}
@media (max-width: 1440px){
    section.topSlider{
        padding-top:132px
    }
    section.topSlider .counter{
        margin-right:90px
    }
}
@media (max-width: 1100px){
    section.topSlider{
        padding:48px 0 0;
        max-width:var(--containerWidth);
        width:100%;
        margin:0 auto;
        background-position:bottom left -305px;
        background-size:auto 346px
    }
    section.topSlider .container{
        min-height:592px
    }
    section.topSlider .sliderContent{
        width:100%
    }
    section.topSlider .counter{
        display:none
    }
    section.topSlider header,section.topSlider h1{
        font-size:24px;
        margin-bottom:16px
    }
    section.topSlider .subheader{
        font-size:14px;
        line-height:1.7;
        margin-bottom:24px
    }
}
.v2 section.topSlider{
    min-height:auto
}
.v2 section.topSlider .container{
    min-height:calc(560px - 2 * var(--paddingV))
}
.v2 section.topSlider .sliderContent{
    display:flex;
    flex-direction:column
}
.v2 section.topSlider header.size32{
    font-size:32px;
    line-height:1.5;
    letter-spacing:.01em
}
.v2 section.topSlider header.size48{
    font-size:48px;
    line-height:1.5;
    letter-spacing:.01em
}
.v2 section.topSlider header.size36{
    font-size:36px
}
.v2 section.topSlider .subheader{
    font-size:16px
}
.v2 section.topSlider .subheader.size13{
    font-size:13px
}
.v2 section.topSlider .subheader.size16{
    font-size:16px
}
.v2 section.topSlider .subheader.upperCase{
    text-transform:uppercase
}
.v2 section.topSlider .subheader li{
    list-style-position:inside
}
.v2 section.topSlider button{
}
.v2 section.topSlider .arrow{
    z-index:3;
    position:absolute;
    top:50%;
    filter:grayscale(1);
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    transform:translateY(-50%);
    display:none
}
.v2 section.topSlider .arrow.visible{
    display:block
}
.v2 section.topSlider .arrow:hover{
    filter:none
}
.v2 section.topSlider .arrow.prev{
    left:-60px
}
.v2 section.topSlider .arrow.next{
    right:-60px;
    transform:translateY(-50%) rotate(180deg)
}
@media (max-width: 1500px) and (min-width: 1101px){
    .v2 section.topSlider .container.thin{
        width:calc(100% - 120px)
    }
}
@media (max-width: 1440px){
    .v2 section.topSlider .sliderContent header{
        font-size:24px;
        line-height:1.3
    }
}
@media (max-width: 1100px){
    .v2 section.topSlider{
        --paddingV: 42px;
        padding:var(--paddingV) 0
    }
    .v2 section.topSlider .container{
        height:calc(var(--screenHeight) - 2 * var(--paddingV) - 72px);
        min-height:calc(568px - 2 * var(--paddingV));
        max-height:800px
    }
    .v2 section.topSlider button{
        margin-top:0
    }
    .v2 section.topSlider .arrow.visible{
        display:none
    }
}
section.services{
    height:172px;
    display:flex;
    background-image:linear-gradient(to right,#c70000 50%,#696969 50%)
}
section.services .halfContainer{
    height:100%
}
section.services .left,section.services .right{
    padding-top:36px
}
section.services .left{
    color:#fff
}
section.services .right{
    color:#efefef;
    padding-left:110px;
    font: 16px/1.7 Roboto;
    letter-spacing:.01em
}
section.services a{
    margin-top:32px;
    font:500 16px/1 Roboto;
    letter-spacing:.01em;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    display:inline-flex;
    gap:8px;
    align-items:center
}
section.services a img{
    filter:brightness(0) invert(1)
}
section.services a .mobile{
    display:none
}
@media (max-width: 1100px){
    section.services{
        height:auto;
        flex-direction:column;
        background-image:none
    }
    section.services .left,section.services .right{
        padding-top:0;
        margin:0 auto
    }
    section.services .left{
        height:80px;
        background-color:#c70000;
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:16px;
        padding-right:20px
    }
    section.services a{
        margin-top:0;
        font-size:12px
    }
    section.services a img{
        display:none
    }
    section.services a .mobile{
        display:block
    }
    section.services .right{
        background-color:#696969;
        color:#ddd;
        padding:24px 20px;
        font-size:12px;
        line-height:1.6
    }
}
.v2 section.services{
    height:231px
}
.v2 section.services .left,.v2 section.services .right{
    padding-top:48px
}
.v2 section.services .right{
    padding-left:50px;
    line-height:1.6
}
.v2 section.services a{
    margin-top:67px;
    font-weight:400
}
@media (max-width: 1440px) and (min-width: 1101px){
    .v2 section.services .right{
        line-height:1.7
    }
}
@media (max-width: 1100px){
    .v2 section.services{
        height:auto
    }
    .v2 section.services .left,.v2 section.services .right{
        padding:24px 20px;
        height:auto
    }
    .v2 section.services .left{
        flex-direction:column;
        align-items:flex-start;
        gap:24px
    }
    .v2 section.services h2{
        font:700 24px/1.25 Open Sans;
        letter-spacing:normal
    }
    .v2 section.services a{
        margin-top:0;
        font: 16px/1.5 Roboto
    }
}
section.trusters{
    border-bottom:1px solid #ddd;
    padding:68px 0;
    --sliderHeight: 46px
}
section.trusters .title{
    color:#333;
    letter-spacing:.01em;
    font:500 18px/1.4 Roboto;
    margin-bottom:54px;
    text-transform:uppercase
}
 section.trusters .trusters{
    display:grid;
    grid-auto-columns:max-content;
    grid-auto-flow:column;
    justify-content:space-between;
    align-items:center;
    transition-timing-function:linear
}
section.trusters .trusters .swiper-slide{
    display:flex;
    align-items:center;
    justify-content:center
}
section.trusters .trusters .swiper-slide:hover .colored{
    display:block
}
section.trusters .trusters .swiper-slide:hover .desaturated{
    display:none
}
section.trusters .trusters img{
    filter:saturate(0) opacity(.6);
    max-width:100%;
    height:auto
}
section.trusters .trusters .desaturated,section.trusters .trusters .colored{
    filter:none
}
section.trusters .trusters .colored{
    display:none
}
@media (max-width: 1100px){
    section.trusters{
        padding:24px 0;
        border-bottom:none
    }
    section.trusters .title{
        margin-bottom:24px;
        font-size:14px;
        color:#696969
    }
    section.trusters .swiper{
        -webkit-user-select:none;
        -moz-user-select:none;
        user-select:none
    }
}
section.ourServices,section.partners{
    display:flex;
    background-color:#fafafa
}
section.ourServices .left,section.partners .left,section.ourServices .right,section.partners .right{
    padding-top:60px;
    padding-bottom:60px
}
section.ourServices .right,section.partners .right{
    padding-left:106px;
    color:#696969;
    font: 16px/1.7 Roboto;
    letter-spacing:.01em
}
section.ourServices h3,section.partners h3{
    font:700 40px/1.2 Open Sans;
    color:#333;
    text-transform:uppercase
}
@media (max-width: 1100px){
    section.ourServices,section.partners{
        flex-direction:column
    }
    section.ourServices .left,section.partners .left,section.ourServices .right,section.partners .right{
        padding:0 20px
    }
    section.ourServices .left,section.partners .left{
        padding-top:24px
    }
    section.ourServices .right,section.partners .right{
        margin-top:16px;
        font-size:14px
    }
    section.ourServices h3,section.partners h3{
        font-size:22px;
        line-height:1.3
    }
}
section.servicesList{
    background-color:#fafafa;
    padding:54px 0
}
section.servicesList .container{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-auto-rows:262px
}
section.servicesList .card{
    padding:32px;
    border:1px solid #ddd;
    border-width:1px 1px 0 0;
    background-color:#fff;
    text-decoration:none;
    display:flex;
    flex-direction:column;
    justify-content:space-between
}
section.servicesList .card:hover img{
    filter:none
}
section.servicesList .name{
    color:#333;
    text-transform:uppercase;
    font: 24px/1.4 Roboto
}
section.servicesList img{
    width:32px;
    filter:saturate(0) brightness(2.6)
}
@media (max-width: 1100px){
    section.servicesList{
        padding:24px 0 32px
    }
    section.servicesList .container{
        grid-template-columns:100%;
        grid-auto-rows:auto
    }
    section.servicesList .card{
        padding:26px 24px;
        flex-direction:row;
        gap:24px
    }
    section.servicesList .name{
        font-size:16px;
        line-height:1.5
    }
}
section.consultation{
    padding:115px 0;
    height:660px;
    --leftBlockWidth: 545px
}
section.consultation .container{
    height:100%;
    position:relative;
    display:grid;
    grid-template-columns:var(--leftBlockWidth) 1fr;
    gap:30px
}
section.consultation .left,section.consultation .right{
    height:100%;
    display:grid;
    grid-template:auto/100%
}
section.consultation .right{
    --containerUsefulArea: calc(var(--containerWidth) - var(--leftBlockWidth));
    --screenUsefulArea: calc(100vw - var(--leftBlockWidth));
    --minimalUsefulArea:calc(min(var(--containerUsefulArea), var(--screenUsefulArea)) - 70px);
    max-width:var(--minimalUsefulArea);
    position:relative
}
section.consultation .sliderContent{
    height:100%;
    grid-row:1;
    grid-column:1;
    display:flex;
    flex-direction:column;
    opacity:0;
    pointer-events:none;
    transition:opacity var(--sliderTransitionDuration)
}
section.consultation .sliderContent.visible{
    opacity:1;
    pointer-events:auto
}
section.consultation .right .sliderContent{
    padding-bottom:128px;
    display:flex;
    align-items:center;
    justify-content:center
}
section.consultation .slider{
    width:100%;
    height:70px;
    grid-row:1;
    grid-column:1;
    align-self:end;
    z-index:2;
    display:flex;
    gap:24px;
    align-items:center
}
section.consultation .slider .prev,section.consultation .slider .next{
    flex-shrink:0;
    cursor:pointer;
    width:32px;
    filter:saturate(0) brightness(3.8)
}
section.consultation .slider .prev.swiper-button-disabled img,section.consultation .slider .next.swiper-button-disabled img{
    display:none
}
section.consultation .slider .prev{
    transform:rotate(180deg)
}
section.consultation .swiper{
    max-width:calc(100% - 112px)
}
section.consultation .swiper-wrapper{
    display:flex;
    width:100%;
    align-items:center;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
section.consultation .swiper-slide{
    flex-shrink:1;
    cursor:pointer;
    filter:saturate(0)
}
section.consultation .swiper-slide.active{
    filter:none
}
section.consultation header{
    font:700 40px/1.2 Open Sans;
    color:#333;
    text-transform:uppercase
}
section.consultation .subheader{
    margin-top:32px;
    font: 16px/1.7 Roboto;
    letter-spacing:.01em;
    color:#696969
}
section.consultation .subheader p+p{
    margin-top:12px
}
section.consultation .tops{
    margin-top:20px
}
section.consultation .topLine{
    display:grid;
    grid-template-columns:100px 1fr;
    align-items:center;
    gap:32px;
    padding:12px 0;
    color:#696969;
    font: 16px/1.25 Roboto;
    letter-spacing:.01em
}
section.consultation .topLine .top{
    font:700 18px/1.2 Open Sans;
    letter-spacing:.01em;
    text-transform:uppercase
}
section.consultation .topLine big{
    font-size:30px
}
section.consultation .topLine+.topLine{
    border-top:1px solid #ddd
}
section.consultation button{
    color:#9b9b9b;
    border:1px solid #ddd;
    border-radius:2px;
    height:44px;
    font:700 14px/1 Open Sans;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    text-transform:uppercase;
    background-color:#c70000;
    border-color:#c70000;
    color:#fff;
    margin-top:auto;
    width:254px;
    letter-spacing:.5px;
    background: linear-gradient(-45deg, #fff 40%, #fff 0 60%, #fff 0) right/300% 100% no-repeat, linear-gradient(-45deg, #c70000 40%, #000 0 60%, #c70000 0) right/300% 100% no-repeat;
     -webkit-background-clip: text, padding-box;
     background-clip: text, padding-box;
     transition: 0.8s;
}
section.consultation button:hover{
    background-position:left;
}
section.consultation .counter{
    font:600 42px/1 Open Sans;
    align-self:start;
    justify-content:flex-end;
    grid-row:1;
    grid-column:1;
    display:flex;
    align-items:flex-end;
    font-size:30px;
    line-height:45px;
    color:#333;
    letter-spacing:.01em;
    z-index:3;
    position:absolute;
    top:0;
    right:0
}
section.consultation .counter .divider{
    margin-right:6px
}
section.consultation .counter .totalSlides{
    color:#9b9b9b;
    font-size:32px
}
section.consultation .counter .totalSlides{
    font-size:26px
}
@media (max-width: 1100px){
    section.consultation .counter{
        font-size:24px;
        line-height:36px
    }
    section.consultation .counter .totalSlides{
        font-size:20px
    }
}
@media (max-width: 1440px){
    section.consultation .right{
        max-width:calc(var(--minimalUsefulArea) + 92px);
        margin-left:-92px
    }
}
@media (max-width: 1280px){
    section.consultation .counter{
        right:20px
    }
}
@media (max-width: 1100px){
    section.consultation{
        height:auto;
        padding:58px 0 25px
    }
    section.consultation .container{
        grid-template-columns:100%;
        gap:48px
    }
    section.consultation .left .sliderContent{
        display:none
    }
    section.consultation .left .sliderContent.visible{
        display:block
    }
    section.consultation .left .sliderContent.forceHidden{
        display:none
    }
    section.consultation .left .sliderContent.forceVisible{
        display:block
    }
    section.consultation .right{
        max-width:100%;
        margin-left:0
    }
    section.consultation .right .sliderContent{
        align-items:flex-start;
        justify-content:flex-start
    }
    section.consultation .right .sliderContent img{
        max-height:128px;
        max-width:220px
    }
    section.consultation header{
        font:700 22px/1.3 Roboto;
        letter-spacing:.005em
    }
    section.consultation .subheader{
        margin-top:16px
    }
    section.consultation button{
        margin-top:24px
    }
    section.consultation .slider .prev,section.consultation .slider .next{
        display:none
    }
    section.consultation .swiper{
        max-width:100%
    }
    section.consultation .counter{
        font-size:24px;
        line-height:36px
    }
    section.consultation .counter .totalSlides{
        font-size:20px
    }
}
.v2 section.consultation header{
    font:700 40px/1.2 Open Sans
}
@media (max-width: 1100px){
    .v2 section.consultation{
        padding:42px 0
    }
    .v2 section.consultation .container{
        gap:42px
    }
    .v2 section.consultation .right .sliderContent{
        padding-bottom:102px
    }
    .v2 section.consultation .counter{
        right:0
    }
    .v2 section.consultation header{
        font-size:24px;
        line-height:1.3;
        letter-spacing:-.03em
    }
    .v2 section.consultation .subheader{
        font-size:14px
    }
    .v2 section.consultation button{
        width:100%
    }
}
.v2 section.partners{
    background-color:#fff;
    border-top:1px solid #ddd
}
.v2 section.partners .left,.v2 section.partners .right{
    padding-bottom:32px
}
.v2 section.partners .right{
    padding-left:56px
}
@media (max-width: 1100px){
    .v2 section.partners{
        border-top:none;
        border-bottom:1px solid #ddd
    }
    .v2 section.partners .left{
        padding-bottom:0
    }
    .v2 section.partners h3{
        font-size:24px;
        line-height:1.25
    }
    .v2 section.partners .right{
        padding-left:20px
    }
}
section.partnersInfo{
    background-color:#fafafa;
    padding:68px 0
}
section.partnersInfo .container{
   /* display:grid;*/
   /* grid-template-columns:repeat(4,1fr);*/
    /*gap:30px;*/
    /*justify-content:space-between*/
}
section.partnersInfo figure{
    cursor:pointer
}
section.partnersInfo img{
    border-radius:2px;
    width:298px;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:bottom center;
    object-position:bottom center
}
section.partnersInfo .name{
    margin-top:20px;
    font:600 20px/1.2 Open Sans;
    color:#333
}
section.partnersInfo .post{
    font: 16px/1.5 Roboto;
    margin-top:6px;
    color:#9b9b9b;
    letter-spacing:.01em
}
section.partnersInfo .showAll{
    display:none
}
@media (max-width: 1440px){
    section.partnersInfo .container{
        -moz-column-gap:20px;
        column-gap:20px
    }
    section.partnersInfo img{
        width:288px
    }
}
@media (max-width: 1100px){
    section.partnersInfo{
        padding:24px 0
    }
    section.partnersInfo .container{
        grid-template-columns:100%
    }
    section.partnersInfo .container.open~.showAll{
        display:none
    }
    section.partnersInfo .container.open .popupOpener+.popupOpener{
        display:block
    }
    section.partnersInfo img{
        width:100%
    }
    section.partnersInfo .popupOpener+.popupOpener{
        display:none
    }
    section.partnersInfo .showAll{
        color:#9b9b9b;
        border:1px solid #ddd;
        border-radius:2px;
        height:44px;
        font:700 14px/1 Open Sans;
        display:flex;
        align-items:center;
        justify-content:center;
        cursor:pointer;
        text-transform:uppercase;
        margin:40px auto 0;
        width:calc(100% - 40px);
        max-width:320px;
        font-size:17px;
        height:52px;
        gap:4px
    }
    section.partnersInfo .showAll img{
        width:32px;
        filter:saturate(0) brightness(3.8)
    }
}
.v2 section.partnersInfo{
    background-color:#fff;
    padding:70px 0;
    border-bottom:1px solid #ddd
}
.v2 section.partnersInfo .container .prev{
    transform: rotate(180deg);
    position: absolute;
    z-index: 9;
    right: 50px;
    bottom: -14px;
}
.v2 section.partnersInfo .container .prev  img,.v2 section.partnersInfo .container .next img {
    width: 32px;
    filter: saturate(0) brightness(2.4);
}
.v2 section.partnersInfo .container .prev  img:hover,.v2 section.partnersInfo .container .next img:hover {
    width: 32px;
    filter: none;
}
.v2 section.partnersInfo .container .next{
    right: 10px;
    bottom: -18px;
    position: absolute;
    z-index: 9;
}
.v2 section.partnersInfo .container .swiper{
    width: 100%;
}
.v2 section.partnersInfo .container{
    position: relative;
    padding-bottom: 24px;
    /*grid-template-columns:repeat(3,1fr);*/
    /*gap:24px*/
}
@media (min-width: 1441px){
    .v2 section.partnersInfo .container{
        --containerWidth: 1258px
    }
}
.v2 section.partnersInfo figure img{
    width:100%;
}
.v2 section.partnersInfo figure img:hover{
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 26%);
    scale: 1.001;
}
@media (max-width: 1100px){
    .v2 section.partnersInfo{
        background-color:#fafafa;
        padding:32px 0
    }
    .v2 section.partnersInfo .container{
        grid-template-columns:100%
    }
    .v2 section.partnersInfo .showAll{
        margin-top:30px;
        font-size:16px
    }
}
section.contactUs{
    padding:42px 0 62px;
    background-color:#fafafa
}
section.contactUs .card{
    padding:62px 90px;
    display:grid;
    grid-template-columns:276px 1fr;
    -moz-column-gap:198px;
    column-gap:198px;
    border:1px solid #c1c1c1;
    border-width:1px 1px 0 0;
    border-radius:2px;
    background-color:#fff
}
section.contactUs img{
    border-radius:2px;
    width:276px;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:bottom center;
    object-position:bottom center
}
section.contactUs .name{
    margin-top:38px;
    font:600 18px/1.2 Open Sans;
    color:#333
}
section.contactUs .post{
    margin-top:4px;
    color:#696969;
    font: 16px/1.5 Roboto;
    letter-spacing:.01em
}
section.contactUs .info{
    margin-top:27px;
    display:flex;
    flex-direction:column
}
section.contactUs .title{
    font:700 40px/1.2 Open Sans;
    color:#333;
    text-transform:uppercase;
    margin-bottom:32px
}
section.contactUs .text{
    color:#9b9b9b;
    font: 18px/1.6 Roboto;
    letter-spacing:.01em;
    margin-bottom:40px
}
section.contactUs .contacts{
    color:#696969;
    border-top:1px solid #ddd;
    padding-top:28px;
    display:grid;
    grid-template-columns:100px 1fr;
    gap:28px 32px;
    align-items:center
}
section.contactUs .contactType{
    font:500 20px/1.4 Roboto;
    text-transform:uppercase
}
section.contactUs .contactValues{
    font: 16px/1.5 Roboto;
    letter-spacing:.01em;
    display:flex;
    gap:24px
}
section.contactUs .contactValues a{
     color: #696969;
    text-decoration:none;
}
section.contactUs .contactValues a:hover{
     color: #c70000;
}
section.contactUs .contactButton{
    margin-top:auto
}
section.contactUs .contactButton button:hover{
    background-position:left;
}
section.contactUs .contactButton button{
    color:#9b9b9b;
    border:1px solid #ddd;
    border-radius:2px;
    height:44px;
    font:700 14px/1 Open Sans;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    text-transform:uppercase;
    border-color:#696969;
    color:#fff;
    width:216px;
    font: 18px/1.333 Roboto;
    letter-spacing:.01em;
    background: linear-gradient(-45deg, #fff 40%, #fff 0 60%, #fff 0) right/300% 100% no-repeat, linear-gradient(-45deg, #696969 40%, #000 0 60%, #696969 0) right/300% 100% no-repeat;
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    transition: 0.8s;
}
@media (max-width: 1440px){
    section.contactUs .card{
        -moz-column-gap:59px;
        column-gap:59px
    }
}
@media (max-width: 1100px){
    section.contactUs{
        padding:20px 0
    }
    section.contactUs .card{
        padding:20px 16px;
        grid-template-columns:100%;
        gap:32px
    }
    section.contactUs img{
        width:100%
    }
    section.contactUs .info{
        grid-row:1;
        margin-top:0
    }
    section.contactUs .title{
        font-size:22px
    }
    section.contactUs .text{
        color:#696969;
        font-size:14px;
        line-height:1.7
    }
    section.contactUs .contacts{
        padding-top:20px;
        grid-template-columns:100%;
        gap:12px
    }
    section.contactUs .contactValues{
        flex-direction:column;
        gap:8px
    }
     section.contactUs .contactValues~.contactType{
        margin-top:8px
    }
}
.v2 section.contactUs .card{
    -moz-column-gap:59px;
    column-gap:59px
}
.v2 section.contactUs .info{
    margin-top:0
}
.v2 section.contactUs .name{
    font-size:20px
}
.v2 section.contactUs .text{
    margin-top:32px;
    margin-bottom:32px
}
.v2 section.contactUs .contacts{
    padding-top:68px;
    grid-template-columns:116px 1fr
}
@media (max-width: 1100px){
    .v2 section.contactUs{
        padding:32px 0
    }
    .v2 section.contactUs .container{
        padding:0 26px
    }
    .v2 section.contactUs .title{
        font-size:24px;
        margin-bottom:24px
    }
    .v2 section.contactUs .text{
        margin:0 0 24px;
        color:#9b9b9b
    }
    .v2 section.contactUs .contacts{
        padding-top:24px;
        grid-template-columns:100%
    }
    .v2 section.contactUs .contactValues~.contactType{
        margin-top:12px
    }
    .v2 section.contactUs .contactButton{
        margin-top:24px
    }
    .v2 section.contactUs .contactButton button{
        width:100%
    }
    .v2 section.contactUs .name{
        margin-top:20px
    }
}
section.news{
    height:172px;
    display:flex;
    background-color:#c70000
}
section.news .halfContainer{
    height:100%
}
section.news .left,section.news .right{
    padding-top:36px
}
section.news .left{
    color:#fff
}
section.news .right{
    color:#efefef;
    padding-left:102px;
    font: 16px/1.7 Roboto;
    letter-spacing:.01em
}
section.news a{
    margin-top:32px;
    font:500 16px/1 Roboto;
    letter-spacing:.01em;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    display:inline-flex;
    gap:8px;
    align-items:center
}
section.news a img{
    filter:brightness(0) invert(1)
}
section.news .mobile{
    display:none
}
@media (max-width: 1100px){
    section.news{
        flex-direction:column;
        height:auto;
        max-width:360px;
        width:100%;
        margin:0 auto;
        padding:0;
        background-color:transparent
    }
    section.news .left,section.news .right{
        padding:0 20px
    }
    section.news .left{
        background-color:#c70000;
        height:80px;
        display:flex;
        align-items:center;
        justify-content:space-between
    }
    section.news .right{
        padding:24px 20px;
        background-color:#696969;
        font-size:12px;
        line-height:1.6;
        color:#ddd
    }
    section.news a{
        margin-top:0;
        font-size:12px
    }
    section.news a img{
        display:none
    }
    section.news .mobile{
        display:block
    }
}
section.newsDetails{
    background-image:linear-gradient(to right,#fff 50%,#696969 50%);
    display:flex
}
section.newsDetails .left,section.newsDetails .right{
    padding-top:60px;
    padding-bottom:60px
}
section.newsDetails .left{
    padding-right:40px
}
section.newsDetails .right{
    padding-left:102px
}
section.newsDetails .newsContainer{
    display:flex;
    flex-direction:column
}
section.newsDetails .newsLink{
    padding:32px;
    position:relative;
    text-decoration:none;
    display:grid;
    grid-template-columns:1fr 32px;
    gap:20px 24px;
    border-top:1px solid #ddd
}
section.newsDetails .newsLink .type{
    font:500 14px/1.4 Roboto;
    color:#9b9b9b;
    letter-spacing:.01em
}
section.newsDetails .newsLink .caption{
    color:#333;
    text-transform:uppercase;
    font:600 18px/1.6 Open Sans
}
section.newsDetails .newsLink .arrow{
    grid-column:2;
    grid-row:1/3;
    filter:saturate(0) brightness(2.6)
}
section.newsDetails .newsLink:hover .arrow{
    filter:none
}
section.newsDetails .newsItem{
    padding:32px 0;
    display:flex;
    flex-direction:column;
    gap:11px;
    text-decoration:none
}
section.newsDetails .newsItem:not(:last-child){
    border-bottom:1px solid #9b9b9b
}
section.newsDetails .newsItem time{
    color:#c1c1c1;
    font:500 14px/1.4 Roboto
}
section.newsDetails .newsItem .caption{
    color:#fff;
    font:600 18px/1.2 Open Sans;
    text-transform:uppercase
}
section.newsDetails .newsItem .shortInfo{
    margin-top:3px;
    color:#ddd;
    font: 16px/1.5 Roboto;
    letter-spacing:.01em
}
@media (max-width: 1440px){
    section.newsDetails .left{
        padding-right:32px
    }
    section.newsDetails .right{
        padding-left:32px
    }
}
@media (max-width: 1100px){
    section.newsDetails{
        flex-direction:column;
        background:transparent
    }
    section.newsDetails .left{
        padding:32px 20px
    }
    section.newsDetails .right{
        background-color:#696969;
        padding:23px 20px 60px
    }
    section.newsDetails .newsLink{
        padding:20px 32px
    }
    section.newsDetails .newsItem{
        padding:25px 0
    }
}
footer{
    margin-top:auto;
    background-color:#333;
    padding:80px 0 46px
}
footer .mainfooter{
    display:grid;
    grid-template-columns:320px 255px 1fr 204px;
    gap:0 20px
}
footer .mainfooter .columnHead{
    font:600 18px/1.2 Open Sans;
    color:#fff;
    margin-bottom:12px
}
footer .mainfooter .about,footer .mainfooter .links,footer .mainfooter .services{
    display:flex;
    flex-direction:column;
    gap:12px
}
footer .mainfooter .about{
    margin-right:65px;
    gap:24px
}
footer .mainfooter .about img{
    font-size:0
}
footer .mainfooter .about .text{
    color:#9b9b9b;
    font: 12px/1.4 Roboto
}
footer .mainfooter .about .logo{
    width:140px
}
footer .mainfooter .about .advert{
    width:180px
}
footer .mainfooter .about .mobile{
    display:none;
    width:101px
}
footer .mainfooter .links a,footer .mainfooter .services a{
    color:#9b9b9b;
    font: 14px/1.4 Roboto;
    text-decoration:none
}
footer .mainfooter .services a{
    max-width:255px
}
footer .mainfooter .contacts{
    display:flex;
    flex-direction:column;
    gap:20px
}
footer .mainfooter .contacts .columnHead{
    margin-bottom:4px
}
footer .mainfooter .contacts .contactItem{
    display:grid;
    grid-template-columns:24px 1fr;
    gap:6px;
    align-items:center
}
footer .mainfooter .contacts .contactItem img{
    justify-self:center
}
footer .mainfooter .contacts .contactItem span{
    color:#9b9b9b;
    font: 14px/1.4 Roboto
}
footer .underline{
    margin-top:30px;
    padding-top:29px;
    display:flex;
    border-top:1px solid #696969;
    font: 14px/1 Roboto
}
footer .underline .copyright{
    margin-right:auto;
    color:#fff
}
footer .underline .links{
    display:flex;
    align-items:center
}
footer .underline .links a{
    text-decoration:none;
    color:#fff;
    display:flex
}
footer .underline .links a:not(:last-child):after{
    content:"";
    width:1px;
    height:16px;
    background-color:#9b9b9b;
    margin:0 10px
}
@media (max-width: 1440px){
    footer{
        padding:64px 0 22px
    }
    footer .underline{
        margin-top:36px;
        padding-top:32px
    }
}
@media (max-width: 1100px){
    footer{
        width:100%;
        margin:0 auto;
        padding:50px 0 44px
    }
    footer .mainfooter{
        grid-template-columns:100%;
        gap:30px
    }
    footer .mainfooter .columnHead{
        margin-bottom:4px
    }
    footer .mainfooter .about{
        margin-right:0
    }
    footer .mainfooter .about .text{
        color:#d9dbe1
    }
    footer .mainfooter .links a,footer .mainfooter .services a{
        color:#d9dbe1
    }
    footer .mainfooter .contacts{
        gap:18px
    }
    footer .mainfooter .contacts .columnHead{
        font:600 18px/1.2 Open Sans
    }
    footer .mainfooter .contacts span{
        color:#fff
    }
    footer .mainfooter .contacts .address{
        margin-bottom:4px
    }
    footer .underline{
        max-width:var(--containerWidth);
        margin:33px auto 0;
        padding:24px 20px 0;
        flex-direction:column-reverse;
        gap:24px;
        line-height:1.4
    }
    footer .underline .copyright{
        font-size:12px;
        line-height:1.2
    }
    footer .underline .links{
        flex-direction:column;
        align-items:flex-start;
        gap:8px
    }
    footer .underline .links a:after{
        display:none
    }
}
.v2 footer{
    padding:64px 0 22px
}
.v2 footer .mainfooter .links a,.v2 footer .mainfooter .services a{
    color:#d9dbe1
}
.v2 footer .mainfooter .contacts{
    gap:18px
}
.v2 footer .mainfooter .contacts .contactItem.address{
    align-items:start
}
.v2 footer .mainfooter .contacts .contactItem span{
    color:#fff
}
.v2 footer .mainfooter .contacts .contactItem span a{
    color:#fff;
     text-decoration: none;
}
.v2 footer .underline{
    margin-top:56px;
    padding-top:32px
}
@media (max-width: 1100px){
    .v2 footer{
        padding:46px 0 40px
    }
    .v2 footer .mainfooter{
        gap:24px
    }
    .v2 footer .mainfooter .links a,.v2 footer .mainfooter .services a{
        max-width:164px;
        color:#9b9b9b
    }
    .v2 footer .mainfooter .about{
        margin-bottom:8px
    }
    .v2 footer .mainfooter .about .logo{
        display:none
    }
    .v2 footer .mainfooter .about .mobile{
        display:block
    }
    .v2 footer .mainfooter .contacts{
        gap:12px
    }
    .v2 footer .mainfooter .contacts .contactItem span{
        color:#c1c1c1
    }
    .v2 footer .underline{
        margin:32px auto 0;
        padding-top:24px;
        flex-direction:column
    }
    .v2 footer .underline .copyright{
        font-size:14px;
        line-height:1.4
    }
    .v2 footer .underline .links{
        display:grid;
        grid-template-columns:auto auto 1fr;
        gap:8px
    }
    .v2 footer .underline .links a{
        line-height:1.4
    }
    .v2 footer .underline .links a:after{
        display:block;
        margin:0 0 0 8px
    }
    .v2 footer .underline .links a:nth-child(3):after{
        display:none
    }
}
aside.popup{
    display:none;
    position:fixed;
    z-index:10;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    background-color:#9b9b9b;
    padding:42px 50px;
    align-items:center;
    justify-content:center;
    cursor:pointer
}
aside.popup.open{
    display:flex
}
aside.popup .content{
    display:flex;
    flex-direction:column;
    background-color:#fff;
    border-radius:2px;
    border:1px solid #ddd;
    border-width:1px 1px 0 0;
    position:relative;
    padding:62px 90px;
    width:100%;
    max-width:1340px;
    max-height:calc(100vh - 84px);
    cursor:auto
}
aside.popup h3{
    display:flex;
    justify-content:space-between;
    gap:40px;
    font:700 40px/1.2 Open Sans;
    color:#333;
    text-transform:uppercase;
    margin-bottom:32px
}
aside.popup .close{
    cursor:pointer;
    width:40px
}
aside.popup .close.mobile{
    display:none;
    width:44px
}
aside.popup .partnerInfo{
    display:flex;
    gap:114px;
    max-height: 540px;
    position: relative;
    padding: 30px 0;
    
}
aside.popup .partnerInfo .text {
    overflow-y:auto;
    max-height: 540px;
}


aside.popup .partnerInfo .scroll-buttons {
    position: absolute;
    right: 56px;
    top: 0px;
    z-index: 9999;
    height: 100%;
    display: block;
}
aside.popup .partnerInfo .scroll-buttons .up{
    background-image: url(/local/templates/main/images/chevron.svg);
    transform: rotate(180deg);
    background-size: 30px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    top: 0;
    position: absolute;
}
aside.popup .partnerInfo .scroll-buttons .down{
    background-image: url(/local/templates/main/images/chevron.svg);
    background-size: 30px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
}
aside.popup .text{
    flex-grow:1;
    display:flex;
    flex-direction:column;
    gap:6px;
    font: 14px/1.5 Roboto;
    letter-spacing:.01em;
    color:#696969;
    padding-right: 16px;
}

aside.popup .photos > div::-webkit-scrollbar, aside.popup .partnerInfo .text::-webkit-scrollbar{
    width: 10px;
}
aside.popup .photos > div::-webkit-scrollbar-track, aside.popup .partnerInfo .text::-webkit-scrollbar-track {
  background: #fff;
}
aside.popup .photos > div::-webkit-scrollbar-thumb:hover, aside.popup .partnerInfo .text::-webkit-scrollbar-thumb:hover {
background: #ccc;
}
aside.popup .photos > div::-webkit-scrollbar-thumb, aside.popup .partnerInfo .text::-webkit-scrollbar-thumb {
background: #cfcfcf;
border-radius: 30px;
border: none;
}



aside.popup .left .subHeader::-webkit-scrollbar {
    width: 10px;
}
aside.popup .left .subHeader::-webkit-scrollbar-track {
  background: #fff;
}
aside.popup .left .subHeader::-webkit-scrollbar-thumb {
background: #cfcfcf;
border-radius: 30px;
border: none;
}


aside.popup .right::-webkit-scrollbar {
    width: 10px;
}
aside.popup .right::-webkit-scrollbar-track {
  background: #efefef;
}
aside.popup .right::-webkit-scrollbar-thumb {
background: #cfcfcf;
border-radius: 30px;
border: none;
}

/* Handle on hover */
aside.popup .right::-webkit-scrollbar-thumb:hover {
background: #ccc;
}

aside.popup .name{
    color:#333;
    font:600 20px/1.2 Open Sans
}
aside.popup .post{
    font: 16px/1.5 Roboto;
    letter-spacing:.01em;
    color:#9b9b9b
}
aside.popup .details{
    margin-top:28px;
    font: 14px/1.5 Roboto;
    letter-spacing:.01em;
    color:#696969;
    display:grid
}
aside.popup .details p+p{
    margin-top:10px
}
aside.popup .photos{
    display:grid;
    grid-template-areas: "full photos";
    grid-template-columns: 298px 70px;
    gap:6px 36px;
    
}
aside.popup .photos > div {
    grid-area: photos;
    overflow-y: scroll;
    padding-right: 8px;
}


aside.popup .photos img{
    max-width:100%;
    cursor:pointer;
    opacity:.7
}
aside.popup .photos .active,aside.popup .photos .fullSizePhoto{
    opacity:1
    
}
aside.popup .photos .fullSizePhoto{
    grid-area: full;
    max-width:298px;
    grid-column:1;
    grid-row:1/-1;
    cursor:auto;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:bottom center;
    object-position:bottom center
}

@media (max-width: 1100px){
    aside.popup .partnerInfo .scroll-buttons {
        display: none;
    }  
    aside.popup{
        --heightCorrector: 0px;
        padding:0;
        max-height:var(--screenHeight)
    }
    aside.popup .content{
        padding:24px 20px;
        max-width:360px;
        max-height:calc(var(--screenHeight) - var(--heightCorrector))
    }
    @supports not (max-height: 100dvh){
        aside.popup{
            --heightCorrector: 60px;
            align-items:flex-start
        }
    }
    aside.popup h3{
        font-size:22px;
        line-height:1.3;
        margin-bottom:46px;
        gap:10px;
        align-items:center;
        letter-spacing:.005em
    }
    aside.popup .close{
        display:none
    }
    aside.popup .close.mobile{
        display:block
    }
    aside.popup .partnerInfo{
        flex-flow: row wrap;
        max-height: initial;
        gap:30px
    }
    aside.popup .post{
        margin-top:0
    }
    aside.popup .details{
        margin-top:24px
    }
    aside.popup .details p+p{
        margin-top:12px
    }
    aside.popup .photos{
        grid-template-areas:
        "full"
        "photos";
        grid-template-columns: 1fr;
        gap:30px 6px
    }
    aside.popup .photos .fullSizePhoto{
        max-width:100%;
        grid-row: initial;
        grid-column: initial;
    }
    aside.popup .photos > div {
        overflow-y: initial;
    }
    aside.popup .photos > div img {
        max-width: 30px;
        margin-right: 8px;
    }
}
section.servicesColumns{
    background-color:#fafafa;
    border-bottom:1px solid #ddd;
    padding:80px 0
}
section.servicesColumns .container{
    display:grid;
    grid-template-columns:442px 1fr;
    gap:118px
}
section.servicesColumns.main{
    padding:100px 0
}
section.servicesColumns.main .links .link{
    padding:30px 32px
}
section.servicesColumns .left{
    display:flex;
    flex-direction:column;
    gap:24px
}
section.servicesColumns .sticky {
    position: sticky;
    top: 90px;
}
section.servicesColumns h2{
    font:700 40px/1.2 Open Sans;
    color:#333;
    text-transform:uppercase
}
section.servicesColumns .subheader{
    font: 16px/1.7 Roboto;
    color:#696969;
    letter-spacing:.01em
}
section.servicesColumns .links{
    width:100%;
    background-color:#fff;
    display:flex;
    flex-direction:column
}
section.servicesColumns .link{
    font: 24px/1.4 Roboto;
    border-top:1px solid #ddd;
    padding:32px;
    text-transform:uppercase;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:24px;
    color:#333;
    text-decoration:none;
    cursor:pointer
}
section.servicesColumns .link img{
    width:32px;
    filter:grayscale(1);
}
section.servicesColumns .link:hover header{
    color:#c70000
}
section.servicesColumns .link:hover img{
    filter:none
}
section.servicesColumns .content{
    color:#696969;
    font: 14px/1.5 Roboto;
    letter-spacing:.01em;
    list-style-position:inside
}
section.servicesColumns .grid .link{
    display:grid;
    grid-template-columns:1fr 32px;
    gap:8px 24px;
    font:600 18px/1.6 Open Sans;
    text-transform:none;
    letter-spacing:-.005em
}
section.servicesColumns .grid .link img{
    grid-column:2;
    grid-row:1/-1
}
section.servicesColumns .grid .link header{
    letter-spacing:-.05em
}
section.servicesColumns .grid .link .subheader{
    font-size:14px;
    line-height:1.5
}
@media (max-width: 1440px){
    section.servicesColumns .container{
        gap:86px
    }
}
@media (max-width: 1100px){
    section.servicesColumns{
        padding:24px 0;
        border-top:1px solid #ddd
    }
    section.servicesColumns .container{
        grid-template-columns:100%;
        gap:24px;
        padding:0
    }
    section.servicesColumns.main{
        padding:32px 0
    }
    section.servicesColumns.main .container{
        gap:32px
    }
    section.servicesColumns.main .links .link{
        padding:26px 24px
    }
    section.servicesColumns .left{
        gap:16px;
        padding:0 20px 32px;
        border-bottom:1px solid #ddd
    }
    section.servicesColumns .right{
        padding:0 20px;
        background-color:transparent
    }
    section.servicesColumns .link{
        background-color:#fff;
        font: 16px/1.5 Roboto
    }
    section.servicesColumns .grid .link{
        padding:24px
    }
    section.servicesColumns .grid .link header{
        font-size:18px;
        line-height:1.5
    }
    section.servicesColumns h2{
        font-size:24px;
        line-height:1.25
    }
    section.servicesColumns .subheader{
        font-size:14px
    }
}
aside.popup.transferServices,aside.popup.clientInfo{
    --closeBtnOffset: 10px;
    --innerPadding: 68px;
    --popupHeight: 800px;
    --paddingV: 80px;
    --paddingH: 80px;
    --popupPaddingV: 42px;
    padding-top:var(--popupPaddingV);
    padding-bottom:var(--popupPaddingV)
}
aside.popup.transferServices .container,aside.popup.clientInfo .container{
    --maxContentHeight: calc(var(--popupHeight) - 2 * var(--paddingV));
    position:relative;
    padding:var(--paddingV) var(--paddingH);
    background-image:linear-gradient(90deg,#fff 50%,#efefef 50%);
    display:grid;
    grid-template:var(--maxContentHeight)/100%;
    max-height:var(--popupHeight);
    cursor:auto
}
aside.popup.transferServices .close,aside.popup.clientInfo .close{
    position:absolute;
    top:calc(-1 * var(--closeBtnOffset));
    right:0;
    transform:translateY(-100%);
    filter:brightness(10) invert(.58)
}
aside.popup.transferServices .sliderContent,aside.popup.clientInfo .sliderContent{
    grid-row:1;
    grid-column:1;
    display:grid;
    grid-template-columns:1fr 1fr;
    opacity:0;
    transition:opacity var(--sliderTransitionDuration);
    pointer-events:none
}
aside.popup.transferServices .sliderContent.visible,aside.popup.clientInfo .sliderContent.visible{
    opacity:1;
    pointer-events:auto
}
aside.popup.transferServices .left,aside.popup.clientInfo .left,aside.popup.transferServices .right,aside.popup.clientInfo .right{
    width:100%
}
aside.popup.transferServices .left,aside.popup.clientInfo .left{
    display:flex;
    flex-direction:column;
    gap:32px;
    padding-right:var(--innerPadding);
    max-height:var(--maxContentHeight)
}
aside.popup.transferServices .right,aside.popup.clientInfo .right{
    --paddingBottom: 77px;
    padding-left:var(--innerPadding);
    overflow-y:auto;
    max-height:calc(var(--maxContentHeight) - var(--paddingBottom))
}
aside.popup.transferServices h3,aside.popup.clientInfo h3{
    font:500 24px/1.2 Roboto;
    color:#333;
    margin-bottom:0
}
aside.popup.transferServices h4,aside.popup.clientInfo h4{
    color:#333;
    margin-bottom:12px
}
aside.popup.transferServices .subHeader,aside.popup.clientInfo .subHeader{
    overflow-y:auto;
    padding-right: 16px;
}
aside.popup.transferServices .subHeader,aside.popup.clientInfo .subHeader,aside.popup.transferServices .text,aside.popup.clientInfo .text{
    color:#696969;
    letter-spacing:.01em;
    font: 16px/1.7 Roboto;
    display:flex;
    flex-direction:column;
    gap:12px;
    flex-grow:1
}

aside.popup.transferServices .subHeader ul,aside.popup.clientInfo .subHeader ul,aside.popup.transferServices .text ul,aside.popup.clientInfo .text ul{
    padding-left:24px
}
aside.popup.transferServices .subHeader li,aside.popup.clientInfo .subHeader li,aside.popup.transferServices .text li,aside.popup.clientInfo .text li{
    list-style-position:inside
}
aside.popup.transferServices .subHeader li+li,aside.popup.clientInfo .subHeader li+li,aside.popup.transferServices .text li+li,aside.popup.clientInfo .text li+li{
    margin-top:8px
}
aside.popup.transferServices button,aside.popup.clientInfo button{
    margin-top:auto;
    color:#9b9b9b;
    border:1px solid #ddd;
    border-radius:2px;
    height:44px;
    font:700 14px/1 Open Sans;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    text-transform:uppercase;
    background-color:#c70000;
    border-color:#c70000;
    color:#fff;
    width:302px;
    font: 18px/1 Roboto;
    flex-shrink:0
}
aside.popup.transferServices .controls,aside.popup.clientInfo .controls{
    position:absolute;
    bottom:var(--paddingV);
    right:var(--paddingH);
    width:calc(50% - var(--innerPadding) - var(--paddingH));
    display:flex;
    justify-content:space-between;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
aside.popup.transferServices .controls .arrows,aside.popup.clientInfo .controls .arrows{
    display:flex;
    gap:10px;
    height:36px
}
aside.popup.transferServices .controls .arrows img,aside.popup.clientInfo .controls .arrows img{
    width:32px;
    cursor:pointer;
    filter:saturate(0) brightness(2.4)
}
aside.popup.transferServices .controls .arrows img:hover,aside.popup.clientInfo .controls .arrows img:hover{
    filter:none
}
aside.popup.transferServices .controls .arrows .prev,aside.popup.clientInfo .controls .arrows .prev{
    transform:rotate(180deg)
}
aside.popup.transferServices .controls .arrows .disabled,aside.popup.clientInfo .controls .arrows .disabled{
    pointer-events:none;
    filter:saturate(0) brightness(3.8)
}
aside.popup.transferServices .controls .arrows .disabled:hover,aside.popup.clientInfo .controls .arrows .disabled:hover{
    filter:saturate(0) brightness(3.8)
}
aside.popup.transferServices .controls .counter,aside.popup.clientInfo .controls .counter{
    font:600 42px/1 Open Sans;
    align-self:start;
    justify-content:flex-end;
    grid-row:1;
    grid-column:1;
    display:flex;
    align-items:flex-end;
    font-size:30px;
    line-height:45px;
    color:#333;
    letter-spacing:.01em;
    z-index:3
}
aside.popup.transferServices .controls .counter .divider,aside.popup.clientInfo .controls .counter .divider{
    margin-right:6px
}
aside.popup.transferServices .controls .counter .totalSlides,aside.popup.clientInfo .controls .counter .totalSlides{
    color:#9b9b9b;
    font-size:32px
}
aside.popup.transferServices .controls .counter .totalSlides,aside.popup.clientInfo .controls .counter .totalSlides{
    font-size:26px
}
@media (max-width: 1100px){
    aside.popup.transferServices .controls .counter,aside.popup.clientInfo .controls .counter{
        font-size:24px;
        line-height:36px
    }
    aside.popup.transferServices .controls .counter .totalSlides,aside.popup.clientInfo .controls .counter .totalSlides{
        font-size:20px
    }
}
@media (max-height: 920px){
    aside.popup.transferServices,aside.popup.clientInfo{
        --popupHeight: calc(var(--screenHeight) - 2 * var(--popupPaddingV) - 2 * var(--closeBtnOffset))
    }
}
@media (max-width: 1440px){
    aside.popup.transferServices,aside.popup.clientInfo{
        --paddingV: 32px;
        --paddingH: 48px
    }
}
@media (max-width: 1100px){
    aside.popup.transferServices,aside.popup.clientInfo{
        --popupPaddingV: 0px;
        --paddingH: 20px;
        --paddingV: 24px;
        --closeBtnOffset: 0px
    }
    aside.popup.transferServices .container,aside.popup.clientInfo .container{
        background:#efefef;
        grid-template-rows:1fr 60px;
        gap:0;
        padding:0 0 var(--paddingV);
        max-height:var(--screenHeight);
        height:100%
    }
    aside.popup.transferServices .sliderContent,aside.popup.clientInfo .sliderContent{
        grid-template-columns:100%;
        overflow-y:auto
    }
    aside.popup.transferServices .close,aside.popup.clientInfo .close{
        display:block;
        top:0;
        right:0;
        transform:none;
        width:32px;
        height:32px;
        filter:none
    }
    aside.popup.transferServices .left,aside.popup.clientInfo .left,aside.popup.transferServices .right,aside.popup.clientInfo .right{
        max-height:none;
        overflow-y:visible;
        padding:0 20px
    }
    aside.popup.transferServices .left,aside.popup.clientInfo .left{
        padding-top:var(--paddingV);
        gap:24px;
        background-color:#fff;
        padding-bottom:24px
    }
    aside.popup.transferServices .right,aside.popup.clientInfo .right{
        padding-top:24px;
        background-color:#efefef
    }
    aside.popup.transferServices h3,aside.popup.clientInfo h3{
        font-size:20px;
        margin-bottom:0
    }
    aside.popup.transferServices .subHeader,aside.popup.clientInfo .subHeader,aside.popup.transferServices .text,aside.popup.clientInfo .text{
        font-size:14px
    }
    aside.popup.transferServices .controls,aside.popup.clientInfo .controls{
        position:static;
        width:100%;
        align-items:center;
        padding:0 20px;
        margin-top:auto
    }
}
.v2 section.benefits,.v2 section.advantages{
    background-image:linear-gradient(to right,transparent 50%,#efefef 50%);
    padding:100px 0;
    display:flex
}
.v2 section.benefits .left,.v2 section.advantages .left{
    font:700 40px/1.2 Open Sans;
    color:#333;
    text-transform:uppercase;
    padding-right:58px
}
.v2 section.benefits .right,.v2 section.advantages .right{
    padding-left:130px;
    display:grid;
    grid-template:repeat(3,auto)/100%;
    gap:32px 0;
    color:#696969;
    font: 16px/1.7 Roboto;
    letter-spacing:.01em;
    overflow-x:hidden
}
.v2 section.benefits .sliderContent,.v2 section.advantages .sliderContent{
    opacity:0;
    transform:translate(-100%);
    transition:all var(--sliderTransitionDuration);
    grid-row:2;
    grid-column:1;
    pointer-events:none
}
.v2 section.benefits .sliderContent.visible,.v2 section.advantages .sliderContent.visible{
    transform:none;
    opacity:1;
    pointer-events:auto
}
.v2 section.benefits .counter,.v2 section.advantages .counter{
    font:600 42px/1 Open Sans;
    align-self:start;
    justify-content:flex-end;
    grid-row:1;
    grid-column:1;
    display:flex;
    align-items:flex-end;
    font-size:30px;
    line-height:45px;
    color:#333;
    letter-spacing:.01em;
    z-index:3
}
.v2 section.benefits .counter .divider,.v2 section.advantages .counter .divider{
    margin-right:6px
}
.v2 section.benefits .counter .totalSlides,.v2 section.advantages .counter .totalSlides{
    color:#9b9b9b;
    font-size:32px
}
.v2 section.benefits .counter .totalSlides,.v2 section.advantages .counter .totalSlides{
    font-size:26px
}
@media (max-width: 1100px){
    .v2 section.benefits .counter,.v2 section.advantages .counter{
        font-size:24px;
        line-height:36px
    }
    .v2 section.benefits .counter .totalSlides,.v2 section.advantages .counter .totalSlides{
        font-size:20px
    }
}
.v2 section.benefits .arrows,.v2 section.advantages .arrows{
    display:flex;
    align-items:center;
    justify-self:end;
    gap:10px
}
.v2 section.benefits .arrows img,.v2 section.advantages .arrows img{
    filter:saturate(0) brightness(2.4);
    cursor:pointer
}
.v2 section.benefits .arrows img.disabled,.v2 section.advantages .arrows img.disabled{
    filter:saturate(0) brightness(3.8);
    cursor:auto;
    pointer-events:none
}
.v2 section.benefits .arrows img:not(.disabled):hover,.v2 section.advantages .arrows img:not(.disabled):hover{
    filter:none
}
.v2 section.benefits .arrows .prev,.v2 section.advantages .arrows .prev{
    transform:rotate(180deg)
}
@media (max-width: 1440px){
    .v2 section.benefits,.v2 section.advantages{
        padding:80px 0
    }
    .v2 section.benefits .right,.v2 section.advantages .right{
        padding-left:58px
    }
}
@media (max-width: 1100px){
    .v2 section.benefits,.v2 section.advantages{
        flex-direction:column;
        padding:0;
        background:transparent
    }
    .v2 section.benefits .left,.v2 section.advantages .left{
        padding:32px 20px;
        background-color:#fff;
        font-size:24px;
        line-height:1.25
    }
    .v2 section.benefits .right,.v2 section.advantages .right{
        background-color:#efefef;
        padding:32px 20px;
        font-size:14px
    }
    .v2 section.benefits .counter,.v2 section.advantages .counter{
        font-size:26px;
        line-height:39px
    }
    .v2 section.benefits .counter .totalSlides,.v2 section.advantages .counter .totalSlides{
        font-size:22px;
        line-height:39px
    }
}
.v2 section.customerReviews{
    padding:60px 0 24px;
    background-color:#fafafa
}
.v2 section.customerReviews .container{
    display:grid;
    gap:48px 0;
    position: relative;
}
.v2 section.customerReviews .container .arrows {
    position: absolute;
    bottom: 200px;
    right: 60px;
}
.v2 section.customerReviews .container .arrows .prev {
    transform: rotate(180deg);
    filter: saturate(0) brightness(2.4);
    cursor: pointer;
}
.v2 section.customerReviews .container .arrows .next {
    filter: saturate(0) brightness(2.4);
    cursor: pointer;
}
.v2 section.customerReviews .container .arrows .prev:hover, .v2 section.customerReviews .container .arrows .next:hover {
    filter: initial;
}

.v2 section.customerReviews header{
    font:700 40px/1.2 Open Sans;
    color:#333;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px
}
.v2 section.customerReviews .counter{
    font:600 42px/1 Open Sans;
    align-self:start;
    justify-content:flex-end;
    grid-row:1;
    grid-column:1;
    display:flex;
    align-items:flex-end;
    font-size:30px;
    line-height:45px;
    color:#333;
    letter-spacing:.01em;
    z-index:3
}
.v2 section.customerReviews .counter .divider{
    margin-right:6px
}
.v2 section.customerReviews .counter .totalSlides{
    color:#9b9b9b;
    font-size:32px
}
.v2 section.customerReviews .counter .totalSlides{
    font-size:26px
}
@media (max-width: 1100px){
    .v2 section.customerReviews .counter{
        font-size:24px;
        line-height:36px
    }
    .v2 section.customerReviews .counter .totalSlides{
        font-size:20px
    }
    
    .v2 section.customerReviews .container .arrows {
        position: absolute;
        bottom: 196px;
        right: 36px;
    }
}
.v2 section.customerReviews .sliderContent{
    grid-row:2;
    grid-column:1;
    opacity:0;
    transform:translate(-100%);
    transition:all var(--sliderTransitionDuration);
    pointer-events:none;
    display:flex;
    flex-direction:column;
    padding:32px 40px;
    color:#696969;
    background-color:#fff;
    border:1px solid #ddd;
    border-width:1px 1px 0 0
}
.v2 section.customerReviews .sliderContent.visible{
    transform:none;
    opacity:1;
    pointer-events:auto
}
.v2 section.customerReviews .multipersons{
    display:flex;
    gap:32px
}
.v2 section.customerReviews .name{
    font:600 20px/1.2 Open Sans
}
.v2 section.customerReviews .post{
    color:#9b9b9b;
    font: 16px/1.5 Roboto;
    letter-spacing:.01em;
    margin-top:4px
}
.v2 section.customerReviews .text{
    margin:24px 0;
    font: 18px/1.6 Roboto;
    letter-spacing:.01em
}
.v2 section.customerReviews .showAll{
    display:flex;
    align-items:center;
    gap:6px;
    margin-top:auto
}
.v2 section.customerReviews .showAll img{
    font-size:0
}
.v2 section.customerReviews .showAll span{
    text-transform:uppercase;
    cursor:pointer;
    font: 16px/1 Roboto;
    color:#9b9b9b;
    letter-spacing:.01em;
    transition: color 1s ease-out;
}
.v2 section.customerReviews .showAll span:hover {
    color: #c70000;
}
.v2 section.customerReviews .swiper{
    width:100%;
    margin-top:8px
}
.v2 section.customerReviews .swiper-wrapper{
    display:flex;
    width:100%;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    justify-content: center;
}
.v2 section.customerReviews .swiper-slide{
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer
}
.v2 section.customerReviews .swiper-slide .colored{
    display:none
}
.v2 section.customerReviews .swiper-slide img{
    max-width:100%
}
.v2 section.customerReviews .swiper-slide.active img{
    display:none
}
.v2 section.customerReviews .swiper-slide.active .colored{
    display:block
}
@media (max-width: 1100px){
    .v2 section.customerReviews{
        padding-top:24px
    }
    .v2 section.customerReviews header{
        font-size:24px;
        line-height:1.25;
        flex-direction:column-reverse;
        align-items:flex-start;
        gap:20px
    }
    .v2 section.customerReviews .sliderContent{
        padding:24px 16px
    }
    .v2 section.customerReviews .multipersons{
        flex-direction:column;
        gap:24px
    }
    .v2 section.customerReviews .post{
        margin-top:8px;
        line-height:1.3
    }
    .v2 section.customerReviews .text{
        font-size:14px;
        line-height:1.7
    }
}
aside.certificate.popup .content{
    padding:50px 0 0;
    background-color:transparent;
    border:none;
    position:relative;
    cursor:pointer
}
aside.certificate.popup .close{
    filter:brightness(.7);
    align-self:flex-end;
    position:absolute;
    top:0;
    right:0
}
aside.certificate.popup .close:hover{
    filter:brightness(.4)
}
aside.certificate.popup .certificate{
    overflow-y:auto;
    align-self:center
}
aside.certificate.popup .certificate img{
    display:none;
    cursor:auto
}
aside.certificate.popup .certificate img.visible{
    display:block
}
@media (max-width: 1100px){
    aside.certificate.popup .content{
        padding-top:40px
    }
    aside.certificate.popup .certificate{
        width:100%
    }
    aside.certificate.popup .certificate img{
        width:100%
    }
    aside.certificate.popup .close{
        display:block;
        top:4px;
        width:32px
    }
}
.v2 section.consultancyServices{
    height:177px
}
.v2 section.consultancyServices .left,.v2 section.consultancyServices .right{
    display:flex;
    align-items:center;
    padding-top:24px;
    padding-bottom:24px
}
@media (max-width: 1100px){
    .v2 section.consultancyServices{
        height:auto
    }
    .v2 section.consultancyServices .left{
        align-items:flex-start
    }
    .v2 section.consultancyServices .left img{
        height:57px
    }
}
.v2 section.importantInformation{
    padding:62px 0;
    border-bottom:1px solid #ddd
}
.v2 section.importantInformation .container{
    display:grid;
    grid-template-columns:442px 1fr;
    gap:118px
}
.v2 section.importantInformation .left{
    font:700 40px/1.2 Open Sans;
    color:#333;
    text-transform:uppercase
}
.v2 section.importantInformation .left .sticky {
    position: sticky;
    top: 90px;
}
.v2 section.importantInformation .right{
    font: 16px/1.7 Roboto;
    color:#696969;
    letter-spacing:.01em
}
.v2 section.importantInformation .right .paragraph{
    margin-top:1em
}
.v2 section.importantInformation .right a{
    font:inherit;
    font-weight:500;
    color:inherit
}
.v2 section.importantInformation .right h3{
    margin:32px 0 16px;
    font:500 20px/1.2 Roboto;
    color:#333
}
@media (max-width: 1440px){
    .v2 section.importantInformation .container{
        gap:86px
    }
}
@media (max-width: 1100px){
    .v2 section.importantInformation{
        padding:24px 0
    }
    .v2 section.importantInformation .container{
        grid-template-columns:100%;
        gap:16px
    }
    .v2 section.importantInformation .left{
        font-size:24px
    }
    .v2 section.importantInformation .right{
        font-size:14px
    }
    .v2 section.importantInformation .right h3{
        font-size:18px;
        margin:24px 0 10px
    }
}
aside.contactForm{
    --paddingV: 80px;
    --contentPaddingV: 80px;
    --contentPaddingH: 110px;
    --closeBtnOffset: 24px;
    --closeBtnHeight: 40px
}
aside.contactForm .content{
    position:relative;
    display:grid;
    grid-template-columns:422px 430px;
    gap:0 206px;
    background-color:#fafafa;
    padding:var(--contentPaddingV) var(--contentPaddingH);
    max-height:calc(var(--screenHeight) - 2 * var(--paddingV))
}
aside.contactForm .close{
    position:absolute;
    right:0;
    height:var(--closeBtnHeight);
    top:calc(-1 * var(--closeBtnOffset));
    transform:translateY(-100%);
    filter:brightness(10) invert(.58)
}
aside.contactForm h2{
    font:700 40px/1.2 Open Sans;
    color:#333;
    text-transform:uppercase
}
aside.contactForm .subheader{
    margin-top:24px;
    color:#696969;
    letter-spacing:.01em;
    font: 16px/1.7 Roboto
}
aside.contactForm .subheader a{
    color:#c70000;
    text-decoration:none
}
aside.contactForm .right{
    overflow-y:auto;
    max-height:calc(var(--screenHeight) - 2 * var(--contentPaddingV) - 2 * var(--paddingV))
}
aside.contactForm form{
    display:flex;
    flex-direction:column;
    gap:24px;
    overflow-y:hidden;
    padding-bottom:8px
}
aside.contactForm label,aside.contactForm .label{
    display:flex;
    flex-direction:column
}
aside.contactForm label .title,aside.contactForm .label .title{
    font: 14px/20px Roboto;
    text-shadow:0px 1px 2px rgba(16,24,40,.05),0px 0px 0px #f4ebff;
    margin-bottom:6px
}
aside.contactForm label .inputHolder,aside.contactForm .label .inputHolder{
    position:relative;
    font-size:0
}
aside.contactForm label .inputHolder img,aside.contactForm .label .inputHolder img{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:16px;
    display:none
}
aside.contactForm label .inputHolder input,aside.contactForm .label .inputHolder input{
    padding-right:40px
}
aside.contactForm label.errorMessage,aside.contactForm .label.errorMessage{
    margin-top:6px;
    font: 14px/20px Roboto;
    color:#f04438;
    display:none
}
aside.contactForm label input,aside.contactForm label textarea,aside.contactForm .label input,aside.contactForm .label textarea{
    color:#333;
    height:44px;
    background-color:#fff;
    padding:12px 16px;
    border:1px solid #d0d5dd;
    border-radius:4px;
    width:100%;
    font: 16px/1 Roboto;
    outline:none
}
aside.contactForm label input.hasError,aside.contactForm label textarea.hasError,aside.contactForm .label input.hasError,aside.contactForm .label textarea.hasError{
    box-shadow:0 1px 2px #1018280d;
    border:1px solid rgba(199,0,0,.5);
    background:right 16px center url(/local/templates/main/css/../images/inputError.svg) no-repeat #fff
}
aside.contactForm label input.hasError~.errorMessage,aside.contactForm label textarea.hasError~.errorMessage,aside.contactForm .label input.hasError~.errorMessage,aside.contactForm .label textarea.hasError~.errorMessage{
    display:block
}
aside.contactForm label textarea,aside.contactForm .label textarea{
    height:140px
}
aside.contactForm button:hover{
    background-position:left;
}
aside.contactForm button{
    color:#9b9b9b;
    border:1px solid #ddd;
    border-radius:2px;
    height:44px;
    font:700 14px/1 Open Sans;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    text-transform:uppercase;
    border-color:#c70000;
    color:#fff;
    margin-top:8px;
    font: 18px/1 Roboto;
    letter-spacing:.01em;
    background: linear-gradient(-45deg, #fff 40%, #fff 0 60%, #fff 0) right/300% 100% no-repeat, linear-gradient(-45deg, #c70000 40%, #000 0 60%, #c70000 0) right/300% 100% no-repeat;
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    transition: 0.8s;
}
aside.contactForm form .inputHolder span#flag{
    position:relative;
    z-index:2;
    margin-bottom:-38px;
    margin-left:16px
}
aside.contactForm form .inputHolder span#flag+input{
    padding-left:64px
}
@media (max-width: 1440px){
    aside.contactForm .content{
        -moz-column-gap:46px;
        column-gap:46px;
        grid-template-columns:422px 1fr
    }
}
@media (max-width: 1100px){
    aside.contactForm{
        --paddingV: 40px;
        --closeBtnOffset: 16px;
        padding:0 20px 40px;
        align-items:flex-start
    }
    aside.contactForm .content{
        --contentPaddingH: 20px;
        --contentPaddingV: 32px;
        --top: calc(2 * var(--closeBtnOffset) + var(--closeBtnHeight));
        top:var(--top);
        max-height:calc(var(--screenHeight) - var(--top) - var(--paddingV));
        grid-template-columns:100%
    }
    aside.contactForm .left{
        display:none
    }
    aside.contactForm .right{
        max-height:calc(var(--screenHeight) - var(--top) - 2 * var(--contentPaddingV) - var(--paddingV))
    }
    aside.contactForm .close{
        display:block;
        top:calc(-1 * var(--closeBtnOffset));
        width:32px;
        height:32px
    }
}
aside.requestSubmitted{
    --paddingV: 80px;
    --paddingH: 110px;
    --closeBtnHeight: 40px
}
aside.requestSubmitted .content{
    padding:var(--paddingV) var(--paddingH);
    background-color:#fafafa;
    max-width:680px;
    position:relative
}
aside.requestSubmitted .scrollingArea{
    height:100%;
    overflow-y:auto;
    display:flex;
    flex-direction:column;
    gap:32px
}
aside.requestSubmitted .close{
    position:absolute;
    top:-24px;
    right:0;
    transform:translateY(-100%);
    height:var(--closeBtnHeight);
    width:auto;
    filter:brightness(10) invert(.58)
}
aside.requestSubmitted h3{
    font:700 40px/1.2 Open Sans;
    color:#333;
    text-transform:uppercase;
    margin-bottom:0
}
aside.requestSubmitted .subheader{
    color:#696969;
    letter-spacing:.01em;
    font: 16px/1.7 Roboto;
    max-width:460px
}
aside.requestSubmitted button{
    color:#9b9b9b;
    border:1px solid #ddd;
    border-radius:2px;
    height:44px;
    font:700 14px/1 Open Sans;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    text-transform:uppercase;
    background-color:#c70000;
    border-color:#c70000;
    color:#fff;
    width:320px;
    max-width:100%;
    flex-shrink:0
}
@media (max-height: 620px){
    aside.requestSubmitted{
        --paddingV: 40px
    }
    aside.requestSubmitted h3{
        font-size:32px
    }
}
@media (max-width: 1440px){
    aside.requestSubmitted{
        --paddingH: 80px
    }
}
@media (max-height: 460px){
    aside.requestSubmitted{
        --paddingV: 32px;
        --paddingH: 40px;
        --closeBtnHeight: 32px
    }
    aside.requestSubmitted h3{
        font-size:24px
    }
    aside.requestSubmitted .content{
        max-width:480px
    }
    aside.requestSubmitted .scrollingArea{
        gap:16px
    }
    aside.requestSubmitted .close{
        top:-8px
    }
}
@media (max-width: 1100px){
    aside.requestSubmitted{
        --paddingV: 32px;
        --paddingH: 20px;
        --closeBtnHeight: 32px
    }
    aside.requestSubmitted .content{
        gap:16px;
        max-width:320px;
        max-height:calc(var(--screenHeight) - var(--closeBtnHeight) - 32px - 32px)
    }
    aside.requestSubmitted .close{
        display:block;
        top:-16px
    }
    aside.requestSubmitted h3{
        font-size:24px;
        line-height:1.25
    }
    aside.requestSubmitted button{
        width:100%
    }
}
.v2 section.aboutCompany,.v2 section.ourClients{
    height:174px;
    display:flex;
    color:#333
}
.v2 section.aboutCompany h1,.v2 section.ourClients h1{
    font:700 40px/1.2 Open Sans;
    letter-spacing:0
}
.v2 section.aboutCompany h2,.v2 section.ourClients h2{
    font:700 40px/1.2 Open Sans;
    letter-spacing:0
}
.v2 section.aboutCompany .left,.v2 section.ourClients .left{
    display:flex;
    align-items:center
}
.v2 section.aboutCompany .right,.v2 section.ourClients .right{
    display:flex;
    align-items:center;
    font: 16px/1.7 Roboto;
    color:#696969;
    letter-spacing:.01em
}
@media (max-width: 1100px){
    .v2 section.aboutCompany,.v2 section.ourClients{
        flex-direction:column;
        padding:42px 0;
        gap:16px;
        height:auto
    }
        .v2 section.aboutCompany h1,.v2 section.ourClients h1{
        font-size:24px;
        line-height:1.3;
        letter-spacing:normal;
        text-align:left
    }
    .v2 section.aboutCompany h2,.v2 section.ourClients h2{
        font-size:24px;
        line-height:1.3;
        letter-spacing:normal;
        text-align:left
    }
    .v2 section.aboutCompany .left,.v2 section.ourClients .left,.v2 section.aboutCompany .right,.v2 section.ourClients .right{
        width:100%;
        max-width:var(--containerWidth);
        padding:0 20px
    }
    .v2 section.aboutCompany .right,.v2 section.ourClients .right{
        font-size:14px
    }
}
.v2 section.aboutImage{
    font-size:0
}
.v2 section.aboutImage img{
    width:100%
}
.v2 section.advantages{
    background-color:#fafafa;
    background-image:none;
    padding:80px 0
}
.v2 section.advantages .right{
    display:block
}
.v2 section.advantages .list li{
    border-top:1px solid #ddd;
    background-color:#fff;
    padding:32px;
    display:flex;
    gap:24px
}
.v2 section.advantages .list span{
    color:#333;
    font:600 18px/1.6 Open Sans;
    letter-spacing:-.005em
}
.v2 section.advantages .list .index{
    font:700 30px/1 Open Sans;
    letter-spacing:.01em
}
@media (max-width: 1440px){
    .v2 section.advantages .list .index{
        font-weight:600
    }
}
@media (max-width: 1100px){
    .v2 section.advantages{
        padding-top:32px;
        padding-bottom:32px
    }
    .v2 section.advantages .left{
        background-color:#fafafa;
        padding-top:0;
        padding-bottom:24px;
        font-size:24px;
        line-height:1.25
    }
    .v2 section.advantages .right{
        padding-top:24px;
        padding-bottom:0;
        background-color:#fafafa
    }
    .v2 section.advantages .list li{
        gap:40px;
        padding:24px 16px
    }
    .v2 section.advantages .list span{
        font-size:16px
    }
}
.v2 section.areasOfExpertise{
    display:flex;
    color:#333;
    padding:80px 0;
    border-top:1px solid #ddd
}
.v2 section.areasOfExpertise h1{
    font:700 40px/1.2 Open Sans;
    text-transform:uppercase
}
.v2 section.areasOfExpertise h2{
    font:700 40px/1.2 Open Sans;
    text-transform:uppercase
}
.v2 section.areasOfExpertise h3{
    font:500 20px/1.2 Roboto;
    text-transform:uppercase
}
.v2 section.areasOfExpertise h3 a {
    text-decoration: none;
    color: #333;
    transition: color 1s ease-out;
}
.v2 section.areasOfExpertise h3 a:hover {
    color: #c70000;
}
.v2 section.areasOfExpertise .list{
    margin-top:94px
}
.v2 section.areasOfExpertise .list li{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
    padding:32px 0;
    border-top:1px solid #ddd
}
.v2 section.areasOfExpertise .list li:last-child{
    border-bottom:1px solid #ddd
}
.v2 section.areasOfExpertise .list p{
    font: 16px/1.7 Roboto;
    letter-spacing:.01em;
    color:#696969
}
@media (max-width: 1440px){
    .v2 section.areasOfExpertise{
        padding-top:60px
    }
}
@media (max-width: 1100px){
    .v2 section.areasOfExpertise{
        padding-top:42px;
        padding-bottom:42px
    }
    .v2 section.areasOfExpertise h2{
        font-size:24px;
        line-height:1.3;
        letter-spacing:-.03em
    }
    .v2 section.areasOfExpertise .list{
        margin-top:42px
    }
    .v2 section.areasOfExpertise .list li{
        padding:24px 0;
        grid-template-columns:100%;
        gap:8px
    }
}
.v2 section.ourClients{
    background-color:#fafafa;
    height:194px
}
@media (max-width: 1440px){
    .v2 section.ourClients{
        height:180px
    }
}
@media (max-width: 1100px){
    .v2 section.ourClients{
        height:auto;
        padding:24px 0 32px
    }
}
.v2 section.clientsGrid{
    padding:54px 0;
    background-color:#fafafa
}
.v2 section.clientsGrid .container{
    width:100%;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    grid-auto-rows:262px
}
.v2 section.clientsGrid .client{
    background-color:#fff;
    border:1px solid #ddd;
    border-width:1px 1px 0 0;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center
}
.v2 section.clientsGrid .client img{
    max-width:100%;
    max-height:100%
}
.v2 section.clientsGrid .client .color{
    display:none
}
.v2 section.clientsGrid .client:hover img{
    display:none
}
.v2 section.clientsGrid .client:hover .color{
    display:block
}
@media (max-width: 1100px){
    .v2 section.clientsGrid{
        padding-top:24px;
        padding-bottom:32px
    }
    .v2 section.clientsGrid .container{
        grid-template-columns:1fr 1fr;
        grid-auto-rows:120px
    }
}
aside.popup.clientInfo .brandLogo{
    max-width:120px;
    max-height:120px
}
aside.popup.clientInfo .filters{
    margin-top:auto;
    display:flex;
    flex-wrap:wrap;
    gap:8px
}
aside.popup.clientInfo .filters .filter{
    height:43px;
    background-color:#efefef;
    border-radius:8px;
    font: 16px/1.7 Roboto;
    letter-spacing:.01em;
    color:#696969;
    display:grid;
    align-items:center;
    padding:0 20px;
    cursor:pointer
}
aside.popup.clientInfo .right{
    --paddingBottom: 0
}
aside.popup.clientInfo .right a{
    color:inherit
}
aside.popup.clientInfo h4{
    color:#333;
    margin-bottom:0;
    font:600 18px/1.6 Open Sans;
    letter-spacing:-.005em
}
aside.popup.clientInfo h5{
    font:600 16px/1.7 Roboto
}
@media (max-width: 1100px){
    aside.popup.clientInfo .container{
        max-height:calc(var(--screenHeight) - 122px);
        top:20px;
        max-width:calc(100vw - 40px);
        grid-template-rows:1fr
    }
    aside.popup.clientInfo .close{
        top:-48px;
        filter:brightness(.7)
    }
    aside.popup.clientInfo .left{
        gap:60px
    }
    aside.popup.clientInfo .filters .filter{
        font-size:12px;
        height:36px
    }
    aside.popup.clientInfo h4{
        font-size:16px
    }
    aside.popup.clientInfo h5{
        font-size:14px
    }
    aside.popup.clientInfo .text{
        gap:8px;
        font-size:14px
    }
    aside.popup.clientInfo .text ul{
        padding-left:12px
    }
}
.jselect{
    position:relative;
    height:44px;
    font-size:1rem;
    background-color:#fff;
    z-index:1;
    width:100%
}
.form-arwa{
    width:450px;
    padding:30px;
    margin:150px auto;
    background:#222
}
.jselect>.jselect__display{
    display:flex;
    justify-content:flex-start;
    margin-top:0;
    flex-wrap:wrap;
    width:100%;
    min-height:2rem;
    border:solid .01rem #d0d0d0;
    border-radius:.25rem;
    padding:2px 1rem;
    padding-right:52px;
    cursor:pointer;
    font: 16px/1 Roboto;
    text-align:left;
    background:#fff;
    position:relative;
    color:#333;
    text-transform:none
}
.jselect>.jselect__display img{
    position:absolute;
    right:1rem;
    top:50%;
    transform:translateY(-50%)
}
.jselect.open>.jselect__display img{
    transform:translateY(-50%) rotate(180deg)
}
.jselect>.jselect__display>span{
    opacity:.65;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.jselect>.jselect__display[aria-disabled=true]{
    cursor:not-allowed;
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    opacity:.5
}
.jselect>.jselect__hidden{
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    border:none;
    color:transparent;
    height:0;
    width:0;
    padding:0;
    margin:0
}
.jselect>.jselect__menu{
    flex-direction:column;
    position:absolute;
    display:none;
    border:none;
    border-radius:.25rem;
    top:0;
    z-index:1;
    background-color:#fff;
    width:100%
}
.jselect.reverse>.jselect__menu{
    top:unset;
    bottom:2.5rem
}
.jselect.open>.jselect__display{
    border-radius:.25rem .25rem 0 0
}
.jselect.reverse.open>.jselect__display{
    border-radius:0 0 .25rem .25rem
}
.jselect.open>.jselect__display~.jselect__menu{
    display:flex
}
.jselect.reverse>.jselect__menu{
    flex-direction:column-reverse
}
.jselect.open>.jselect__display~.jselect__menu .jselect__search{
    border-top:none;
    border-radius:0
}
.jselect>.jselect__menu>.jselect__search{
    height:3rem;
    border-radius:2px;
    width:100%;
    padding:.5rem 1rem;
    border:solid .01rem #d0d0d0;
    border-bottom:none;
    font-family:inherit;
    font-size:inherit
}
.jselect>.jselect__menu>.jselect__list{
    display:flex;
    flex-direction:column;
    max-height:20rem;
    max-width:100%;
    overflow-x:hidden;
    overflow-y:auto;
    list-style:none;
    -webkit-margin-before:0;
    margin-block-start:0;
    -webkit-margin-after:0;
    margin-block-end:0;
    -webkit-padding-start:0;
    padding-inline-start:0;
    border:solid .01rem #d0d0d0;
    border-radius:0 0 .25rem .25rem
}
.jselect.reverse>.jselect__menu>.jselect__list{
    border-radius:.25rem .25rem 0 0
}
.jselect__list>.jselect__noresult{
    padding:.5rem 1rem;
    pointer-events:none;
    opacity:.65
}
.jselect__list .jselect__group{
    display:block;
    width:100%;
    font-weight:500;
    padding:.5rem 1rem
}
.jselect--option{
    overflow:auto;
    min-height:44px;
    max-width:100%;
    padding:.5rem 1rem
}
.jselect__list>.jselect--option:last-child{
    border-radius:0 0 .25rem .25rem
}
.jselect--option *{
    cursor:default;
    color:inherit
}
.jselect--option.focus{
    background-color:#fafafa
}
.jselect--option.selected{
    color:#fff;
    background-color:#fafafa
}
.jselect--option.selected .jselect--option__body,.jselect--option.focus .jselect--option__body{
    color:#333
}
.jselect--option.selected .jselect--option__body img{
    display:block
}
.jselect--option.focus.selected{
    color:#fff;
    background-color:#fafafa
}
.jselect--option.selected small{
    color:#efefef!important
}
.jselect--option.disabled>*{
    opacity:.5
}
.jselect--option>.jselect--option__img{
    float:left;
    height:2rem;
    margin:.125rem 1rem 0 0
}
.jselect--option .jselect--option__body{
    display:inline-block;
    clear:both;
    color:#696969;
    font: 16px/24px Roboto;
    position:relative;
    width:100%
}
.jselect--option .jselect--option__body img{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    display:none
}
.jselect--option .jselect--option__body span{
    display:block;
    margin-top:.1rem;
    color:inherit
}
.jselect--option .jselect--option__img+.jselect--option__body span{
    margin-top:.5rem
}
.jselect--option>.jselect--option__body small{
    display:block;
    color:#858585;
    margin-top:.2rem
}
@font-face{
    font-family:swiper-icons;
    src:url(data:application/font-woff;
    charset=utf-8;
    base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
    font-weight:400;
    font-style:normal
}
:root{
    --swiper-theme-color:#007aff
}
.swiper{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    overflow:hidden;
    list-style:none;
    padding:0;
    z-index:1
}
.swiper-vertical>.swiper-wrapper{
    flex-direction:column
}
.swiper-wrapper{
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    display:flex;
    transition-property:transform;
    box-sizing:content-box
}
.swiper-android .swiper-slide,.swiper-wrapper{
    transform:translateZ(0)
}
.swiper-pointer-events{
    touch-action:pan-y
}
.swiper-pointer-events.swiper-vertical{
    touch-action:pan-x
}
.swiper-slide{
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative;
    transition-property:transform
}
.swiper-slide-invisible-blank{
    visibility:hidden
}
.swiper-autoheight,.swiper-autoheight .swiper-slide{
    height:auto
}
.swiper-autoheight .swiper-wrapper{
    align-items:flex-start;
    transition-property:transform,height
}
.swiper-backface-hidden .swiper-slide{
    transform:translateZ(0);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{
    perspective:1200px
}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{
    transform-style:preserve-3d
}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:10
}
.swiper-3d .swiper-slide-shadow{
    background:rgba(0,0,0,.15)
}
.swiper-3d .swiper-slide-shadow-left{
    background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-right{
    background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-top{
    background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-bottom{
    background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-css-mode>.swiper-wrapper{
    overflow:auto;
    scrollbar-width:none;
    -ms-overflow-style:none
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{
    display:none
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{
    scroll-snap-align:start start
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper{
    scroll-snap-type:x mandatory
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper{
    scroll-snap-type:y mandatory
}
.swiper-centered>.swiper-wrapper:before{
    content:"";
    flex-shrink:0;
    order:9999
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{
    -webkit-margin-start:var(--swiper-centered-offset-before);
    margin-inline-start:var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal>.swiper-wrapper:before{
    height:100%;
    min-height:1px;
    width:var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{
    -webkit-margin-before:var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical>.swiper-wrapper:before{
    width:100%;
    min-width:1px;
    height:var(--swiper-centered-offset-after)
}
.swiper-centered>.swiper-wrapper>.swiper-slide{
    scroll-snap-align:center center;
    scroll-snap-stop:always
}

.sitemap {
    margin-top: 46px;
    margin-bottom: 60px;
}
.sitemap .container {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    justify-content: space-between;
}
.sitemap .container div {
    width: 24%;
    min-width: 140px;
}
 
.sitemap .container div > a {
    font: 18px/1.4 Roboto;
    text-decoration: none;
    color: #696969;
    margin-bottom: 8px;
    display: block;
}
.sitemap .container div > a:hover {
    color: #c70000;
}
.sitemap .container div > ul{
    list-style: none;
}
.sitemap .container div > ul li{
    margin-bottom: 4px;
}
.sitemap .container div > ul li a {
    font: 14px/1.4 Roboto;
    text-decoration: none;
    color: #696969;
}
.sitemap .container div > ul li a:hover {
    color: #c70000;
}

.privacy {
    margin-top: 46px;
    margin-bottom: 60px;
}
.privacy .text {
    font: 16px/1.7 Roboto;
    color: #696969;
    letter-spacing: .01em;
}
.privacy .text p {
    font: inherit;
    color: #696969;
    margin-top: 1em;
}
.blog-section{
    display: flex;
    justify-content: flex-start;
    gap: 60px;
    margin-bottom: 80px;
}
.blog-items{
    display: flex;
    flex-wrap: wrap;
    gap: 31px;
}
.blog-item{
	background: #FFF;
	box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.05);
	width: 100%;
	max-width: 483px;
}
.blog-item img{
	width: 100%;
	max-height: 280px;
}
.blog-item-data{
	color: #696969;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.blog-item-info{
	padding: 36px;
}
.blog-item-caption{
	color: #333;
	font-family: Open Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	text-decoration: none;
	margin-bottom: 16px;
}
.blog-item-anounce{
	margin-top: 16px;
	color: #696969;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	-webkit-line-clamp: 3;
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blog-categories{
	display: flex;
	flex-direction: column;
}
.blog-category{
	width: 283px;
	background: #fff;
    padding: 16px 30px;
    border-top: 1px solid #ECECEC;
	color: #333;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	text-decoration: none;
}
.blog-category.active{
	background: #C70000;
	color: #fff;
}
.blog{
    background-color:#fafafa;
}

.blog-navigation{
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-navigation a{
    text-decoration: none;
}

a .blog-navigation-button{
    color: #333;
}

.blog-navigation-button{
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 20px;
    justify-content: center;
    border: 1px solid #D9D9D9;
    color: #D9D9D9;
    text-align: center;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 133.333% */
}

.blog-navigation-button:hover{
    border-color: #C70000;
}

.blog-navigation-nums{
    display: flex;
    color: #333;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
}
.blog-navigation-nums a{
    color: #333;
    width: 48px;
    padding-bottom: 12px;
}
.blog-navigation-nums .active,.blog-navigation-nums a:hover{
    color: #C70000;
    width: 48px;
    padding-bottom: 12px;
    border-bottom: 2px solid #C70000;
}

.blog-detail{
    color: #333;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    max-width: 988px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-detail h3{
    color: #333;
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 133.333% */
    margin-top: 60px;
    margin-bottom: 20px;
}
.blogPost h1{
    margin-top: 72px;
    margin-bottom: 20px;
}
.blogPost h2{
    margin-top: 72px;
    margin-bottom: 20px;
}

.blogPost-data{
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

.blogPost-link-back{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #C70000;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

.blogPost-author{
    color: #696969;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
}

.blogPost .halfContainer{
    margin-left: unset;
    display: flex;
    align-items: center;
    padding-left: 0;
    max-width: 769px;
}

.blog-detail-block{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 140px;
    justify-content: space-between;
}

.detail_picture{
    max-width: 998px;
}

.blog-detail-text{
    max-width: 880px;
}

.blog-detail-modal{
    width: 312px;
}

.blog-detail-text img{
    max-width: 100vw;
}

.blog-section-others{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-others-title,.blogPost h2,.blogPost h1{
    color: #333;
    font-family: Open Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 120% */
    text-transform: uppercase;
}

.blog-section-others .blog-items{
    flex-wrap: nowrap;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 140px;
}

.blog-section-others .blog-item img{
    max-height: 247px;
    width: 427px;
}

.blog-section-others .blog-item-caption{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
}

.blog-section-others .blog-item-info{
    padding: 24px 30px;
}

.blog-section-others .blog-item-anounce{
    font-size: 15px;
}

.blog-detail-text li{
    list-style-type: none;
}
.blog-detail-text li ul li::before{
	color: #C70000;
	content: "\25BA";
	padding-left: 20px;
	font-size: 7px;
}
.blog-detail-text li::before {
    color: #C70000; /* Цвет маркера */
    content: "\2022"; /* Сам маркер */
    padding-right: 20px; /* Расстояние от маркера до текста */
}

.blog-detail-modal{
    padding:40px 30px;
    background: #FFF;
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.05);
    max-height: 384px;
}

.block-detail-modal-title{
    color: #333;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
    text-transform: uppercase;
}

.block-detail-modal-descr{
    color: #696969;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
    margin-top: 12px;
    margin-bottom: 20px;
}

.inputtext{
    max-width: 100%;
    border: 1px solid #ECECEC;
}

.blog-detail-modal .inputtext{
    padding: 13px 20px;
    color: #C4C4C4;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
    margin-bottom: 12px;
}

.blog-detail-modal-submit{
    background: #C70000;
    width: 100%;
    padding: 13px;
    color: #FFF;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    border: 0;
    cursor: pointer;
}

.blog-detail p{
    padding: 10px 0;
}

@media screen and (max-width: 1199px){
    .blog-section{
        flex-direction: column;
    }
    .blog-category{
        width: 100%;
    }
    .blog-navigation-button span{
        display: none;
    }
    .blog-navigation-num{
        width: 24px;
    }
    .blogPost-data{
        flex-direction: column-reverse;
        gap: 10px;
        margin-bottom: 30px;
    }
    .detail_picture,.blog-detail{
        max-width: 100%;
        height: auto;
    }
    .blog-detail-text img{
        max-width: 100%;
        transform: unset;
        margin-left: 0;
        height: auto;
    }
    .blog-detail h3{
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .blogPost h1{
        margin-top: 36px;
    }
    .blogPost h2{
        margin-top: 36px;
    }

    .blogPost .halfContainer{
        max-width: 100%;
    }

    .blog-detail-text img{
        margin-top: 40px;
    }
    .blog-section-others .blog-items{
        flex-wrap: wrap;
    }
    .blog-section-others .blog-item img{
        width: 100%;
    }
}

@media screen and (min-width: 1200px){
    .blog-detail-modal{
        position: sticky;
        top: 100px;
    }
}

@media (max-width:375px) {
    .blog-detail-text table {
        font-size: 12px;
        line-height: 15px;
    }
}
.blog-detail-text ol li::before {
    display: none;
}
.blog-detail-text ol li {
    list-style-type: auto;
}
.blog-detail-text ol {
    margin-left: 20px;
}
.blog-detail-text table td {
    padding:10px;
}
.blog-detail-text table td p {
    padding:0;
}
.bx-breadcrumb-item a{
    text-decoration: none;
    color: #c70000;
}
@media (max-width:768px) {
    .v2 section.topSlider{
        height: 679px;
    }
    .v2 section.topSlider{
        height: 715px;
    }
}

.topSlider{
    transition: .4s;
}
.topSlider.noimg{
    /*background-image: none;*/
    background: url(/local/templates/main/css/../images/mountains.jpg) right bottom / 0% no-repeat #ffffff;
    padding: 0;
    height: 650px;
}
.topSlider.noimg .container {
    height: 100%;
}
.topSlider .counter{
    transition: .4s;
}
.topSlider.noimg .counter{
    opacity: 0;
    pointer-events: none;
}
.sliderContent.special{
    position: relative;
    width: 100% !important;
    height: 100%;
}
.sliderContent__wrapper{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sliderContent__wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sliderContent__text{
    display: flex;
    flex-direction: column;
    max-width: 540px;
    width: 42%;
}
.sliderContent__text .title-content{
    text-transform: uppercase;
    color: #212432;
    font-size: clamp(24px, calc(24px + 20*((100vw - 320px) / 1120)), 53px);
    font-family: Roboto;
    font-weight: 600;
}
.sliderContent__text .subtitle-content{
    padding-top: 15px;
    color: #333333;
    font-size: clamp(16px, calc(16px + 20*((100vw - 320px) / 1120)), 26px);
    font-family: Roboto;
    font-weight: 500;
}
.sliderContent__text .text-content{
    padding-top: 32px;
    padding-bottom: 32px;
    color: #333333;
    font-size: clamp(12px, calc(12px + 20*((100vw - 320px) / 1120)), 16px);
    font-family: Roboto;
}
.sliderContent__text .button-content{
    margin-top: 70px;
    color: white;
    background-color: #EC3838;
    border: 1px solid #EC3838;
    width: 180px;
    height: 50px;
    font-size: 16px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
    text-decoration: none;
    transition: .4s;
}
.sliderContent__text .button-content:hover{
    background-color: transparent;
    color: #EC3838;
}
.sliderContent__special-content{
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 40px 40px 40px 20px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.sliderContent__cards{
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: 53%;
    height: fit-content;
}
.sliderContent__cards_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 0px;
}
.sliderContent__card{
    flex-direction: column;
}
.sliderContent__card:hover .sliderContent__card-icon img{
    transform: translateY(-20px);
}
.sliderContent__card-icon{
    display: flex;
    width: 100%;
    height: fit-content;

}
.sliderContent__card-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .4s;
}
.sliderContent__card .title-card{
    font-family: Roboto;
    color: #212432;
    font-size: 25px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 16px;
    font-weight: 600;
}
.sliderContent__card .title-card span{
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    background-color: #EC3838;
    border-radius: 50px;
}
.sliderContent__card .subtitle-card{
    color: #333333;
    font-size: 14px;
    padding-top: 15px;
    font-family: Roboto;
}
.topSlider.noimg .container{
    max-width: 100%;
    padding: 0;
}
.topSlider.noimg .arrow.prev{
    left: 60px !important;
}
.topSlider.noimg .arrow.next{
    right: 60px !important;
}
.sliderContent__special-content{
    max-width: var(--containerWidth);
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1500px) {
    .topSlider.noimg .container{
        width: 100% !important;
    }
    .topSlider.noimg .arrow.prev{
        left: 5px !important;
    }
    .topSlider.noimg .arrow.next{
        right: 5px !important;
    }
}
@media (max-width: 1100px) {
    .sliderContent__cards{
        display: none;
    }
    .sliderContent__text{
        width: 100%;
    }
    .sliderContent__text .button-content{
        margin-top: 20px;
    }
    .sliderContent__text .title-content{
        font-size: 26px;
    }
    .sliderContent__text .subtitle-content{
        font-size: 18px;
    }
    .sliderContent__text .text-content{
        font-size: 12px;
    }
    .topSlider.noimg .container{
        height: 100% !important;
        padding: 0 !important;
        max-height: 100% !important;
    }
    .topSlider.noimg{
        padding: 0 !important;
    }
}

.btn-up{
    z-index: 100;
    cursor: pointer;
    padding: 9px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    border: 1px solid #c70000;
    background-color: transparent;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
}
.btn-up.active{
    opacity: 1;
    pointer-events: unset;
}
.btn-up:hover{
    background-color: #c70000;
}
.btn-up:hover img{
    filter: invert(1) brightness(100);
}
.btn-up img{
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sliderContent__cards_grid .sliderContent__card-icon{
    max-width: 160px;
    max-height: 160px;
}
.sliderContent__cards_grid .subtitle-card{
    text-align: center;
    align-items: center;
    display: flex;
}
.sliderContent__cards_grid .sliderContent__card{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sliderContent__special-content_grid{
    gap: 100px;
}


.blog-list{
    padding-top: 80px;
}
.blog-list .blog-items{
    margin-bottom: 0px;
}
.main-section__title {
    font: 700 40px / 1.2 Open Sans;
    color: #333;
    text-transform: uppercase;
}
.blog-list__wrapper{
    display: flex;
    flex-direction: column;
}
@media (max-width: 1100px) {
    .main-section__title {
        font-size: 24px;
        line-height: 1.25;
    }
}
.search__list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.search__block{
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: Roboto;
}
.search__count{
    display: flex;
    gap: 8px;
    font-size: clamp(14px, calc(14px + 20*((100vw - 320px) / 1120)), 16px);
}
.search__count .text{

}
.search{
    margin-top: 20px;
    margin-bottom: 60px;
}
.search__count .number{
    color: #c70000;
    font-weight: 600;
}
.search__list-item{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.search__list-item{
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.search__list-item:nth-of-type(1){
    border-top: none;
    padding-top: 0px;
}
.search__list-item a{
    color: #c70000;
    font-size: clamp(16px, calc(16px + 20*((100vw - 320px) / 1120)), 20px);
}

.search__input{
    height: 100%;
    padding: 10px;
    border: 1px solid #c70000;
    background-color: transparent;
    width: 100%;
    color: black;
    font-size: clamp(14px, calc(14px + 20*((100vw - 320px) / 1120)), 16px);
}

.search__button{
    border: 1px solid #c70000;
    background-color: #c70000;
    color: white;
    padding: 0px 25px;
    transition: .3s;
    cursor: pointer;
}
.search__button:hover{
    background-color: transparent;
    color: #c70000;
}
.search__form{
    display: flex;
    gap: 10px;
}
.search-button{
    width: 44px;
    min-width: 44px;
    height: 44px;
    background-color: #c70000;
    border: 1px solid #c70000;
    flex-shrink:initial;
    padding: 10px;
    cursor: pointer;
}
.search-button svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
section.navigation .buttons{
    width: fit-content;
    gap: 10px;
    position: relative;
}
.header-search{
    display: flex;
    position: absolute;
    gap: 15px;
    height: 44px;
    top: 0;
    right: 0;
    background-color: white;
    pointer-events: none;
    opacity: 0;
    transition: .3s;
}
.header-search.active{
    pointer-events: unset;
    opacity: 1;
}
.header-search__input{
    border: 1px solid #c70000;
    padding: 10px;
    font-size: clamp(14px, calc(14px + 20*((100vw - 320px) / 1120)), 16px);
    color: black;
}
.header-search__close{
    height: 44px;
    width: 44px;
    min-width: 44px;
    padding: 10px;
    background-color: #c70000;
    border: 1px solid #c70000;
    cursor: pointer;
}
.header-search__close svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mobileMenu .header-search{
    position: static;
    padding: 0 32px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mobileMenu .header-search__input{
    width: 100% !important;
}

.blog-section-others .prev {
    transform: rotate(180deg);
    position: absolute;
    z-index: 9;
    right: 50px;
    bottom: 4px;
}
.blog-section-others .next {
    right: 10px;
    bottom: 0px;
    position: absolute;
    z-index: 9;
}
.blog-section-others{
    padding-bottom: 50px;
}
.blog-section-others .prev img, .blog-section-others .next img {
    width: 32px;
    filter: saturate(0) brightness(2.4);
}
.blog-section-others .prev img:hover, .blog-section-others .next img:hover {
    width: 32px;
    filter: none;
}
.blog-list__content{
    margin-top: 30px;
}

@media (min-width: 1441px) {
    .blog-list__content {
        --containerWidth: 1258px;
    }
}
.blog-list__content .newsItem{
    display: flex;
    width: auto;
}
.blog-list__content .blog-item img{
    width: 100%;
}

.footer__requisite{
    display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    opacity: 0.5;
}
.address .accent{
    opacity: 0.6;
    border-bottom: 1px solid white;
}
.contactButton{
    padding-top: 20px;
}
.advantages-block__gird{
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.advantages-block{
    padding-top: 80px;
}
.advantages-block__element{
    display: flex;
    gap: 15px;
    align-items: center;
    background-color: #fafafa;
    padding: 15px;
    border: 1px solid #ddd;
}
.advantages-block__text{
    font: 18px / 1.2 Roboto;
}

.advantages-block__img-wrapper{
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50px;
    padding: 15px;
    background-color: #c70100;
}
.advantages-block__img-wrapper svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1100px) {
    .advantages-block__gird{
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .advantages-block__img-wrapper{
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        padding: 8px;
    }
    .advantages-block__text{
        font: 14px / 1.2 Roboto;
    }
}
.office-contact__wrapper{
    display: flex;
    justify-content: space-around;
    gap: 30px
}
.office-contact__address, .office-contact__slider{
    width: 50%;
}
.office-contact__address{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.office-contact__slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.office-contact__slider{
    max-width: 600px;
    position: relative;
}
.office-contact__slider .prev img{
    transform: rotate(180deg);
}
.office-contact__buttons{
    display: flex;
    gap: 15px;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    margin: auto;
    left: 0;
    right: 0;
}
.office-contact__buttons div{
    background-color: rgba(255, 255, 255, 0.603);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .4s;
    border: 1px solid transparent;
    cursor: pointer;
}
.office-contact__buttons div:hover{
    border: 1px solid #c70100;
    background-color: white;
}
.office-contact{
    padding: 80px 0px;
}
.office-contact__address-content span{
    font: 18px / 1.2 Roboto;
}
.office-contact__icon{
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background-color: #c70100;
    border-radius: 50px;
    padding: 10px
}
.office-contact__icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.office-contact__address-content{
    display: flex;
    align-items: center;
    gap: 15px;
}
.office-contact__address .main-section__title{
    margin-bottom: 20px;
}
.office-contact__address-content a{
    color: black;
    text-decoration: none;
    transition: .4s;
}
.office-contact__address-content a:hover{
    color: #c70100;
}

@media (max-width: 1100px) {
   .office-contact__wrapper{
        display: flex;
        flex-direction: column;
        gap: 35px;
   }
   .office-contact__address, .office-contact__slider{
        width: 100%;
    }
    .office-contact__icon{
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        padding: 8px
    }
    .office-contact__address-content span{
        font: 14px / 1.2 Roboto;
    }
    .office-contact{
        padding: 30px 0px 60px 0;
    }
}

.cards-section .blog-items{
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.cards-section .blog-item{
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    gap: 35px;
    padding: 15px !important;
}
.newsItem__img{
    width: 100%;
    height: 100%;
    max-width: 300px;
}
.cards-section .blog-item-info{
    padding: 0px !important;
}
.blog-item-webinar{
    font: 14px / 1.2 Roboto;
    color: #696969;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.blog-item-webinar:before{
    content: "";
    display: flex;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #c70100;
}
.blog-button{
    color: white;
    font: 16px / 1.2 Roboto;
    background-color: #c70100;
    border: 1px solid #c70100;
    transition: .4s;
    padding: 15px;
    text-decoration: none !important;

}
.blog-button.dash{
    color: #c70100;
    border: 1px dashed #c70100;
    background-color: transparent;
}
.blog-item-buttons{
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.blog-button:hover{
    color: #c70100;
    background-color: transparent;
    text-decoration: none !important;
}
.blog-button.dash:hover{
    color: white;
    background-color: #c70100;
    border: 1px solid #c70100;
}
.cards-section .blog-item-caption{
    text-decoration: none !important;
}
.cards-section .blog-item-caption:hover{
     color: #c70100 !important;
}

.blogPost-webinar .halfContainer{
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 100%;
    width: 100%;
}

.webinar__miniature{
    width: 400px;
    height: auto;
}
.webinar__miniature img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.webinar__detail{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    border: 1px solid #696969;
}
.webinar__video{
    width: 100%;
    height: auto;
}
.webinar__video iframe{
    width: 100%;
    height: 100%;
}
.webinar__detail .blog-button{
    text-align: center;

}
.webinar__block{
    display: flex;
    gap: 20px;
    width: 100%;
    margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
    .webinar__block{
        flex-direction: column;
    }
    .webinar__video{
        width: 100%;
        height: 300px;
    }
    .webinar__miniature{
        width: 100%;
        height: auto;
    }
    .cards-section .blog-item {
        flex-direction: column;
    }
    .blog-item-buttons{
        flex-direction: column;
    }
    .blog-button{
        width: 100%;
        text-align: center;
    }
}
.b24-form form{
    width: 100%;
    overflow: hidden;
}


.privacy-policy-agreement {
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.privacy-policy__radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #e73535;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0;
}
.privacy-policy__radio.active::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #e73535;
    border-radius: 50%;
}
.privacy-policy__label {
    color: #000;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.privacy-policy__link {
    color: #e73535;
    text-decoration: underline;
    transition: opacity 0.3s;

    &:hover {
        opacity: 0.8;
    }
}
.b24-form-btn.disable{
    pointer-events: none !important;
    opacity: 0.5 !important;
}
.b24-form-btn-container{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.privacy-policy__label{
    width: 70%;
}
.privacy-policy-agreement{
    display: flex;
    align-items: center;
    justify-content: center;
}
.b24-form-btn-block{
    width: 100%;
}
.text__content{
    font: 16px / 1.2 Roboto;
    opacity: 0.6;
}
.container__thanks{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.container__thanks .blog-button{
    margin-top: 30px;
    width: fit-content;
}
.blog-detail-text{
    overflow: hidden;
}
.blog-detail-text table{
    overflow: auto;
    display: block
}
.blog-detail-text{
    width: 100%;
}
.blog-detail-text li p{
    display: inline;
}
.blog-detail-text li p br{
    display: none;
}
.detail__data-text-container{
    display: flex;
    flex-direction: column;
}
.detail__blog-detail-text h1, .detail__blog-detail-text h2, .detail__blog-detail-text h3, .detail__blog-detail-text h4, .detail__blog-detail-text h5{
    margin: 15px 0;
}
.detail__blog-detail{
    max-width: 100%;
    width: 100%;
    padding: 20px 0;
}
.detail__blog-detail-text{
    max-width: 100%;
    width: 100%; 
}

.sliderContent__card-icon_img{
    max-width: 350px !important;
    max-height: 350px !important;
}
.sliderContent__special-content_one{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.sliderContent__special-content_one .sliderContent__cards_grid{
    display: flex;
    justify-content: end;
    margin-right: 100px;
    margin-top: 10px;
}
.sliderContent__special-content_one.green .title-card{
    font-size: 40px;
    color: rgba(39, 94, 74, 1);
    width: 295px;
}
.sliderContent__special-content_one.green .subtitle-card{
    color:rgba(51, 51, 51, 1);
    font-size: 20px;
    width: 292px;
}
.sliderContent__special-content_one.green .button-content{
    background-color: rgba(39, 94, 74, 1);
    border-color: rgba(39, 94, 74, 1);
}
.sliderContent__special-content_one.green .button-content:hover{
    color: rgba(39, 94, 74, 1);
    background-color: transparent;
}
.sliderContent__special-content_one .logo-content{
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
}
.sliderContent__special-content_one .logo-content img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sliderContent__special-content_one.green .text-content{
    color: rgba(51, 51, 51, 1);
}
@media screen and (max-width: 1199px) {
    .sliderContent__special-content_one{
        /*flex-direction: column-reverse;*/
    }
    .sliderContent__special-content_one .sliderContent__cards_grid{
        width: 100%;
        align-items: center;
        justify-content: center;
        display: none;
    }
    .sliderContent__card-icon_img{
        max-width: 120px !important;
        max-height: 120px !important;
    }
}
.blog-detail-text h2, .blog-detail-text h3, .blog-detail-text h4, .blog-detail-text h5{
    margin: 20px 0;
}
.blog-detail-text h2{
    font-size: 30px;
}
.blog-detail-text h3{
    font-size: 20px;
}
.blog-detail-text h4{
    font-size: 18px;
}
.blog-detail-text h5{
    font-size: 16px;
}
.blog-detail-text blockquote{
    padding: 15px 25px;
    border: 1px solid #C70000;
    margin-top: 15px;
    background-color: white;
}
.blog-detail__title{
    font: 30px / 1.2 Roboto;
    font-weight: 600;
    /*color: #C70000;*/
    display: flex;
    align-items: center;
    gap: 8px;
}
.blog-detail__title::before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #C70000;
    border-radius: 50px;
    display: flex;
}
.blog-detail__authors{
    background-color: white;
    padding: 20px;
    width: 100%;
}
.blog-detail__authors-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
    margin-top: 42px;
}
.blog-detail__author-card-img{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
}
.blog-detail__author-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-detail__author-card{
    display: flex;
    gap: 15px;
    align-items: center;
}
.blog-detail__author-card-content{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.blog-detail__author-card-content-title{
    font: 20px / 1.2 Roboto;
    font-weight: 500;
}
.blog-detail__author-card-content-description{
    font: 14px / 1.2 Roboto;
    opacity: 0.5;
}
.blog-detail-text a:not(.btn){
    color: #C70000;;
}
.blog-detail-text .btn{
    background-color: #C70000;
    width: fit-content;
    padding: 13px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #C70000;
    height: fit-content;
    text-decoration: none;
}
.blog-detail-text .btn:hover{
    background-color: #FFF;
    color: #C70000;
}
.sliderContent__card_center{
    align-items: center;
    justify-content: center;
}
.sliderContent__card_center .title-card{
    width: fit-content !important;
}
.sliderContent__card_center .subtitle-card{
    width: fit-content !important;
}
.sliderContent__about-buttons .button-content{
    margin: 0;
    margin-left: auto;
}
.sliderContent__about-buttons{
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.sliderContent__about-row{
    display: flex;
    align-items: center;  
    gap: 6px;
}
.sliderContent__about-row img{
    flex-shrink: 0;
}
.sliderContent__about-row span{
    color: rgba(39, 94, 74, 1);
    font-size: 18px;
    font-family: Roboto;
    font-weight: 300;
    text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
    .sliderContent__about-buttons{
        flex-direction: column;
        align-items: start;
        gap: 8px;
    }
    .sliderContent__about-buttons .button-content{
        margin: 0;
    }
    .sliderContent__about-row{
        width: fit-content;
    }
}
/* End */


/* Start:/local/templates/main/css/brandbook.css?17619030953174*/
:root {
  --klein-blue: #0026ad;
  --ghost-white: #f1f3fc;
  --scarlet-red: #c70000;
  --white: #ffffff;
  --onyx: #343741;
}
body{
    /*background-color: var(--ghost-white) !important;*/
}
body *{
    font-family: "Exo 2", sans-serif !important;
}
body .fa-angle-right:before{
    font: normal normal normal 14px / 1 FontAwesome !important;
}
section.tophead *{
    font-family: "Exo 2", sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Oswald", sans-serif !important;
    color: var(--onyx);
}
.topSlider header{
    font-family: "Oswald", sans-serif !important;
}
.topSlider .title-content{
    font-family: "Oswald", sans-serif !important; 
}
section.contactUs .title{
    font-family: "Oswald", sans-serif !important; 
    color: var(--onyx);
}
.blog-item-caption{
    font-family: "Oswald", sans-serif !important; 
    color: var(--onyx);
}
.tophead{
    background-color: var(--onyx) !important;
    
}
.tophead *{
    /*color: var(--onyx);*/
}
.contactItem img{
   /* filter: brightness(0) saturate(100%) invert(9%) sepia(90%) saturate(5954%) hue-rotate(6deg) brightness(95%) contrast(116%); */
}
.advantages-block__img-wrapper{
    /*background-color: var(--klein-blue);*/
}

section.services {
    background-image: linear-gradient(to right, #c70000 50%, var(--onyx) 50%);
}
section.benefits, section.advantages{
    background-image: linear-gradient(to right, transparent 50%, var(--ghost-white) 50%) !important;
}
section.services .right{
    
}
footer{
    background-color: var(--klein-blue);
}
.services .halfContainer h2{
    color: white;
}
section.navigation{
    background: var(--ghost-white) !important;
}
.advantages-block__element{
    background-color: white;
    border-color: white;
    border-radius: 10px;
    box-shadow: 20px 20px 60px rgba(23, 52, 80, .1);
}
.blog-item{
    box-shadow: 20px 20px 60px rgba(23, 52, 80, .1);
    border-radius: 15px;
    overflow: hidden;
    background-color: white;
}
.blog-section-others .next {
    bottom: 1px !important;
}
section.servicesColumns{
    background-color: var(--ghost-white) !important;
}
.contactUs{
    background: var(--ghost-white) !important;
}
section.contactUs .card{
    border-radius: 15px;
    border: none;
}
section.contactUs .contactButton button{
    background: var(--scarlet-red);
    border-color: var(--scarlet-red);
    border-radius: 5px;
}
section.consultation button{
    background: var(--scarlet-red);
    border-color: var(--scarlet-red);
    border-radius: 5px;
}
section.navigation .buttons .order
{
    background: var(--scarlet-red);
    border-color: var(--scarlet-red);
    border-radius: 5px;
}
.search-button{
    border-radius: 5px;
}
.b24-form-btn-block{
    border-radius: 5px;
}
.header-search__input{
    border-radius: 5px;
}
.header-search__close{
    border-radius: 5px;
}
.breadcrumb-section{
    background-color: var(--ghost-white) !important;
}
.blog-navigation-button{
    background-color: white !important;
    border-radius: 10px !important;
    border-color: white !important;
    box-shadow: 20px 20px 60px rgba(23, 52, 80, .1) !important;
    color: var(--scarlet-red) !important;
}
.webinar__detail{
    border-radius: 5px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/breadcrumb_standart/style.min.css?1742791548467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */
/* /local/templates/main/css/style.css?1753083282128560 */
/* /local/templates/main/css/brandbook.css?17619030953174 */
/* /local/templates/main/components/bitrix/breadcrumb/breadcrumb_standart/style.min.css?1742791548467 */
