@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

body{
    position: relative;
    color: #222222;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background-color: #fff;
}
a {text-decoration: none; color: #222222;font-size: 16px;line-height: 1.3;}
a:hover {text-decoration: none; color: #c50001;}


.btn {
    font-size: 16px;
    line-height: 1.3;
    height: 49px;
    border-radius: 49px;
    padding: 14px 21px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn:hover{
    text-decoration: none;
}
@property --c1 { syntax: '<color>'; inherits: false; initial-value: #c50001; }
@property --c2 { syntax: '<color>'; inherits: false; initial-value: #7e0e01; }

.btn-red {
    border: 0;
    color: #fff;
    background: linear-gradient(90deg, var(--c1) 0%, var(--c2) 100%);
    background-size: 200% 100%;
    background-position: 0% 50%;
    transition:
        background-position .6s ease,
        --c1 .6s ease,
        --c2 .6s ease,
        color .2s ease;
}

.btn-red:hover,
.btn.btn-red:hover {
    background-position: 100% 50%;
    --c1: #7e0e01;
    --c2: #c50001;
    color: #fff;
}

.btn.btn-white:hover {text-decoration: underline;}


.text-red  {color: #C50001;}

.h1 {
    font-size: 64px;
    line-height: 0.9;
    font-weight: 500;
}
.text1 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}
.text2 {
    font-size: 16px;
    line-height: 1.3;  
    font-weight: 700;
}
.text3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
}
.text4 {
    font-size: 14px;
    line-height: 1.4;  
    font-weight: 400;
}

.h1 span {
    background: linear-gradient(133deg, #c50001 0%, #7e0e01 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #c50001;
}

.scoba:after {
    content: '}';
}

.scoba:before {
    content: '{';
}
.scoba {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    color: #C50001;
}
.fS-number {
    font-weight: 600;
}


section.firstSection {
    background-repeat: no-repeat;
    background-size: cover;
    height: 46rem;
    background-position: center;
    position: relative;
}
section.firstSection:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: flex;
    background: #ffffff;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: 1;
}

section.firstSection > div {
    position: relative;
    z-index: 2;
}
section.firstSection .container {height: 100%;}
header .container > .d-flex {
    border-radius: 48px;
    height: 48px;
    padding: 0 1.2rem;
    overflow: hidden;
    position: relative;
}

header {
    position: fixed;
    width: 100%;
    padding: 1.5rem 0rem;
    z-index: 999;
}

.navItems {
    gap: 3.8rem;
}

.stRightHeader {
    gap: 3.8rem;
}
header .container > .d-flex {
    border-radius: 48px;
    height: 48px;
    padding: 0 1.2rem;
    overflow: hidden;
    position: relative;
    
}

header .container > .d-flex:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1 !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: inset 0 0 20px 0 #f2f2f2, 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
    background: rgb(255 255 255 / 25%);
}



header .container > .d-flex > * {
    z-index: 2;
}

section {
    margin-bottom: 140px;
    overflow: hidden;
}

.img {
    background: #D9D9D9;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
.section_uslugi .img{aspect-ratio: 1 / 0.5;}

.img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.video {
    background: #CECECE;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.video  .videoBtn {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 0;
    background: transparent;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border-radius: 100%;
    background: linear-gradient(133deg, #c50001 0%, #7e0e01 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.video img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.caruselItem {
    padding: 0 1rem;
    width: 317px;
    transition: all 300ms ease;
    cursor: grab;
}
.caruselItem:active {
    cursor: grabbing;
}
.carusel_1 .caruselItem.slick-center{
    width: 450px;
}
.carusel_1 .img {
    aspect-ratio: unset;
    border-radius: 0px;
}

.rowSocial a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

footer .border-top {border-color: #5BCBFF !important;}
footer {
    overflow: hidden;
}

footer .container {
    position: relative;
}
footer .container > div {
    position: relative;
    z-index: 2;
}
footer .container:after {
    content: '';
    background-image: url(../images/bgLogo.svg);
    display: block;
    width: 470px;
    height: 370px;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    bottom: -50px;
    right: -110px;
    z-index: 1;
}
.button-burger {cursor: pointer;}
.open_mobileNav {
    overflow: hidden;
}
.open_mobileNav #mobileNav {
    display: flex !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 999;
    padding: 2rem;
    cursor: pointer;
}
#сlose_mobileNav {
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb a {
    color: #838383;
}
.breadcrumb a:hover {
    color: #C50001;
}
ol.breadcrumb {
    color: #564D4D;
}

.breadcrumb li.breadcrumb-item.active.text1 {
    color: #564D4D;
}


section.section_form {
    background: #EAF8FF;
}
.section_form  .title {
font-size: 24px;
font-weight: 400;
line-height: 1;
}


.formSubmit input[type=text], .formSubmit input[type=phone],.formSubmit input[type=text] {
    height: 50px;
    border-radius: 50px;
    padding: 14px 21px;
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1), inset 0 0 8px 0 #f2f2f2;
    background: #fff;
}

.itemWork {
    background-color: #EAF8FF;
    border-radius: 20px;
    height: 100%;

}

.imagesS-item {width: 480px;height: 280px;}

.imagesS-item .img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
}



.carusel_6 .swiper-slide{ width: auto;}
.carusel_6  .swiper-wrapper{ transition-timing-function: linear !important; }
.carusel_7 .swiper-slide{ width: auto;}
.carusel_7 .swiper-wrapper {  transition-timing-function: linear !important;  margin-left: -240px;}


.itemAbout {
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

.itemAbout span {
    color: #C50001;
}

.tabs button {
    border: 0;
    background: transparent;
    /* padding-bottom: 1rem; */
    padding: 0.5rem 1rem;
    white-space: nowrap;
}

.tabs {
    list-style: none;
    display: flex;
    gap: 2rem;
    padding-left: 0;
}

.tabs button.active {
    border-bottom: 1px solid #C50001 !important;
    color: #C50001 !important;
}
/* авто-ширина по контенту, свайп, колёсико, стрелки */
#tabsSwiper{ overflow:visible; }
#tabsSwiper .swiper-wrapper{ align-items:stretch; }
#tabsSwiper .swiper-slide{ width:auto; }
#tabsSwiper .nav-link{ white-space:nowrap;}

.tabs-swiper{ position:relative; }


.carusel_4 {margin: 0 -10px; overflow: hidden; }
.carusel_4 .swiper{width:100%; padding:0 0 3rem 0; overflow:visible;}
.carusel_4 .swiper .userItem{  margin:0 10px;display: flex;flex-flow: column nowrap;cursor: grab;}
.carusel_4 .swiper .userItem:active {cursor: grabbing;}
.carusel_4 .swiper-slide{transition: width .35s ease;}
.carusel_4 .swiper .userItem .text3, .carusel_4 .swiper .userItem .text1, .carusel_4 .swiper .userItem button {display: none;}
.carusel_4 .swiper .swiper-slide-active  .userItem .text3, .carusel_4 .swiper .swiper-slide-active .userItem .text1, .carusel_4 .swiper .swiper-slide-active .userItem button {display: flex;}
.carusel_4 .userItem .img {position: relative;}
.carusel_4 .userItem .img button.btn.btn-red {position: absolute;right: 2rem;bottom: 2rem;}


.carusel_5 {}
.carusel_5 .swiper{width:100%; padding:0 0 3rem 0; overflow:visible;}
.carusel_5 .swiper .dockItem{  margin:0 10px;display: flex;flex-flow: column nowrap;cursor: grab;}
.carusel_5 .swiper .dockItem:active {cursor: grabbing;}
.carusel_5 .swiper-slide{transition: width .35s ease;}
.carusel_5 .img { aspect-ratio: unset;border-radius: 0px;}

.hhItem {
    background: #EAF8FF;
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
}

.modalForm .modal-content {
    background: #EAF8FF;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
}

.variantModal .modal-content {
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    position: relative;
}
button.btnCLose {
    position: absolute;
    top: 1.3rem;
    right: 1.3rem;
    border: 0;
    background: transparent;
    z-index: 8;
}
.variantModal button.btnCLose {
    top: 0.3rem;
    right: 0.3rem;
}


.modalForm .modal-content h5 {
    padding-right: 40px;
}

.modalForm .modal-dialog {
    max-width: 650px;
    width: 100%;
    min-width: 320px;
}


.boxPhone:after {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 100%;
    background: #EAF8FF;
    position: absolute;
    right: 55px;
    bottom: -5px;
}

.boxPhone > div {
    background: #EAF8FF;
    max-width: 240px;
    padding: 10px 20px;
    border-radius: 20px;
    overflow: hidden;
}

.buttonPhone {
    display: flex;
    width: 315px;
    position: fixed;
    bottom: 100px;
    right: 2rem;
    z-index: 9;
}

.buttonPhone svg {
    position: absolute;
    right: 0;
    bottom: -60px;
}


.grecaptcha-badge {display: none !important;}


.itemNews {cursor: pointer;}

@media (min-width: 992px) and (max-width: 1200px) { 


}

@media (max-width: 1200px) {  
    .h1 {font-size: 48px;}
    .text3 {font-size: 20px;line-height: 1.2; }
}


@media (max-width: 992px) { 
    .h1 br{display: none;}
    
    section {margin-bottom: 100px;}
    .img {aspect-ratio: 1 / 1; }
    .section_uslugi .img {aspect-ratio: 1 / 1; }
    .stRightHeader {gap: 2.8rem;}
    section.firstSection {height: 596px;}
    .video {margin-top: 2rem;}
    footer .container:after {
        left: 0;
        right: unset;
        width: 50%;
        background-position: bottom left;
        height: 100%;
        bottom: -30px;
        bottom: -30px;
        background-size: contain;
    }
    .rowBottomFooter ul li:first-child {
        order: 3;
    }
    .video {
        aspect-ratio: 1 / 0.5;
        height: auto;
    }

    .firstSection br {display: none;}
    
}


@media (max-width: 768px) { 
    .title br{display: none;}
    .text1 br{display: none;}
    .text2 br{display: none;}
    .text3 br{display: none;}
    .text4 br{display: none;}
    .carusel_4 {overflow: visible; }
       

}


@media (max-width: 576px) { 
    
    .h1 {font-size: 24px; }
    .text1 { font-size: 14px;}
    section {margin-bottom: 60px;}
    .section-about .btn {width: 100%;}
    footer .container:after {
        width: 100%;
        position: relative;
        height: 200px;
        background-position: center;
    }
    .imagesS-item {width: 257px;height: 150px;}
    .carusel_7 .swiper-wrapper {  transition-timing-function: linear !important;  margin-left: -123.5px;}
    .modalForm .modal-content {
        padding: 1rem;
    }
    
    .modalForm .modal-dialog {
        max-width: unset;
        width: unset;
        min-width: unset;
    } 
    

    a.buttonPhone {
        position: relative;
        bottom: 0;
        right: 2rem;
        display: flex;
        justify-content: end;
        width: 100%;
        height: 200px;
        align-items: flex-start;
    }
    
    .boxPhone:after {
        right: 55px;
        top: 50px;
        position: relative;
        right: 0;
        top: 56px;
    }
    
    .buttonPhone svg {
        top: 65px;
        position: relative;
        bottom: 0;
    }
    
    .boxPhone {
        display: flex;
    }
    
    .boxPhone > div {
    }


}









