/*Дэфолтные настройки*/
* {
    box-sizing: border-box;
}
*:hover{
    transition: 0.3s;
}
ul li{
    list-style: none;
}
html, body {
    margin: 0;
    position: relative;
    scroll-behavior: smooth;
}
body{
    overflow-x: clip;
}
h1,h2,h3,h4,h5,p,li,ul{
    margin: 0;
    padding: 0;
    transition: 0.3s;
}
ul{
    padding: 0;
    margin: 0;
}
body {
    font-family: "Open Sans", sans-serif;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    color: #000000;
}
a {
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
}
a:hover:after,
a:focus:after {
    width: 100%;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
input, textarea {
    outline:none;
    font-family: "Open Sans", sans-serif;
}
input::placeholder, textarea::placeholder{
    font-family: "Open Sans", sans-serif;
}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
button{
    cursor: pointer;
    border: none;
    font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans Condensed", sans-serif;
}
/*Дэфолтные настройки*/
header{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    z-index: 100!important;
}
.textSlideBigMain{
    color: #FFF;
    text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2);
    font-size: 100px;
    max-width: 660px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
}
.textSlideSubMain{
    color: #FFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    max-width: 660px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 15px;
}
.linkSlideBigMain{
    display: flex;
    height: 48px;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: #FB6F58;
    color: #FFF;
    font-size: 16px;
    width: fit-content;
    margin-top: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.slide-content{
    position: absolute;
    top: 30%;
}
.site-header {
    width: 100%;
    background: white;
    position: absolute;
    top: 100vh;
    left: 0;
    z-index: 50;
}
.site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
.parallax-slider {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper {
    height: 100%;
}
.swiper-slide {
    overflow: hidden;
    position: relative;
}
.slide-bg {
    position: absolute;
    width: 100%;
    height: 120%; /* чуть больше для параллакса */
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transform: translateY(0);
    transition: transform 0.1s linear;
}
.slide-content {
    z-index: 2;
    position: relative;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 60px!important;
    height: 4px!important;
    border-radius: 30px!important;
    background: #FFFFFF!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: auto!important;
    bottom: 40px!important;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.dropdown-content p{
    color: #434C4C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}
.dropdown:hover .dropdown-content {
    display: flex;
}
.flex-headerWhite{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.headerWhite{
    background: #FFFFFF;
    padding: 20px 0;
}
.rightHeader{
    display: flex;
    align-items: center;
    gap: 50px;
}
.telHeader{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #434C4C;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.socialsHeader{
    display: flex;
    align-items: center;
    gap: 15px;
}
.socialsHeader a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.langHeader{
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}
.langHeader span{
    color: #434C4C;
    font-size: 18px;
    font-family: "Open Sans Condensed", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 5px;
}
.headerGrey{
    padding: 25px 0;
    width: 100%;
    background: #F4F6F8;
}
.flex-headerGrey{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.link-flex-headerGrey{
    color: #434C4C;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.langHeader2 p{
    color: #434C4C;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.dropdown-content2 a{
    color: #434C4C;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.mainAbout{
    margin-top: 230px;
}
.flex-textAll-p{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.titleAll{
    color: #434C4C;
    font-family: "Open Sans Condensed", sans-serif;
    margin-bottom: 35px;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.textAll-p{
    text-indent: 30px;
    color: #808282;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}
.left-flexMainAbout{
    max-width: 715px;
}
.flexMainAbout{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.photo-flexMainAbout{
    border-radius: 15px;
    border: 1px solid #E7E7E7;
    width: 435px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.titleAll-center{
    text-align: center;
}
.sliderMainSell{
    margin-top: 100px;
}
.swiper-button-next{
    right: -15px!important;
}
.swiper-button-prev{
    left: -15px!important;
}
.swiper-button-next img{
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(46, 16, 102, 0.25);
}
.swiper-button-prev img{
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(46, 16, 102, 0.25);
}
.swiper-button-prev::after {
    display: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0.7!important;
}
.swiper-button-next::after {
    display: none;
}
.contentMainSellSlide{
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(231, 231, 231, 0.5);
    background: #FFF;
    display: flex;
    padding-bottom: 25px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    overflow: hidden;
}
.photoContentMainSellSlide{
    width: 100%;
}
.text-contentMainSellSlide{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    gap: 15px;
}
.flex-text-contentMainSellSlide .linkSlideBigMain{
    margin-top: 0;
}
.text-contentMainSellSlide h3{
    color: #434C4C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
}
.text-contentMainSellSlide p{
    color: #808282;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}
.flex-text-contentMainSellSlide{
    display: flex;
    align-items: center;
    gap: 20px;
}
.text-contentMainSellSlide{
    width: 100%;
}
.flex-text-contentMainSellSlide span{
    color: #FB6F58;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.newTag{
    position: absolute;
    left: 20px;
    top: 20px;
}
.block-plusesSectionMain{
    border-radius: 10px;
    background: #F4F6F8;
    width: calc(33% - 20px);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-block-plusesSectionMain{
    transition: 0.3s;
    opacity: 1;
    position: relative;
}
.text-block-plusesSectionMain{
    transition: 0.3s;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    max-width: 270px;
}
.text-block-plusesSectionMain p{
    color: #434C4C;
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.text-block-plusesSectionMain a{
    color: #FB6F58;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
}
.flex-plusesSectionMain{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: stretch;
}
.plusesSectionMain{
    margin-top: 90px;
}
.block-plusesSectionMain:hover .photo-block-plusesSectionMain{
    opacity: 0;
    position: absolute;
    transition: 0.3s;
}
.block-plusesSectionMain:hover .text-block-plusesSectionMain{
    display: flex;
    transition: 0.3s;
}
.revSection{
    margin-top: 100px;
}
.swiper-slideMainRevContent{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    border: 1px solid rgba(231, 231, 231, 0.5);
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
}
.topSVGrev{
    left: 30px;
    top: 30px;
    position: absolute;
}
.bottomSVGrev{
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.textRev{
    color: #808282;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.starRev{
    display: flex;
    align-items: center;
    gap: 1px;
}
.bottomRev{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bottomRev h3{
    color: #434C4C;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
.bottomRev span{
    display: flex;
    align-items: center;
    gap: 10px;
}
.bottomRev span a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactSectionMain{
    margin-top: 100px;
    padding: 60px 0;
    background: #F4F6F8;
}
.leftFlex-contactSectionMain{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    max-width: 270px;
}
.block-leftFlex-contactSectionMain{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.block-leftFlex-contactSectionMain span{
    color: #808282;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.block-leftFlex-contactSectionMain a{
    color: #434C4C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.block-leftFlex-contactSectionMain p{
    color: #434C4C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.map{
    border-radius: 10px;
    border: 1px solid #E9ECEF;
    width: 100%;
    height: 370px;
}
.flex-contactSectionMain{
    display: flex;
    align-items: flex-start;
    gap: 70px;
}
footer{
    border-top: 7px solid #FB6F58;
    background: #434C4C;
    padding-top: 20px;
}
.socialsFooter{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.socialsFooter p{
    color: #889090;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.flex-socialsFooter{
    display: flex;
    align-items: center;
    gap: 15px;
}
.flex-socialsFooter a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexFooterFirst{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.footerBottom{
    background: #363F3F;
    padding: 25px 0px;
    margin-top: 12px;
}
.flex-footerBottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}
.flex-footerBottom a{
    color: #889090;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.flex-footerBottom p{
    color: #889090;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.flex-flex-footerBottom{
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

#menu__toggle {
    opacity: 0;
    display: none;
}
#menu__toggle:checked ~ .menu__btn > span::before {
    display: none;
}
.closeBurger{
    display: none;
}
#menu__toggle:checked ~ .menu__btn {
    .closeBurger{
        display: flex;
    }
}
#menu__toggle:checked ~ .menu__btn {
    .burgerSvg{
        display: none;
    }
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}
.menu__btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    width: 30px;
    height: 30px;
    position: relative;
}
.menu__btn img{
    width: 30px;
    height: 30px;
}
.menu__box {
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    list-style: none;
    background: #fff;
    transition-duration: .25s;
    z-index: 999;
    padding: 20px 50px 30px;
}
.hamburger-menu{
    display: none;
}
.listBurgerUl li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.listBurgerUl li a{
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.menu__box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.flex-textAll-p span{
    text-align: right;
    width: 100%;
    color: #808282;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}
.flex-textAll-p-2{
    gap: 0!important;
}
.swiper-slideBannerMainAboutSlider1{
    width: 100%;
    background: linear-gradient(90deg, #DF6550 0%, #F76F59 50%, #D5614C 100%);
    height: 500px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiper-slideBannerMainAboutSlider h1{
    color: #FFF;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px; /* 138.889% */
}
.swiper-slideBannerMainAboutSlider p{
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 127.273% */
    margin-top: 25px;
}
.bannerMainAboutSlider{
    margin-top: 230px;
}
.swiper-pagination2{
    left: 50px!important;
}
.photo-mySwiperBannerMainAboutSlider{
    position: absolute;
    width: 110%;
    left: -5%;
    bottom: -60px;
}
.mainAbout-2{
    margin-top: 100px!important;
}
.plusesAboutPageSection{
    margin-top: 100px;
}
.flex-plusesAboutPageSection{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
}
.block-flex-plusesAboutPageSection{
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    gap: 15px;
    transition: 0.3s;
    width: calc(33% - 20px);
    height: 142px;
}
.photoAndTitle-block-flex-plusesAboutPageSection{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: 0.3s;
}
.photoAndTitle-block-flex-plusesAboutPageSection img{
    height: 65px;
}
.photoAndTitle-block-flex-plusesAboutPageSection p{
    color: #434C4C;
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.blockHover-block-flex-plusesAboutPageSection{
    display: none;
}
.blockHover-block-flex-plusesAboutPageSection p{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}
.block-flex-plusesAboutPageSection:hover{
    transition: 0.3s;
    background: #DF6550;
}
.block-flex-plusesAboutPageSection:hover .photoAndTitle-block-flex-plusesAboutPageSection{
    display: none;
}
.block-flex-plusesAboutPageSection:hover .blockHover-block-flex-plusesAboutPageSection{
    display: flex;
}
.sertOurPage{
    margin-top: 100px;
    margin-bottom: 100px;
}
.flex-sertOurPage{
    display: flex;
    align-items: stretch;
    gap: 30px;
}
.blockAll-sertOurPage{
    width: 100%;
    padding: 15px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #F4F5F6;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.07);
}
.blockAll-sertOurPage p{
    color: #434C4C;
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.revSection-2{
    margin-bottom: 100px;
}
.bannerGreyTop{
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-top: 3px solid #FB6F58;
    background: #EFF0F2;
}
.bannerGreyTop h2{
    color: #434C4C;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.bannerGreyTop p{
    color: #808282;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.photo-bannerGreyTop{
    position: absolute;
    width: 100%;
    bottom: -55px;
    z-index: -1;
}
.photoStudentSection{
    margin-top: 100px;
}
.swiper-slideMainStudentSection2{
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.photo-swiper-slideMainStudentSection2{
    border-radius: 15px;
    width: 100%;
}
.hover-swiper-slideMainStudentSection2{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    height: 100%;
    transition: 0.3s;
    opacity: 0;
    background: linear-gradient(180deg, rgba(23, 12, 4, 0.00) 0%, #170C04 100%);
}
.swiper-slideMainStudentSection2:hover .hover-swiper-slideMainStudentSection2{
    opacity: 1;
    transition: 0.3s;
}
.hover-swiper-slideMainStudentSection2 h2{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.hover-swiper-slideMainStudentSection2 p{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 175% */
}
.swiper-slideMainStudentSection3{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border-radius: 15px;
}
.videoPageCourse{
    border-radius: 15px;
}
.swiper-slideMainStudentSection3 p{
    color: #808282;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.swiper-button-nextBannerRev3, .swiper-button-prevBannerRev3{
    margin-top: 0px!important;
}
.swiper-button-nextBannerRev4, .swiper-button-prevBannerRev4{
    margin-top: 0px!important;
}
.flexCatalogCards{
    display: flex;
    align-items: stretch;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
}
.flexCatalogCards .contentMainSellSlide{
    position: relative;
    width: calc(33% - 20px);
}
.flexPagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
    width: 100%;
}
.number-flexPagination{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3D3D4B;
    text-align: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
.number-flexPaginationActive{
    border-radius: 8px;
    background: #FB6F58;
    color: #FFFFFF;
}
.arrow-flexPagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.formFooterContact{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    min-width: 300px;
    width: 300px;
}
.formFooterContact input{
    border-radius: 10px;
    background: #FFF;
    height: 50px;
    padding: 7px 20px;
    color: #170C04;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    border: none;
    width: 100%;
}
.formFooterContact select{
    border-radius: 10px;
    border: none;
    width: 100%;
    background: #FFF;
    height: 50px;
    padding: 7px 20px;
    color: #170C04;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}
.formFooterContact textarea{
    border-radius: 10px;
    border: none;
    width: 100%;
    resize: none;
    background: #FFF;
    height: 95px;
    padding: 7px 20px;
    color: #170C04;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}
.formFooterContact input::placeholder{
    color: #170C04;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}
.formFooterContact textarea::placeholder{
    color: #170C04;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}
.formFooterContact button{
    width: 100%;
    border-radius: 24px;
    background: #FB6F58;
    display: flex;
    height: 48px;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.flexPoliteForm{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.flexPoliteForm input{
    border-radius: 3px;
    border: 1px solid #889090;
    background: #FFF;
    width: 25px;
    height: 25px;
}
.flexPoliteForm label p{
    color: #170C04;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 177.778% */
}
.flexPoliteForm label p a{
    color: #FB6F58;
}
.swiper-slide.swiper-slide-mySwiper-left-flexCardCatalogTop2{
    border-radius: 10px;
    border: 1px solid #DEDEE2;
    width: 90px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.swiper-slide.swiper-slide-mySwiper-left-flexCardCatalogTop2.swiper-slide-thumb-active{
    border: 3px solid #FB6F58;
}
.swiper-slide.swiper-slide-mySwiper-left-flexCardCatalogTop2 img{
    width: 100%;
}
.left-flexCardCatalogTop{
    width: 550px;
}
.swiper-wrapper-card{
    align-items: center!important;
    justify-content: flex-start!important;
}
.swiper-slide-mySwiper-left-flexCardCatalogTop img{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #DEDEE2;
}
.flexCardCatalogTop{
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.blockInfo-right-flexCardCatalogTop{
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 9px;
}
.line-blockInfo-right-flexCardCatalogTop{
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 5px;
}
.line-blockInfo-right-flexCardCatalogTop span{
    color: #808282;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    white-space: nowrap;
}
.line-blockInfo-right-flexCardCatalogTop p{
    color: #1B1D1F;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 160% */
    white-space: nowrap;
}
.line-line-blockInfo-right-flexCardCatalogTop{
    border-top: dashed 1px #D1D1D1;
    width: 100%;
    padding-bottom: 6px;
}
.price-right-flexCardCatalogTop p{
    color: #808282;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}
.price-right-flexCardCatalogTop h2{
    color: #FB6F58;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.price-right-flexCardCatalogTop h2 span{
    color: #808282;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; /* 160% */
}
.right-flexCardCatalogTop{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.accordion {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}
.accordion-item{
    width: 100%;
}
.accordion-header {
    width: 100%;
    padding: 10px 20px;
    color: #434C4C;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    background: #EDEDEF;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.accordion-item.active .accordion-header {
    background: #e86d52;
    color: #fff;
}
.arrowDown {
    transition: 0.3s;
}
.accordion-item.active .arrowDown {
    transform: rotate(-180deg);
}
.accordion-item.active .arrowDownPath{
    stroke: #FFFFFF;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    padding: 0 15px;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    transition: max-height 0.35s ease, padding 0.3s ease;
    color: #808282;
}
.file-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
}
.file-row a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.file-row:last-child {
    border-bottom: none;
}
.flex-textAll-p22{
    padding: 8px 0;
    gap: 10px;
}
.flex-textAll-p22 p{
    font-size: 16px;
}
.flexBlogCatalog{
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.left-flexBlogCatalog{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
}
.block-left-flexBlogCatalog{
    display: flex;
    align-items: center;
    gap: 25px;
}
.block-left-flexBlogCatalog img{
    border-radius: 8px;
    width: 300px;
}
.rightText-left-flexBlogCatalog{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.rightText-left-flexBlogCatalog h3{
    color: #434C4C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
}
.rightText-left-flexBlogCatalog p{
    color: #808282;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    -webkit-line-clamp: 4; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden; /* Обрезаем всё за пределами блока */
}
.rightText-left-flexBlogCatalog span{
    color: #808282;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
}
.right-flexBlogCatalog{
    background: #F4F6F8;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    width: 310px;
    min-width: 310px;
}
.flexSearchBlog{
    position: relative;
    width: 100%;
}
.flexSearchBlog input{
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    height: 50px;
    padding: 7px 20px;
    color: #170C04;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    border: none;
}
.flexSearchBlog input::placeholder{
    color: #170C04;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}
.flexSearchBlog a{
    position: absolute;
    right: 10px;
    top: 13px;
}
.line-flexBlock-right-flexBlogCatalog{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FB6F58;
}
.line-flexBlock-right-flexBlogCatalog p{
    color: #808282;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}
.line-flexBlock-right-flexBlogCatalog a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
}
.flexBlock-right-flexBlogCatalog{
    width: 100%;
}
.flexBlock-right-flexBlogCatalog{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.flexBlock-right-flexBlogCatalog h4{
    color: #434C4C;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
}
.flexBlogPageBanner{
    border-radius: 15px;
    width: 100%;
}
.flexBlogPage h3{
    color: #434C4C;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.flexBlogPage{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.blockDeliveryBold{
    width: 100%;
    margin-left: 50px;
    border-left: 3px solid #FB6F58;
    background: #EFF0F2;
    padding: 30px;
}
.blockDeliveryBold h5{
    color: #434C4C;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
}
.flexPhotoDelivery{
    display: flex;
    align-items: stretch;
    gap: 30px;
    width: 100%;
    margin-top: 30px;
}
.flexPhotoDelivery img{
    width: calc(50% - 12px);
    border-radius: 10px;
    border: 1px solid #DEDEE2;
}
.line-line-blockInfo-right-flexCardCatalogTop-2{
    font-size: 28px;
    color: #FB6F58;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.flex-price-right-flexCardCatalogTop{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.price-right-flexCardCatalogTop{
    width: 100%;
}
.lang-dropdown .langHeader{
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    transition: 0.3s;
}
.lang-dropdown .langHeader:hover{
    background: rgba(0,0,0,0.05);
}
.lang-flag-img{
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.lang-dropdown-content{
    min-width: 110px;
}
.lang-option{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 6px;
    color: #434C4C;
    font-size: 14px;
    font-weight: 500;
}
.lang-option:hover{
    background: rgba(251, 111, 88, 0.1);
}
.lang-option.active{
    background: rgba(251, 111, 88, 0.2);
    color: #FB6F58;
}
.lang-option .lang-flag-img{
    width: 22px;
    height: 15px;
}
