/* RESET */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* font-family: "Syne", sans-serif; */
@font-face {
    font-family: "Syne";
    src: url(../fonts/Syne/Syne-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Syne";
    src: url(../fonts/Syne/Syne-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* general */
body,
html {
    min-height: 100%;
}

body {
    font-family: "Kumbh Sans", sans-serif;
    transition: opacity 0.3s linear;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #0d0d0d;
    background: linear-gradient(0deg, rgba(242, 203, 4, 0.1), rgba(242, 203, 4, 0.1)), #ffffff;
}

.open-menu {
    overflow: hidden;
}

svg {
    display: block;
}

a {
    transition: all 0.3s ease;
    text-decoration: underline;
}

a:hover {
    /* color: #63ffba; */
    text-decoration: underline;
}

a:active {
    /* color: #009d57; */
}

strong,
b {
    font-weight: 700;
}

.loader {
    position: relative;
}

.loader .lds-roller {
    display: block;
}

.loader .layout {
    opacity: 0;
}

.layout {
    min-height: 100vh;
    position: relative;
    transition: opacity 0.3s linear;
    overflow: hidden;
}

section {
    padding: 100px 0;
}

.wrapper {
    padding: 0 50px;
    margin: 0 auto;
    width: 100%;
    max-width: 1460px;
    height: 100%;
    position: relative;
}

.wrapper--big {
    max-width: 1920px;
}

picture,
img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 1440px) {
    .wrapper {
        padding: 0 50px;
    }
}

@media screen and (max-height: 820px), (max-width: 1540px) {
    body {
        font-size: 16px;
    }
    section {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1040px) {
    .wrapper {
        padding: 0 20px;
    }
}

.row {
    display: flex;
    gap: 40px;
}

.row .column {
    width: 100%;
    max-width: calc(50% - 20px);
}
@media screen and (max-width: 1040px) {
    .row {
        gap: 24px;
    }
}
@media screen and (max-width: 980px) {
    .row {
        flex-direction: column;
    }
    .row .column {
        width: 100%;
        max-width: 100%;
    }
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

.collapsing {
    height: 0;
    position: relative;
    transition: height 0.35s ease;
}

.collapsing,
.modal-open {
    overflow: hidden;
}

/* typography */
.main-title {
    display: flex;
    flex-direction: column;
}

.title {
    font-weight: 600;
    font-size: 52px;
    line-height: 1.085;
    margin-bottom: 40px;
}

.subtitle {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
}

.btn-wrapper {
    padding: 1.5rem 0;
    margin: -1.5rem 0;
    -webkit-filter: url("#goo");
    filter: url("#goo");
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: inherit;
    position: relative;
    line-height: 1;
    transition: all 0.3s ease;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #0d0d0d;
    /* overflow: hidden; */
    padding: 13px 24px;
    background: #0d0d0d;
    border-radius: 10px;
    min-width: 120px;
}

.btn span {
    z-index: 2;
}
.btn:before {
}

.btn:hover {
    text-decoration: none;
}

.btn:active {
}

.btn:before,
.btn:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #000;
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

.btn:before {
    top: -25%;
    left: 18%;
}

.btn:after {
    bottom: -25%;
    right: 18%;
}

.btn:hover:before,
.btn:hover:after {
    transform: none;
}

.accent {
    color: #9ff264;
}

.accent2 {
    color: #f29f05;
}

@media screen and (max-height: 820px), (max-width: 1540px) {
    .title {
        font-size: 40px;
        margin-bottom: 32px;
    }

    .subtitle {
        font-size: 22px;
    }
}

/* header */
.header {
    z-index: 100;
    padding: 32px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fdf9e5;
    transition: all 0.2s linear;
}

.header:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    left: 0px;
    top: 100%;
    background: linear-gradient(360deg, rgba(242, 203, 4, 0) 41.67%, rgba(242, 159, 5, 0.3) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.header--scrolled:after {
    opacity: 1;
}

.header__logo {
    display: block;
    position: relative;
    z-index: 100;
}

.header__pic {
    display: block;
    width: 100%;
    max-width: 140px;
    height: auto;
    transition: all 0.2s ease;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
}

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

.header__item {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    margin-right: 32px;
    letter-spacing: 0;
}

.header__item:last-child {
    margin-right: 0;
}

.header__link {
    text-decoration: none !important;
    position: relative;
    white-space: nowrap;
    line-height: 1;
    transition: color 0.2s linear;
    color: #262626;
    display: block;
}

.header__link::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    transition: all 0.2s linear;
    z-index: -1;
    height: 3px;
    width: 0;
    background: #0d0d0d;
    border-radius: 0;
}

.header__link.active {
    font-weight: 700;
}
.header__link:hover {
    font-weight: 700;
    letter-spacing: -0.15px;
}
.header__link:hover::before,
.header__link.active::before {
    width: 24px;
    right: initial;
    left: -1px;
    color: #0d0d0d;
}

.header__btn {
    display: none;
    position: relative;
    width: 18px;
    height: 22px;
    background: none;
    padding: 0;
    cursor: pointer;
    z-index: 10;
    outline: none;
    border: none;
    position: relative;
    z-index: 30;
}

.header__btn span {
    position: absolute;
    height: 2px;
    background-color: #222222;
    width: 100%;
    left: 0;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.header__btn span:nth-child(1) {
    top: 2px;
}

.header__btn span:nth-child(2) {
    top: 10px;
}

.header__btn span:nth-child(3) {
    top: 18px;
}

.header__btn.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.header__btn.open span:nth-child(2) {
    transform: rotate(180deg);
    opacity: 0;
}

.header__btn.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
}

@media screen and (max-height: 820px), (max-width: 1540px) {
    .header {
        padding: 18px 0;
    }

    .header__logo {
        max-width: 164px;
    }

    .header__link::before {
        height: 3px;
    }
}

@media screen and (max-width: 992px) {
    .header__nav {
    }
}

@media screen and (max-width: 980px) {
    .header {
        padding: 11px 0;
    }

    .header__nav {
        max-width: 100%;
        width: auto;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 100dvh;
        z-index: 25;
        transform: translateY(-200px);
        opacity: 0;
        transition: all 0.5s ease;
        padding: 114px 10px 20px;
        background: #fdf9e5;
        flex-direction: column;
        justify-content: flex-start;
        gap: 50px;
        z-index: -100;
        pointer-events: none;
    }

    .header__item {
        margin: 0;
    }

    .header__link {
        font-size: 22px;
    }

    .header__link::before {
        display: none;
    }

    .header__nav.open {
        transform: none;
        opacity: 1;
        z-index: 10;
        pointer-events: all;
    }

    .header__btn {
        display: block;
    }

    .header .btn-wrapper {
        display: none;
    }
}

/* footer */
.footer {
    padding: 37px 0;
    position: relative;
    letter-spacing: 0px;
    font-size: 16px;
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer__nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 550px;
}

.footer__link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.2s linear;
}

.footer__copyright br {
    display: none;
}

@media screen and (max-height: 820px), (max-width: 1540px) {
    .footer {
        padding: 26px 0;
    }

    .footer__nav {
        max-width: 477px;
    }
}

@media screen and (max-width: 1070px) {
    .footer__nav {
        max-width: 410px;
    }
}

@media screen and (max-width: 940px) {
    .footer__wrapper {
        flex-direction: column-reverse;
        text-align: center;
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 30px 0;
    }
}

@media screen and (max-width: 500px) {
    .footer__nav {
        flex-direction: column;
        gap: 30px;
    }

    .footer__copyright br {
        display: block;
    }
}

/* content */
.main {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 82px;
}

.section {
    position: relative;
}

@media screen and (max-height: 820px), (max-width: 1540px) {
    .main {
        padding-top: 71px;
    }
}

@media screen and (max-width: 768px) {
    .main {
        padding-top: 44px;
    }
}

/* section intro */
.intro {
    padding: 60px 0 0;
}

.intro .wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 60px;
}

.intro__content {
    max-width: 650px;
    margin-right: auto;
    flex: 0 0 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro__decor {
    flex: 1 1 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.intro__pic {
    pointer-events: none;
    width: 100%;
    max-width: 100%;
}

.intro__pic--web {
}

.intro__pic--1 {
    position: absolute;
    width: 287px;
    width: 44%;
    left: 52px;
    top: 10px;
    left: 8%;
    top: 1.6%;
    pointer-events: none;
    z-index: 3;
}

.intro__pic--2 {
    position: absolute;
    top: 127px;
    right: 75px;
    right: 11.5%;
    width: 286px;
    width: 44%;
    pointer-events: none;
    z-index: 4;
}

.intro__pic--mob {
    display: none;
}

.intro .subtitle {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 16px;
}

.intro .title {
    font-size: 64px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 16px;
}

.intro__txt {
    font-size: 25px;
    letter-spacing: 0.05px;
    line-height: 1.4;
}

.intro .btn {
    margin-top: 46px;
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

@media screen and (max-width: 1760px) {
    .intro__pic--web {
    }
}

@media screen and (max-height: 820px), (max-width: 1540px) {
    .intro {
        padding: 0px;
    }

    .intro__content {
        max-width: 534px;
    }
    .intro__decor {
        max-width: 550px;
    }
    .intro .title {
        font-size: 52px;
        max-width: 507px;
        margin-bottom: 8px;
    }

    .intro .subtitle {
        margin-bottom: 10px;
    }
    .intro__txt {
        font-size: 20px;
    }

    .intro .btn {
        margin-top: 28px;
    }
}

@media screen and (max-width: 991px) {
    .intro__content {
        max-width: 435px;
    }
    .intro .title {
        font-size: 42px;
        max-width: 410px;
    }
}

@media screen and (max-width: 980px) {
    .intro {
        padding: 40px 0 0;
    }
}

@media screen and (max-width: 1040px) {
    .intro {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .intro__content {
        max-width: 100%;
        flex: 1 1 100%;
    }
    .intro__decor {
        display: none;
    }
    .intro__pic--mob {
        display: block;
        margin: 16px auto 0;
        max-width: 325px;
    }
}
@media screen and (max-width: 768px) {
    .intro .btn-wrapper {
        padding-top: 0;
        margin-top: -80px;
    }
}

/* SECTION ABOUT */
.about {
    background: #fff;
}
@media screen and (max-height: 820px), (max-width: 1540px) {
}

/* SECTION MISSION */
.mission {
}

.mission .wrapper {
}

.mission__header {
}

.mission .title {
}
.mission__body {
}

.mission .row {
}

.mission .column {
}
.mission .list {
    margin-top: 32px;
}

.mission .list ul {
    list-style-position: inside;
    list-style: none;
}

.mission .list ul li {
    position: relative;
    padding-left: 30px;
}

.mission .list ul li:before {
    content: "";
    position: absolute;
    left: 11px;
    top: 13px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
}

.mission .features {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
}

.mission .features__item {
    padding: 20px 24px;
    gap: 10px;
    border-radius: 20px;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.mission .features__item:nth-child(1) {
    background: #c9f272;
}
.mission .features__item:nth-child(2) {
    background: #9ff264;
}
.mission .features__item:nth-child(3) {
    background: #f2cb04;
}

@media screen and (max-height: 820px), (max-width: 1540px) {
    .mission .features__item {
        padding: 20px 24px;
        font-size: 17px;
    }
}
@media screen and (max-width: 1280px) {
    .mission .features {
        flex-direction: column;
        gap: 16px;
    }
}
@media screen and (max-width: 1040px) {
}

/* SECTION SERVICES */
.services {
    background: #fff;
    text-align: center;
}
.services .services__header {
}
.services .title {
}
.services .services__body {
}
.services .services__list {
    margin-top: 40px;
    display: flex;
    gap: 48px;
    text-align: left;
}

.services__item {
    padding: 40px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    flex-basis: calc(100% / 3);
}

.services .services__item:nth-child(1) {
    background: #f2cb04;
}
.services .services__item:nth-child(2) {
    background: #f29f05;
}
.services .services__item:nth-child(3) {
    background: #9ff264;
}
.services .services__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 88px;
    background: #fff;
    border-radius: 100%;
}
.services .services__item:nth-child(2) .services__icon svg {
    margin: -7px 0 0 6px;
}
.services .services__title {
    margin-top: 20px;
}
.services .subtitle {
}
.services .services__info {
    margin-top: 20px;
    font-weight: 400;
}

.services__info ul {
    list-style-position: inside;
    list-style: none;
}

.services__info ul li {
    position: relative;
    padding-left: 30px;
}

.services__info ul li:before {
    content: "";
    position: absolute;
    left: 11px;
    top: 13px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
}
@media screen and (max-height: 820px), (max-width: 1540px) {
    .services .services__icon {
        width: 69px;
        height: 69px;
    }

    .services .services__icon svg {
        display: block;
        height: auto;
        max-width: 45px;
    }

    .services .services__item:nth-child(2) .services__icon svg {
        margin: -4px 0 0 5px;
    }

    .services .services__title {
        margin-top: 11px;
    }

    .services .services__list {
        margin-top: 32px;
        gap: 24px;
    }
    .services .services__item {
        padding: 24px;
        font-size: 16px;
    }

    .services .services__info {
        margin-top: 10px;
    }
}

@media screen and (max-width: 961px) {
    .services .services__list {
        flex-direction: column;
    }

    .services .services__icon {
        width: 88px;
        height: 88px;
    }

    .services .services__icon svg {
        max-width: 100%;
    }

    .services .services__item:nth-child(2) .services__icon svg {
        margin: -7px 0 0 6px;
    }
}

/* SECTION INDUSTRIES */
.industries {
    background: #c9f272;
    text-align: center;
}
.industries .wrapper {
    max-width: 100%;
}

.industries .industries__header {
}
.industries .title {
    margin-bottom: 40px;
}
.industries .industries__body {
}
.industries .industries__list {
    margin: 40px auto;
    position: relative;
    display: table;
    animation: 60s linear infinite runningLine;
}
@keyframes runningLine {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}
.industries .industries__item {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0 20px;
    min-width: calc(351px + 40px);
}
.industries .industries__content {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 32px;
    border-radius: 20px;
    background-color: #fff;
}
.slick-arrow {
    display: none !important;
}
@media screen and (max-height: 820px), (max-width: 1540px) {
    .industries .title {
        margin-bottom: 25px;
    }

    .industries .industries__list {
        margin: 30px auto;
    }

    .industries .industries__item {
        padding: 0 15px;
        min-width: calc(285px + 30px);
    }

    .industries .industries__content {
        padding: 20px 28px;
    }
}
@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 768px) {
    .industries .industries__item {
        padding: 0 10px;
        min-width: fit-content;
    }
}

/* SECTION VALUES */
.values {
    text-align: center;
}

.values__header {
    margin-bottom: 40px;
}

.values__body {
}
.values__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.values__item {
    width: 100%;
    flex: 0 0 calc(50% - 20px);
    border-radius: 32px;
    padding: 40px;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.values__item .item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 92px;
    height: 92px;
    border-radius: 100%;
}

.values__item:nth-child(1) .item__icon {
    background: #f2cb04;
}
.values__item:nth-child(2) .item__icon {
    background: #9ff264;
}
.values__item:nth-child(3) .item__icon {
    background: #c9f272;
}
.values__item:nth-child(4) .item__icon {
    background: #f29f05;
}

.values__item .item__text {
    text-align: left;
}
.values .item__text .title {
    display: block;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 16px;
}
@media screen and (max-height: 820px), (max-width: 1540px) {
    .values .item__text .title {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .values__list {
        gap: 24px;
    }
    .values__item {
        padding: 24px;
        gap: 24px;
    }
}
@media screen and (max-width: 1040px) {
    .values .item__text .title {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .values__item {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .values .item__text .title {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .values__list {
        flex-direction: column;
    }
}

/* SECTION FAQS */
.faqs {
    background: #fff;
}
.faqs .wrapper {
}
.faqs__header {
}
.faqs .title {
}
.faqs__body {
}

.accordion .accordion-item {
    border-bottom: 1px solid #0d0d0d;
    position: relative;
}

.accordion a {
    color: #0d0d0d;
    display: block;
    padding: 24px 80px 24px 0;
    text-decoration: none;
    display: flex;
    position: relative;
}

.accordion a .number {
    font-size: 20px;
    font-weight: 700;
    margin: 3px 18px 0 0;
}

.accordion a .title {
    font-size: 32px;
    font-weight: 400;
    margin: 0;
}

.accordion a .arr {
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
    width: 60px;
    height: 60px;
    background: rgba(201, 242, 114, 0.5);
    border-radius: 50%;
    transform-origin: center;
    transition: transform 0.3s ease;
}
.accordion a .arr:after {
    border-bottom: 2px solid #0d0d0d;
    border-left: 2px solid #0d0d0d;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: calc(50% - 14px);
    transform: rotate(135deg);
    width: 8px;
}
.accordion a .arr:before {
    width: 2px;
    height: 31px;
    background: #0d0d0d;
    content: "";
    display: block;
    position: absolute;
    right: calc(50% - 1px);
    top: 14px;
}

.accordion a.collapsed .arr {
    transform: rotate(180deg);
}

.accordion .link {
}

.accordion .accordion-item-body {
    padding: 0 80px 24px 0;
}
@media screen and (max-height: 820px), (max-width: 1540px) {
    .accordion a {
        padding: 16px 56px 16px 0;
    }
    .accordion a .number {
        margin-top: 0;
    }
    .accordion a .title {
        font-size: 24px;
    }
    .accordion a .arr {
        top: 10px;
        width: 44px;
        height: 44px;
    }
    .accordion a .arr:after {
        height: 6px;
        width: 6px;
        right: 18px;
        top: calc(50% - 8px);
    }
    .accordion a .arr:before {
        width: 2px;
        height: 18px;
        top: 14px;
    }
}
@media screen and (max-width: 768px) {
    .accordion .accordion-item-body {
        padding: 0 0 24px 0;
    }
}

/* section about-us */
.about-us {
    padding: 60px 0 176px;
}

.about-us__content {
    width: 51%;
}

.about-us .title {
    padding-bottom: 49px;
}

.about-us .subtitle {
    font-weight: 400;
    max-width: 565px;
    line-height: 1.4;
}

.about-us__list {
    margin-top: 32px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 37px 24px;
}

.about-us__list li {
    flex: 0 1 47%;
    line-height: 23px;
}

.about-us__list h5 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 9px;
}

.about-us__pic {
    pointer-events: none;
}

.about-us__pic--web {
    position: absolute;
    top: -26px;
    right: calc(50% - 849px);
}

.about-us__pic--mob {
    display: none;
    margin: 12px auto 0;
    width: calc(100% - 36px);
    max-width: 598px;
}

@media screen and (max-height: 820px), (max-width: 1540px) {
    .about-us {
        padding: 40px 0 126px;
    }

    .about-us__pic--web {
        top: -24px;
        right: calc(50% - 621px);
        max-width: 590px;
    }
}

@media screen and (max-width: 1245px) {
    .about-us__pic--web {
        top: 43px;
        right: 1%;
        max-width: 496px;
    }
}

@media screen and (max-width: 992px) {
    .about-us__content {
        width: 100%;
    }

    .about-us__pic--mob {
        display: block;
    }

    .about-us__pic--web {
        position: relative;
        top: 0;
        left: auto;
        right: auto;
        max-width: 290px;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .about-us {
        padding: 20px 0 41px;
    }

    .about-us .title {
        padding-bottom: 9px;
    }

    .about-us__list h5 {
        font-size: 20px;
    }
}

@media screen and (max-width: 560px) {
    .about-us__list {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
    }
    .about-us__list h5 {
        margin-bottom: 0;
    }
}

/* section contact us */
.contact-us {
    background: #c9f272;
}

.contact-us__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

.contact-us__info {
    flex: 1 0 0;
    width: 100%;
    /* flex-basis: 50%; */
    max-width: 50%;
}

.contact-us__decor {
    width: 100%;
    flex-basis: 50%;
    flex: 1 0 0;
    max-width: 50%;
    padding: 13px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us__decor .decor-wrapper {
    position: relative;
    width: 100%;
    max-width: 411px;
    margin: auto;
}

.contact-us__decor .decor-wrapper:before {
    content: "";
    position: absolute;
    width: 62%;
    height: 84%;
    background: #fff;
    border-radius: 40px;
    z-index: 1;
    left: -12%;
    top: 8%;
}

.contact-us__decor .decor-wrapper:after {
    content: "";
    position: absolute;
    width: 88%;
    height: 96%;
    border-radius: 40px;
    right: -26%;
    top: 9%;
    background: #f2cb04;
    border-radius: 40px;
    z-index: 1;
}

.contact-us__decor .decor-wrapper a {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #f29f05;
    order: 4;
    z-index: 4;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 3%;
}

.contact-us__decor img {
    width: auto;
    z-index: 2;
    position: relative;
}
.contact-us .subtitle {
    margin-bottom: 40px;
}

@media screen and (max-height: 820px), (max-width: 1540px) {
    .contact-us .title {
        margin-bottom: 20px;
    }

    .contact-us .subtitle {
        margin-bottom: 22px;
    }

    .contact-us__decor {
        padding-top: 0;
    }

    .contact-us__decor .decor-wrapper {
        max-width: 365px;
    }
}

@media screen and (max-height: 700px) {
    .contact-us__decor .decor-wrapper {
        width: 80%;
        max-width: 290px;
        margin-top: -30px;
    }

    .contact-us__decor .decor-wrapper::after,
    .contact-us__decor .decor-wrapper::before {
        border-radius: 27px;
    }
}

@media screen and (max-width: 1280px) {
    .contact-us__row {
        align-items: center;
    }
    .contact-us__info {
        max-width: 100%;
        flex: 1 0 550px;
    }
    .contact-us__decor {
        flex: 0 1 auto;
    }
    .contact-us__decor .decor-wrapper {
        width: 80%;
        max-width: 290px;
    }
}

@media screen and (max-width: 980px) {
    .contact-us__decor {
        display: none;
    }
}

/* form */
.form-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.form-item {
    position: relative;
    padding-bottom: 34px;
}

.form-item__note {
    font-size: 16px;
    font-weight: 400;
    max-width: 114px;
}

.form-control {
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #222222;
    padding: 14px 35px 14px 48px;
    -webkit-appearance: none;
    border-radius: 16px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 16px 20px;
    border: none;
    transition: all 0.3s ease;
    display: block;
}

.form-control-email {
    background-image: url("../images/icon-mail.svg");
}

textarea.form-control-message {
    resize: none;
    height: 142px;
    background-image: url(../images/icon-message.svg);
}

.form-error {
    display: none;
    position: absolute;
    color: #ff1d1d;
    margin: -1px 0 -39px;
    padding-left: 20px;
    font-size: 20px;
}

.has-error .form-control {
    border-color: #ff1d1d;
}

@media screen and (max-height: 820px), (max-width: 1540px) {
    .form-error {
        font-size: 15px;
        margin-top: -3px;
    }

    .form-item {
        padding-bottom: 20px;
    }

    textarea.form-control-message {
        height: 114px;
    }

    .form-item__note {
        line-height: 1.2;
    }

    .form-control {
        background-position: 16px 17px;
    }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .form-item {
        padding-bottom: 32px;
    }

    .form-control {
        padding: 15px 20px 15px 44px;
        background-size: 18px;
        background-position: 16px 20px;
    }

    .form-control-message {
        background-position: 14px 17px;
    }

    .form-error {
        margin: 1px 0 -10px;
        padding-left: 0;
        font-size: 16px;
    }

    .form-row .form-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form-row .container-captcha {
        flex: 1 1 100%;
        padding-bottom: 16px;
    }

    .form-row .container-captcha .form-error {
        margin-top: 84px;
    }

    .form-item__note {
        max-width: 100%;
        padding-bottom: 16px;
    }
}

/* section terms */
.terms {
    padding: 138px 0 129px;
    margin: 0 auto;
}

.terms .update {
    margin-top: 50px;
}

.terms h1 {
    margin: 0 0 29px;
    font-weight: 700;
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.terms h2 {
    margin: 40px 0 9px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.terms p {
    margin-bottom: 13px;
}

.terms a:not(.btn) {
    white-space: nowrap;
    color: #262626;
}

.terms ul {
    margin-bottom: 13px;
    margin-left: 24px;
}

.terms ul li {
    list-style-type: disc;
    margin-bottom: 4px;
}

.terms table {
    border-collapse: collapse;
}
.terms table td {
    border: 1px solid;
    padding: 5px 10px;
}

@media screen and (max-height: 820px), (max-width: 1540px) {
    .terms {
        padding: 34px 0 28px;
    }

    .terms h1 {
        font-size: 60px;
    }

    .terms h2 {
        font-size: 25px;
        margin: 33px 0 12px;
    }
}

@media screen and (max-width: 768px) {
    .terms {
        line-height: 1.5;
    }

    .terms h1 {
        margin-bottom: 11px;
        font-size: 35px;
    }

    .terms h2 {
        font-size: 22px;
        letter-spacing: -0.5px;
        gap: 14px;
    }

    .terms p {
        margin-bottom: 8px;
    }

    .terms .update {
        margin-top: 30px;
    }
}

/* page 404 */
.layout--404 {
    display: flex;
    flex-direction: column;
}

.main--404 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-404 {
    width: 100%;
    text-align: center;
    padding: 36px 0 132px;
}

.section-404 .btn {
    margin: 32px auto 0;
}

.section-404 .title {
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .section-404 {
        padding: 74px 0 90px;
    }
}

/* lds-roller */
.lds-roller {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    z-index: 200;
}

.lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@-webkit-keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* popup */
.popup {
    position: fixed;
    z-index: 700;
    display: none;
}

.popup__content {
    width: 100%;
    max-width: 1077px;
    margin: 0 auto;
}

.popup__wrap-btn {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 30px;
}

.popup .subtitle {
    padding-bottom: 24px;
}

.popup a {
    /* color: #262626; */
}

.popup .btn {
    letter-spacing: -1px;
}

.popup--cookies {
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    padding: 67px 45px 80px;
}

.popup--thanks {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 655px;
    width: calc(100% - 40px);
    padding: 65px 99px 84px;
    background-color: #c9f272;
    box-shadow: 0px 0px 100px #f2cb04;
    border-radius: 20px;
}

.popup--thanks .popup__wrap-btn {
    margin-top: 24px;
}

.popup--thanks .btn {
    min-width: 164px;
}

.popup-thanks-show {
    overflow: hidden;
}

.popup-thanks-show::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #000000;
    opacity: 0.8;
}

@media screen and (max-height: 820px), (max-width: 1540px) {
    .popup--cookies {
        padding: 34px 45px 38px;
    }

    .popup--thanks {
        max-width: 546px;
        padding: 45px 55px 50px;
    }

    .popup .subtitle {
        padding-bottom: 16px;
    }

    .popup__wrap-btn {
        margin-top: 25px;
    }
}

@media screen and (max-width: 768px) {
    .popup__wrap-btn {
        flex-direction: column;
        gap: 20px;
        margin-top: 15px;
    }

    .popup .subtitle {
        padding-bottom: 16px;
    }

    .popup--cookies {
        padding: 27px 20px 32px;
    }

    .popup--thanks {
        border-radius: 15px;
        padding: 37px 26px 40px;
    }

    .popup--thanks .subtitle {
        margin-right: -10px;
    }
}

@media screen and (max-width: 520px) {
}

@media (max-width: 1280px) {
    /* Or target specific elements */
    /* .disable-aos-on-mobile {
    opacity: 1 !important;
    transform: none !important;
  } */
}
