:root {
    --font-family: "Gilroy", sans-serif;
    --second-family: "Roboto", sans-serif;
    --third-family: "Inter", sans-serif;
    --content-width: 1460px;
    --container-offset: 20px;
    --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
    --belyy: #fff;
    --seryy: #f5f7fb;
    --zelenyy: #77b94c;
    --siniy: #179bd7;
    --t-siniy: #064a69;
    --chernyy: #2b2b2b;
    --goluboy: #f0faff;
    --colort-siniy: #064a69;
}
.page_opt, .page_opt * {
    font-family: var(--font-family);
}
.page_opt {
    display: flex;
    flex-direction: column;
    position: relative;
}
main.wrap.page__body {
    overflow: unset;
}
.mt80 {
    margin-top: 80px;
}
.mt50 {
    margin-top: 50px;
}
.mt40 {
    margin-top: 40px;
}
@media (max-width: 1440px) {
    .mt80 {
        margin-top: 60px;
    }
}
@media (max-width: 768px) {
    .mt80 {
        margin-top: 50px;
    }
    .mt40 {
        margin-top: 30px;
    }
}


.title--section {
    font-family: var(--font-family);
    font-size: 36px;
    line-height: 41px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--chernyy);
    margin: 0;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .title--section {
        font-size: calc(23px + 6 * (100vw - 320px) / 1440);
        line-height: calc(23px + 6 * (100vw - 320px) / 1440 + 5px);
    }
}
@media (min-width: 767px) {
    .title--section {
        font-size: calc(16px + 16 * 100vw / 1440);
        line-height: calc(28px + 6 * (100vw - 320px) / 1440 + 5px);
    }
}
@media (max-width: 992px) {
    .title--section {
        margin-bottom: 30px;
    }
}

.btn--accent {
    cursor: pointer;
    border-radius: 8px;
    padding: 16px 40px;
    background: var(--t-siniy);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--belyy);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
@media (any-hover: hover) {
    .btn--accent:hover:hover {
        background: transparent;
        color: var(--t-siniy);
        border-color: var(--t-siniy);
    }
}
  
.btn--border {
    border-radius: 8px;
    padding: 16px 40px;
    background: transparent;
    color: var(--t-siniy);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid var(--t-siniy);
}

@media (any-hover: hover) {
    .btn--border:hover:hover {
        background: var(--t-siniy);
        color: var(--belyy);
        border-color: transparent;
    }
}

/* --- BLOCK 1 - START ---- */
.s1-hero {
    position: relative;
    min-height: 500px;
}
.s1-hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% + 120px);
    height: 100%;
    background: linear-gradient(94.53deg, #064A69 1.25%, #2A779A 99.65%);
    border-radius: 0 40px 40px 0;
    z-index: 2;
}
.s1-hero__box {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    padding: 40px 0;    
    gap: 40px;
}
.s1-hero__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    text-transform: uppercase;
    color: var(--belyy);
}
.s1-hero__subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    margin-top: -30px;
    color: var(--belyy);
}
.s1-hero__actions {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.s1-hero__button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 14px;
}
.s1-hero__button:first-child {
    color: var(--belyy);
}
.s1-hero__button:last-child {
    background: var(--belyy);
    color: var(--chernyy);
}
.s1-hero__button:last-child:hover {
    background: var(--t-siniy);
    color: var(--belyy);
}
.s1-hero__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}
.s1-hero__item {
    display: grid;
    grid-template-columns: 32px auto;
    align-items: center;
    gap: 7px;
    border: 1px solid #F5F7FB;
    border-radius: 8px;
    padding: 8px 28px;
}
.s1-hero__icon {
    width: 32px;
    height: 32px;
}
.s1-hero__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--belyy);
}
.s1-hero__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    max-width: 45.7%;
}
.s1-hero__img-mobile {
    display: none;
}
.s1-hero__fly {
    display: flex;
    flex-direction: column;
    gap: 2px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    background: #FFFFFFCC;
    border-radius: 8px;
    padding: 8px 24px;
}
.s1-hero__fly-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: var(--chernyy);
}
.s1-hero__fly-subtitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    color: var(--chernyy);
}

@media (max-width: 1700px) {
    .s1-hero__title {
        font-size: 43px;
        line-height: 51px;
    }
    
}

@media (max-width: 1560px) {
    .s1-hero:before {
        width: calc(50% + 100px);
    }
}

@media (max-width: 1440px) {
    .s1-hero__box {
        max-width: 670px;
    }
    .s1-hero__item {
        padding: 8px 23px;
    }
    .s1-hero__box {
        gap: 30px;
    }
    .s1-hero__title {
        font-size: 40px;
        line-height: 48px;
    }
    .s1-hero__subtitle {
        margin-top: -20px;
        font-size: 18px;
    }
    .s1-hero__list {
        margin-top: 15px;
    }
}

@media (max-width: 1360px) {
    .s1-hero__box {
        max-width: 655px;
    }
    .s1-hero__item {
        padding: 8px 19px;
    }
    .s1-hero__title {
        font-size: 35px;
        line-height: 44px;
    }
}

@media (max-width: 1280px) {
    .s1-hero__box {
        max-width: 56%;
    }
    .s1-hero__title {
        font-size: 29px;
        line-height: 36px;
    }
    .s1-hero__subtitle {
        font-size: 16px;
    }

}

@media (max-width: 1000px) {
    .s1-hero__actions {
        grid-template-columns: 1fr;
    }
    .s1-hero__box {
        max-width: 59.5%;
        gap: 20px;
    }
    .s1-hero__subtitle {
        margin-top: -10px;
    }
    .s1-hero__list {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .s1-hero {
        min-height: unset;
    }
    .s1-hero__title {
        font-size: 26px;
        line-height: 33px;
    }
    .s1-hero__subtitle {
        line-height: 19px;
    }
    .s1-hero:before {
        width: 100%;
        border-radius: 0;
    }
    .s1-hero__box {
        max-width: 100%;
        padding: 40px 0 20px 0;
    }
    .s1-hero__img {
        position: relative;
        right: unset;
        top: unset;
        max-width: 100%;
        background-position-x: 100% !important;
        min-height: 265px;
        margin-top: -6%;
        z-index: 1;
    }
    .s1-hero__fly{
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
    }
    .s1-hero__item {
        width: 100%;
    }
    .s1-hero__info {
        border-radius: 0px 0px 20px 20px;
        background: linear-gradient(94.53deg, #064A69 1.25%, #2A779A 99.65%);
        position: relative;
        z-index: 2;
    }
    .s1-hero:before {
        display: none;
    }
    .s1-hero__list {
        display: none;
    }
}

@media (max-width: 375px) {
    .s1-hero__img {
        background-position-x: 68% !important;
    }
}
/* --- BLOCK 1 - END ---- */

/* --- BLOCK 2 - START ---- */
.page_opt .s2-breadcrumb {
    margin: 20px 0;
}
.page_opt .s2-breadcrumb a, .page_opt .s2-breadcrumb p {
    color: var(--chernyy);
    text-decoration: none;
}
.page_opt .s2-breadcrumb p {
    opacity: 0.5;
}
/* --- BLOCK 2 - END ---- */


/* --- BLOCK 3 - START ---- */
.s3-production__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.s3-production__item {
    overflow: hidden;
    position: relative;
    background: #F5F7FB;
    box-shadow: 0px 4px 13px 0px #1E375B24;
    border-radius: 8px;
}
.s3-production__img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.s3-production__text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.s3-production__item--title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: var(--chernyy);
}
.s3-production__item:hover .s3-production__item--title {
    transform: translateY(-36px);
}
.s3-production__item--btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--belyy);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    max-width: 300px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 8px;
    border-radius: 8px;
    z-index: -1;
    transform: translateY(10px);
    cursor: pointer;
}
.s3-production__item:hover .s3-production__item--btn {
    opacity: 1;
    visibility: visible;
    position: absolute;
    z-index: 0;
    transform: translateY(0);
}
.s3-production .title--section {
    margin-bottom: 0;
}

@media (max-width: 1560px) {
    .s3-production__item--title {
        font-size: 22px;
    }
    .s3-production__item:hover .s3-production__item--btn {
        transform: translateY(-5px);
    }
}

@media (max-width: 1360px) {
    .s3-production__item--title {
        font-size: 20px;
    }
    .s3-production__item--btn {
        max-width: 250px;
    }
}

@media (max-width: 1280px) {
    .s3-production__item--title {
        font-size: 18px;
    }
    .s3-production__item--btn {
        max-width: 220px;
    }
}

@media (max-width: 1000px) {
    .s3-production__item--title {
        font-size: 16px;
    }
    .s3-production__text {
        padding: 15px;
    }
    .s3-production__item--btn {
        max-width: 190px;
    }
    .s3-production__item:hover .s3-production__item--btn {
        transform: translateY(-10px);
    }
    .s3-production__item .s3-production__item--btn {
        max-width: calc(100% - 30px);
    }
}

@media (max-width: 768px) {
    .s3-production__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .s3-production__item--title {
        font-size: 18px;
    }
    .s3-production__text {
        padding: 10px;
    }
    .s3-production__item .s3-production__item--btn {
        position: relative;
        transform: unset;
        opacity: 1;
        visibility: visible;
        z-index: 1;
        max-width: 100%;
        padding: 10px;
    }
    .s3-production__item:hover .s3-production__item--btn, .s3-production__item:hover .s3-production__item--title {
        position: unset;
        transform: unset;
    }
}
/* --- BLOCK 3 - END ---- */

/* --- BLOCK 4 - START ---- */
.works {
    margin-bottom: 0;
}
.works__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.works h2 {
    margin-bottom: 0px;
}
.works__carts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.works__carts .cart {
    -webkit-box-shadow: 0 4px 13px 0 rgba(30, 55, 91, 0.14);
    box-shadow: 0 4px 13px 0 rgba(30, 55, 91, 0.14);
    background: var(--seryy);
    border-radius: 8px;
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
}
.works__carts .cart .card-head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.works__carts .cart .card-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--chernyy);
}
.works__carts .cart .desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--chernyy);
}

@media (max-width: 1560px) {
    .works__header {
        margin-bottom: 40px;
    }
}

@media (max-width: 1360px) {
    .works__carts .cart .card-head {
        grid-template-columns: 60px 1fr;
    }
    .works__carts .cart .card-head .icon svg {
        width: 100%;
        height: 100%;
    }
    .works__carts .cart .card-title {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .works__carts {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .works__carts {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .works__header {
        margin-bottom: 30px;
        gap: 30px;
    }
    .s4-works .works__btn {
        margin-top: -20px;
        padding: 14px;
        width: 100%;
    }
}
@media (max-width: 374px) {
    .s4-works .works__btn {
        padding: 12px 8px;
    }
}
/* --- BLOCK 4 - END ---- */

/* --- BLOCK 5 - START ---- */
.s5-manufacturer {
    position: relative;
}
.s5-manufacturer .wrap_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.s5-manufacturer__bg {
    display: block;
    width: 100%;
    object-fit: cover;
}
.s5-manufacturer__item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-sizing: border-box;
    background: var(--belyy);
    border-radius: 8px;
    padding: 10px 14px;
    width: 100%;
    max-width: 400px;
}
.s5-manufacturer__item--box {
    display: grid;
    grid-template-columns: 24px auto;
    gap: 14px;
    border-bottom: 0px solid rgb(6 74 105 / 40%);
    align-items: center;
}
.s5-manufacturer__item--title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--chernyy);
}
.s5-manufacturer__item--active {
    display: none;
}
.s5-manufacturer__item--info {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.s5-manufacturer__item:nth-child(1) {
    position: absolute;
    left: 16%;    
    bottom: 48%;
}
.s5-manufacturer__item:nth-child(2) {
    position: absolute;
    left: 21%;
    bottom: 23%;
}
.s5-manufacturer__item:nth-child(3) {
    position: absolute;
    left: 40%;
    bottom: 55%;
}
.s5-manufacturer__item:nth-child(4) {
    position: absolute;
    left: 55%;
    bottom: 80%;
}
.s5-manufacturer__item:nth-child(5) {
    position: absolute;
    left: 66%;
    bottom: 38%;
}
.s5-manufacturer__item--svg {
    position: absolute;
    bottom: -37px;
    left: -11px;
}

.s5-manufacturer__item.active .pulsating-circle {
    animation: pulse-scale 2s infinite ease-in-out;
    transform-origin: center;
}
.s5-manufacturer__item.active .pulsating-circle:nth-child(1) {
    animation-name: pulse-scale-1;
}
.s5-manufacturer__item.active .pulsating-circle:nth-child(2) {
    animation-name: pulse-scale-2;
}
.s5-manufacturer__item.active .pulsating-circle:nth-child(3) {
    animation-name: pulse-scale-3;
}
@keyframes pulse-scale-1 {
    0% {
        transform: scale(1);
        fill-opacity: 0.4;
    }
    50% {
        transform: scale(1.9);
        fill-opacity: 0.6;
    }
    100% {
        transform: scale(1);
        fill-opacity: 0.4;
    }
}
@keyframes pulse-scale-2 {
    0% {
        transform: scale(1);
        fill-opacity: 0.5;
    }
    50% {
        transform: scale(1.9);
        fill-opacity: 0.7;
    }
    100% {
        transform: scale(1);
        fill-opacity: 0.5;
    }
}
@keyframes pulse-scale-3 {
    0% {
        transform: scale(1);
        fill-opacity: 1;
    }
    50% {
        transform: scale(1.9);
        fill-opacity: 1;
        fill: var(--t-siniy);
    }
    100% {
        transform: scale(1);
        fill-opacity: 1;        
    }
}
.s5-manufacturer__item.check, .s5-manufacturer__item:hover {
    background: linear-gradient(94.53deg, #064A69 1.25%, #2A779A 99.65%);
    z-index: 1;
}
.s5-manufacturer__item.check .s5-manufacturer__item--info, .s5-manufacturer__item:hover .s5-manufacturer__item--info {
    overflow: visible;
    opacity: 1;
    position: relative;
}
.s5-manufacturer__item.check .s5-manufacturer__item--box, .s5-manufacturer__item:hover .s5-manufacturer__item--box {
    padding-bottom: 10px;
    border-width: 1px;
}
.s5-manufacturer__item:not(.check) .s5-manufacturer__item--box {
    border-color: transparent;
    transition: unset !important;
}
.s5-manufacturer__item.check .s5-manufacturer__item--active, .s5-manufacturer__item:hover .s5-manufacturer__item--active {
    display: block;
}
.s5-manufacturer__item.check .s5-manufacturer__item--icon:not(.s5-manufacturer__item--active), .s5-manufacturer__item:hover .s5-manufacturer__item--icon:not(.s5-manufacturer__item--active) {
    display: none;
}
.s5-manufacturer__item.check .s5-manufacturer__item--title, .s5-manufacturer__item:hover .s5-manufacturer__item--title {
    color: var(--belyy);
}
.s5-manufacturer__item--text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--belyy);
}

@media (max-width: 1700px) {
    .s5-manufacturer__item:nth-child(3) {
        left: 46%;
    }
}

@media (max-width: 1560px) {    
    .s5-manufacturer__item {
        max-width: 337px;
    }
    .s5-manufacturer__item--title {
        font-size: 18px;
        line-height: 22px;
    }
    .s5-manufacturer__item:hover {
        padding: 16px 20px;
    }
    .s5-manufacturer__item.check {
        max-width: 400px;
    }
}

@media (max-width: 1280px) {
    .s5-manufacturer__item--title {
        font-size: 16px;
        line-height: 19px;
    }
    .s5-manufacturer__item {
        max-width: 304px;
    }
    .s5-manufacturer__item:nth-child(1) {
        left: 8%;
    }
    .s5-manufacturer__item:nth-child(5) {
        bottom: 40%;
    }
    .s5-manufacturer__item.check {
        max-width: 304px;
    }
}

@media (max-width: 1000px) {
    .s5-manufacturer__item:nth-child(1) {
        left: 4%;
        bottom: 46%;
    }
    .s5-manufacturer__item:nth-child(2) .s5-manufacturer__item--svg {
        bottom: -35px;
        left: 45%;
    }
    .s5-manufacturer__item:nth-child(2) {
        left: 25%;
        bottom: 11%;
    }
    .s5-manufacturer__item:nth-child(2) .s5-manufacturer__item--svg {
        bottom: 8px;
        left: -33px;
    }
    .s5-manufacturer__item:nth-child(3) {
        left: 49%;
        bottom: 59%;
    }
    .s5-manufacturer__item:nth-child(4) {
        position: absolute;
        left: 20%;
        bottom: 78%;
    }
    .s5-manufacturer__item:nth-child(5) {
        bottom: 39%;
        left: 55%;
    }
    .s5-manufacturer__item:nth-child(5) .s5-manufacturer__item--svg {
        bottom: -37px;
        left: 50%;
    }

}

@media (max-width: 768px) {
    .s5-manufacturer__item, .s5-manufacturer__item.check{
        max-width: 330px;
    }
    .s5-manufacturer__item {
        padding: 0;
        background: transparent;
    }
    .s5-manufacturer__item:hover {
        padding: 0;
    }
    .s5-manufacturer__item.check {
        background: linear-gradient(94.53deg,#064A69 1.25%,#2A779A 99.65%);
        pointer-events: unset;
    }
    .s5-manufacturer__item--box {
        display: none;
        padding: 10px;
    }
    .s5-manufacturer__item.check .s5-manufacturer__item--box {
        display: flex;
    }
    .s5-manufacturer__item--info {
        padding: 0 10px 10px 10px;
    }    
    .s5-manufacturer__item:nth-child(1) {
        left: 12%;
        bottom: 48%;
    }
    .s5-manufacturer__item:nth-child(1) .s5-manufacturer__item--svg {
        left: 0;
    }
    .s5-manufacturer__item:nth-child(2) {
        left: 3%;
        bottom: 36%;
    }
    .s5-manufacturer__item:nth-child(2) .s5-manufacturer__item--svg {
        bottom: -40px;
        left: 2px;
    }
    .s5-manufacturer__item:nth-child(3) {
        left: 13%;
        bottom: 51%;
    }
    .s5-manufacturer__item:nth-child(3) .s5-manufacturer__item--svg {
        bottom: -26%;
        left: 36%;
    }
    .s5-manufacturer__item:nth-child(3).check .s5-manufacturer__item--svg {
        opacity: 0;
    }
    .s5-manufacturer__item:nth-child(4) {
        left: 17%;
    }
    .s5-manufacturer__item:nth-child(4) .s5-manufacturer__item--svg {
        left: 50%;
    }
    .s5-manufacturer__item:nth-child(5) {
        bottom: 45%;
        left: 11%;
    }
    .s5-manufacturer__item:nth-child(5) .s5-manufacturer__item--svg {
        left: 89%;
    }
    .s5-manufacturer__item--title {
        min-height: 38px;
        display: flex;
        align-items: center;
    }    
}
@media (max-width: 410px) {    
    .s5-manufacturer__item:nth-child(1) {
        left: 4%;
    }
    .s5-manufacturer__item:nth-child(1) .s5-manufacturer__item--svg {
        left: 10%;
    }
    .s5-manufacturer__item:nth-child(3) {
        left: 5%;
    }
    .s5-manufacturer__item:nth-child(4) {
        left: 6%;
    }
    .s5-manufacturer__item:nth-child(4) .s5-manufacturer__item--svg {
        left: 56%;
    }
    .s5-manufacturer__item:nth-child(5) {
        left: 5%;
    }
}
@media (max-width: 374px) {
    .s5-manufacturer__item, .s5-manufacturer__item.check{
        max-width: 320px;
    }
}
/* --- BLOCK 5 - END ---- */

/* --- BLOCK 6 - START ---- */
.s6-goods__tabs--list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.s6-goods__tabs--item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F5F7FB;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: var(--chernyy);
    padding: 20px 40px;
    flex: 1 1 auto;
}
.s6-goods__tabs--item:hover, .s6-goods__tabs--item.active {
    border-radius: 8px;
    background: var(--t-siniy);
    color: var(--belyy);
}
.s6-goods__list {
    border-radius: 8px;
    box-shadow: 0px 4px 13px 0px #1E375B24;
    padding: 20px;
    margin-top: 20px;
    display: none;
}
.s6-goods__list.active {
    display: flex;
}
.s6-goods__list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.s6-goods__card {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--seryy);
    border-radius: 8px;
    gap: 10px;
    padding-bottom: 10px;
}
.s6-goods__card--img {
    position: relative;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
}
.s6-goods__card--preview {
    width: 100%;
    display: block;
    object-fit: cover;
}
.s6-goods__card--icon {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 8px;
    padding: 4px 14px;
    text-align: center;
    color: var(--belyy);
    font-weight: 400;
    font-size: 16px;
    background: #77B94C;
}
.s6-goods__card--info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
    margin-top: 10px;
}
.s6-goods__card--title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--chernyy);
}
.s6-goods__card--subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--chernyy);
}
.s6-goods__card--feature {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
    margin-top: auto;
}
.s6-goods__card--char {
    position: relative;
    list-style-type: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding-left: 12px;
}
.s6-goods__card--char:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 40%;
    transform: translateX(-50%);
    background: #179BD7;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.s6-goods__card--ul {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 10px;
}
.s6-goods__card--li {
    list-style-type: none;
    background: #F5F7FB33;
    color: var(--belyy);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 4px 14px;
}
.s6-goods__card--last {
    box-sizing: border-box;
    background: linear-gradient(94.53deg, #064A69 1.25%, #2A779A 99.65%);
    padding: 20px;
}
.s6-goods__card--last .s6-goods__card--title {
    position: relative;
    z-index: 1;
    color: var(--belyy);
    text-transform: uppercase;
}
.s6-goods__card--btn {
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin: 0 auto;
    margin-top: auto;
    width: 100%;
    border-radius: 8px;
    background: var(--belyy);
    color: var(--chernyy);
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    max-width: 290px;
    padding: 10px;
}
.s6-goods__card--btn:hover {
    background: var(--siniy);
    color: var(--belyy);
}
.s6-goods__card--before {
    width: 100%;
    display: block;
    height: 52%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

@media (max-width: 1440px) {
    .s6-goods__card--title {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 1280px) {
    .s6-goods__tabs--item {
        font-size: 18px;
        line-height: 21px;
        padding: 14px;
    }
    .s6-goods__list .swiper-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1000px) {
    .s6-goods__list .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .s6-goods__tabs {
        overflow-x: auto;
        width: calc(100% + 60px);
        position: relative;
        left: -30px;
        padding-left: 30px;
        padding-right: 11px;
    }
    .s6-goods__tabs--list {
        width: max-content;
        gap: 10px;
    }
    .s6-goods {
        overflow: hidden;
    }
    .s6-goods__tabs--item {
        flex: unset;
    }
}

@media (max-width: 768px) {
    .s6-goods__list .swiper-wrapper {
        display: flex;
        flex-direction: row;
        gap: 0;
    }
    .s6-goods__card--last {
        height: auto;
    }
    .s6-goods__card--last .s6-goods__card--info {
        padding: 0;
    }
    .s6-goods__card--preview {
        min-height: 200px;
    }
    .s6-goods__card {
        padding: 10px;
        height: auto;
    }
    .s6-goods__list {
        padding: 0;
        overflow: hidden;
    }
}
/* --- BLOCK 6 - END ---- */

/* --- BLOCK 7 - START ---- */
.offer .form-offer .policy label a,
.form-fos .policy label a,
.faq__form .faq-form .policy label a {
	color: #fff;
	text-decoration: underline;
}
.offer {
    position: relative;
    background: url("/wp-content/themes/Polygal/images/s7-docs-bg.png") center/cover no-repeat;
    padding-block: 44px;
}
.s7-offer {
    margin-bottom: 0;
}
.s7-offer::after {
    content: "";
    position: absolute;
    right: 6%;
    bottom: 0;
    background: url(/wp-content/themes/Polygal/images/s7-docs-after.png) center / cover no-repeat;
    width: 100%;
    max-width: 724px;
    height: 564px;
}
.offer .offer-form {
    max-width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.offer__title {
    color: var(--belyy);
    margin-bottom: 40px;
}
.offer .form-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.offer .form-offer .form-offer-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
@media (max-width: 767px) {
    .offer .form-offer .form-offer-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.offer .form-offer .form-offer-block .select-block {
    position: relative;
}
.offer .form-offer .form-offer-block .select-block:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 9px;
    background: url("/wp-content/themes/Polygal/assets/img/arrow-down.svg") no-repeat;
}
.offer .form-offer .form-offer-block select option {
    color: #000;
}
.offer .form-offer .policy  {
    margin: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.offer .form-offer .policy input {
    width: 100%;
    height: 100%;
    accent-color: var(--siniy);
}
.offer .form-offer .policy label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--belyy);
}
.offer .form-offer .offer-form-btn {
    background: var(--belyy);
    width: 100%;
    color: #000;
    border: unset;
}
.offer .form-offer .offer-form-btn:hover {
    background: var(--siniy);
    color: #fff;    
}
.offer .form-offer .input {
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    padding: 16px 24px !important;
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    border: none !important;
    outline: none !important;
    resize: none !important;
    width: 100% !important;
}
.offer .form-offer textarea.input {
    height: 80px;
}
form .policy .wpcf7-list-item > label input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    border-radius: 2px;
}
form .policy .wpcf7-list-item > label input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    pointer-events: none;
    transition: 0.3s;
}
form .policy input {
    display: block;
}
.offer:not(.s11-offer) .input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.offer:not(.s11-offer) .input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.offer:not(.s11-offer) .input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.offer:not(.s11-offer) .input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.offer:not(.s11-offer) .input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.policy  .wpcf7-list-item > label {
    position: relative;
    gap: 10px;
    display: grid;
    grid-template-columns: 14px 1fr;
    align-items: baseline;
}
.wpcf7-list-item {
    margin-left: 0px;
}
.s7-offer .custom-select {
    grid-column: 1 span;
}
.s7-offer .custom-select__trigger {
    height: 50px;
    display: flex;
    align-items: center;
    border: unset;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 16px 24px;
}
.s7-offer .custom-select__trigger::after {
    border-color: rgba(255, 255, 255, 0.6);
    right: 10px;
}


@media (max-width: 1700px) {
    .offer .offer-form {
        max-width: 690px;
    }
    .s7-offer::after {
        right: 0;
    }
}
@media (max-width: 1560px) {
    .offer .offer-form {
        max-width: 657px;
    }
    .offer {
        padding-block: 30px;
        background-position: right;
    }
    .s7-offer::after {
        max-width: 665px;
        height: 520px;
    }
}
@media (max-width: 1440px) {
    .offer .offer-form {
        max-width: 635px;
    }
    .s7-offer::after {
        max-width: 652px;
        height: 510px;
    }
}
@media (max-width: 1360px) {
    .offer .offer-form {
        max-width: 611px;
    }
    .s7-offer::after {
        background-position-x: 50px;
    }
}
@media (max-width: 1280px) {
    .s7-offer::after {
        max-width: 53%;
    }
    .offer .offer-form {
        max-width: 465px;       
    }
    
}
@media (max-width: 1000px) {
    .offer__title {
        margin-bottom: 30px;
    }
    .offer__title {
        text-align: center;
    }
    .s7-offer::after {
        display: none;
    }
    .offer .offer-form {
        max-width: 72%;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .offer .form-offer .input {
        padding: 15px 20px !important;
    }
    .offer .offer-form {
        background-position: top;
        max-width: 100%;
    }
    .s7-offer::after {
        display: block;
        max-width: 100%;
        height: 50%;
        z-index: 0;
    }
    .s7-offer .offer-form {
        position: relative;
        z-index: 1;
    }
    .offer {
        padding-bottom: 63%;
    }
    .s7-offer {
        background: url(/wp-content/themes/Polygal/images/s7-docs-bg-mobile.png) center / cover no-repeat;
    }
    .s7-offer .offer__title {
        text-align: left;
    }
}

@media (max-width: 460px) {
    .s7-offer::after {
        height: 35%;
    }
}
/* --- BLOCK 7 - END ---- */

/* --- BLOCK 8 - START ---- */
.s8-docs {    
    background: var(--seryy);
    padding: 60px 0;
}
.s8-docs__list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.s8-docs__item {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: var(--belyy);
    box-shadow: 0px 4px 13px 0px #1E375B24;
    border-radius: 8px;
    padding: 14px;
}
.s8-docs__item--box {
    display: grid;
    grid-template-columns: 80px auto;
    align-items: center;
    gap: 14px;
}
.s8-docs__item-icon {
    width: 100%;
    display: block;
    border-radius: 8px;
}
.s8-docs__item--title {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0%;
    color: var(--chernyy);
}
.s8-docs__item--subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--chernyy);
}
.s8-docs__file {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background: linear-gradient(94.53deg, #2A779A 1.25%, #064A69 99.65%);
    margin-top: 20px;
    padding: 20px 40px;
}
.s8-docs__file--title {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: var(--belyy);
}
.s8-docs__file--subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--belyy);
    margin-top: 10px;
}
.s8-docs__file--box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 635px;
    gap: 10px;
    margin-top: 20px;
}
.s8-docs__file--item {
    background: #FFFFFF99;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--chernyy);
    padding: 8px 28px;
}
.s8-docs__file--btn {
    text-align: center;
    width: 100%;
    cursor: pointer;
    background: var(--seryy);
    color: var(--chernyy);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border-radius: 8px;
    padding: 14px;
    max-width: 265px;
    margin-top: 40px;    
}
.s8-docs__file--btn:hover {
    background: var(--siniy);
    color: #fff;
}
.s8-docs__file--img {
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    max-width: 655px;
}

@media (max-width: 1440px) {
    .s8-docs__file--img {
        max-width: 612px;
    }
}

@media (max-width: 1360px) {
    .s8-docs__file--item {
        padding: 8px 22px;
    }
    .s8-docs__file--img {
        max-width: 49%;
    }
}

@media (max-width: 1280px) {
    .s8-docs__file--box {
        max-width: 486px;
    }
    .s8-docs__file--img {
        max-width: 54%;
        object-position: left;
    }
    .s8-docs__file--btn {
        margin-top: 30px;
    }
    .s8-docs__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .s8-docs__item--box {
        grid-template-columns: 60px auto;
    }    
}

@media (max-width: 1000px) {
    .s8-docs__list, .s8-docs__item--box, .s8-docs__item {
        gap: 12px;
    }
    .s8-docs__item--title {
        font-size: 18px;
        line-height: 19px;
    }
    .s8-docs__file--box {
        max-width: 100%;
    }
    .s8-docs__file--btn {
        margin: 0 auto;
        margin-top: 30px;
    }
    .s8-docs__file--img {
        margin: 0 auto;
        max-width: 100%;
        object-position: unset;
        position: relative;
        right: unset;
        bottom: -27px;
    }
    .s8-docs__file--box {
        justify-content: center;
    }
    .s8-docs__file--title, .s8-docs__file--subtitle {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .s8-docs__file {
        padding: 20px 15px;
    }
    .s8-docs__file--item {
        padding: 8px 17px;
        width: 100%;
    }
    .s8-docs__list {
        grid-template-columns: 1fr;
    }
    .s8-docs__file--box {
        flex-direction: column;
        gap: 5px;
    }
    .s8-docs__file--title, .s8-docs__file--subtitle {
        text-align: left;
    }
    .s8-docs__file--btn {
        margin-top: 20px;
    }
    .s8-docs__file--img {
        transform: scale(1.4);
    }
    .s8-docs {
        padding: 30px 0;
    }
}

@media (max-width: 374px) {
    .s8-docs__file--item {
        padding: 8px 11px;
    }
}
/* --- BLOCK 8 - END ---- */

/* --- BLOCK 9 - START ---- */
.s9-maps__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--chernyy);
}
.s9-maps__box {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 2;
    max-width: 700px;
}
.s9-maps__list {
    display: grid;
    grid-template-columns: 55% auto;
    gap: 10px;
    margin-top: 24px;
}
.s9-maps__item {
    background: var(--seryy);
    border-radius: 8px;    
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
}
.s9-maps__list--title {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
}
.s9-maps__list--title span {
    font-weight: 700;
    font-size: 80px;
    line-height: 74px;
    color: #77B94C;
}
.s9-maps__list--subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.s9-maps__btn {
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: var(--belyy);
    font-weight: 400;
    font-size: 16px;
    max-width: 345px;
    margin-top: 40px;
    padding: 14px;
}
.s9-maps__btn--mobile {
    display: none;
}
.s9-maps__dist {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.s9-maps {
    position: relative;
}
.s9-maps:before {
    content: "";
    position: absolute;
    right: 0;
    top: -42%;
    background: url(/wp-content/themes/Polygal/images/s9-maps-img1-v2.png);
    background-repeat: no-repeat;
    width: 100%;
    max-width: 943px;
    height: 661px;
    background-size: cover;
}
.s9-maps__dist--play {
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    bottom: -9%;
    left: 74.5%;
    animation: 
    rotate 18s linear infinite,
    pulse 2s ease-in-out infinite;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes pulse {
    0% {
        box-shadow: 
            0 0 0 0 rgba(119, 185, 76, 0.7),
            0 0 0 0 rgba(119, 185, 76, 0.5);
        filter: brightness(1);
    }
    50% {
        box-shadow: 
            0 0 0 15px rgba(119, 185, 76, 0),
            0 0 0 30px rgba(119, 185, 76, 0);
        filter: brightness(1.2);
    }
    100% {
        box-shadow: 
            0 0 0 15px rgba(119, 185, 76, 0),
            0 0 0 30px rgba(119, 185, 76, 0);
        filter: brightness(1);
    }
}
.s9-maps__dist--map {
    display: none;
}


@media (max-width: 1700px) {
    .s9-maps:before {
        top: -33%;
        max-width: 768px;
        height: 533px;
    }
    .s9-maps__dist--play {
        bottom: 3%;
        left: 68.5%;
    }
}

@media (max-width: 1560px) {
    .s9-maps__box {
        max-width: 640px;
    }
    .s9-maps__list--subtitle {
        font-size: 15px;
    }
    .s9-maps__dist--play {
        width: 100%;
        max-width: 124px;
        height: 124px;
    }
    .s9-maps:before {
        top: -33%;
        max-width: 736px;
        height: 555px;
    }
}

@media (max-width: 1440px) {
    .s9-maps:before {
        top: -37%;
        max-width: 658px;
        height: 576px;
    }
    .s9-maps__dist--play {
        left: 74%;
    }
}

@media (max-width: 1360px) {
    .s9-maps__list--title span {
        font-size: 62px;
        line-height: 58px;
    }
    .s9-maps__dist--play {
        left: 77%;
        bottom: 0%;
    }
    .s9-maps:before {
        top: -37%;
        max-width: 587px;
        height: 552px;
    }
}

@media (max-width: 1280px) {
    .s9-maps__dist {
        position: relative;
        right: unset;
        top: unset;
        max-width: 100%;
        margin-top: 30px;
    }
    .s9-maps__box {
        max-width: 100%;
    }
    .s9-maps__btn {
        margin: 0 auto;
        margin-top: 40px;
    }
    .s9-maps__dist--map {
        display: block;
    }
    .s9-maps:before {
        display: none;
    }
    .s9-maps {
        overflow: hidden;
    }
    .s9-maps__dist picture {
        width: 111%;
        display: block;
        position: relative;
        left: -5%;
    }
    .s9-maps__dist--play {
        left: 45%;
        bottom: 3%;
    }
}

@media (max-width: 1000px) {
    .s9-maps__list--title span {
        font-size: 51px;
        line-height: 44px;
    }
    .s9-maps__dist--play {
        max-width: 108px;
        height: 108px;
    }
}

@media (max-width: 768px) {
    .s9-maps__list {
        grid-template-columns: 1fr;
    }
    .s9-maps__item {
        padding: 15px;
    }
    .s9-maps__btn--mobile {
        margin-top: 100px;
    }
    .s9-maps__dist--play {
        max-width: 100px;
        height: 100px;
        left: 38%;
        bottom: 5%;
    }    
    .s9-maps__dist picture {
        width: 100%;
        left: 0;
    }
    .s9-maps__dist--map {
        display: block;
        height: 100%;
        position: relative;
        z-index: 1;
    }
    .s9-maps__dist picture {
        width: 114%;
        left: -7%;
    }
    .s9-maps__dist {
        margin-top: -80px;
    }
    .s9-maps__btn {
        margin-top: 20px;
        max-width: 100%;
    }
    .s9-maps {
        padding-bottom: 10px;
        margin-bottom: -10%;
    }
    .s9-maps__list--subtitle {
        padding-right: 17%;
    }

}
@media (max-width: 410px) {
    .s9-maps__dist--play {
        max-width: 95px;
        height: 95px;
        bottom: 4%;
    }
}
/* --- BLOCK 9 - END ---- */

/* --- BLOCK 10 - START ---- */
.projects__main {
    background: url("/wp-content/themes/Polygal/images/s10-projects-bg.png") center/cover no-repeat;
    height: 530px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.projects__main p {
    color: #fff;
    margin-top: 10px;
    border-radius: 16px;
    padding: 0;
    max-width: 500px;
}
.s10-projects {
    margin-bottom: 0;
}
  
@media (max-width: 768px) {
    .projects__main {
        height: 350px;
        padding-bottom: 10px;
    }
}

.projects__info {
    margin-top: auto;
    backdrop-filter: blur(80px);
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
    padding: 14px 40px;
    max-width: 500px;
}

@media (max-width: 992px) {
    .projects__info {
        padding: 14px 20px;
    }
}
.projects__info .name {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: var(--chernyy);
    margin-bottom: 4px;
}
.projects__info .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: var(--chernyy);
}
.projects__info p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--chernyy);
    margin: 0;
    margin-top: 10px;
}
.projects__title {
    font-family: var(--font-family);
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
    text-align: center;
    color: var(--belyy);
    margin-top: 40px;
}

@media (max-width: 767px) {
    .projects__title {
        font-size: calc(32px + 7.8 * (100vw - 320px) / 1440);
        display: none;
    }
}

@media (min-width: 767px) {
    .projects__title {
        font-size: calc(28px + 26 * 100vw / 1440);
    }
}

.projects__items {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .projects__items {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

.projects__item {   
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: end;
    gap: 10px;
    padding: 50% 20px 20px;
    height: 100%;
    min-height: 400px;
} 
.projects__item p {
    color: #fff;
    z-index: 0;
    display: block;
    position: relative;
    margin-top: 10px;
}
.projects__item .img {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.projects__item .img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.projects__item .content {
    border-radius: 4px;
    padding: 14px 20px;
    backdrop-filter: blur(80px);
    background: rgba(255, 255, 255, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}
.projects__item .content .name {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: var(--chernyy);
}
.projects__item .content .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: var(--chernyy);
}
.projects__item .content p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--chernyy);
}

@media (max-width: 1280px) {
    .s10-projects {
        margin-top: 15px;
    }
    .projects__items {
        gap: 12px;
    }
}

@media (max-width: 1000px) {
    .projects__items {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 768px) {
    .s10-projects {
        margin-top: 0;
    }
    .projects__items {
        grid-template-columns: 1fr;
    }
    .projects__item {
        padding: 50% 10px 10px;
    }
    .s10-projects .wrap_content:nth-child(1)::before {
        content: "";
        position: absolute;
        left: -1%;
        bottom: -10px;
        width: 102%;
        height: 85%;
        background: linear-gradient(to bottom, transparent 0%, transparent 20%, #00000045 100%);
    }
    .projects__main p, .projects__title {
        position: relative;
    }    
}
/* --- BLOCK 10 - END ---- */


/* --- BLOCK 11 - START ---- */
.s11-offer {
    margin-bottom: 0;
}
.s11-offer__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--belyy);
    margin: -32px 0 30px 0;
}
.s11-offer__form--line {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.s11-offer__form--line .custom-select:nth-child(1) {
    grid-column: 1 span;
}
.s11-offer__form--line .custom-select:nth-child(2) {
    grid-column: 2 span;
}
.s11-offer__form--subtitle {
    color: var(--belyy);
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    margin: 10px 0;
}
.s11-offer .custom-select__trigger {
    height: 50px;
    display: flex;
    align-items: center;
    border: unset;
    background: var(--belyy);
    color: var(--t-siniy);
    border-radius: 8px;
    padding: 16px 24px;
}
.s11-offer .form-offer .input {
    background: var(--belyy) !important;
    color: var(--t-siniy) !important;
}
.s11-offer .input::-webkit-input-placeholder {
    color: rgb(6 74 105) !important;
}
.s11-offer .input::-moz-placeholder {
    color: rgb(6 74 105) !important;
}
.s11-offer .input:-ms-input-placeholder {
    color: rgb(6 74 105) !important;
}
.s11-offer .input::-ms-input-placeholder {
    color: rgb(6 74 105) !important;
}
.s11-offer .input::placeholder {
    color: rgb(6 74 105) !important;
}
.s11-offer .btn--accent {
    background: #5bb521 !important;
    color: var(--belyy) !important;
}
.s11-offer .btn--accent:hover {
    background: #009ddf !important;
}
.s11-offer__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.s11-offer .custom-select__options li {
    color: var(--t-siniy);
}
.s11-offer .custom-select__trigger::after {
    border-color: var(--t-siniy);
    right: 10px;
}
.s11-offer {
    overflow: unset;
    position: relative;
    background: url(/wp-content/themes/Polygal/images/s11-offer-bg.jpg) center / cover no-repeat;
    padding-block: 44px;
}
.s11-offer:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/wp-content/themes/Polygal/images/s11-offer-bg-before.png) left / cover no-repeat;
    width: 100%;
    height: 100%;
    max-width: 945px;
}
.s11-offer:after {
    content: "";
    position: absolute;
    right: 13%;
    bottom: 0;
    background: url(/wp-content/themes/Polygal/images/s11-offer-bg-after.png) left / cover no-repeat;
    width: 100%;
    max-width: 476px;
    height: 560px;
}
 
@media (max-width: 1700px) {
    .s11-offer:before {
        max-width: 790px;
    }
    .s11-offer:after {
        right: 8%;
    }
}

@media (max-width: 1560px) {
    .s11-offer:after {
        height: 586px;
    }
    .s11-offer:before {
        max-width: 745px;
    }
}

@media (max-width: 1440px) {
    .s11-offer:before {
        max-width: 690px;
    }
}

@media (max-width: 1360px) {
    .s11-offer:before {
        max-width: 632px;
    }
    .s11-offer__subtitle {
        margin-bottom: 20px;
    }
    .s11-offer:after {
        height: 571px;
        right: 5%;
    }
}

@media (max-width: 1280px) {
    .s11-offer:after {
        height: 503px;
        max-width: 403px;
        right: 5%;
    }
    .s11-offer:before {
        max-width: 51%;
    }
}

@media (max-width: 1000px) {
    .s11-offer__subtitle {
        margin: -20px 0 20px 0;
        text-align: center;
    }
    .s11-offer__form--subtitle {
        text-align: center;
    }
    .s11-offer:before {
        max-width: 100%;
    }
    .s11-offer::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: var(--chernyy);
        opacity: .5;
        max-width: 100%;
        z-index: 0;
    }
    .s11-offer .wrap_content {
        z-index: 1;
    }
}

@media (max-width: 768px) {
    .s11-offer__form--line {
        grid-template-columns: 1fr;
    }
    .s11-offer__form--line #dealer-custom-select-1 {
        grid-column: 1 span;
    }
    .s11-offer .wpcf7-form-control-wrap, .s11-offer .wpcf7-form-control-wrap .input {
        width: 100%;
    }
    .s11-offer .offer__title, .s11-offer__subtitle, .s11-offer__form--subtitle {
        text-align: left;
    }
    .s_home_cf .custom-select {
        grid-column: 1 span;
    }
    
}
.wpcf7-not-valid-tip {
    display: block;
    position: relative;
}
/* --- BLOCK 11 - END ---- */



/* --- BLOCK 12 - START ---- */
.s12-dealer {
    display: flex;
    flex-direction: column;
    background: var(--seryy);
    padding: 60px 0;
    gap: 40px;
}
.s12-dealer .letters {
    margin-bottom: 0;
}
.s12-dealer .partners {
    padding: 0;
}
.letters .title--section {
    margin-bottom: 0px;
}
.letters__nav {
    display: flex;
    gap: 5px;
    align-items: end;
}
.letters .letter-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-shadow: 0 4px 13px 0 rgba(30, 55, 91, 0.14);
    box-shadow: 0 4px 13px 0 rgba(30, 55, 91, 0.14);
    background: var(--seryy);
}
.letters .letter-slide .img {
    height: 100%;
    background: var(--seryy);
    padding: 5px 2px;
    border-radius: 8px;
}
.letters .letter-slide .img img {
    width: 100%;
    height: 100%;
}
.s12-dealer .letters__nav-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1 !important;
}
.s12-dealer .letters__nav-btn.prev {
    left: 0;
}
.s12-dealer .letters__nav-btn.next {
    right: 0;
}
.partners {
    background: var(--seryy);
}
.partners__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.partners__photo {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.partners__photo img {
    border-radius: 8px;
}
.partners-swiper__pagination {
    display: none;
}

@media (max-width: 992px) {
    .partners__photo {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1360px) {
    .s12-dealer {
        padding: 50px 0;
    }
}

@media (max-width: 768px) {
    .s12-dealer {
        padding: 30px 0;
        gap: 20px;
    }
    .partners-swiper__pagination {
        display: flex;
        justify-content: center;
        transform: unset !important;
        position: unset !important;
    }
    .partners__logo {
        gap: 10px;
    }
}
/* --- BLOCK 12 - END ---- */

/* --- BLOCK 13 - START ---- */
.s13-offer {
    background: linear-gradient(94.53deg, #064A69 1.25%, #2A779A 99.65%);
    padding: 40px 0 90px 0;
    margin-bottom: 0;
}
.s13-offer .offer-form {
    margin-left: auto;
}
.s13-offer .form-offer .form-offer-block {
    grid-template-columns: 1fr;
}
.s13-offer .wrap_content {
    display: grid;
    grid-template-columns: 660px auto;
    gap: 20px;
}
.s13-offer__list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.s13-offer__item {
    width: 100%;
    max-width: 300px;
    min-height: 217px;
}
.s13-offer__item:nth-child(1) {
    position: absolute;
    left: 0;
    top: -9%;
}
.s13-offer__item:nth-child(1)::before {
    content: "";
    position: absolute;
    left: 9%;
    bottom: -70%;
    background: url(/wp-content/themes/Polygal/images/s13-offer-img1.svg) center / contain no-repeat;
    height: 140px;
    width: 140px;
}
.s13-offer__item:nth-child(2) {
    position: absolute;
    left: 28%;
    top: 19%;
}
.s13-offer__item:nth-child(2)::before {
    content: "";
    position: absolute;
    right: -50%;
    top: -7%;
    background: url(/wp-content/themes/Polygal/images/s13-offer-img2.svg) center / contain no-repeat;
    height: 139px;
    width: 139px;
}
.s13-offer__item:nth-child(3) {
    position: absolute;
    left: 55%;
    top: 49%;
    z-index: 2;
}
.s13-offer__item {
    background: linear-gradient(0deg, rgba(245, 247, 251, 0.5), rgba(245, 247, 251, 0.5)), #125979;
    box-shadow: 0px 4px 13px rgba(30, 55, 91, 0.25);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 20px 14px;
}
.s13-offer__item--title {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    font-weight: 700;
    color: var(--belyy);
    font-size: 14px;
    line-height: 18px;
}
.s13-offer__item--title span {
    font-weight: 700;
    color: var(--belyy);
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}
.s13-offer__item--subtitle {
    font-weight: 400;
    color: var(--belyy);
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
}
.s13-offer__item--btn {
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 4px 13px 0px #1E375B66;
    border-radius: 8px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--belyy);
    max-width: 150px;
    padding: 12px;
    margin-top: 40px;
}
.s13-offer__item--img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0px 4px 13px 0px #1E375B66;
    margin-top: 20px;
    max-height: 160px;
}
.s13-offer__item--info {
    color: var(--belyy);
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    margin-top: 5px;
}
.s13-offer .custom-select {
    grid-column: 1 span;
}
.s13-offer .custom-select__trigger {
    height: 50px;
    display: flex;
    align-items: center;
    border: unset;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 16px 24px;
}
.s13-offer .custom-select__trigger::after {
    border-color: rgba(255, 255, 255, 0.6);
    right: 10px;
}
.s13-offer .form-offer .form-offer-block input.highlighted-field {
    box-shadow: 0px 0px 14px 3px #ffffff;
}

@media (max-width: 1280px) {
    .s13-offer__item:nth-child(2) {
        left: 34%;
        top: 17%;
    }
    .s13-offer__item:nth-child(3) {
        left: 43%;
        top: 14%;
    }
    .s13-offer__item:nth-child(3) {
        left: 0;
        top: 59%;
    }
    .s13-offer__item--img {
        min-height: 135px;
    }
    .s13-offer__item {
        padding: 14px;
    }
    .s13-offer .wrap_content {
        grid-template-columns: auto 365px;
    }
    .s13-offer__item:nth-child(2)::before {
        display: none;
    }    
    .s13-offer__item:nth-child(1)::before {
        left: 35%;
        bottom: -24%;
        background: url(/wp-content/themes/Polygal/images/s13-offer-img1-mobile.svg) center / contain no-repeat;
        height: 57px;
        width: 57px;
        transform: rotate(30deg);
    }
    .s13-offer__item:nth-child(1)::after {
        content: "";
        position: absolute;
        background: url(/wp-content/themes/Polygal/images/s13-offer-img2-mobile.svg) center / contain no-repeat;
        right: -33%;
        bottom: 52%;
        height: 80px;
        width: 80px;
    } 

}

@media (max-width: 1000px) {
    .s13-offer .wrap_content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .s13-offer__item:nth-child(1), .s13-offer__item:nth-child(2), .s13-offer__item:nth-child(3) {
        position: relative;
        left: unset;
        top: unset;
        bottom: unset;
        right: unset;
    }
    .s13-offer__list {
        gap: 10px;
    }
    .s13-offer__item:nth-child(1)::after {
        right: -19%;
        bottom: unset;
        height: 80px;
        width: 80px;
        top: -19%;
        transform: rotate(-25deg);
    }
    .s13-offer__item:nth-child(1)::before {
        display: none;
    }
    .s13-offer__item:nth-child(2)::before {
        right: -19%;
        top: 89%;
        background: url(/wp-content/themes/Polygal/images/s13-offer-img2-mobile.svg) center / contain no-repeat;
        height: 80px;
        width: 80px;
        display: block;
        transform: rotate(204deg) scaleX(-1);
    }
    .s13-offer {
        padding: 40px 0;
    }

}

@media (max-width: 768px) {
    .s13-offer {
        padding: 20px 0;
    }
    .s13-offer__list {
        grid-template-columns: 1fr;
    }
    .s13-offer__item {
        min-height: unset;
        max-width: 73%;
    }
    .s13-offer__item--btn {
        position: relative;
        z-index: 3;
        margin-top: 10px;
    }
    .s13-offer__item:nth-child(2) {
        margin-left: auto;
        margin-top: -10%;
    }
    .s13-offer__item:nth-child(3) {
        margin-top: -35%;
    }
    .s13-offer__item:nth-child(1)::before {
        display: block;
        transform: unset;
        left: 3%;
        bottom: -60%;
        height: 80px;
        width: 80px;
    }
    .s13-offer__item:nth-child(1)::after {
        right: -35%;
        bottom: unset;
        height: 80px;
        width: 80px;
        top: 30%;
        transform: unset;
    }
    .s13-offer__item:nth-child(2)::before {
        display: none;
    }
    .s13-offer .offer__title {
        text-align: left;
    }
    .s13-offer .s_home_cf .custom-select__options {
        max-height: 123px;
    }
}
/* --- BLOCK 13 - END ---- */

/* --- BLOCK 14 - START ---- */
.faq__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
    gap: clamp(20px, 2.5vw, 40px);
}
@media (max-width: 992px) {
    .faq__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.faq__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.faq__item {
    border-radius: 8px;
    padding: 14px 20px;
    background: var(--seryy);
    cursor: pointer;
}
.faq__item > * {
    pointer-events: none;
}
.faq__item .head {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 30px;
}
.faq__item .title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: clamp(16px, 2.5vw, 20px);
    color: var(--chernyy);
}
.faq__item .toggler {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background: var(--siniy);
    display: -ms-grid;
    display: grid;
    place-items: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.faq__item .bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.faq__item .content {
    overflow: hidden;
}
.faq__item p {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #050505;
    margin: 0;
}
.faq__form {
    border-radius: 8px;
    padding: 20px;
    -webkit-box-shadow: 0 4px 13px 0 rgba(30, 55, 91, 0.14);
    box-shadow: 0 4px 13px 0 rgba(30, 55, 91, 0.14);
    background: linear-gradient(134deg, #064a69 0%, #2a779a 100%);
    position: sticky;
    top: 110px;
    height: max-content;
}
.faq__form .form-title {
    font-family: var(--font-family);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--belyy);
    margin-bottom: 14px;
}
form textarea {
    border: 1px solid transparent;
}
  
@media (max-width: 767px) {
    .faq__form .form-title {
        font-size: calc(24px + 1.2 * (100vw - 320px) / 1440);
    }
}
@media (min-width: 767px) {
    .faq__form .form-title {
        font-size: calc(24px + 4 * 100vw / 1440);
    }
}

.faq__form .form-desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--belyy);
    margin-bottom: 24px;
}
.faq__form .faq-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.faq__form .faq-form .input {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 16px 24px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    border: none;
    outline: none;
}
.faq__form .faq-form .input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.faq__form .faq-form .input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.faq__form .faq-form .input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.faq__form .faq-form .input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.faq__form .faq-form .input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.faq__form .faq-form .policy input {
    accent-color: var(--siniy);
    width: 100%;
    height: 100%;
    border: none;
}
.faq__form .faq-form .policy label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--belyy);
}
.faq__form .faq-form .btn--accent {
    background: var(--belyy);
    color: var(--chernyy);
    margin-bottom: 10px;
}
.faq__form .faq-form .form-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--belyy);
    border-radius: 8px;
    padding: 16px 40px;
    color: #fff;
}
.faq__item-active .bottom {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    margin-top: 20px;
}
.faq__item-active .toggler {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.s14-faq .custom-select {
    grid-column: 1 span;
}
.s14-faq .custom-select__trigger {
    height: 50px;
    display: flex;
    align-items: center;
    border: unset;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 16px 24px;
}
.s14-faq .custom-select__trigger::after {
    border-color: rgba(255, 255, 255, 0.6);
    right: 10px;
}
.s14-faq .s_home_cf .custom-select__options {
    max-height: 119px;
}

@media (max-width: 1280px) {
    .faq__wrapper {
        grid-template-columns: 1fr 0.6fr;
    }
}
@media (max-width: 1000px) {
    .faq__wrapper {
        grid-template-columns: 1fr 0.7fr;
    }
}
@media (max-width: 900px) {
    .faq__wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .faq__form {
        padding: 20px 10px;
    }
    .s14-faq {
        margin-top: 30px;
    }
}
/* --- BLOCK 14 - END ---- */

/* --- BLOCK 15 - START ---- */
.s15-seo .wrap_content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}
.s15-seo__text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.s15-seo__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--chernyy);
}
.s15-seo__img {
    display: block;
    width: 100%;
    border-radius: 8px;
    height: 100%;
}

@media (max-width: 1700px) {

}

@media (max-width: 1560px) {

}

@media (max-width: 1440px) {
 
}

@media (max-width: 1360px) {

}

@media (max-width: 1280px) {
    .s15-seo__img {
        object-position: left;
    }
    .s15-seo .wrap_content {
        gap: clamp(20px, 2.5vw, 40px);
        grid-template-columns: 1fr 0.6fr;
    }
}

@media (max-width: 1000px) {
    .s15-seo .wrap_content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .s15-seo__img {
        min-height: 250px;
    }
    .s15-seo__text {
        gap: 15px;
    }
    .s15-seo__title {
        margin-bottom: 15px;
    }
    .s15-seo .wrap_content {
        gap: 20px;
    }
    .s15-seo {
        margin-top: 30px;
    }
}
/* --- BLOCK 15 - END ---- */

/* --- BLOCK 16 - START ---- */
section.contacts {
    background: var(--seryy);
    padding-block: 60px;
}
.contacts__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
    gap: 20px;
}

@media (max-width: 992px) {
    .contacts__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.contacts .map {
    border-radius: 8px;
    overflow: hidden;
    height: 565px;
}

@media (max-width: 992px) {
    .contacts .map {
        height: 300px;
    }
}

.contacts .map img {
    width: 100%;
    height: 100%;
}
.contacts__block {
    border-radius: 8px;
    padding: 20px;
    -webkit-box-shadow: 0 4px 13px 0 rgba(30, 55, 91, 0.14);
    box-shadow: 0 4px 13px 0 rgba(30, 55, 91, 0.14);
    background: var(--belyy);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.contacts__block .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.contacts__block .socials a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    will-change: opacity;
}

@media (any-hover: hover) {
    .contacts__block .socials a:hover:hover {
        opacity: 0.5;
    }
}

.contacts__block .item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 1fr;
    grid-template-columns: 40px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    align-items: flex-start;
    gap: 10px;
}
.contacts__block .item .icon {
    width: 40px;
    height: 40px;
    background: var(--seryy);
    border-radius: 4px;
    display: -ms-grid;
    display: grid;
    place-items: center;
}
.contacts__block .item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(14px, 2vw, 20px);
    color: var(--chernyy);
}
.contacts__block .item .info span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: var(--chernyy);
}
.contacts__block .item a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: var(--chernyy);
    text-decoration: none;
}

@media (any-hover: hover) {
    .contacts__block .item a:hover:hover {
        color: var(--siniy);
    }
}

.contacts__block .photos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: auto;
}
.contacts__block .photos img {
    width: 100%;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 768px) {
    section.contacts {
        padding-block: 30px;
    }
}
/* --- BLOCK 16 - END ---- */

/* --- BLOCK 17 - END ---- */
.s17-price {
    position: sticky;
    z-index: 90;
    width: 100%;
    border-radius: 50%;    
    cursor: pointer;    
    display: flex;
    justify-content: end;
    top: 40%;
    height: 0;
}
.s17-price__img {
    width: 100%;
    border-radius: 50%;  
    background: linear-gradient(94.53deg, #064A69 1.25%, #2A779A 99.65%);
    box-shadow: 0px 4px 13px rgba(30, 55, 91, 0.14);
    animation: 
    rotate1 18s linear infinite,
    pulse1 2s ease-in-out infinite;
    max-width: 114px;
    height: 114px;
    margin-right: 70px;
}
@keyframes rotate1 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes pulse1 {
    0% {
        box-shadow: 
            0 0 0 0 rgba(6, 74, 105, 0.7),    /* #064A69 с прозрачностью */
            0 0 0 0 rgba(42, 119, 154, 0.5);   /* #2A779A с прозрачностью */
        filter: brightness(1);
    }
    50% {
        box-shadow: 
            0 0 0 15px rgba(6, 74, 105, 0),   /* Исчезающая тень */
            0 0 0 30px rgba(42, 119, 154, 0);  /* Исчезающая тень */
        filter: brightness(1.2);
    }
    100% {
        box-shadow: 
            0 0 0 15px rgba(6, 74, 105, 0),
            0 0 0 30px rgba(42, 119, 154, 0);
        filter: brightness(1);
    }
}

@media (max-width: 1700px) {
    .s17-price__img  {
        margin-right: 2.5%;
    }
}
@media (max-width: 1000px) {
    .s17-price__img {
        max-width: 90px;
        height: 90px;
    }
}

@media (max-width: 768px) {
    .s17-price__img {
        margin-right: 4.2%;
        max-width: 70px;
        height: 70px;        
    }
    .s17-price {
        top: 24%;
    }
}
/* --- BLOCK 17 - END ---- */

/* Modal */
.modal__container {
    max-width: 880px;
    position: relative;
    border-radius: 8px;
    padding: 40px;
    background: var(--seryy);
    top: 50%;
    transform: translateY(-50%);
}
.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: unset;
}
.modal__close svg {
    pointer-events: none;
}
.modal__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    color: var(--chernyy);
    margin-bottom: 10px;
}
.modal__desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--chernyy);
    margin-bottom: 40px;
}
.form-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.form-modal__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
@media (max-width: 767px) {
.form-modal__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
}
.form-modal__block .input {
    background: #fff !important;
    color: #000 !important;
    border-radius: 8px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.7) !important;
    padding: 16px 20px !important;
}
.form-modal__block .input::-webkit-input-placeholder {
    color: #000!important!important;
}
.form-modal__block .input::-moz-placeholder {
    color: #000!important;
}
.form-modal__block .input:-ms-input-placeholder {
    color: #000!important;
}
.form-modal__block .input::-ms-input-placeholder {
    color: #000!important;
}
.form-modal__block .input::placeholder {
    color: #000!important;
}
.modal__form .policy .wpcf7-list-item > label input[type="checkbox"]::before {
    border-color: #000;
}
.modal__form .policy .wpcf7-list-item > label input[type="checkbox"]:checked::after {
    background-color: #000;
}
.modal__form .policy .wpcf7-list-item a {
    color: #000;
    text-decoration: underline;
}
.form-modal__bottom {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
    .form-modal__bottom {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.form-modal__bottom .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 5px;
}
.form-modal__bottom .policy input {
    accent-color: var(--siniy);
}
.form-modal__btn {
    max-width: 390px;
    width: 100%;
    margin-left: auto;
}
@media (max-width: 767px) {
    .form-modal__btn {
        margin-left: 0;
    }
}
.form-modal .select-block {
    position: relative;
}
.form-modal .select-block:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 9px;
    background: url("../img/arrow-down-black.svg") no-repeat;
}
.form-modal select {
    background-color: transparent;
    border: 1px solid var(--t-siniy);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-modal select option {
    color: #000;
}
body.compensate-for-scrollbar {
    margin-right: 0 !important;
}
#opt_price_cb3_modal .area {
    overflow: hidden;
    height: 50px;
    padding-top: 14px;
}
#opt_price_cb3_modal .custom-select {
    grid-column: 1 span;
}
.fancybox-is-open .modal {
    background: transparent;
}
#opt_price_cb1_modal .form-modal__block {
    grid-template-columns: 1fr;
}
.modal__opt .custom-select__trigger {
    height: 50px;
    display: flex;
    align-items: center;
    border: unset;
    background: var(--belyy);
    color: #000;
    border-radius: 8px;
    padding: 16px 24px;
}
.modal__opt .custom-select__trigger::after {
    border-color: #000;
    right: 10px;
}
.modal__opt .s_home_cf .custom-select__options {
    max-height: 119px;
}
#opt_price_cb4_modal .s_home_cf .custom-select, #opt_price_cb5_modal .s_home_cf .custom-select, #opt_price_cb6_modal .s_home_cf .custom-select {
    margin-bottom: 20px;
}


@media (max-width: 768px) {
    .modal__title {
        font-size: 19px;
    }
    .form-modal__block {
        grid-template-columns: 1fr;
        gap: 13px;
    }
    #opt_price_cb3_modal .wpcf7-form-control-wrap:last-child {
        grid-column: 1 span;
    }
    .form-modal__bottom {
        margin-top: 0;
        gap: 13px;
    }
    .modal__desc {
        margin-bottom: 15px;
    }
    .fancybox-slide--html {
        padding: 0;
    }
    .modal__container {
        padding: 32px 15px;
        max-width: 93%;
        top: 50%;
        transform: translateY(-62%);
    }
    #opt_price_cb1_modal .custom-select, #opt_price_cb4_modal .custom-select {
        grid-column: 1 span;
    }
}
/* Modal */



@media (max-width: 1700px) {

}

@media (max-width: 1560px) {

}

@media (max-width: 1440px) {
 
}

@media (max-width: 1360px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 1000px) {

}

@media (max-width: 768px) {

}