* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.bx-context-toolbar-empty-area {
    /*width: 12px !important;*/
}
html {
    overflow-y: auto;
    overflow-x: hidden;
}
body {
    font-family: 'Raleway';
    /*background-color: #E5E5E5;*/
    background: #fff;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
a {
    color: inherit;
}
h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    color: #414141;
}
main {
    padding-top: 148px;
}
.container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0px 15px;
}
.container-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0px 20px;
    justify-content: flex-start;
    align-items: flex-start;
}
.container:before,
.container:after {
    content: none;
    display: none;
}
@media (max-width: 1229px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .container-grid {
       grid-template-columns: repeat(8, 1fr); 
    }
    h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container-grid {
       grid-template-columns: repeat(4, 1fr); 
    }
    h2 {
        font-size: 35px;
    }
}
@media (max-width: 575px) {
    main {
        padding-top: 89px;
    }
}

/*Общие стили*/
.breadcrumbs {
    margin-top: 0;
    margin-bottom: 25px;
}
.breadcrumbs .breadcrumbs-item {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #ACACAC;
    margin-bottom: 0;
    float: none;
    white-space: nowrap;
    margin-right: 0;
    vertical-align: middle;
}
.breadcrumbs .breadcrumbs-item span {
    font-size: inherit;
}
@media (max-width: 767px) {
    .breadcrumbs {
        margin-bottom: 20px;
    }
    .breadcrumbs .breadcrumbs-item {
        font-size: 12px;
    }
}

.light-dot {
    width: 13px;
    height: 13px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    position: absolute;
    z-index: 2;
    opacity: 0.2;
}
.round-button {
    padding: 14px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    max-width: 209px;
    border-radius: 110px;
}
.round-button .round-button__inside {
    text-decoration: none;
    display: block;
    position: relative;
    padding: 49px 15px 87px 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #414141;
    width: 180px;
    height: 180px;
    background-color: #FFFFFF;
    border-radius: 100px;
    transition: 0.3s;
    border: 1px solid #FFFFFF;
}
.round-button .round-button__inside:hover {
    background-color: #E8B236;
    color: #FFFFFF;
    transition: 0.3s;
    border: 1px solid #E8B236;
}
.round-button .round-button__inside::after{
    content: url("../images/main/arrow2.svg");
    position: absolute;
    top: 113px;
    left: 81px;
}
.round-button .round-button__inside:hover::after{
    content: url("../images/main/arrow.svg");
    transition: 0.3s;
}

.round-button .round-button__inside.yellow {
    background-color: #E8B236;
    color: #FFFFFF;
    transition: 0.3s;
    border: 1px solid #E8B236;
}
.round-button .round-button__inside.yellow:hover {
    background-color: #ffffff;
    color: #000000;
    transition: 0.3s;
    border: 1px solid #8DC8C1;
}
.round-button .round-button__inside.yellow::after{
    content: url("../images/main/arrow.svg");
    transition: 0.3s;
}
.round-button .round-button__inside.yellow:hover::after{
    content: url(../images/main/arrow2.svg);
    transition: 0.3s;
}

@media (max-width: 767px) {
    .round-button {
        padding: 10px;
    }
    .round-button .round-button__inside {
        padding: 36px 15px 65px 15px;
        font-size: 16px;
        width: 140px;
        height: 140px;
    }
    .round-button .round-button__inside::after {
        left: 0;
        right: 0;
        bottom: 18px;
        top: auto;
        margin-left: auto;
        margin-right: auto;
        transform: scale(0.75);        
    }
}

/*swiper*/
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}
.swiper-button-prev {
    margin-right: 15px;
    background-image: url("../images/main/prev.png");
    background-size: auto;
    transition: 00.3s;
}
.swiper-button-next {
    background-image: url("../images/main/next.png");
    background-size: auto;
    transition: 00.3s;
}
.swiper-buttons {
    display: flex;
    align-items: center;
    margin-left: 478px;
}
.swiper-button-prev,
.swiper-button-next {
    position: static !important;
    background-color: #ffffff;
    border: 1px solid #8DC8C1;
    width: 80px !important;
    height: 80px !important;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    transition: 00.3s;
}
.swiper-button-prev:hover {
    background-color:#E8B236;
    background-image: url("../images/main/prev2.png");
    transition: 00.3s;
    border: 1px solid #E8B236;
}
.swiper-button-next:hover {
    background-color:#E8B236;
    background-image: url("../images/main/next2.png");
    border: 1px solid #E8B236;
}
.swiper-pagination{
    position: static !important;
    display: flex;
    align-items: center;
    margin-left: 230px;
}
.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 7.5px !important;
    background-color: #75A39D !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    width: 15px !important;
    height: 15px !important;
    border: 2px solid #E8B236;
    background-color: #F3F3F3 !important;
    opacity: 1!important;
}






/*Шапка */
.header {
    transition: 0.3s ease;
    background-color: transparent;
    /*background-color: #214E49;*/
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    line-height: 1.5;
}
body.text-black .header {
    background-color: #fff;
    color: #414141;    
}
.header.fixed {
    background-color: #fff;
    color: #414141;
    box-shadow: 0 0 10px 0 #0000001a;
}
.header .header__desktop-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 75px;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    height: 117px;
}
.header .header__mobile {
    display: none;
}


.header .logo {
    flex: 0 0 140px;
}
.header .logo img,
.header .logo svg {
    display: block;
    max-width: 140px;
    width: auto;
    height: auto;
}
.header.fixed .logo img,
body.text-black .header .logo img {
    /*background: #00000014;*/
    mix-blend-mode: difference;
}
.header.fixed .logo svg path:not(.non-fill),
body.text-black .header .logo svg path:not(.non-fill),
.header .header__mobile.open .logo svg path:not(.non-fill) {
    fill: #214E49;
}


.header .menu-wrap {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
    margin-right: auto;
}
.header .menu-wrap .menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}
.header .menu-wrap .menu li  {
    list-style: none;
}
.header .menu-wrap .menu .service-menu-hover:hover .header__service-menu {
    /*display: block;*/
}
.header .menu-wrap .menu li a {
    transition: 0.3s ease;
}
.header .menu-wrap .menu li:hover a {
    color: #E8B236;
}
.header .menu-wrap .services-menu-toggle {
    padding: 0;
    width: 17px;
    height: 19px;
    background: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -3px;
}
.header .menu-wrap .services-menu-toggle svg {
    display: block;
    transition: transform 0.3s ease;
    transform: scale(-1);
}
.header .menu-wrap .service-menu-hover.open .services-menu-toggle svg {
    transform: scale(1);
}

.header .menu-wrap .services-menu-toggle svg path {
    stroke: #fff;
    transition: stroke 0.3s ease;
}
.header.fixed .menu-wrap .services-menu-toggle svg path {
    stroke: #414141;
}
.header .menu-wrap .service-menu-hover.open .services-menu-toggle.open svg path {
    stroke: #414141;
}
.header .menu-wrap .menu li:hover .services-menu-toggle svg path {
    stroke: #E8B236;
}
.header .menu-wrap,
.header .menu-wrap > div,
.header .menu-wrap .menu {
    height: 100%;
}
.header .menu-wrap .menu .li-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .menu-wrap .menu .li-wrap:hover  {
    height: 100%;
}


.header .header__mobile-menu-toggle {
    display: none;
    background: transparent;
}
.header .header__mobile-menu-toggle svg {
    display: block;
}
.header .header__mobile-menu-toggle svg path {
    display: block;
    transition: 0.3s ease;
}
body.text-black .header .header__mobile-menu-toggle svg path,
.header.fixed .header__mobile-menu-toggle svg path {
    stroke: #414141;
}  

.header .header__phone-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.header .header__phone {
    font-size: 18px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    font-weight: 700;
}
.header .header__round-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.header .header__round {
    width: 24px;
    height: 24px;
    background: #37605B;
    opacity: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}
.header .header__round svg {
    display: block;
    width: 100%;
    height: 100%;
}
.header .header__round svg path {
    fill: #9BAFAD;
    transition: 0.3s ease;
}

body.text-black .header .header__desktop .header__round,
.header.fixed .header__desktop .header__round {
    background: #EDF1EF;
}
body.text-black .header .header__desktop .header__round svg path,
.header.fixed .header__desktop .header__round svg path {
    fill: #879F9C;   
}

.header .header__desktop .header__round:hover {
    background: #E8B236 !important;
}
.header .header__desktop .header__round:hover svg path {
    fill: #214E49 !important;   
}
body.text-black .header .header__desktop .header__round:hover svg path,
.header.fixed .header__desktop .header__round:hover svg path {
    fill: #fff !important;   
}

.header .header__service-menu {
    display: none;
    width: 100%;
    height: calc(100vh - 117px);
    position: absolute;
    left: 0;
    top: 117px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #214E49;
}
.header .header__service-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px 30px;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.header .header__service-menu .item-list,
.header .header__service-menu .subitem-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px 30px;
}
.header .header__service-menu .item-list.big-links {
    grid-column: span 2;
    grid-template-columns: repeat(2, 1fr);
}
.header .header__service-menu .item-list.big-links a {
    font-size: 16px;
}
.header .header__service-menu .subitem-list {
    margin-top: 5px;
    font-weight: 500;
    color: #D3D3D3;
}
.header .header__service-menu a {
    transition: 0.3s ease;
}
.header .header__service-menu a:hover {
    color: #E8B236;
}
.header .header__service-menu .item a:hover:after  {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    background: url(../images/icons/link-arrow.svg) no-repeat;
    position: relative;
    top: -1px;
}
/* кнопка закрытия меню */
.close_menu{
    position: absolute; 
    top: 10px; 
    right: -20px; 
    background-color: transparent; 
    transition: 0.3s ease;
    border: 1px solid #ffffff; 
    border-radius: 50%; 
    padding: 5px 6px 4px 6px;
}
.close_menu:hover {
    border: 1px solid #E8B236;
    transition: 0.3s ease;
}
.close_menu:hover svg path{
    stroke: #E8B236;
    transition: 0.3s ease;
}
@media (max-width: 1229px) {
    .header .header__desktop .menu-wrap {
        display: none;
    }    
    .header .header__desktop-flex {
        gap: 60px;
    }
    .header .header__mobile-menu-toggle {
        display: block;
        padding: 10px 7px;
        cursor: pointer;
        margin-left: auto;
    }

    .header .header__mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        color: #414141;
        transform: translateX(-105%);
        transition: 0.3s ease;
    }
    .header .header__mobile.open {
        transform: translateX(0%);
    }
    .header .header__mobile .container {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
    }
    .header .header__mobile .logo {
        /*background: #000;*/
    }
    .header .header__mobile .close {
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center; 
    }
    .header .header__mobile .close img {
        display: block;
        max-width: 100%;
        max-height: 100%;
    }
    .header .header__mobile .header__mobile-top {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #3e8b844d;
        height: 68px;
        flex: 0 0 68px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .header__mobile .header__mobile-bottom {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #3e8b844d;
        height: 68px;
        flex: 0 0 68px;
    }
    .header .header__mobile .header__mobile-content {
        width: 100vw;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        position: relative;
        left: -30px;
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-wrap {
        margin-bottom: 5px;
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-wrap:last-child {
        margin-bottom: 0px;
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl1.has-services-menu {

    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl1 {
        font-size: 18px;
        line-height: 1.2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 600;
    }
    .header .header__mobile .services-menu-toggle {
        padding: 0;
        width: 17px;
        flex: 0 0 17px;
        height: 19px;
        background: transparent;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: relative;
        top: -1px;
        margin-left: auto;
    }
    .header .header__mobile .services-menu-toggle svg {
        display: block;
        width: 13px;
        height: 8px;
        transition: 0.3s ease;
        transform: scale(-1);
        margin-left: auto;
        margin-right: auto;
    }
    .header .header__mobile .item-wrap.open .services-menu-toggle svg {
        transform: scale(1);
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl2-list {
        display: none;
        margin-top: 5px;
        padding: 20px 55px;
        width: 100vw;
        background: #F1F1F1;
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl2 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: 400;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    .toggle-lvl3 a{
        pointer-events: none;
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl2 .item-lvl2-button {
        margin-left: auto;
        background: transparent;
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }    
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl2 .item-lvl2-button svg {
        display: block;
        width: 7px;
        height: 12px;
    }  
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl3-list {
        position: fixed;
        left: 0;
        top: 68px;
        width: 100%;
        height: calc(100% - 68px - 68px);
        background: #fff;
        z-index: 2;
        overflow-y: auto;
        overflow-x: hidden;
        transition: 0.3s ease;
        transform: translateX(-105%);
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl3-list.open {
        transform: translateX(0%);
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl3-list .lvl3-head {
        padding: 30px 30px 15px;
        background: #F1F1F1;
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl3-list .lvl3-back {
        font-size: 14px;
        line-height: 1.5;
        color: #ACACAC;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        font-weight: 500;
        background: transparent;
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl3-list .lvl3-back svg {
        display: block;
        position: relative;
        top: -1px;
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl3-list .lvl3-title {
        color: #414141;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 600;
        margin-top: 19px;
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl3-list .lvl3-content {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 15px;
        padding-left: 55px;
        font-size: 16px;
        line-height: 1.2;
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl3-list .lvl3-content .item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header .header__mobile .header__phone-wrap {
        justify-content: flex-start;
    }
    .header .header__mobile-bottom .header__round {
        background: #EDF1EF;
    }
    .header .header__mobile-bottom .header__round svg path {
        fill: #879F9C;
    }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
    .header .header__desktop-flex {
        gap: 30px;
    }
    .home-page .first-block .bg-images .image1 {
        display: none;
    }
    .home-page .first-block .bg-images .image4 {
        display: none;
    }
    .header .header__mobile .header__mobile-content {
        left: -15px;
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl2-list {
        padding: 20px 40px;
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl3-list .lvl3-head {
        padding: 30px 15px 15px;
    }
    .header .header__mobile .header__mobile-content .menu-wrap-mobile .item-lvl3-list .lvl3-content {
        padding-left: 40px;
    }
}
@media (max-width: 575px) {
    .header .logo img,
    .header .logo svg {
        max-width: 100px;
    }
    .header .logo {
        flex: 0 0 126px;
    }
    .header .header__desktop .logo {
        order: 1;
    }
    .header .header__desktop .header__phone-wrap {
        order: 2;
        margin-left: auto;
    }
    .header .header__desktop .header__mobile-menu-toggle {
        order: 3;
        margin-left: 0;
    }
    .header .header__desktop .header__phone-wrap .header__phone {
        display: none;
    }
    .header .header__mobile .header__phone-wrap {
        display: flex;
    }
    .header .header__desktop-flex {
        height: 64px;
        padding-top: 5px;
        padding-bottom: 5px;
        gap: 20px;
    }
    .header .header__desktop .header__round-wrap {
        gap: 10px;
    }
    .header .header__desktop .header__round {
        width: 32px;
        height: 32px;
    }
    .header .header__desktop .header__round svg {
        width: 20px;
        height: 20px;
    }
}









/*--------------------------------------------------------Footer------------------------------------------*/
.footer {
    background-color: #F3F3F3;
    position: relative;
}
.footer .footer-container {
    padding-top: 170px;
    padding-bottom: 90px;
}
.home-page ~ .footer .footer-container {
    padding-top: 269px;
}
.footer .footer__header {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.footer .footer-logo svg,
.footer .footer-logo img {
    display: block;
    max-width: 183px;
    width: auto;
    height: auto;
}
.footer .footer-logo svg path:not(.non-fill) {
    fill: #214E49;
}
.footer .form__footer {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.footer .footer__header .form-title {
    max-width: 620px;
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 100px;
}
.footer .footer__header .footer-form {
    max-width: 488px;
    margin-right: 0;
}
.footer .footer__header .round-button {
    margin-top: 10px;
}
.footer .services-menu-toggle { 
    display: none;
}


.footer .footer__bottom {
    margin-top: -40px;
    padding: 40px 0 0 0 ;
    border-top: 1px solid #8DC8C1;
}
.footer .first-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer .second-footer__bottom .copyright {
    max-width: 298px;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: rgb(91, 91, 91, 0.8);
}
.footer .second-footer__bottom .copyright a {
    color: inherit;
}
.footer .second-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: -104px;
}

.footer .nav__footer {}
.footer .nav__list-footer {}
.footer .nav__footer .menu li:not(:first-child) {
    margin-top: 10px;
}
.footer .nav__footer .menu li {
    list-style: none;
}
.footer .nav__footer .menu .header__service-menu {
    display: none;
}
.footer .nav__footer .menu li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 33px;
    color: #414141;
}
.footer .phone__footer{
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer .icon__footer {
    border-radius: 12px;
    width: 25px;
    height: 25px;
    background: rgb(141, 200, 192, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .icon__footer a svg {
    fill: #879F9C !important;
}

.footer .footer__phone {
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #414141;
}
.footer .footer__phone a {
    color: inherit;
}
.footer .order__call{
    margin-top: 12px;
    display: block;
    padding: 13px 78.5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    background-color: #F3F3F3;
    border: 1px solid #8DC8C1;
    border-radius: 50px;
    color: #414141;
    transition: 00.3s;
}
.footer .order__call:hover{
    background-color: #E8B236;
    border: 1px solid #E8B236;
    color: #ffffff;
    transition: 00.3s;
}
.footer .mail__footer {
    text-align: right;
    font-weight: 600;
    font-size: 16px;
    line-height: 200%;
    color: #414141;
}
.footer .adres__footer {
    text-align: right;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #414141;
}
.footer .time {
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgb(91, 91, 91, 0.8);
}

@media (max-width: 1229px){
    .footer {
    }
    .footer .footer-container {
        padding-top: 120px;
        padding-bottom: 90px;
    }    
    .home-page ~ .footer .footer-container {
        padding-top: 205px;
    }
    .footer .footer__header {}
    .footer .form__footer {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer .form__footer {
        display: block;
    }

    .footer .footer__header .form-title {
        max-width: 708px;
        font-size: 40px;
        line-height: 48px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        margin-bottom: 0;
    }

    .footer .footer__bottom {
    }
    .footer .first-footer__bottom {}
    .footer .second-footer__bottom p {
        max-width: 213px;
    }
    .footer .second-footer__bottom {
        margin-top: -104px;
    }
    .footer .nav__footer {
        margin-top: 13px;
    }
    .footer .nav__list-footer {}
    .footer .nav__footer ul li:not(:first-child) {
    }
    .footer .nav__footer ul li a {
        line-height: 33px;
    }
    .footer .third-footer__bottom{
        margin-top: 5px;
    }
    .footer .phone__footer{
        display: flex;
        align-items: center;
    }

    .footer .footer__phone {
        font-size: 24px ;
    }
    .footer .order__call{
        max-width: 272px;
        margin-top: 15px;
        padding: 13px 20px;
        text-align: center;
    }
    .footer .mail__footer {
        line-height: 33px;
    }
    .footer .adres__footer {
        line-height: 33px;
    }
    .footer .time {
    }
    .footer .second-footer__bottom .copyright {
        max-width: 220px;
    }
}
@media (max-width: 991px) {
    .footer .footer__header .form-title {
        text-align: left;
        margin-left: 0;
    }
    .footer .footer__header {
        display: block;
    }
    .footer .footer__header .footer-form {
        margin-top: 30px;
        margin-right: auto;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .footer .footer-container {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .home-page ~ .footer .footer-container {
        padding-top: 252px;
    }
    .footer .form__footer {
        
    }
    .footer .footer__header .form-title {
        max-width: none;
        font-size: 35px;
        line-height: 42px;
    }
    .footer .footer__header .footer-form {

    }

    .footer .footer__bottom {
        display: flex;
        flex-wrap: wrap;
        margin-top: -20px;
    }
    .footer .first-footer__bottom  {
    }
    .footer .first-footer__bottom img {
        max-width: 100px;
        height: auto;
    }
    .footer .second-footer__bottom {
        flex-direction: column-reverse;
        margin-top: 0px;
        align-items: flex-start;
        gap: 40px;
    }
    
    .footer .nav__footer {
        display: block;
        width: 100%;
        margin-top: 35px;
    }
    .footer .nav__list-footer {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 10px 10px;
        width: 100%;
    }
    .footer .nav__footer ul li:not(:first-child) {
        margin-top: 0;
    }
    .footer .nav__footer ul li a {
        font-size: 14px;
        line-height: 29px;
    }
    .footer .second-footer__bottom p {
        margin-top: 40px;
        max-width: 330px;
    }
    .footer .third-footer__bottom{
    }
    .footer .contact__footer{
        margin-top: 40px;
    }
    .footer .phone__footer{
        display: flex;
        align-items: center;
    }
    .footer .footer__phone {
        font-size: 24px !important;
    }
    .footer .order__call{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
        padding: 20px 20px;
    }
    .footer .mail__footer {
        margin-top: 20px;
        text-align: left;
    }
    .footer .adres__footer {
        text-align: left;
    }
    .footer .time {
        text-align: left;
    }
    .footer .second-footer__bottom .copyright {
        max-width: 100%;
    }
    .footer .second-footer__bottom .copyright,
    .footer .third-footer__bottom,
    .footer .contact__footer {
        width: 100%
    }
    .footer .footer__header .round-button {
        margin-top: 15px;
    }
}
@media (max-width: 575px) {
    .footer .nav__list-footer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px 10px;
        width: 100%;
    }
    .footer .footer__header .form-title,
    .footer .footer__header .footer-form {
        max-width: 100%;
    }
    .footer .footer__header .round-button {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}


/* Модалка  */
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 100;
  display: none;
}
.modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
.modal .modal-content-wrap {
    width: 95vw;
    max-width: 670px;
    max-height: 635px;
    height: 90vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal .modal-content-wrap .modal-title {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: #414141;
}
.modal .modal-content-wrap .modal-text {
    margin-bottom: 30px;
    line-height: 1.2;
}
.modal .modal-content {
    display: block;
}
.modal .modal-success {
    display: none;
}
.modal.status-success .modal-content {
    display: none;
}
.modal.status-success .modal-success {
    display: block;
}
.modal .modal-success .modal-success-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal .modal-success .modal-success-text-wrap {
    flex: 0 0 240px;
    position: relative;
    z-index: 1;
}
.modal .modal-success .modal-succes-title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    color: #414141;
    margin-bottom: 30px;
}
.modal .modal-success .modal-success-image {
    position: relative;
    left: -50px;
}
.modal .modal-success .close-modal-button {
    outline: none;
    padding: 19px 30px;
    width: 100%;
    max-width: 183px;
    border: 1px solid #8DC8C1;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    color: #414141;
    background-color: transparent;
}
.modal .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 23px;
  height: 23px;
  opacity: 1;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s ease;
}
.modal .close img,
.modal .close svg {
  display: block;
  width: 100%;
  height: auto;
}
.modal h3 {
    text-align: center;
}
.form {
  width: 100%;
  margin: auto;
}
.form input[type="text"] {
    outline: none;
    padding: 19px 30px;
    width: 100%;
    border: 1px solid #8DC8C1;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #414141;
    background-color: transparent;
}
.form input[type="text"]::placeholder {
    color: #ACACAC;
}
.form .form_phone {
    margin-top: 20px;
}
.form .button {
    width: 100%;
    min-width: auto;
}
.form .checkbox-error {
    line-height: 1.2;
}


.form input[type="checkbox"] {
    display: none;
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
}
.form input[type="checkbox"] + label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  position: relative;  
  cursor: pointer;
  margin-top: 20px;
  gap: 15px;
  color: #5B5B5B;
}
.form input[type="checkbox"] + label:before {
  content: '';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #8DC8C1;
  border-radius: 50%;
  position: relative;
  flex: 0 0 20px;
  cursor: pointer;
  top: 0px;
}
.form input[type="checkbox"] + label a {
  text-decoration: underline;
  color: inherit;
  transition: 0.3s ease;
}
.form input[type="checkbox"] + label a:hover {
    color: #E8B236;
}
.form input[type="checkbox"]:checked + label:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 6px;
  top: 6px;
  background: #E8B236;
  border-radius: 50%;
  cursor: pointer;
}
.form input[type="checkbox"] + label span {
  
}
.form .checkbox-error {
  color: #DC2227;
  font-size: 12px;
  margin-top: 15px;
  display: none;
}
.form .checkbox-error.show {
  display: block;
}

.modal .round-button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: block;
}

/*--------------------------------------------------------Главная страница------------------------------------------*/

main.home-page {
    padding-top: 0;
}

/*Первый блок*/
.home-page .first-block {
    padding-top: 156px;
    padding-bottom: 60px;
    background-color: #214E49;
    position: relative;
}
.home-page .first-block .bg-images {}
.home-page .first-block .bg-images .image {
    z-index: 0;
    position: absolute;
}
.home-page .first-block .bg-images .image1 {
    right: -160px;
    top: -170px;
}
.home-page .first-block .bg-images .image2 {
    right: 0;
    bottom: -60px;
    z-index: 1;
}
.home-page .first-block .bg-images .image3 {
    right: -660px;
    bottom: -69px;
    filter: blur(4px);
}
.home-page .first-block .bg-images .image4 {
    bottom: -200px;
    left: 375px;
    z-index: 2;
}
.home-page .first-block::before{
    content: "";
    position: absolute;
    width: calc(100vw - ((100vw - 1200px) / 2) - 280px);
    height: 100%;
    bottom: 0px;
    left: 0;
    z-index: 1;
    transform: translate(0px, 0px);
    background: radial-gradient(86.47% 44.71% at 16.59% -7.94%, rgba(242, 192, 93, 0.42) 0%,
     rgba(242, 192, 93, 0) 100%), 
     radial-gradient(35.08% 73.16% at 80.81% 142.97%, #F2C05D 0%, rgba(242, 192, 93, 0) 100%), rgba(255, 255, 255, 0.1);
    background-blend-mode: screen, screen, normal;
    box-shadow: inset -2px 0px 0px #457772;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 0px 50px 0px 0px;
}
.home-page .first-block .container {
    position: relative;
}
.home-page .first-block .main-title {
    position: relative;
    z-index: 2;
    margin-bottom: 70px;
    max-width: 600px;
    font-weight: 600;
    font-size: 75px;
    line-height: 120%;
    background: radial-gradient(42.75% 101.6% at 65.65% 28.06%, #E7D395 0%, rgba(231, 211, 149, 0) 100%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.home-page .first-block .first-block__content {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: flex-start;
}

.home-page .first-block .item-list {
    max-width: 474px;
    width: 100%;
}
.home-page .first-block .item {
    padding: 10px 20px;
    display: inline-flex;
    align-items: flex-start;
    background: linear-gradient(90deg, #517360 -9.05%, rgba(81, 115, 96, 0) 90.33%);
    border-radius: 0px 50px 50px 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    max-width: 100%;
    width: auto;
}
.home-page .first-block .item:nth-child(even) {
    margin-left: 40px;
}
.home-page .first-block .item:not(:first-child) {
    margin-top: 15px;
}
.home-page .first-block .item span {   
    margin-left: 10px;
    display: block;
}
.home-page .first-block .item img {
    max-width: 100%;
    display: block;
    padding: 6.5px 4.5px 6.5px 5.5px;
    background: #38615C;
    border-radius: 100px;
    margin-top: 4px;
}
.home-page .first-block .round-button  {
    margin-left: 30px;
    position: relative;
}

.home-page .first-block .light-dot {}
.home-page .first-block .dot1 {
    width: 17px;
    height: 17px;
    right: 3.38%;
    top: 82px;
    opacity: 0.3;
}
.home-page .first-block .dot2 {
    width: 16px;
    height: 16px;
    left: 51.25%;
    top: 172px;
    opacity: 0.8;
}
.home-page .first-block .dot3 {
    left: 8.13%;
    top: 225px;
}
.home-page .first-block .dot4 {
    left: 43%;
    top: 408px;
}
.home-page .first-block .dot5 {
    right: 15.88%;
    left: auto;
    top: 278px;
}
.home-page .first-block .dot6 {
    width: 17px;
    height: 17px;
    left: 4.5%;
    bottom: 249px;
    opacity: 0.4;
}
.home-page .first-block .dot7 {
    left: 31.13%;
    bottom: 53px;
    opacity: 0.85;
}
.home-page .first-block .gold__img {
    z-index: 3;
    position: absolute;
    object-fit: contain;
    width: 873px;
    max-width: 100%;
    height: auto;
    bottom: -411px;
    right: -72px;
}
@media (max-width: 1229px){
    .home-page .first-block {
        padding-top: 136px;
    }
    .home-page .first-block::before {
        width: 73vw;
    }
    .home-page .first-block .main-title {
        font-size: 60px;
    }
    .home-page .first-block .gold__img {
        width: 610px;
        bottom: -284px;
        right: -88px;
    }
    .home-page .first-block .round-button {
        position: absolute;
        right: 260px;
        bottom: -131px;
    }
    .home-page .first-block .bg-images .image2 {
        display: none;
    }
    .home-page .first-block .bg-images .image3 {
        width: 650px;
        right: -470px;
    }
    .home-page .first-block .bg-images .image4 {
        right: 230px;
        left: auto;
        bottom: -110px;
        width: 330px;
    }
}
@media (max-width: 991px) {
    .home-page .first-block::before {
        width: 65vw;
    }
    .home-page .first-block .item-list {
        max-width: 309px;
    }
    .home-page .first-block .main-title {
        max-width: 450px;
    }
}
@media (max-width: 767px){
    .home-page .first-block::before {
        display: none;
    }
    .home-page .first-block {
        padding-bottom: 0;
    }
    .home-page .first-block .container {
        padding-bottom: 280px;
    }
    .home-page .first-block .main-title {
        font-size: 40px;
        max-width: 500px;
    }
    .home-page .first-block .item-list {
        max-width: 500px;
    }
    .home-page .first-block .gold__img {
        margin: auto;
        left: 0;
        right: 0;
        top: auto;
        bottom: -260px;
        width: 441px;
        max-width: none;
    }
    .home-page .first-block .bg-images .image3 {
        right: -30vw;
        bottom: -10px;
        width: 650px;
    }
    .home-page .first-block .round-button {
        position: absolute;
        right: 160px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: -131px;
        max-width: 160px;
        bottom: -196px;
    }
    .home-page .first-block .item {
        font-size: 16px;
        background: transparent;
        padding: 0;
        display: flex;
    }
    .home-page .first-block .item:nth-child(1n) {
        margin-left: 0;
    }
    .home-page .first-block .item img {
        margin-top: 1px;
    }
    .home-page .first-block .main-title {
        margin-bottom: 50px;
    }
}
@media (max-width: 575px) {
    .home-page .first-block {
        padding-top: 68px;
    }
    .home-page .first-block .main-title {
        margin-bottom: 30px;
    }
    .home-page .first-block .bg-images .image3 {
        right: -60vw;
        bottom: -10px;
        width: 550px;
    }
}
@media (max-width: 440px) {
    .home-page .first-block .gold__img {
        left: calc(-21vw);
        transform: translateX(10.5vw);
    }
}



/*--------------------------------------------------------О нашей компании------------------------------------------*/

.about {
    background:url("../images/main/about-bottom1.png"), 
    url("../images/main/about-bottom2.png"), 
    url("../images/main/about-bottom3.png"), 
    radial-gradient(31.62% 32% at 18.41% -11.16%, rgba(242, 192, 93, 0.91) 0%, rgba(242, 192, 93, 0) 100%), 
    radial-gradient(35.08% 73.16% at 80.81% 142.97%, rgba(242, 192, 93, 0.34) 0%, rgba(242, 192, 93, 0) 100%), #214E49;
    background-repeat: no-repeat;
    background-position:left bottom, right bottom, center bottom;
    position: relative;
}

.home-about .dot__about1 {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 107px;
    top: 106px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.3;
}
.home-about .dot__about2 {
    position: absolute;
    width: 11.94px;
    height: 11.94px;
    left: 1170px;
    top: 190px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.85;
}
.home-about .dot__about3 {
    position: absolute;
    width: 15.62px;
    height: 15.62px;
    left: 85%;
    top: 353px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.4;
}
.home-about .dot__about4 {
    position: absolute;
    width: 11.94px;
    height: 11.94px;
    left: 990px;
    top: 467px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.2;
}
.home-about .dot__about5 {
    position: absolute;
    width: 11.94px;
    height: 11.94px;
    left: 380px;
    top: 600px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.2;
}
.home-about .dot__about6 {
    position: absolute;
    width: 14.7px;
    height: 14.7px;
    left: 850px;
    top: 680px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.4;
}
.home-about .dot__about7 {
    position: absolute;
    width: 15.62px;
    height: 15.62px;
    left: 52px;
    top: 770px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.3;
}
.home-about .dot__about8 {
    position: absolute;
    width: 14.7px;
    height: 14.7px;
    left: 85%;
    top: 1050px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.85;
    z-index: 3;
}
.home-about .dot__about9 {
    position: absolute;
    width: 11.94px;
    height: 11.94px;
    left: 52%;
    top: 1150px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.2;
}

.home-about .about-container {
    padding-top: 154px;
    padding-bottom: 202px;
}
.home-about .header__about { 
    display: flex;
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
}
.home-about .header__about img {
    margin-top: -397px;
    padding: 20px 17px 15px;
    border: 1px solid #3E8B84;
    border-radius: 500px 500px 0px 0px;
    filter: drop-shadow(0px 53px 188px rgba(0, 0, 0, 0.25));
}
.home-about .title__about {
   margin-left: 103px;
}
.home-about .h2__about {
    color: #ffffff;
}
.home-about .descr__about {
    margin-top: 20px;
    max-width: 488px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #B5B4B4;
}
.about .benifits1{
    position: relative;
    margin-top: -130px;
}
.about .benifits2{
    position: relative;
}
.about .benifits3{
    position: relative;
}
.about .benifits4{
    position: relative;
    margin-top: 100px;
}

.about .benifits{
    background: radial-gradient(35.08% 73.16% at 80.81% 142.97%, rgba(242, 192, 93, 0.44) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(54.39% 63.32% at -5.38% -39.26%, rgba(242, 192, 93, 0.38) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, rgba(255, 255, 255, 0.05);
    background-blend-mode: screen, screen, normal;
    box-shadow: inset 2px 1px 0px #457772;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 0px 0px 50px 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    grid-gap: 50px 40px;
    padding: 100px 85px 101px 77px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

.about .benifits1::before{
    content: url("../images/main/benefits1.png");
    position: absolute;
    top: -160px;
    left: 1035px;
}
.about .benifits2::before{
    content: url("../images/main/benefits2.png");
    position: absolute;
    top: -328px;
    left: 126px;
}
.about .benifits3::before{
    content: url("../images/main/benefits3.png");
    position: absolute;
    top: -157px;
    left: 154px;
}
.about .benifits4::before{
    content: url("../images/main/benefits4.png");
    position: absolute;
    top: 42px;
    left: -125px;
}
.about .benifits__items img {
    margin-right: 8px;
}
.about .benifits__icon {
    padding: 10px;
    background: linear-gradient(90deg, #517360 -9.05%, rgba(81, 115, 96, 0) 90.33%);
    border-radius: 50px;
}
.about .benifits__title {
    margin: 20px 0 0 0px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}
.about .benifits__descr {
    margin: 15px 0 0 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #B5B4B4;
}
.home-about .round-button {
    margin-left: -13px;
    margin-top: 84px;
    position: relative;
    z-index: 3;
}
@media (max-width: 1229px){
    .about {
        background:url("../images/main/about-bottom1.png"), 
        url("../images/main/about-bottom2.png"), 
        url("../images/main/about-bottom3.png"), 
        radial-gradient(31.62% 32% at 18.41% -11.16%, rgba(242, 192, 93, 0.91) 0%, rgba(242, 192, 93, 0) 100%), 
        radial-gradient(35.08% 73.16% at 80.81% 142.97%, rgba(242, 192, 93, 0.34) 0%, rgba(242, 192, 93, 0) 100%), #214E49;
        background-repeat: no-repeat;
        background-position:-320% 103%, 121% 100%, 0% 102%;
        background-size: auto, 50%, auto;
        position: relative;
        padding-top: 260px;
        padding-bottom: 202px;
    }
    .home-about .about-container {
        padding-top: 154px;
        padding-bottom: 120px;
    }
    .about .benifits{
        flex-wrap: wrap;
        background: radial-gradient(35.08% 73.16% at 80.81% 142.97%, rgba(242, 192, 93, 0.44) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(54.39% 63.32% at -5.38% -39.26%, rgba(242, 192, 93, 0.38) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, rgba(255, 255, 255, 0.05);
        box-shadow: inset 2px 1px 0px #457772;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        padding: 90px 57px 90px 57px;
        grid-template-columns: repeat(2, 1fr);
    }
    .about .benifits1::before {
        content: url("../images/main/benefits1-tab.png");
        top: -140px;
        right: -30px;
        left: auto;
    }
    .about .benifits3::before{
        left: 0px;
    }
    .about .benifits2::before {
        top: -335px;
        left: -65px;
    }
    .about .benifits4::before {
        top: 180px;
    }
    .about .benifits__items {}
    .home-about .header__about { 
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .home-about .header__about img {
        margin-top: -255px;
        padding: 17px;
        max-width: 417px;
        width: 100%
    }
    .home-about .title__about {
        margin: 60px 0 0 0;
     }
    .home-about .h2__about {
        font-size: 40px;
        line-height: 48px;
    }
    .home-about .descr__about {
        margin-top: 15px;
        max-width: none;
    }
    .home-about .round-button {
        position: relative;
        margin: 0 95px -35px auto;
    }
    .home-about .dot__about1 {
        left: 50px;
        top: 150px;
        width: 17px;
        height: 17px;
        background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
        mix-blend-mode: normal;
        opacity: 0.3;
    }
    .home-about .dot__about2 {
        width: 15.62px;
        height: 15.62px;
        left: 700px;
        top: 400px;
        background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
        mix-blend-mode: normal;
        opacity: 0.4;
    }
    .home-about .dot__about3{
        display: none;
    }
    .home-about .dot__about4{
        display: none;
    }
    .home-about .dot__about5 {
        left: 105px;
        top: 490px;
    }
    .home-about .dot__about6 {
        display: none;
    }
    .home-about .dot__about7 {
        left: 350px;
        top: 800px;
    }
    .home-about .dot__about8 {
        left: 670px;
        top: 1400px;
        z-index: 2;
    }
    .home-about .dot__about9 {
        left: 50%;
        top: 96%;
        z-index: 2;
    }
}
@media (max-width: 767px){
    .about {
        background:url("../images/main/about-bottom1.png"), 
        url("../images/main/about-bottom2.png"), 
        url("../images/main/about-bottom3.png"), 
        radial-gradient(31.62% 32% at 18.41% -11.16%, rgba(242, 192, 93, 0.91) 0%, rgba(242, 192, 93, 0) 100%), 
        radial-gradient(35.08% 73.16% at 80.81% 142.97%, rgba(242, 192, 93, 0.34) 0%, rgba(242, 192, 93, 0) 100%), #214E49;
        background-repeat: no-repeat;
        background-position: 90% 104%, 125% 100%, 75% 102%;
        background-size: auto, 50%, auto;
        position: relative;
    }
    .home-about .about-container {
        padding-top: 273px;
        padding-bottom: 70px;
    }
    .home-about .header__about { 
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .home-about .header__about img {
        margin-top: -400px;
        padding: 10px;
        max-width: 288px;
    }
    .home-about .title__about {
        margin: 35px 0 0 0;
     }
    .home-about .h2__about {
        font-size: 35px;
        line-height: 42px;
    }
    .home-about .descr__about {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
        max-width: none;
    }
    .about .benifits{
        background: radial-gradient(35.08% 73.16% at 80.81% 142.97%, rgba(242, 192, 93, 0.44) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(54.39% 63.32% at -5.38% -39.26%, rgba(242, 192, 93, 0.38) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, rgba(255, 255, 255, 0.05);
        padding: 113px 50px 60px 50px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        grid-template-columns: 1fr;
    }
    .about .benifits1::before {
        right: -20px;
        top: -90px;
    }
    .about .benifits3::before{
        content: url("../images/main/benefits3-mobil.png");
        left: 0px;
        top: -110px;
    }
    .about .benifits2::before {
        display: none;
    }
    .about .benifits4::before {
        display: none;
    }
    .about .benifits4 {
       margin-top: 120px;
    }
    .about .benifits__items {
    }
    .home-about .round-button {
        margin: 30px auto -70px auto;
        max-width: 160px;
        padding: 10px;
    }

    .home-about .dot__about1 {
        left: 5px;
        top: 88px;
    }
    .home-about .dot__about2 {
        left: 329px;
        top: 230px;
    }
    .home-about .dot__about3{
        display: none;
    }
    .home-about .dot__about4{
        display: none;
    }
    .home-about .dot__about5 {
        left: 110px;
        top: 493px;
    }
    .home-about .dot__about6 {
        display: none;
    }
    .home-about .dot__about7 {
        display: none;
    }
    .home-about .dot__about8 {
        display: none;
    }
    .home-about .dot__about9 {
        left: 80%;
        top: 94%;
        z-index: 2;
        opacity: 0.85;
    }
    .about .benifits__descr {
        font-size: 16px;
        line-height: 23.4px;
        max-width: none;
    }
    .about .benifits__title {
        margin-top: 15px;
        margin-left: 0;
    }
    .about .benifits__descr {
        margin-left: 0px;
    }
}
@media (max-width: 575px) {
    .about .benifits {
        padding-left: 25px;
        padding-right: 25px;
    }
    .about .benifits__descr {
        margin-top: 10px;
    }
}


.about-page .main-about {
    background: #fff;
}
.about-page .main-about .benifits-wrap {
    background: url(../images/main/about-bottom1.png), 
                url(../images/main/about-bottom2.png), 
                url(../images/main/about-bottom3.png), 
                radial-gradient(27.72% 45.79% at 11.44% -29.92%, rgba(242, 192, 93, 0.91) 0%, rgba(242, 192, 93, 0) 100%),
                radial-gradient(35.08% 73.16% at 80.81% 142.97%, rgba(242, 192, 93, 0.34) 0%, rgba(242, 192, 93, 0) 100%), #214E49;
    background-repeat: no-repeat;
    background-position: left bottom, right bottom, center bottom;
    position: relative;
    padding-top: 260px;
    padding-bottom: 202px;
}
.about-page .main-about .container {
    position: relative;
}
.about-page .main-about .header__about { 
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.about-page .main-about .header__about img {
    /*margin-top: -397px;*/
    position: relative;
    z-index: 1;
    padding: 20px 17px 15px;
    border: 1px solid #3E8B84;
    border-radius: 500px 500px 0px 0px;
}
.about-page .main-about .title__about {
    margin-right: 100px;
    padding-bottom: 100px;
}
.about-page .main-about .h2__about {
    color: #414141;
    max-width: 488px;
}
.about-page .main-about .descr__about {
    margin-top: 20px;
    max-width: 488px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #5B5B5B;
}
.about-page .main-about .img-wrap {
    position: relative;
    margin-top: -40px;
    margin-bottom: -131px;
}
.about-page .main-about .round-button {
    position: absolute;
    z-index: 2;
    left: -95px;
    bottom: 60px;
}
@media (max-width: 1229px) {
    .about-page .main-about {
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-page .main-about .benifits-wrap {
        background: url(../images/main/about-bottom1.png), url(../images/main/about-bottom2.png), url(../images/main/about-bottom3.png), radial-gradient(31.62% 32% at 18.41% -11.16%, rgba(242, 192, 93, 0.91) 0%, rgba(242, 192, 93, 0) 100%), radial-gradient(35.08% 73.16% at 80.81% 142.97%, rgba(242, 192, 93, 0.34) 0%, rgba(242, 192, 93, 0) 100%), #214E49;
        background-repeat: no-repeat;
        background-position: 0% 103%, 121% 100%, 10% 102%;
        background-size: 50%, 50%, auto;
    }
    .about-page .main-about .header__about {
        display: block;
    }
    .about-page .main-about .title__about {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
        padding-bottom: 0;
    }
    .about-page .main-about .h2__about,
    .about-page .main-about .descr__about {
        max-width: none;
    }
    .about-page .main-about .img-wrap {
        width: 452px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: -436px;
    }
    .about-page .main-about .header__about img {
        width: 100%;
        height: auto;
    }
    .about-page .main-about .round-button {
        right: -95px;
        top: 42px;
        left: auto;
        bottom: auto;
    }
    .about-page .main-about .benifits-wrap {
        padding-top: 567px;
        padding-bottom: 120px;
    }
}
@media (max-width: 767px) {
    .about-page .main-about .benifits-wrap {
        background: url(../images/main/about-bottom1.png), url(../images/main/about-bottom2.png), url(../images/main/about-bottom3.png), radial-gradient(31.62% 32% at 18.41% -11.16%, rgba(242, 192, 93, 0.91) 0%, rgba(242, 192, 93, 0) 100%), radial-gradient(35.08% 73.16% at 80.81% 142.97%, rgba(242, 192, 93, 0.34) 0%, rgba(242, 192, 93, 0) 100%), #214E49;
        background-repeat: no-repeat;
        background-position: 0% 103%, 121% 100%, 10% 102%;
        background-size: 80%, 50%, auto;
    }
    .about-page .main-about .img-wrap {
        width: 288px;
        margin-bottom: -246px;
    }
    .about-page .main-about .header__about img {
        padding: 10px;
    }
    .about-page .main-about .benifits-wrap {
        padding-top: 377px;
        padding-bottom: 70px;
    }
    .about-page .main-about .round-button {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: auto;
        bottom: -200px;
        width: 160px;
        z-index: 3;
    }
    .about-page .main-about .descr__about {
        font-size: 16px;
        margin-top: 10px;
        line-height: 24px;
    }
}
/*--------------------------------------------------------Услуги главная страница ------------------------------------------*/
.home-services {
    position: relative;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgb(243, 243, 243, 1) 50%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgb(243, 243, 243, 1) 50%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgb(243, 243, 243, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F3F3F3',GradientType=0 );

}
.home-services .services-container {
    padding-top: 261px;
    padding-bottom: 211px;
}
.home-services .title__services {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 30px;
}
.home-services .h2__services {
}
.home-services .title__services .title__services-desc {
    max-width: 487px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #5B5B5B;
    position: relative;
    z-index: 3;
}
.home-services .swiper-container {
    margin-top: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    width: calc(100vw - ((100vw - 1200px) / 2) + 50px);
}
.home-services .swiper-wrapper {
}
.home-services .swiper-slide {
    width: 580px;
}
.home-services .swiper-slide img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}
.home-services .swiper__block .item-date {
    display: block;
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #B5B4B4;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.home-services .swiper__block .item-title {
    display: block;
    margin-top: 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    color: #414141;
}
.home-services .swiper-wrapper-control {
    margin-top: 103px;
    display: flex;
    align-items: center !important;
    gap: 30px;
    justify-content: flex-end;
    max-width: 1200px;
}
.home-services .swiper-pagination {
    margin-left: 231px;
    width: auto;
}
.home-services .swiper-buttons {
    height: 80px;
    margin-left: auto;
    margin-right: 0;
}
.home-services .swiper-buttons button {
    margin-top: 0;
    margin-bottom: 0;
}
.home-services .btn__services {
    min-width: 250px;
    display: block;
    max-width: 245px;
    padding: 20px 30px;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #8DC8C1;
    border-radius: 50px;
    color: #414141;
    transition: 00.3s;
    font-weight: 700;
    text-align: center;
}
.home-services .btn__services:hover {
    background-color: #E8B236;
    color: #ffffff;
    transition: 00.3s;
}


.home-services.more-services {
    background: #fff;
    margin-bottom: -40px;
}
.home-services.more-services .services-container {
    padding-bottom: 0;
}
.home-services.more-services .btn__services {
    display: none;
}
.home-services.more-services .swiper-buttons {
    margin-left: 0;
    margin-right: auto;
}

.home-services.more-services .more-stocks-slider .swiper__block .item-title {
    margin-top: 8px;
}



@media (max-width: 1229px) {
    .home-services .swiper-slide {
        width: 434px;
    }
    .home-services .swiper-slide img {
        height: 254px;        
    }
    .home-services .swiper-pagination {
        margin-left: 50px;
    }
    .home-services .swiper-wrapper-control {
        max-width: calc(100vw - 30px);
        margin-top: 70px;
    }
    .home-services .title__services {
        flex-wrap: wrap;
    }
    .home-services .title__services .title__services-desc {
        max-width: none;
        width: 100%;
    }
    .home-services .h2__services {
        font-size: 40px;
        line-height: 1.2;
    }
    .home-services .services-container {
        padding-top: 120px;
    }



    .home-services.more-services .services-container {
        padding-top: 220px;
    }
}
@media (max-width: 767px) {
    .home-services .swiper__block span {
        font-size: 20px;
    }
    .home-services .swiper-container {
        margin-top: 35px;
    }
    .home-services .h2__services {
        font-size: 35px;
    }
    .home-services .title__services .title__services-desc {
        font-size: 16px;
    }
    .home-services .title__services {
        gap: 10px 30px;
    }
    .home-services .swiper-slide {
        width: 310px;
    }
    .home-services .swiper-slide img {
        height: 182px;
    }
    .home-services .swiper-buttons {
        display: none;
    }
    .home-services .btn__services {
        max-width: 330px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 19px 30px;
    }
    .home-services .swiper-pagination {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    .home-services .swiper-wrapper-control {
        flex-wrap: wrap;
        margin-top: 56px;
        flex-direction: column-reverse;
    }
    .home-services .services-container {
        padding-top: 248px;
        padding-bottom: 202px;
    }


    .home-services.more-services {
        margin-bottom: 0px;
    }
   .home-services.more-services .services-container {
        padding-top: 220px;
        padding-bottom: 50px;
    }
}
/*--------------------------------------------------------Портфолио------------------------------------------*/


.home-portfolio {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 46.7%, rgba(243,243,243,1) 42%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 46.7%,rgba(243,243,243,1) 42%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 46.7%,rgba(243,243,243,1) 42%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );

}
.home-portfolio .portfolio-container {
    padding-top: 150px;
    padding-bottom: 175px;
}
.home-portfolio .top__portfolio {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 30px;
}
.home-portfolio .title__portfolio {
    
}
.home-portfolio .h2__portfolio {
    font-weight: 600;
    font-size: 50px;
    line-height: 1.2;
}
.home-portfolio .descr__portfolio {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #5B5B5B;
    max-width: 487px;
}
.home-portfolio .link__portfolio {
    max-width: 260px;
    padding: 20px 30px;
    display: block;
    border: 1px solid #8DC8C1;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #414141;
    transition: 00.3s;
    text-align: center;
}
.home-portfolio .link__portfolio:hover {
    color: #ffffff;
    background-color: #E8B236;
    border: 1px solid #E8B236;
}

.home-portfolio .swiper-container2 {
    margin-top: 60px;
    overflow: hidden;
    position: relative;
}
.home-portfolio .swiper-wrapper {
}
.home-portfolio .swiper-container2 .swiper-wrapper-control {
    position: absolute;
    margin-top: -320px;
    right: 0px;
    left: auto;
    width: 500px;
    padding: 2px 0 0 0;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.home-portfolio .swiper-container2 .swiper-wrapper-control .swiper-buttons {
    margin-left: 0;
}
.home-portfolio .swiper-container2 .pag2{
    margin-top: -25px;
    margin-left: auto;
    justify-content: flex-end;
}
.home-portfolio .portfolio__block{
    display: flex;
    align-items: flex-end;
}
.home-portfolio .swiper-slide {
}
.home-portfolio .descr__slide-portfolio {
    margin-left: 60px;
}
.home-portfolio .img__portfolio {
    flex: 0 0 645px;
    height: auto;
    width: auto;
    display: block;
}
.home-portfolio .img__portfolio img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-portfolio .descr__slide-portfolio h3{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    color: #414141;
}
.home-portfolio .descr__slide-portfolio p{
    margin-bottom: 40px;
    max-width: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #5B5B5B;
}
.home-portfolio .descr__slide-portfolio .item-link {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #414141;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.home-portfolio .descr__slide-portfolio .item-link svg {
    display: block;
}

.home-portfolio .link__portfolio.button_mobile {
    display: none;
}
@media (max-width: 1229px) {
    .home-portfolio .portfolio-container {
        padding-top: 120px;
        padding-bottom: 0;
        position: relative;
    }
    .home-portfolio .h2__portfolio {
        font-weight: 600;
        font-size: 40px;
        line-height: 48px;
    }
    .home-portfolio .link__portfolio {
        position: absolute;
        top: 790px;
        left: 0;
    }
    .home-portfolio .descr__slide-portfolio {
        display: none;
    }
    .home-portfolio .swiper-container2 {
        width: 100%;
    }
    .home-portfolio .img__portfolio{
        width: 708px;
        margin-left: auto;
        margin-right: auto;
    }
    .home-portfolio .swiper-container2 .swiper-wrapper-control {
        margin-top: 70px;
        left: 261px;
    }
    .home-portfolio .swiper-container2 .swiper-pagination {
        margin-top: 0px;
    }
    .home-portfolio .swiper-container2 {
        margin-top: 50px;
        padding-bottom: 130px;
    }
    .swiper-buttons {
        margin-left: 0;
    }
    .home-portfolio .link__portfolio.button_desktop {
        display: none;
    }
    .home-portfolio .link__portfolio.button_mobile {
        display: block;
    }
    .home-portfolio .link__portfolio {
        width: 100%;
        height: 64px;
    }
    .home-portfolio .link__portfolio,
    .home-portfolio .swiper-container2 .swiper-wrapper-control {
        position: static;
        margin-top: 0;
    }
    .home-portfolio .swiper-buttons {
        margin-left: 0;
        height: 80px;
    }
    .home-portfolio .swiper-buttons button {
        margin-top: 0;
        margin-bottom: 0;
    }
    .home-portfolio .swiper-container2 .swiper-pagination {
        margin-left: 50px;
    }
    .home-portfolio .buttons-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0 15px;
        margin-top: 70px;
    }
}
@media (max-width: 991px) {
    .home-portfolio .img__portfolio {
        width: 100%;
        flex: 0 0 100%;
        height: 55vw;
    }
}
@media (max-width: 767px){
    .home-portfolio .portfolio-container {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .home-portfolio .h2__portfolio {
        font-weight: 600;
        font-size: 35px;
        line-height: 42px;
    }
    .home-portfolio .link__portfolio {
        order: 2;
        width: 100%;
        max-width: 330px;
        margin-top: 35px;
        margin-left: auto;
        margin-right: auto;
    }
    .home-portfolio .descr__slide-portfolio {
        display: none;
    }
    .home-portfolio .img__portfolio{
        width: 310px;
    }
    .home-portfolio .swiper-container2 .swiper-wrapper-control {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        order: 1;
    }
    .home-portfolio .swiper-container2 .swiper-buttons {
        display: none;
    }
    
    .home-portfolio .swiper-container2 {
        margin-top: 35px;
        padding-bottom: 0px;
    }
    .home-portfolio .swiper-container2 .swiper-wrapper-control .swiper-pagination {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        justify-content: center;
    }
    .home-portfolio .buttons-wrap {
        flex-wrap: wrap;
        margin-top: 30px;
    }

}

/*--------------------------------------------------------Как происходит работа над проектом------------------------------------------*/
.how-we-working {
    background: url("../images/main/how3-a.png"), 
    url("../images/main/how4_2.png"), 
    url("../images/main/how4.png"),
     url("../images/main/how1.png"),
      url("../images/main/how2.png"),  radial-gradient(60.28% 143.69% at -12.97% 110.36%, rgba(242, 192, 93, 0.33) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #214E49;;
    background-repeat: no-repeat;
    background-position: 50% bottom, center bottom, center bottom, 11% bottom, 85% bottom ;
    position: relative;
}
.how-we-working .dot__how1 {
    position: absolute;
    width: 17px;
    height: 17px;
    right:  62px;
    top: 46px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.3;
}
.how-we-working .dot__how2 {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 130px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.8;
}
.how-we-working .dot__how3 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 122px;
    top: 183px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.2;
}
.how-we-working .dot__how4 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 1440px;
    top: 236px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.2;
}
.how-we-working .dot__how5 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 820px;
    top: 336px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.2;
}
.how-we-working .dot__how6 {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 64px;
    top: 467px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.4;
}
.how-we-working .dot__how7 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 1121px;
    top: 804px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.85;
}
.how-we-working .dot__how8 {
    position: absolute;
    width: 17px;
    height: 17px;
    right: 53px;
    top: 1000px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.4;
}
.how-we-working .dot__how9 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 273px;
    top: 1235px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.2;
}
.how-we-working .dot__how10 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 1350px;
    top: 1267px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.2;
}
.how-we-working .dot__how11 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 490px;
    top: 1350px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.85;
}
.how-we-working .dot__how12 {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 73px;
    top: 1427px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.3;
}
.how-we-working .dot__how13 {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 150px;
    top: 1670px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.4;
}
.how-we-working .dot__how14 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 1420px;
    top: 1490px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.2;
}

.how-we-working .how-container { 
    padding-top: 180px;
    padding-bottom: 885px; 
}
.how-we-working .h2__how {
    text-align: center;
    color: #ffffff;
}
.how-we-working .descr__how {
    max-width: 487px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #B5B4B4;
    margin: 20px auto 0px;
}
.how-we-working .items__how {
    display: grid;
    justify-content: center;
    align-items: flex-start;
    grid-template-columns: repeat(3, 300px);
    grid-gap: 165px 70px;
    margin-top: 80px;
}
.how-we-working .item-wrap__how {
    position: relative;
    width: 100%;
    min-height: 300px;
    height: 100%;
}
.how-we-working .item__how {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 40px 44px 110px 30px;
    background: radial-gradient(93.41% 61.3% at 122.67% 100%, rgba(242, 192, 93, 0.24) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(43.38% 45.55% at -22.5% 12.15%, rgba(242, 192, 93, 0.38) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, rgba(255, 255, 255, 0.05);
    background-blend-mode: screen, screen, normal;
    box-shadow: inset 2px 1px 0px #457772;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 0px 0px 50px 0px;
    z-index: 1;
}
.how-we-working .item__how .title-item__big-title {
    font-size: 30px;
    line-height: 1.3;
    color: #FFFFFF;
}
.how-we-working .item__how .title-item__big-title span {
    color: #E8B236;
}

.how-we-working .item-wrap__how:nth-child(2),
.how-we-working .item-wrap__how:nth-child(3n+5) {
    top: 50px;
}

.how-we-working .item-wrap__how::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    border: 1px solid #3E8B84;
    border-radius: 0px 0px 50px 0px;
    z-index: 0;
}
.how-we-working .title-item__how {
    max-width: 167px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}
.how-we-working .descr-item__how {
    max-width: 226px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #B5B4B4;
}
.how-we-working .descr-item__how p {
    margin-bottom: 10px;
}
.how-we-working .descr-item__how p:last-child {
    margin-bottom: 0px;
}
.how-we-working .number-item__how {
    bottom:  40px;
    position: absolute;
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #E8B236;
}


.how-we-working .item-wrap__how_special {
    
}
.how-we-working .item-wrap__how_special::after {
    display: none;
}
.how-we-working .item-wrap__how_special .item__how {
    background: transparent;
    border: 1px solid #3E8B84;
    border-radius: 0px 0px 50px 0px;
    box-shadow: none;
    padding: 40px 40px 84px 40px;
}
.how-we-working .item-wrap__how_special .how-icon {
    display: block; 
    left: 40px;
    top: -20px;
    position: absolute;
}
.how-we-working .item-wrap__how_special .how-icon svg {
    display: block; 
    width: 10px;
}
.how-we-working .round-button {
    margin: auto;
    position: absolute;
    bottom: -169px;
}

@media (max-width: 1229px) {
    .how-we-working {
        background: url("../images/main/how3-tab.png"), 
        url("../images/main/how4_2-tab.png"), 
        url("../images/main/how4-tab.png"),
         url("../images/main/how1.png"),
          url("../images/main/how2.png"),radial-gradient(60.28% 143.69% at -12.97% 110.36%, rgba(242, 192, 93, 0.33) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #214E49;
        background-repeat: no-repeat;
        background-position: center 100%, 50% 100%, 50% 100%, -20% 100%, 127% 100%, 0 0;
        background-size: 640px, 480px, 700px, 320px, 370px;
        position: relative;
    }
    .how-we-working .how-container {
        padding-top: 120px;
        padding-bottom: 645px;
    }
    .how-we-working .h2__how {
        margin: 0 auto;
        max-width: 500px;
        font-size: 40px;
        line-height: 48px;
    }
    .how-we-working .descr__how {
        max-width: 526px;
    }
    .how-we-working .items__how {
        justify-content: center;
        grid-gap: 145px 97px;
        grid-template-columns: repeat(2, 300px);
    }
    .how-we-working .item__how {
        margin: 0 0 0 0;
    }
    .how-we-working .item-wrap__how:nth-child(2),
    .how-we-working .item-wrap__how:nth-child(2n+4) {
        top: 50px;
    }
    .how-we-working .btn__how {
        top: -30px;
        left: -40px;
    }
    .how-we-working .dot__how2 {
        left: 47%;
        top: 92px;
    }
    .how-we-working .dot__how3 {
        left: 53px;
        top: 68px;
    }
    .how-we-working .dot__how4 {
        left: 513px;
        top: 372px;
    }
    .how-we-working .dot__how5 {
        display: none;
    }
    .how-we-working .dot__how6 {
        left: 185px;
        top: 760px;
        opacity: 0.85;
    }
    .how-we-working .dot__how7 {
        display: none;
    }
    .how-we-working .dot__how8 {
        display: none;
    }
    .how-we-working .dot__how9 {
        left: 394px;
        top: 1377px;
        width: 17px;
        height: 17px;
        background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
        mix-blend-mode: normal;
        opacity: 0.4;
    }
    .how-we-working .dot__how10 {
        display: none;
    }
    .how-we-working .dot__how11 {
        display: none;
    }
    .how-we-working .dot__how12 {
        display: none;
    }
    .how-we-working .dot__how13 {
        position: absolute;
        width: 17px;
        height: 17px;
        left: 54px;
        top: 1779px;
        background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
        mix-blend-mode: normal;
        opacity: 0.4;
    }
    .how-we-working .dot__how14 {
        left: 651px;
        top: 1680px;
    }
}
@media (max-width: 767px){
    .how-we-working {
        background: url("../images/main/how3-tab.png"), 
        url("../images/main/how4_2-tab.png"), 
        url("../images/main/how4-tab.png"),
         url("../images/main/how1.png"),
          url("../images/main/how2.png"),radial-gradient(60.28% 143.69% at -12.97% 110.36%, rgba(242, 192, 93, 0.33) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #214E49;
        background-repeat: no-repeat;
        background-position: center 100%, center 100%, center 100%, -20% 100%, 127% 100%, 0 0;
        background-size: 270px, 221px, 325px, 140px, 155px;
        position: relative;
    }
    .how-we-working .how-container {
        padding-top: 70px;
        padding-bottom: 280px;  
    }
    .how-we-working .h2__how {
        margin: 0 auto;
        max-width: 500px;
        font-size: 35px;
        line-height: 42px;
    }
    .how-we-working .descr__how {
        max-width: 500px;
        font-size: 16px;
        line-height: 24px;
    }
    .how-we-working .items__how {
        margin: 50px 0 0 0;
        grid-template-columns: 300px;
        grid-gap: 45px;
    }
    .how-we-working .item-wrap__how:nth-child(1n) {
        top: 0;
        max-width: 300px;
        width: 100%;
    }
    .how-we-working .btn__how{
        top: -60px;
        left: -15%;
    }
    .how-we-working .btn__how .about__btn::after {
        top: 89px;
        left: 63px;
    }
    .how-we-working .dot__how1 {
        right: 35px;
        top: 24px;
    }
    .how-we-working .dot__how2 {
        left: 36%;
        top: 32px;
    }
    .how-we-working .dot__how3 {
        left: 22px;
        top: 145px;
    }
    .how-we-working .dot__how4 {
        display: none;
    }
    .how-we-working .dot__how5 {
        display: none;
    }
    .how-we-working .dot__how6 {
        left: 83px;
        top: 1460px;
        opacity: 0.4;
    }
    .how-we-working .dot__how7 {
        display: none;
    }
    .how-we-working .dot__how8 {
        display: none;
    }
    .how-we-working .dot__how9 {
        left: 281px;
        top: 2320px;
        opacity: 0.2;
    }
    .how-we-working .dot__how10 {
        display: none;
    }
    .how-we-working .dot__how11 {
        display: none;
    }
    .how-we-working .dot__how12 {
        display: none;
    }
    .how-we-working .dot__how13 {
        left: 25px;
        top: 2500px;
    }
    .how-we-working .dot__how14 {
        display: none;
    }
    .how-we-working .round-button {
        margin: auto;
        position: absolute;
        bottom: -109px;
        left: 0;
        right: 0;
        max-width: 160px;
    }
}


/*--------------------------------------------------------Акционные предложения------------------------------------------*/
.stocks {
    background: rgb(243,243,243);
    background: -moz-linear-gradient(top,  rgba(243,243,243,1) 45%, rgba(243,243,243,1) 52%, rgba(255,255,255,1) 45%);
    background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 45%,rgba(243,243,243,1) 52%,rgba(255,255,255,1) 45%);
    background: linear-gradient(to bottom,  rgba(243,243,243,1) 45%,rgba(243,243,243,1) 52%,rgba(255,255,255,1) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 );

}
.stocks .stocks-container {
    padding-top: 170px;
    padding-bottom: 170px;
    position: relative;
}
.stocks .title__stocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.stocks .h2__stocks {
    max-width: 630px;
}
.stocks .link__stocks {
    padding: 20px 30px ;
    border: 1px solid #8DC8C1;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #414141;
    transition: 00.3s;
    display: block;
    flex: 0 0 154px;
    text-align: center;
}
.stocks .link__stocks:hover {
    background-color: #E8B236;
    border: 1px solid #E8B236;
    color: #ffffff;
    transition: 00.3s;
}
.stocks .descr__stocks {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #5B5B5B;
    margin-top: 20px;
    max-height: 116px;
}

.stocks .items__stocks { 
    margin-top: 60px; 
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-auto-rows: 285px;
}
.stocks .items__stocks .item {
    width: 100%;
    height: 100%;
    background: #214E49;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
}
.stocks .items__stocks .item:first-child { 
    grid-row: span 2;
}
.stocks .items__stocks .item .item-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
}
.stocks .items__stocks .item span {
    display: block;
}

.stocks .descr-item__stocks {
    padding: 20px 30px;
    background: radial-gradient(35.08% 73.16% at 80.81% 142.97%, rgba(242, 192, 93, 0.44) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(54.39% 63.32% at -5.38% -39.26%, rgba(242, 192, 93, 0.38) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, rgba(255, 255, 255, 0.05);
    background-blend-mode: screen, screen, normal;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    transition: 0.8s;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.stocks .title-item__stocks {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    display: block;
}
.stocks .items__stocks .item span.link-item__stocks {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 0;
    opacity: 0;
    height: 0;
    transition: 0.3s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.stocks .items__stocks .item:hover span.link-item__stocks {
    opacity: 1;
    padding-top: 10px;
    height: 32px;
}
@media (max-width: 1229px) {
    .stocks .stocks-container {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .stocks .h2__stocks {
        font-size: 40px;
        line-height: 48px;
    }
    .stocks .items__stocks {
        grid-auto-rows: 23.1vw;
    }
}
@media (max-width: 991px) {
    .stocks .items__stocks {
        grid-auto-rows: 44.531vw;
        grid-template-columns: 1fr;
    }
    .stocks .items__stocks .item,
    .stocks .items__stocks .item:first-child {
        grid-row: span 1;
    }
}
@media (max-width: 768px) {
    .stocks .stocks-container {
        padding-top: 70px;
        padding-bottom: 170px;
    }
    .stocks .h2__stocks {
        font-size: 35px;
        line-height: 42px;
    }
    .stocks .items__stocks {
        grid-auto-rows: 54vw;
        grid-template-columns: 1fr;
        font-size: 16px;
    }
    .stocks .descr-item__stocks {
        padding: 15px 20px;        
    }
    .stocks .title-item__stocks {
        font-size: 18px;
    }
    .stocks .link__stocks {
        position: absolute;
        bottom: 70px;
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 330px;
        width: calc(100% - 30px);
    }
}
@media (max-width: 575px) {
    .stocks .items__stocks {
        grid-auto-rows: 63.611vw;
        grid-template-columns: 1fr;
    }
}


/*--------------------------------------------------------Часто задаваемые вопросы------------------------------------------*/
.questions {
    background:
    url("../images/main/decor-reviews3.png"), 
    url("../images/main/decor-reviews4.png"), 
    url("../images/main/decor-reviews1.png"), 
    url("../images/main/decor-reviews2.png"),radial-gradient(24.11% 17.08% at 76.72% 106.55%, rgba(242, 192, 93, 0.34) 0%, rgba(242, 192, 93, 0) 100%), 
    radial-gradient(24.62% 26.73% at -5.81% 34.44%, rgba(242, 192, 93, 0.33) 0%, rgba(242, 192, 93, 0) 100%), #214E49;
    background-position:0% 185%, 15% 125%, left 90%, right 163%;
    background-repeat: no-repeat;
    position: relative;
}
.questions .dot__questions1 {
    position: absolute;
    width: 17px;
    height: 17px;
    right: 84px;
    top: 68px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.3;
}
.questions .dot__questions2 {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 158px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.8;
}
.questions .dot__questions3 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 100px;
    top: 211px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.2;
}
.questions .dot__questions4 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 1453px;
    top: 264px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.2;
}
.questions .dot__questions5 {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 42px;
    top: 495px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.4;
}
.questions .dot__questions6 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 608px;
    top: 700px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.85;
}
.questions .dot__questions7 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 1356px;
    top: 894px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.85;
}
.questions .dot__questions8 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 420px;
    top: 1000px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.2;
}
.questions .dot__questions9 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 626px;
    top: 1093px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.85;
}
.questions .dot__questions10 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 1087.14px;
    top: 1117px;
    z-index: 2;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.2;
}
.questions .dot__questions11 {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 95%;
    top: 1080px;
    z-index: 2;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.4;
}
.questions .dot__questions12 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 85%;
    top: 1430px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.2;
    z-index: 2;
}
.questions .dot__questions13 {
    position: absolute;
    width: 13px;
    height: 13px;
    left: 1490px;
    top: 1520px;
    z-index: 2;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.2;
}
.questions .dot__questions14 {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 40px;
    top: 1220px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.3;
}
.questions .dot__questions15 {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 100px;
    top: 1280px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF98A 0%, rgba(255, 249, 138, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.4;
}

.questions .questions-container {
    padding-top: 180px;
    padding-bottom: 76px;
    position: relative;
}
.questions .spruce__questions{
    position: absolute;
    left: 28.5%;
    bottom: -104px;
    z-index: 3;
    max-width: 100%;
}
.questions .fon-spruce__questions{
    position: absolute;
    z-index: 2;
    padding: 15px;
    border: 1px solid #3E8B84;
    border-radius: 500px;
    left: 27%;
    bottom: -120px;
    
}

.questions .h2__questions {
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
}
.questions .descr__questions {
    max-width: 487px;
    margin: 20px auto 80px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #B5B4B4;
    text-align: center;
}

.questions .questions-list {}
.questions .questions-list .item:not(:first-child) {
    margin-top: 20px;
}
.questions .questions-list .item {
    padding: 23px 40px;
    border: none;
    width: 100%;
    background: radial-gradient(35.08% 73.16% at 80.81% 142.97%, rgba(242, 192, 93, 0.44) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(54.39% 63.32% at -5.38% -39.26%, rgba(242, 192, 93, 0.38) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, rgba(255, 255, 255, 0.05);
    box-shadow: inset 2px 1px 0px #457772;
    backdrop-filter: blur(70px);
    -webkit-backdrop-filter: blur(70px);
    border-radius: 0px 0px 0px 20px;
    cursor: pointer;
}
.questions .questions-list .item.hidden {
    display: none;
}
.questions .questions-list .item .item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.questions .questions-list .item .item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}
.questions .questions-list .item .item-icon {
    position: relative;
    display: inline-block;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #517461;
    transition: 0.3s ease;
}
.questions .questions-list .item .item-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    height: 10px;
    width: 10px;
    background: url(../images/main/galka3.svg) no-repeat center center;
    background-size: 10px;
}
.questions .questions-list .item .item-body {
    margin-top: 20px;
    display: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #B5B4B4;
    text-align: left;
    max-width: 1074px ;
    transition: 0.3s ;
    padding-right: 55px;
}
.questions .questions-list .item.open .item-body {
    display: block;
}
.questions .questions-list .item.open .item-icon {
    transform: rotate(180deg);
    background-color: #E8B236;
    top: 0;
}
.questions .questions-list .item.open .item {
    background: radial-gradient(35.08% 73.16% at 80.81% 142.97%, rgba(242, 192, 93, 0.44) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(54.39% 63.32% at -5.38% -39.26%, rgba(242, 192, 93, 0.38) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, rgba(255, 255, 255, 0.05);
    background-blend-mode: screen, screen, normal;
    box-shadow: inset 2px 1px 0px #457772;
    backdrop-filter: blur(70px);
    -webkit-backdrop-filter: blur(70px);
    border-bottom: none;
    transition: 0.3s ;
}


.questions .showmore__questions {
    display: block;
    padding: 19px 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    border: 1px solid #3E8B84;
    border-radius: 500px;
    background-color: #214E49;
    margin: 80px auto 0;
    transition: 0.3s;
}
.questions .showmore__questions:hover{
    color: #FFFFFF;
    background-color: #E8B236;
    border: 1px solid #E8B236;
    transition: 00.3s;
}
@media (max-width: 1229px) {
    .questions .h2__questions {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .questions .questions-list .item {
        padding: 20px 25px;
    }
    .questions .questions-list .item .item-title {
        font-size: 16px;
    }
    .questions .questions-list .item .item-body {
        font-size: 16px;
        padding-right: 0px;
    }
    .questions .showmore__questions {
        margin-top: 40px;
        font-size: 16px;
        padding: 14px 26px;
    }
    .questions .h2__questions {
        font-size: 35px;
        line-height: 42px;
    }
}

/*--------------------Отзывы---------------------*/
.questions .reviews {
    margin-top: 213px;
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 30px;
    
}
.questions .reviews .title__reviews {
}
.questions .reviews .h2__reviews {
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
}
.questions .reviews .descr__reviews {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #B5B4B4;
    max-width: 284px;
    margin-top: 20px;
}

.questions .reviews .swiper-container3 {
    width: 488px;
    position: relative;
    padding: 10px;
    height: 100%;
    overflow-x: hidden;
}
.questions .reviews::before{
    content: "";
    position: absolute;
    width: calc(740px + 30vw);
    height: calc(100% + 181px);
    top: -105px;
    left:  40%;
    z-index: 1;
    background: radial-gradient(35.08% 73.16% at 80.81% 142.97%, rgba(242, 192, 93, 0.44) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(54.39% 63.32% at -5.38% -39.26%, rgba(242, 192, 93, 0.38) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, rgba(255, 255, 255, 0.05);
    background-blend-mode: screen, screen, normal;
    box-shadow: inset 2px 1px 0px #457772;
    backdrop-filter: blur(70px);
    -webkit-backdrop-filter: blur(70px);
    border-radius: 50px 0px 0px 0px;
}

.questions .reviews .swiper-wrapper {
    max-width: 500px;
}
.questions .reviews .reviews__block {
}
.questions .reviews .title-swiper__reviews {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #B5B4B4;
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
}
.questions .reviews .descr-swiper__reviews {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    max-width: 488px;
    margin-top: 20px;
}
.questions .reviews .swiper-buttons3 {
    display: flex;
    position: relative;
    z-index: 2;
}
.questions .reviews .swiper-wrapper-control-reviews{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.questions .reviews .swiper-wrapper-control-reviews .swiper-pagination-bullet-active {
    /*margin: 0px 183px;*/
    background: #3D5C53 !important;
}
.questions .reviews .swiper-button-prev3::after,
.questions .reviews .swiper-button-next3::after {
    display: none;
}
.questions .reviews .swiper-button-prev3 {
    margin-right: 15px;
    background-image: url("../images/main/prev2.png");
    background-size: auto;
    transition: 00.3s;
}
.questions .reviews .swiper-button-next3 {
    background-image: url("../images/main/next2.png");
    background-size: auto;
    transition: 00.3s;
}
.questions .reviews .swiper-button-prev3,
.questions .reviews .swiper-button-next3 {
    border: 1px solid  #3E8B84;
    background-color: rgb(33, 79, 74, 0.1);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.questions .reviews .swiper-button-prev3:hover {
    background-color:#E8B236;
    border: 1px solid  #E8B236;
    transition: 00.3s;
}
.questions .reviews .swiper-button-next3:hover {
    background-color:#E8B236;
    border: 1px solid  #E8B236;
    transition: 00.3s;
}
.questions .reviews .reviews-slider1-pagination {
    margin-left: 50px;
    justify-content: flex-end;
}
.questions .questions__btn {
    position: absolute;
    bottom: -120px;
    left: 18%;
    z-index: 4;
}
@media (max-width: 1229px){
    .questions .questions-container {
        padding-top: 120px;
    }
    .questions {
        background: url("../images/main/decor-reviews3.png"),
         url("../images/main/decor-reviews4.png"), 
         url("../images/main/decor-reviews1-tab.png"), 
         url("../images/main/decor-reviews2.png"), radial-gradient(24.11% 17.08% at 76.72% 106.55%, rgba(242, 192, 93, 0.34) 0%, rgba(242, 192, 93, 0) 100%), radial-gradient(24.62% 26.73% at -5.81% 34.44%, rgba(242, 192, 93, 0.33) 0%, rgba(242, 192, 93, 0) 100%), #214E49;
        background-position: -37% 168%, -30% 112%, 0% 88%, 115% 160%;
        background-repeat: no-repeat;
        position: relative;
    }
    .questions .fon-spruce__questions {
        left: 15px;
        width: 270px;
    }
    .questions .spruce__questions {
        width: 220px;
        left: 40px;
    }
    .questions .questions__btn {
        position: absolute;
        bottom: -180px;
        left: 170px;
        z-index: 4;
    }
    .questions .reviews .dot__questions2 {
        left: 35%;
        top: 93px;
    }
    .questions .reviews .dot__questions3 {
        left: 485px;
        top: 250px;
    }
    .questions .reviews .dot__questions5 {
        left: 169px;
        top: 743px;
    }
    .questions .reviews .dot__questions6 {
        left: 592px;
        top: 840px;
    }
    .questions .reviews .dot__questions14 {
        left: 215px;
        top: 1212px;
        z-index: 2;
    }
    .questions .reviews .dot__questions15 {
        z-index: 2;
        left: 535px;
        top: 1570px;
    }
    .questions .reviews {
        margin-top: 120px;
        display: block;
    }
    .questions .reviews .title-swiper__reviews {
        text-align: left;
    }
    .questions .reviews .title__reviews {
       
    }
    .questions .reviews .h2__reviews { 
        margin: 0 auto;
        font-size: 40px;
        line-height: 48px;
        text-align: center;
    }
    .questions .reviews .descr__reviews {
        margin: 15px auto 0;
        text-align: center;
        max-width: 526px !important;
        margin-top: 15px;
    }
    .questions .reviews::before {
        width: 100%;
        height: 75%;
        bottom: -76px;
        top: auto;
        left: 19%;
    }
    .questions .reviews .descr-swiper__reviews {
        max-width: none;
    }
    .questions .reviews .swiper-container3 {
        width: 73vw;
        margin-top: 163px;
        padding: 10px 10px;
        margin-left: auto;
        margin-right: 0;
    }
    .questions .reviews__block {
    }
    .questions .reviews .swiper-buttons3 {
        left: 80px;
    }
    .questions .reviews .questions__btn {
        top: 92%;
        left: 24%;
    }
    .questions .reviews .spruce__questions {
        left: 2%;
        top: 77.2%;
        width: 245px;
        height: 480px;
    }
    .questions .reviews .fon-spruce__questions {
        left: 0%;
        top: 84%;
        width: 270px;
        height: 369px;
    }
    .questions .swiper-wrapper-control-reviews .swiper-pagination{
        margin: 0 0 0 30px;
        justify-content: flex-end;
    }
    .questions .reviews .dot__questions7 {
        display: none;
    }
    .questions .reviews .dot__questions10 {
        display: none;
    }
    .questions .reviews .dot__questions12{
        display: none;
    }
    .questions .reviews .dot__questions13
    {
        display: none;
    }
    .questions .reviews .dot__questions11{
        display: none;
    }
    .questions .reviews .dot__questions4{
        display: none;
    }
}
@media (max-width: 991px){
    .questions .reviews .swiper-container3 {
        width: 57vw;
    }
    .questions .reviews::before {
        left: 21%;
        height: 80%;
    }
    .questions .reviews .swiper-buttons3 {
        left: 0;
    }
    .questions .swiper-wrapper-control-reviews .swiper-pagination {

    }
}
@media (max-width: 767px){
    .questions .questions-container {
        padding-top: 70px;
    }
    .questions {
        background: url("../images/main/decor-reviews3.png"),
         url("../images/main/decor-reviews1-tab.png"), 
         url("../images/main/decor-reviews2-mobil.png"), radial-gradient(24.11% 17.08% at 76.72% 106.55%, rgba(242, 192, 93, 0.34) 0%, rgba(242, 192, 93, 0) 100%), radial-gradient(24.62% 26.73% at -5.81% 34.44%, rgba(242, 192, 93, 0.33) 0%, rgba(242, 192, 93, 0) 100%), #214E49;
         background-position: -39% 168%, -33% 83%, 100% 79%;
        background-repeat: no-repeat;
        position: relative;
    }
    .questions .swiper-wrapper-control-reviews .swiper-pagination {
        margin: 0px auto;
        justify-content: center;
    }
    .questions .reviews .swiper-wrapper-control-reviews {
        margin-top: 30px;
    }
    .questions .reviews {
        margin-top: 70px;
    }
    .questions .reviews .h2__reviews {
        font-size: 35px;
        line-height: 42px;
        margin: 0 30%;
    }
    .questions .reviews .descr__reviews {
        font-size: 16px;
        line-height: 24px;
        max-width: 330px;
        margin: 10px auto 0;
    }
    .questions .reviews::before {
        left: 0%;
        width: 100vw;
        height: calc(100% + 180px);
        bottom: -350px;
    }
    .questions .reviews .descr-swiper__reviews {
        max-width: none;
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }
    .questions .reviews .swiper-container3 {
        margin: auto;
        margin-top: 100px;
        width: 100%;
        padding-left: 25px;
        padding-right: 15px;
    }
    .questions .reviews .swiper-buttons3 {
        display: none;
    }
    .questions .reviews .questions__btn {
        top: 100%;
        left: 60%;
        max-width: 160px;
        padding: 10px;
    }
    .questions .spruce__questions {
        left: 0;
        right: 0;
        margin: auto;
        width: 239px;
        height: auto
    }
    .questions .fon-spruce__questions {
        left: 0;
        right: 0;
        margin: auto;
        width: 288px;
        height: auto
    }
    .questions .questions-container {
        padding-bottom: 350px;
    }
}



/*Страница контактов*/
.contacts-page {
    background: radial-gradient(30.68% 68.95% at 70.09% -6.85%, rgba(242, 192, 93, 0.33) 0%, rgba(242, 192, 93, 0) 100%), 
                radial-gradient(43.5% 57.97% at -0.94% 116.25%, rgba(242, 192, 93, 0.33) 0%, rgba(242, 192, 93, 0) 100%) 
                #214E49;
    background-blend-mode: screen, screen, normal;
    color: #fff;
}
.contacts-page .container {
    position: relative;
    padding-bottom: 65px;
}
.contacts-page .contacts-flex {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0px 20px;
    justify-content: space-between;
    align-items: flex-start;
}
.contacts-page .contacts-title {
    color: #fff;
    display: block;
    grid-column: span 3;
}
.contacts-page .contacts-data {
    display: block;
    grid-column: 8 / span 5;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}
.contacts-page .contacts-data .item {
    margin-bottom: 30px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.contacts-page .contacts-data .item:last-child {
    margin-bottom: 0px;
}
.contacts-page .contacts-data .contacts-adress {
    margin-bottom: 10px;
}
.contacts-page .contacts-data .contacts-time {
    font-size: 14px;
    color: #B5B4B4;
    font-weight: 400;
}
.contacts-page .contacts-wrap {
    position: relative;
    z-index: 1;
}
.contacts-page .bg-images img {
    display: block;
    position: absolute;
    z-index: 0;
}
.contacts-page .bg-images .bg-image1 {
    left: 11%;
    bottom: -400px;
}
.contacts-page .bg-images .bg-image2 {
    left: -190px;
    bottom: -240px;
}
.contacts-page .bg-images .bg-image3 {
    right: -580px;
    bottom: -145px;
}
.contacts-page .dot1 {
    right: 200px;
    top: -70px;
}
.contacts-page .dot2 {
    left: 119px;
    top: -15px;
}
.contacts-page .dot3 {
    left: -105px;
    top: 70px;
    opacity: 0.3;
    width: 17px;
    height: 17px;
}
.contacts-page .dot4 {
    width: 16px;
    height: 16px;
    opacity: 0.8;
    top: 142px;
    left: 150px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.contacts-page .dot5 {
    left: 280px;
    bottom: 90px;
}
@media (max-width: 1229px) {
    .contacts-page .container {
        padding-bottom: 223px;
    }
    .contacts-page .contacts-title {
        grid-column: span 4;
    }
    .contacts-page .contacts-data {
        grid-column: span 4;
    }
    .contacts-page .contacts-data .item {
        margin-bottom: 26px;
    }
    .contacts-page .contacts-data .contacts-adress {
        margin-bottom: 15px;
    }
    .contacts-page .bg-images .bg-image1 {
        left: -145px;
        bottom: -400px;
    }
    .contacts-page .bg-images .bg-image2 {
        left: auto;
        right: -170px;
        bottom: -290px;
    }
    .contacts-page .bg-images .bg-image3 {
        display: none;
    }
    .contacts-page .dot3 {
        left: 457px;
        top: 317px;
        opacity: 0.2;
        width: 12px;
        height: 12px;
    }
    .contacts-page .dot4 {
        left: -120px;
        top: 40px;
        opacity: 0.3;
    }
    .contacts-page .dot5 {
        left: 726px;
        bottom: 300px;
    }
}
@media (max-width: 767px) {
    .contacts-page .container {
        padding-bottom: 430px;
    }
    .contacts-page .contacts-grid {
        display: block;
    }
    .contacts-page .contacts-title {
        margin-bottom: 40px;
        width: 100%;
    }
    .contacts-page .contacts-data {
        width: 100%;
        font-size: 24px;
    }
    .contacts-page .contacts-data .item {
        margin-bottom: 20px;
    }
    .contacts-page .contacts-data .contacts-adress {
        margin-bottom: 8px;
    }
    .contacts-page .bg-images .bg-image1 {
        left: -200vw;
        right: 0;
        transform: translateX(100vw);
        bottom: -420px;
        margin: auto;
    }
    .contacts-page .bg-images .bg-image1-mobile {
        display: block;
    }
    .contacts-page .bg-images .bg-image2 {
        display: none;
    }
    .contacts-page .dot1 {
        right: 45px;
        top: 52px;
    }
    .contacts-page .dot2 {
        left: 19px;
        top: 344px;
    }
    .contacts-page .dot4 {
        top: -17px;
    }
}




/*Страница отзывов*/
.reviews-page {
    padding-top: 0;
}
.reviews-page .first-block .container {
    position: relative;
    padding-bottom: 152px;
}
.reviews-page .first-block {
    padding-top: 148px;
    background: radial-gradient(20.73% 46.58% at 85.22% -3.62%, rgba(242, 192, 93, 0.33) 0%, rgba(242, 192, 93, 0) 100%), radial-gradient(43.5% 57.97% at -0.94% 116.25%, rgba(242, 192, 93, 0.33) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #214E49;
    background-blend-mode: screen, screen, normal;
    color: #fff;
}
.reviews-page .first-block .section-title {
    color: #fff;
    margin-bottom: 20px;
}
.reviews-page .first-block .section-content {
    position: relative;
    z-index: 1;
}
.reviews-page .first-block .section-desc {
    font-size: 18px;
    line-height: 1.5;
    color: #B5B4B4;
    font-weight: 500;
}
.reviews-page .bg-images img {
    display: block;
    position: absolute;
    z-index: 0;
}
.reviews-page .bg-images .bg-image1 {
    right: 340px;
    bottom: 0px;
}
.reviews-page .bg-images .bg-image2 {
    right: -200px;
    bottom: -20px;
}
.reviews-page .bg-images .bg-image3 {
    right: -365px;
    bottom: 0px;
}
.reviews-page .bg-images .bg-image4 {
    left: -230px;
    bottom: 0px;
}
.reviews-page .dot1 {
    right: 200px;
    top: -70px;
}
.reviews-page .dot2 {
    left: 119px;
    top: -15px;
}
.reviews-page .dot3 {
    left: -105px;
    top: 70px;
    opacity: 0.3;
    width: 17px;
    height: 17px;
}
.reviews-page .dot4 {
    width: 16px;
    height: 16px;
    opacity: 0.8;
    top: 172px;
    left: 20px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.reviews-page .dot5 {
    left: 280px;
    bottom: 90px;
}
.reviews-page .reviews-list-wrap {
    position: relative;
    background-color: #ffffff;
    z-index: 1;
}
.reviews-page .reviews-list-wrap .container {
    padding-bottom: 170px;
}
.reviews-page .reviews-list {
    position: relative;
    top: -92px;
}
.reviews-page .reviews-list-grid  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.reviews-page .reviews-list .items__reviews {
    padding: 50px 50px 64px 50px;
    background-color: #F3F3F3;
}
.reviews-page .reviews-list .items__reviews.hidden {
    display: none;
}
.reviews-page .reviews-list .top__reviews {
    display: flex;
    align-items: center;
    gap: 0 15px;
    flex-wrap: wrap;
}
.reviews-page .reviews-list .title__reviews {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #414141;
}
.reviews-page .reviews-list .data__reviews {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #ACACAC;
}
.reviews-page .reviews-list .descr-content__reviews {
    margin-top: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #5B5B5B;
}
.reviews-page .reviews-list-wrap .showmore__questions{
    display: block;
    padding: 20px 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #414141;
    border: 1px solid #8DC8C1;
    border-radius: 500px;
    background-color: #ffffff;
    margin: 80px auto 0;
    transition: 00.3s;
}
.reviews-page .reviews-list-wrap .showmore__questions:hover{
    color: #FFFFFF;
    background-color: #E8B236;
    border: 1px solid #E8B236;
    transition: 00.3s;
}
@media (max-width: 1229px) {
    .reviews-page .first-block .container {
        padding-bottom: 362px;
    }
    .reviews-page .reviews-list-grid {
        grid-template-columns: 1fr;
    }
    .reviews-page .reviews-list .items__reviews {
        padding: 50px;
    }
    .reviews-page .reviews-list {
        top: -193px;
    }
    .reviews-page .bg-images .bg-image1 {
        left: 70px;
    }
    .reviews-page .bg-images .bg-image2 {
        right: -130px;
        bottom: -30px;
    }
    .reviews-page .bg-images .bg-image3 {
        right: -165px;
        bottom: 0px;
    }
    .reviews-page .bg-images .bg-image4 {
        left: -70px;
        bottom: 0px;
    }
    .reviews-page .dot4 {
        top: -50px;
    }
}
@media (max-width: 767px) {
    .reviews-page .first-block {
        padding-top: 89px;
    }
    .reviews-page .first-block .container {
        padding-bottom: 267px;
    }
    .reviews-page .reviews-list {
        top: -150px;
    }
    .reviews-page .bg-images .bg-image1 {
        left: -10px;
        bottom: 0px;
        width: 260px;
    }
    .reviews-page .bg-images .bg-image2 {
        width: 660px;
        filter: blur(6px);
    }
    .reviews-page .bg-images .bg-image3 {
        width: 310px;
        right: -130px;
    }
    .reviews-page .reviews-list .title__reviews,
    .reviews-page .reviews-list .data__reviews,
    .reviews-page .reviews-list .descr-content__reviews {
        font-size: 16px;
    }
    .reviews-page .reviews-list .items__reviews {
        padding: 30px 30px 40px 30px;
    }
    .reviews-page .dot4 {
        top: -30px;
        left: -30px;
    }
}

/*Страница о нас*/
/*Сертификаты*/
.about-page .sertificates {
    padding-top: 170px;
    padding-bottom: 170px;
    position: relative;
}
.about-page .sertificates:before {
    content: '';
    width: 100%;
    height: 57%;
    background: #F3F3F3;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.about-page .sertificates .section-title {
    text-align: center;
}
.about-page .sertificates .sertificates-wrap {
    margin-top: 60px;
}
.about-page .sertificates .sertificates-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 377px;
    grid-gap: 20px;
}
.about-page .sertificates .item {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #8DC8C1;
}
.about-page .sertificates .item.hidden {
    display: none;
}
.about-page .sertificates .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-page .sertificates .show_more_sertificates {
    width: 100%;
    max-width: 196px;
    padding: 19px 20px;
    display: block;
    border: 1px solid #8DC8C1;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #414141;
    transition: 00.3s;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    text-align: center;
}
.about-page .sertificates .show_more_sertificates:hover {
    color: #ffffff;
    background-color: #E8B236;
    border: 1px solid #E8B236;
}
@media (max-width: 1229px) {
    .about-page .sertificates .sertificates-list {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 28.7vw;
        grid-gap: 20px;
    }
    .about-page .sertificates {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media (max-width: 991px) {
    .about-page .sertificates:before {
        height: 77%;
    }
    .about-page .sertificates .sertificates-wrap {
        margin-top: 50px;
    }
    .about-page .sertificates .sertificates-list {
        grid-template-columns: repeat(2, 44.8vw);
        grid-auto-rows: 59.3vw;
        grid-gap: 20px;
    }
}
@media (max-width: 767px) {
    .about-page .sertificates:before {
        height: 75%;
    }
    .about-page .sertificates .sertificates-wrap {
        margin-top: 35px;
    }
    .about-page .sertificates .show_more_sertificates {
        margin-top: 35px;
    }
    .about-page .sertificates {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (max-width: 575px) {
    .about-page .sertificates:before {
        height: 69%;
    }
    .about-page .sertificates .sertificates-list {
        grid-template-columns: repeat(2, 43vw);
        grid-auto-rows: 56.9vw;
        grid-gap: 20px;
    }   
    .about-page .sertificates .show_more_sertificates {
        max-width: 330px;
        width: 100%;
    }
}

/*Слайдер с отзывами*/
.about-page .reviews {
    background-color: #FFFFFF;
}
.about-page .reviews-container {
    padding-top: 170px;
    padding-bottom: 130px;
}
.about-page .top__reviews {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.about-page .title__reviews {
    max-width: 800px;
}
.about-page .h2__reviews {
}
.about-page .descr__reviews {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #5B5B5B;
}
.about-page .link__reviews {
    max-height: 62px;
    padding: 19px 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #414141;
    border: 1px solid #8DC8C1;
    border-radius: 50px;
    transition: 00.3s;
    display: block;
    text-align: center;
    flex: 0 0 165px;
}
.about-page .link__reviews:hover {
    background-color: #E8B236;
    border: 1px solid #E8B236;
    color: #ffffff;
    transition: 00.3s;
}
.about-page .swiper-container {
    margin-top: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    width: calc(100vw - ((100vw - 1200px) / 2) + 50px);
}

.about-page .items__reviews {
    width: 589px;
    padding: 50px 50px 64px 50px;
    background-color: #F3F3F3;
    height: auto;   
}
.about-page .swiper-slide .top__reviews {
    align-items: center;
    gap: 0px 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.about-page .title__reviews { 
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #414141;
}
.about-page .data__reviews {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ACACAC;
}
.about-page .descr-content__reviews {
    margin-top: 15px;
    max-width: 480px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #5B5B5B;
}
.about-page .reviews .swiper-wrapper {
    margin-top: 15px;
    max-width: 480px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #5B5B5B;
}
.about-page .swiper-wrapper-control{
    display: flex;
    align-items: center;
    position: absolute;
    margin-top: 112px;
    z-index: 2;
}



.about-page .swiper-button-prev::after,
.about-page .swiper-button-next::after {
    display: none;
}
.about-page .swiper-button-prev {
    margin-right: 15px;
    background-image: url("../images/main/prev.png");
    background-size: auto;
    transition: 00.3s;
}
.about-page .swiper-button-next {
    background-image: url("../images/main/next.png");
    background-size: auto;
    transition: 00.3s;
}
.about-page .swiper-buttons {
    display: flex;
    align-items: center;
    margin-left: 0;
}
.about-page .swiper-button-prev,
.about-page .swiper-button-next {
    position: static !important;
    background-color: #ffffff;
    border: 1px solid #8DC8C1;
    width: 80px !important;
    height: 80px !important;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.about-page .swiper-button-prev:hover {
    border: 1px solid #E8B236;
    background-color:#E8B236;
    background-image: url("../images/main/prev2.png");
    transition: 00.3s;
}
.about-page .swiper-button-next:hover {
    border: 1px solid #E8B236;
    background-color:#E8B236;
    background-image: url("../images/main/next2.png");
    transition: 00.3s;
}
.about-page .swiper-pagination{
    position: static !important;
    display: flex;
    align-items: center;
    margin: -23px 0 0 944px;
}
.about-page .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 15px;
    background-color: #75A39D !important;
    opacity: 1 !important;
}

.about-page .swiper-pagination-bullet-active{
    width: 15px !important;
    height: 15px !important;
    border: 2px solid #E8B236;
    background-color: #ffffff !important;
    opacity: 1!important;
}
@media (max-width: 1229px){
    .about-page .reviews-container {
        padding-top: 120px;
        padding-bottom: 110px;
    }
    .about-page .h2__reviews {
        font-size: 40px;
        line-height: 48px;
    }
    .about-page .title__reviews {
    }
    .about-page .descr__reviews {
        margin-top: 15px;
    }
    .about-page .link__reviews {
    }
    .about-page .data__reviews {
        margin: 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #ACACAC;
    }
    .about-page .descr-content__reviews {
        max-width: 354px;
    }
    .about-page .swiper-container {
        width: 100vw;
    }
    .about-page .swiper-wrapper-control {
        margin-top: 93px;
        width: calc(100vw - 60px);
    }
    .about-page .swiper-pagination{
        margin: -25px 0 0 30px;
        justify-content: flex-end;
    }
    .about-page .items__reviews {
        width: 434px;
        padding: 28px 40px 88px 50px;
    }
}
@media (max-width: 767px){
    .about-page .reviews-container {
        padding-top: 70px;
        padding-bottom: 43px;
    }
    .about-page .top__reviews{
        flex-wrap: wrap;
    }
    .about-page .swiper-slide .top__reviews {
        display: block;
    }
    .about-page .h2__reviews {
        font-size: 32px;
        line-height: 42px;
    }
    .about-page .title__reviews {
    }
    .about-page .descr__reviews {
        margin-top: 10px;
        max-width: none;
    }
    .about-page .link__reviews {
        display: none;
    }
    .about-page .data__reviews {
        margin: 5px 0 0 0;
    }
    .about-page .title__reviews,
    .about-page .descr-content__reviews {
        font-size: 16px;
    }
    .about-page .swiper-wrapper-control{
        margin-top: 93px;
    }
    .about-page .items__reviews {
        width: 315px;
        padding: 30px 30px 40px 30px;
    }
    .about-page .swiper-container {
        margin-top: 35px;
    }
    .about-page .swiper-buttons {
        display: none;
    }
    .about-page .swiper-wrapper-control {
        width: 100vw;
        left: 0;
    }
    .about-page .swiper-pagination {
        margin: -100px auto 0 auto;
        justify-content: center;
    }
}




/*Общая страница услуг, акций, портфолио*/
.catalog-page {
    padding-bottom: 170px;
}
.catalog-page .catalog-page-desc {
    display: flex;
    gap: 15px 30px;
    justify-content: space-between;
    align-items: center;
}
.catalog-page .section-title {
    color: #414141;
}
.catalog-page .section-desc {
    flex: 0 0 487px;
    max-width: 487px;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #5B5B5B;
}
.catalog-list-wrap {
    margin-top: 60px;
}
.catalog-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 20px;
}
.catalog-list .item {
    display: block;
    width: 100%;
}
.catalog-list .item.hidden {
    display: none;
}
.catalog-list .item .item-title {
    font-size: 20px;
    line-height: 1.3;
    color: #414141;
    font-weight: 600;
}
.catalog-list .item .item-date {
    font-size: 16px;
    line-height: 1.5;
    color: #B5B4B4;
    font-weight: 500;
    margin-bottom: 10px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.catalog-list .item .item-image {
    display: block;
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
    position: relative;
    background: #224e49;
    overflow: hidden;
}
.catalog-list .item .item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease;
}
.catalog-list .item .item-image img:hover {
    transform: scale(1.05);
}
.catalog-list .item .item-image .hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 35px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}
.catalog-list .item .item-image:hover .hover {
    opacity: 1;
    background: radial-gradient(35.08% 73.16% at 80.81% 142.97%, rgba(242, 192, 93, 0.44) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(54.39% 63.32% at -5.38% -39.26%, rgba(242, 192, 93, 0.38) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, rgba(255, 255, 255, 0.05);
    background-blend-mode: screen, screen, normal;
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
}
.catalog-list .item .item-image .hover .sub-links {
    width: 100%;
}
.catalog-list .item .item-image .hover .sub-link {
    transition: 0.3s ease;
    margin-bottom: 14px;
}
.catalog-list .item .item-image .hover .sub-link:hover,
.catalog-list .item .item-title:hover {
    color: #E8B236;
}
.catalog-list .item .item-image .hover .sub-link:last-child {
    margin-bottom: 0px;
}
.catalog-list .item .item-image .hover .sub-link:hover a:after,
.catalog-list .item .item-title:hover a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    background: url("../images/icons/link-arrow.svg") no-repeat;
    position: relative;
    top: -1px;
}
.catalog-list-wrap .show-more-items {
    display: block;
    width: auto;
    max-width: 100%;
    padding: 19px 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #414141;
    border: 1px solid #8DC8C1;
    border-radius: 500px;
    background-color: #ffffff;
    margin: 60px auto 0;
    transition: 0.3s;
    text-align: center;
}
.catalog-list-wrap .show-more-items:hover {
    color: #FFFFFF;
    border: 1px solid #E8B236;
    background-color: #E8B236;
}

.catalog-list.portfolio-list {
    grid-template-columns: repeat(2, 1fr);
}
.catalog-list.portfolio-list .item .item-image {
    height: 343px;
}

@media (max-width: 1229px) {
    .catalog-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px 20px;
    }
    .catalog-list .item .item-image {
        height: 34.6vw;
    }
    .catalog-list .item .item-image .hover {
        padding: 25px;
    }
    .catalog-page .catalog-page-desc {
        flex-wrap: wrap;
    }
    .catalog-page .section-desc {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }
    .catalog-list-wrap {
        margin-top: 50px;
    }

    .catalog-list.portfolio-list .item .item-image {
        height: 26.7vw;
    }
    .catalog-list .item .item-image .hover {
        opacity: 1;
        background: radial-gradient(35.08% 73.16% at 80.81% 142.97%, rgba(242, 192, 93, 0.44) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(54.39% 63.32% at -5.38% -39.26%, rgba(242, 192, 93, 0.38) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, rgba(255, 255, 255, 0.05);
        background-blend-mode: screen, screen, normal;
        backdrop-filter: blur(80px);
        -webkit-backdrop-filter: blur(80px);
    }
}
@media (max-width: 991px) {
    .catalog-list.portfolio-list {
        grid-template-columns: 1fr;
    }
    .catalog-list.portfolio-list .item .item-image {
        height: 48.2vw;
    }
}
@media (max-width: 767px) {
    .catalog-page .catalog-page-desc {
        gap: 10px 30px;
    }
    .catalog-page .section-desc {
        font-size: 16px;
    }
    .catalog-list {
        grid-template-columns: 1fr;
        grid-gap: 25px 20px;
    }
    .catalog-list .item .item-image {
        height: 70.8vw;
    }
    .catalog-list-wrap {
        margin-top: 35px;
    }

    .catalog-list.portfolio-list .item .item-image {
        height: 53.2vw;
    }
}
@media (max-width: 575px) {
    
}



/*--------------------------------------------------------Статья------------------------------------------*/
.single-post {
    padding-top: 0;
}
.single-post .first-block {
    padding-top: 148px;
    padding-bottom: 93px;
    background: radial-gradient(60.28% 143.69% at 107.03% -39.64%, rgba(242, 192, 93, 0.33) 0%, rgba(242, 192, 93, 0) 100%),
        #214E49;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
}
.single-post .first-block .bg-images {

}
.single-post .first-block .bg-images .image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.single-post .first-block .bg-images .image1 {
    left: auto;
    right: 0;
    bottom: 0;
    width: 543px;
    object-fit: cover;
    height: 130px;
    object-position: 50px -81px;
}
.single-post .first-block .bg-images .image2 {
    bottom: 0;
    width: 391px;
    height: 70px;
    object-fit: cover;
    object-position: 0px -80px;
}
.single-post .first-block .container {
    position: relative;
}
.single-post .first-block .post-header {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.single-post .first-block .post-title {
    font-weight: 600;
    font-size: 50px;
    line-height: 1.2;
    color: #FFFFFF;
    max-width: 590px;
}
.single-post .first-block .post-desc {
    margin-top: 30px;
    margin-bottom: 90px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    max-width: 487px;
    color: #B5B4B4;
}
.single-post .first-block .dot1 {
    left: 1280px;
    top: 90px;
}
.single-post .first-block .dot2 {
    left: 476px;
    top: 142px;
}
.single-post .first-block .dot3 {
    width: 17px;
    height: 17px;
    left: 100px;
    top: 225px;
    opacity: 0.3;
}
.single-post .first-block .dot4 {
    width: 16px;
    height: 16px;
    left: 1020px;
    top: 265px;
    opacity: 0.8;
}
.single-post .first-block .dot5 {
    left: 625px;
    top: 398px;
}
.single-post .first-block .round-button {
    position: absolute;
    right: 23%;
    bottom: -197px;
    z-index: 1;
}

.single-post .post-image {
    width: 100%;
    /*height: 510px;*/
    height: 50vw;
    position: relative;
}
.single-post .post-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-post .post-content {
    margin-top: 90px;
    margin-bottom: 170px;
}
.single-post .post-content .container {
    max-width: 824px;
}
.single-post .post-content .content-item {
    margin-bottom: 100px;
}
.single-post .post-content .main-text {    
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    color: #5B5B5B;
}
.single-post .post-content .middle-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    color: #414141;
    margin-top: 40px;
    margin-bottom: 40px;
}
.single-post .post-content .h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    color: #414141;
}
.single-post .post-content .images {
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.single-post .post-content .images img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.single-post .post-content .single-image {

}

.single-post .post-content .post-slider {
    margin-bottom: 0;
    position: relative;
}
.single-post .post-content .post-slider .swiper-slide img {
    height: 465px;
}
.single-post .post-content .post-slider:before {
    content: "";
    background: radial-gradient(24.11% 67.08% at 102.72% 110.55%, rgba(242, 192, 93, 0.34) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(24.62% 32.73% at -10.81% 9.44%, rgba(242, 192, 93, 0.33) 0%, rgba(242, 192, 93, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #214E49;
    width: 100%;
    height: calc(100% - 101px);
    position: absolute;
    bottom: 0;
    left: calc(-100vw - ((-100vw - 794px) / 2));
    width: 100vw;
}
.single-post .post-content .post-slider .swiper-container {
    overflow: hidden;
    padding-bottom: 100px;
}
.single-post .post-slider .swiper-wrapper-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.single-post .post-slider .swiper-buttons {
    margin-left: 0;
}
.single-post .post-slider .swiper-buttons button {
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
}
.single-post .post-slider .swiper-buttons .swiper-button-prev {
    background-image: url(../images/main/prev2.png);
}
.single-post .post-slider .swiper-buttons .swiper-button-next {
    background-image: url(../images/main/next2.png);
}
.single-post .post-slider .swiper-buttons button:hover {    
    background-color: #E8B236;
}
.single-post .post-slider .swiper-pagination {
    margin-left: auto;
    justify-content: flex-end;
}
.single-post .post-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3D5C53 !important;
}
.single-post .post-slider .dot1 {
    bottom: 506px;
    left: -190px;
}
.single-post .post-slider .dot2 {
    bottom: 453px;
    right: -206px;
}
.single-post .post-slider .dot3 {
    bottom: 218px;
    left: -244px;
    opacity: 0.4;
}
.single-post .post-slider .dot4 {
    bottom: 22px;
    left: 165px;
    opacity: 0.85;
}

.single-post .post-content .images-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 227px auto;
    grid-auto-rows: 227px;
    grid-gap: 20px;
    width: 100%;
    height: auto;
}     
.single-post .post-content .images-grid img {
    height: 100%;
    object-fit: cover;
}   
.single-post .post-content .images-grid a:nth-child(3) {
    grid-column: span 2;
}    
.single-post .post-content .images-grid a:nth-child(3) img {
    height: auto;
}   
@media (max-width: 1229px) {
    .single-post .first-block {
        padding-bottom: 110px;
        background: radial-gradient(60.28% 143.69% at 107.03% -39.64%, rgba(242, 192, 93, 0.33) 0%, rgba(242, 192, 93, 0) 100%),
                    #214E49         
    }
    .single-post .first-block .bg-images {
        display: none;
    }
    .single-post .first-block .post-header {
        display: block;
    }
    .single-post .first-block .post-title {
        font-size: 40px;
        margin-bottom: 15px;
        max-width:  none;
    }
    .single-post .first-block .post-desc {
        margin-top: 0px;
        margin-bottom: 0px;
        max-width:  none;
    }
    .single-post .first-block .round-button {
        position: absolute;
        right: 88px;
        bottom: -207px;
    }

    .single-post .post-content {
        margin-top: 80px;
        margin-bottom: 120px;
    }
    .single-post .post-content .post-slider:before {
        left: calc(-100vw - ((-100vw - 764px) / 2));
    }

}
@media (max-width: 991px) {
    .single-post .post-image {
        height: 45.573vw;
    }
    .single-post .post-content .container {
        width: 100%;
        max-width: none;
    }
    .single-post .post-content .images-grid {
        grid-template-rows: 26.302vw auto;
        grid-auto-rows: 26.302vw;
    }
    .single-post .post-content .post-slider:before {
        left: -30px;
    }
    .single-post .post-content .post-slider .swiper-slide img {
        height: 54.036vw;
    }
    .single-post .post-slider .light-dots {
        display: none;
    }
}
@media (max-width: 767px) {
    .single-post .first-block {
        padding-bottom: 95px;
    }
    .single-post .first-block .round-button {
        bottom: -175px;
        right: 15px;
    }

    .single-post .post-image {
        height: 55vw;
    }

    .single-post .post-content {
        margin-top: 50px;
        margin-bottom: 70px;
    }
    .single-post .post-content .content-item {
        margin-bottom: 50px;
    }
    .single-post .post-content .h3 {
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .single-post .post-content .main-text {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .single-post .post-content .middle-text {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .single-post .post-content .images {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .single-post .post-content .post-slider {}
    .single-post .post-content .post-slider:before {
        left: -15px;
        height: calc(100% - 85px);
    }
    .single-post .post-content .post-slider .swiper-slide img {}
    .single-post .post-slider .swiper-wrapper-control {
        margin-top: 30px;
    }
    .single-post .post-slider .swiper-buttons {
        display: none;
    }
    .single-post .post-slider .swiper-pagination {
        justify-content: center;
    }
    .single-post .post-content .post-slider .swiper-container {
        padding-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .single-post .first-block {
        padding-top: 89px;   
    }
    .single-post .post-image {
        height: 72.222vw;
    }
    .single-post .post-content .images-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-auto-rows: auto;
    }
    .single-post .post-content .images-grid a:nth-child(3) {
        grid-column: span 1;
    }
    .single-post .post-content .images-grid img {
        height: auto;
    }
}



/*Страница раздела*/
.single-section .section-childs {
    padding-top: 170px;
    padding-bottom: 170px;
    background: #F3F3F3;
    /*margin-top: -170px;*/
}


/*Страница раздела*/
.page-404 {
    min-height: 100vh;
    padding-top: 10.5vh; 
    padding-bottom: 10.5vh; 
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-404 .flex-404 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-404 .text-404 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    color: #414141;
    max-width: 245px;
}
.page-404 .button-404 {
    max-width: 185px;
    padding: 20px 30px;
    display: block;
    border: 1px solid #8DC8C1;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #414141;
    transition: 0.3s;
    text-align: center;
    margin-top: 30px;
}
.page-404 .button-404:hover {
    color: #ffffff;
    background-color: #E8B236;
    border: 1px solid #E8B236;
}
.page-404 .image-404 img {
    display: block;
}
@media (max-width: 767px) {
    .page-404 .flex-404 {
        flex-direction: column-reverse;
    }
    .page-404 .text-404 {
        max-width: none;
        text-align: center;
        font-size: 24px;        
    }
    .page-404 .button-404 {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 19px;
        padding-bottom: 19px;    
    }
    .page-404 .image-404 {
        position: relative;
        right: -10px;
    }
}
.multi-links{
    font-size: 16px;
}
.subitem-list{
    font-size: 14px;
}