@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Onest:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/proximanova_black.otf') format('opentype'),
    url('/fonts/proximanova_blackit.otf') format('opentype'),
    url('/fonts/proximanova_bold.otf') format('opentype'),
    url('/fonts/proximanova_light.otf') format('opentype'),
    url('/fonts/proximanova_regular.ttf') format('truetype');
    font-weight: 900; /* Black */
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/proximanova_blackit.otf') format('opentype');
    font-weight: 900; /* Black Italic */
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/proximanova_bold.otf') format('opentype');
    font-weight: 700; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/proximanova_light.otf') format('opentype');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/proximanova_regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('/fonts/OpenSansHebrew-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('/fonts/OpenSansHebrew-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('/fonts/OpenSansHebrew-Light.ttf') format('truetype');
    font-weight: 300; /* Здесь используем 300 для Light */
    font-style: normal;
}

:root {
    --primary-green: #19a71b;
    --primary-yellow: #ffd80a;
    --secondary-blue: #0083cd;
}
:root {
    --font-family: "Onest", sans-serif;
    --second-family: "Inter", sans-serif;
    --third-family: "Proxima Nova", sans-serif;
    --font3: "Arial", sans-serif;
    --font4: "Open Sans Hebrew", sans-serif;
    --font5: "Geologica", sans-serif;
}
body {
    margin: 0;
    padding: 0;
    cursor: default;
}
.marquee {
box-shadow: 0 0 24px 0 #34abde;
background: linear-gradient(90deg, #00b1ff 0%, #00b4ff 100%);
padding:12px 42px 10px 0;
position:relative;
}
.close-marquee {
position: absolute;
right:24px;
top:14px;
cursor:pointer;
}
.marquee-link {
font-family: var(--font4);
font-weight: 700;
font-size: 14px;
line-height: 129%;
color: #fff;
text-decoration:none;
display: flex;
    align-items: center;
}
.marquee-link img {
    margin-right:16px;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.for-slider-1 {
    height:460px;
    width:100%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.align-between {
    justify-content: space-between;
}
.align-right {
    justify-content: right;
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.55);
    display: none;
}
.content_inject {
    width: 896px;
    height: 475px;
    background: url("/images/bgr-yellow.png");
    border-radius: 16px;
    margin: auto;
    z-index: 101;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    display: none;
}
.content_inject_default {
    padding: 60px;
    position: relative;
}
.content_inject_close {
    position: absolute;
    right: 31px;
    top: 31px;
    z-index: 50;
    cursor: pointer;
}
.logo {
    background: url("/images/logo.svg");
    display: block;
    width: 226px;
    height: 83px;
}
header {
    padding: 14px 0;
    border-bottom: solid 1px rgba(0,0,0,0.16);
}
.border-bottom {

}
.vertical-center {
    align-items: center;
}
.slogan {
    margin: 0 0 0 52px;
    font-family: var(--font4);
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #21366a;
}
.address {
    margin: 0 0 0 44px;
    font-family: var(--font4);
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #21366a;
}
a {
    text-decoration: none;
}
.callback {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background: var(--primary-green);
    border-radius: 8px;
    padding: 17px 20px;
    cursor: pointer;
    margin: 0 0 0 148px;
}
.phones {
    padding: 0 0 0 31px;
    background: url("/images/phone.svg") left 2px no-repeat;
    margin: 0 0 0 27px;
}
.phone {
    display: block;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: left;
    color: var(--secondary-blue);
    margin-bottom: 8px;
}
.telegram {
    margin: 0 0 0 48px;
}
.whatsapp {
    margin: 0 0 0 8px;
}
.for-banner {
    border-radius: 16px;
    width: 100%;
    height: 560px;
    background: #eee;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    color: #777;
    font-family: var(--font-family);
    margin: 35px 0 80px 0;
}
.for-banner-1 {
margin: 35px 0 80px 0;
}
.align-center {
    justify-content: center;
}
.button {
    background: var(--primary-yellow);
    border-radius: 8px;
    padding: 12px 16px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: #222;
    display: flex;
    align-items: center;
}
.plain {
    background-image: url("/images/airplane.png");
    background-position: 14px 0;
    transition: all ease 0.6s;
    width: 14px;
    height: 14px;
    margin: 0 6px 0 0;
}
.button:hover .plain {
    background-position: 41px -28px;
}
menu {
    padding: 0;
    margin: 35px 0 0 0;
}
.menu-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all ease 0.6s;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #222;
}
.menu-link img {
    margin: 0 4px 0 0;
}
.menu-link:hover, .menu-link-active {
    color: var(--secondary-blue);
    /*font-weight: 600;*/
}
.hot {
    color: #ff4141 !important;
    font-weight: bold;
}
.text-center {
    text-align: center;
}
h1 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #000;
}
#index-free h1 {
    margin-top: 0;
    margin-bottom: 48px;
}
.free-left {
    width: 654px;
}
.free-right {
    width: 380px;
}
.free-left-text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 40px;
    color: #000;
}
.free-left-text span {
    font-weight: 700;
    background: linear-gradient(90deg, #0083cd 4.05%, #1cf91f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.alia {
    position: relative;
    top: -34px;
    margin-bottom: -32px;
}
.alia img {
    position: relative;
    z-index: 2;
}
.alia-desc {
    position: absolute;
    z-index: 3;
    backdrop-filter: blur(16px);
    background: rgba(58, 199, 243, 0.3);
    width: calc(100% - 64px);
    bottom: 0;
    left: 0;
    border-radius: 16px;
    padding: 12px 32px;
}
.alia-name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 37px;
    color: #21366a;
}
.alia-text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    color: #21366a;
}
.yellow {
    border-radius: 24px;
    padding: 24px 32px;
    width: calc(100% - 64px);
    background: #ffdd40;
    margin: 32px 0 0 0;
}
.m-input {
    border-radius: 8px;
    width: 412px;
    height: 52px;
    background: #fff;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #000;
    border: none;
    outline: none;
}
.m-submit {
    border-radius: 8px;
    padding: 12px 20px;
    background: var(--primary-green);
    border: none;
    outline: none;
    text-align: center;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    width: 159px;
}
.yellow-text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin: 16px 0 0 0;
}
#banners h1 {
    margin: 100px 0 48px 0;
}
.banner-right {
    width: 581px;
}
.banner-left {
    width: 579px;
}
.action__slider.swiper {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
.swiper-wrapper {
    padding: 0px;
    margin: 0px;
    border: none;
}
.action__slider {

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 680px;
    border-radius: 32px;
}
.action__slider-content {
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
}
.action__slider-country {
    font-family: Onest;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 8px 16px 8px 16px;
    border-radius: 16px;
    background-color: white;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.action__slider-title {
    font-family: Onest;
    font-size: 40px;
    font-weight: 500;
    line-height: 51px;
    max-width: 530px;
    margin-right: 36px;
    margin-top: 8px;
}
.action__slider-text {
    font-family: Onest;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.4px;
    max-width: 400px;
    margin-top: 24px;
    min-height: 130px;
}
.action__slider-button {
    padding: 16.5px 20px 16.5px 20px;
    border-radius: 8px;
    background: var(--primary-green);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    color: white;
    margin-top: 54px;
    max-width: 164px;
    border: none;
    display: inline-block;
}
.action__slider-content {
    padding: 35px 32px 100px 32px;
}
.action__pagination.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction-pagination {
    position: absolute;
    width: 220px;
    bottom: 32px;
}
.banner-item {
    display: block;
    margin: 0 0 20px 0;
}
.banner-item img {
    display: block;
    width: 100%;

}
.banner-item:last-child {
    margin-bottom: 0;
}
.action__pagination.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 12px);
}
.action__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: white;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.action__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: white;
}
.action__animation {
    width: 306px;
    margin: 12px auto 0 auto;
}
#video h1 {
    margin: 7px 0 48px 0;
}
.video-feedback__title {
    font-family: "Geologica", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-feedback__slider.swiper {
    margin-top: 48px;
    width: calc(100% - 20px);
    padding: 0 10px;
}

.video-feedback__slide video {
    width: 222px;
    height: 377px;
    border-radius: 16px;
}

.video-feedback__slide.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-feedback__views {
    position: absolute;
    bottom: 28.5px;
    color: white;
    font-family: Onest;
    font-size: 13px;
    font-weight: 500;
    line-height: 16.57px;
    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;
}

.video-feedback__yeas {
    margin-right: 5px;
}

.video-feedback__numbers {
    margin-top: 2px;
}

.video-feedback__button-prev {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 27%;
    margin-left: 15px;
}

.video-feedback__button-prev:hover {
    border: 3px solid #FFFFFF;
    background: rgba(0, 131, 205, 0.4509803922);
    opacity: 100%;
}

.video-feedback__button-prev img {
    margin-right: 3px;
}

.video-feedback__button-next {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 27%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 15px;
    z-index: 30;
}

.video-feedback__button-next:hover {
    border: 3px solid #FFFFFF;
    background: rgba(0, 131, 205, 0.4509803922);
    opacity: 100%;
}

.video-feedback__button-next img {
    margin-right: 2px;
}

.video-feedback__button {
    position: absolute;
    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;
    top: 159px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3019607843);
}

.video-feedback__button-prev.swiper-button-prev:after,
.swiper-rtl {
    content: "";
}

.video-feedback__button-next.swiper-button-next:after,
.swiper-rtl {
    content: "";
}

.video-feedback__messages {
    margin-top: 64px;
    margin-bottom: 80px;
}

.video-feedback__messages-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-feedback__messages-cards:first-child {
    margin-bottom: 20px;
}

.video-feedback__messages-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 32px;
    height: 130px;
    width: 580px;
}

.video-feedback__messages-card-raiting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-feedback__messages-card:hover {
    -webkit-box-shadow: 0px 2px 24px 0px rgba(0, 131, 205, 0.3019607843);
    box-shadow: 0px 2px 24px 0px rgba(0, 131, 205, 0.3019607843);
}

.video-feedback__messages-card:nth-last-child(0), .video-feedback__messages-card:nth-last-child(2) {
    margin-right: 20px;
}

.video-feedback__messages-card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 185px 24px 24px;
}

.video-feedback__messages-card-img {
    width: 134px;
    margin-right: 32px;
}

.video-feedback__messages-card-big-text {
    font-family: Onest;
    font-size: 64px;
    font-weight: 600;
    line-height: 81.6px;
    color: black;
    margin-right: 16px;
}

.video-feedback__messages-card :hover .video-feedback__messages-card-big-text{
    color: #0083CD;

}

.video-feedback__messages-card-text {
    font-family: Onest;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.4px;
    color: #19A71B;
    width: 103px;
}

.video-feedback__messages {
    margin-top: 64px;
    margin-bottom: 80px;
}

.video-feedback__messages-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-feedback__messages-cards:first-child {
    margin-bottom: 20px;
}

.video-feedback__messages-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 32px;
    height: 130px;
    width: 580px;
}

.video-feedback__messages-card-raiting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-feedback__messages-card:hover {
    -webkit-box-shadow: 0px 2px 24px 0px rgba(0, 131, 205, 0.3019607843);
    box-shadow: 0px 2px 24px 0px rgba(0, 131, 205, 0.3019607843);
}

.video-feedback__messages-card:nth-last-child(0), .video-feedback__messages-card:nth-last-child(2) {
    margin-right: 20px;
}

.video-feedback__messages-card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 185px 24px 24px;
}

.video-feedback__messages-card-img {
    width: 134px;
    margin-right: 32px;
}

.video-feedback__messages-card-big-text {
    font-family: Onest;
    font-size: 64px;
    font-weight: 600;
    line-height: 81.6px;
    color: black;
    margin-right: 16px;
}

.video-feedback__messages-card :hover .video-feedback__messages-card-big-text{
    color: #0083CD;

}

.video-feedback__messages-card-text {
    font-family: Onest;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.4px;
    color: #19A71B;
}
.copy {
    background: #fec321;
    padding: 27px 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.copy a {
    color: #000;
}
.privacy {
    margin-left: 32px;
}
.bgr {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
}
.bgr img {

    width: 100%;
}
.bgr1 {
    position: absolute;
    z-index: 1;
    display: block;
}
.bgr2 {
    position: relative;
    z-index: 9;
    display: block;
}
.bgr3 {
    position: absolute;
    left: 0;
    bottom: -430px;
    transition: all ease 1.1s;
    z-index: 7;
    display: block;
}
.bgr3-active {
    bottom: 0 !important;
}
.bgr4 {
    position: absolute;
    left: 0;
    bottom: -830px;
    transition: all 1.3s linear;
    z-index: 9;
    display: block;
}
.bgr4-active {
    bottom: 0 !important;
}
.bgr5 {
    position: absolute;
    left: -493px;
    bottom: -45px;
    z-index: 6;
    transform: scale(0.4);
    transition: all ease 2.6s;
    display: none;
}
.bgr5-active {
    left: 0;
    bottom: 0;
    transform: scale(1);

}
.help-name {
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #000;
}
.help-text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 32px;
    color: #000;
    margin: 32px 0 0 0;
}
.help-text span {
    font-weight: 700;
    background: linear-gradient(90deg, #0083cd 4.05%, #1cf91f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.help {
    width: 539px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 10;

    transition: all ease 0.8s;
    right: calc(50% - 557px);
}
.m-input-short {
    width: 300px;
}
.help-active {
    right: calc(50% - 557px);
}
.f-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding: 0 0 32px;
}
.registry {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 11px;
    color: #21366a;
    display: flex;
    align-items: center;
    margin-top: 38px;
}
.registry img {
    width: 17px;
    margin-right: 10px;
}
.footer-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #222;
    margin-bottom: 16px;
    display: block;
}
.red {
    color: #ff0202;
}
.write-us {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: #222;
    margin: 11px 0 0 auto;
    text-align: right;
}
.write-us span {
    margin-right: 13px;
}
.icon-social {
    margin-left: 8px;
}
.mt-17 {
    margin-top: 17px;
}
.phones-footer {
    width: 150px;
    margin: 0 0 0 auto;
}
.experts__content:nth-child(1) {
    margin-right: 40px;
    margin-bottom: 41px;
}

.experts__content-photo {
    width: 280px;
    height: 346px;
}

.experts__content-name {
    font-family: "Geologica", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 24px;
}

.experts__content-experience {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
}

.experts__content-text {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
.experts__block-banner {
    background-image: url(/images/expertbanner.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 32px;
    width: 100%;
    height: 322px;
    margin: 56px 0 80px 0;
}
.experts__content-1 {
    width: 280px;
}
.experts__block-banner h1 {
    text-align: left;
    padding: 228px 0 0 40px;
}
.experts__content-2 {
    width: calc(100% - 320px);
}
.contacts__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    height: 458px;
}

.contacts__map-block:nth-child(1) {
    border-radius: 0px 32px 32px 0px;
}

.contacts__map-block:nth-child(2) {
    border-radius: 0px 32px 32px 0px;
    width: 100%;
}

.contacts__map-block:nth-child(3) {
    display: none;
}

.contacts__map-block-img {
    max-width: 466px;
    height: 458px;
    border-radius: 32px 0px 0px 32px;
    margin-right: 14px;
}

.contacts__contract-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 71px;
}

.contacts__contract-information-block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts__contract-information-title {
    font-family: "Geologica", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.contacts__contract-information-content-information {
    width: 325px;
    margin-right: 75px;
}

.carta iframe:nth-of-type(2) {
    display: none;
}
.contract-information__text-little {
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.4px;
    color: #666666;
    max-width: 325px;
    margin-top: 40px;
}

.contract-information__text-number {
    font-family: Inter;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.89px;
    margin-top: 12px;
}

.contacts__contract-information-yandex {
    margin-right: 75px;
}

.contract-information__mail {
    margin-top: 12px;
}

.contract-information__mail a {
    font-family: Inter;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.89px;
    color: var(--Secondary-Blue, #0083CD);
    text-decoration: underline;
}

.contract-information__img {
    display: none;
}

.contract-information__opening-hours-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contract-information__opening-hours-block:nth-child(2) {
    margin-top: 12px;
}

.opening-hours-block__date {
    padding: 8px 16px 8px 16px;
    border-radius: 16px;
    background: #EDF2F5;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 8px;
}

.contacts__contract-information-block:nth-child(2) {
    width: 380px;
    padding: 24px;
    border-radius: 32px;
    background: #EDF2F5;
}

.contract-information__requisites-title {
    font-family: "Geologica", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.contract-information__requisites-text {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 24px;
}

.contract-information__requisites-registry-content:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    font-family: Onest;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #21366A;
}
.info-left {
    width: 33%;
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 114%;
    color: #000;
}
.info-right {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 178%;
    color: #000;
    width: 65%;
}
.info-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dadada;
}
.action-item {
    width: 49%;
    margin-bottom: 20px;
}
.action-item img {
    display: block;
    border-radius: 32px;
    width: 100%;
}
.content {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 178%;
    color: #000;
}
h2 {
    font-family: var(--font5);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #000;
}
h3 {
    font-family: var(--font5);
    font-weight: 250;
    font-size: 40px;
    color: #000;
}
h4 {
    font-family: var(--font5);
    font-weight: 500;
    font-size: 28px;
    line-height: 114%;
    color: #000;
}
.content ol, .content ul {
    margin-left: 20px;
    padding: 0;
    list-style-type: decimal;
}
.info-table {
    border-collapse: collapse;
    width: 100%;
}
.info-table th, .info-table td {
    border: 1px solid #dadada;
    text-align: center;
    padding: 16px;
}
.info-table th {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 178%;
    color: #000;
    background: #eff7fc;
}
.info-table td {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 178%;
    color: #000;
}
.expert-left {
    width: 280px;
}
.expert-image {
    width: 100%;
}
.expert-image img {
    display: block;
    width: 100%;
    border-radius: 32px;
    margin-bottom: 24px;
}
.expert-name {
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 114%;
    color: #000;
    margin-bottom: 16px;
}
.expert-experience {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #000;
}
.expert-right {
    width: 860px;
}
.expert-about {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 178%;
    color: #000;
}
.expert-item {
    margin-bottom: 48px;
    padding-bottom: 41px;
    border-bottom: 1px solid #a7a7a7;
}
.gallery {
    display: block;
    width: 224px;
    margin: 0 20px 20px 0;
}
.gallery:nth-child(5n) {
    margin-right: 0;
}
.gallery img {
    display: block;
    width: 100%;
    border-radius: 16px;

}
.gallery-list {
    overflow: hidden;
    height: 595px;
    transition: height 0.5s ease;
}
.more-gallery {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: var(--secondary-blue);
    cursor: pointer;
}
.review-str {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    color: #000;
}
.review-str span {
    font-weight: 700;
    background: linear-gradient(90deg, #0083cd 0%, #25d366 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.review-str-1 {
    margin: 120px 0 16px 0;
}
.review-str-2 {
    margin: 0 0 72px 0;
}
.review-link-list span {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 40px;
    color: #000;
    margin-right: 16px;
}
.review-ico {
    margin-right: 32px;
    height: 35px;
}
.review-ico:last-child {
    margin-right: 0;
}
.w49 {
    width: 49%;
}
.c-left {
    width: 466px;
}
.c-left img {
    border-radius: 32px 0 0 32px;

}
.c-right iframe {
    border-radius: 0 32px 32px 0;
}
.c-right {
    width: 720px;
}
.text-left {
    text-align: left;
}
.ci-small {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #666;
    margin-bottom: 12px;
}
.ci-big {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 17px;
    color: #000;
    margin-bottom: 40px;
    display: block;
}
.c-all {
    width: 725px;
}
.c-all-left {
    width: 325px;
}
.c-all-right {
    width: 295px;
}
.c-right-1 {
    width: 380px;
}
.details-name {
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000;
}
.c-right-gray {
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000;
    border-radius: 32px;
    background: #edf2f5;
    padding: 24px;
}
.text-blue {
    color: var(--secondary-blue);
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-70 {
    margin-top: 70px;
}
.schedule {
    margin-top: 22px;
}
.schedule-item {
    margin-bottom: 8px;
    font-family: var(--second-family);

    color: #000;
}
.schedule-item span {
    font-weight: 400;
    font-size: 18px;
    line-height: 178%;
    display: inline-block;
    border-radius: 16px;
    padding: 8px 16px;
    background: #edf2f5;
}
.why-item {
    text-align: center;
    width: 24.1%;
    border-radius: 32px;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
}
.why-num {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 64px;
    text-align: center;
    padding-top: 85px;
    margin-bottom: 12px;
}
.why-h1 {
    font-family: var(--font5);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #000;
    margin: 100px 0 40px 0;
}
.why-text {
    width: 154px;
    margin: 0 auto 75px auto;
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #000;

}
.color1 {
    color: #e9292c;
}
.color2 {
    color: #25d366;
}
.color3 {
    color: #21366a;
}
.color4 {
    color: #f1c701;
}
.form-left {
    width: 700px;
}
.form-left-name {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 40px;
    color: #000;
    line-height: 125%;
}
.form-left-name span {
font-weight: 700;
        background: linear-gradient(91deg, #0083cd 0%, #25d366 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
.form-right {
    width: 480px;
}
.mb-80 {
    margin-bottom: 80px;
}
.screenshot-item {
   /* box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.08);*/
    border-radius: 16px;
    border: 1px solid #d4d4d4;
}
.callback-question {
    font-family: var(--font5);
    font-weight: 500;
    font-size: 48px;

    color: #000;
}
.callback-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    color: #000;
    margin: 21px 0 41px 0;
}
.m-input-mini {
    width: 301px;
}
.mini-form {
    width: 480px;
}
.callback-required {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    color: #000;
    margin-top: 16px;
}
.callback-case {
    position: absolute;
    right: 30px;
    top: 12px;
}
.form-check {
    margin-bottom: 24px;
}
.callback-case-1 {
    position: absolute;
    right: 80px;
        top: 36px;
}
.form-end {
    display: none;
}
.footer-girl {
    z-index: 12;
    width: 340px;
    left: calc(50% - 660px);
    bottom: 50%;
    display: none;
    backdrop-filter: blur(1px);
}
.footer-girl .alia-name {
    font-size: 37px;
}
.expert-about p {
    margin: 0 0 0 0;
}
.diplomas .swiper-wrapper {
    margin-top: 30px;
}
.tag-list {
    margin: 40px auto 80px auto;
    max-width: 60%;
}
.tag-item {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 178%;
    color: #000;
    border-radius: 32px;
    padding: 4px 16px;
    background: #edf2f5;
    margin: 0 8px 16px 8px;
    transition: all ease 0.6s;
    text-transform: lowercase;
}
.tag-item:hover, .tag-item-active {
    color: #fff;
    background: var(--secondary-blue);
}
.diplom-item {
    border-radius: 8px;
    width: 136px;
    height: 179px;
    display: block;
    box-shadow: 0 0 5px #ccc;
}
.diplomas {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 250px;
}
.diplomas .swiper-button-prev {
    top: 225px;
    background: #edf2f5;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    left: auto;
    right: 50px;
}
.diplomas .swiper-button-next {
    top: 225px;
    background: #edf2f5;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    left: auto;
    right: 0px;
}
.diplomas .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 17px;
    color: #888;
    font-weight: bold;
}
.diplomas .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 17px;
    color: #888;
    font-weight: bold;
}
.diplomas .swiper-button-prev:hover:after  {
    color: #1e7dec;
}
.diplomas .swiper-button-next:hover:after  {
    color: #1e7dec;
}


.review-slider {
    width: calc(100% - 20px);
    position: relative;
    padding: 0 10px;
    overflow: hidden;
    height: 400px;
}


.review-slider .swiper-button-prev {
    top: 370px;
    background: #edf2f5;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    left: auto;
    right: calc(50% + 25px);
}
.review-slider .swiper-button-next {
    top: 370px;
    background: #edf2f5;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    left: auto;
    right: calc(50% - 25px);
}
.review-slider .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 17px;
    color: #888;
    font-weight: bold;
}
.review-slider .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 17px;
    color: #888;
    font-weight: bold;
}
.review-slider .swiper-button-prev:hover:after  {
    color: #1e7dec;
}
.review-slider .swiper-button-next:hover:after  {
    color: #1e7dec;
}
.fix-menu-wrapper {
    height: 42px;
}
.fix-menu {

    background: #fff;
}
.fixed {
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
    width: 100%;
    box-shadow: 0 0 10px #aaa;
    z-index: 99;
}
.fixed menu {
    margin-top: 0;
}
.all-review-link {
    margin-bottom: 33px;
}
.text-underline {
    text-decoration: underline;
}
.f-nav-mobile {
    display: none;
}
.mobile-menu {
    display: none;
}
.of-hidden {
    overflow: hidden;
}
.of-auto {
    overflow: auto;
}
@media (max-width: 1100px) {
    .container {
        width: calc(100% - 50px)
    }
    .f-nav-mobile, .address, .phones {
        display: none;
    }
    .bar {
        background: url("/images/bar.png");
        width: 32px;
        height: 33px;
    }
    .bar-active {
        background: url("/images/close1.png");
    }
    .mobile-menu-active {
        width: 100%;
        height: calc(100% - 86px);
        background: #fff;
        position: fixed;
        z-index: 100;
        left: 0;
        top: 86px;
        display: block;
        overflow-y: auto;
    }
    .mobile-menu-wrapper {
        padding: 16px;
        overflow-y: auto;
        height: calc(100% - 0px);
    }
    .mobile-menu .menu-link {
        margin-top: 12px;
    }
    .m-phone {
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 23px;
        text-decoration: underline;
        text-decoration-skip-ink: none;
        text-align: center;
        color: var(--secondary-blue);
        display: block;
        margin-bottom: 12px;
    }
    .m-address {
        display: block;
        margin: 22px 0;
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        color: #222;
    }
    .callback-m {
        background: var(--primary-green);
        border-radius: 8px;
        padding: 12px 20px;
        font-family: var(--second-family);
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        text-align: center;
    }
    .social-mob-1 img {
        width: 56px;
        height: 56px;
    }
    .mt-20 {
        margin-top: 20px;
    }
    .free-left {
    width:100%
    }
    .free-right {
    width:100%
    }
    .alia {top:20px}
    .banner-left {width:100%}
    .action__cards, .banner-right {
        max-width:680px;
        margin:0 auto 30px auto;
    }
}
@media (max-width: 640px) {
.marquee {
    position: fixed;
    bottom: 0;
z-index:500;
} 
    .c-left {
        display: none;
    }
    .c-right {
        width: 100%;
    }
    .c-right iframe {
        border-radius: 32px;
    }
    .mt-70 {
        margin-top: 30px;
    }
    .form-left {
        width: auto;
    }
    .c-all-left {
        width: 100%;
    }
    .c-all-right {
        width: 100%;
    }
    .c-all {
        width: auto;
    }
    .schedule {
        border: 1px solid #dadada;
        border-radius: 16px;
        margin-bottom: 64px;
        padding: 16px 0;
        background: url("/images/clock.png") 10px 10px no-repeat;
    }
    .action-item {
        width: 100%;
    }
    .why-item {
        width: 100%;
        margin-bottom: 16px;
    }
    .info-left {
        width: 100%;
        font-size: 24px;
        line-height: 133%;
        margin-bottom: 16px;
    }
    .info-right {
        width: 100%;
        font-size: 13px;
        line-height: 185%;
    }
    .tag-list {
        max-width: 100%;
        margin: 24px 0 20px;
    }
    .tag-item {
        font-size: 13px;
        line-height: 185%;
        padding: 4px 7px;
        margin: 0 4px 8px 4px;
    }
    .schedule-name {
        font-family: var(--third-family);
        font-weight: 600;
        font-size: 24px;
        line-height: 167%;
    }
    .schedule-item span {
        font-weight: 400;
        font-size: 13px;
        line-height: 246%;
    }
    .schedule-wrapper {
        width: 180px;
        margin: 0 auto;
    }
    .experts__block-banner {
        background-image: url("/images/expert1.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        max-height: 166px;
        margin: 16px 0 40px 0;
    }
    .expert-image {
        width: 50%;
    }
    .expert-right {
        width: 100%;
    }
    .w49 {
        width: 100%;
    }
    .gallery {
        width: 47%;
        margin: 0 1.5% 20px 1.5%;
    }
    .gallery:nth-child(5n) {
        margin: 0 1% 20px 0;
    }
    .review-str {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        color: #000;
    }
    .review-str-1 {
        margin-top: 64px;
    }
    .review-str-2 {
        margin-bottom: 64px;
    }
    .review-link-list span {
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 32px;
        text-align: center;
        color: #000;
        width: 100%;
        display: block;
        margin: 0 0 24px 0;
    }
    .review-ico {
        height: 30px;
        margin: 0 8px;
    }
    .content_inject {
        width: 90%;
        border-radius: 32px;
        overflow: hidden;

        background-position: center;
        background-size: 350%;
    }
    .callback-question {
        font-size: 26px;
    }
    .callback-case {
        display: none;
    }
    .content_inject_default {
        padding: 27px;
    }
    .content_inject_close {
        position: absolute;
        right: 20px;
        top: 23px;
    }
    .callback-text {
        font-size: 20px;
    }
    .callback-case-1 {
        display: none;
    }
    .mini-form {
        width: 100%;
    }
    .m-input-mini {
        width: 100%;
    }
    .review-ico img {
        height: 100%;
    }
    .expert-left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .expert-name {
        font-weight: 600;
        font-size: 22px;
        line-height: 127%;
        margin-bottom: 8px;
    }
    .expert-about {
        font-weight: 400;
        font-size: 13px;
        line-height: 185%;
    }
    .expert-experience {
        font-weight: 400;
        font-size: 12px;
        line-height: 167%;
    }
    .expert-info {
        width: 40%;
    }
    .experts__block-banner h1 {
        padding: 98px 0 0 16px;
        font-family: var(--third-family);
        font-weight: 600;
        font-size: 36px;
    }
    .form-left-name {
        font-family: var(--font-family);
        font-weight: 300;
        font-size: 24px;
        text-align: center;
        color: #000;
    }
    .form-left-name span {
        font-weight: 700;
        background: linear-gradient(91deg, #0083cd 0%, #25d366 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .mobile-menu-active {
        width: 100%;
        height: calc(100% - 86px);
        background: #fff;
        position: fixed;
        z-index: 100;
        left: 0;
        top: 86px;
        display: block;
        overflow-y: auto;
    }
    .mobile-menu-wrapper {
        padding: 16px;
        overflow-y: auto;
        height: calc(100% - 0px);
    }
    .form-right {
        width: auto;
        margin-top: 30px;
    }
    .form-right img {
        width: 100%;
    }
    .form-left .m-input {
        width: 100%;
    }
    .mobile-menu .menu-link {
        margin-top: 12px;
    }
    .mb-80 {
        margin-bottom: 40px;
    }
    .m-phone {
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 23px;
        text-decoration: underline;
        text-decoration-skip-ink: none;
        text-align: center;
        color: var(--secondary-blue);
        display: block;
        margin-bottom: 12px;
    }
    .m-address {
        display: block;
        margin: 22px 0;
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        color: #222;
    }
    .callback-m {
        background: var(--primary-green);
        border-radius: 8px;
        padding: 12px 20px;
        font-family: var(--second-family);
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        text-align: center;
    }
    .social-mob-1 img {
        width: 56px;
        height: 56px;
    }
    .mt-20 {
        margin-top: 20px;
    }
    .bar {
        background: url("/images/bar.png");
        width: 32px;
        height: 33px;
    }
    .bar-active {
        background: url("/images/close1.png");
    }
    .f-nav-mobile {
        display: block;
    }
    .f-nav-mobile-name {
        font-family: var(--third-family);
        font-weight: 600;
        font-size: 36px;
        text-align: center;
        color: #000;
    }
    .social-mob {
        margin-top: 396px;
    }
    .f-text-mob {
        font-family: var(--font-family);
        font-weight: 300;
        font-size: 24px;
        text-align: center;
        color: #000;
        width: 80%;
        margin: 30px auto 30px auto;
    }
    .f-text-mob span {
        font-weight: 700;
        background: linear-gradient(90deg, #0083cd 4.05%, #1cf91f 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
    .f-menu-mobile {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .f-menu-mobile .footer-link {
        width: 49%;
    }
    .social-mob .icon-social img {
        width: 56px;
        height: 56px;
    }
    .phones {
        display: none;
    }
    .phones-footer {
        display: block;
    }
    .f-nav-mobile .phones-footer {
        width: 214px;
        margin: 37px auto 23px auto;
        background: url(/images/phone.svg) left 7px no-repeat;
    }
    .fm-logo img {
        width: 225px;
    }
    .fm-logo .registry img {
        width: 12px;
    }
    .fm-logo .registry div {
        margin-left: 110px;
    }
    .fm-logo .registry {
        margin: -15px 0 0 0;
        width: 100%;
        display: block;
    }
    .f-nav-mobile .phone {
        font-size: 24px;
        font-weight: 500;
    }
    footer {
        background-image: url(/images/bgr-footer-mob-1.png);
        background-position: 0 0px;
        background-repeat: no-repeat;
        height: 1082px;
        background-size: cover;
    }
    .bgr {

        min-width: 100%;
    }
    .bgr1, .bgr2, .bgr3, .bgr4, .bgr5 {
        display: none !important;
    }
    .f-nav {
        position: static;
        display: none;
    }
    .review-slider .swiper-button-prev, .review-slider .swiper-button-next {
        display: none;
    }
    .review-slider .swiper-slide {
        display: block;
    }
    .review-slider {
        width: calc(100% - 80px);
        padding: 0 50px 0 30px;
        height: 300px;
    }
    .container {
        width: auto;
        padding: 0 15px;
    }
    .slogan {
        display: none;
    }
    .address {
        display: none;
    }
    .callback {
        display: none;
    }

    header {
        padding: 15px !important;
        position: fixed;
        left: 0;
        top: 0;
        width: calc(100% - 30px) !important;
        background: #fff;
        z-index: 100;
    }
    .fm-header {
        width: 100%;
        height: 86px;
    }
    .telegram {
        margin: 0 0 0 16px;
    }
    .logo {
        width: 150px;
        height: 55px;
        background-size: cover;
    }
    menu {
        display: none;
    }
    h1 {
        font-weight: 500;
        font-size: 27px;
    }
    .free-left, .free-right {
        width: 100%;
    }
    .free-left-text {
        text-align: center;
        font-size: 24px;
    }
    #index-free h1 {

        margin-bottom: 32px;
    }
    .for-banner {
        margin-bottom: 64px;
    }
.for-banner-1 {
        margin-bottom: 64px;
    }
    .yellow-text {
        display: none;
    }
    .m-submit {
        width: 100%;
        margin-top: 8px;
    }
    .alia {
        top: 0;
        margin-bottom: 0;
        margin-top: 63px;
    }
    .banner-left, .banner-right {
        width: 100%;
        margin-bottom: 20px;
    }
    .video-feedback__messages-card {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }
    .video-feedback__messages-cards {
        display: block;
    }
    .video-feedback__messages-card a {
        padding: 24px 15px;
        width: calc(100% - 15px);
    }
    .help {
        display: none;
    }

    .video-feedback__messages-card-big-text {
        font-size: 47px;
    }
    .fix-menu-wrapper {
        display: none;
    }

    .action__slider-text {
        min-height: 62px;
    }
    .action__slider-title {
        min-height: 46px;
    }
    .action__slider-country {
        display: none;
    }
    #video {
        overflow: hidden;
    }
    .alia img {
        width: 100%;
    }
    .video-feedback__slide {
        width: 222px !important;
display:block;
margin:0 auto;
    }
    .fw {
        display: block;
        width: 100%;
        margin:  0 0 5px 0;
    }
    #video {
        display: none;
    }
}