.h1,
.h2,
h1,
h2 {
    line-height: 110%;
    font-weight: 600;
    text-transform: capitalize;
}
.slick-arrow,
img {
    display: -webkit-box;
    display: -ms-flexbox;
}
.info-bar .item,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    padding: 0;
    margin: 0;
}
.h1,
.h2,
h1,
h2 {
    font-weight: 600;
}
.info-bar a.item,
.phone-mobile a.item,
a {
    text-decoration: none;
}
.solution-wrap .item-second .item-title,
img {
    max-width: 100%;
}
.h1,
.h2,
h1,
h2 {
    text-transform: capitalize;
}
.btn,
body {
    font-family: Poppins, sans-serif;
}
.solution-wrap .item-text ul li::after,
.why-wrap__content--list .item ul li::after {
    background: url("../img/main/li.svg") center center/contain no-repeat;
    position: absolute;
    content: "";
}
.cta-wrap,
.main-wrap,
.pricing-wrap__title,
.works-wrap__list .item,
.works-wrap__subtitle,
.works-wrap__title {
    text-align: center;
}
.cta-wrap,
.form-wrap__image,
.main-wrap,
.reviews-wrap,
.scroll,
.why-wrap__image {
    overflow: hidden;
}
.btn-primary:hover svg *,
.form-wrap__content .row .btn svg *,
.pricing-wrap__nav .slick-arrow:hover svg *,
.slick-arrow:hover svg * {
    fill: #fff;
}
.faq-wrap__list .item:last-child,
.footer-wrap__contacts .item:last-child,
.pricing-wrap__list .item-text ul li:last-child,
.solution-wrap .item-text p:last-child,
.solution-wrap .item-text ul li:last-child,
.why-wrap__content--list .item ul li:last-child {
    margin-bottom: 0;
}
* {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
body {
    color: #0f4c81;
}
.h1,
h1 {
    font-size: clamp(
        1.3125rem,
        calc(0.3350118483rem + 0.0417061611 * 100vw),
        4.0625rem
    );
}
.h2,
h2 {
    font-size: clamp(
        1.5rem,
        calc(0.9668246445rem + 0.0227488152 * 100vw),
        3rem
    );
}
.h2 span,
h2 span {
    font-family: Bitter, serif;
    color: #36cfc9;
}
img {
    height: auto;
    display: flex;
}
input,
select,
textarea {
    background: 0 0;
    border-radius: 16px;
    border: 1px solid #cee9f9;
    font-family: Inter, sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 20px 24px;
    color: #0f4c81;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #0f4c81;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #0f4c81;
    opacity: 1;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #0f4c81;
    opacity: 1;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #0f4c81;
    opacity: 1;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #0f4c81;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
input:focus,
select:focus,
textarea:focus {
    border-color: #0f4c81;
}
input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
input:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    opacity: 0;
}
input:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}
textarea {
    resize: none;
    height: 120px;
}
.scroll {
    margin-top: -150px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.slick-arrow {
    font-size: 0;
    border: none;
    background: #fff;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.btn svg *,
.slick-arrow svg * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn,
.header {
    -webkit-transition: 0.3s;
}
.slick-arrow:hover {
    background-color: #0f4c81;
}
.slick-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-disabled {
    opacity: 0.5;
}
.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #f4b942;
    background: #f4b942;
    border-radius: 90px;
    padding: 15px 31px;
    gap: 11px;
    font-weight: 700;
    color: #fff;
    font-size: clamp(
        0.875rem,
        calc(0.7417061611rem + 0.0056872038 * 100vw),
        1.25rem
    );
}
.header,
.info-bar {
    position: fixed;
    width: 100%;
    left: 0;
}
.faq-wrap__content--text,
.faq-wrap__list .item-text,
.form-wrap__content--subtitle,
.how-wrap__list .item-text,
.pricing-wrap__list .item-text,
.reviews-wrap__list .item-text,
.services-wrap__list .item-text,
.solution-wrap .item-text,
.why-wrap__content--text,
.works-wrap__list .item-text,
.works-wrap__subtitle {
    font-family: Inter, sans-serif;
}
.btn-primary,
.header,
.info-bar {
    background-color: #fff;
}
.btn:hover {
    background-color: #36cfc9;
    border-color: #36cfc9;
}
.btn-primary {
    border-color: #36cfc9;
    color: #36cfc9;
}
.btn-primary:hover {
    background-color: #36cfc9;
    color: #fff;
}
.container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}
.info-bar {
    top: 0;
    z-index: 1000;
    color: #36cfc9;
    border-bottom: 1px solid #ddd;
}
.info-bar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    margin: 0 auto;
    color: #36cfc9;
}
.header-wrap,
.header-wrap__nav ul,
.solution-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
}
.info-bar .item {
    display: flex;
    align-items: center;
    line-height: 1;
    color: #36cfc9;
}
.info-bar__inner img {
    width: 15px;
}
.info-bar .item img {
    margin-right: 8px;
    display: block;
    color: #36cfc9;
}
.info-bar a.item {
    color: #36cfc9;
}
.header {
    top: 35px;
    z-index: 100;
    transition: 0.3s;
}
.form-wrap__content,
.form-wrap__image,
.solution-wrap .item,
.why-wrap__content,
.why-wrap__image {
    width: calc((100% - 20px) / 2);
}
.main-wrap,
.reviews-wrap,
.services-wrap {
    background-color: #eef7ff;
}
.header-sticky {
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
}
.header-sticky .header-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-wrap {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 20px 33px;
    gap: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header-wrap__icon {
    display: none;
}
.footer-wrap__logo,
.header-wrap__logo {
    display: block;
    max-width: 136px;
}
.header-wrap__nav ul {
    list-style-type: none;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px 48px;
}
.header-wrap__nav ul a {
    font-size: 16px;
    color: #0f4c81;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header-wrap__nav ul a:hover,
footer {
    color: #36cfc9;
}
.phone-mobile {
    display: none;
    color: #36cfc9;
}
.phone-mobile .item {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.phone-mobile .item img {
    width: 15px;
    margin-right: 8px;
    display: block;
}
.phone-mobile a.item {
    color: inherit;
}
.header-wrap .btn {
    padding: 9px 23px;
    font-size: clamp(
        0.75rem,
        calc(0.6611374408rem + 0.0037914692 * 100vw),
        1rem
    );
}
.main-wrap {
    border-radius: 40px;
    padding: 60px 15px 0;
    position: relative;
    z-index: 2;
}
.main-wrap__notice {
    color: grey;
    font-size: 14px;
    margin-top: 15px;
    font-style: italic;
}
.main-wrap__title {
    max-width: 845px;
    margin: 0 auto;
}
.main-wrap__title span {
    color: #36cfc9;
    font-family: Bitter, serif;
}
.main-wrap__subtitle {
    margin: 32px auto 36px;
    line-height: 140%;
    font-weight: 500;
    max-width: 748px;
    font-size: clamp(
        0.875rem,
        calc(0.6528436019rem + 0.009478673 * 100vw),
        1.5rem
    );
}
.main-wrap .btn {
    margin: 0 auto;
}
.main-wrap__image {
    margin: -100px -15px 0;
    z-index: -1;
    position: relative;
}
.solution-wrap {
    margin-top: 100px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.how-wrap,
.services-wrap__list,
.solution-wrap .item-label {
    display: -webkit-box;
    display: -ms-flexbox;
}
.solution-wrap .item {
    border-radius: 40px;
    border: 1px solid #b7daf0;
    padding: 40px;
}
.solution-wrap .item-label {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 8px;
    border-radius: 90px;
    border: 1px solid #0f4c81;
    padding: 8px 16px;
    font-weight: 500;
    font-size: clamp(
        0.75rem,
        calc(0.7055687204rem + 0.0018957346 * 100vw),
        0.875rem
    );
}
.solution-wrap .item-title {
    margin: 12px 0 32px;
    max-width: 500px;
}
.solution-wrap .item-text {
    line-height: 140%;
    font-size: clamp(
        1rem,
        calc(0.9555687204rem + 0.0018957346 * 100vw),
        1.125rem
    );
}
.solution-wrap .item-text p {
    display: block;
    margin-bottom: 32px;
}
.solution-wrap .item-text ul {
    list-style-type: none;
    font-size: clamp(
        0.875rem,
        calc(0.8305687204rem + 0.0018957346 * 100vw),
        1rem
    );
}
.reviews-wrap__list .item-author__title strong,
.works-wrap__subtitle {
    font-size: clamp(
        1rem,
        calc(0.9555687204rem + 0.0018957346 * 100vw),
        1.125rem
    );
}
.solution-wrap .item-text ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
}
.solution-wrap .item-text ul li::after {
    display: block;
    width: 16px;
    height: 16px;
    left: 0;
    top: 4px;
}
.solution-wrap .item-text ol {
    padding-left: 20px;
}
.solution-wrap .item-second {
    color: #fff;
    border-color: #0f4c81;
    background: url("../img/main/bg-solution.png") calc(100% - 40px)
        calc(100% - 40px) no-repeat #0f4c81;
}
.solution-wrap .item-second .item-label {
    border-color: #fff;
}
.solution-wrap .item-second .item-text ul li::after {
    background: url("../img/main/li-second.svg") center center/contain no-repeat;
}
.services-wrap {
    border-radius: 40px;
    padding: 60px 40px;
    margin-top: 100px;
}
.services-wrap__list {
    margin-top: 48px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 54px 30px;
}
.services-wrap__list .item {
    width: calc((100% - 60px) / 3);
}
.services-wrap__list .item-image {
    max-width: 56px;
}
.services-wrap__list .item-title {
    margin: 24px 0 16px;
    font-weight: 600;
    font-size: clamp(
        1.125rem,
        calc(0.9917061611rem + 0.0056872038 * 100vw),
        1.5rem
    );
}
.services-wrap__list .item-text {
    font-size: clamp(
        0.875rem,
        calc(0.7861374408rem + 0.0037914692 * 100vw),
        1.125rem
    );
}
.how-wrap {
    margin-top: 100px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
.how-wrap__list,
.how-wrap__list .item-top,
.reviews-wrap__top {
    display: -webkit-box;
    display: -ms-flexbox;
}
.how-wrap__title {
    max-width: 175px;
}
.how-wrap__list {
    max-width: 1094px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 85px;
}
.how-wrap__list .item-text span:nth-child(2),
.how-wrap__list .item-title span:nth-child(2),
.how-wrap__list .item:last-child::after,
.how-wrap__list .item:nth-child(3n + 3)::after,
.reviews,
.works,
.works-wrap__nav {
    display: none;
}
.how-wrap__list .item {
    width: calc((100% - 170px) / 3);
    border: 1px solid #b7daf0;
    border-radius: 24px;
    position: relative;
    padding: 20px;
}
.how-wrap__list .item-top {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.how-wrap__list .item-top__image {
    max-width: 52px;
    margin-top: 10px;
}
.how-wrap__list .item-top__label {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 90px;
    border: 1px solid #b7daf0;
}
.how-wrap__list .item-title {
    font-size: clamp(
        1.25rem,
        calc(1.1611374408rem + 0.0037914692 * 100vw),
        1.5rem
    );
    line-height: 120%;
    font-weight: 600;
    margin: 24px 0 12px;
    min-height: 51px;
    text-transform: capitalize;
}
.how-wrap__list .item-text {
    font-size: clamp(
        0.875rem,
        calc(0.8305687204rem + 0.0018957346 * 100vw),
        1rem
    );
}
.how-wrap__list .item::after {
    content: "";
    display: block;
    width: 55px;
    height: 27px;
    position: absolute;
    right: -70px;
    top: 45%;
    background: url("../img/main/vector-how.svg") center center/contain
        no-repeat;
}
.reviews-wrap {
    border-radius: 40px;
    margin-top: 100px;
    padding: 75px 40px;
}
.reviews-wrap__top {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
.reviews-wrap__top--title {
    max-width: calc(100% - 175px);
}
.reviews-wrap__top--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.pricing-wrap__list,
.reviews-wrap__list {
    margin-top: 42px;
    margin-right: -30px;
}
.reviews-wrap__list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reviews-wrap__list .wrapper {
    height: inherit;
}
.reviews-wrap__list .item {
    margin-right: 30px;
    height: 100%;
    border-radius: 30px;
    background: url("../img/main/bg-reviews.svg") calc(100% - 24px) 24px
        no-repeat #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
}
.reviews-wrap__list .item-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}
.reviews-wrap__list .item-author,
.why-wrap,
.works-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
}
.reviews-wrap__list .item-title {
    font-size: 18px;
    font-weight: 600;
    margin: 26px 0 15px;
}
.reviews-wrap__list .item-text {
    line-height: 25px;
    font-size: clamp(
        0.875rem,
        calc(0.8305687204rem + 0.0018957346 * 100vw),
        1rem
    );
}
.reviews-wrap__list .item-author {
    margin-top: 40px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reviews-wrap__list .item-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.reviews-wrap__list .item-author__title {
    width: calc(100% - 50px);
    padding-left: 15px;
    font-size: clamp(
        0.75rem,
        calc(0.7277843602rem + 0.0009478673 * 100vw),
        0.8125rem
    );
    font-family: Inter, sans-serif;
}
.reviews-wrap__list .item-author__title strong {
    display: block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}
.pricing-wrap,
.works-wrap {
    margin-top: 100px;
}
.works-wrap__subtitle {
    margin: 23px 0 36px;
}
.works-wrap__list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}
.works-wrap__list .item {
    display: block;
    background-color: #ebf7f7;
    border-radius: 40px;
    padding: 19px 18px 28px;
    width: calc((100% - 60px) / 3);
    color: #0f4c81;
}
.why-wrap__content,
.works-wrap__list .item-second {
    background-color: #eef7ff;
}
.works-wrap__list .item-image {
    width: 100%;
    height: 252px;
    overflow: hidden;
    border-radius: 30px;
    -webkit-box-shadow: 0 163px 98px 0 rgba(15, 76, 129, 0.0509803922),
        0 290px 116px 0 rgba(15, 76, 129, 0.0117647059),
        0 454px 127px 0 rgba(15, 76, 129, 0);
    box-shadow: 0 163px 98px 0 rgba(15, 76, 129, 0.0509803922),
        0 290px 116px 0 rgba(15, 76, 129, 0.0117647059),
        0 454px 127px 0 rgba(15, 76, 129, 0);
    border: 6px solid #fff;
}
.works-wrap__list .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -o-object-position: top;
    object-position: top;
}
.works-wrap__list .item-title {
    font-weight: 600;
    margin: 29px 0 12px;
    font-size: clamp(
        1.25rem,
        calc(1.1611374408rem + 0.0037914692 * 100vw),
        1.5rem
    );
}
.works-wrap__list .item-text {
    font-size: clamp(
        0.875rem,
        calc(0.8305687204rem + 0.0018957346 * 100vw),
        1rem
    );
}
.works-wrap__list .item:hover .item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.works-wrap__list .item:nth-child(2) .item-image img {
    height: calc(100% + 5px);
    -o-object-position: 50% -5px;
    object-position: 50% -5px;
}
.works-wrap__list--slider {
    display: none;
    margin-right: -16px;
}
.works-wrap__list--slider .wrapper {
    padding-right: 16px;
}
.works-wrap__list--slider .item:nth-child(1n + 1) {
    width: 100%;
}
.why-wrap {
    margin-top: 100px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.faq-wrap,
.why-wrap__content--list {
    display: -webkit-box;
    display: -ms-flexbox;
    gap: 30px;
}
.why-wrap__content {
    border-radius: 40px;
    padding: 60px 40px;
}
.why-wrap__content--text {
    margin: 32px 0 56px;
    max-width: 520px;
    font-size: clamp(
        0.875rem,
        calc(0.7861374408rem + 0.0037914692 * 100vw),
        1.125rem
    );
}
.why-wrap__content--list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.why-wrap__content--list .item {
    width: calc((100% - 30px) / 2);
    border-radius: 24px;
    background-color: #fff;
    -webkit-box-shadow: 0 232px 65px 0 rgba(15, 76, 129, 0);
    box-shadow: 0 232px 65px 0 rgba(15, 76, 129, 0);
    padding: 0 18px 43px 24px;
}
.why-wrap__content--list .item-label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 90px;
    background-color: #b7daf0;
    margin-top: -20px;
}
.why-wrap__content--list .item-price {
    margin: 26px 0 18px;
    font-size: 36px;
    font-weight: 600;
    line-height: 100%;
}
.why-wrap__content--list .item-price span {
    display: block;
    font-size: 16px;
}
.why-wrap__content--list .item ul {
    list-style-type: none;
    font-size: clamp(
        0.875rem,
        calc(0.7861374408rem + 0.0037914692 * 100vw),
        1.125rem
    );
}
.why-wrap__content--list .item ul li {
    padding-left: 22px;
    position: relative;
    margin-bottom: 14px;
}
.why-wrap__content--list .item ul li::after {
    display: block;
    width: 14px;
    height: 14px;
    left: 0;
    top: 7px;
}
.pricing-wrap__list .item-second .item-text ul li::after,
.why-wrap__content--list .item-second ul li::after {
    background: url("../img/main/li-second.svg") center center/contain no-repeat;
}
.why-wrap__content--list .item-second {
    background: url("../img/main/bg-why.svg") calc(100% - 24px) 24px no-repeat
        #0f4c81;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #36cfc9;
}
.why-wrap__content--list .item-second .item-label {
    color: #fff;
    background-color: #36cfc9;
}
.why-wrap__image {
    border-radius: 40px;
}
.why-wrap__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.faq-wrap {
    margin-top: 100px;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq-wrap__list .item-top,
.faq-wrap__list .item-top__title {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
}
.faq-wrap__content {
    width: 100%;
    max-width: 398px;
}
.faq-wrap__content--text {
    margin-top: 32px;
    font-size: 16px;
    max-width: 352px;
}
.faq-wrap__list {
    width: 100%;
    max-width: 879px;
}
.faq-wrap__list .item {
    margin-bottom: 16px;
    border-radius: 24px;
    border: 1px solid #b7daf0;
    padding: 30px;
}
.faq-wrap__list .item-top {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
.faq-wrap__list .item-top__title {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: calc(100% - 25px);
    font-weight: 600;
    font-size: clamp(
        1.125rem,
        calc(0.9917061611rem + 0.0056872038 * 100vw),
        1.5rem
    );
}
.faq-wrap__list .item-top__title span {
    display: block;
    width: calc(100% - 24px);
    padding-left: 16px;
}
.faq-wrap__list .item-top__icon {
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.faq-wrap__list .item-top__icon span {
    display: block;
    width: 100%;
    height: 4.5px;
    background-color: #36cfc9;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.faq-wrap__list .item-top__icon span:nth-child(2) {
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq-wrap__list .item-text {
    margin-top: 30px;
    display: none;
    font-size: clamp(
        0.875rem,
        calc(0.8305687204rem + 0.0018957346 * 100vw),
        1rem
    );
}
.faq-wrap__list .open .item-top__icon span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-wrap__list .open .item-top__icon span:nth-child(2) {
    display: none;
}
.cta-wrap {
    margin-top: 100px;
    border-radius: 40px;
    background-color: #eef7ff;
    padding: 80px 15px;
    position: relative;
    z-index: 2;
}
.cta-wrap__title {
    max-width: 940px;
    margin: 0 auto;
    font-size: clamp(
        1.5rem,
        calc(0.7002369668rem + 0.0341232227 * 100vw),
        3.75rem
    );
}
.cta-wrap__subtitle {
    max-width: 623px;
    margin: 32px auto;
    font-weight: 500;
    font-size: clamp(
        1rem,
        calc(0.8222748815rem + 0.0075829384 * 100vw),
        1.5rem
    );
}
.cta-wrap__more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.cta-wrap__more--arrow {
    position: absolute;
    left: -60px;
}
.cta-wrap__flex img {
    max-width: 350px;
    z-index: -1;
    position: absolute;
    left: -15px;
    bottom: 0;
}
.cta-wrap__flex img:nth-child(2) {
    left: auto;
    right: 0;
}
.form-wrap {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.footer-wrap,
.footer-wrap__contacts .item,
.form-wrap__content .row {
    display: -webkit-box;
    display: -ms-flexbox;
}
.form-wrap__image {
    border-radius: 40px;
}
.form-wrap__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.form-wrap__content {
    border-radius: 40px;
    border: 1px solid #b7daf0;
    padding: 40px;
}
.form-wrap__content--subtitle {
    margin: 24px 0 34px;
    font-size: clamp(
        1rem,
        calc(0.9555687204rem + 0.0018957346 * 100vw),
        1.125rem
    );
}
.form-wrap__content .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}
.form-wrap__content .row .form-status {
    width: 100%;
    color: green;
}
.form-wrap__content .row .form-status.error {
    color: red;
}
.form-wrap__content .row .error-message {
    font-size: 14px;
    margin-top: 5px;
    color: red;
}
.form-wrap__content .row-item {
    width: calc((100% - 20px) / 2);
}
.form-wrap__content .row .btn {
    margin-top: 12px;
}
.footer-wrap {
    max-width: 1327px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-wrap__copyright {
    font-size: clamp(
        0.75rem,
        calc(0.7055687204rem + 0.0018957346 * 100vw),
        0.875rem
    );
}
.footer-wrap__contacts img {
    max-width: 15px;
}
.footer-wrap__contacts .item {
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 15px;
    font-size: 14px;
    gap: 10px;
    color: #36cfc9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer-wrap__contacts a:hover {
    color: #0f4c81;
}
.pricing-wrap__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.pricing-wrap__nav .slick-arrow {
    background-color: #e0edf8;
    margin-top: 30px;
}
.pricing-wrap__nav .slick-arrow svg * {
    fill: #0f4c81;
}
.pricing-wrap__nav .slick-arrow:hover {
    background-color: #0f4c81;
}
.pricing-wrap__list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pricing-wrap__list .wrapper {
    height: inherit;
}
.pricing-wrap__list .item {
    height: 100%;
    opacity: 0.7;
    border: 1px solid #b7daf0;
    border-radius: 40px;
    padding: 27px 32px 60px;
    margin-right: 30px;
}
.pricing-wrap__list .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    min-height: 40px;
}
.pricing-wrap__list .item-top span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 90px;
    background-color: #eef7ff;
    color: #0f4c81;
}
.pricing-wrap__list .item-top span:nth-child(2n) {
    background-color: #36cfc9;
    color: #fff;
}
.pricing-wrap__list .item-title {
    font-size: 24px;
    font-weight: 600;
    margin: 8px 0 42px;
}
.pricing-wrap__list .item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.pricing-wrap__list .item-price__currency {
    font-size: 30px;
    width: 22px;
}
.pricing-wrap__list .item-price__value {
    max-width: calc(100% - 22px);
    padding-left: 4px;
    font-weight: 600;
    margin-top: -15px;
    font-size: clamp(
        2.6875rem,
        calc(2.3098341232rem + 0.0161137441 * 100vw),
        3.75rem
    );
}
.pricing-wrap__list .item-price__value span {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    display: block;
    font-size: clamp(
        1rem,
        calc(0.9555687204rem + 0.0018957346 * 100vw),
        1.125rem
    );
}
.pricing-wrap__list .item-text ul {
    list-style-type: none;
}
.pricing-wrap__list .item-text ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
}
.pricing-wrap__list .item-text ul li::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url("../img/main/li.svg") center center/contain no-repeat;
}
.pricing-wrap__list .item-subtitle {
    margin-top: 42px;
    font-weight: 600;
    font-size: clamp(
        1.25rem,
        calc(1.1611374408rem + 0.0037914692 * 100vw),
        1.5rem
    );
}
.pricing-wrap__list .item .btn {
    width: 100%;
    margin-top: 24px;
}
.pricing-wrap__list .item-second {
    opacity: 1;
    background-color: #0f4c81;
    border-color: #0f4c81;
    color: #fff;
}
@media (max-width: 1200px) {
    .why-wrap__content--list .item {
        width: 100%;
    }
    .pricing-wrap__list {
        margin-right: -15px;
    }
    .pricing-wrap__list .item {
        padding: 27px 20px;
        margin-right: 15px;
    }
    .footer-wrap__contacts img {
        max-width: 15px;
    }
}
@media (max-width: 1100px) {
    .header-wrap__nav ul {
        gap: 10px 20px;
    }
    .how-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .how-wrap__title {
        max-width: 100%;
        text-align: center;
    }
    .how-wrap__list {
        max-width: 100%;
    }
    .footer-wrap__contacts img {
        max-width: 15px;
    }
}
@media (max-width: 1024px) {
    .header-sticky .header-wrap,
    .header-wrap {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .how-wrap,
    .pricing-wrap,
    .reviews-wrap,
    .services-wrap,
    .why-wrap,
    .works-wrap {
        margin-top: 50px;
    }
    .header-wrap .btn,
    .info-bar,
    .pricing-wrap__nav {
        display: none;
    }
    .header-wrap__nav ul,
    .phone-mobile {
        display: block;
    }
    .header {
        top: 0;
    }
    .header-wrap__flex,
    .header-wrap__icon {
        display: -webkit-box;
        display: -ms-flexbox;
    }
    .slick-arrow {
        width: 52px;
        height: 52px;
    }
    .slick-arrow svg {
        max-width: 13px;
        max-height: 12px;
    }
    .header-wrap {
        padding-left: 0;
    }
    .header-wrap__logo {
        max-width: 110px;
    }
    .form-wrap__content,
    .form-wrap__image,
    .why-wrap__content,
    .why-wrap__image {
        max-width: 100%;
        width: 100%;
    }
    .header-wrap__nav {
        position: absolute;
        left: 15px;
        width: calc(100% - 30px);
        border-radius: 24px;
        padding: 32px 32px 28px;
        background: #0f4c81;
        max-height: 80vh;
        overflow-y: auto;
        opacity: 0;
        top: -100%;
        visibility: hidden;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .header-wrap__nav::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 20px;
        width: 100px;
        height: 100px;
        background: url("../img/main/bg-header.png") center/contain no-repeat;
        transform: rotate(-90deg);
    }
    .header-wrap__nav ul li {
        margin-bottom: 32px;
    }
    .header-wrap__nav ul li:last-child {
        margin-bottom: 0;
    }
    .header-wrap__nav ul li a {
        color: #fff;
    }
    .header-wrap__nav--active {
        opacity: 1;
        visibility: visible;
        top: 70px;
    }
    .header-wrap__icon {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 6px;
        background-color: #36cfc9;
        padding: 6px 8px;
        gap: 5px;
    }
    .header-wrap__icon span {
        display: block;
        width: 15px;
        height: 2px;
        border-radius: 90px;
        background-color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .header-wrap__icon span:first-child {
        width: 10px;
    }
    .header-wrap__icon--active {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }
    .header-wrap__icon--active span {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
        min-width: 15px;
    }
    .header-wrap__icon--active span:nth-child(2) {
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
        position: absolute;
    }
    .header-wrap__flex {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
    }
    .how-wrap__list,
    .why-wrap {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
    .header-wrap__flex .btn {
        height: 35px;
        padding: 4px 12px;
    }
    .cta-wrap__title svg,
    .main-wrap__title svg {
        max-width: 70px;
        max-height: 70px;
        margin-bottom: -15px;
    }
    .solution-wrap .item {
        padding: 40px 20px;
    }
    .solution-wrap .item-second {
        background: #0f4c81;
    }
    .services-wrap__list .item,
    .works-wrap__list .item {
        width: calc((100% - 30px) / 2);
    }
    .how-wrap {
        gap: 24px;
    }
    .how-wrap__list {
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 70px 0;
    }
    .how-wrap__list .item {
        width: 100%;
    }
    .how-wrap__list .item::after {
        right: auto;
        left: 50%;
        margin-right: -50%;
        bottom: -50px;
        top: auto;
        -webkit-transform: translateX(-50%) rotate(90deg) scale(0.75);
        -ms-transform: translateX(-50%) rotate(90deg) scale(0.75);
        transform: translateX(-50%) rotate(90deg) scale(0.75);
    }
    .reviews-wrap {
        position: relative;
        padding: 30px 20px 100px;
    }
    .reviews-wrap__top--nav {
        position: absolute;
        left: 20px;
        bottom: 30px;
    }
    .why-wrap {
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .why-wrap__image {
        height: inherit;
    }
    .pricing-wrap__list {
        margin-left: -15px;
        margin-top: 24px;
    }
    .pricing-wrap__list .item {
        margin-right: -15px;
        margin-left: 30px;
    }
    .pricing-wrap__list .wrapper:first-child {
        margin-left: 15px;
    }
    .pricing-wrap__list .wrapper:first-child .item {
        margin-left: 0;
    }
    .pricing-wrap__list .wrapper:last-child {
        margin-right: 25px;
    }
    .faq-wrap {
        margin-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
    }
    .faq-wrap__content {
        text-align: center;
    }
    .faq-wrap__content--text {
        margin: 16px auto 0;
    }
    .cta-wrap {
        padding-bottom: 0;
        margin-top: 50px;
    }
    .cta-wrap__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-top: 12px;
    }
    .cta-wrap__flex img {
        position: static;
        margin: 0 -150px;
    }
    .form-wrap {
        margin-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .form-wrap__content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .form-wrap__image {
        height: inherit;
    }
    .footer-wrap__contacts img {
        max-width: 14px;
    }
}
@media (max-width: 720px) {
    .main-wrap {
        padding: 10px 15px 0;
    }
    .main-wrap__subtitle {
        margin: 10px auto 16px;
    }
    .solution-wrap {
        margin-top: 50px;
        gap: 16px;
    }
    .solution-wrap .item {
        width: 100%;
    }
    .works-wrap__list {
        display: none;
    }
    .works-wrap__list--slider {
        display: block;
    }
    .works-wrap__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        margin-top: 16px;
    }
    .works-wrap__nav .slick-arrow {
        background-color: #e0edf8;
    }
    .works-wrap__nav .slick-arrow svg * {
        fill: #0f4c81;
    }
    .works-wrap__nav .slick-arrow:hover {
        background-color: #0f4c81;
    }
    .works-wrap__nav .slick-arrow:hover svg * {
        fill: #fff;
    }
    .footer-wrap {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-wrap__logo {
        margin-right: 20px;
    }
    .footer-wrap__contacts {
        margin-left: 20px;
    }
    .footer-wrap__contacts .item {
        margin-bottom: 10px;
        font-size: 12px;
        gap: 5px;
    }
    .footer-wrap__contacts img {
        max-width: 12px;
    }
}
@media (max-width: 550px) {
    .how-wrap__list .item-text span:nth-child(2),
    .how-wrap__list .item-title span:nth-child(2) {
        display: block;
    }
    svg {
        max-width: 100%;
        height: auto;
    }
    .btn {
        padding: 12px 24px;
    }
    .phone-mobile {
        font-size: 12px;
    }
    .phone-mobile .item img {
        width: 12px;
    }
    .header-wrap__icon {
        padding: 6px;
        width: 27px;
        height: 27px;
    }
    .header-wrap .btn {
        padding: 4px 12px;
        height: 27px;
    }
    .header-wrap__nav--active {
        top: 50px;
    }
    .main-wrap {
        padding: 28px 10px 0;
        border-radius: 24px;
    }
    .main-wrap__notice {
        font-size: 10px;
    }
    .main-wrap__title {
        max-width: 326px;
    }
    .main-wrap__title svg {
        max-width: 50px;
        max-height: 50px;
        margin-bottom: -5px;
    }
    .main-wrap__subtitle {
        margin: 20px auto 24px;
        max-width: 313px;
    }
    .main-wrap__image {
        margin: 0 -40px;
        width: calc(100% + 80px);
    }
    .solution-wrap {
        margin-top: 26px;
    }
    .solution-wrap .item {
        padding: 30px 24px;
        border-radius: 24px;
    }
    .solution-wrap .item-label {
        padding: 6px 12px;
    }
    .solution-wrap .item-title {
        margin: 12px 0 24px;
    }
    .solution-wrap .item-text p {
        margin-bottom: 24px;
    }
    .services-wrap {
        padding: 30px 20px;
        border-radius: 24px;
    }
    .services-wrap__list {
        margin-top: 24px;
        gap: 24px 21px;
    }
    .services-wrap__list .item {
        width: calc((100% - 21px) / 2);
    }
    .services-wrap__list .item-image {
        max-width: 48px;
    }
    .services-wrap__list .item-title {
        max-width: 138px;
        margin: 12px 0;
        line-height: 120%;
    }
    .how-wrap__list {
        gap: 47px;
        width: 100%;
    }
    .how-wrap__list .item {
        padding: 16px 24px 24px;
        text-align: center;
        border-radius: 20px;
    }
    .how-wrap__list .item-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .how-wrap__list .item-top__image {
        margin: 0;
    }
    .how-wrap__list .item-top__label {
        position: absolute;
        right: 21px;
        top: 16px;
    }
    .how-wrap__list .item-title {
        margin: 20px 0 8px;
        min-height: inherit;
        max-width: 100%;
    }
    .cta-wrap__more--arrow,
    .how-wrap__list .item-text span,
    .how-wrap__list .item-title span {
        display: none;
    }
    .how-wrap__list .item::after {
        -webkit-transform: translateX(-50%) rotate(90deg) scale(0.5);
        -ms-transform: translateX(-50%) rotate(90deg) scale(0.5);
        transform: translateX(-50%) rotate(90deg) scale(0.5);
        bottom: -40px;
    }
    .reviews-wrap {
        border-radius: 24px;
    }
    .reviews-wrap__top--title {
        max-width: 262px;
    }
    .reviews-wrap__list {
        margin-top: 24px;
        margin-right: -16px;
    }
    .reviews-wrap__list .item {
        margin-right: 16px;
        background-size: 48px;
        padding: 20px;
        border-radius: 24px;
    }
    .reviews-wrap__list .item-title {
        margin: 25px 0 15px;
    }
    .works-wrap__title {
        text-align: left;
    }
    .works-wrap__subtitle {
        text-align: left;
        margin: 16px 0 24px;
        max-width: 345px;
    }
    .works-wrap__list .item {
        padding: 16px;
        border-radius: 20px;
    }
    .works-wrap__list .item-image {
        height: 146px;
    }
    .works-wrap__list .item-title {
        margin: 16px 0 8px;
    }
    .why-wrap__content {
        border-radius: 40px;
        padding: 30px 20px;
    }
    .why-wrap__content--title {
        max-width: 305px;
    }
    .why-wrap__content--text {
        margin: 20px 0 51px;
    }
    .why-wrap__content--list {
        gap: 42px;
    }
    .why-wrap__content--list .item-label {
        padding: 4px 24px;
    }
    .form-wrap__image,
    .why-wrap__image {
        border-radius: 20px;
    }
    .pricing-wrap__list .item-top span {
        height: 25px;
    }
    .faq-wrap__list .item {
        border-radius: 16px;
        padding: 20px 16px;
    }
    .faq-wrap__list .item-text {
        margin-top: 20px;
    }
    .cta-wrap {
        padding: 42px 15px 0;
        border-radius: 40px;
    }
    .cta-wrap__title svg {
        margin-bottom: -5px;
    }
    .cta-wrap__subtitle {
        margin: 16px 0 20px;
    }
    .cta-wrap__flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px;
    }
    .cta-wrap__flex img {
        margin: 0 0 0 -70px;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .cta-wrap__flex img:nth-child(2) {
        margin-left: -200px;
    }
    .footer-wrap {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .form-wrap__content {
        padding: 30px 20px;
        border-radius: 20px;
    }
    .form-wrap__content .row-item {
        width: 100%;
    }
    .footer-wrap__logo {
        max-width: 100px;
    }
    .footer-wrap__contacts {
        margin-left: 40px;
    }
    .footer-wrap__contacts .item {
        margin-bottom: 8px;
        font-size: 10px;
        gap: 0;
        margin-right: 15px;
    }
    .footer-wrap__contacts img {
        max-width: 12px;
        margin-right: 5px;
    }
    .footer-wrap__copyright {
        font-size: 10px;
        white-space: nowrap;
    }
}

/* ********************************************************************************* */

/* POPUP */

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popupContent {
    position: relative;
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 5px 20px rgba(65, 65, 65, 0.9);
    text-align: center;
}

#name {
    color: #000000;
}
#name::placeholder {
    color: #505050;
    opacity: 0.7;
}
#email {
    color: #000000;
}
#email::placeholder {
    color: #505050;
    opacity: 0.7;
}

.popupBtn {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    background: #f4b942;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 90px;
    transition: 0.3s;
}
.popupBtn:hover {
    background-color: #36cfc9;
    border-color: #36cfc9;
}

#confirmationMessage {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    display: none;
}
#confirmationMessage a {
    color: #36cfc9;
    text-decoration: none;
}
#confirmationMessage a:hover {
    text-decoration: underline;
}

.closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: black;
}

/* ********************************************************************************* */
