@charset "UTF-8";
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-SemiBold.eot");
    src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Light.eot");
    src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.eot");
    src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Medium.eot");
    src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-RegularItalic.eot");
    src: local("Gilroy Regular Italic"), local("Gilroy-RegularItalic"), url("../fonts/Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-RegularItalic.woff") format("woff"), url("../fonts/Gilroy-RegularItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Bold.eot");
    src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
body {
    font-family: "Gilroy";
}

.about-section {
    max-width: 100%;
    padding: 55px 0;
    overflow-x: hidden;
}

.about-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.about-item {
    width: calc(33.3333333333% - 20px);
    background: rgb(247, 251, 253);
    min-height: 200px;
    padding: 30px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 992px) {
    .about-item {
        width: calc(33.3333333333% - 10px);
        padding: 30px 20px;
        min-height: auto;
    }
}
@media (max-width: 767px) {
    .about-item {
        width: 100%;
        margin-bottom: 15px;
    }
}
.about-item__icon {
    height: 39px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.about-item__icon img {
    height: 100%;
}
.about-item__title {
    display: block;
    text-align: center;
    font-family: Gilroy;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    color: #000;
    margin-bottom: 8px;
}
@media (max-width: 992px) {
    .about-item__title {
        font-size: 20px;
    }
}
.about-item p {
    font-family: Gilroy;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.02em;
    text-align: center;
    color: rgb(75, 75, 75);
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .about-item p {
        font-size: 14px;
    }
}

.about-main {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .about-main {
        flex-direction: column;
        padding-top: 0;
        margin-bottom: 30px;
    }
}
.about-main__content {
    width: calc(100% - 500px);
    padding-top: 30px;
}
@media (max-width: 992px) {
    .about-main__content {
        width: calc(100% - 340px);
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .about-main__content {
        width: 100%;
    }
}
.about-main__content p {
    font-family: Gilroy;
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
}
@media (max-width: 992px) {
    .about-main__content p {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .about-main__content p {
        font-size: 14px;
        line-height: 22px;
    }
}
.about-main__content p:last-child {
    margin-bottom: 0;
}
.about-main__image {
    width: 430px;
    padding-right: 60px;
}
@media (max-width: 992px) {
    .about-main__image {
        padding-right: 0;
        margin-right: -70px;
        width: 355px;
        padding-top: 30px;
    }
}
@media (max-width: 767px) {
    .about-main__image {
        text-align: center;
        width: 100%;
    }
}
.about-main__image img {
    width: 100%;
    max-width: 350px;
}

.h-title {
    font-size: 45px;
    margin-bottom: 35px;
    font-weight: 600;
}
.h-title.center {
    text-align: center;
}
.h-title.white {
    color: #fff;
}
@media (max-width: 992px) {
    .h-title {
        font-size: 33px;
    }
}
@media (max-width: 767px) {
    .h-title {
        font-size: 27px;
    }
}
.h-title small {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    padding-top: 8px;
}
@media (max-width: 992px) {
    .h-title small {
        font-size: 16px;
    }
}

.about-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.about-bottom-item {
    display: flex;
    align-items: center;
    width: calc(50% - 15px);
    margin-bottom: 20px;
}
@media (max-width: 992px) {
    .about-bottom-item {
        width: calc(50% - 10px);
    }
}
@media (max-width: 767px) {
    .about-bottom-item {
        width: 100%;
    }
}
.about-bottom-item__icon {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 75px;
    margin-right: 20px;
    background: rgb(245, 248, 255);
    border-radius: 15px;
}
.about-bottom-item__text {
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}
@media (max-width: 992px) {
    .about-bottom-item__text {
        font-size: 16px;
    }
}
.about-bottom-item__text strong {
    font-weight: 600;
}

.btn-arrow {
    display: inline-flex;
    padding: 0 35px;
    height: 50px;
    align-items: center;
    font-family: Gilroy;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    border-radius: 7px;
    border: 1px solid #000;
    white-space: nowrap;
    transition: 0.5s;
}
@media (max-width: 390px) {
    .btn-arrow {
        width: 100%;
        justify-content: center;
        padding: 0;
        font-size: 16px;
    }
}
.btn-arrow:hover {
    background: #000;
    color: #fff;
}
.btn-arrow:hover .icon {
    color: #fff;
}
.btn-arrow .icon {
    width: 17px;
    height: 9px;
    color: #000;
    margin-left: 25px;
    transition: 0.5s;
}
.btn-arrow--white {
    border-color: #fff;
    color: #fff;
}
.btn-arrow--white:hover {
    color: #000;
    background: #fff;
}
.btn-arrow--white:hover .icon {
    color: #000;
}
.btn-arrow--white .icon {
    color: #fff;
}

.how-it-works-section {
    padding: 70px 0;
}

.how-it-works-content {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.how-it-works-content .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid rgb(125, 200, 85);
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #000;
    background-color: #fff;
    transition: 0.5s;
}
.how-it-works-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: rgb(125, 200, 85);
}
.how-it-works-content .swiper-wrapper {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .how-it-works-content .swiper-wrapper {
        display: flex;
        justify-content: space-around;
        margin-bottom: 0;
    }
}
@media (max-width: 1200px) {
    .how-it-works-content .swiper-wrapper {
        /*justify-content: center;*/
    }
}
@media (min-width: 768px) {
    .how-it-works-content .swiper-slide {
        width: 230px;
    }
}
@media (max-width: 1200px) {
    .how-it-works-content .swiper-slide {
        margin: 0 27px;
    }
}
@media (max-width: 767px) {
    .how-it-works-content .swiper-slide {
        margin: 0;
    }
}
.how-it-works-content .swiper-slide:last-child .how-it-works-item::before {
    display: none;
}

.how-it-works-item {
    width: 230px;
    text-align: center;
    padding-top: 25px;
    position: relative;
}
@media (max-width: 767px) {
    .how-it-works-item {
        width: auto;
        margin: 0 20px;
    }
}
.how-it-works-item__image {
    display: flex;
    justify-content: center;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px;
}
.how-it-works-item__image:hover img {
    transform: scale(1.1);
}
.how-it-works-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: 0.5s;
}
.how-it-works-item__title {
    display: block;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 5px;
}
.how-it-works-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: rgb(109, 111, 121);
}

.btn-center {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.btn-center .button {
    width: 100%;
    max-width: 220px;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 50px !important;
}
.btn-center .button-text {
    padding-right: 0;
}

.clients-section {
    padding: 60px 0 30px 0;
    background: rgb(247, 248, 253);
}

.clients {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.clients .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid rgb(125, 200, 85);
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #000;
    background-color: #fff;
    transition: 0.5s;
}
.clients .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: rgb(125, 200, 85);
}
@media (min-width: 768px) {
    .clients .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.clients .swiper-slide {
    width: calc(25% - 22.5px);
}
@media (max-width: 992px) {
    .clients .swiper-slide {
        width: 100%;
    }
}
.clients .swiper-slide--fuild {
    width: calc(50% - 15px);
    flex-direction: column;
    justify-content: center;
    display: flex;
}
@media (max-width: 992px) {
    .clients .swiper-slide--fuild {
        width: 100%;
    }
}
.clients .swiper-slide--fuild .client-item {
    min-height: 215px;
}
@media (max-width: 767px) {
    .clients .swiper-slide--fuild .client-item {
        height: 425px;
    }
}
@media (max-width: 767px) {
    .clients .swiper-slide--fuild {
        min-height: 425px;
    }
}
.clients .swiper-slide--fuild p {
    max-width: 210px;
}
@media (max-width: 992px) {
    .clients .swiper-slide--fuild p {
        max-width: 345px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .clients .swiper-slide--fuild p {
        max-width: 100%;
    }
}

.client-item {
    position: relative;
    width: 100%;
    border: 1px solid rgb(226, 226, 226);
    background: #fff;
    box-shadow: 0px 3px 23px 0px rgba(36, 67, 96, 0.13);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    min-height: 425px;
}
@media (max-width: 1200px) {
    .client-item {
        padding: 20px;
    }
}
@media (max-width: 992px) {
    .client-item {
        padding: 30px;
        min-height: 180px;
    }
}
@media (max-width: 767px) {
    .client-item {
        min-height: 425px;
        box-shadow: none;
    }
}
.client-item:hover .client-item__btn .button {
    opacity: 1 !important;
    pointer-events: all;
    transform: translateY(0);
}
.client-item__title {
    font-family: "Gilroy";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
}
.client-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
@media (max-width: 992px) {
    .client-item p {
        max-width: 345px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .client-item p {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .client-item--1:hover .client-item__image .client-item__element-1 {
        top: 23px;
        left: -31px;
    }
    .client-item--2:hover .client-item__image .client-item__element-2 {
        top: -25px;
    }
    .client-item--3:hover .client-item__image .client-item__element-3 {
        top: 70px;
        right: 150px;
    }
    .client-item--4:hover .client-item__image .client-item__element-4 {
        top: 50px;
    }
    .client-item--5:hover .client-item__image .client-item__element-5 {
        bottom: 20px;
    }
    .client-item--6:hover .client-item__image .client-item__robot-6 {
        right: 110px;
    }
}
@media (min-width: 2000px) {
    .client-item--1:hover .client-item__image .client-item__element-1 {
        top: 13px;
        left: -27px;
    }
    .client-item--2:hover .client-item__image .client-item__element-2 {
        top: 15px;
    }
    .client-item--3:hover .client-item__image .client-item__element-3 {
        top: 140px;
        right: 150px;
    }
    .client-item--4:hover .client-item__image .client-item__element-4 {
        top: 120px;
    }
    .client-item--5:hover .client-item__image .client-item__element-5 {
        bottom: 20px;
    }
    .client-item--6:hover .client-item__image .client-item__robot-6 {
        right: 110px;
    }
}
.client-item--1 .client-item__image-mobile img {
    position: absolute;
    right: -30px;
}
.client-item--2 .client-item__image-mobile img {
    position: absolute;
    top: -30px;
}
.client-item--3 .client-item__image-mobile img {
    position: absolute;
    right: -10px;
    top: 20px;
}
.client-item--4 .client-item__image-mobile img {
    position: absolute;
    top: 50px;
}
.client-item--5 .client-item__image-mobile img {
    position: absolute;
    top: 20px;
}
.client-item--6 .client-item__image-mobile img {
    position: absolute;
    top: 70px;
}
.client-item__image-mobile {
    position: relative;
    display: none;
    justify-content: center;
}
@media (max-width: 767px) {
    .client-item__image-mobile {
        display: flex;
    }
}
.client-item__image {
    position: relative;
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
    .client-item__image {
        display: none;
    }
}
.client-item__image .client-item__robot-1 {
    position: absolute;
    top: 97px;
    left: -20px;
    width: 120px;
    z-index: 2;
}
@media (min-width: 2000px) {
    .client-item__image .client-item__robot-1 {
        top: 145px;
    }
}
@media (max-width: 992px) {
    .client-item__image .client-item__robot-1 {
        left: auto;
        right: 90px;
        top: auto;
        bottom: -140px;
    }
}
@media (max-width: 767px) {
    .client-item__image .client-item__robot-1 {
        bottom: auto;
        right: auto;
        top: 60px;
        left: 20px;
    }
}
.client-item__image .client-item__element-1 {
    position: absolute;
    top: 31px;
    left: -2px;
    z-index: 1;
    transition: 0.5s;
}
@media (min-width: 2000px) {
    .client-item__image .client-item__element-1 {
        left: -30px;
    }
}
@media (max-width: 992px) {
    .client-item__image .client-item__element-1 {
        left: auto;
        right: 6px;
        top: auto;
        bottom: -43px;
        width: 172px;
    }
}
@media (max-width: 767px) {
    .client-item__image .client-item__element-1 {
        bottom: auto;
        right: auto;
        top: 11px;
        left: 51px;
    }
}
.client-item__image .client-item__robot-2 {
    position: absolute;
    top: 70px;
    width: 110px;
    z-index: 2;
    margin: 0 auto;
}
@media (min-width: 2000px) {
    .client-item__image .client-item__robot-2 {
        top: 145px;
    }
}
@media (max-width: 992px) {
    .client-item__image .client-item__robot-2 {
        left: auto;
        right: 94px;
        top: auto;
        bottom: -143px;
    }
}
@media (max-width: 767px) {
    .client-item__image .client-item__robot-2 {
        bottom: auto;
        right: auto;
        top: 67px;
        left: auto;
    }
}
.client-item__image .client-item__element-2 {
    position: absolute;
    width: 150px;
    top: -5px;
    padding: 0 15px 0 0;
    z-index: 1;
    transition: 0.5s;
}
@media (min-width: 2000px) {
    .client-item__image .client-item__element-2 {
        top: 45px;
    }
}
@media (max-width: 992px) {
    .client-item__image .client-item__element-2 {
        left: auto;
        right: 71px;
        top: auto;
        bottom: -50px;
    }
}
@media (max-width: 767px) {
    .client-item__image .client-item__element-2 {
        bottom: auto;
        right: auto;
        top: -27px;
        left: auto;
    }
}
.client-item__image .client-item__robot-3 {
    position: absolute;
    top: 75px;
    width: 170px;
    z-index: 1;
    right: 10px;
}
@media (min-width: 2000px) {
    .client-item__image .client-item__robot-3 {
        top: 145px;
    }
}
@media (max-width: 992px) {
    .client-item__image .client-item__robot-3 {
        left: auto;
        right: 78px;
        top: auto;
        bottom: -94px;
    }
}
@media (max-width: 767px) {
    .client-item__image .client-item__robot-3 {
        bottom: auto;
        right: 30px;
        top: 47px;
    }
}
.client-item__image .client-item__element-3 {
    position: absolute;
    top: 80px;
    z-index: 2;
    right: 140px;
    width: 60px;
    transition: 0.5s;
}
@media (min-width: 2000px) {
    .client-item__image .client-item__element-3 {
        top: 150px;
    }
}
@media (max-width: 992px) {
    .client-item__image .client-item__element-3 {
        left: auto;
        right: 208px;
        top: auto;
        bottom: 19px;
    }
}
@media (max-width: 767px) {
    .client-item__image .client-item__element-3 {
        bottom: auto;
        right: 158px;
        top: 52px;
    }
}
.client-item__image .client-item__robot-4 {
    position: absolute;
    top: 100px;
    width: 120px;
    z-index: 1;
    margin: 0 auto;
}
@media (min-width: 2000px) {
    .client-item__image .client-item__robot-4 {
        top: 170px;
    }
}
@media (max-width: 992px) {
    .client-item__image .client-item__robot-4 {
        left: auto;
        right: 51px;
        top: auto;
        bottom: -151px;
    }
}
@media (max-width: 767px) {
    .client-item__image .client-item__robot-4 {
        bottom: auto;
        right: auto;
        top: 67px;
        left: auto;
    }
}
.client-item__image .client-item__element-4 {
    position: absolute;
    width: 80px;
    top: 70px;
    padding: 0 0px 0 0;
    z-index: 2;
    transition: 0.5s;
}
@media (min-width: 2000px) {
    .client-item__image .client-item__element-4 {
        top: 140px;
    }
}
@media (max-width: 992px) {
    .client-item__image .client-item__element-4 {
        left: auto;
        right: 69px;
        top: auto;
        bottom: 3px;
    }
}
@media (max-width: 767px) {
    .client-item__image .client-item__element-4 {
        bottom: auto;
        right: auto;
        top: 37px;
        left: auto;
    }
}
.client-item__image .client-item__robot-5 {
    position: absolute;
    bottom: -90px;
    width: 140px;
    z-index: 2;
    right: 20px;
}
@media (max-width: 992px) {
    .client-item__image .client-item__robot-5 {
        bottom: -115px;
        right: 44px;
    }
}
@media (max-width: 767px) {
    .client-item__image .client-item__robot-5 {
        bottom: auto;
        right: auto;
        top: 73px;
        left: auto;
    }
}
.client-item__image .client-item__element-5 {
    position: absolute;
    width: 180px;
    bottom: 0px;
    right: 0;
    padding-right: 10px;
    z-index: 1;
    transition: 0.5s;
}
@media (max-width: 992px) {
    .client-item__image .client-item__element-5 {
        bottom: -26px;
        right: 27px;
    }
}
@media (max-width: 767px) {
    .client-item__image .client-item__element-5 {
        bottom: auto;
        right: auto;
        top: 30px;
        left: auto;
    }
}
.client-item__image .client-item__robot-6 {
    position: absolute;
    bottom: -128px;
    width: 120px;
    z-index: 2;
    right: 150px;
    transition: 0.5s;
}
@media (max-width: 992px) {
    .client-item__image .client-item__robot-6 {
        bottom: -120px;
    }
}
@media (max-width: 767px) {
    .client-item__image .client-item__robot-6 {
        bottom: auto;
        right: 150px;
        top: 150px;
    }
}
.client-item__image .client-item__element-6 {
    position: absolute;
    width: 180px;
    bottom: -127px;
    right: -40px;
    padding: 0 10px 0 0;
    z-index: 1;
    transition: 0.5s;
}
@media (max-width: 992px) {
    .client-item__image .client-item__element-6 {
        bottom: -114px;
    }
}
@media (max-width: 767px) {
    .client-item__image .client-item__element-6 {
        bottom: auto;
        right: -40px;
        top: 152px;
    }
}
.client-item__btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: calc(100% - 40px);
    display: flex;
    z-index: 9;
    justify-content: flex-end;
}
@media (max-width: 992px) {
    .client-item__btn {
        justify-content: flex-start;
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .client-item__btn {
        position: absolute;
        bottom: 20px;
        left: 0px;
        justify-content: center;
    }
}
.client-item__btn .button {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 225px;
    opacity: 0;
    transform: translateY(200px);
    transition: 0.5s;
}
@media (max-width: 992px) {
    .client-item__btn .button {
        transform: translateY(0);
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .client-item__btn .button {
        max-width: calc(100% - 40px);
    }
}
.client-item__btn .button .button-text {
    padding-right: 0;
}

.works-us-section {
    padding: 60px 0;
}
.works-us-section .h-title {
    margin-bottom: 10px !important;
}

.h-title-blue {
    display: block;
    max-width: 440px;
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgb(127, 156, 190);
    padding-top: 0;
}

.works-us {
    margin-bottom: 80px;
    min-width: 727px;
}
@media (max-width: 1200px) {
    .works-us {
        margin: 0 auto 80px;
        width: 940px;
    }
}
@media (max-width: 992px) {
    .works-us {
        width: 768px;
    }
}

.works-help__content {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}
@media (max-width: 992px) {
    .works-help__content {
        flex-direction: column;
    }
}

.work-help-item {
    position: relative;
    width: calc(25% - 22.5px);
    display: flex;
    min-height: 305px;
    flex-direction: column;
    padding: 50px 30px 30px 30px;
    border: 1px solid rgb(219, 226, 237);
    border-radius: 20px;
    transition: 0.5s;
}
@media (max-width: 992px) {
    .work-help-item {
        font-weight: 100%;
        width: 100%;
        margin-bottom: 15px;
        height: 135px;
        min-height: 135px;
        padding: 30px 30px 30px 140px;
        border-radius: 15px;
    }
    .work-help-item:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .work-help-item {
        padding-left: 110px;
    }
}
.work-help-item:hover {
    box-shadow: 0px 4px 14px 0px rgba(122, 150, 176, 0.25);
}
.work-help-item:hover .work-help-item__title a {
    color: rgb(83, 142, 232);
    border-bottom: 1px solid rgb(83, 142, 232);
}
.work-help-item__icon {
    height: 76px;
    margin-bottom: 40px;
}
@media (max-width: 992px) {
    .work-help-item__icon {
        position: absolute;
        left: 30px;
    }
}
@media (max-width: 767px) {
    .work-help-item__icon {
        height: 50px;
    }
}
.work-help-item__icon img {
    max-height: 100%;
}
.work-help-item__title {
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .work-help-item__title {
        margin-bottom: 5px;
    }
}
.work-help-item__title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    transition: 0.5s;
    color: rgb(0, 0, 0);
    border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
    .work-help-item__title a {
        font-size: 16px;
    }
}
.work-help-item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}
@media (max-width: 767px) {
    .work-help-item p {
        font-size: 14px;
    }
}

.works-us {
    position: relative;
    height: 350px;
}
@media (min-width: 2000px) {
    .works-us {
        top: -70px;
    }
}
@media (max-width: 767px) {
    .works-us {
        display: none;
    }
}
.works-us__image {
    position: absolute;
    right: 40px;
    top: 0;
}
@media (max-width: 1200px) {
    .works-us__image {
        right: auto;
        left: -60px;
    }
}
@media (max-width: 992px) {
    .works-us__image {
        left: -40px;
    }
}
.works-us__image img {
    width: 940px;
}
@media (min-width: 2000px) {
    .works-us__image img {
        width: 1200px;
    }
}
@media (max-width: 992px) {
    .works-us__image img {
        width: 767px;
    }
}

.steps {
    position: relative;
    width: 100%;
}
@media (max-width: 1200px) {
    .steps {
        margin-top: 50px;
        height: 100%;
    }
}

.step {
    position: absolute;
    max-width: 240px;
    z-index: 9;
}
.step--1 {
    left: 0;
    top: 130px;
}
@media (min-width: 2000px) {
    .step--1 {
        top: 200px;
    }
}
@media (max-width: 1200px) {
    .step--1 {
        top: 20px;
    }
}
@media (max-width: 767px) {
    .step--1 {
        top: 50px;
        left: 0;
    }
}
.step--2 {
    left: 360px;
    top: 270px;
}
@media (min-width: 2000px) {
    .step--2 {
        left: 420px;
        top: 340px;
    }
}
@media (max-width: 1200px) {
    .step--2 {
        left: 150px;
    }
}
@media (max-width: 992px) {
    .step--2 {
        top: 240px;
        left: 160px;
    }
}
@media (max-width: 767px) {
    .step--2 {
        top: 250px;
        left: -30px;
    }
}
.step--3 {
    left: 554px;
    top: 10px;
}
@media (min-width: 2000px) {
    .step--3 {
        left: 654px;
        top: 21px;
    }
}
@media (max-width: 1200px) {
    .step--3 {
        left: 340px;
        top: 20px;
    }
}
@media (max-width: 992px) {
    .step--3 {
        left: 300px;
    }
}
@media (max-width: 767px) {
    .step--3 {
        top: 50px;
        left: -50px;
    }
}
.step--4 {
    right: 80px;
    top: 270px;
}
@media (min-width: 2000px) {
    .step--4 {
        right: 120px;
        top: 340px;
    }
}
@media (max-width: 1200px) {
    .step--4 {
        left: 670px;
        right: auto;
    }
}
@media (max-width: 992px) {
    .step--4 {
        top: 240px;
        left: 510px;
    }
}
@media (max-width: 767px) {
    .step--4 {
        top: 250px;
        left: 50px;
    }
}
.step__title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
}
@media (max-width: 1200px) {
    .step__title {
        font-size: 18px;
        line-height: 22px;
    }
}
.step p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
@media (max-width: 1200px) {
    .step p {
        font-size: 14px;
        line-height: 19px;
    }
}
.step p span {
    display: block;
    color: rgb(130, 142, 182);
}
.step__link {
    display: block;
}
@media (max-width: 767px) {
    .step__link {
        margin-top: 10px;
    }
}
.step__link a {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: underline;
    color: rgb(125, 200, 85);
}
@media (max-width: 1200px) {
    .step__link a {
        font-size: 18px;
    }
}
.step__link a:hover {
    text-decoration: none;
}

.comfortable-section {
    position: relative;
    overflow: hidden;
}
.comfortable-section__image {
    position: absolute;
    bottom: -10px;
    right: calc(50% + 70px);
    width: 840px;
}
@media (min-width: 2000px) {
    .comfortable-section__image {
        max-width: 40%;
        max-height: 90%;
        right: calc(55% + 100px);
    }
}
@media (max-width: 1200px) {
    .comfortable-section__image {
        right: 65%;
    }
}
@media (max-width: 992px) {
    .comfortable-section__image {
        padding: 0 20px;
        max-width: 100%;
        height: 230px;
        right: auto;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .comfortable-section__image {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
}
.comfortable-section__image img {
    width: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.comfortable-section__item {
    display: none;
    position: relative;
    padding-top: 70px;
    min-height: 600px;
}
@media (max-width: 992px) {
    .comfortable-section__item {
        padding-bottom: 600px;
    }
}
@media (max-width: 767px) {
    .comfortable-section__item {
        padding-bottom: 730px;
    }
}
.comfortable-section__item.active {
    display: block !important;
}
.comfortable-section__item--1 {
    background: linear-gradient(229.87deg, #253365 27.13%, #088697 83%);
}
.comfortable-section__item--2 {
    background: linear-gradient(229.87deg, #20236f 27.13%, #78409a 83%);
}
@media (max-width: 992px) {
    .comfortable-section__item--2 .comfortable-section__image {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .comfortable-section__item--2 .comfortable-section__image img {
        -o-object-fit: contain;
        object-fit: contain;
        max-height: 90%;
    }
}
.comfortable-section__item--3 {
    background: linear-gradient(229.87deg, #1585d6 27.13%, #45c2ea 83%);
}
@media (max-width: 992px) {
    .comfortable-section__item--3 .comfortable-section__image {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .comfortable-section__item--3 .comfortable-section__image img {
        -o-object-fit: contain;
        object-fit: contain;
        max-height: 90%;
    }
}
.comfortable-section__item--4 {
    background: linear-gradient(229.87deg, #12afb9 27.13%, #08974a 83%);
}
.comfortable-section__item--4 .comfortable-section__image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.comfortable-section__item--4 .comfortable-section__image img {
    max-width: 600px;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 90%;
}
.comfortable-section__item-first {
    display: block;
    position: relative;
    padding-top: 70px;
    min-height: 600px;
    transition: 0.5s;
    background: linear-gradient(229.87deg, #2ab912 27.13%, #229708 83%);
}
@media (max-width: 992px) {
    .comfortable-section__item-first {
        padding-bottom: 600px;
    }
}
@media (max-width: 767px) {
    .comfortable-section__item-first {
        padding-bottom: 730px;
    }
}
.comfortable-section__item-first.hide {
    opacity: 0;
}

.comfortable-content {
    padding-left: 540px;
}
@media (max-width: 1200px) {
    .comfortable-content {
        padding-left: 400px;
    }
}
@media (max-width: 992px) {
    .comfortable-content {
        padding-left: 0;
    }
}
.comfortable-content .h-title {
    margin-bottom: 10px;
}
.comfortable-content p {
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
@media (max-width: 992px) {
    .comfortable-content p {
        font-size: 14px;
        line-height: 19px;
    }
}

.comfortable-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 35px;
}

.comfortable-item {
    width: calc(50% - 20px);
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .comfortable-item {
        width: 100%;
        margin-bottom: 15px;
    }
}
.comfortable-item:hover .comfortable-item__icon, .comfortable-item.active .comfortable-item__icon {
    background: #fff;
}
.comfortable-item:hover .comfortable-item__icon--2 svg, .comfortable-item.active .comfortable-item__icon--2 svg {
    color: #a4a4a4;
}
.comfortable-item:hover .comfortable-item__icon--3 svg, .comfortable-item.active .comfortable-item__icon--3 svg {
    color: #3f79eb;
}
.comfortable-item:hover .comfortable-item__icon--4 svg, .comfortable-item.active .comfortable-item__icon--4 svg {
    color: #000;
}
.comfortable-item:hover .comfortable-item__text, .comfortable-item.active .comfortable-item__text {
    text-decoration: underline;
}
.comfortable-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 65px;
    height: 65px;
    transition: 0.5s;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-right: 20px;
}
.comfortable-item__icon--1 svg {
    width: 28px;
    height: 28px;
}
.comfortable-item__icon--2 svg {
    width: 37px;
    height: 37px;
    color: #fff;
}
.comfortable-item__icon--3 svg {
    width: 30px;
    height: 30px;
    color: #fff;
}
.comfortable-item__icon--4 svg {
    width: 35px;
    height: 35px;
    color: #fff;
}
.comfortable-item__icon .icon {
    transition: 0.5s;
}
.comfortable-item__text {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    width: calc(100% - 85px);
}

.comfortable-tabs {
    position: absolute;
    width: 100%;
    z-index: 11;
    top: 260px;
}
@media (max-width: 767px) {
    .comfortable-tabs {
        top: 280px;
    }
}
.comfortable-tabs__content {
    padding-left: 540px;
}
@media (max-width: 1200px) {
    .comfortable-tabs__content {
        padding-left: 400px;
    }
}
@media (max-width: 992px) {
    .comfortable-tabs__content {
        padding-left: 0;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.step-slider {
    overflow: hidden;
    width: calc(100% + 40px);
    margin: 0 -20px;
    margin-top: 20px;
    display: none;
}
@media (max-width: 767px) {
    .step-slider {
        display: block;
    }
}

.frame {
    height: 400px;
    overflow: hidden;
}
.frame ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
    height: 100%;
}
.frame ul li {
    position: relative;
    float: left;
    line-height: normal;
    height: 400px;
    margin: 0;
    padding: 0 0 0px 0;
    cursor: pointer;
}
.frame ul li img {
    position: relative;
}
@media (max-width: 767px) {
    .frame ul li:nth-child(3) img {
        top: 0px;
    }
}
@media (max-width: 767px) {
    .frame ul li:nth-child(4) img {
        top: 0px;
    }
}

.scrollbar {
    height: 2px;
    background: url(../../images/dots.png) repeat-x;
    line-height: 0;
    width: calc(100% - 40px);
    margin: 30px auto;
    padding-right: 0px;
}
.scrollbar .handle {
    width: 134px;
    height: 20px;
    background: rgb(125, 200, 85);
    border-radius: 40px;
    cursor: pointer;
    position: relative;
    top: -9px;
    margin-top: -10px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.scrollbar .handle:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 14px;
    width: 10px;
    height: 8px;
    background: url(../../images/scroll-arrow.svg) no-repeat;
}
.scrollbar .handle:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 14px;
    width: 10px;
    height: 8px;
    background: url(../../images/scroll-arrow.svg) no-repeat;
    transform: rotate(-180deg);
}
.scrollbar .handle .mousearea {
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
    height: 20px;
}

/* 16/10/2024*/
.suitable-section .container {
    max-width: 1480px;
}

.suitable-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.suitable-item {
    width: calc(26% - 10px);
    border-radius: 12px;
    overflow: hidden;
    height: 350px;
    margin-bottom: 16px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: 0.5s;
    border: 1px solid transparent;
}
@media (max-width: 1180px) {
    .suitable-item {
        width: calc(33.3333333333% - 10px);
    }
}
@media (max-width: 992px) {
    .suitable-item {
        width: calc(50% - 5px);
        order: -2;
    }
}
@media (max-width: 768px) {
    .suitable-item {
        width: 100%;
        justify-content: flex-start;
    }
}
@media (max-width: 566px) {
    .suitable-item {
        padding: 20px;
        height: 270px;
    }
}
.suitable-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    opacity: 0;
    transition: 0.5s;
}
.suitable-item:nth-child(2) {
    width: calc(48% - 10px);
}
@media (max-width: 1180px) {
    .suitable-item:nth-child(2) {
        width: calc(33.3333333333% - 10px);
    }
}
@media (max-width: 992px) {
    .suitable-item:nth-child(2) {
        width: calc(50% - 5px);
        order: -2;
    }
}
@media (max-width: 768px) {
    .suitable-item:nth-child(2) {
        width: 100%;
    }
}
@media (min-width: 993px) {
    .suitable-item:hover:before {
        opacity: 1;
    }
    .suitable-item:hover .suitable-item__title {
        color: #fff;
    }
    .suitable-item:hover .suitable-item__bottom {
        transform: translateY(0px);
    }
    .suitable-item:hover .suitable-item__bottom p {
        color: #fff;
    }
    .suitable-item:hover .suitable-item__detailed {
        opacity: 1;
    }
    .suitable-item:hover .suitable-item__img img {
        transform: scale(1.1);
    }
}
.suitable-item:nth-child(5) {
    width: calc(48% - 10px);
}
@media (max-width: 1180px) {
    .suitable-item:nth-child(5) {
        width: calc(33.3333333333% - 10px);
    }
}
@media (max-width: 992px) {
    .suitable-item:nth-child(5) {
        width: calc(50% - 5px);
    }
}
@media (max-width: 768px) {
    .suitable-item:nth-child(5) {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .suitable-item--1 {
        order: -1;
    }
}
.suitable-item--1:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(125, 181, 248, 0.24) 20%, #233876);
}
.suitable-item--1 .suitable-item__img img {
    height: 278px;
}
.suitable-item--1 .suitable-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/suitable-bg-1.png) 50% 50% no-repeat;
}
.suitable-item--1:hover {
    background: rgb(59, 134, 255);
}
@media (max-width: 992px) {
    .suitable-item--2 {
        order: 2;
    }
}
.suitable-item--2:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(147, 116, 196, 0.14) 20%, rgb(192, 20, 138) 100%);
}
.suitable-item--2 .suitable-item__img {
    bottom: auto;
    top: 0;
}
@media (max-width: 566px) {
    .suitable-item--2 .suitable-item__img {
        top: auto;
        bottom: 0;
    }
}
.suitable-item--2 .suitable-item__img img {
    height: 270px;
}
.suitable-item--2 .suitable-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/suitable-bg-2.png) 50% 50% no-repeat;
}
@media (min-width: 993px) {
    .suitable-item--2:hover {
        border: 1px solid rgb(200, 82, 255);
        box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
        background: rgb(78, 42, 155);
    }
}
@media (max-width: 992px) {
    .suitable-item--3 {
        order: 2;
    }
}
@media (max-width: 992px) {
    .suitable-item--3 {
        order: 0;
    }
}
.suitable-item--3:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(208, 164, 124, 0) 20%, rgb(118, 52, 35) 100%);
}
.suitable-item--3 .suitable-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/suitable-bg-3.png) 50% 50% no-repeat;
}
@media (min-width: 993px) {
    .suitable-item--3:hover {
        border: 1px solid rgb(255, 191, 131);
        box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
        background: rgb(172, 85, 18);
    }
}
.suitable-item--3 .suitable-item__img img {
    height: 330px;
}
@media (max-width: 992px) {
    .suitable-item--4 {
        order: 1;
    }
}
.suitable-item--4 .suitable-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/suitable-bg-4.png) 50% 50% no-repeat;
}
@media (min-width: 993px) {
    .suitable-item--4:hover {
        border: 1px solid rgb(160, 255, 65);
        box-shadow: 0px 2px 52px 0px rgba(113, 132, 157, 0.23);
        background: rgb(56, 176, 37);
    }
}
.suitable-item--4 .suitable-item__img img {
    height: 315px;
}
@media (max-width: 992px) {
    .suitable-item--5 {
        order: 3;
    }
}
.suitable-item--5:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(250, 225, 115, 0) 20%, rgb(196, 91, 16) 100%);
}
.suitable-item--5 .suitable-item__img {
    bottom: auto;
    top: 40px;
}
@media (max-width: 566px) {
    .suitable-item--5 .suitable-item__img {
        top: auto;
        bottom: 0;
    }
}
.suitable-item--5 .suitable-item__img img {
    height: 270px;
}
.suitable-item--5 .suitable-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/suitable-bg-5.png) 50% 50% no-repeat;
}
@media (min-width: 993px) {
    .suitable-item--5:hover {
        background: rgb(236, 109, 11);
    }
}
.suitable-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.suitable-item__bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.suitable-item__img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.suitable-item__img img {
    display: block;
    transition: 0.5s;
}
@media (max-width: 566px) {
    .suitable-item__img img {
        height: 174px !important;
    }
}
.suitable-item__title {
    display: block;
    color: rgb(27, 27, 27);
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    transition: 0.5s;
}
@media (max-width: 768px) {
    .suitable-item__title {
        margin-bottom: 10px;
    }
}
.suitable-item__bottom {
    position: relative;
    z-index: 9;
    transform: translateY(50px);
    transition: 0.5s;
}
@media (max-width: 768px) {
    .suitable-item__bottom {
        transform: translateY(0);
    }
}
.suitable-item__bottom p {
    color: rgb(27, 27, 27);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
    max-width: 256px;
    margin-bottom: 10px;
    transition: 0.5s;
}
.suitable-item__detailed-mobile {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9;
}
@media (max-width: 768px) {
    .suitable-item__detailed-mobile {
        display: block;
    }
}
.suitable-item__detailed-mobile .icon {
    position: relative;
    top: -1px;
    margin-right: 10px;
}
.suitable-item__detailed-mobile .icon img {
    display: block;
    width: 16px;
    height: 16px;
    min-width: 16px;
}
.suitable-item__detailed-mobile a {
    display: flex;
    align-items: center;
    color: rgb(69, 168, 86);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
}
.suitable-item__detailed {
    opacity: 0;
    transition: 0.5s;
}
@media (max-width: 768px) {
    .suitable-item__detailed {
        display: none;
    }
}
.suitable-item__detailed a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
    display: flex;
    align-items: center;
}
.suitable-item__detailed .icon {
    position: relative;
    top: -3px;
    margin-right: 15px;
}
.suitable-item__detailed .icon img {
    display: block;
    min-width: 22px;
    width: 22px;
    height: 22px;
}
.suitable-item__content {
    position: relative;
    padding-top: 30px;
}
.suitable-item__content:before {
    content: "";
    width: 66px;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(189, 189, 189);
    top: 0;
}
.suitable-item__content p {
    color: rgb(129, 129, 129);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
}

.btn-center {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: relative;
}

.btn-video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 208px;
    height: 52px;
    border-radius: 7px;
    overflow: hidden;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    white-space: nowrap;
}
.btn-video__content {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-video:before {
    content: "";
    background: linear-gradient(90deg, rgb(44, 51, 42), rgb(61, 85, 56) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    opacity: 1;
    z-index: 2;
}
.btn-video:after {
    content: "";
    box-shadow: inset 0px 4px 24px 0px rgba(105, 255, 52, 0.29);
    background: rgb(44, 51, 42);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    opacity: 1;
    z-index: 1;
}
.btn-video:hover {
    box-shadow: 0px 4px 9px 0px rgba(50, 62, 52, 0.21);
    color: #fff;
}
.btn-video:hover:before {
    opacity: 0;
}
.btn-video .icon {
    display: block;
    margin-right: 15px;
}
.btn-video .icon img {
    display: block;
}

.blocked {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(24, 32, 55, 0.77);
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}
.blocked.show {
    opacity: 1;
    z-index: 99;
}

.modal-video {
    width: 100%;
    max-width: 924px;
    border-radius: 20px;
    padding: 25px;
    background: rgb(255, 255, 255);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 100;
}
@media (max-width: 566px) {
    .modal-video {
        padding: 20px;
    }
}
.modal-video.show {
    display: block;
}

.modal-video__head {
    color: rgb(0, 0, 0);
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 20px;
}
@media (max-width: 566px) {
    .modal-video__head {
        text-align: center;
        font-size: 22px;
        line-height: 30px;
    }
}
.modal-video__main {
    margin-bottom: 20px;
}
@media (max-width: 566px) {
    .modal-video__main {
        width: calc(100% + 40px);
        margin: 0 -20px 20px -20px;
    }
}
.modal-video__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 566px) {
    .modal-video__bottom {
        flex-direction: column;
    }
}
.modal-video__bottom p {
    max-width: 485px;
    margin-right: 20px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 3%;
    text-align: left;
    margin-bottom: 0;
}
@media (max-width: 566px) {
    .modal-video__bottom p {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
}
.modal-video__bottom .button-text {
    padding-right: 0;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.company-about-section {
    padding-top: 24px;
}
@media (max-width: 768px) {
    .company-about-section {
        padding-top: 0px;
    }
}

.company-about-top {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .company-about-top {
        flex-direction: column;
    }
}

.company-about-stat {
    width: calc(33.3333333333% - 15px);
    margin-bottom: 18px;
    border-radius: 20px;
    background: rgb(247, 249, 251);
    padding: 20px 100px 20px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 190px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .company-about-stat {
        width: 100%;
        padding-right: 70px;
    }
}
.company-about-stat__title {
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0%;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 992px) {
    .company-about-stat__title {
        margin-bottom: 10px;
        font-size: 18px;
    }
}
.company-about-stat__title span {
    font-size: 62px;
}
@media (max-width: 992px) {
    .company-about-stat__title span {
        font-size: 44px;
    }
}
.company-about-stat p {
    color: rgb(75, 75, 75);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 2%;
    text-align: left;
}
@media (max-width: 992px) {
    .company-about-stat p {
        fopnt-size: 12px;
    }
}
.company-about-stat__img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 992px) {
    .company-about-stat__img {
        right: -10px;
    }
}
.company-about-stat__img img {
    display: block;
}
@media (max-width: 992px) {
    .company-about-stat__img img {
        transform: scale(0.8);
    }
}

.container--fuild {
    max-width: 1480px;
}

.company-tabs-block {
    margin-bottom: 50px;
    border-radius: 20px;
    padding: 60px 0;
    background: rgb(247, 249, 251);
}
@media (max-width: 768px) {
    .company-tabs-block {
        padding: 30px 0;
        border-radius: 0;
        width: calc(100% + 40px);
        margin: 0 -20px;
    }
}
@media (max-width: 768px) {
    .company-tabs-block h2 {
        text-align: center;
    }
}
.company-tabs-block__content {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1180px) {
    .company-tabs-block__content {
        align-items: center;
    }
}
@media (max-width: 768px) {
    .company-tabs-block__content {
        flex-direction: column;
    }
}
.company-tabs-block__content-left {
    max-width: 545px;
}
.company-tabs-block__content-btns {
    display: flex;
    align-items: center;
    margin-top: -50px;
}
@media (max-width: 1180px) {
    .company-tabs-block__content-btns {
        margin-top: 0px;
        padding-top: 50px;
    }
}
@media (max-width: 566px) {
    .company-tabs-block__content-btns {
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .company-tabs-block__content-btns .btn-video {
        width: 100%;
    }
}
.company-tabs-block__content-btns .webmaster-link {
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
    margin-left: 20px;
    transition: 0.5s;
}
@media (max-width: 566px) {
    .company-tabs-block__content-btns .webmaster-link {
        margin-left: 0;
        margin-top: 20px;
    }
}
.company-tabs-block__content-btns .webmaster-link:hover {
    color: rgb(121, 190, 84);
}
.company-tabs-block__content-btns .webmaster-link .icon {
    margin-right: 15px;
}
.company-tabs-block__content-btns .webmaster-link .icon img {
    min-width: 22px;
    width: 22px;
    height: 22px;
    display: block;
    margin-top: -2px;
}
.company-tabs-block .company-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.company-tabs-block .company-tabs li {
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    padding: 10px 40px 10px 20px;
    margin-bottom: 8px;
    transition: 0.5s;
}
.company-tabs-block .company-tabs li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 22px;
    background: url(../../images/about-arrow.svg);
    right: 20px;
    top: calc(50% - 11px);
    opacity: 0;
    transition: 0.5s;
}
.company-tabs-block .company-tabs li:hover strong {
    color: rgb(79, 154, 38);
}
.company-tabs-block .company-tabs li strong {
    display: block;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    transition: 0.5s;
}
.company-tabs-block .company-tabs li span {
    display: block;
    transition: 0.5s;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    opacity: 0;
    padding-top: 8px;
    height: 1px;
    transform: translateY(20px);
}
.company-tabs-block .company-tabs li.active {
    border-radius: 10px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
    display: block;
}
.company-tabs-block .company-tabs li.active:before {
    opacity: 1;
}
.company-tabs-block .company-tabs li.active strong {
    color: rgb(79, 154, 38);
}
.company-tabs-block .company-tabs li.active span {
    opacity: 1;
    height: auto;
    transform: translateY(0px);
}
.company-tabs-block .tab_container {
    width: 100%;
    max-width: 630px;
}
@media (max-width: 768px) {
    .company-tabs-block .tab_container {
        background: #fff;
        max-width: calc(100% + 40px);
        width: calc(100% + 40px);
        margin: 0 -20px;
    }
}
.company-tabs-block .tab_container p {
    display: none;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 8px;
    padding: 0 20px;
}
@media (max-width: 768px) {
    .company-tabs-block .tab_container p {
        display: block;
    }
}
.company-tabs-block .tab_content {
    display: none;
}
.company-tabs-block .tab_drawer_heading {
    display: none;
}
@media screen and (max-width: 768px) {
    .company-tabs-block .company-tabs {
        display: none;
    }
    .company-tabs-block .tab_drawer_heading {
        display: block;
        color: rgb(0, 0, 0);
        font-size: 16px;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: left;
        padding: 16px 40px 16px 20px;
        border-top: 1px solid rgb(214, 214, 214);
        margin: 0;
        background: rgb(247, 249, 251);
        position: relative;
        display: block;
        cursor: pointer;
        transition: 0.5s;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    .company-tabs-block .tab_drawer_heading:before {
        content: "";
        width: 14px;
        height: 8px;
        position: absolute;
        right: 20px;
        top: calc(50% - 4px);
        background: url(../../images/accordion-arrow.svg);
        transform: rotate(-180deg);
        filter: grayscale(100%);
        transition: 0.5s;
    }
    .company-tabs-block .d_active {
        background-color: #fff;
    }
    .company-tabs-block .d_active:before {
        filter: grayscale(0);
        transform: rotate(0);
    }
    .company-tabs-block .d_active strong {
        color: rgb(79, 154, 38);
    }
}

.brands__item {
    background: transparent;
    border: 1px solid rgb(223, 230, 240);
}

.wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.welcome-thumb {
    width: 195px;
    display: flex;
    align-items: center;
}
@media (max-width: 1170px) {
    .welcome-thumb {
        width: 80% !important;
    }
}
@media (max-width: 767px) {
    .welcome-thumb {
        border-radius: 10px;
        width: 100% !important;
    }
}
.welcome-thumb__heading {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
}
@media (max-width: 767px) {
    .welcome-thumb__heading {
        justify-content: center;
    }
}
.welcome-thumb__img {
    width: 35px;
    height: 35px;
    margin: 0 16px 0 0;
}
@media (max-width: 767px) {
    .welcome-thumb__img {
        margin-bottom: -5px;
        width: 35px;
        height: 35px;
        min-width: 35px;
        margin-right: 16px;
    }
}
.welcome-thumb__img img {
    min-width: 35px;
    width: 35px;
    height: 35px;
    display: block;
}
.welcome-thumb__txt {
    margin-top: 0 !important;
    min-width: 205px;
}
@media (max-width: 767px) {
    .welcome-thumb__txt {
        display: none !important;
    }
}

.card-title {
    text-align: left;
    font-size: 15px;
    line-height: 18px;
}
@media (max-width: 767px) {
    .card-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
        text-align: left;
    }
}

.welcome .gallery_thumbs .swiper-slide .welcome-thumb {
    height: 65px;
    padding: 15px;
}
@media (max-width: 767px) {
    .welcome .gallery_thumbs .swiper-slide .welcome-thumb {
        height: 64px !important;
    }
}

.welcome .gallery_thumbs {
    width: calc(100% + 40px);
    margin: 0 -20px;
}
@media (max-width: 767px) {
    .welcome .gallery_thumbs {
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }
}

.welcome .gallery_thumbs .swiper-slide.swiper-slide-active .welcome-thumb {
    height: auto;
}
@media (max-width: 767px) {
    .welcome .gallery_thumbs .swiper-slide.swiper-slide-active .welcome-thumb {
        min-height: auto;
        height: 64px !important;
        border-radius: 10px;
        box-shadow: 0px 4px 20px 0px rgba(86, 112, 182, 0.4) !important;
        background: rgb(255, 255, 255);
        border: 0;
        transition: 0.5s;
    }
}
.welcome .gallery_thumbs .swiper-slide.swiper-slide-active .welcome-thumb .swiper-button-next {
    opacity: 1;
    z-index: 9;
    transition: 1.5s;
}
.welcome .gallery_thumbs .swiper-slide.swiper-slide-active .welcome-thumb .swiper-button-prev {
    opacity: 1;
    z-index: 9;
    transition: 1.5s;
}
.welcome .gallery_thumbs .swiper-slide.swiper-slide-active .welcome-thumb__heading {
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 767px) {
    .welcome .gallery_thumbs .swiper-slide.swiper-slide-active .welcome-thumb__heading {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}
.welcome .gallery_thumbs .swiper-slide.swiper-slide-active .welcome-thumb__img {
    margin-right: 0;
    margin-bottom: 16px;
    width: 68px;
    height: 68px;
}
@media (max-width: 767px) {
    .welcome .gallery_thumbs .swiper-slide.swiper-slide-active .welcome-thumb__img {
        margin-bottom: -5px;
        width: 35px;
        height: 35px;
        min-width: 35px;
        margin-right: 16px;
    }
}
.welcome .gallery_thumbs .swiper-slide.swiper-slide-active .welcome-thumb__img img {
    width: 68px;
    height: 68px;
}
@media (max-width: 767px) {
    .welcome .gallery_thumbs .swiper-slide.swiper-slide-active .welcome-thumb__img img {
        width: 35px;
        height: 35px;
    }
}
.welcome .gallery_thumbs .swiper-slide.swiper-slide-active .card-title {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .welcome .gallery_thumbs .swiper-slide.swiper-slide-active .card-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
        text-align: left;
    }
}

.welcome .gallery_thumbs .swiper-button-next {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgb(243, 243, 243);
    background-size: 6px 12px;
    border: 0;
    right: 10px;
    opacity: 0;
    z-index: 0;
    transition: 0s;
}
@media (max-width: 1170px) {
    .welcome .gallery_thumbs .swiper-button-next {
        right: calc(50% - 98px);
    }
}
@media (max-width: 767px) {
    .welcome .gallery_thumbs .swiper-button-next {
        right: 15px;
        top: 40px;
        opacity: 1;
    }
}
.welcome .gallery_thumbs .swiper-button-next svg {
    color: rgb(69, 168, 86);
    width: 6px;
    position: relative;
    height: 12px;
    transition: 0.5s;
}
.welcome .gallery_thumbs .swiper-button-next:hover svg {
    color: #fff;
}
@media (max-width: 767px) {
    .welcome .gallery_thumbs .swiper-button-next:hover {
        background: rgb(243, 243, 243);
    }
    .welcome .gallery_thumbs .swiper-button-next:hover svg {
        color: rgb(69, 168, 86);
    }
    .welcome .gallery_thumbs .swiper-button-next:hover:before {
        background: transparent;
    }
}
.welcome .gallery_thumbs .swiper-button-prev {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgb(243, 243, 243);
    background-size: 6px 12px;
    border: 0;
    left: 10px;
    opacity: 0;
    z-index: 0;
    transition: 0s;
}
@media (max-width: 1170px) {
    .welcome .gallery_thumbs .swiper-button-prev {
        left: calc(50% - 98px);
    }
}
@media (max-width: 767px) {
    .welcome .gallery_thumbs .swiper-button-prev {
        left: 15px;
        top: 40px;
        opacity: 1;
    }
}
.welcome .gallery_thumbs .swiper-button-prev svg {
    color: rgb(69, 168, 86);
    width: 6px;
    height: 12px;
    transition: 0.5s;
    position: relative;
}
.welcome .gallery_thumbs .swiper-button-prev:hover svg {
    color: #fff;
}
@media (max-width: 767px) {
    .welcome .gallery_thumbs .swiper-button-prev:hover {
        background: rgb(243, 243, 243);
    }
    .welcome .gallery_thumbs .swiper-button-prev:hover svg {
        color: rgb(69, 168, 86);
    }
    .welcome .gallery_thumbs .swiper-button-prev:hover:before {
        background: transparent;
    }
}

@media (max-width: 767px) {
    .welcome .gallery_thumbs {
        top: 96%;
        bottom: auto;
    }
}
.welcome-block__wrap .button {
    border: 1px solid #fff;
    background: transparent;
}
.welcome__title {
    display: flex;
    flex-direction: column;
}
.welcome__title span {
    order: -2;
    margin-bottom: 20px;
    background: transparent;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
}

.swiper-slide {
    transition: transform 0.6s ease, opacity 0.6s ease; /* Плавное изменение при переключении */
}

.swiper-slide-active {
    opacity: 1; /* Задать значение для активного слайда */
}

@media (max-width: 767px) {
    .welcome {
        margin-bottom: 0px;
    }
}/*# sourceMappingURL=styles.css.map */

.welcom-poster {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;

}
.welcom-poster.hide {
    display: none;
}
.welcome {
    position: relative;
    z-index: 10;
    opacity: 0;
    transition: 1s;
}
.welcome.show {
    opacity: 1;
}
