@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');


html {
    box-sizing: border-box;
    background-color: #F2F2F2;
}

*,
*::before,
*::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    color: #0D1329;
    font-weight: 500;
    background-color: #F2F2F2;
}

a {
    text-decoration: none;
    color: inherit;
    display: block;
}

ul {
    list-style: none;
    text-decoration: none;
}

input,
button,
textarea,
select {
    font: inherit;
}

select {
    font: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select:not([multiple]) {
    padding-right: 1.2em;
    background-repeat: no-repeat;
    background-position: calc(100% - 0.25em) 1em;
    background-size: 1.5em auto;
    background-image: url('/img/main/arrow_sel.svg');
}

/* скроет иконку стрелки в IE */
select::-ms-expand {
    display: none;
}

img {
    display: block;
}

svg path {
    fill: inherit;
    stroke: inherit;
}

.desk {
    display: block;
}

.hd {
    display: none;
}

.mob {
    display: none !important;
}

.left {
    text-align: left;
}

.wrapper {
    height: 100%;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px;
}

.container__first {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 75px;
}

.header__menu {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}

.header__menu-bus {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    background: #0D1329;
}

.header__menu-link {
    font-size: 24px;
    color: #fff;
}

.header__menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0239FE;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 24px;
    color: #fff;
}

.header__menu-btn img {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.area1__wrap {
    background-color: #0D1329;
    padding: 13% 0 1%;
    background-image: url('/img/main/bg1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    /*margin: 0 0 200px 0;*/
    position: relative;
}

.a1__wrap {
    position: relative;
    background-color: #0D1329;
    height: 500px;
    margin: -2px 0 0 0;
}

.a5__wrap {
    position: relative;
    background-color: #0D1329;
    height: 420px;
    margin: -2px 0 0 0;
}

.a1__card {
    background-image: url(/img/main/card2.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px;
    left: auto;
    top: 175px;
    width: 100%;
    height: 637px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    z-index: 10;
}

.a5__card {
    background-image: url(/img/main/card2.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px;
    left: auto;
    top: 90px;
    width: 100%;
    height: 637px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    z-index: 10;
}

.a1__card-bg {
    width: 100%;
    height: 300px;
    background-color: #0D1329;
    position: relative;
}

/* .area1__card{
    position: relative;
    z-index: 100;
}

.area1__card-bg{
    position: absolute;
    right: 0;
    bottom: -680px;
} */

.area1__card {
    background-color: #0D1329;
    background-image: url('/img/main/card1_r.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px;
}

.area1__item {
    display: flex;
    gap: 2rem;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin: 190px 0 0 0;
}

.area1__plus-item {
    display: flex;
    align-items: start;
    gap: 3rem;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin: 13% 0 0 0;
    line-height: 1.4;
}

.area1__plus-item-text {
    width: min-content;
}

.area1_divider {
    width: 1px;
    height: 150px;
    background-color: #fff;
    margin: 13% 0 0 0;
}

.area1__h1 {
    font-size: calc(30px + (200 - 30) * ((100vw - 320px) / (1700 - 320)));
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: .9;
}

.area1__h2 {
    font-size: calc(20px + (60 - 20) * ((100vw - 320px) / (1700 - 320)));
    /*font-size: 60px;*/
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.area1__h1.w2 {
    margin-right: calc(20px + (60 - 20) * ((100vw - 320px) / (1700 - 320)));
    margin-bottom: calc(10px + (30 - 10) * ((100vw - 320px) / (1700 - 320)));
    /*margin: 0 60px 30px 0;*/
    text-align: right;
}

.area1__items {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.area1__plus-items {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.area1__btns {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2rem;
}

.area1__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0239FE;
    padding: 24px 22px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #0239FE;
}

.area1__btn-w {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 24px 22px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
}

.area2__wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 0 200px 0;
}

.area2__h1 {
    color: #0D1329;
    font-size: 70px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    font-weight: 800;
    line-height: 96px;
}

.area2__h1.marb150 {
    margin: 360px 0 150px 0;
}

.area2__h1.pad150 {
    padding: 150px 0;
}

.area2__h1-s {
    color: #0D1329;
    font-size: 70px;
    margin: 0 0 30px 0;
    font-weight: 600;
    text-align-last: left;
}

.area2__h1.card__mar {
    margin: 630px 0 30px 0;
}

.area2__h1.cen {
    text-align: center;
}

.area2__h2 {
    color: #0D1329;
    font-size: 40px;
    text-align: center;
    margin: 0 0 30px 0;
}

.area2__h2.left {
    text-align: left;
}

.blue__text {
    color: #0239FE;
    font-weight: 600;
}

.or__text {
    color: #FF774C;
    font-weight: 600;
}

.area2__phone1 {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 150px;
}

.area2__phone2 {
    display: flex;
    align-items: end;
    gap: 2rem;
    margin: 0 0 180px 0;
}

.area2__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4em;
    margin-bottom: 200px;
}

.area2__btns.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 200px;
    margin-bottom: 0;
}

.area3__wrap {
    margin: 0 0 200px 0;
}

.area3__img {
    width: 100%;
    height: 100%;
}

.area3__btn {
    width: 200px;
    height: 64px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0239FE;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    gap: .5em;
}

.area4__wrap {
    background-color: #0D1329;
    padding: 200px 0;
    text-align: center;
}

.area4__wrap img {
    max-width: 100%;
}

.area4__bus {
    background-color: #0D1329;
    padding: 0 0 200px 0;
    text-align: center;
}

.area4__h1 {
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.area4__h1.card {
    position: relative;
}

.area4__h2.card {
    position: relative;
}

.area4__h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
    width: 100%;
}

/* .area4__about{
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    gap: 2rem;
    background-image: url('/img/main/bg2.jpg');
    padding: 14vh 50px;
} */

.area4__rc {
    /* border: 1px solid #ddd; */
    width: 80%;
    color: #fff;
    padding: 30px 50px;
    font-size: 22px;
    text-align: left;
    margin-bottom: 30px;
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0% 30%);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1);
}

.area4__rc.b1 {
    background: linear-gradient(222deg, rgba(14, 20, 42, 1) 0%, rgba(48, 59, 119, 1) 100%);
    opacity: .9;
}

.area4__rc.b2 {
    background: radial-gradient(circle, rgba(14, 20, 42, 1) 0%, rgba(62, 75, 130, 1) 100%);
    opacity: .9;
}

.area4__rc.b3 {
    background: linear-gradient(308deg, rgba(80, 113, 135, 1) 0%, rgba(14, 20, 42, 1) 100%);
    opacity: .9;
}

.area4__rc.b4 {
    background: linear-gradient(232deg, rgba(87, 88, 94, 1) 0%, rgba(14, 20, 42, 1) 100%);
    opacity: .9;
}

.area4__h1.mar {
    margin-top: 200px;
}

.area4__img1 {
    display: flex;
    justify-content: center;
    margin: 150px auto;

}

.area5__wrap {
    height: 1200px;
    background-image: url('/img/main/bg3.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.area1__btn.a5 {
    position: absolute;
    right: 0;
    margin-top: 30px;
    width: 100%;
    max-width: 320px;
}

.area4__card {
    background-color: #0D1329;
    background-image: url('/img/main/card1_r.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px;
}

.a4__card-items {
    display: flex;
    align-items: start;
    justify-content: space-evenly;
}

.a4__card-item {
    /*width: 33%;*/
}

.area4__card-num {
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: #fff;
}

.a4__card-text {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    max-width: 19vw;
}

.area5__cont {
    position: absolute;
    width: 785px;
    text-align: right;
    right: 150px;
    margin-top: 25%;
    line-height: 1.3;
}

.area5__text {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
}

.area6__wrap {
    position: relative;
    background-color: #0D1329;
    height: 500px;

}

.area6-1__wrap {
    position: relative;
    background-color: #0D1329;
    height: 500px;
    margin-bottom: 200px;
}

.lcb__link-grey {
    text-decoration: underline;
}

/*----Marquee Logo Slider----*/
.services-ticker-block {
    /* position: absolute; */
    display: flex;
    align-items: center;
    overflow-x: hidden;
}

.stb_line_single {
    position: relative;
    white-space: nowrap;
    padding: 0;
    will-change: transform;
}

.stb-item {
    padding: 0;
    font-size: 6.4rem;
    display: inline-block;
    margin-right: 1rem;
}

.stb-item img {
    border-radius: 10px;
}

/*---------*/

.area7__wrap {
    margin: 700px 0 200px;
}

.area7__items {
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: space-evenly;
}

.area7__item {
    position: relative;
    border-radius: 10px;
    border: 2px solid #fff;
    background-color: #f7f7f7;
    padding: 29px;
    height: 325px;
    min-height: 325px;
}

.area7__item-num {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Michroma", sans-serif;
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: #F2F2F2;
    padding: 10px;
    font-size: 30px;
    color: #fff;
    border-radius: 0 10px 0 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.area7__text {
    font-size: 23px;
    line-height: 1.3;
    width: 100%;
    max-width: 300px;
}

.area7__icon {
    margin-bottom: 20px;
}

.area7__icon.i1 {
    margin-bottom: 48px;
}

.area7__icon.i2 {
    margin-bottom: 48px;
}

.ww {
    width: 100%;
    max-width: 1200px;
}

.cont_wrap {
    position: relative;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto;
    text-align: center;
    min-width: 0;
}

.lc__footer-bg {
    /*background-image: url(/img/lovicashback/bg_footer.png);*/
    background-color: #0D1329;
    background-repeat: no-repeat;
    background-size: cover;
}

.lcb__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #0D1329;
    padding: 20px 0;
    margin: 200px 0 0 0;
}

.lcb_footer-logo {
    padding: 50px 0;
}

.lcb__footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
    margin-bottom: 40px;
}

.lcb__footer-link {
    color: #fff;
    font-size: 24px;
}

.lcb__footer-btn {
    width: 140px;
    margin-bottom: 40px;
}

.lcb__footer-text {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.4;
}

.lcb__footer-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    gap: 5em;
    margin: 20px 0 -20px 0;
    color: #fff;
}

.lcb__form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lcb__input {
    width: 100%;
    max-width: 900px;
    height: 100px;
    border-radius: 10px;
    border: 3px solid #fff;
    padding: 30px;
    font-size: 27px;
    background-color: #F2F2F2;
    margin-bottom: 30px;
    font-weight: 400;
    background-color: #F7F7F7;
}

input::placeholder {
    font-size: 27px !important;
    color: #A9A9A9 !important;
    font-weight: 600;
}

.lcb__input::placeholder {
    font-size: 27px !important;
    color: #A9A9A9 !important;
    font-weight: 600;
}

.lcb__form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
    width: 100%;
    max-width: 900px;
    height: 80px;
    color: #fff;
    background-color: #0239FE;
    font-size: 22px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

/*------Burger menu------*/

.header-nav {
    order: 2;
}

.header-nav {
    display: none;
}

.header-nav.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(13 19 41 / 90%);
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
}

.header-nav.active .header-nav__inner {
    /*display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;*/
    height: 100%;
    overflow: auto;
    margin: 100px 0 0 0;
}

.hidden {
    display: none;
}

nav.active ul {
    width: 100%;
    font-size: 25px;
    text-align: center;
    padding: 0;
    overflow: hidden;
    display: block;
}

nav.active ul li {
    padding: 20px 0;
}

.device-menu {
    position: sticky;
    top: 10px;
    right: 10px;
    z-index: 11;
    width: 33px;
    height: 40px;
    display: block;
}

.device-menu .device-menu__inner {
    width: 100%;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.device-menu span {
    position: absolute;
    width: 25px;
    height: 3px;
    left: 0;
    background-color: #fff;
    top: 5px;
    left: 0;
    border-radius: 3px;
    /*     -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
}

.device-menu span:nth-child(1) {
    top: 0;
    -webkit-transition: rotate, 0.3s;
    transition: rotate, 0.3s;
}

.device-menu span:nth-child(2) {
    top: 50%;
    /*     -webkit-transform: translate(0, -50%); */
    /*     transform: translate(0, -50%); */
}

.device-menu span:nth-child(3) {
    top: 100%;
    -webkit-transition: rotate, 0.3s;
    transition: rotate, 0.3s;
}

.device-menu.open span:nth-child(1) {
    top: 10px;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.device-menu.open span:nth-child(2) {
    opacity: 0;
}

.device-menu.open span:nth-child(3) {
    top: 10px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*------End burger---------*/

/*--------Slider Area3--------*/
.slider {
    position: relative;
    min-width: 0;
    margin-bottom: 100px;
}

.slick-track {
    display: flex;
    gap: 2em;
}

.slick-list {
    overflow: hidden;
}

.slider .slick-arrow {
    position: absolute;
    top: -30%;
    z-index: 1000;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
}

.slider .slick-arrow.slick-prev {
    right: 100px;
    background: url('/img/main/arrow_back.svg') 0 0 / 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider .slick-arrow.slick-next {
    right: 35px;
    background: url('/img/main/arrow_forw.svg') 0 0 / 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider__item {
    position: relative;
    height: auto;
    /* height: 100%;
    min-height: 237px; */
    background-color: #f7f7f7;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 30px 20px;
    cursor: pointer;
}

.slider__item-rec {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 0 10px;
    top: -2px;
    right: -2px;
    background-color: #F2F2F2;
    z-index: 1;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.slider__item-rec.act {
    border: none;
}

.slider__item.active {
    background-color: #0239FE;
    color: #fff;
}

.area3__text {
    font-size: 20px;
    font-weight: 600;
}

.slider__item-img {
    stroke: #0239FE;
    margin: 10px 0 30px;
}

.slider__item-img.active {
    stroke: #fff;
}

/*-------Slider Big-----------*/
.area__slider-big {
    min-width: 0;
    position: absolute;
    background-color: #0D1329;
    height: 400px;
    width: 100%;
}

.slider__big {
    position: relative;
    min-width: 0;
    margin-bottom: 200px;
}

.slider__big .slick-arrow {
    position: absolute;
    top: 30px;
    z-index: 1000;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
}

.slider__big .slick-arrow.slick-prev {
    right: 205px;
    background: url('/img/main/arrow_back.svg') 0 0 / 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider__big .slick-arrow.slick-next {
    right: 145px;
    background: url('/img/main/arrow_forw.svg') 0 0 / 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider__big .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 45%;
    gap: 1em;
}

.slider__big .slick-dots button {
    font-size: 0;
    border: none;
    width: 18px;
    height: 18px;
    background-color: #D9D9D9;
    border-radius: 7px;
    cursor: pointer;
}

.slider__big .slick-dots li.slick-active button {
    background-color: #fff;
    transform: rotate(45deg);
}

.slider__big-item {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 60px 30px 60px 30px;
    background-color: #0239FE;
    padding: 30px 80px;
}

.slider__big-sqr {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0D1329;
    border-radius: 0 0 0 20px;
}

.slider__big-h1 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin: 40px 0 25px;
}

.slider__big-h1.mar {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin: 89px 0 57px;
}

.slider__big-text {
    font-size: 27px;
    color: #fff;
    max-width: 905px;
    font-weight: 500;
}

.error__text {
    color: #ff4c4c;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
}

.lcb__form-politic {
    color: #A9A9A9;
    margin: 30px auto;
    text-align: center;
    font-size: 27px;
}

.header__menu-link:hover {
    color: #0239FE;
    border-bottom: 2px solid #0239FE;
}

.header__menu-link:active {
    color: #0239FE;
    border-bottom: 2px solid #0239FE;
}

.lcb__footer-support {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 15px 15px 0 0;
    background-color: #fff;
    color: #000;
}

.area4__rc-h1 {
    font-weight: 700;
    margin: 0 0 15px 0;
}

@media (max-width: 1366px) {

    .hd {
        display: block;
    }

    .mob {
        display: none;
    }

    .area4__wrap {
        padding: 200px 0 0 0;
    }

    .area1__h2 {
        font-size: 55px;
    }

    .area1__h1 {
        font-size: 150px;
    }

    .lcb__footer-links {
        margin-bottom: 50px;
        width: 100%;
        justify-content: space-evenly;
    }

    .lcb__footer-btn {
        width: 120px;
        margin-bottom: 50px;
    }

    .area__slider-big {
        height: 300px;
    }

    .area6__wrap {
        height: 400px;
    }

    .lcb__form-politic {
        font-size: 20px;
    }

    select:not([multiple]) {
        padding-right: 1.2em;
        background-repeat: no-repeat;
        background-position: calc(100% - 0.25em) 1.5em;
        background-size: 1.5em auto;
        background-image: url(/img/main/arrow_sel.svg);
    }

    input::placeholder {
        font-size: 20px !important;
        color: #A9A9A9 !important;
    }

    .lcb__input::placeholder {
        font-size: 20px !important;
        color: #A9A9A9 !important;
    }

    .lcb__input.selectn {
        font-size: 20px;
    }

    .lcb__input {
        height: 90px;
        font-size: 20px;
    }

    .area2__h1.marb150 {
        margin: 200px 0 150px;
    }

    .area2__h1.pad150 {
        padding: 0 0 100px 0;
    }

    .slider__big-item {
        border-radius: 80px 40px 80px 40px;
    }

    .slider__big-h1.mar {
        font-size: 50px;
    }

    .slider__big-h1 {
        font-size: 50px;
    }

    .area5__text {
        font-size: 30px;
    }

    .a4__card-text {
        font-size: 15px;
        text-align: left;
    }

    .area4__card-num {
        font-size: 40px;
        margin: 0 0 14px 0;
        text-align: left;
    }

    .a5__card {
        background-image: url(/img/main/card2-mid.png);
    }

    .area2__btn {
        width: 180px;
    }

    .area2__h1-s {
        font-size: 50px;
    }

    .area2__h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .area2__h1.card__mar {
        margin: 400px 0 0 0;
    }

    .area2__h1 {
        font-size: 50px;
        font-weight: 800;
        line-height: 1.2;
    }

    .a1__card {
        background-image: url('/img/main/card2-mid.png');
    }

    .area4__h2 {
        font-size: 30px;
    }

    .area4__h1 {
        font-size: 50px;
    }

    .area1__plus-item-arr {
        width: 25px;
        height: 25px;
    }

    .area1__plus-item-text.traffic {
        width: 210px;
    }

    .area1__plus-item {
        font-size: 25px;
        font-weight: 700;
    }

    .area1__btn, .area1__btn-w {
        font-size: 20px;
        padding: 18px 20px;
        font-weight: 600;
    }

    .header__menu-btn img {
        width: 14px;
        height: 14px;
    }

    .header__menu-btn {
        font-size: 20px;
        padding: 6px 30px;
    }

    .header__menu-link {
        font-size: 20px;
    }

    .header__logo {
        width: 287px;
        height: 30px;
    }

    .area1__h1.w2 {
        margin: 30px 0;
        text-align: right;
    }

    .container__first {
        width: 100%;
        max-width: 1100px;
        padding: 0 20px;
    }

    .container {
        position: relative;
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* .area1__h2{
        font-size: 55px;
        font-weight: 800;
    } */
    /* .area1__h1{
        font-size: 150px;
        font-weight: 800;
    } */
    .area5__cont {
        margin-top: 37%;
    }

    .area7__text {
        font-size: 22px;
    }

    .slider__item {
        padding: 25px 10px;
    }
}

@media (max-width: 1140px) {
    .area1__h1 {
        font-size: calc(30px + (200 - 30) * ((100vw - 320px) / (1700 - 320)));
    }

    .area1__h2 {
        font-size: calc(20px + (60 - 20) * ((100vw - 320px) / (1700 - 320)));
    }
}

@media (max-width: 460px) {

    .desk {
        display: none !important;
    }

    .hd {
        display: none !important;
    }

    .mob {
        display: block !important;
    }

    .area1__h1 {
        font-size: 35px;
    }

    .area1__h2 {
        font-size: 22px;
    }

    .slider__big-h1.mar {
        font-size: 25px;
        margin: 55px 0 30px;
    }

    .a4__card-text {
        font-size: 22px;
    }

    .area1__h1.w2 {
        margin: 5px 20px 10px 0;
        text-align: right;
    }

    .slider__big .slick-dots button {
        width: 11px;
        height: 11px;
    }

    .area2__h1-s {
        font-size: 35px;
    }

    .area2__h1.card__mar {
        margin: 0 0 30px 0;
    }

    .area__slider-big {
        height: 70px;
    }

    .lcb__footer-support {
        border-radius: 0 15px 15px 0;
    }

    .lcb__footer-wrap {
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: space-between;
    }

    .area4__rc {
        width: 100%;
        clip-path: none;
    }

    .area4__rc.b1, .area4__rc.b2, .area4__rc.b3, .area4__rc.b4 {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-left: none;
        border-right: none;
        margin-bottom: 70px;
    }

    input::placeholder {
        font-size: 23px !important;
        color: #A9A9A9 !important;
    }

    .lcb__input::placeholder {
        font-size: 23px !important;
        color: #A9A9A9 !important;
    }

    .area3__btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #0239FE;
        border-radius: 0px;
        padding: 12px 30px;
        font-size: 24px;
        color: #fff;
        width: 100%;
    }

    .area2__h2.left {
        margin: 0 0 30px 0;
    }

    .area2__h1-s {
        font-size: 45px;
    }

    .lcb__form-politic {
        font-size: 14px;
    }

    .lcb__footer-text {
        text-align: left;
        margin: 20px 0;
        font-size: 14px;
    }

    .container__first {
        padding: 0 25px;
    }

    .stb-item img {
        width: 101px;
        height: 60px;
        border-radius: 5px;
    }

    .services-ticker-block {
        top: -28px;
    }

    .area3__text {
        font-size: 14px;
        width: 100%;
        max-width: 130px;
    }

    .area3__cando-items {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1em;
        margin: 25px 0 0 0;
    }

    .slider__item {
        width: 46%;
        height: 160px;
        min-height: 160px;
        padding: 20px;
    }

    .slider__item-img {
        margin-bottom: 10px;
    }

    .slider__item.mt {
        width: auto;
        display: flex;
        align-items: center;
        gap: 1em;
        margin-top: 25px;
    }

    .slider__item-img.mt {
        margin: 0;
    }

    .area3__text.mt {
        max-width: 100%;
    }

    .slider__big-item {
        padding: 15px;
        height: 425px;
        border-radius: 20px 10px 20px 10px;
    }

    .slider__big-h1 {
        font-size: 25px;
    }

    .slider__big-item img {
        width: 28px;
        height: 28px;
        margin-left: 20px;
    }

    .slider__big-text {
        font-size: 20px;
    }

    .slider__big {
        margin-bottom: 100px;
    }

    .slider__big .slick-arrow {
        width: 28px;
        height: 28px;
        top: 18px;
    }

    .slider__big .slick-arrow.slick-next {
        right: 60px;
    }

    .slider__big .slick-arrow.slick-prev {
        right: 100px;
    }

    .slider__big .slick-dots {
        left: 35%;
    }

    .a4__card-text {
        max-width: 275px;
    }

    .area1__card {
        padding: 50px 0;
        margin-bottom: 60px;
    }

    .area1__wrap {
        background-image: url('/img/main/bg1_mob.jpg');
    }

    .header__menu-btn {
        width: 80%;
        margin: 0 auto;
    }

    .logo__mob {
        width: 230px;
    }

    .header__menu-bus {
        padding: 20px 0;
    }

    .lcb__footer-br {
        margin-bottom: 100px;
        background-color: #0D1329;
    }

    .lcb__footer-tabs {
        flex-direction: column;
        align-items: start;
        gap: 1em;
        margin: 0;

    }

    .lcb__footer-tab {
        margin: 0 20px;
    }

    .area2__btns.footer {
        flex-direction: column;
        gap: 1.5em;
    }

    .lcb__footer-links {
        align-items: start;
        gap: 1em;
        flex-direction: column;
    }

    .lcb__footer {
        align-items: start;
    }

    .lcb_footer-logo-img {
        width: 310px;
    }

    .lcb_footer-logo {
        padding: 150px 0 35px;
        margin: auto;
    }

    /* .lcb__input{
        height: 70px;
    } */
    .lcb__input.selectn {
        font-size: 23px;
    }

    .area7__wrap {
        margin: 505px 0 100px;
    }

    .area7__item {
        min-height: fit-content;
    }

    .area7__items {
        flex-direction: column;
        gap: 3em;
    }

    .area5__wrap {
        height: 630px;
        /* margin-bottom: 100px; */
        padding: 150px 25px;
    }

    .area5__text {
        font-size: 25px;
    }

    .area5__cont {
        width: 100%;
        right: 0;
        position: relative;
        width: 100%;
        margin-top: 0;
    }

    .area1__btn.a5 {
        width: 100%;
        height: 80px;
        font-size: 22px;
        max-width: 100%;
        margin: 80px 0 0 0;
    }

    .area6__wrap {
        /* margin-bottom: 100px; */
        height: 250px;
    }

    .slider__big-sqr {
        width: 30px;
        height: 30px;
        border-radius: 0 0 0 10px;
    }

    .a4__card-item {
        width: 100%;
    }

    .a4__card-items {
        flex-direction: column;
        align-items: start;
        gap: 3em;
    }

    .area4__card {
        padding: 0;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .area4__img1-img {
        width: 100%;
    }

    .area4__img1 {
        margin: 40px auto;
    }

    .area4__about {
        display: flex;
        flex-direction: column;
        justify-content: start;
        gap: 0;
        background-image: none;
        padding: 0;
    }

    .area4__wrap {
        padding: 100px 0;
        background-image: url('/img/main/bg2_mob.jpg');
        background-repeat: no-repeat;
    }

    .area4__h2 {
        font-size: 25px;
        text-align: left;
    }

    .area4__h1 {
        font-size: 35px;
        text-align: left;
        line-height: 1.4;
    }

    .area4__h1.mar {
        margin-top: 50px;
    }

    .area3__wrap {
        margin-bottom: 100px;
    }

    .area2__btn {
        width: 130px;
        height: 40px;
    }

    .area2__btns {
        gap: 1em;
        margin-bottom: 100px;
    }

    .area2__img {
        width: 80%;
    }

    .area2__img.ph2 {
        margin: 80px 0 0 0;
    }

    .area2__phone2 {
        flex-direction: column-reverse;
        margin: 0 0 40px 0;
    }

    .area2__phone1 {
        flex-direction: column;
        margin-top: 0;
        gap: 4em;

    }

    .area2__h2 {
        font-size: 25px;
        text-align: left;
        margin: 0 0 50px 0;
    }

    .area2__h1 {
        font-size: 45px;
        text-align: left;
        line-height: 1.4;
    }

    .area1__plus-item-text {
        width: auto;
    }

    .area1__btn, .area1__btn-w {
        font-size: 14px;
        padding: 12px;
        margin: 70px 0 100px 0;
    }

    .area1_divider {
        width: 100%;
        height: 1px;
        margin: 0;

    }

    .area1__plus-item-arr {
        width: 26px;
        height: 26px;
    }

    .area1__plus-item {
        width: 100%;
        font-size: 16px;
        margin: 7% 0;
        justify-content: space-between;
    }

    .container {
        padding: 0 25px;
    }

    .area1__items {
        flex-direction: column-reverse;
        align-items: center;
    }

    .area1__plus-items {
        flex-direction: column;
    }


}

@media (max-width: 390px) {

    .area4__h1 {
        font-size: 35px;
    }

    .area1__btn, .area1__btn-w {
        font-size: 12px;
        padding: 10px 7px;
    }

    .lcb__footer-btn {
        margin-bottom: 20px;
    }

    .area2__h1 {
        font-size: 35px;
    }

    .area2__btn {
        width: 110px;
        height: 35px;
    }

    .area2__btns {
        gap: .3em;
        margin-bottom: 100px;
    }
}
