@charset "utf-8";

@font-face {
    font-family: 'Geologica-Regular';
    src: url('/assets/templates/fonts/Geologica-Regular.eot') format('embedded-opentype'),
    url('/assets/templates/fonts/Geologica-Regular.woff') format('woff'),
    url('/assets/templates/fonts/Geologica-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Geologica-Light';
    src: url('/assets/templates/fonts/Geologica-Light.eot') format('embedded-opentype'),
    url('/assets/templates/fonts/Geologica-Light.woff') format('woff'),
    url('/assets/templates/fonts/Geologica-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Geologica-Bold';
    src: url('/assets/templates/fonts/Geologica-Bold.eot') format('embedded-opentype'),
    url('/assets/templates/fonts/Geologica-Bold.woff') format('woff'),
    url('/assets/templates/fonts/Geologica-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Unbounded-ExtraBold';
    src: url('/assets/templates/fonts/Unbounded-ExtraBold.eot') format('embedded-opentype'),
    url('/assets/templates/fonts/Unbounded-ExtraBold.woff') format('woff'),
    url('/assets/templates/fonts/Unbounded-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('/assets/templates/fonts/Inter-ExtraBold.eot') format('embedded-opentype'),
    url('/assets/templates/fonts/Inter-ExtraBold.woff') format('woff'),
    url('/assets/templates/fonts/Inter-ExtraBold.ttf') format('truetype');
}

body {
    font-family: 'Geologica-Light';
    font-size: 18px;
    padding: 0;
    margin: 0;
    background: #fff;
    color: #002F60;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol,
ul,
nav {
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #002F60;
    transition: .3s;
}

a:hover {
    color: #006FE5;
}

:focus,
button {
    outline: 0;
    border: none;
}

input {
    -webkit-appearance: none;
}

.container {
    display: block;
    width: 1440px;
    position: relative;
    margin: 0 auto;
}

.logo img {
    display: block;
    max-width: 190px;
}

.flex {
    display: flex;
}

.btn-transparent {
    font-size: 24px;
    text-transform: uppercase;
    width: 330px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Geologica-Regular';
    transition: .3s;
    border: 1px solid #006FE5;
    color: #006FE5;
    margin: 0 58px 0 auto;
    border-radius: 80px;
}

.btn-transparent:hover {
    color: #fff;
    background: #006FE5;
    cursor: pointer;
}

.main_menu {
    display: flex;
    align-items: center;
    gap: 73px;
}

.main_menu li p {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Geologica-Regular';
    cursor: pointer;
}

.page-header {
    padding: 35px 0 60px;
}

.main-banner {
    display: flex;
    gap: 25px;
    width: calc(100% + 35px);
}

.main-banner .txt-part h1 {
    font-family: 'Unbounded-ExtraBold';
    font-size: 49px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 50px;
}

.main-banner .txt-part p {
    font-family: 'Geologica-Regular';
    font-size: 35px;
    margin-top: 35px;
}

.main-banner .txt-part span {
    font-size: 24px;
    margin-top: 35px;
    display: block;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 64px;
    background: #006FE5;
    border-radius: 80px;
    color: #fff;
    border: 1px solid #006FE5;
    box-sizing: border-box;
    padding: 10px;
    transition: .3s;
    font-size: 24px;
    position: relative;
}

.btn::before {
    content: '';
    width: 64px;
    height: 64px;
    background-image: url(/image/arr.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    background-color: #006FE5;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -81px;
}

.btn:hover {
    color: #006FE5;
    background: transparent;
    cursor: pointer;
}

.main-banner .btn {
    margin-top: 60px;
    height: 67px;
}

.main-banner .btn::before {
    width: 67px;
    height: 67px;
}

footer {
    background: #002F60;
    color: #fff;
    margin-top: 120px;
    padding: 33px 0;
}

#map {
    width: 605px;
    height: 690px;
    border-radius: 40px !important;
}

#map > ymaps {
    border-radius: 40px !important;
    overflow: hidden !important;
}

.image-part img {
    width: 749px;
    display: block;
}

.flex-container {
    width: calc(100% + 35px);
    margin-left: -35px;
}

.ymaps-layers-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.flex-container {
    gap: 75px;
}

footer .logo img {
    max-width: 310px;
    margin-top: 75px;
    margin-bottom: 155px;
}

.footer-txt {
    margin-bottom: 165px;
}

.footer-txt .left p {
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
    margin-right: 255px;
}

.footer-txt .left p::before {
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.not-found {
    position: fixed;
    border-radius: 40px;
    background: #0d2f60;
    padding: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    max-width: 90%;
    min-width: 220px;
    display: none;
}

.footer-txt .left p:nth-child(1)::before {
    background-image: url(/assets/templates/img/map.svg);
}

.footer-txt .left p:nth-child(2)::before {
    background-image: url(/assets/templates/img/mail.svg);
}

.footer-txt .left p:nth-child(3)::before {
    background-image: url(/assets/templates/img/tel.svg);
}

footer .main_menu {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

footer .main_menu li p {
    font-size: 24px;
    text-transform: none;
}

.trusted {
    display: flex;
    margin-top: 100px;
    gap: 50px;
    width: calc(100% + 35px);
    margin-left: -35px;
}

.trusted .img img {
    width: 636px;
    display: block;
    border-radius: 24px;
}

h2 {
    font-family: 'Unbounded-ExtraBold';
    font-size: 49px;
    text-transform: uppercase;
}

.trusted h2 {
    margin-bottom: 35px;
}

.txt-part .txt {
    font-size: 24px;
}

.why {
    margin-top: 130px;
}

.why-list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 55px;
}

.why-list > div {
    flex: 1;
    box-sizing: border-box;
    padding-left: 57px;
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
}

.why-list > div::before {
    content: '';
    background-image: url(/assets/templates/img/plus.svg);
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
}

.why-list > div strong {
    font-family: 'Geologica-Bold';
}

.why-list h2 {
    width: 60%;
}

.how ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-top: 70px;
}

.how h2 {
    width: 60%;
    margin-bottom: 15px;
}

.how ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #B2D4F7;
    padding: 25px 0 25px 20px;
    width: 640px;
}

.how ul li > span {
    font-family: 'Unbounded-ExtraBold';
    color: #EFF7FF;
    font-size: 69px;
    margin-right: 45px;
    width: 87px;
    flex-shrink: 0;
    font-family: 'Inter-ExtraBold';
}

.how ul li div p {
    font-family: 'Geologica-Regular';
    font-size: 35px;
    margin-bottom: 8px;
}

.companies h2 {
    margin-bottom: 30px;
}

.companies .flex {
    gap: 270px;
}

.companies .btn {
    margin-top: 30px;
}

.how {
    margin-top: 100px;
}

.logo-slider {
    width: 560px;
}

.logo-slider .slid {
    width: 225px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.logo-slider .slid img {
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.slick-dots {
    display: flex;
    width: 80%;
    margin: 70px auto 0;
    border-radius: 47px;
    background: #EFF7FF;
}

.slick-dots li {
    flex: 1;
    border-radius: 47px;
    height: 5px;
}

.slick-dots li.slick-active {
    background: #DBE3EB;
}

.slick-dots li button {
    font-size: 0;
    width: 0;
    height: 0;
    padding: 0;
    display: none;
    margin: 0;
}

.companies {
    margin-top: 120px;
}

.reviews {
    margin-top: 120px;
}

.reviews h2 {
    margin-bottom: 60px;
}

.reviews-slider .slid {
    width: 711px;
    height: 316px;
    padding: 50px 70px;
    border-radius: 40px;
    background: #EFF7FF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}

.reviews-slider .slid p {
    font-family: 'Geologica-Regular';
    font-size: 24px;
    margin-bottom: 25px;
}

.reviews-slider .slid span {
    position: relative;
    padding-left: 25px;
    display: block;
}

.faq {
    margin-top: 120px;
    display: flex;
    gap: 55px;
    width: calc(100% + 35px);
    margin-left: -35px;
}

.faq h2 {
    margin-bottom: 53px;
}

.page-header .flex {
    align-items: center;
}

.faq .left img {
    width: 605px;
    display: block;
    border-radius: 40px;
}

.faq-content {
    display: none;
    padding-bottom: 40px;
    margin-top: -20px;
}

.reviews-slider .slid span::before {
    content: '';
    height: 1px;
    width: 16px;
    background: #002F60;
    position: absolute;
    top: 12px;
    left: 0;
}

.faq-title {
    font-family: 'Geologica-Regular';
    text-transform: uppercase;
    font-size: 24px;
    padding-right: 95px;
    margin-bottom: 60px;
    position: relative;
    cursor: pointer;
}

.btn input[type="submit"] {
    padding-right: 81px;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 81px);
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-family: 'Geologica-Regular';
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.btn input[type="submit"]:hover {
    color: #006FE5;
}

.form {
    margin-top: 120px;
}

.form .flex {
    gap: 35px;
}

.form .flex > div {
    flex: 1;
    background: #EFF7FF;
    border-radius: 35px;
    padding: 87px 133px 60px 75px;
    box-sizing: border-box;
    position: relative;
}

.form .flex > div.left::before {
    content: '';
    background: url(/assets/templates/img/ellipse215.png);
    width: 92px;
    height: 188px;
    position: absolute;
    top: 50%;
    right: -65px;
    transform: translateY(-50%);
    z-index: 9;
}

.form .flex > div.left::after {
    content: '';
    width: 64px;
    height: 64px;
    background-image: url(/image/arr.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    background-color: #006FE5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: -52px;
    z-index: 99;
}

.form h2 {
    margin-bottom: 22px;
}

.faq-title::before {
    content: '';
    width: 24px;
    height: 3px;
    position: absolute;
    background: #002F60;
    border-radius: 6px;
    right: 0;
    top: 13px;
}

.faq-title::after {
    content: '';
    height: 24px;
    width: 3px;
    position: absolute;
    background: #002F60;
    border-radius: 6px;
    right: 10px;
    top: 2.5px;
    transition: .3s;
}

.faq-title.opened::after {
    transform: rotate(90deg)
}

.reviews-slider .slick-dots {
    width: 33%;
    margin: 80px auto 0;
}

.reviews-slider .slid .date {
    margin-top: auto;
    background: #fff;
    display: inline-block;
    border-radius: 58px;
    margin-left: auto;
    padding: 11px 18px;
}

.form__form-block.form-block {
    position: relative;
    width: 100%;
    height: 51px;
    margin-bottom: 22px;
}

.form__form-block.form-block.form-block-textarea {
    height: 172px;
    margin-top: 80px;
    margin-bottom: 0;
}

.form__form-block.form-block.form-block-textarea textarea {
    resize: none;
    border-radius: 30px;
}

.av-form-gdp .btn {
    width: 240px;
}

.form__form-block.form-block label {
    position: absolute;
    transition: .4s;
    font-size: 18px;
    color: #8097B0;
    left: 44px;
    top: 14px;
    font-weight: normal;
    pointer-events: none;
}

.form__form-block.form-block label.active {
    top: -18px;
    font-size: 12px;
}

.form__form-block.form-block label.error {
    color: #e34a4a;
    top: -18px;
    font-size: 12px;
}

.form__form-block.form-block input, .form__form-block.form-block textarea {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    font-family: 'Geologica-Light';
    font-size: 18px;
    border-radius: 100px;
    padding: 10px 44px;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form__form-select {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    position: relative;
    margin-top: 45px;
    margin-bottom: 40px;
}

.form__form-select::before {
    content: 'Required field';
    font-size: 11px;
    display: block;
    color: #e34a4a;
    position: absolute;
    bottom: -20px;
    left: 32px;
    line-height: 1.1;
    width: 100%;
    opacity: 0;
    text-align: left;
    pointer-events: none;
    transition: .5s;
}

.form__form-select.active::before {
    opacity: 1;
}

.form__form-select input {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    width: 21px;
    height: 21px;
    cursor: pointer;
    margin: 0;
    border: 3px solid #ffffff;
    flex-shrink: 0;
    border-radius: 50% !important;
}

.form__form-select input:checked {
    background: #002F60;
}

.verify {
    background: #006FE5;
    margin-top: 120px;
    padding: 85px 0 70px;
}

.verify .flex {
    gap: 235px;
}

.verify h2 {
    color: #fff;
    margin-bottom: 12px;
}

.verify .left span {
    color: #fff;
    font-size: 24px;
    display: block;
}

.verify .right {
    width: 587px;
    flex-shrink: 0;
    margin-right: 35px;
}

.verify .left input {
    position: relative;
    width: 530px;
    height: 58px;
    margin-top: 55px;
    outline: none;
    border: none;
    font-family: 'Geologica-Light';
    font-size: 18px;
    border-radius: 100px;
    padding: 10px 44px;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.verify .left input::placeholder {
    color: #BFDEFF;
}

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

.copyright a {
    color: #fff;
}

.verify .left .btn {
    width: 134px;
    margin-top: 22px;
    border: 1px solid #fff;
}

.mobile-menu {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
}

.close {
    background: url(/assets/templates/img/close.svg);
    width: 36px;
    height: 36px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.mob-menu-cont {
    padding: 0 30px;
}

.mobile-menu .btn-transparent {
    font-size: 20px;
    width: 100%;
    max-width: 400px;
    margin: 80px auto;
}

.verify .left .btn:hover {
    background: #fff;
}

.verify .left .btn::before {
    content: '';
    width: 62px;
    height: 62px;
    border: 1px solid #fff;
}

.mobile-menu .main_menu {
    flex-direction: column;
    margin-top: 70px;
}

.company-block {
    background: #fff;
    border-radius: 40px;
    padding: 60px 70px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.company-block .company-block-flex {
    display: flex;
    justify-content: space-between;
}

.company-block .company-block-flex span {
    color: #BFCBD7;
    display: block;
}

.company-block .company-block-flex span.active {
    color: #4CC558;
    position: relative;
}

.company-block .company-block-flex span.active::before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #4CC558;
    position: absolute;
    top: 7px;
    left: -20px;
}

.company-block::before {
    content: '';
    background: url(/assets/templates/img/subtract.png);
    width: 92px;
    height: 88px;
    position: absolute;
    top: -19px;
    right: 24px;
}

.company-block::after {
    content: '';
    width: 62px;
    height: 62px;
    border: 1px solid #fff;
    background-image: url(/image/arr.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    background-color: #006FE5;
    border-radius: 50%;
    position: absolute;
    top: -16px;
    right: 29px;
    transform: rotate(180deg);
}

.mob-btn {
    display: none;
}

@media (max-width: 1680px) {
    .container {
        width: 1180px;
    }

    body {
        font-size: 16px;
    }

    .main_menu li p, .btn-transparent, .faq-title, .verify .left span, .main-banner .txt-part span {
        font-size: 20px;
    }

    .main-banner .txt-part h1 {
        font-size: 40px;
    }

    .form .flex > div {
        padding: 80px 60px 60px 65px;
    }

    .main-banner .txt-part p {
        font-size: 30px;
    }

    .footer-txt .left p {
        margin-right: 85px;
    }

    .footer-txt {
        margin-bottom: 95px;
    }

    #map {
        width: 585px;
        height: 620px;
    }

    .txt-part .txt {
        font-size: 18px;
    }

    .companies .flex {
        gap: 150px;
    }

    .verify .flex {
        gap: 55px;
    }

    .faq .left img {
        width: 485px;
    }

    .reviews-slider .slid {
        width: 570px;
    }

    .verify .right {
        width: 537px;
    }

    .why-list {
        gap: 35px;
    }

    .trusted .img img {
        width: 496px;
    }

    h2 {
        font-size: 38px;
    }

    .image-part img {
        width: 649px;
    }
}

@media (max-width: 1440px) {

}

@media (max-width: 1560px) {
    .main-banner,
    .flex-container,
    .faq, .trusted {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 1366px) {
    .main_menu {
        gap: 33px;
    }

    .how ul li {
        width: auto;
    }

    .main-banner .txt-part h1 {
        font-size: 35px;
    }

    .verify .left input {
        width: 380px;
    }

    h2 {
        font-size: 30px;
    }
}

@media (max-width: 1280px) {
    .container {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .image-part img {
        width: 429px;
    }

    .main-banner .txt-part p {
        font-size: 27px;
    }

    footer .logo img {
        max-width: 260px;
        margin-top: 35px;
        margin-bottom: 85px;
    }

    .main_menu li p, .btn-transparent, .faq-title, .verify .left span, .main-banner .txt-part span {
        font-size: 18px;
    }

    #map {
        width: 443px;
        height: 520px;
    }

    .trusted .img {
        display: none;
    }

    .reviews-slider .slid {
        width: 100%;
        height: auto;
    }

    .companies .flex {
        gap: 90px;
    }

    .btn-transparent {
        font-size: 20px;
        width: 260px;
        margin: 0 38px 0 auto;
    }

    .faq-title {
        margin-bottom: 50px;
    }

    .reviews-slider .slid .date {
        margin-top: 32px;
    }

    .btn::before {
        display: none;
    }

    .verify .left .btn {
        width: 164px;
    }

    .company-block::before,
    .company-block::after {
        display: none;
    }

    .faq .left img {
        width: 425px;
    }

    .how ul li > span {
        font-size: 56px;
        margin-right: 35px;
        width: 67px;
    }
}

@media (max-width: 1180px) {

}

@media (max-width: 1024px) {
    .mob-btn {
        background: url(/assets/templates/img/menu.svg);
        width: 44px;
        height: 24px;
        display: block;
    }

    .page-header .flex {
        justify-content: space-between;
    }

    .verify .flex {
        gap: 45px;
        flex-direction: column;
    }

    .verify .right {
        width: 100%;
    }

    .reviews-slider .slid {
        padding: 50px;
    }

    .companies .flex {
        gap: 50px;
        flex-direction: column;
    }

    .logo-slider {
        width: 100%;
    }

    .main-banner .txt-part h1 {
        font-size: 30px;
    }

    .main-banner .txt-part p {
        font-size: 21px;
    }

    .main-banner .txt-part span {
        font-size: 18px;
    }

    .why-list > div {
        flex: auto;
        width: 40%;
    }

    .page-header .container .flex > .btn-transparent, .page-header .container .flex > .main_menu {
        display: none;
    }

    .faq .right {
        width: 100%;
    }

    #map, .faq .left {
        display: none;
    }

    .how ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        margin-top: 40px;
    }

    .how ul li {
        width: 100%;
        box-sizing: border-box;
    }

    .footer-txt {
        margin-bottom: 75px;
        justify-content: space-between;
    }

    footer .flex-container > .right {
        width: 100%;
    }

    .why, .trusted, .how, .companies, .verify, .reviews, .faq, .form, footer {
        margin-top: 70px;
    }
}

@media (max-width: 960px) {
    .form .flex {
        gap: 15px;
        flex-direction: column;
    }

    .form .flex > div.left::before, .form .flex > div.left::after {
        display: none;
    }
}

@media (max-width: 765px) {
    .main-banner {
        flex-direction: column;
        gap: 55px;
    }

    .page-header {
        padding: 30px 0 30px;
    }

    .why, .trusted, .how, .companies, .verify, .reviews, .faq, .form, footer {
        margin-top: 55px;
    }

    .how h2 {
        width: 100%;
    }

    .why-list > div {
        width: 100%;
    }

    .main-banner .btn {
        margin-top: 50px;
    }

    .image-part img {
        width: 100%;
    }

    .main-banner .txt-part h1 {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {

    html, body {
        width: 100%;
        min-width: 100%;
        position: relative;
        background-image: none;
    }

    .footer-txt {
        margin-bottom: 75px;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .slick-dots {
        width: 100%;
        margin: 50px auto 0;
    }

    .faq-title {
        margin-bottom: 30px;
    }

    .form .flex > div {
        padding: 60px 25px 40px 25px;
    }

    .copyright {
        flex-direction: column;
        gap: 20px;
    }

    .reviews-slider .slid p {
        font-size: 21px;
    }

    .company-block .company-block-flex span.active {
        padding-left: 21px;
    }

    .verify .left input {
        width: 100%;
    }

    footer .logo img {
        max-width: 250px;
        margin-bottom: 55px;
    }

    .reviews-slider .slick-dots {
        width: 100%;
        margin: 50px auto 0;
    }

    .form__form-block.form-block.form-block-textarea {
        height: 151px;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .logo-slider .slid {
        width: 135px;
        height: 85px;
    }

    .how ul li div p {
        font-size: 28px;
    }

    .btn {
        width: 100%;
    }

    .company-block .company-block-flex span.active::before {
        left: 0;
    }

    .company-block .company-block-flex {
        flex-direction: column;
        gap: 15px;
    }

    .main-banner .txt-part h1 {
        font-size: 27px;
    }

    .company-block {
        padding: 40px 50px;
    }
}

@media (max-width: 375px) {

}

@media (max-width: 320px) {
}