.main-about-us {
    margin-top: 0;
}

.header.scrolled + main {
    margin-top: 225px;
}

.primary {
    height: 100%;
}

@media (min-width: 500px) {
    .primary {
        height: 100vh;
    }
}

.banner-container {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.banner-wrapper .banner-wrap {
    width: 55%;
}

.banner-wrapper .banner-wrap-img {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-block-full {
    position: absolute;
}

@media (min-width: 992px) {
    .banner-wrapper .banner-wrap-img {
        max-width: 500px;
        max-height: 420px;
        right: 10px;
        top: 180px;
    }

    .rating-block-full {
        position: absolute;
        bottom: -50px;
        left: 100px;
    }
}

@media (min-width: 1199px) {
    .banner-wrapper .banner-wrap-img {
        max-width: 633px;
        max-height: 465px;
        right: 10px;
        top: 150px;
    }

    .rating-block-full {
        bottom: -20px;
        left: 50px;
    }
}

@media (min-width: 1399px) {
    .banner-wrapper .banner-wrap-img {
        max-width: 833px;
        max-height: 565px;
        right: 10px;
        top: 150px;
    }

    .rating-block-full {
        bottom: 30px;
        left: 20px;
    }
}


@media (min-width: 1699px) {
    .banner-wrapper .banner-wrap-img {
        max-width: 933px;
        max-height: 665px;
        right: 50px;
        top: 100px;
    }

    .rating-block-full {
        bottom: 110px;
        left: 50px;
    }
}

.banner-wrapper .banner-wrap-img img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.banner-wrapper .info-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 15px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

.banner-wrapper .info-item {
    max-width: 140px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}

.banner-wrapper .info-wrap-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: fit-content;
}

.banner-wrapper .info-wrap-icon img {
    width: 100%;
    height: 100%;
    max-width: 72px;
    max-height: 72px;
}

.banner-wrapper .info-desc {
    text-align: center;
    color: #5F6365;
    font-size: 16px;
    font-weight: 400;
}

.banner-wrapper .info-description {
    color: #5F6365;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 45px;
    max-width: 455px;
}

.banner-wrapper .info-description--white {
    color: white;
}

.banner-wrapper .info-description--white.mt-0 {
    margin-top: 0;
}

.banner-wrapper .info-description--mark {
    color: #0197AF;
    margin-bottom: 4px;
}

.banner-wrapper .subtitle {
    padding-bottom: 13px;
}

.banner-wrapper .banner-btn {
    min-width: 214px;
}

.banner-wrapper .button--primary {
    transition: all 0.3s ease-in-out;
    position: relative;
    align-items: center;
    display: flex;
    gap: 12px;
    overflow: hidden;
    position: relative;
    transition: all .3s linear;
    z-index: 1;
    width: fit-content;
}

.banner-wrapper .button--primary:hover:before {
    right: 0;
    transform: scale(1.1);
    transform-origin: top left;
}

.banner-wrapper .button--primary:before {
    background-color: #02153d;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    transform: scale(0);
    transform-origin: right top;
    transition: transform .5s ease;
    z-index: -1;
}

.banner-wrapper .button--primary-white:hover {
    color: #0197af;
}

.banner-wrapper .button--primary-white:before {
    background-color: #fff;
}

.mt-0 {
    margin-top: 0;
}

.social-block a {
    display: block;
    border-radius: 15px;
    transition: all 0.2s ease-in-out;
}

.social-block .wrap {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 9px 35px 0px rgba(3, 21, 5, 0.10);
    width: fit-content;
    padding: 15px;
    gap: 8px;
    min-height: 34px;
}

.rating-item {
    display: flex;
    flex-direction: row;
    gap: 17px;
}

.rating-block .number-rating {
    color: #787677;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.rating-block .list-photo {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.rating-block .list-photo .img-rating {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.rating-block .list-photo .img-rating img {
    width: 100%;
    height: 100%;
}

.rating-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

.rating-block .list-star {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-star li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.social-block .desc {
    color: #9A9A9A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    font-size: 18px;
}

.rating-item:first-child {
    display: flex;
    flex-direction: row;
    gap: 17px;
}

.rating-block .list-photo .img-rating:not(:first-child) {
    margin-left: -12px;
}

.rating-block .list-photo .img-rating:first-child {
    z-index: 3;
}

.rating-block .list-photo .img-rating:nth-child(2) {
    z-index: 2;
}

.rating-block .list-photo .img-rating:nth-child(3) {
    z-index: 1;
}

@media (max-width: 991px) {
    .banner-wrapper .banner-wrap {
        width: 100%;
        text-align: center;
    }

    .banner-wrapper .info-list {
        justify-content: center;
    }

    .banner-wrapper .info-description {
        max-width: 100%;
    }

    .rating-block-full {
        position: absolute;
        bottom: -20px;
        left: 5px;
    }

    .banner-wrapper .banner-wrap-img {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 550px;
        height: auto;
        margin: 0 auto;
    }

    .banner-container {
        padding: 50px 0;
    }

    .banner-wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
        position: relative;
    }
}

@media (max-width: 576px) {
    .rating-item:first-child {
        display: none;
    }

    .rating-block-full {
        position: absolute;
        bottom: -5px;
        left: 5px;
    }

    .banner-wrapper .info-desc {
        font-size: 14px;
    }

    .banner-wrapper .info-list {
        gap: 10px;
    }

    .banner-wrapper .info-item {
        max-width: 105px;
    }
    
}

.primary--dark {
    background: #02153D;
}

.primary--dark .banner-container .subtitle {
    color: #fff;
}

.primary--dark .banner-container .title {
    color: #FFF;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -0.47999998927116394px;
    text-align: left;
}

@media (max-width: 992px) {
    .primary--dark .banner-container .title {
        text-align: center;
    }

    .primary--dark .button--primary {
        margin: 0 auto;
    }
}

.main-about-us__image--square {
    width: 437px;
    height: 403px;
    overflow: hidden;
    border-radius: 6px;
}

.main-about-us__content h2,
.main-about-us__content h2 {
    font-size: 37px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 1.2;
}

.pb-0 {
    padding-bottom: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.main-about-us__image--square img {
    margin-left: 0;
    margin-top: 0;
}

@media (max-width: 992px) {
    .main-about-us__image--square {
        width: 370px;
        height: 370px;
    }
}

@media (max-width: 768px) {
    .main-about-us__image--square img {
        margin: 0;
    }

    .main-about-us__image--square {
        width: 100%;
        height: 350px;
    }
}

.main-about-us__text.main-about-us__text--full {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: 25px;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 0;
    width: 100%;
    gap: 30px;
}

@media (max-width: 767px) {
    .main-about-us__text.main-about-us__text--full {
        gap: 50px;
    }
}

@media (min-width: 1200px) {
    .main-about-us__image--square img {
        margin-left: 24px;
    }

    .main-about-us__text.main-about-us__text--full {
         margin-top: 75px;
    }
}

.main-about-us__text.main-about-us__text--full > div h4,
.main-about-us__text.main-about-us__text--full > div p {
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    color: #181A18;
}

.main-about-us__text.main-about-us__text--full  .main-about-us__benefits-desc {
    font-size: 16px;
    line-height: 1.3;
    max-width: 100%;
    text-align: center;
    opacity: .72;
}

.main-about-us__text.main-about-us__text--full > div {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    flex: 0 0 33.3%;
    max-width: 270px;
    justify-content: space-between;
    height: 100%;
}

@media (max-width: 767px) {
    .main-about-us__text.main-about-us__text--full > div {
        max-width: 100%;
        flex: auto;
    }
}

.inform.inform--text .title {
    color: #fff;
    text-align: center;
    padding-bottom: 36px;
    margin-bottom: 15px;
}

.inform.inform--text .icon-num {
    color: #0197AF61;
    font-size: 64px;
    font-weight: 500;
    line-height: 69px;
    letter-spacing: -0.9599999785423279px;
    text-align: left;
    display: block;
    margin-left: auto;
    width: fit-content;
    position: absolute;
    right: 10px;
    top: 10px;
}

.inform.inform--text .inform__data__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.9599999785423279px;
    text-align: left;
}

.contact-us__img-wrap {
    max-width: 678px;
}

@media (max-width: 1199px) {
    .contact-us__img-wrap {
        display: none;
    }
}

.contact-us__img-wrap img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.inform--text .inform__grid--three {
    grid-template-columns: repeat(3, 270px);
    max-width: fit-content;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .inform--text .inform__grid--three {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .inform--text .inform__grid--three {
        grid-template-columns: repeat(2, 270px);
    }
}

.seo-wrapper {
    margin-bottom: 120px;
}

.seo-title,
h1.seo-title,
.seo-content h1 {
    margin: 0;
    padding: 0;
    color: #181A18;
    font-size: 37px;
    font-weight: 500;
    line-height: 44.4px;
    letter-spacing: -0.3700000047683716px;
    text-align: left;
}

.seo-content p, 
.seo-content li, 
.seo-content span, 
.seo-content a {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #181A18;
}

.seo-content h2,
.seo-content .h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #181A18;
}

.seo-content h3,
.seo-content .h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #181A18;
}

.seo-content h4,
.seo-content .h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #181A18;
}

.seo-content h5,
.seo-content .h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    color: #181A18;
}

.seo-content h6,
.seo-content .h6 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #181A18;
}

.seo-content p {
    margin-bottom: 16px;
    margin-top: 16px;
}

.seo-content a {
    color: #0197AF;
    transition: all 0.3s ease-in-out;
}

.seo-content a:hover {
    color: #02153D;
}

.seo-content h2,
.seo-content h3,
.seo-content h4,
.seo-content h5,
.seo-content h6 {
    margin-bottom: 16px;
}

.seo-content ol,
.seo-content ul {
    margin-bottom: 32px;
}

.seo-content ol li {
    padding-left: 14px;
}

.seo-content ol {
    padding-left: 26px;
}

.seo-content ul li {
    list-style-type: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
}

.seo-content ul li:before {
    position: absolute;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 19 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.4329 0.817185C18.636 1.02034 18.7501 1.29584 18.7501 1.5831C18.7501 1.87036 18.636 2.14586 18.4329 2.34902L7.59954 13.1824C7.39639 13.3854 7.12089 13.4995 6.83362 13.4995C6.54636 13.4995 6.27086 13.3854 6.06771 13.1824L0.651042 7.76569C0.547572 7.66575 0.465041 7.54621 0.408265 7.41404C0.351489 7.28187 0.321603 7.13971 0.320353 6.99587C0.319103 6.85203 0.346513 6.70937 0.400984 6.57624C0.455455 6.4431 0.535896 6.32214 0.637613 6.22042C0.73933 6.11871 0.860287 6.03827 0.993424 5.9838C1.12656 5.92932 1.26922 5.90191 1.41306 5.90316C1.5569 5.90441 1.69906 5.9343 1.83123 5.99108C1.9634 6.04785 2.08294 6.13038 2.18287 6.23385L6.83362 10.8846L16.901 0.817185C17.1042 0.614092 17.3797 0.5 17.667 0.5C17.9542 0.5 18.2297 0.614092 18.4329 0.817185Z" fill="white"/></svg>');
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    left: 0;
    background: #0197AF;
    border-radius: 50%;
}

.seo-content ol li {
    list-style: auto;
    margin-bottom: 16px;
}

.card-transformations__data__images {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 6px;
}

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

@media (min-width: 1199px) { 
    .card-transformations__data__images {
        width: 462px;
    }
}

.transformations__data {
    display: flex;
    justify-content: center;
    gap: 12px;
}

@media (max-width: 767px) { 
    .transformations__data {
        flex-direction: column;
    }
}

.card-transformations__data__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    color: white;
}

.card-transformations__data__content {
    width: 100%;
    background: #02153D;
    padding: 5px 10px;
    z-index: 1;
    position: relative;
}

.card-transformations__data {
    overflow: hidden;
    border-radius: 6px;
    background: #02153D;
}

.transformations {
    padding: 100px 0 80px;
    margin-top: -55px;
    position: relative;
}

.transformations__title {
    text-align: center;
}

.transformations-slider .swiper-nav {
    align-items: end;
    display: flex;
    gap: 24px
}

.transformations-slider .swiper-button-next,
.transformations-slider .swiper-button-prev {
    align-items: center;
    background-color: #0197af;
    border: 1px solid #0197af;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    transition: all .3s ease-in-out;
    width: 48px;
    z-index: 5
}

.transformations-slider .swiper-button-next svg,
.transformations-slider .swiper-button-prev svg {
    display: block;
    filter: invert(0);
    height: 24px;
    transition: all .3s ease-in-out;
    width: 24px
}

.transformations-slider .swiper-button-next:hover,
.transformations-slider .swiper-button-prev:hover {
    background-color: #0000;
    border: 1px solid #0197af
}

.transformations-slider .swiper-button-next:hover svg,
.transformations-slider .swiper-button-prev:hover svg {
    filter: invert(1);
    transition: all .3s ease-in-out
}

@media (max-width: 500px) {
    .transformations-slider .swiper-nav {
        gap:12px;
        padding-bottom: 12px
    }

    .transformations-slider .swiper-button-next,
    .transformations-slider .swiper-button-prev {
        height: 36px;
        width: 36px
    }

    .transformations-slider .swiper-button-next svg,
    .transformations-slider .swiper-button-prev svg {
        height: 20px;
        width: 20px
    }
}

.transformations-header {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 24px;
}

@media (max-width: 768px) {
    .transformations-header {
        padding-top: 24px;
    }
}

.mb-section {
    margin-bottom: 96px;
}

.main-about-us__text--full>div:hover .icon img {
    animation: toBottomFromTop .5s forwards;
    transition: all .4s;
    filter: none;
}

.main-about-us__text--full>div .icon img {
    display: block;
    height: 84px;
    object-fit: cover;
    padding: 12px;
    transition: all .4s;
    width: 84px;
    filter: contrast(0) brightness(0) saturate(0);
}

.about-us__price-wrap {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px 12px!important;
    flex: 0 0 35%;
}

.about-us__price {
    white-space: nowrap;
    color: white;
}

section.about-us .about-us__content ul li p {
    font-size: 16px;
    flex: 0 0 65%;
    line-height: 24px;
}

.about-us .button {
    position: relative;
    overflow: hidden;
    position: relative;
    transition: all .3s linear;
    z-index: 1;
}

.about-us .button:hover:before {
    right: 0;
    transform: scale(1.1);
    transform-origin: top left;
}

.about-us .button:before {
    background-color: #02153d;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    transform: scale(0);
    transform-origin: right top;
    transition: transform .5s ease;
    z-index: -1;
}

section.about-us .about-us__content ul li:hover>div {
    background-color: #02153d;
    transition: all .3s;
}