@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

* {
    font-family: "Rubik", sans-serif;
    box-sizing: border-box;
}

body {
    margin: 0;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

p, li {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

img {
    max-width: 100%;
}

main {
    flex: 1;
    position: relative;
    width: 100%;
}

:has(:target) {
    scroll-behavior: smooth;
}

.bg-gray {
    background-color: #F4F4F6;
    padding: 30px 0;
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
    color: #0076c0;
    cursor: pointer;
    transition: .3s all ease;
}

a:hover {
    color: #0076c0d1;
    transition: .3s all ease;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 1399px) {
    .container {
        padding: 0 15px;
    }
}

.buttons-box {
    display: flex;
    gap: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: baseline;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    max-width: 210px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.big-banner__title .banner-button {
    padding: 5px;
}

.button:hover {
    outline: none;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.button-sm {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    padding: 10px 5px;
}

.button-xl {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    padding: 45px;
    max-width: 452px;
    width: 100%;
}

.button-call {
    padding: 7px 40px;
}

@media (max-width: 768px) {
    .button-call {
        padding: 7px 10px;
    }
}

.button--green {
    background-color: #6bc72e;
    color: #ffffff;
}

.button--green:hover {
    background-color: #ffffff;
    border-color: #6bc72e;
    color: #6bc72e;
}

.button--invert-green {
    background-color: #ffffff;
    color: #6bc72e;
    border-color: #6bc72e;
}

.button--invert-green:hover {
    background-color: #6bc72e;
    color: #ffffff;
}

.button--blue {
    background-color: #0076c0;
    color: #ffffff;
}

.button--blue:hover {
    background-color: #ffffff;
    color: #0076c0;
    border-color: #0076c0;
}

.button--red {
    background-color: #d20a11;
    color: #ffffff;
}

.button--red:hover {
    background-color: #ffffff;
    color: #d20a11;
    border-color: #d20a11;
}

.button--yellow {
    background-color: #E7A809;
    color: #ffffff;
}

.button--yellow:hover {
    background-color: #ffffff;
    color: #E7A809;
    border-color: #E7A809;
}

.button--white {
    background-color: #ffffff;
    color: #262c40;
}

.button--white:hover {
    background-color: #d20a11;
    color: #ffffff;
    border-color: #ffffff;
}

.button-slider {
    position: relative;
    border: none;
    overflow: hidden;
}

.button-slider:hover {
    opacity: 0.8;
    transition: 0.3s all ease;
}

.button-slider--white,
.button-slider--white:hover {
    color: #ffffff;
}

.button--uppercase {
    text-transform: uppercase;
}

.button-more, .arrow-show {
    margin: 20px 0;
    padding: 5px;
    color: #0076c0;
    text-decoration: underline;
    cursor: pointer;
    transition: .3s all ease;
}

.button-more:hover, .arrow-show:hover {
    color: #0076c0d1;
    transition: .3s all ease;
}

.button-lg {
    max-width: 290px;
    padding: 10px 5px;
    border-radius: 6px;
}

.button--green:hover {
    background-color: #ffffff;
    border-color: #6bc72e;
    color: #6bc72e;
}

.button--red:hover {
    background-color: #ffffff;
    color: #d20a11;
    border-color: #d20a11;
}

.button--blue:hover {
    background-color: #ffffff;
    color: #0076c0;
    border-color: #0076c0;
}

.nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav .see-more {
    margin-top: 3px;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #262C40;
}

.back-link:hover {
    transition: .3s all ease;
    color: #222;
}

.back-link--arrow {
    width: 20px;
}

/* start header */
header {
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #E6EAF0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.header {
    display: flex;
    flex-direction: column;
}

.header-top {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.header-top .button {
    max-width: fit-content;
}

.header-logo {
    flex: 1;
}

.header-logo img {
    max-width: 200px;
    min-width: 200px;
    height: auto;
}

@media (max-width: 460px) {
    .header-logo img {
        max-width: 200px;
        min-width: 140px;
    }
}

.header-helpdesk,
.header-callback {
    display: flex;
}

.header-helpdesk {
    font-size: 16px;
    margin-right: 50px;
    font-weight: 300;
}

.header-helpdesk img,
.header-callback img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    transition: 0.4s all ease;
}

@media (max-width: 768px) {
    .header-callback img {
        margin-right: 0;
    }
}

.header-helpdesk:hover img,
.header-callback:hover img {
    filter: invert(1);
    transition: 0.4s all ease;
}

@media (max-width: 1023px) {
    .header-helpdesk span,
    .header-callback span {
        display: none;
    }
}

.header-phone {
    margin-right: 30px;
}

@media (max-width: 768px) {
    .header-phone {
        display: none;
    }
}

.header-phone a {
    font-weight: 400;
    font-size: 18px;
    color: #262c40;
    transition: .3s all ease;
}

.header-phone a:hover {
    filter: opacity(0.5);
    transition: .3s all ease;
}

.header-bottom {
    display: flex;
    align-items: center;
}

.header-bottom--wrap {
    border-top: 1px solid #E6EAF0;
    border-bottom: 1px solid #E6EAF0;
    position: relative;
}

@media (max-width: 1024px) {
    .header-bottom {
        position: fixed;
        inset: 0;
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        z-index: 10;
    }
}

@media (max-width: 1024px) {
    .header-bottom {
        display: none;
    }

    .header-bottom--active {
        display: block;
    }
}

.header-menu {
    flex: 1;
    position: relative;
}

@media (max-width: 1024px) {
    .header-menu {
        overflow: scroll;
    }
}

.header-nav {
    display: flex;
}

@media (max-width: 1024px) {
    .header-nav {
        flex-direction: column;
        gap: 0;
    }
}

.header-nav a {
    color: #262C40;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.header-nav a:hover {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.header-nav__block {
    margin-right: 0;
    margin-bottom: 0;
}

.header-nav__item {
    padding: 16px 20px 16px 0;
    position: relative;
}

@media (max-width: 1024px) {
    .header-nav__item {
        padding: 16px 20px;
    }
}

.header-nav__item a {
    transition: .3s all ease;
}

.header-nav__item--active {
    color: #6BC72E !important;
}

.multi-list .header-nav__item {
    padding: 7px;
    position: unset;
}

@media (max-width: 1024px) {
    .header-nav__item {
        border: 1px solid #c4c4c4;
    }
}

.header-nav__item:hover a {
    transition: .3s all ease;
}

.header-nav__item:not(:first-child) {
    border-top: 0;
}

.header-nav__item:hover .header-nav__popup {
    border-radius: 6px;
    margin-top: 20px;
}

.has-list:hover .header-nav__popup:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 20px;
    left: 0;
    background-color: transparent;
    top: -20px;
}

.has-list + a:hover {
    color: #0b2e13;
}

.header-nav__item > a:before {
    opacity: 0;
}

.nav .header-nav__item > span.sub-item__block:hover > a {
    color: #6BC72E;
    transition: .3s all ease;
}

.has-list:hover > .sub-item__block a:before {
    content: '';
    position: absolute;
    bottom: -43px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    transform: rotate(135deg);
    background-color: #ffffff;
    z-index: 999;
    opacity: 1;
    transition: 0.4s all ease;
}

@media (max-width: 1024px) {
    .header-nav__item > a:before {
        display: none;
    }
}

@media (min-width: 1025px) {
    .header-nav__item:hover .header-nav__popup {
        display: flex;
        background: #ffffff;
    }
}

@media (max-width: 1024px) {
    .header-nav__item:hover .header-nav__popup {
    }
}

.header-nav__item a {
    font-weight: 300;
    font-size: 16px;
    color: #262c40;
    position: relative;
}

@media (max-width: 1024px) {
    .header-nav__item a {
        font-size: 18px;
    }
}

.header-nav__sub-item a {
    color: #848282;
    display: inline-block;
    padding: 2px;
}

li.header-nav__sub-item:hover a {
    transition: .3s all ease;
    color: #6BC72E;
}

@media (max-width: 1024px) {
    .header-nav__sub-item.submenu-parent {
        border-top: 1px solid #c4c4c4;
    }
}


.has-list.header-nav__item > a:hover {
    transition: .3s all ease;
    color: #6BC72E;
}

.has-list.header-nav__item .header-nav__popup .header-nav__popup-col.nav-row {
    width: 100%;
    padding: 0;
}

.header-nav__popup .double-list .header-nav__block:not(:last-child) {
    padding-right: 20px;
    border-right: 1px solid #E6EAF0;
}

.header-nav__sub-item--child {
    padding: 0 10px;
}

.header-nav__sub-item--bold a {
    font-weight: 300;
    color: #004774;
}

.header-nav__popup {
    display: none;
    position: absolute;
    top: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    width: max-content;
    list-style-type: none;
    padding: 16px;
    border: 1px solid #ddd;
    z-index: 99;
}

.multi-list .header-nav__popup {
    left: 0;
    width: calc(100% + 20px);
}

@media (max-width: 1024px) {
    .multi-list .header-nav__popup {
        width: 100%;
    }
}

.multi-list.header-nav__item {
    position: unset;
}

@media (max-width: 1024px) {
    .header-nav__popup {
        position: relative;
        width: 100%;
        border: none;
        padding: 0;
    }
}

.header-nav__popup-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 33.33%;
    padding: 0 20px;
}

@media (max-width: 1024px) {
    .header-nav__popup-col {
        gap: 0;
        width: 100%;
        padding: 0;
    }

    .has-list:hover .header-nav__popup:before {
        display: none;
    }
}

.header-nav__popup-col:not(:last-child) {
    border-right: 1px solid #E6EAF0;
}

@media (max-width: 1024px) {
    .header-nav__popup-col:not(:last-child) {
        border-right: 0;
    }
}

.submenu-parent a.header-nav__sub-item--fill {
    font-weight: 500;
    cursor: default;
}

@media (max-width: 1024px) {
    .submenu-parent a.header-nav__sub-item--fill {
        font-weight: 300;
        font-size: 16px;
    }
}

.header-mobile__close {
    display: none;
    width: 100%;
    justify-content: end;
    padding: 20px;
}

@media (max-width: 1024px) {
    .header-mobile__close {
        display: flex;
    }
}

.mobile-menu__button {
    display: none;
    width: 50px;
    height: 50px;
    margin: 0 5px;
}

.mobile-menu__button img {
    max-width: 100%;
}

@media (max-width: 1023px) {
    .mobile-menu__button {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.mobile-menu__arrow {
    display: none;
    float: right;
}

@media (max-width: 1023px) {
    .mobile-menu__arrow {
        display: block;
    }
}

.mobile-menu__arrow img {
    transition: 0.5s all ease;
}

.mobile-menu__arrow-child {
    display: none;
    float: right;
}

@media (max-width: 1023px) {
    .mobile-menu__arrow-child {
        display: block;
        min-width: 24px;
        min-height: 24px;
    }
}

.header-nav__item-active .mobile-menu__arrow img {
    transform: rotate(180deg);
    transition: 0.5s all ease;
}

@media (max-width: 1024px) {
    .header-nav__item-active .header-nav__popup {
        display: block;
    }

    .header-nav__item .header-nav__popup {
        margin-top: 10px;
    }
}

.submenu-parent--active .mobile-menu__arrow-child img {
    transform: rotate(180deg);
    transition: 0.5s all ease;
}

.submenu-parent a {
    padding: 2px 10px;
    font-weight: 400;
    line-height: 20px;
    color: #0076C0;
    width: 100%;
}

@media (max-width: 1024px) {
    .submenu-parent a {
        width: auto;
    }
}

.submenu-parent--active .mobile-sublist {
    display: block;
}

.mobile-sublist {
    list-style-type: none;
    padding: 0;
}

@media (max-width: 1024px) {
    .mobile-sublist {
        display: none;
    }
}

.mobile-sublist li {
    background: none;
}

@media (max-width: 1024px) {
    .mobile-sublist li {
        padding: 2px 0;
    }
}

.mobile-sublist li a {
    padding: 3px 10px;
    font-weight: 300;
    color: #848282;
}

@media (max-width: 1024px) {
    .mobile-sublist li a {
        font-size: 16px;
        padding: 0;
    }
}

.sub-item__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap;
}

/* end header */

/* start footer */

.index footer {
    margin-top: 0;
}

footer {
    background: #262C40;
    padding: 60px 0;
}

.footer-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

@media (min-width: 1440px) {
    .footer-block {
        padding: 0;
    }
}

.footer-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-top__right {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-top__right p {
    margin: 0;
    padding: 0;
}

.footer-top__right p a {
    color: #fff;
}

.footer-nav {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

@media (max-width: 430px) {
    .footer-nav {
        flex-direction: column;
        gap: 10px;
    }
}

.footer-nav a {
    color: #fff;
    font-size: 16px;
    gap: 20px;
}

.footer-email {
    font-size: 16px;
}

.footer-phone {
    font-size: 18px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.footer-bottom p {
    color: #777D94;
    padding: 0;
    margin: 0;
}

@media (max-width: 430px) {
    .footer-bottom p {
        order: 2;
    }
}

.footer-bottom a {
    color: #777D94;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.footer-bottom a:hover {
    color: #fff;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

@media (max-width: 430px) {
    .footer-bottom {
        flex-direction: column;
    }
}

/* end footer */

/* start products detail */
.top-banner {
    min-height: 400px;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 0 0 60px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .top-banner {
        min-height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
}

.top-banner__left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 50%;
}

@media (max-width: 768px) {
    .top-banner__left {
        width: 100%;
        align-items: center;
    }
}

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

@media (max-width: 768px) {
    .top-banner__right {
        display: none;
    }
}

.top-banner__title {
    font-weight: 600;
    font-size: 46px;
    line-height: 48px;
    color: #ffffff;
}

@media (max-width: 1200px) {
    .top-banner__title {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .top-banner__title {
        font-size: 30px;
        line-height: 30px;
    }
}

.dual-block {
    /*width: 80%;*/
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

@media (max-width: 768px) {
    .dual-block {
        width: 100%;
        gap: 40px;
        flex-direction: column;
    }
}

.dual-block__info {
    width: 50%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .dual-block__info {
        width: 100%;
        gap: 40px;
        flex-direction: column;
        order: 1;
    }
}

.dual-block__image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .dual-block__image {
        width: 100%;
    }
}

.dual-block__image img {
    object-fit: cover;
    max-width: 100%;
}

.dual-block p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin: 0;
}

.banner {
    border-radius: 6px;
    position: relative;
}

.banner-person {
    margin-top: 120px !important;
}

.banner-person .banner-img {
    position: absolute;
    left: 0;
}

.banner-person .banner-img img {
    position: absolute;
    bottom: 0;
    height: auto;
}

.banner-person .banner-info {
    padding-left: 30%;
}

.banner-info {
    display: flex;
    align-items: center;
    flex: 1;
}

@media (max-width: 768px) {
    .banner-info {
        flex-direction: column;
        padding: 10px 15px 40px;
        gap: 35px;
    }
}

.banner-info__text {
    max-width: 680px;
}

.banner-info__button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.banner-img {
    min-width: 360px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .banner-img {
        min-width: 100%;
    }
}

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

.banner-img--green {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 340px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.banner-img--green .section-title {
    color: #ffffff;
}

.banner-img--green .section-subtitle {
    color: #ffffff;
}

.section-subtitle {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
}

@media (max-width: 768px) {
    .section-subtitle {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
    }
}

.banner-img--green .section-text {
    color: #ffffff;
    margin-top: 40px;
}

.table {
    overflow: auto;
    margin-top: 10px;
}

.table-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
}

.table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.table table tr {
    border-top: 1px solid rgb(194, 206, 219);
    border-bottom: 1px solid rgb(194, 206, 219);
}

.table table tr:first-child {
    border-top: 0;
}

.table table tr th {
    padding: 25px;
}

.table table tr td {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    padding: 25px;
}

.table table tr td.table-checked {
    background-image: url("../img/products/table-checked.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.table table tr td:first-child {
    width: 45%;
}

.table table thead tr th:first-child {
    text-align: left;
}

.favors-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.favors-box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 450px) {
    .favors-box {
        padding: 15px;
    }
}

.favors-item {
    display: flex;
    flex-direction: column;
    width: 32%;
    border-radius: 6px;
    overflow: hidden;
    flex-grow: 1;
    max-width: 450px;
}

@media (max-width: 550px) {
    .favors-item {
        width: 100%;
    }
}

.favors-item__head {
    background-repeat: no-repeat;
    background-position: bottom -20px right;
    background-size: contain;
    min-height: 176px;
    padding: 35px 40px;
    position: relative;
    overflow: hidden;
}

.favors-item__head.bg-blue {
    background-color: #0076c0;
}

.favors-item__head.bg-green {
    background-color: #6bc72e;
}

.favors-item__head.bg-red {
    background-color: #d20a11;
}

.favors-item__head.bg-yellow {
    background-color: #E7A809;
}

.favors-item__head .logo {
    width: 80px;
    height: 80px;
}

.favors-item__head .logo img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.favors-item__head .back-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 20px;
    opacity: 0.2;
    width: 165px;
    height: auto;
}

.favors-item__head .back-logo img {
    width: 100%;
}

.favors-item__info {
    padding: 35px 40px;
    background-color: #f4f4f6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
    align-items: center;
    gap: 20px;
}

@media (max-width: 768px) {
    .favors-item__info {
        padding: 20px;
    }
}

.favors-item__info div {
    gap: 25px;
    display: grid;
}

.favors-item__info-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.favors-item__info-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

.favors-item__info p {
    margin: 0;
}

.advantages {
    background-image: url("../img/products/background-lines.png");
    background-position: bottom center;
    background-repeat: repeat-x;
}

.advantages-list {
    display: flex;
    gap: 20px;
    padding: 40px 0;
    margin-top: 40px;
    flex-wrap: wrap;
}

.advantages-list.swiper {
    padding: 40px 15px;
}

@media (max-width: 1024px) {
    .advantages-list {
        padding: 40px 15px;
    }
}

.advantages-item {
    position: relative;
    padding: 45px 30px;
    border-radius: 6px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    background-color: #ffffff;
    flex: 1 0;
    min-width: 320px;
}

.advantages-item__number {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: -30px;
    background-color: #6bc72e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.advantages-item__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    min-height: 74px;
}

.advantages-item__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
}

.advantages-item .more {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #6bc72e;
}

.advantages-item.swiper-slide {
    height: auto;
    display: flex;
}

.functionality-package {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
}

.functionality-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.functionality-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #262c40;
    background-color: #f4f4f6;
    border-radius: 7px;
    transition: 0.5s all ease;
    padding: 6px 25px;
}

.functionality-list--anchors {
    width: 50%;
}

@media (max-width: 768px) {
    .functionality-list--anchors {
        width: 100%;
    }
}

.functionality-list--anchors .functionality-item a {
    padding: 6px 25px;
    color: #262c40;
    transition: 0.3s all ease;
}

.functionality-list--anchors .functionality-item--active a {
    color: #ffffff;
}

.functionality-list--anchors .functionality-item {
    padding: 0;
}

.functionality-item:hover {
    background-color: #6bc72e;
    color: #ffffff;
    cursor: pointer;
}

.functionality-item:hover a {
    color: #ffffff;
    transition: 0.3s all ease;
}

.functionality-item--active {
    background-color: #6bc72e;
    color: #ffffff;
}

.functionality-item--active a {
    color: #ffffff;
}

.functionality-box__item {
    display: none;
    background-color: #f4f4f6;
    padding: 45px 100px;
    margin-top: 30px;
    border-radius: 6px;
    gap: 50px;
}

@media (max-width: 1024px) {
    .functionality-box__item {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .functionality-box__item {
        padding: 15px;
        gap: 20px;
    }
}

.functionality-box__item--active {
    display: flex;
}

.functionality-box__info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.functionality-box__info-head {
    display: flex;
    flex-direction: column;
}

.functionality-box__info-head.border {
    border-bottom: 1px solid #c4c4c4;
}

.functionality-box__info-head .section-text {
    padding: 30px 0;
}

.functionality-box__info-head .section-text p {
    margin-top: 0;
}

.functionality-box__info-body {
    display: flex;
    gap: 40px;
}

@media (max-width: 1024px) {
    .functionality-box__info-body {
        gap: 10px;
        flex-direction: column;
    }
}

.functionality-box__logo {
    width: 169px;
    height: 169px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
    flex-shrink: 0;
}

.functionality-box__logo img {
    width: 80px;
    height: 80px;
    object-fit: fill;
}

.services {
    margin-top: 60px;
}

.services-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .services-list {
        gap: 10px;
        padding: 15px;
    }
}

.services-list__item {
    width: 30%;
    display: flex;
    flex: auto;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background-color: rgb(244, 244, 246);
    border-radius: 6px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    color: #262C40;
    transition: 0.5s all ease;
    height: 118px;
    gap: 10px;
}

@media (max-width: 1024px) {
    .services-list__item {
        width: 45%;
        font-weight: 400;
        font-size: 17px;
        line-height: 22px;
    }
}

@media (max-width: 768px) {
    .services-list__item {
        width: 100%;
    }
}

.services-list__item:hover {
    color: #6bc72e;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
}

.slider-banner {
    min-height: 460px;
    background-image: url("../img/products/background-slider.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teasers-block {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.teasers-block .conditions-block {
    width: 49%;
    margin-bottom: 15px;
    padding: 20px 30px;
}

@media (max-width: 768px) {
    .teasers-block .conditions-block {
        width: 100%;
    }
}

.teaser-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.conditions-block__head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(194, 206, 219);
    align-items: center;
    padding-bottom: 20px;
}

.conditions-block__head .stage__item-icon {
    min-width: fit-content;
}

@media (max-width: 768px) {
    .slider-banner {
        padding-top: 40px;
    }
}

.text-color--white {
    color: #ffffff;
}

.slider-banner .section-title {
    color: #ffffff;
}

.section-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .section-title {
        font-weight: 500;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px;
    }
}

.slider-banner__box {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .slider-banner__box {
        flex-direction: column;
    }
}

.slider-banner .slider-element {
    background-color: #ffffff;
    display: flex;
    gap: 20px;
    padding: 15px;
    border-radius: 6px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .slider-banner .slider-element {
        margin: 15px 0;
    }
}

@media (max-width: 768px) {
    .slider-banner .slider-element {
        flex-direction: column;
    }
}

.slider-banner .slider-element__text {
    max-width: 60%;
    width: 100%;
}

@media (max-width: 768px) {
    .slider-banner .slider-element__text {
        order: 2;
        max-width: 100%;
    }
}

.tabs {
    /*margin-top: 100px;*/
}

.tabs-block {
    background-color: rgb(244, 244, 246);
    padding: 40px 60px;
    border-radius: 6px;
}

@media (max-width: 1024px) {
    .tabs-block {
        padding: 25px 15px;
    }
}

.tabs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}

.tabs-list .button--active {
    background-color: #6bc72e;
    color: #ffffff;
}

.tabs-list a {
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
    max-width: 268px;
    height: 50px;
    flex: 1;
    line-height: 18px;
}

.tabs-list .button-sm {
    padding: 5px 10px;
}

.tabs .description {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .tabs .description {
        margin-top: 20px;
    }
}

.tabs .description-item {
    display: none;
    opacity: 0;
}

.tabs .description-item--active {
    display: block;
    opacity: 1;
}

.tabs .description-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
}

@media (max-width: 768px) {
    .tabs .description-title {
        font-size: 24px;
        line-height: 26px;
    }
}

.tabs .description-box {
    display: flex;
    gap: 45px;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .tabs .description-box {
        flex-direction: column;
    }
}

.tabs .description-block {
    width: 60%;
}

@media (max-width: 768px) {
    .tabs .description-block {
        width: 100%;
    }
}

.tabs .description-element {
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
}

.tabs .description-element .button-sm {
    max-width: 160px;
    width: 100%;
}

.tabs .description-info__block::after {
    content: " ";
    position: absolute;
    bottom: 0;
    height: 28px;
    width: 100%;
    background: linear-gradient(to top, rgba(244, 244, 246, 1) 30%, rgba(244, 244, 246, 0.5) 100%);
}

.tabs .description-info__block.active::after {
    content: " ";
    position: absolute;
    bottom: 0;
    height: 28px;
    width: 100%;
    background: none;
}

@media (max-width: 425px) {
    .tabs .description-element {
        flex-direction: column;
    }
}

.tabs .description-element:not(:first-child) {
    border-top: 1px solid rgb(194, 206, 219);
    padding-top: 24px;
}

.tabs .description-element__name {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    max-width: 330px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tabs .description-element__name .article {
    font-size: 14px;
    font-style: italic;
    padding-top: 5px;
}

.tabs .description-element__price {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #d20a11;
    min-width: 90px;
}

.tabs .description-info {
    width: 40%;
}

@media (max-width: 768px) {
    .tabs .description-info {
        width: 100%;
    }
}

.tabs .description-info__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.tabs .description-info ul {
    padding-left: 20px;
}

.tabs .description-info li {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 15px;
}

.tabs .description-info__block {
    max-height: 140px;
    overflow: hidden;
    position: relative;
}

.tabs .description-info__block.active {
    max-height: 100%;
}

.ul-check .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
}

.ul-check,
.ul-check ul {
    list-style-type: none;
    padding: 0;
}

.ul-check ul li,
.ul-check li {
    background-image: url("../img/products/ul-check.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 36px;
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

.ul-check ol li {
    background-image: none;
    padding: 0 10px;
}

@media (max-width: 768px) {
	.ul-check li,
    .ul-check ul li {
        padding: 0 0 0 30px
    }
}

.ul-check li ul li,
.ul-check ul li ul li {
    background-image: url("../img/products/ul-check-blue.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left top 3px;
    padding: 0 25px;
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

.ul-check li::marker,
.ul-check ul li::marker {
    text-align: center;
}


.multicolor {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.multicolor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f6;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    min-height: 120px;
    width: 330px;
    flex-grow: 1;
}

.multicolor-item__left {
    width: 104px;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    top: -10px;
    color: #ffffff;
    z-index: 1;
    position: relative;
}

.multicolor-item__right {
    padding: 20px;
    flex: 1;
}

.multicolor--blue {
    position: relative;
}

.multicolor--blue::before {
    content: "";
    width: 223px;
    height: 223px;
    position: absolute;
    background: linear-gradient(134deg, #3d8aba 0%, #0065a5 100%);
    border-radius: 50%;
    left: -110px;
    top: -85px;
}

.multicolor--green {
    position: relative;
}

.multicolor--green::before {
    content: "";
    width: 223px;
    height: 223px;
    position: absolute;
    background: linear-gradient(134deg, #6bc72e 0%, #56a522 100%);
    border-radius: 50%;
    left: -110px;
    top: -85px;
}

.multicolor--red {
    position: relative;
}

.multicolor--red::before {
    content: "";
    width: 223px;
    height: 223px;
    position: absolute;
    background: linear-gradient(134deg, #d20a11 0%, #d20a11 100%);
    border-radius: 50%;
    left: -110px;
    top: -85px;
}

.multicolor--gray {
    position: relative;
}

.multicolor--gray::before {
    content: "";
    width: 223px;
    height: 223px;
    position: absolute;
    background: linear-gradient(134deg, #636e7b 0%, #636e7b 100%);
    border-radius: 50%;
    left: -110px;
    top: -85px;
}

.duo-block__text > ul {
    padding-left: 30px;
    margin: 0;
}

/* end products detail */

/* start services */

.services-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0;
    gap: 20px;
}

.services-tabs .tab-item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 258px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    transition: 0.3s all ease;
    width: 100%;
    hyphens: auto;
}

@media (max-width: 425px) {
    .services-tabs .tab-item {
        max-width: 180px;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .services-tabs .tab-item {
        width: calc(50% - 10px);
        max-width: 100%;
    }
}

.services-tabs .tab-item:hover {
    background-color: #f4f4f6;
    transition: 0.3s all ease;
    cursor: pointer;
}

.services-tabs .tab-item__img {
    width: 40px;
    height: 40px;
}

.services-tabs .tab-item__name {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.services-tabs .tab-item--active {
    background-color: #f4f4f6;
}

.services-items {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
    flex-grow: 1;
}

.services-items .service-item {
    max-width: calc(25% - 23px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #262c40;
    transition: 0.3s all ease;
    width: 100%;
}

@media (max-width: 1024px) {
    .services-items .service-item {
        max-width: calc(33% - 20px);
    }
}

@media (max-width: 768px) {
    .services-items .service-item {
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 340px) {
    .services-items .service-item {
        max-width: 100%;
        width: 100%;
    }
}

.services-items .service-item:hover {
    cursor: pointer;
}

.services-items .service-item:hover .service-item__head-name {
    color: #6bc72e;
    transition: 0.3s all ease;
}


.services-items .service-item__head {
    display: flex;
    align-items: center;
}

.service-item__head-img {
    min-width: 72px;
    min-height: 72px;
}

.services-items .service-item__head-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    transition: 0.3s all ease;
    margin-left: 25px;
}

.services-items .service-item__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

.service-section {
    display: none;
}

.service-section--active {
    display: block;
}

.top-banner--gray {
    background-image: url("../img/services/background-banner1.png");
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 0 20% 0 10%;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .top-banner--gray {
        padding: 16px;
    }
}

.top-banner--gray .top-banner__text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 640px;
    padding: 25px 0;
}

.top-banner--gray .top-banner__title {
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #262c40;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .top-banner--gray .top-banner__title {
        font-weight: 600;
        font-size: 30px;
        line-height: 30px;
    }
}

.conditions-block {
    padding: 40px 60px;
    border-radius: 6px;
    background-color: #f4f4f6;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 1024px) {
    .conditions-block {
        padding: 20px 15px;
    }
}

.duo-block {
    position: relative;
    margin-top: 30px;
    display: flex;
    gap: 30px;
}

@media (max-width: 768px) {
    .duo-block {
        padding: 0 15px;
    }
}

.advantage-usage.hide .duo-block__left:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0;
    width: calc(100% - 16px);
    height: 25%;
    background: linear-gradient(transparent, white);
    pointer-events: none;
}

.advantage-usage.hide .duo-block {
    padding-bottom: 30px;
}

.advantage-usage .duo-block__left.active {
    height: 100% !important;
}

.advantage-usage .duo-block__left.active:after {
    height: 0;
}

.advantage-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    margin: 0;
    padding: 0;
}


@media (max-width: 768px) {
    .duo-block {
        flex-direction: column;
        gap: 20px;
    }
}

.duo-block__left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.duo-block__left p,
.duo-block__right p {
    margin-top: 0;
}

.duo-block__left .section-title {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .duo-block__left {
        width: 100%;
    }
}

.duo-block__right {
    width: 50%;
    background-position: bottom right;
    background-repeat: repeat-x;
    background-image: url('../img/services/background-arrows.png');
    display: flex;
    /*flex-direction: column-reverse;*/
    gap: 20px;
}

.duo-block__right--bg {

}

@media (max-width: 768px) {
    .duo-block__right {
        width: 100%;
    }
}

.duo-block__right.gallery {
    background-image: none;
    overflow: hidden;
}

@media (max-width: 768px) {
    .duo-block__right.gallery {
        order: -1;
    }
}

.projects.duo-block__right {
    flex-direction: column;
}

@media (max-width: 768px) {
    .projects.duo-block__right.gallery {
        order: 1;
    }
}

.duo-block__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
}

.duo-block__subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.duo-block__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

/* end services */

/* start cost services */

.cost-head {
    background-image: url('../img/services/background-cost-green.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 176px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 120px;
}

.cost-head__text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cost-body {
    background-color: #f4f4f6;
    padding: 20px 120px;
}

@media (max-width: 1200px) {
    .cost-body {
        padding: 20px 15px;
    }
}

.cost-element {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    gap: 10px;
}

@media (max-width: 768px) {
    .cost-element {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
}

.cost-element__title {
    max-width: 580px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cost-element__money {
    max-width: 270px;
}

.cost-element__money span {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #d20a11;
}

@media (max-width: 768px) {
    .cost-element__money {
        max-width: 100%;
    }
}

.cost-element__button .button {
    min-width: 200px;
}

.cost-body .cost-element:not(:last-child) {
    border-bottom: 1px solid rgb(194, 206, 219);
}

.cost-head__button .button {
    min-width: fit-content;
    white-space: nowrap;
    padding: 10px 15px;
}

.m-0 { margin: 0; }

@media (max-width: 768px) {
    .cost-head {
        flex-direction: column;
        gap: 20px;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .cost-head {
        padding: 20px 15px;
    }
}

.cost-body--border {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.cost-bottom {
    background-image: url("../img/services/background-slider.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 176px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 120px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

@media (max-width: 768px) {
    .cost-bottom {
        padding: 10px 20px
    }
}

.cost-bottom .title {
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
}

.cost-bottom .text {
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
}

.section-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 768px) {
    .section-text {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }
}

.gallery-head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}

.gallery-head__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.gallery-head__arrow {
    width: 45px;
    height: 45px;
    transition: 0.3s all ease;
    border-radius: 50%;
    z-index: 99;
}

.gallery-head__arrow.left {
    transform: rotate(-180deg);
}

.gallery-head__arrow:hover {
    filter: brightness(0.8);
    transition: 0.3s all ease;
    cursor: pointer;
    background-color: #cdff8f;
    opacity: 0.5;
}

.gallery-content .swiper-slide img {
    max-width: 100%;
    cursor: pointer;
}

.swiper-button-disabled {
    display: none;
}

/* end cost services */

/* start product, escort, services */
.products-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.products .product-item {
    width: 100%;
    max-width: calc(25% - 12px);
    padding: 20px;
    background-image: url("../img/news/background-banner-blue.png");
    background-position: center;
    text-decoration: none;
    text-transform: none;
    transition: 0.3s all ease;
    border-radius: 6px;
    min-height: 120px;
}

@media (max-width: 1024px) {
    .products .product-item {
        max-width: calc(33.33% - 10px);
    }
}

@media (max-width: 768px) {
    .products .product-item {
        max-width: calc(50% - 8px);
    }
}

@media (max-width: 430px) {
    .products .product-item {
        max-width: 100%;
    }
}

.products .product-item:hover {
    background-color: rgba(244, 244, 246, 0.4);
    transition: 0.3s all ease;
}

.products .product-item:hover {
    background-position: 10% 10%;
    transition: 0.3s all ease;
}

.products .product-item:hover .product-item__name {
    transition: 0.3s all ease;
}

.products .product-item__name {
    font-size: 17px;
    color: #ffffff;
    transition: 0.3s all ease;
}

/* end product, escort, services */


.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

@media (max-width: 768px) {
    .mt-150 {
        margin-top: 60px !important;
    }
}

.provided {
    display: flex;
    flex-direction: column;
    background-color: #f4f4f6;
    border-radius: 6px;
    padding: 40px 45px;
}

.provided-name {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
}

.provided-services ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    gap: 25px;
    padding-left: 0;
}

.provided-services ul li {
    width: calc(50% - 20px);
    position: relative;
    padding-left: 40px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 768px) {
    .provided-services ul li {
        width: 100%;
    }
}

.provided-services ul li:before {
    position: absolute;
    left: 0;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url("../img/products/ul-check.png");
    background-repeat: no-repeat;
    background-position: center;
}

.accordion .accordion-item {
    margin: 20px 0;
}

.accordion .accordion-item .accordion-header {
    font-size: 18px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    color: #0076c0;
    transition: .3s all ease
}

.accordion .accordion-item .accordion-header:hover {
    color: #0076c09e;
    transition: .3s all ease
}

.accordion .accordion-item .accordion-content {
    display: none;
    padding: 16px;
}

.active .accordion .accordion-item .accordion-content {
    display: block;
}

.accordion-content .table {
    margin-top: 0;
}

.back--share--news {
    margin-top: 50px;
}

.contacts-block {
    display: flex;
    gap: 30px;
}

@media (max-width: 768px) {
    .contacts-block {
        flex-direction: column;
    }
}

.contacts-block__info {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contacts-block__info img {
    max-width: fit-content;
}

@media (max-width: 768px) {
    .contacts-block__info {
        max-width: 100%;
    }
}

.contacts-block__info div {
    font-size: 18px;
}

.address-info {
    display: flex;
    flex-direction: column;
}

.address-info .name {
    margin-bottom: 0;
}

.contacts-block__map {
    display: block;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    align-self: end;
}

.contacts-block__map .b24-form-wrapper {
    max-width: 100%;
    margin: 0;
}

.contacts-block__map .b24-form-header {
    display: none;
}

.contacts-block__map .b24-form-content {
    padding: 14px 0;
}

.contacts-block__map .b24-form-btn-block {
    max-width: 250px;
}

.index-banners {
    display: flex;
    overflow: hidden;
    gap: 20px
}

@media (max-width: 1024px) {
    .index-banners {
        flex-direction: column;
    }
}

.big-banner {
    width: 70%;
    height: 400px;
    background-image: url("../img/index/index-big-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .big-banner {
        height: 200px;
        width: 100%;
    }
}

.big-banner__title {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-weight: 500;
    font-size: 30px;
    color: #262c40;
    padding: 20px;
    line-height: 110%;
    max-width: 420px;
}

@media (max-width: 768px) {
    .big-banner__title {
        font-size: 20px;
    }
}

.big-banner__slider {
    width: 100%;
    height: 100%;
}

.big-banner__img {
    max-width: 370px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    right: 45px;
    bottom: 0;
}

@media (max-width: 550px) {
    .big-banner__img {
        display: none;
    }
}

.big-banner__img img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.big-banner__slider .swiper-button-prev,
.big-banner__slider .swiper-button-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d9dee3;
    border-radius: 50%;
    border: 1px solid;
    padding: 20px;
}

.big-banner__slider .swiper-button-next:after,
.big-banner__slider .swiper-button-prev:after {
    font-size: 20px;
    color: #262C40;
}

.big-banner__slider .swiper-slide {
    padding: 0 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
}

.column-duo {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    width: 30%;
}

@media (max-width: 1024px) {
    .column-duo {
        width: 100%;
        flex-direction: row;
    }
}

.small-banner {
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
    position: relative;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    min-height: 190px;
    color: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .3s all ease;
}

.small-banner::after {
    opacity: 0;
}

.small-banner:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    inset: 0;
    transition: .3s all ease;
    opacity: 1;
}

.small-banner:hover .title {
    color: #ffffff;
    z-index: 1;
}

@media (max-width: 768px) {
    .small-banner {
        padding: 6px 15px;
    }
}

.small-banner-img {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .small-banner-img {
        display: none;
    }
}

.small-banner .title {
    max-width: 200px;
}

.index-services {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}

.index-services .service-item {
    width: calc(33% - 10px);
    border-radius: 5px;
    background-color: #F4F4F6;
    position: relative;
    hyphens: auto;
}

@media (max-width: 1024px) {
    .index-services .service-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 540px) {
    .index-services .service-item {
        width: 100%;
    }
}

.index-services .service-item .service-item--blue ul {

}

.index-services .service-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #C2CEDB;
    padding: 40px;
}

@media (max-width: 768px) {
    .index-services .service-item__head {
        padding: 20px;
    }
}

.index-services .service-item__head .title {
    font-weight: 500;
    font-size: 24px;
    color: #262c40;
    max-width: 265px;
}

.index-services .service-item__head .icon {
    height: 85px;
    display: flex;
    align-items: center;
}

.index-services .service-item__head .icon img {
    max-width: 100%;
}

.index-services .service-item__info {
    padding: 20px 40px;
}

@media (max-width: 768px) {
    .index-services .service-item__info {
        padding: 20px 20px;
    }
}

.index-services .service-item__info p {
    margin-top: 0;
}

.index-services .service-item__info.ul-check ul {
    padding-bottom: 20px;
    margin-top: 0;
}

.index-services .service-item__info .see-more {
    position: absolute;
    bottom: 10px;
}

.index-services .service-item--blue .service-item__info.ul-check ul li {
    background-image: url(../img/products/ul-check-blue.png);
}

.index-services .service-item--orange .service-item__info.ul-check ul li {
    background-image: url(../img/products/ul-check-orange.png);
}

.index-info {
    display: flex;
    gap: 40px;
    padding: 20px 0;
}

@media (max-width: 1024px) {
    .index-info {
        flex-direction: column;
    }
}

.index-news {
    width: 80%;
}

@media (max-width: 1024px) {
    .index-news {
        width: 100%;
    }
}

.index-news__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.index-news__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 36px;
    color: #262c40;
}

.index-news__elements {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px;
}

.index-news .news-element {
    width: calc(50% - 13px);
    border-radius: 6px;
}

@media (max-width: 550px) {
    .index-news .news-element {
        width: 100%;
    }
}

.index-news .news-element__img {
    height: 142px;
}

.index-news .news-element__img img {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    transition: .3s all ease;
}

.index-news .news-element:hover img {
    width: 100%;
    height: 100%;
    filter: grayscale(0);
    transition: .3s all ease;
}

.index-news .news-element__info {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.index-news .news-element__info .date {
    font-weight: 300;
    font-size: 18px;
    color: #262c40;
}

.index-news .news-element__info .title {
    font-weight: 500;
    font-size: 24px;
    color: #262c40;
    line-height: 28px;
    margin-bottom: 14px;
}

.index-news .news-element__info .text {
    font-weight: 300;
    font-size: 18px;
    color: #262c40;
}

.index-publications {
    width: 40%;
}

@media (max-width: 1024px) {
    .index-publications {
        width: 100%;
    }
}

.index-publications__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.index-publications__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 36px;
    color: #262c40;
}

.index-publications__elements {
    margin-top: 30px;
}

.index-publications .publication-element {
    width: 100%;
    border-radius: 6px;
    display: block;
}

@media (max-width: 1024px) {
    .index-publications .publication-element {
        width: calc(50% - 13px);
    }
}

@media (max-width: 550px) {
    .index-publications .publication-element {
        width: 100%;
    }
}

.index-publications .publication-element__img {
    height: 142px;
    overflow: hidden;
    border-radius: 6px;
}

.index-publications .publication-element__img img {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    transition: .3s all ease;
}

.index-publications .publication-element:hover img {
    width: 100%;
    height: 100%;
    filter: grayscale(0);
    transition: .3s all ease;
}

.index-publications .publication-element__info {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.index-publications .publication-element__info .date {
    font-weight: 300;
    font-size: 18px;
    color: #262c40;
}

.index-publications .publication-element__info .title {
    font-weight: 500;
    font-size: 24px;
    color: #262c40;
    line-height: 28px;
    margin-bottom: 14px;
}

.index-publications .publication-element__info .text {
    font-weight: 300;
    font-size: 18px;
    color: #262c40;
}

.index-banner__cube {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-height: 400px;
    height: 100%;
    padding: 40px;
    border-radius: 6px;
    overflow: hidden;

    background-image: url("../img/cube-bg-preson.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cube-info {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 1;
}

.cube-info__title {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
    line-height: 38px;
}

.cube-info__text {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}

.cube-person {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 550px) {
    .cube-person {
        display: none;
    }
}

.any-question {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    border-radius: 6px;
    padding: 50px;
    margin-bottom: 20px;
    background-image: url("../img/any_question.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.any-question__text {
    width: 60%;
}

@media (max-width: 768px) {
    .any-question__text {
        width: 100%;
    }
}

.any-question__other {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 15px;
    min-width: 220px;
    text-align: center;
}

.any-question__text .title {
    font-weight: 500;
    font-size: 30px;
    color: #fff;
}

.any-question__other .text {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.any-question__contacts {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 20px;
    min-width: 290px;
}

@media (max-width: 768px) {
    .any-question__contacts {
        align-items: center;
    }
}

.any-question__contacts a.phone {
    font-weight: 500;
    font-size: 25px;
    text-align: right;
    color: #374151;
    transition: .3s all ease;
}

.any-question__contacts a.phone:hover {
    color: #6bc72e;
    transition: .3s all ease;
}

.projects-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
}

.project-item {
    position: relative;
    width: calc(33.33% - 20px);
    border-radius: 6px;
    background: #f4f4f6;
}

@media (max-width: 1024px) {
    .project-item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 500px) {
    .project-item {
        width: 100%;
    }
}

.project-item__head {
    display: flex;
    justify-content: center;
}

.project-item__head-img {
    width: 100%;
    height: 142px;
    min-height: 142px;
    overflow: hidden;
}

.project-item__head-img img {
    width: 100%;
    filter: grayscale(1);
    transition: .3s all ease;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.project-item:hover .project-item__head-img img {
    filter: grayscale(0);
    transition: .3s all ease;
}

.project-item__body {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 30px 30px 60px 30px;
}

@media (max-width: 1024px) {
    .project-item__body {
        padding: 10px 10px 50px 10px;
    }
}

.project-item__body .direction {
    font-weight: 300;
    font-size: 18px;
    color: #6bc72e;
}

.project-item__body .title {
    font-weight: 500;
    font-size: 24px;
    color: #262c40;
    line-height: 105%;
}

@media (max-width: 1024px) {
    .project-item__body .title {
        font-size: 18px;
    }
}

.project-item__body .see-more {
    position: absolute;
    bottom: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 156%;
}

.case-block {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.client-logo {
    display: flex;
    align-items: end;
    position: relative;
    justify-content: flex-end;
}

.client-logo img {
    max-width: 100%;

}

.case-block__head .case-block__head-top {
    display: flex;
    gap: 20px;
    align-items: center;
}

.case-block__head-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    background-color: #F4F4F6;
}

.case-block__head-logo img {
    max-width: 100%;
    padding: 5px;
}

.case-block__head-title {
    font-weight: 500;
    font-size: 40px;
    color: #262c40;
}

.case-block__body {
    padding: 40px 60px;
    border-radius: 6px;
}

.case-block__head-description {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #262c40;
}

.case-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
    padding: 0 6%;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.case-banner--bg {
    background-image: url("../img/client/client-banner-detail.png");
}

.case-banner .case-banner__text {
    max-width: 620px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.case-banner .case-banner__text .case-banner__direction {
    font-weight: 400;
    font-size: 24px;
    color: #262c40;
}

.case-banner .case-banner__text .case-banner__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #262c40;
}

.case-banner__img {
    top: 0;
    max-width: 40%;
    width: 100%;
    max-height: 400px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.case-banner__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    z-index: 0;
    transition: .3s all ease;
    filter: grayscale(1);
}

.about-banner:hover .case-banner__img img,
.case-banner__img:hover img {
    transition: .3s all ease;
    filter: none;
}

@media (max-width: 768px) {
    .case-banner__img img {
        filter: opacity(0.5);
    }
}

.about-banner {
    border-radius: 6px;
    min-height: 400px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .about-banner {
        min-height: 250px;
    }
}

.about-banner .case-banner .case-banner__text .case-banner__title {
    color: #ffffff;
}


.about-banner__swiper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 400px;
    background-image: url("../img/about-blue-big.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 768px) {
    .about-banner__swiper {
        min-height: 250px;
    }
}


.about-banner__swiper .swiper-pagination {
    bottom: 40px !important;
}

.about-banner__swiper.big-banner__slider .swiper-button-next:after,
.about-banner__swiper.big-banner__slider .swiper-button-prev:after {
    color: #ffffff;
}

.about-banner__swiper .swiper-pagination-bullet-active {
    background: #ffffff;
}

.about-banner__swiper .title {
    font-weight: 500;
    font-size: 50px;
    text-align: center;
    color: #fff;
}

@media (max-width: 768px) {
    .about-banner__swiper .title {
        font-size: 30px;
    }
}

.about-banner--small {
    min-height: 186px;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

@media (max-width: 550px) {
    .about-banner--small {
        flex-direction: column;
    }
}

.about-banner--green {
    background-image: url("../img/about-green-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-banner--blue {
    background-image: url("../img/about-blue-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.content {
    padding: 50px 0;
}

.about-list {
    border-radius: 6px;
    position: relative;
    padding: 0 50px;
}

@media (max-width: 1024px) {
    .about-list {
        padding: 0;
    }
}

.about-list__swiper {
    position: relative;
    overflow: hidden;
}

.about-list__swiper .about-swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    padding: 60px 120px;
}

@media (max-width: 1024px) {
    .about-list__swiper .about-swiper-slide {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .about-list__swiper .about-swiper-slide {
        flex-direction: column;
    }
}

.about-swiper-slide__text {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-swiper-slide__text .title {
    font-weight: 500;
    font-size: 40px;
    color: #262c40;
    line-height: 110%;
}

.about-swiper-slide__text .description {
    font-weight: 300;
    font-size: 18px;
    color: #262c40;
}

.about-swiper-slide__text .description p {
    margin-top: 0;
}

.about-swiper-slide__img {
    position: relative;
    max-width: 386px;
}

.about-swiper-slide__img img {
    max-width: 100%;
}

.about-swiper-slide__img .arrow-left {
    position: absolute;
    bottom: 10%;
    left: -18%;
}

.about-swiper-slide__img .arrow-right {
    position: absolute;
    right: -18%;
    top: 15%;
    z-index: -1;
}

.about-list__swiper .swiper-button-prev,
.about-list__swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d9dee3;
    border-radius: 50%;
    border: 1px solid;
    padding: 20px;
}

.about-list__swiper .swiper-button-next:after,
.about-list__swiper .swiper-button-prev:after {
    font-size: 20px;
    color: #262C40;
}

.footer-banner {
    min-height: 264px;
    /*background-image: url("../img/footer-banner-bg.png");*/
    background-image: url("/local/templates/vega/img/gray_fon_1400_2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    margin-top: 60px;
}

@media (max-width: 900px) {
    .footer-banner {
        background-image: url("/local/templates/vega/img/gray_fon_900_2.png");
    }
}

@media (max-width: 375px) {
    .footer-banner {
        background-image: url("/local/templates/vega/img/gray_fon_315_2.png");
    }
}

.index .footer-banner {
    margin-top: 0;
}

.footer-banner-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .footer-banner-box {
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }
}

.footer-banner-box .section-subtitle {
    margin-bottom: 20px;
}

.special-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 250px;
    gap: 10px;
    border-radius: 28px;
    padding: 35px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 768px) {
    .special-banner {
        flex-direction: column;
    }
}

.special-banner--green {
    background-image: url("../img/index/special-banner-green.png");
}

.special-banner--blue {
    background-image: url("../img/index/special-banner-blue.png");
}

.special-banner__img {
    max-width: 300px;
    width: 100%;
}

@media (max-width: 1024px) {
    .special-banner__img {
        max-width: 240px;
    }
}

@media (max-width: 768px) {
    .special-banner__img {
        display: none;
    }
}

.special-banner__img img {
    position: absolute;
    left: 20px;
    bottom: 0;
    max-width: 25%;
}

@media (max-width: 768px) {
    .special-banner__img img {

    }
}

.special-banner__text {
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1;
}

.special-banner__text .title {
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    color: #fff;
}

@media (max-width: 768px) {
    .special-banner__text .title {
        font-size: 32px;
    }
}

.special-banner__text .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    color: #ffffff;
}

.special-banner__button {
    min-width: 220px;
}

.copyright-vega {
    font-size: 14px;
    font-weight: 400;
}

.not-found {
    max-width: 800px;
    margin: 30px auto 60px;
}

.not-found__img {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120px;
    font-weight: 500;
    color: #8dc641;
}

.not-found__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.not-found__text p {
    margin: 0;
    color: #262c40;
}

.partners-logo .swiper-slide {
    max-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-logo .swiper-slide img {
    max-width: 80%;
}

.partners-logo .swiper-wrapper {
    align-items: center;
}

#return-to-top {
    color: #ffffff;
    position: fixed;
    bottom: 10%;
    left: 5%;
    width: 40px;
    height: 40px;
    border: 1px solid #F4F4F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#return-to-top {
    transform: translateY(0px);
    transition: .3s all ease;
}

#return-to-top svg g {
    stroke: #77b62b;
}

#return-to-top:hover {
    transform: translateY(-5px);
    transition: .3s all ease;
    cursor: pointer;
}

.review-item {
    padding: 40px;
    display: flex;
    flex-direction: column;
    background-color: #F4F4F6;
    border-radius: 15px;
    max-width: 85%;
    margin: 0 auto;
}

.review-item__name {
    font-size: 18px;
}

.review-item__section {
    font-size: 14px;
    color: #8dc641;
}

.review-item__text {
    margin-top: 20px;
}

.flex {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.section-title__search {
    font-size: 16px;
    line-height: 18px;
}

.section-title__search form {
    display: flex;
    align-items: center;
}

.search--section {
    max-width: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    right: 0;
}

@media (max-width: 1024px) {
    .search--section {
        display: flex !important;
        max-width: 90%;
        margin: 20px auto;
    }
}

.close--search--form-section {
    position: absolute;
    left: 15px;
}

.search-btn {
    transition: 1s;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .search-btn {
        display: none;
    }
}

.search-btn svg {
    transition: 0.3s all ease;
}

.search-btn:hover svg {
    filter: opacity(0.5);
    transition: 0.3s all ease;
}

.search--active--icon {
    position: absolute;
    right: 10px;
}

.search--form--input {
    margin: 10px 0;
    border: 1px solid #D9DEE3;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 5px 40px;
    max-width: 360px;
    width: 100%;
}

@media (max-width: 1024px) {
    .search--form--input {
        max-width: 100%;
    }
}

input.search--form--input:focus {
    border: 1px solid #D9DEE3;
    box-sizing: border-box;
    border-radius: 6px;
    opacity: 1;
    outline-style: none;
    transition: 1.5s;
}

.preview-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    color: #ffffff;
}

.preview-text.preview-text--active {
    max-height: auto;
}

.preview-text-button {
    color: #ffffff;
}

.preview-text-button:hover {
    color: #e3e3e3d1;
}

.price-section--mobile {
    display: none;
}


.price-section__title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.price-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 20px;
    padding: 10px 10px 40px 10px;
    background-color: #f4f4f6;
    border-radius: 20px;
    max-height: 240px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.price-block__option-value,
.price-block__option-name {
    text-align: center;
}

.price-block__option-name.title,
.price-block__option-value.price {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.price-block__option-value.marker {
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background-image: url("/upload/medialibrary/17d/qpi5bfn2m1b9v3quhs5wd7tqgslzdj0b/yell_marker.png");
    background-repeat: no-repeat;
    background-position: center;
}

.price-block--arrow {
    position: absolute;
    bottom: 0;
    right: 10px;
    transition: 0.5s all ease;
    animation: moveDownUp 1.5s ease-in-out infinite;
    border-radius: 50%;
    background-color: #fae54c;
    width: 40px;
    height: 40px;
}

.price-block--active {
    max-height: 2000px;
}

.price-block--active .price-block--arrow {
    transform: rotate(180deg);
    transition: 0.5s all ease;
}


.content-block h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
}

.content-block h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
}

.table-compare {
    width: 100%;
    background-color: #F4F4F6;
    border-radius: 8px;
    border-collapse: collapse; 
    overflow: hidden;
    display: block;
}

.content-block__description {
    display: block;
    width: 100%;
}

@media (max-width: 600px) {
    .table-compare {
        overflow: scroll;
    }
}

/* Стили для заголовка таблицы */
.table-compare thead {
    background-color: #6BC62E;
}

.table-compare thead td p {
    text-align: center;
    padding: 10px 40px;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
}

.table-compare thead td:first-child p {
    text-align: left;
}

/* Стили для тела таблицы */
.table-compare tbody tr {
    border-bottom: 1px solid #E4E4E7; /* Добавляем обводку снизу для всех строк */
}

.table-compare tbody tr:last-child {
    border-bottom: none; /* Убираем обводку у последней строки */
}

.table-compare tbody td {
    padding: 40px;
    vertical-align: middle;
}

.table-compare tbody td p {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #262C40;
    margin: 0;
}

/* Первая колонка — выравнивание по левому краю */
.table-compare tbody td:first-child {
    text-align: left;
    width: 70%; /* Задаем большую ширину для первой колонки */
}

/* Остальные колонки — по центру */
.table-compare tbody td:not(:first-child) {
    text-align: center;
    width: auto; /* Равномерное распределение оставшейся ширины */
}

.links-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.links-list__item {
    width: 40%;
    display: flex;
    flex: auto;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background-color: rgb(244, 244, 246);
    border-radius: 6px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    color: #262C40;
    transition: 0.5s all ease;
    height: 118px;
}

@media (max-width: 768px) {
    .links-list__item {
        width: 100%;
    }
}

.links-list__item:hover {
    color: #6bc72e;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
}

.duo-block.duo-block-links .duo-block__left {
    background-position: bottom right;
    background-repeat: repeat-x;
    background-image: url(../img/services/background-arrows2.svg);
}

.duo-block.duo-block-links .duo-block__right {
    background: none;
}

.conditions-block.list-text .duo-block {
    margin-top: 0;
}

.conditions-block.list-text .duo-block__right {
    background: none;
}

.list-compare .conditions-block__head {
    border-bottom: 0;
}

.list-compare__item {
    border-bottom: 1px solid rgb(194, 206, 219);
    padding-bottom: 15px;
    padding-top: 15px;
}

.list-compare__item:first-child {
    padding-top: 0;
}

.list-compare__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.list-compare__item.list-flex .conditions-block__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-compare__item.list-flex ul {
    width: 48%;
}

.top-banner__subtitle {
    font-size: 27px;
    padding-top: 10px;
}

.special-banner__text .text p {
    font-size: 25px;
}

@media (max-width: 768px) {
    .list-compare__item.list-flex ul {
        width: 100%;
    }
}

.list-compare__item.list-flex p {
    width: 100%;
}

.list-flex.list-flex-one ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.list-flex.list-flex-one ul li {
    width: 48%;
}

.conditions-block.list-text {
    background-position: bottom right 40px;
    background-size: 400px auto;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

@media(max-width: 425px) {
    .conditions-block.list-text {
        padding: 40px 40px 40px 0;
    }
}

.dual-block__image {
    background-position: center;
    background-size: 400px auto;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.top-banner.articles .banner-text {
    color: #fff;
}

.top-banner.articles {
    justify-content: space-between;
}

.duo-block.articles .duo-block__right {
    background: none;
}

.duo-block.articles .duo-block__left {
    background-position: bottom left;
    background-repeat: repeat-x;
    background-image: url(../img/services/arrow_small.svg);
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.dual-block.articles   {
    align-items: center;
}

.dual-block.articles h1,
.dual-block.articles h2,
.dual-block.articles h3,
.dual-block.articles h4,
.dual-block.articles h5 {
    margin-top: 0;
}

.duo-block h3,
.duo-block h4,
.duo-block h5 {
    margin-top: 0;
}

@media(max-width: 1024px) {
    .review-item {
        max-width: 75%;
    }
}

@media(max-width: 768px) {
    .content-block h3 {
        font-weight: 500;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .content-block h4 {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 25px;
    }
}

@media (max-width: 430px) {
    .baner__info {
        gap: 20px;
        padding: 15px;
    }

    .baner__info__title {
        font-size: 24px;
        line-height: 29px;
    }

    .baner__info__discript {
        font-size: 18px;
    }

    .filling__link, .button__link {
        font-size: 14px;
    }

    .block__inner > .block__info {
        padding: 10px 15px;
    }

    .prod-block ul {
        padding: 0;
    }

    .prod-block ul li {
        list-style: none;
        padding: 10px 0;
    }

    .block__inner > .block__info:nth-child(2) {
        padding: 0 15px 15px 15px;
    }

    .block__elem {
        padding: 0;
    }

    .elem__list__marker__info {
        padding: 10px 10px 10px 15px;
    }

    .prod-block li > a {
        display: flex;
        align-items: center;
    }

    .prod-block li > a > svg {
        flex: 0 0 auto;
    }

    .price__section-service .services-items .service-item__head {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .price__section-service .service-item__head-name {
        margin: 0;
    }

    .price__section-service .services-items {
        justify-content: space-around;
    }

    .review-item {
        max-width: 96%;
        padding: 15px;
    }

    .people-reviews .swiper-button-prev,
    .people-reviews .swiper-button-next {
        display: none;
    }

    .price-block--desktop {
        display: none;
    }

    .price-section--mobile {
        display: block;
    }

    .block__prezent__comments {
        font-size: 16px;
    }
}
.people-reviews {
    overflow: hidden;
    display: block;
    position: relative;
}

@keyframes moveDownUp {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0;
    }
}

/*Новый блок "Обратный звонок" - см. /soprovozhdenie_1s/abonentskoe-soprovozhdenie/ */
.block__call__back {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-image: url("/local/templates/vega/img/abon_soprov/gray_fon_1400.PNG");
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 35px;
    padding: 0 5%;
    position: relative;
    margin-top: 100px;
    margin-bottom: 20px;
}

@media (max-width: 1400px) {
    .block__call__back {
        background-size: cover;
    }
}

@media (max-width: 1200px) {
    .block__call__back {
        padding: 0 2%;
    }
}

@media (max-width: 900px) {
    .block__call__back {
        background-image: url("/local/templates/vega/img/abon_soprov/gray_fon_900.PNG");
    }
}

@media (max-width: 375px) {
    .block__call__back {
        background-image: url("/local/templates/vega/img/abon_soprov/gray_fon_315.PNG");
    }
}

.block__call__back_img {
    position: relative;
    width: 20%;
}

.block__call__back_img .show-mobile {
    display: none;
}

.block__call__back_img img{
    position: absolute;
    bottom: 0;
}

.block__call__back_info {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block__call__back_info_title {
    font-family: Rubik;
    font-weight: 700;
    font-size: 40px;
    vertical-align: middle;
    padding-bottom: 10px;
}

.block__call__back_info_text {
    font-family: Rubik;
    font-weight: 400;
    font-size: 18px;
    vertical-align: middle;
}

.block__call__back_form {
    position: relative;
    width: 25%;
}

@media (max-width: 1024px) {
    .block__call__back_info {
        width: 45%;
        padding-left: 20px;
    }
    .block__call__back_form {
        width: 35%;
    }
}

.block__call__back_form .b24-form-wrapper {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.b24-form-header-padding {
    display: none;
}

.block__call__back_form .b24-form-field.b24-form-field-phone input {
    background-color: #ffffff;
    padding-right: 0;
}

.block__call__back_form .b24-form-wrapper.b24-from-state-on {
    min-height: auto;
}

.block__call__back_form .b24-form-success-icon {
    width: 60px;
    height: 60px;
}

.block__call__back_form .b24-form-btn-block button {
    border: 1px solid #0076c0;
}

.block__call__back_form .b24-form-btn-block button:hover {
    border: 1px solid #0076c0;
    background-color: #ffffff;
    color: #0076c0;
}

@media (max-width: 768px) {
    .block__call__back {
        flex-direction: column;
        justify-content: flex-start;
        padding: 0 20px;
        position: relative;
        margin-top: 20px;
    }

    .block__call__back_img,
    .block__call__back_info,
    .block__call__back_form {
        width: 100%;
    }

    .block__call__back_img {
        display: flex;
        justify-content: center;
        align-items: center;
        order: 3;
    }

    .block__call__back_img .show-desctop {
        display: none;
    }

    .block__call__back_img .show-mobile {
        display: block;
    }

    .block__call__back_info {
        order: 1;
        padding: 30px 30px 0 30px;
    }

    .block__call__back_info_title {
        font-size: 30px;
        line-height: normal;
    }

    .block__call__back_form {
        order: 2;
    }

    .block__call__back_img img {
        position: relative;
    }

    .block__call__back_form .b24-form-wrapper {
        min-height: auto;
    }

    .block__call__back_form .b24-form-wrapper .b24-form-content {
        width: 100%;
    }
}@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

* {
    font-family: "Rubik", sans-serif;
    box-sizing: border-box;
}

body {
    margin: 0;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

p, li {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

img {
    max-width: 100%;
}

main {
    flex: 1;
    position: relative;
    width: 100%;
}

:has(:target) {
    scroll-behavior: smooth;
}

.bg-gray {
    background-color: #F4F4F6;
    padding: 30px 0;
}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
    color: #0076c0;
    cursor: pointer;
    transition: .3s all ease;
}

a:hover {
    color: #0076c0d1;
    transition: .3s all ease;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 1399px) {
    .container {
        padding: 0 15px;
    }
}

.buttons-box {
    display: flex;
    gap: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: baseline;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    max-width: 210px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.big-banner__title .banner-button {
    padding: 5px;
}

.button:hover {
    outline: none;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.button-sm {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    padding: 10px 5px;
}

.button-xl {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    padding: 45px;
    max-width: 452px;
    width: 100%;
}

.button-call {
    padding: 7px 40px;
}

@media (max-width: 768px) {
    .button-call {
        padding: 7px 10px;
    }
}

.button--green {
    background-color: #6bc72e;
    color: #ffffff;
}

.button--green:hover {
    background-color: #ffffff;
    border-color: #6bc72e;
    color: #6bc72e;
}

.button--invert-green {
    background-color: #ffffff;
    color: #6bc72e;
    border-color: #6bc72e;
}

.button--invert-green:hover {
    background-color: #6bc72e;
    color: #ffffff;
}

.button--blue {
    background-color: #0076c0;
    color: #ffffff;
}

.button--blue:hover {
    background-color: #ffffff;
    color: #0076c0;
    border-color: #0076c0;
}

.button--red {
    background-color: #d20a11;
    color: #ffffff;
}

.button--red:hover {
    background-color: #ffffff;
    color: #d20a11;
    border-color: #d20a11;
}

.button--yellow {
    background-color: #E7A809;
    color: #ffffff;
}

.button--yellow:hover {
    background-color: #ffffff;
    color: #E7A809;
    border-color: #E7A809;
}

.button--white {
    background-color: #ffffff;
    color: #262c40;
}

.button--white:hover {
    background-color: #d20a11;
    color: #ffffff;
    border-color: #ffffff;
}

.button-slider {
    position: relative;
    border: none;
    overflow: hidden;
}

.button-slider:hover {
    opacity: 0.8;
    transition: 0.3s all ease;
}

.button-slider--white,
.button-slider--white:hover {
    color: #ffffff;
}

.button--uppercase {
    text-transform: uppercase;
}

.button-more, .arrow-show {
    margin: 20px 0;
    padding: 5px;
    color: #0076c0;
    text-decoration: underline;
    cursor: pointer;
    transition: .3s all ease;
}

.button-more:hover, .arrow-show:hover {
    color: #0076c0d1;
    transition: .3s all ease;
}

.button-lg {
    max-width: 290px;
    padding: 10px 5px;
    border-radius: 6px;
}

.button--green:hover {
    background-color: #ffffff;
    border-color: #6bc72e;
    color: #6bc72e;
}

.button--red:hover {
    background-color: #ffffff;
    color: #d20a11;
    border-color: #d20a11;
}

.button--blue:hover {
    background-color: #ffffff;
    color: #0076c0;
    border-color: #0076c0;
}

.nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav .see-more {
    margin-top: 3px;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #262C40;
}

.back-link:hover {
    transition: .3s all ease;
    color: #222;
}

.back-link--arrow {
    width: 20px;
}

/* start header */
header {
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #E6EAF0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.header {
    display: flex;
    flex-direction: column;
}

.header-top {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.header-top .button {
    max-width: fit-content;
}

.header-logo {
    flex: 1;
}

.header-logo img {
    max-width: 200px;
    min-width: 200px;
    height: auto;
}

@media (max-width: 460px) {
    .header-logo img {
        max-width: 200px;
        min-width: 140px;
    }
}

.header-helpdesk,
.header-callback {
    display: flex;
}

.header-helpdesk {
    font-size: 16px;
    margin-right: 50px;
    font-weight: 300;
}

.header-helpdesk img,
.header-callback img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    transition: 0.4s all ease;
}

@media (max-width: 768px) {
    .header-callback img {
        margin-right: 0;
    }
}

.header-helpdesk:hover img,
.header-callback:hover img {
    filter: invert(1);
    transition: 0.4s all ease;
}

@media (max-width: 1023px) {
    .header-helpdesk span,
    .header-callback span {
        display: none;
    }
}

.header-phone {
    margin-right: 30px;
}

@media (max-width: 768px) {
    .header-phone {
        display: none;
    }
}

.header-phone a {
    font-weight: 400;
    font-size: 18px;
    color: #262c40;
    transition: .3s all ease;
}

.header-phone a:hover {
    filter: opacity(0.5);
    transition: .3s all ease;
}

.header-bottom {
    display: flex;
    align-items: center;
}

.header-bottom--wrap {
    border-top: 1px solid #E6EAF0;
    border-bottom: 1px solid #E6EAF0;
    position: relative;
}

@media (max-width: 1024px) {
    .header-bottom {
        position: fixed;
        inset: 0;
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        z-index: 10;
    }
}

@media (max-width: 1024px) {
    .header-bottom {
        display: none;
    }

    .header-bottom--active {
        display: block;
    }
}

.header-menu {
    flex: 1;
    position: relative;
}

@media (max-width: 1024px) {
    .header-menu {
        overflow: scroll;
    }
}

.header-nav {
    display: flex;
}

@media (max-width: 1024px) {
    .header-nav {
        flex-direction: column;
        gap: 0;
    }
}

.header-nav a {
    color: #262C40;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.header-nav a:hover {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.header-nav__block {
    margin-right: 0;
    margin-bottom: 0;
}

.header-nav__item {
    padding: 16px 20px 16px 0;
    position: relative;
}

@media (max-width: 1024px) {
    .header-nav__item {
        padding: 16px 20px;
    }
}

.header-nav__item a {
    transition: .3s all ease;
}

.header-nav__item--active {
    color: #6BC72E !important;
}

.multi-list .header-nav__item {
    padding: 7px;
    position: unset;
}

@media (max-width: 1024px) {
    .header-nav__item {
        border: 1px solid #c4c4c4;
    }
}

.header-nav__item:hover a {
    transition: .3s all ease;
}

.header-nav__item:not(:first-child) {
    border-top: 0;
}

.header-nav__item:hover .header-nav__popup {
    border-radius: 6px;
    margin-top: 20px;
}

.has-list:hover .header-nav__popup:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 20px;
    left: 0;
    background-color: transparent;
    top: -20px;
}

.has-list + a:hover {
    color: #0b2e13;
}

.header-nav__item > a:before {
    opacity: 0;
}

.nav .header-nav__item > span.sub-item__block:hover > a {
    color: #6BC72E;
    transition: .3s all ease;
}

.has-list:hover > .sub-item__block a:before {
    content: '';
    position: absolute;
    bottom: -43px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    transform: rotate(135deg);
    background-color: #ffffff;
    z-index: 999;
    opacity: 1;
    transition: 0.4s all ease;
}

@media (max-width: 1024px) {
    .header-nav__item > a:before {
        display: none;
    }
}

@media (min-width: 1025px) {
    .header-nav__item:hover .header-nav__popup {
        display: flex;
        background: #ffffff;
    }
}

@media (max-width: 1024px) {
    .header-nav__item:hover .header-nav__popup {
    }
}

.header-nav__item a {
    font-weight: 300;
    font-size: 16px;
    color: #262c40;
    position: relative;
}

@media (max-width: 1024px) {
    .header-nav__item a {
        font-size: 18px;
    }
}

.header-nav__sub-item a {
    color: #848282;
    display: inline-block;
    padding: 2px;
}

li.header-nav__sub-item:hover a {
    transition: .3s all ease;
    color: #6BC72E;
}

@media (max-width: 1024px) {
    .header-nav__sub-item.submenu-parent {
        border-top: 1px solid #c4c4c4;
    }
}


.has-list.header-nav__item > a:hover {
    transition: .3s all ease;
    color: #6BC72E;
}

.has-list.header-nav__item .header-nav__popup .header-nav__popup-col.nav-row {
    width: 100%;
    padding: 0;
}

.header-nav__popup .double-list .header-nav__block:not(:last-child) {
    padding-right: 20px;
    border-right: 1px solid #E6EAF0;
}

.header-nav__sub-item--child {
    padding: 0 10px;
}

.header-nav__sub-item--bold a {
    font-weight: 300;
    color: #004774;
}

.header-nav__popup {
    display: none;
    position: absolute;
    top: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    width: max-content;
    list-style-type: none;
    padding: 16px;
    border: 1px solid #ddd;
    z-index: 99;
}

.multi-list .header-nav__popup {
    left: 0;
    width: calc(100% + 20px);
}

@media (max-width: 1024px) {
    .multi-list .header-nav__popup {
        width: 100%;
    }
}

.multi-list.header-nav__item {
    position: unset;
}

@media (max-width: 1024px) {
    .header-nav__popup {
        position: relative;
        width: 100%;
        border: none;
        padding: 0;
    }
}

.header-nav__popup-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 33.33%;
    padding: 0 20px;
}

@media (max-width: 1024px) {
    .header-nav__popup-col {
        gap: 0;
        width: 100%;
        padding: 0;
    }

    .has-list:hover .header-nav__popup:before {
        display: none;
    }
}

.header-nav__popup-col:not(:last-child) {
    border-right: 1px solid #E6EAF0;
}

@media (max-width: 1024px) {
    .header-nav__popup-col:not(:last-child) {
        border-right: 0;
    }
}

.submenu-parent a.header-nav__sub-item--fill {
    font-weight: 500;
    cursor: default;
}

@media (max-width: 1024px) {
    .submenu-parent a.header-nav__sub-item--fill {
        font-weight: 300;
        font-size: 16px;
    }
}

.header-mobile__close {
    display: none;
    width: 100%;
    justify-content: end;
    padding: 20px;
}

@media (max-width: 1024px) {
    .header-mobile__close {
        display: flex;
    }
}

.mobile-menu__button {
    display: none;
    width: 50px;
    height: 50px;
    margin: 0 5px;
}

.mobile-menu__button img {
    max-width: 100%;
}

@media (max-width: 1023px) {
    .mobile-menu__button {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.mobile-menu__arrow {
    display: none;
    float: right;
}

@media (max-width: 1023px) {
    .mobile-menu__arrow {
        display: block;
    }
}

.mobile-menu__arrow img {
    transition: 0.5s all ease;
}

.mobile-menu__arrow-child {
    display: none;
    float: right;
}

@media (max-width: 1023px) {
    .mobile-menu__arrow-child {
        display: block;
        min-width: 24px;
        min-height: 24px;
    }
}

.header-nav__item-active .mobile-menu__arrow img {
    transform: rotate(180deg);
    transition: 0.5s all ease;
}

@media (max-width: 1024px) {
    .header-nav__item-active .header-nav__popup {
        display: block;
    }

    .header-nav__item .header-nav__popup {
        margin-top: 10px;
    }
}

.submenu-parent--active .mobile-menu__arrow-child img {
    transform: rotate(180deg);
    transition: 0.5s all ease;
}

.submenu-parent a {
    padding: 2px 10px;
    font-weight: 400;
    line-height: 20px;
    color: #0076C0;
    width: 100%;
}

@media (max-width: 1024px) {
    .submenu-parent a {
        width: auto;
    }
}

.submenu-parent--active .mobile-sublist {
    display: block;
}

.mobile-sublist {
    list-style-type: none;
    padding: 0;
}

@media (max-width: 1024px) {
    .mobile-sublist {
        display: none;
    }
}

.mobile-sublist li {
    background: none;
}

@media (max-width: 1024px) {
    .mobile-sublist li {
        padding: 2px 0;
    }
}

.mobile-sublist li a {
    padding: 3px 10px;
    font-weight: 300;
    color: #848282;
}

@media (max-width: 1024px) {
    .mobile-sublist li a {
        font-size: 16px;
        padding: 0;
    }
}

.sub-item__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap;
}

/* end header */

/* start footer */

.index footer {
    margin-top: 0;
}

footer {
    background: #262C40;
    padding: 60px 0;
}

.footer-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

@media (min-width: 1440px) {
    .footer-block {
        padding: 0;
    }
}

.footer-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-top__right {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-top__right p {
    margin: 0;
    padding: 0;
}

.footer-top__right p a {
    color: #fff;
}

.footer-nav {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

@media (max-width: 430px) {
    .footer-nav {
        flex-direction: column;
        gap: 10px;
    }
}

.footer-nav a {
    color: #fff;
    font-size: 16px;
    gap: 20px;
}

.footer-email {
    font-size: 16px;
}

.footer-phone {
    font-size: 18px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.footer-bottom p {
    color: #777D94;
    padding: 0;
    margin: 0;
}

@media (max-width: 430px) {
    .footer-bottom p {
        order: 2;
    }
}

.footer-bottom a {
    color: #777D94;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.footer-bottom a:hover {
    color: #fff;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

@media (max-width: 430px) {
    .footer-bottom {
        flex-direction: column;
    }
}

/* end footer */

/* start products detail */
.top-banner {
    min-height: 400px;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 0 0 60px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .top-banner {
        min-height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
}

.top-banner__left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 50%;
}

@media (max-width: 768px) {
    .top-banner__left {
        width: 100%;
        align-items: center;
    }
}

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

@media (max-width: 768px) {
    .top-banner__right {
        display: none;
    }
}

.top-banner__title {
    font-weight: 600;
    font-size: 46px;
    line-height: 48px;
    color: #ffffff;
}

@media (max-width: 1200px) {
    .top-banner__title {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .top-banner__title {
        font-size: 30px;
        line-height: 30px;
    }
}

.dual-block {
    /*width: 80%;*/
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

@media (max-width: 768px) {
    .dual-block {
        width: 100%;
        gap: 40px;
        flex-direction: column;
    }
}

.dual-block__info {
    width: 50%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .dual-block__info {
        width: 100%;
        gap: 40px;
        flex-direction: column;
        order: 1;
    }
}

.dual-block__image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .dual-block__image {
        width: 100%;
    }
}

.dual-block__image img {
    object-fit: cover;
    max-width: 100%;
}

.dual-block p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin: 0;
}

.banner {
    border-radius: 6px;
    position: relative;
}

.banner-person {
    margin-top: 120px !important;
}

.banner-person .banner-img {
    position: absolute;
    left: 0;
}

.banner-person .banner-img img {
    position: absolute;
    bottom: 0;
    height: auto;
}

.banner-person .banner-info {
    padding-left: 30%;
}

.banner-info {
    display: flex;
    align-items: center;
    flex: 1;
}

@media (max-width: 768px) {
    .banner-info {
        flex-direction: column;
        padding: 10px 15px 40px;
        gap: 35px;
    }
}

.banner-info__text {
    max-width: 680px;
}

.banner-info__button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.banner-img {
    min-width: 360px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .banner-img {
        min-width: 100%;
    }
}

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

.banner-img--green {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 340px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.banner-img--green .section-title {
    color: #ffffff;
}

.banner-img--green .section-subtitle {
    color: #ffffff;
}

.section-subtitle {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
}

@media (max-width: 768px) {
    .section-subtitle {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
    }
}

.banner-img--green .section-text {
    color: #ffffff;
    margin-top: 40px;
}

.table {
    overflow: auto;
    margin-top: 10px;
}

.table-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
}

.table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.table table tr {
    border-top: 1px solid rgb(194, 206, 219);
    border-bottom: 1px solid rgb(194, 206, 219);
}

.table table tr:first-child {
    border-top: 0;
}

.table table tr th {
    padding: 25px;
}

.table table tr td {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    padding: 25px;
}

.table table tr td.table-checked {
    background-image: url("../img/products/table-checked.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.table table tr td:first-child {
    width: 45%;
}

.table table thead tr th:first-child {
    text-align: left;
}

.favors-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.favors-box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 450px) {
    .favors-box {
        padding: 15px;
    }
}

.favors-item {
    display: flex;
    flex-direction: column;
    width: 32%;
    border-radius: 6px;
    overflow: hidden;
    flex-grow: 1;
    max-width: 450px;
}

@media (max-width: 550px) {
    .favors-item {
        width: 100%;
    }
}

.favors-item__head {
    background-repeat: no-repeat;
    background-position: bottom -20px right;
    background-size: contain;
    min-height: 176px;
    padding: 35px 40px;
    position: relative;
    overflow: hidden;
}

.favors-item__head.bg-blue {
    background-color: #0076c0;
}

.favors-item__head.bg-green {
    background-color: #6bc72e;
}

.favors-item__head.bg-red {
    background-color: #d20a11;
}

.favors-item__head.bg-yellow {
    background-color: #E7A809;
}

.favors-item__head .logo {
    width: 80px;
    height: 80px;
}

.favors-item__head .logo img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.favors-item__head .back-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 20px;
    opacity: 0.2;
    width: 165px;
    height: auto;
}

.favors-item__head .back-logo img {
    width: 100%;
}

.favors-item__info {
    padding: 35px 40px;
    background-color: #f4f4f6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
    align-items: center;
    gap: 20px;
}

@media (max-width: 768px) {
    .favors-item__info {
        padding: 20px;
    }
}

.favors-item__info div {
    gap: 25px;
    display: grid;
}

.favors-item__info-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.favors-item__info-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

.favors-item__info p {
    margin: 0;
}

.advantages {
    background-image: url("../img/products/background-lines.png");
    background-position: bottom center;
    background-repeat: repeat-x;
}

.advantages-list {
    display: flex;
    gap: 20px;
    padding: 40px 0;
    margin-top: 40px;
    flex-wrap: wrap;
}

.advantages-list.swiper {
    padding: 40px 15px;
}

@media (max-width: 1024px) {
    .advantages-list {
        padding: 40px 15px;
    }
}

.advantages-item {
    position: relative;
    padding: 45px 30px;
    border-radius: 6px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    background-color: #ffffff;
    flex: 1 0;
    min-width: 320px;
}

.advantages-item__number {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: -30px;
    background-color: #6bc72e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.advantages-item__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    min-height: 74px;
}

.advantages-item__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
}

.advantages-item .more {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #6bc72e;
}

.advantages-item.swiper-slide {
    height: auto;
    display: flex;
}

.functionality-package {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
}

.functionality-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.functionality-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #262c40;
    background-color: #f4f4f6;
    border-radius: 7px;
    transition: 0.5s all ease;
    padding: 6px 25px;
}

.functionality-list--anchors {
    width: 50%;
}

@media (max-width: 768px) {
    .functionality-list--anchors {
        width: 100%;
    }
}

.functionality-list--anchors .functionality-item a {
    padding: 6px 25px;
    color: #262c40;
    transition: 0.3s all ease;
}

.functionality-list--anchors .functionality-item--active a {
    color: #ffffff;
}

.functionality-list--anchors .functionality-item {
    padding: 0;
}

.functionality-item:hover {
    background-color: #6bc72e;
    color: #ffffff;
    cursor: pointer;
}

.functionality-item:hover a {
    color: #ffffff;
    transition: 0.3s all ease;
}

.functionality-item--active {
    background-color: #6bc72e;
    color: #ffffff;
}

.functionality-item--active a {
    color: #ffffff;
}

.functionality-box__item {
    display: none;
    background-color: #f4f4f6;
    padding: 45px 100px;
    margin-top: 30px;
    border-radius: 6px;
    gap: 50px;
}

@media (max-width: 1024px) {
    .functionality-box__item {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .functionality-box__item {
        padding: 15px;
        gap: 20px;
    }
}

.functionality-box__item--active {
    display: flex;
}

.functionality-box__info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.functionality-box__info-head {
    display: flex;
    flex-direction: column;
}

.functionality-box__info-head.border {
    border-bottom: 1px solid #c4c4c4;
}

.functionality-box__info-head .section-text {
    padding: 30px 0;
}

.functionality-box__info-head .section-text p {
    margin-top: 0;
}

.functionality-box__info-body {
    display: flex;
    gap: 40px;
}

@media (max-width: 1024px) {
    .functionality-box__info-body {
        gap: 10px;
        flex-direction: column;
    }
}

.functionality-box__logo {
    width: 169px;
    height: 169px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
    flex-shrink: 0;
}

.functionality-box__logo img {
    width: 80px;
    height: 80px;
    object-fit: fill;
}

.services {
    margin-top: 60px;
}

.services-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .services-list {
        gap: 10px;
        padding: 15px;
    }
}

.services-list__item {
    width: 30%;
    display: flex;
    flex: auto;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background-color: rgb(244, 244, 246);
    border-radius: 6px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    color: #262C40;
    transition: 0.5s all ease;
    height: 118px;
    gap: 10px;
}

@media (max-width: 1024px) {
    .services-list__item {
        width: 45%;
        font-weight: 400;
        font-size: 17px;
        line-height: 22px;
    }
}

@media (max-width: 768px) {
    .services-list__item {
        width: 100%;
    }
}

.services-list__item:hover {
    color: #6bc72e;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
}

.slider-banner {
    min-height: 460px;
    background-image: url("../img/products/background-slider.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teasers-block {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.teasers-block .conditions-block {
    width: 49%;
    margin-bottom: 15px;
    padding: 20px 30px;
}

@media (max-width: 768px) {
    .teasers-block .conditions-block {
        width: 100%;
    }
}

.teaser-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.conditions-block__head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(194, 206, 219);
    align-items: center;
    padding-bottom: 20px;
}

.conditions-block__head .stage__item-icon {
    min-width: fit-content;
}

@media (max-width: 768px) {
    .slider-banner {
        padding-top: 40px;
    }
}

.text-color--white {
    color: #ffffff;
}

.slider-banner .section-title {
    color: #ffffff;
}

.section-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .section-title {
        font-weight: 500;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px;
    }
}

.slider-banner__box {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .slider-banner__box {
        flex-direction: column;
    }
}

.slider-banner .slider-element {
    background-color: #ffffff;
    display: flex;
    gap: 20px;
    padding: 15px;
    border-radius: 6px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .slider-banner .slider-element {
        margin: 15px 0;
    }
}

@media (max-width: 768px) {
    .slider-banner .slider-element {
        flex-direction: column;
    }
}

.slider-banner .slider-element__text {
    max-width: 60%;
    width: 100%;
}

@media (max-width: 768px) {
    .slider-banner .slider-element__text {
        order: 2;
        max-width: 100%;
    }
}

.tabs {
    /*margin-top: 100px;*/
}

.tabs-block {
    background-color: rgb(244, 244, 246);
    padding: 40px 60px;
    border-radius: 6px;
}

@media (max-width: 1024px) {
    .tabs-block {
        padding: 25px 15px;
    }
}

.tabs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}

.tabs-list .button--active {
    background-color: #6bc72e;
    color: #ffffff;
}

.tabs-list a {
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
    max-width: 268px;
    height: 50px;
    flex: 1;
    line-height: 18px;
}

.tabs-list .button-sm {
    padding: 5px 10px;
}

.tabs .description {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .tabs .description {
        margin-top: 20px;
    }
}

.tabs .description-item {
    display: none;
    opacity: 0;
}

.tabs .description-item--active {
    display: block;
    opacity: 1;
}

.tabs .description-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
}

@media (max-width: 768px) {
    .tabs .description-title {
        font-size: 24px;
        line-height: 26px;
    }
}

.tabs .description-box {
    display: flex;
    gap: 45px;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .tabs .description-box {
        flex-direction: column;
    }
}

.tabs .description-block {
    width: 60%;
}

@media (max-width: 768px) {
    .tabs .description-block {
        width: 100%;
    }
}

.tabs .description-element {
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
}

.tabs .description-element .button-sm {
    max-width: 160px;
    width: 100%;
}

.tabs .description-info__block::after {
    content: " ";
    position: absolute;
    bottom: 0;
    height: 28px;
    width: 100%;
    background: linear-gradient(to top, rgba(244, 244, 246, 1) 30%, rgba(244, 244, 246, 0.5) 100%);
}

.tabs .description-info__block.active::after {
    content: " ";
    position: absolute;
    bottom: 0;
    height: 28px;
    width: 100%;
    background: none;
}

@media (max-width: 425px) {
    .tabs .description-element {
        flex-direction: column;
    }
}

.tabs .description-element:not(:first-child) {
    border-top: 1px solid rgb(194, 206, 219);
    padding-top: 24px;
}

.tabs .description-element__name {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    max-width: 330px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tabs .description-element__name .article {
    font-size: 14px;
    font-style: italic;
    padding-top: 5px;
}

.tabs .description-element__price {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #d20a11;
    min-width: 90px;
}

.tabs .description-info {
    width: 40%;
}

@media (max-width: 768px) {
    .tabs .description-info {
        width: 100%;
    }
}

.tabs .description-info__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.tabs .description-info ul {
    padding-left: 20px;
}

.tabs .description-info li {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 15px;
}

.tabs .description-info__block {
    max-height: 140px;
    overflow: hidden;
    position: relative;
}

.tabs .description-info__block.active {
    max-height: 100%;
}

.ul-check .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
}

.ul-check,
.ul-check ul {
    list-style-type: none;
    padding: 0;
}

.ul-check ul li,
.ul-check li {
    background-image: url("../img/products/ul-check.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 36px;
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

.ul-check ol li {
    background-image: none;
    padding: 0 10px;
}

@media (max-width: 768px) {
	.ul-check li,
    .ul-check ul li {
        padding: 0 0 0 30px
    }
}

.ul-check li ul li,
.ul-check ul li ul li {
    background-image: url("../img/products/ul-check-blue.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left top 3px;
    padding: 0 25px;
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

.ul-check li::marker,
.ul-check ul li::marker {
    text-align: center;
}


.multicolor {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.multicolor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f6;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    min-height: 120px;
    width: 330px;
    flex-grow: 1;
}

.multicolor-item__left {
    width: 104px;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    top: -10px;
    color: #ffffff;
    z-index: 1;
    position: relative;
}

.multicolor-item__right {
    padding: 20px;
    flex: 1;
}

.multicolor--blue {
    position: relative;
}

.multicolor--blue::before {
    content: "";
    width: 223px;
    height: 223px;
    position: absolute;
    background: linear-gradient(134deg, #3d8aba 0%, #0065a5 100%);
    border-radius: 50%;
    left: -110px;
    top: -85px;
}

.multicolor--green {
    position: relative;
}

.multicolor--green::before {
    content: "";
    width: 223px;
    height: 223px;
    position: absolute;
    background: linear-gradient(134deg, #6bc72e 0%, #56a522 100%);
    border-radius: 50%;
    left: -110px;
    top: -85px;
}

.multicolor--red {
    position: relative;
}

.multicolor--red::before {
    content: "";
    width: 223px;
    height: 223px;
    position: absolute;
    background: linear-gradient(134deg, #d20a11 0%, #d20a11 100%);
    border-radius: 50%;
    left: -110px;
    top: -85px;
}

.multicolor--gray {
    position: relative;
}

.multicolor--gray::before {
    content: "";
    width: 223px;
    height: 223px;
    position: absolute;
    background: linear-gradient(134deg, #636e7b 0%, #636e7b 100%);
    border-radius: 50%;
    left: -110px;
    top: -85px;
}

.duo-block__text > ul {
    padding-left: 30px;
    margin: 0;
}

/* end products detail */

/* start services */

.services-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0;
    gap: 20px;
}

.services-tabs .tab-item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 258px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    transition: 0.3s all ease;
    width: 100%;
    hyphens: auto;
}

@media (max-width: 425px) {
    .services-tabs .tab-item {
        max-width: 180px;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .services-tabs .tab-item {
        width: calc(50% - 10px);
        max-width: 100%;
    }
}

.services-tabs .tab-item:hover {
    background-color: #f4f4f6;
    transition: 0.3s all ease;
    cursor: pointer;
}

.services-tabs .tab-item__img {
    width: 40px;
    height: 40px;
}

.services-tabs .tab-item__name {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.services-tabs .tab-item--active {
    background-color: #f4f4f6;
}

.services-items {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
    flex-grow: 1;
}

.services-items .service-item {
    max-width: calc(25% - 23px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #262c40;
    transition: 0.3s all ease;
    width: 100%;
}

@media (max-width: 1024px) {
    .services-items .service-item {
        max-width: calc(33% - 20px);
    }
}

@media (max-width: 768px) {
    .services-items .service-item {
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 340px) {
    .services-items .service-item {
        max-width: 100%;
        width: 100%;
    }
}

.services-items .service-item:hover {
    cursor: pointer;
}

.services-items .service-item:hover .service-item__head-name {
    color: #6bc72e;
    transition: 0.3s all ease;
}


.services-items .service-item__head {
    display: flex;
    align-items: center;
}

.service-item__head-img {
    min-width: 72px;
    min-height: 72px;
}

.services-items .service-item__head-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    transition: 0.3s all ease;
    margin-left: 25px;
}

.services-items .service-item__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

.service-section {
    display: none;
}

.service-section--active {
    display: block;
}

.top-banner--gray {
    background-image: url("../img/services/background-banner1.png");
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 0 20% 0 10%;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .top-banner--gray {
        padding: 16px;
    }
}

.top-banner--gray .top-banner__text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 640px;
    padding: 25px 0;
}

.top-banner--gray .top-banner__title {
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #262c40;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .top-banner--gray .top-banner__title {
        font-weight: 600;
        font-size: 30px;
        line-height: 30px;
    }
}

.conditions-block {
    padding: 40px 60px;
    border-radius: 6px;
    background-color: #f4f4f6;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 1024px) {
    .conditions-block {
        padding: 20px 15px;
    }
}

.duo-block {
    position: relative;
    margin-top: 30px;
    display: flex;
    gap: 30px;
}

@media (max-width: 768px) {
    .duo-block {
        padding: 0 15px;
    }
}

.advantage-usage.hide .duo-block__left:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0;
    width: calc(100% - 16px);
    height: 25%;
    background: linear-gradient(transparent, white);
    pointer-events: none;
}

.advantage-usage.hide .duo-block {
    padding-bottom: 30px;
}

.advantage-usage .duo-block__left.active {
    height: 100% !important;
}

.advantage-usage .duo-block__left.active:after {
    height: 0;
}

.advantage-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    margin: 0;
    padding: 0;
}


@media (max-width: 768px) {
    .duo-block {
        flex-direction: column;
        gap: 20px;
    }
}

.duo-block__left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.duo-block__left p,
.duo-block__right p {
    margin-top: 0;
}

.duo-block__left .section-title {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .duo-block__left {
        width: 100%;
    }
}

.duo-block__right {
    width: 50%;
    background-position: bottom right;
    background-repeat: repeat-x;
    background-image: url('../img/services/background-arrows.png');
    display: flex;
    /*flex-direction: column-reverse;*/
    gap: 20px;
}

.duo-block__right--bg {

}

@media (max-width: 768px) {
    .duo-block__right {
        width: 100%;
    }
}

.duo-block__right.gallery {
    background-image: none;
    overflow: hidden;
}

@media (max-width: 768px) {
    .duo-block__right.gallery {
        order: -1;
    }
}

.projects.duo-block__right {
    flex-direction: column;
}

@media (max-width: 768px) {
    .projects.duo-block__right.gallery {
        order: 1;
    }
}

.duo-block__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
}

.duo-block__subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.duo-block__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

/* end services */

/* start cost services */

.cost-head {
    background-image: url('../img/services/background-cost-green.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 176px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 120px;
}

.cost-head__text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cost-body {
    background-color: #f4f4f6;
    padding: 20px 120px;
}

@media (max-width: 1200px) {
    .cost-body {
        padding: 20px 15px;
    }
}

.cost-element {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    gap: 10px;
}

@media (max-width: 768px) {
    .cost-element {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
}

.cost-element__title {
    max-width: 580px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cost-element__money {
    max-width: 270px;
}

.cost-element__money span {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #d20a11;
}

@media (max-width: 768px) {
    .cost-element__money {
        max-width: 100%;
    }
}

.cost-element__button .button {
    min-width: 200px;
}

.cost-body .cost-element:not(:last-child) {
    border-bottom: 1px solid rgb(194, 206, 219);
}

.cost-head__button .button {
    min-width: fit-content;
    white-space: nowrap;
    padding: 10px 15px;
}

.m-0 { margin: 0; }

@media (max-width: 768px) {
    .cost-head {
        flex-direction: column;
        gap: 20px;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .cost-head {
        padding: 20px 15px;
    }
}

.cost-body--border {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.cost-bottom {
    background-image: url("../img/services/background-slider.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 176px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 120px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

@media (max-width: 768px) {
    .cost-bottom {
        padding: 10px 20px
    }
}

.cost-bottom .title {
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
}

.cost-bottom .text {
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
}

.section-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 768px) {
    .section-text {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }
}

.gallery-head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}

.gallery-head__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.gallery-head__arrow {
    width: 45px;
    height: 45px;
    transition: 0.3s all ease;
    border-radius: 50%;
    z-index: 99;
}

.gallery-head__arrow.left {
    transform: rotate(-180deg);
}

.gallery-head__arrow:hover {
    filter: brightness(0.8);
    transition: 0.3s all ease;
    cursor: pointer;
    background-color: #cdff8f;
    opacity: 0.5;
}

.gallery-content .swiper-slide img {
    max-width: 100%;
    cursor: pointer;
}

.swiper-button-disabled {
    display: none;
}

/* end cost services */

/* start product, escort, services */
.products-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.products .product-item {
    width: 100%;
    max-width: calc(25% - 12px);
    padding: 20px;
    background-image: url("../img/news/background-banner-blue.png");
    background-position: center;
    text-decoration: none;
    text-transform: none;
    transition: 0.3s all ease;
    border-radius: 6px;
    min-height: 120px;
}

@media (max-width: 1024px) {
    .products .product-item {
        max-width: calc(33.33% - 10px);
    }
}

@media (max-width: 768px) {
    .products .product-item {
        max-width: calc(50% - 8px);
    }
}

@media (max-width: 430px) {
    .products .product-item {
        max-width: 100%;
    }
}

.products .product-item:hover {
    background-color: rgba(244, 244, 246, 0.4);
    transition: 0.3s all ease;
}

.products .product-item:hover {
    background-position: 10% 10%;
    transition: 0.3s all ease;
}

.products .product-item:hover .product-item__name {
    transition: 0.3s all ease;
}

.products .product-item__name {
    font-size: 17px;
    color: #ffffff;
    transition: 0.3s all ease;
}

/* end product, escort, services */


.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

@media (max-width: 768px) {
    .mt-150 {
        margin-top: 60px !important;
    }
}

.provided {
    display: flex;
    flex-direction: column;
    background-color: #f4f4f6;
    border-radius: 6px;
    padding: 40px 45px;
}

.provided-name {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
}

.provided-services ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    gap: 25px;
    padding-left: 0;
}

.provided-services ul li {
    width: calc(50% - 20px);
    position: relative;
    padding-left: 40px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 768px) {
    .provided-services ul li {
        width: 100%;
    }
}

.provided-services ul li:before {
    position: absolute;
    left: 0;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url("../img/products/ul-check.png");
    background-repeat: no-repeat;
    background-position: center;
}

.accordion .accordion-item {
    margin: 20px 0;
}

.accordion .accordion-item .accordion-header {
    font-size: 18px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    color: #0076c0;
    transition: .3s all ease
}

.accordion .accordion-item .accordion-header:hover {
    color: #0076c09e;
    transition: .3s all ease
}

.accordion .accordion-item .accordion-content {
    display: none;
    padding: 16px;
}

.active .accordion .accordion-item .accordion-content {
    display: block;
}

.accordion-content .table {
    margin-top: 0;
}

.back--share--news {
    margin-top: 50px;
}

.contacts-block {
    display: flex;
    gap: 30px;
}

@media (max-width: 768px) {
    .contacts-block {
        flex-direction: column;
    }
}

.contacts-block__info {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contacts-block__info img {
    max-width: fit-content;
}

@media (max-width: 768px) {
    .contacts-block__info {
        max-width: 100%;
    }
}

.contacts-block__info div {
    font-size: 18px;
}

.address-info {
    display: flex;
    flex-direction: column;
}

.contacts-block__map {
    display: block;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    align-self: end;
}

.contacts-block__map .b24-form-wrapper {
    max-width: 100%;
    margin: 0;
}

.contacts-block__map .b24-form-header {
    display: none;
}

.contacts-block__map .b24-form-content {
    padding: 14px 0;
}

.contacts-block__map .b24-form-btn-block {
    max-width: 250px;
}

.index-banners {
    display: flex;
    overflow: hidden;
    gap: 20px
}

@media (max-width: 1024px) {
    .index-banners {
        flex-direction: column;
    }
}

.big-banner {
    width: 70%;
    height: 400px;
    background-image: url("../img/index/index-big-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .big-banner {
        height: 200px;
        width: 100%;
    }
}

.big-banner__title {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-weight: 500;
    font-size: 30px;
    color: #262c40;
    padding: 20px;
    line-height: 110%;
    max-width: 420px;
}

@media (max-width: 768px) {
    .big-banner__title {
        font-size: 20px;
    }
}

.big-banner__slider {
    width: 100%;
    height: 100%;
}

.big-banner__img {
    max-width: 370px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    right: 45px;
    bottom: 0;
}

@media (max-width: 550px) {
    .big-banner__img {
        display: none;
    }
}

.big-banner__img img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.big-banner__slider .swiper-button-prev,
.big-banner__slider .swiper-button-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d9dee3;
    border-radius: 50%;
    border: 1px solid;
    padding: 20px;
}

.big-banner__slider .swiper-button-next:after,
.big-banner__slider .swiper-button-prev:after {
    font-size: 20px;
    color: #262C40;
}

.big-banner__slider .swiper-slide {
    padding: 0 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
}

.column-duo {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    width: 30%;
}

@media (max-width: 1024px) {
    .column-duo {
        width: 100%;
        flex-direction: row;
    }
}

.small-banner {
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
    position: relative;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    min-height: 190px;
    color: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .3s all ease;
}

.small-banner::after {
    opacity: 0;
}

.small-banner:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    inset: 0;
    transition: .3s all ease;
    opacity: 1;
}

.small-banner:hover .title {
    color: #ffffff;
    z-index: 1;
}

@media (max-width: 768px) {
    .small-banner {
        padding: 6px 15px;
    }
}

.small-banner-img {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .small-banner-img {
        display: none;
    }
}

.small-banner .title {
    max-width: 200px;
}

.index-services {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}

.index-services .service-item {
    width: calc(33% - 10px);
    border-radius: 5px;
    background-color: #F4F4F6;
    position: relative;
    hyphens: auto;
}

@media (max-width: 1024px) {
    .index-services .service-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 540px) {
    .index-services .service-item {
        width: 100%;
    }
}

.index-services .service-item .service-item--blue ul {

}

.index-services .service-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #C2CEDB;
    padding: 40px;
}

@media (max-width: 768px) {
    .index-services .service-item__head {
        padding: 20px;
    }
}

.index-services .service-item__head .title {
    font-weight: 500;
    font-size: 24px;
    color: #262c40;
    max-width: 265px;
}

.index-services .service-item__head .icon {
    height: 85px;
    display: flex;
    align-items: center;
}

.index-services .service-item__head .icon img {
    max-width: 100%;
}

.index-services .service-item__info {
    padding: 20px 40px;
}

@media (max-width: 768px) {
    .index-services .service-item__info {
        padding: 20px 20px;
    }
}

.index-services .service-item__info p {
    margin-top: 0;
}

.index-services .service-item__info.ul-check ul {
    padding-bottom: 20px;
    margin-top: 0;
}

.index-services .service-item__info .see-more {
    position: absolute;
    bottom: 10px;
}

.index-services .service-item--blue .service-item__info.ul-check ul li {
    background-image: url(../img/products/ul-check-blue.png);
}

.index-services .service-item--orange .service-item__info.ul-check ul li {
    background-image: url(../img/products/ul-check-orange.png);
}

.index-info {
    display: flex;
    gap: 40px;
    padding: 20px 0;
}

@media (max-width: 1024px) {
    .index-info {
        flex-direction: column;
    }
}

.index-news {
    width: 80%;
}

@media (max-width: 1024px) {
    .index-news {
        width: 100%;
    }
}

.index-news__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.index-news__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 36px;
    color: #262c40;
}

.index-news__elements {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px;
}

.index-news .news-element {
    width: calc(50% - 13px);
    border-radius: 6px;
}

@media (max-width: 550px) {
    .index-news .news-element {
        width: 100%;
    }
}

.index-news .news-element__img {
    height: 142px;
}

.index-news .news-element__img img {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    transition: .3s all ease;
}

.index-news .news-element:hover img {
    width: 100%;
    height: 100%;
    filter: grayscale(0);
    transition: .3s all ease;
}

.index-news .news-element__info {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.index-news .news-element__info .date {
    font-weight: 300;
    font-size: 18px;
    color: #262c40;
}

.index-news .news-element__info .title {
    font-weight: 500;
    font-size: 24px;
    color: #262c40;
    line-height: 28px;
    margin-bottom: 14px;
}

.index-news .news-element__info .text {
    font-weight: 300;
    font-size: 18px;
    color: #262c40;
}

.index-publications {
    width: 40%;
}

@media (max-width: 1024px) {
    .index-publications {
        width: 100%;
    }
}

.index-publications__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.index-publications__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 36px;
    color: #262c40;
}

.index-publications__elements {
    margin-top: 30px;
}

.index-publications .publication-element {
    width: 100%;
    border-radius: 6px;
    display: block;
}

@media (max-width: 1024px) {
    .index-publications .publication-element {
        width: calc(50% - 13px);
    }
}

@media (max-width: 550px) {
    .index-publications .publication-element {
        width: 100%;
    }
}

.index-publications .publication-element__img {
    height: 142px;
    overflow: hidden;
    border-radius: 6px;
}

.index-publications .publication-element__img img {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    transition: .3s all ease;
}

.index-publications .publication-element:hover img {
    width: 100%;
    height: 100%;
    filter: grayscale(0);
    transition: .3s all ease;
}

.index-publications .publication-element__info {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.index-publications .publication-element__info .date {
    font-weight: 300;
    font-size: 18px;
    color: #262c40;
}

.index-publications .publication-element__info .title {
    font-weight: 500;
    font-size: 24px;
    color: #262c40;
    line-height: 28px;
    margin-bottom: 14px;
}

.index-publications .publication-element__info .text {
    font-weight: 300;
    font-size: 18px;
    color: #262c40;
}

.index-banner__cube {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-height: 400px;
    height: 100%;
    padding: 40px;
    border-radius: 6px;
    overflow: hidden;

    background-image: url("../img/cube-bg-preson.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cube-info {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 1;
}

.cube-info__title {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
    line-height: 38px;
}

.cube-info__text {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}

.cube-person {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 550px) {
    .cube-person {
        display: none;
    }
}

.any-question {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    border-radius: 6px;
    padding: 50px;
    margin-bottom: 20px;
    background-image: url("../img/any_question.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.any-question__text {
    width: 60%;
}

@media (max-width: 768px) {
    .any-question__text {
        width: 100%;
    }
}

.any-question__other {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 15px;
    min-width: 220px;
    text-align: center;
}

.any-question__text .title {
    font-weight: 500;
    font-size: 30px;
    color: #fff;
}

.any-question__other .text {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.any-question__contacts {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 20px;
    min-width: 290px;
}

@media (max-width: 768px) {
    .any-question__contacts {
        align-items: center;
    }
}

.any-question__contacts a.phone {
    font-weight: 500;
    font-size: 25px;
    text-align: right;
    color: #374151;
    transition: .3s all ease;
}

.any-question__contacts a.phone:hover {
    color: #6bc72e;
    transition: .3s all ease;
}

.projects-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
}

.project-item {
    position: relative;
    width: calc(33.33% - 20px);
    border-radius: 6px;
    background: #f4f4f6;
}

@media (max-width: 1024px) {
    .project-item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 500px) {
    .project-item {
        width: 100%;
    }
}

.project-item__head {
    display: flex;
    justify-content: center;
}

.project-item__head-img {
    width: 100%;
    height: 142px;
    min-height: 142px;
    overflow: hidden;
}

.project-item__head-img img {
    width: 100%;
    filter: grayscale(1);
    transition: .3s all ease;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.project-item:hover .project-item__head-img img {
    filter: grayscale(0);
    transition: .3s all ease;
}

.project-item__body {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 30px 30px 60px 30px;
}

@media (max-width: 1024px) {
    .project-item__body {
        padding: 10px 10px 50px 10px;
    }
}

.project-item__body .direction {
    font-weight: 300;
    font-size: 18px;
    color: #6bc72e;
}

.project-item__body .title {
    font-weight: 500;
    font-size: 24px;
    color: #262c40;
    line-height: 105%;
}

@media (max-width: 1024px) {
    .project-item__body .title {
        font-size: 18px;
    }
}

.project-item__body .see-more {
    position: absolute;
    bottom: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 156%;
}

.case-block {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.client-logo {
    display: flex;
    align-items: end;
    position: relative;
    justify-content: flex-end;
}

.client-logo img {
    max-width: 100%;

}

.case-block__head .case-block__head-top {
    display: flex;
    gap: 20px;
    align-items: center;
}

.case-block__head-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    background-color: #F4F4F6;
}

.case-block__head-logo img {
    max-width: 100%;
    padding: 5px;
}

.case-block__head-title {
    font-weight: 500;
    font-size: 40px;
    color: #262c40;
}

.case-block__body {
    padding: 40px 60px;
    border-radius: 6px;
}

.case-block__head-description {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #262c40;
}

.case-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
    padding: 0 6%;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.case-banner--bg {
    background-image: url("../img/client/client-banner-detail.png");
}

.case-banner .case-banner__text {
    max-width: 620px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.case-banner .case-banner__text .case-banner__direction {
    font-weight: 400;
    font-size: 24px;
    color: #262c40;
}

.case-banner .case-banner__text .case-banner__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #262c40;
}

.case-banner__img {
    top: 0;
    max-width: 40%;
    width: 100%;
    max-height: 400px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.case-banner__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    z-index: 0;
    transition: .3s all ease;
    filter: grayscale(1);
}

.about-banner:hover .case-banner__img img,
.case-banner__img:hover img {
    transition: .3s all ease;
    filter: none;
}

@media (max-width: 768px) {
    .case-banner__img img {
        filter: opacity(0.5);
    }
}

.about-banner {
    border-radius: 6px;
    min-height: 400px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .about-banner {
        min-height: 250px;
    }
}

.about-banner .case-banner .case-banner__text .case-banner__title {
    color: #ffffff;
}


.about-banner__swiper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 400px;
    background-image: url("../img/about-blue-big.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 768px) {
    .about-banner__swiper {
        min-height: 250px;
    }
}


.about-banner__swiper .swiper-pagination {
    bottom: 40px !important;
}

.about-banner__swiper.big-banner__slider .swiper-button-next:after,
.about-banner__swiper.big-banner__slider .swiper-button-prev:after {
    color: #ffffff;
}

.about-banner__swiper .swiper-pagination-bullet-active {
    background: #ffffff;
}

.about-banner__swiper .title {
    font-weight: 500;
    font-size: 50px;
    text-align: center;
    color: #fff;
}

@media (max-width: 768px) {
    .about-banner__swiper .title {
        font-size: 30px;
    }
}

.about-banner--small {
    min-height: 186px;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

@media (max-width: 550px) {
    .about-banner--small {
        flex-direction: column;
    }
}

.about-banner--green {
    background-image: url("../img/about-green-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-banner--blue {
    background-image: url("../img/about-blue-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.content {
    padding: 50px 0;
}

.about-list {
    border-radius: 6px;
    position: relative;
    padding: 0 50px;
}

@media (max-width: 1024px) {
    .about-list {
        padding: 0;
    }
}

.about-list__swiper {
    position: relative;
    overflow: hidden;
}

.about-list__swiper .about-swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    padding: 60px 120px;
}

@media (max-width: 1024px) {
    .about-list__swiper .about-swiper-slide {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .about-list__swiper .about-swiper-slide {
        flex-direction: column;
    }
}

.about-swiper-slide__text {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-swiper-slide__text .title {
    font-weight: 500;
    font-size: 40px;
    color: #262c40;
    line-height: 110%;
}

.about-swiper-slide__text .description {
    font-weight: 300;
    font-size: 18px;
    color: #262c40;
}

.about-swiper-slide__text .description p {
    margin-top: 0;
}

.about-swiper-slide__img {
    position: relative;
    max-width: 386px;
}

.about-swiper-slide__img img {
    max-width: 100%;
}

.about-swiper-slide__img .arrow-left {
    position: absolute;
    bottom: 10%;
    left: -18%;
}

.about-swiper-slide__img .arrow-right {
    position: absolute;
    right: -18%;
    top: 15%;
    z-index: -1;
}

.about-list__swiper .swiper-button-prev,
.about-list__swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d9dee3;
    border-radius: 50%;
    border: 1px solid;
    padding: 20px;
}

.about-list__swiper .swiper-button-next:after,
.about-list__swiper .swiper-button-prev:after {
    font-size: 20px;
    color: #262C40;
}

.footer-banner {
    min-height: 264px;
    /*background-image: url("../img/footer-banner-bg.png");*/
    background-image: url("/local/templates/vega/img/gray_fon_1400_2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    margin-top: 60px;
}

@media (max-width: 900px) {
    .footer-banner {
        background-image: url("/local/templates/vega/img/gray_fon_900_2.png");
    }
}

@media (max-width: 375px) {
    .footer-banner {
        background-image: url("/local/templates/vega/img/gray_fon_315_2.png");
    }
}

.index .footer-banner {
    margin-top: 0;
}

.footer-banner-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .footer-banner-box {
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }
}

.footer-banner-box .section-subtitle {
    margin-bottom: 20px;
}

.special-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 250px;
    gap: 10px;
    border-radius: 28px;
    padding: 35px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 768px) {
    .special-banner {
        flex-direction: column;
    }
}

.special-banner--green {
    background-image: url("../img/index/special-banner-green.png");
}

.special-banner--blue {
    background-image: url("../img/index/special-banner-blue.png");
}

.special-banner__img {
    max-width: 300px;
    width: 100%;
}

@media (max-width: 1024px) {
    .special-banner__img {
        max-width: 240px;
    }
}

@media (max-width: 768px) {
    .special-banner__img {
        display: none;
    }
}

.special-banner__img img {
    position: absolute;
    left: 20px;
    bottom: 0;
    max-width: 25%;
}

@media (max-width: 768px) {
    .special-banner__img img {

    }
}

.special-banner__text {
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1;
}

.special-banner__text .title {
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    color: #fff;
}

@media (max-width: 768px) {
    .special-banner__text .title {
        font-size: 32px;
    }
}

.special-banner__text .text {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    color: #ffffff;
}

.special-banner__button {
    min-width: 220px;
}

.copyright-vega {
    font-size: 14px;
    font-weight: 400;
}

.not-found {
    max-width: 800px;
    margin: 30px auto 60px;
}

.not-found__img {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120px;
    font-weight: 500;
    color: #8dc641;
}

.not-found__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.not-found__text p {
    margin: 0;
    color: #262c40;
}

.partners-logo .swiper-slide {
    max-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-logo .swiper-slide img {
    max-width: 80%;
}

.partners-logo .swiper-wrapper {
    align-items: center;
}

#return-to-top {
    color: #ffffff;
    position: fixed;
    bottom: 10%;
    left: 5%;
    width: 40px;
    height: 40px;
    border: 1px solid #F4F4F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#return-to-top {
    transform: translateY(0px);
    transition: .3s all ease;
}

#return-to-top svg g {
    stroke: #77b62b;
}

#return-to-top:hover {
    transform: translateY(-5px);
    transition: .3s all ease;
    cursor: pointer;
}

.review-item {
    padding: 40px;
    display: flex;
    flex-direction: column;
    background-color: #F4F4F6;
    border-radius: 15px;
    max-width: 85%;
    margin: 0 auto;
}

.review-item__name {
    font-size: 18px;
}

.review-item__section {
    font-size: 14px;
    color: #8dc641;
}

.review-item__text {
    margin-top: 20px;
}

.flex {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.section-title__search {
    font-size: 16px;
    line-height: 18px;
}

.section-title__search form {
    display: flex;
    align-items: center;
}

.search--section {
    max-width: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    right: 0;
}

@media (max-width: 1024px) {
    .search--section {
        display: flex !important;
        max-width: 90%;
        margin: 20px auto;
    }
}

.close--search--form-section {
    position: absolute;
    left: 15px;
}

.search-btn {
    transition: 1s;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .search-btn {
        display: none;
    }
}

.search-btn svg {
    transition: 0.3s all ease;
}

.search-btn:hover svg {
    filter: opacity(0.5);
    transition: 0.3s all ease;
}

.search--active--icon {
    position: absolute;
    right: 10px;
}

.search--form--input {
    margin: 10px 0;
    border: 1px solid #D9DEE3;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 5px 40px;
    max-width: 360px;
    width: 100%;
}

@media (max-width: 1024px) {
    .search--form--input {
        max-width: 100%;
    }
}

input.search--form--input:focus {
    border: 1px solid #D9DEE3;
    box-sizing: border-box;
    border-radius: 6px;
    opacity: 1;
    outline-style: none;
    transition: 1.5s;
}

.preview-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    color: #ffffff;
}

.preview-text.preview-text--active {
    max-height: auto;
}

.preview-text-button {
    color: #ffffff;
}

.preview-text-button:hover {
    color: #e3e3e3d1;
}

.price-section--mobile {
    display: none;
}


.price-section__title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.price-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 20px;
    padding: 10px 10px 40px 10px;
    background-color: #f4f4f6;
    border-radius: 20px;
    max-height: 240px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.price-block__option-value,
.price-block__option-name {
    text-align: center;
}

.price-block__option-name.title,
.price-block__option-value.price {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.price-block__option-value.marker {
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background-image: url("/upload/medialibrary/17d/qpi5bfn2m1b9v3quhs5wd7tqgslzdj0b/yell_marker.png");
    background-repeat: no-repeat;
    background-position: center;
}

.price-block--arrow {
    position: absolute;
    bottom: 0;
    right: 10px;
    transition: 0.5s all ease;
    animation: moveDownUp 1.5s ease-in-out infinite;
    border-radius: 50%;
    background-color: #fae54c;
    width: 40px;
    height: 40px;
}

.price-block--active {
    max-height: 2000px;
}

.price-block--active .price-block--arrow {
    transform: rotate(180deg);
    transition: 0.5s all ease;
}


.content-block h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
}

.content-block h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
}

.table-compare {
    width: 100%;
    background-color: #F4F4F6;
    border-radius: 8px;
    border-collapse: collapse; 
    overflow: hidden;
    display: block;
}

.content-block__description {
    display: block;
    width: 100%;
}

@media (max-width: 600px) {
    .table-compare {
        overflow: scroll;
    }
}

/* Стили для заголовка таблицы */
.table-compare thead {
    background-color: #6BC62E;
}

.table-compare thead td p {
    text-align: center;
    padding: 10px 40px;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
}

.table-compare thead td:first-child p {
    text-align: left;
}

/* Стили для тела таблицы */
.table-compare tbody tr {
    border-bottom: 1px solid #E4E4E7; /* Добавляем обводку снизу для всех строк */
}

.table-compare tbody tr:last-child {
    border-bottom: none; /* Убираем обводку у последней строки */
}

.table-compare tbody td {
    padding: 40px;
    vertical-align: middle;
}

.table-compare tbody td p {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #262C40;
    margin: 0;
}

/* Первая колонка — выравнивание по левому краю */
.table-compare tbody td:first-child {
    text-align: left;
    width: 70%; /* Задаем большую ширину для первой колонки */
}

/* Остальные колонки — по центру */
.table-compare tbody td:not(:first-child) {
    text-align: center;
    width: auto; /* Равномерное распределение оставшейся ширины */
}

.links-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.links-list__item {
    width: 40%;
    display: flex;
    flex: auto;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background-color: rgb(244, 244, 246);
    border-radius: 6px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    color: #262C40;
    transition: 0.5s all ease;
    height: 118px;
}

@media (max-width: 768px) {
    .links-list__item {
        width: 100%;
    }
}

.links-list__item:hover {
    color: #6bc72e;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
}

.duo-block.duo-block-links .duo-block__left {
    background-position: bottom right;
    background-repeat: repeat-x;
    background-image: url(../img/services/background-arrows2.svg);
}

.duo-block.duo-block-links .duo-block__right {
    background: none;
}

.conditions-block.list-text .duo-block {
    margin-top: 0;
}

.conditions-block.list-text .duo-block__right {
    background: none;
}

.list-compare .conditions-block__head {
    border-bottom: 0;
}

.list-compare__item {
    border-bottom: 1px solid rgb(194, 206, 219);
    padding-bottom: 15px;
    padding-top: 15px;
}

.list-compare__item:first-child {
    padding-top: 0;
}

.list-compare__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.list-compare__item.list-flex .conditions-block__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-compare__item.list-flex ul {
    width: 48%;
}

.top-banner__subtitle {
    font-size: 27px;
    padding-top: 10px;
}

.special-banner__text .text p {
    font-size: 25px;
}

@media (max-width: 768px) {
    .list-compare__item.list-flex ul {
        width: 100%;
    }
}

.list-compare__item.list-flex p {
    width: 100%;
}

.list-flex.list-flex-one ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.list-flex.list-flex-one ul li {
    width: 48%;
}

.conditions-block.list-text {
    background-position: bottom right 40px;
    background-size: 400px auto;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

@media(max-width: 425px) {
    .conditions-block.list-text {
        padding: 40px 40px 40px 0;
    }
}

.dual-block__image {
    background-position: center;
    background-size: 400px auto;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.top-banner.articles .banner-text {
    color: #fff;
}

.top-banner.articles {
    justify-content: space-between;
}

.duo-block.articles .duo-block__right {
    background: none;
}

.duo-block.articles .duo-block__left {
    background-position: bottom left;
    background-repeat: repeat-x;
    background-image: url(../img/services/arrow_small.svg);
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.dual-block.articles   {
    align-items: center;
}

.dual-block.articles h1,
.dual-block.articles h2,
.dual-block.articles h3,
.dual-block.articles h4,
.dual-block.articles h5 {
    margin-top: 0;
}

.duo-block h3,
.duo-block h4,
.duo-block h5 {
    margin-top: 0;
}

@media(max-width: 1024px) {
    .review-item {
        max-width: 75%;
    }
}

@media(max-width: 768px) {
    .content-block h3 {
        font-weight: 500;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .content-block h4 {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 25px;
    }
}

@media (max-width: 430px) {
    .baner__info {
        gap: 20px;
        padding: 15px;
    }

    .baner__info__title {
        font-size: 24px;
        line-height: 29px;
    }

    .baner__info__discript {
        font-size: 18px;
    }

    .filling__link, .button__link {
        font-size: 14px;
    }

    .block__inner > .block__info {
        padding: 10px 15px;
    }

    .prod-block ul {
        padding: 0;
    }

    .prod-block ul li {
        list-style: none;
        padding: 10px 0;
    }

    .block__inner > .block__info:nth-child(2) {
        padding: 0 15px 15px 15px;
    }

    .block__elem {
        padding: 0;
    }

    .elem__list__marker__info {
        padding: 10px 10px 10px 15px;
    }

    .prod-block li > a {
        display: flex;
        align-items: center;
    }

    .prod-block li > a > svg {
        flex: 0 0 auto;
    }

    .price__section-service .services-items .service-item__head {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .price__section-service .service-item__head-name {
        margin: 0;
    }

    .price__section-service .services-items {
        justify-content: space-around;
    }

    .review-item {
        max-width: 96%;
        padding: 15px;
    }

    .people-reviews .swiper-button-prev,
    .people-reviews .swiper-button-next {
        display: none;
    }

    .price-block--desktop {
        display: none;
    }

    .price-section--mobile {
        display: block;
    }

    .block__prezent__comments {
        font-size: 16px;
    }
}
.people-reviews {
    overflow: hidden;
    display: block;
    position: relative;
}

@keyframes moveDownUp {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0;
    }
}

/*Новый блок "Обратный звонок" - см. /soprovozhdenie_1s/abonentskoe-soprovozhdenie/ */
.block__call__back {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-image: url("/local/templates/vega/img/abon_soprov/gray_fon_1400.PNG");
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 35px;
    padding: 0 5%;
    position: relative;
    margin-top: 100px;
    margin-bottom: 20px;
}

@media (max-width: 1400px) {
    .block__call__back {
        background-size: cover;
    }
}

@media (max-width: 1200px) {
    .block__call__back {
        padding: 0 2%;
    }
}

@media (max-width: 900px) {
    .block__call__back {
        background-image: url("/local/templates/vega/img/abon_soprov/gray_fon_900.PNG");
    }
}

@media (max-width: 375px) {
    .block__call__back {
        background-image: url("/local/templates/vega/img/abon_soprov/gray_fon_315.PNG");
    }
}

.block__call__back_img {
    position: relative;
    width: 20%;
}

.block__call__back_img .show-mobile {
    display: none;
}

.block__call__back_img img{
    position: absolute;
    bottom: 0;
}

.block__call__back_info {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block__call__back_info_title {
    font-family: Rubik;
    font-weight: 700;
    font-size: 40px;
    vertical-align: middle;
    padding-bottom: 10px;
}

.block__call__back_info_text {
    font-family: Rubik;
    font-weight: 400;
    font-size: 18px;
    vertical-align: middle;
}

.block__call__back_form {
    position: relative;
    width: 25%;
}

@media (max-width: 1024px) {
    .block__call__back_info {
        width: 45%;
        padding-left: 20px;
    }
    .block__call__back_form {
        width: 35%;
    }
}

.block__call__back_form .b24-form-wrapper {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.b24-form-header-padding {
    display: none;
}

.block__call__back_form .b24-form-field.b24-form-field-phone input {
    background-color: #ffffff;
    padding-right: 0;
}

.block__call__back_form .b24-form-wrapper.b24-from-state-on {
    min-height: auto;
}

.block__call__back_form .b24-form-success-icon {
    width: 60px;
    height: 60px;
}

.block__call__back_form .b24-form-btn-block button {
    border: 1px solid #0076c0;
}

.block__call__back_form .b24-form-btn-block button:hover {
    border: 1px solid #0076c0;
    background-color: #ffffff;
    color: #0076c0;
}

@media (max-width: 768px) {
    .block__call__back {
        flex-direction: column;
        justify-content: flex-start;
        padding: 0 20px;
        position: relative;
        margin-top: 20px;
    }

    .block__call__back_img,
    .block__call__back_info,
    .block__call__back_form {
        width: 100%;
    }

    .block__call__back_img {
        display: flex;
        justify-content: center;
        align-items: center;
        order: 3;
    }

    .block__call__back_img .show-desctop {
        display: none;
    }

    .block__call__back_img .show-mobile {
        display: block;
    }

    .block__call__back_info {
        order: 1;
        padding: 30px 30px 0 30px;
    }

    .block__call__back_info_title {
        font-size: 30px;
        line-height: normal;
    }

    .block__call__back_form {
        order: 2;
    }

    .block__call__back_img img {
        position: relative;
    }

    .block__call__back_form .b24-form-wrapper {
        min-height: auto;
    }

    .block__call__back_form .b24-form-wrapper .b24-form-content {
        width: 100%;
    }
}