@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

:root {
    --main-color: #086BF7;
    --white: #FFFFFF;
    --gray: #F0F1F4;
    --black: #070538;
    --stroke: #CCD4E3;
    --red: #FF004D;
    --green: #06DFCD;

}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    font-family: "Noto Sans", sans-serif;
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
    overflow-y: scroll;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: black;
    overflow-x: hidden !important;
    overflow-y: scroll;
}

main {
    min-height: 30vh;
    overflow-x: hidden !important;
}

.container {
    max-width: 1253px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

a,
span,
p,
b,
h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
}

p {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
}

a {
    text-decoration: none;
}

.vertical-line {
    display: block;
    height: 100vh;
    width: 1px;
    position: fixed;
    z-index: 99;
    border: 0.5px solid var(--stroke);
    top: 0;
    left: 11%;
}

.vertical-line_right {
    display: block;
    height: 100vh;
    width: 1px;
    position: fixed;
    z-index: 99;
    border: 0.5px solid var(--stroke);
    top: 0;
    left: 89%;
}

.horizontal-line_right {
    display: block;
    height: 0px;
    width: 100%;
    position: absolute;
    z-index: 0;
    border: 0.5px solid var(--stroke);
    top: 79px;
}

.desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #21203F;
}

.head {
    font-weight: 300;
    font-size: 48px;
    color: var(--black);
    line-height: 50px;
    letter-spacing: 0%;

}

.bg-gray {
    background-color: var(--gray);
}

.city-choice {
    display: flex;
    width: 100%;
    padding: 8px 60px;
    background-color: transparent;
}

.selected-city {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.btn {
    padding: 12px 16px;
    background-color: var(--main-color);
    color: #FFFFFF;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    border: 0px solid var(--black);
    outline: none;
    cursor: pointer;
}

.header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 68px;
    border: 1px solid var(--gray);
    background-color: var(--white);
    border-radius: 8px;
}

.header_wrapper_mobile {
    display: none;
}

.header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    /*background-color: var(--gray);*/
}

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

.nav__list {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav__link {
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #21203F;
}

.nav__link:hover {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.desc.desc_small-desc {
    position: relative;
    top: 2px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--black);
}

.btn.map-point {
    padding: 0px;
    background-color: transparent;
    color: none;
    border-radius: 0px;
    font-weight: 600;
    font-size: unset;
    line-height: unset;
    letter-spacing: 0%;
    border: 0px solid var(--black);
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heroblock {
    padding-top: 147px;
    padding-bottom: 180px;
}

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

.main-banner_slide {
    display: flex;
    flex-direction: row;
    padding: 64px;
    border-radius: 8px;
    background-size: cover !important;
}

.main-banner__swiper .textblock {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 32px;
}

.head.head_banner {
    color: var(--white);
    font-weight: 400;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0%;
}

.desc.desc_banner {
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
}

.desc_nowrap {
    white-space: nowrap;
}

.desc.desc_download {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--white);
}

.tabs.main-banner__tabs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tab_item {
    background-color: var(--white);
    border: 1px solid var(--stroke);
    border-radius: 50px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
}

.tab_item img {
    width: 24px !important;
    height: 24px !important;
}

.main-banner__swiper .head_banner {
    text-align: left;
    max-width: 648px;
}

.swiper-slide {
    text-align: left !important;
    font-size: unset !important;
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
}

.swiper-slide img.arrow-download {
    width: 43px;
    height: 25px;
}

.download-now {
    display: flex;
    gap: 21px;
}

.download-now .arrow-download {
    position: relative;
    top: 9px;
}

.btn.btn_download-mobile {
    display: none;
}

.btn.btn_download {
    padding: 0px;
    border-radius: 0px;
    border: 0px solid var(--gray);
    background-color: transparent;
}

.btn_download-footer {
    padding: 0px;
    border-radius: 0px;
    border: 0px solid var(--gray);
    background-color: transparent;
}

.btn.btn_download.active {
    position: relative;
    z-index: 1001;
}

.download-block .download-buttons {
    margin-top: 16px;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: transparent;
    min-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 100px;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid var(--stroke);
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    margin: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E");
}

.main-banner__swiper-buttons {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    margin-top: 24px;
    padding-left: 63px;
}

.autoplay-progress {
    position: relative;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 12;
    width: 46px;
    height: 46px;
    stroke-width: 2px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
    border-radius: 50%;
}

.swiper-button-next-wrapper {
    position: relative;
}



.viewer-block__wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 200;
    visibility: hidden;
}

.viewer-block__wrapper.active {
    visibility: unset;
}

.viewer-block__wrapper .viewer-qr-block {
    position: relative;
    width: auto;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 15px;
    z-index: 201;
}

#qrViewer .qr__wrapper {
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#qrViewer .qr__wrapper.active {
    display: flex;
}



.footer-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 64px 0px;
}

.footer-wrapper.container {
    flex-direction: row;
}

.footer-wrapper .logoblock {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.footer-wrapper .logoblock .picblock img {
    width: fit-content;
    max-height: 70px;
}

/*
.footer-wrapper .logoblock .picblock .logo-text{
	color:#FF004D;
	font-size: 32px;
	line-height: 100%;
}
.footer-wrapper .logoblock .picblock .logo-text_bold{
	color:#FF004D;
	font-size: 32px;
	line-height: 100%;
}
*/
.nav__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 64px;
}

.nav__footer .nav__list {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    max-width: 188px;
}

.nav__link__first {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: var(--black);
}

.footer__bottom {
    padding: 40px 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.footer__bottom .download-buttons_mobile {
    display: none;
}

.footer__bottom .download-buttons {
    display: flex;
}

.link {
    color: var(--main-color);
}

.link.link_upper {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.social-block {
    display: flex;
    gap: 8px;
    align-items: center;
}

.social__item {
    width: 32px;
    height: 32px;
    display: block;
    background-size: contain;
}

.social__item.vk-social {
    background: url('/local/templates/uvht_main/images/vk.svg') no-repeat center center;
}

.social__item.tg-social {
    background: url('/local/templates/uvht_main/images/tg.svg') no-repeat center center;
}

.selected-block__wrapper {
    padding: 8px;
    height: 100vh;
    width: 25%;
    position: fixed;
    top: 0;
    z-index: 101;
    left: -100%;
    transition: left 0.3s ease;
}

.selected-block__wrapper.active {
    left: 0;
}

.selected-city-block {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    padding: 16px 16px 16px 32px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.btn.selected-city-block__close {
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    width: fit-content;
    margin-left: auto;
}

.btn.selected-city-block__search {
    background-color: transparent;
    border-radius: 0px;
    width: fit-content;
    padding: 6px;
}

.head.head_select {
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 0%;
}

.input.input_search {
    border: 0px solid black;
    outline: none;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: var(--black);
    height: 16px;
    width: 100%;
}

.input.input_search::placeholder {
    color: var(--green);
}

.input-block {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--stroke);
}

.selected-city-block .city_list {
    margin-top: 36px;
	margin-top: 36px;
    max-height: 408px;
    height: 417px;
    overflow-y: scroll;
}

.selected-city-block .city_list::-webkit-scrollbar {
  width: 5px;
}

.selected-city-block .city_list::-webkit-scrollbar-track {
  background: transparent;
}

.selected-city-block .city_list::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 50px
}

.city-item {
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--black);
    cursor: pointer;
}

.city-item:hover {
    color: var(--main-color);
}


.main-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 89%;
    background-color: rgba(8, 6, 42, 0.84);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    /* Выше чем слайдер */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.main-banner__overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.qr__wrapper {
    margin-left: auto;
    width: fit-content;
    height: 100%;
    padding: 32px 62px;
}

.qr-block {
    position: relative;
    background-color: #FFFFFF;
    padding: 67px 123px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qr-pic {
    width: 251px;
    height: 248px;
    margin-top: 20px;
    background: white;
    padding: 16px;
    border-radius: 8px;
}

.close-overline {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.close-overline img {
    width: 24px;
    height: 24px;
}

.desc_qr {
    color: #086BF7;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

.media_not-available {
    opacity: 0.3;
    cursor: none;
}

.review-about {
    padding-bottom: 134px;
    padding-top: 64px;
}

.review-about__swiper {
    height: -webkit-fill-available;
    width: 100%;
    margin-top: 64px;
}

.review-about-slide {
    background-color: transparent;
    padding: 32px;
    border-radius: 8px;
    border: 1px solid var(--stroke);
    opacity: 37%;
    text-align: left !important;
    font-size: unset !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
}

.review-about-slide.swiper-slide-active {
    background-color: var(--white);
    opacity: 100%;
}

.review-about-slide.swiper-slide-next {
    background-color: var(--white);
    opacity: 100%;
}

.btn.btn__review {
    margin-left: auto;
    margin-top: 32px;
    padding: 24px 32px;
}

.review-about-slide__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.star-list {
    display: flex;
    align-items: center;
    gap: 4px;
}

.desc_rating {
    margin-left: 12px;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}

.desc_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    color: var(--stroke);
}

.review-about-slide__body {
    margin-top: 24px;
	width:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.desc.desc_citat {
    font-weight: 400;
    font-style: Black;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #21203F;
    width: 97%;
}

.desc.desc_citat span {
    color: var(--main-color);
    font-family: Noto Sans;
    font-weight: 900;
    font-style: Black;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.review-about-slide__detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
	width:100%;
}

.review-about-slide__fio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 9px;
}

.review-about-slide__fio img {
    max-width: 120px;
    max-height: 60px;
}

.desc.desc-fio {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--black);
}

.btn.btn_geo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    border: 1px solid var(--stroke);
    background-color: transparent;
    width: fit-content;
}

.btn.btn_geo path {
    fill: var(--black) !important;
}

.btn.btn_geo p {
    color: var(--black);
}

.head-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 17%;
}

.head-line {
    display: block;
    width: 100%;
    height: 1px;
    border: 0.5px solid var(--stroke);
    opacity: 0.8;
}

.head-block {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 32px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.head-block .head {
    width: fit-content;
    min-width: 748px;
}

.review-about-card {
    padding-top: 124px;
    padding-bottom: 105px;
}

.review-about-card__banner-card {
    display: flex;
    gap: 24px;
    align-items: start;
    justify-content: flex-start;
    margin-top: 59px;
    flex-direction: row;
}

.banner-card__picblock {
    width: 552px;
    height: 560px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.banner-card__picblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-cards {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.review-cards_item {
    padding: 21px;
    padding-left: 33px;
    display: flex;
    gap: 23px;
    background-color: var(--gray);
    border-radius: 8px;
    border: 1px solid var(--stroke);
    justify-content: space-between;
}

.icon-name {
    display: flex;
    gap: 24px;
    align-items: center;
    min-width: 315px;
}

.icon-name img {
    width: 34px;
    height: 34px;
}

.star-list.review-cards__star-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.star-list.review-cards__star-list .desc_rating {
    color: #97A0AD;
}

.star-list.review-cards__star-list .stars {
    display: flex;
    align-items: center;
    gap: 4px;
}

.devide {
    width: 0px;
    height: 68px;
    display: block;
    border: 1px solid var(--stroke);
}

.review-people__swiper {
    margin-top: 60px;
}

.swiper-slide.review-people-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 1px solid var(--stroke);
    padding-left: 24px;
    padding-right: 24px;
    opacity: 0.38;
}

.swiper-slide.swiper-slide-active {
    opacity: 1;
}

.swiper-slide.swiper-slide-next {
    opacity: 1;
}

.swiper-slide.review-people-slide:nth-child(1) {
    border-left: 0px solid black;
}

.review-people-slide .avatar-fio {
    display: flex;
    align-items: center;
    gap: 16px;
}

.picblock.picblock_avatar {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;

}

.picblock.picblock_avatar img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.head.head_fio {
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0%;
}

.review-people-slide__rating {
    display: flex;
    align-items: center;
    gap: 102px;
    margin-top: 21px;
    margin-bottom: 24px;
}

.companies {
    padding-top: 114px;
    padding-bottom: 128px;
    overflow: hidden;
}

.companies-slider-container {
    margin-top: 64px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.companies-slider-track {
    display: flex;
    gap: 8px;
    width: max-content;
    will-change: transform;
}

.companies-slide {
    flex: 0 0 auto;
    background-color: var(--white);
    border-radius: 8px;
    padding: 26px 32px;
    border: 1px solid var(--stroke);
    display: flex;
    justify-content: center;
    align-items: center;
}

.companies-slide .picblock img {
    max-height: 63px;
    width: auto;
    display: block;
}

@keyframes scroll {
    0% {}

    100% {}
}

.steps {
    padding-top: 128px;
}

.step__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    justify-items: center;
    margin-top: 64px;
    padding-left: 17%;
    padding-right: 17%;
}

.steps__item {
    display: flex;
    flex-direction: column;
    gap: 32px;
    visibility: hidden;
    transition: 0.8s;
    position: relative;
    z-index: 0;
    opacity: 0;
}

.steps__item.animate__animated {
    visibility: visible;
    z-index: 12;
    opacity: 1;
}

.icon__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: var(--green);
    border-radius: 50px;
    width: fit-content;
    height: fit-content;
}

.icon__current {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    background-color: var(--green);
    border-radius: 50px;
    width: fit-content;
    height: fit-content;
}

.icon__step img {
    height: fit-content;
}

.steps__item__head {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
}

.textblock__wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
}

.steps__item__head .textblock .desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--black);
    width: 135px;
}

.steps__item__head .textblock {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.devide.devide_green {
    width: 100%;
    height: 0px;
    border: 1px solid var(--green);
}

.steps__item__head .textblock .desc.desc__textblock {
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    width: 100%;
}

.steps__item .picblock {
    width: 100%;
    height: 358px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.steps__item .picblock img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.wishes {
    padding-top: 128px;
}

.whishes__list {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.whishes__item {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}

.whishes__item_blue .textblock {
    background-color: #3388FF;
}

.whishes__item_purple .textblock {
    background-color: #7D45FF;
}

.whishes__item_pink .textblock {
    background-color: #FF549E;
}

.whishes__item .textblock {
    padding: 32px;
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 237px;
}

.whishes__item .textblock .desc {
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    width: 88%;
}

.whishes__item .textblock .head {
    font-weight: 400;
    font-size: 24px;
    color: var(--white);
    line-height: 24px;
    letter-spacing: 0%;
}

.whishes__item_picblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #F0F1F4;
    border: 1px solid var(--stroke);
    border-radius: 8px;
    position: relative;
    top: -10px;
    height: 360px;
}

.whishes__item_picblock img {
    max-height: 213.82px;
}

.security {
    padding-top: 124px;
    padding-bottom: 180px;
}

.security__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 107px;
    text-wrap: nowrap;
}

.security_list {
    display: flex;
    flex-direction: column;
    margin-top: 64px;
    transition: all 10s ease-in-out;
    overflow: visible;
}

.security_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    gap: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease-in-out;
    height: 456px !important;
}

.security_item.swiper-slide-active {
    opacity: 1;
    visibility: visible;
}

.security_item.swiper-slide-prev,
.security_item.swiper-slide-next {
    opacity: 0;
    visibility: hidden;
}

.security_item .picblock {
    max-width: 454.11px;
    width: 100%;
    height: 280px;
}

.security_item .picblock img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.security_item .textblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;

}

.security_item .textblock .head {
    font-weight: 400;
    font-size: 24px;
    max-width: 333px;
    text-align: center;
    line-height: 28px;
    letter-spacing: 0%;
}

.devide.devide_horizontal {
    width: 360px;
    height: 0px;
    display: block;
    border: 1px solid var(--stroke);
}

.security_item .textblock .desc {
    text-align: center;
    width: 41%;
    color: #21203F;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
}

.download-banner {
    padding-bottom: 124px;
}

.download-banner_list.swiper {
    height: 565px;
}

.swiper-slide.download-banner__slide {
    width: 100%;
    height: 565px !important;
}

.download-banner__slide .video-block {
    width: 100%;
    height: 565px;
    overflow: hidden;

}

.download-banner__slide .video-block video {
    width: 100%;
    max-height: 565px;
    object-fit: cover;
}

.download-banner__slide {
    border-radius: 8px;
    overflow: hidden;
}

.btn.btn_mobile {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0px;
    background-color: transparent;
    border: 0px solid #ffffff00;
    justify-content: flex-end;
    align-items: flex-end;
}

.menu_big {
    display: block;
    width: 23.33px;
    height: 0px;
    border: 0.5px solid var(--black);
}

.menu_middle {
    display: block;
    width: 12.33px;
    height: 0px;
    border: 0.5px solid var(--black);
}

.menu_small {
    display: block;
    width: 6.33px;
    height: 0px;
    border: 0.5px solid var(--black);
}

.header_wrapper_mobile_nav {
    position: fixed;
    z-index: 15;
    height: 100svh;
    width: -webkit-fill-available;
    top: 0;
    left: 0;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #070538;
    display: none;
}

.header_wrapper_mobile_nav .nav__list {
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: #FFFFFF;
    height: fit-content;
    padding-top: 43px;
    padding-bottom: 43px;
    margin-top: 100px;
    border-radius: 8px;
}

.header_wrapper_mobile_nav .nav__link {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--black);
}

.header_wrapper_mobile {
    position: relative;
    z-index: 99;
}

.header_wrapper_mobile_nav {
    display: none;
}

.header_wrapper_mobile_nav.active {
    display: flex;
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.btn_mobile.active .menu_big {
    transform: rotate(45deg) translate(5px, 5px);
    width: 23.33px;
    position: relative;
}

.btn_mobile.active .menu_middle {
    opacity: 0;
    position: relative;
}

.btn_mobile.active .menu_small {
    transform: rotate(-45deg) translate(7px, -8px);
    width: 23.33px;
    position: relative;
    top: 3px;
}

.btn_mobile span {
    display: block;
    transition: all 0.3s ease;
}

.heroblock_mobile {
    display: none;
}

.swiper-pagination_mainbanner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 24px;
    margin-bottom: 24px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;

}

.heroblock_mobile .download-block {
    margin-top: 64px;
    margin-bottom: 64px;
}

.heroblock_mobile .download-block .download-now {
    max-width: 236px;
    margin-left: auto;
    margin-right: auto;
    gap: 5px;
}

.heroblock_mobile .download-block .download-now .desc_download {
    color: var(--black);
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

.heroblock_mobile .download-block .download-now svg {
    position: relative;
    top: 10px;
}

.heroblock_mobile .download-block .download-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.heroblock_mobile .download-block .download-buttons .download-btn {
    width: 238px;
    height: 74px;
}

.tabs.right-now__tabs.container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 64px;
    gap: 8px;
	flex-wrap:wrap;
}

.tabs.right-now__tabs .tab_item {
    background-color: var(--gray);
}

.tabs.right-now__tabs .tab_item.active {
    background-color: var(--main-color);
}

.tabs.right-now__tabs .tab_item.active .desc.desc_banner {
    color: var(--white);
}

.right-now {
    padding-top: 124px;
    padding-bottom: 124px;
}

.tabs.right-now__tabs .tab_item:hover {
    background-color: var(--main-color);
    cursor: pointer;
}

.tabs.right-now__tabs .tab_item:hover .desc.desc_banner {
    color: var(--white);
}

.right-now__item {
    display: flex !important;
    flex-direction: column !important;
    background-color: var(--gray);
    border: 1px solid var(--stroke);
    border-radius: 8px;
    padding: 24px;
}

.right-now__list.container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    margin-top: 32px;
}

.right-now__item_head {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.right-now__item_head .avatar-fio {
    display: flex;
    align-items: center;
    gap: 16px;
}

.right-now__item_head .picblock_company {
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border: 1px solid var(--stroke);
    border-radius: 50px;
}

.right-now__item_head .picblock_company img {
    max-width: 43px;
    border-radius: 50%;
}

.right-now__item_head .avatar-fio .picblock_avatar {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.tabs.right-now__item__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    height: 170px;
    margin-top: 16px;
    align-content: flex-start;
}

.right-now__item .devide {
    width: 100%;
    height: 0px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.right-now__item_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	margin-top:auto;
}

.right-now__item_bottom .tab_item .desc {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.right-now__item_bottom .tab_item .desc.desc_banner_small {
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    margin-top: auto;
}

.vacancies {
    padding-top: 124px;
    padding-bottom: 124px;
}

.vacancies .head-block .head {
    min-width: 459px;
}

.right-now__item.swiper-slide {
    background-color: transparent;
    opacity: 0.3;
}

.right-now__item.swiper-slide-active {
    background-color: var(--white);
    opacity: 1;
}

.right-now__item.swiper-slide-next {
    background-color: var(--white);
    opacity: 1;
}

.right-now__item.swiper-slide-prev {
    background-color: transparent;
    opacity: 0.3;
}

.buttons-block {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.vacancies__swiper-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn.link.link_upper {
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    padding-bottom: 2.5px;
}

.choice {
    padding-top: 124px;
    padding-bottom: 124px;
}

.choice-block {
    margin-top: 64px;
    display: flex;
    flex-direction: row;
}

.choice_item_head {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.choice_item_head .icon-name {
    gap: 10.5px;
}

.choice_item_head .icon-name .desc_choice_name {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}

.choice__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 50%;
    max-width: 574px;
    margin: 0px;
    margin-left: 20px;
}

.choice_item {
    background-color: var(--white);
    border-radius: 8px;
    border: 1px solid var(--stroke);
    padding: 27px 24px;
    transition: 0.5s ease-in-out;
}

.choice_item .devide {
    height: 0px;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
}

.choice__tabs .tab_item {
    background-color: var(--gray);
}
.choice__tabs .tab_item:hover{
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}
.choice__tabs .tab_item:hover .desc{
    color: var(--white);
}

.tabs.choice__tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    overflow: hidden;
    height: 43px;
    transition: height 0.3s ease-in-out;
}

.choice_item.active .tabs.choice__tabs {
    height: fit-content;
    transition: height 0.3s ease-in-out;
}

.swiper.choice_picblock_slider {
    width: 555.43px;
    height: unset;
    margin: 0px !important;
}

@media (max-width:900px) {
    .swiper.choice_picblock_slider {
        width: 555.43px;
        height: 648px;
        margin: 0px !important;
    }
}

.swiper-slide.choice_picblock {
    width: 100%;
    border-radius: 8px;
}

.swiper-slide.choice_picblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.swiper-pagination.choice_picblock_pagination {
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    top: 24px;
}

.swiper-pagination.choice_picblock_pagination.swiper-pagination-bullet-active {
    background: var(--black) !important;
}

.choice_picblock_slider .swiper-wrapper {
    height: 650px;
}

.swiper-pagination-bullet-active {
    background: var(--black);
}

.articles {
    padding-top: 157px;
    padding-bottom: 124px;
}

.articles_head-block {}

.articles_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 64px;
    gap: 24px;
}

.articles_item {
    background-color: var(--white);
    border-radius: 8px;
    padding: 12px 8px;
    padding-bottom: 29px;
}

.articles_item_body .head_articles {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    color: var(--black);
    width: 90%;
}

.articles_item_body .head_articles:hover {
    color: var(--main-color);
}

.articles_item_head {
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
}

.articles_item_head .desc_date {
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 0%;
    color: #7E7E7E;
}

.articles_item .picblock {
    width: 100%;
    height: 180px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}

.articles_item .picblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articles_item_body {
    padding: 18px 10px;
}

.articles_item_body .devide {
    width: 100%;
    height: 0px;
    margin-top: 13px;
    margin-bottom: 8px;
}

.articles_item_body .desc_articles {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #21203F;
    width: 80%;
    margin-bottom: 18px;
}

.easy {
    padding: 124px 0px;
}

.easy__head-block .head {
    min-width: 346px;
}

.easy__textblock {
    margin-top: 65px;
    max-width: 100%;
    height: 336px;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    position: relative;
    /* Добавляем для правильного позиционирования */
}

.easy .link.link_upper {
    width: fit-content;
}

.desc.desc_easy {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #21203F;
}

.shadow-block {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 82.21%);
    height: 128px;
    position: absolute;
    /* Меняем на absolute */
    bottom: 0;
    left: 0;
    right: 0;
    visibility: visible;
}

.easy__textblock.active {
    height: auto;
    /* Меняем на auto вместо fit-content */
    overflow: visible;
    /* Разрешаем полное отображение контента */
}

.easy__textblock.active .shadow-block {
    display: none;
    /* Полностью скрываем тень при открытии */
}

.faq {
    padding-top: 124px;
    padding-bottom: 124px;
}

.faq_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 64px;
    column-gap: 24px;
    row-gap: 8px;
    align-items: start;
    grid-template-rows: masonry;
}

.faq_item {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--stroke);
    background-color: var(--white);
    transition: all 0.3s ease;
    min-height: 80px;
    overflow: hidden;
    height: auto;
}

.faq-list_container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq_item.active {
    height: auto;
}

.faq_item.active .btn_faq {
    transform: rotate(180deg);
    background-color: #EAE9F2;
    transition: all 0.3s ease;
}

.faq_item.active .faq_item_bottom {
    visibility: visible;
    height: auto;
    opacity: 1;
    margin-top: 28px;
    transition:
        opacity 0.3s ease,
        margin-top 0.3s ease;
}

.faq_item.active .faq_item_bottom .devide {
    margin-bottom: 16px;
}

.faq_item.active .head_faq {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.faq_item_head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq_item_head .head_faq {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: var(--black);
    margin-right: 16px;
}

.faq_item_bottom {
    visibility: hidden;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
        height 0.3s ease,
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.btn_faq {
    width: 32px;
    height: 32px;
    background-color: var(--green);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq_item .devide {
    width: 100%;
    height: 0px;
    border-top: 1px solid var(--stroke);
    transition: all 0.3s ease;
}

.head-block.faq__head-block .head {
    min-width: 382px;
}

.faq_item_bottom .desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    width: 84%;
    transition: all 0.3s ease;
}

.devide.devide_right-now_mob {
    display: none;
}

.choice_link_mobile {
    display: none;
}

.swiper-pagination_review_mobile {
    display: none;
}

.star_item {
    background-color: var(--white);
    border: 1px solid var(--stroke);
    width: 24px;
    height: 24px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper-pagination_vacancies_mobile {
    display: none !important;
}

.swiper-slide.articles_item {
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available !important;
}

.swiper-wrapper.articles_list {
    flex-direction: row;
    gap: 0px;
}

.articles_mobile {
    display: none;
}

.review-cards_item .devide_mobile {
    display: none;
}

.review-about-slide:last-child {
    opacity: 1 !important;
    background-color: var(--white);
}

.review-people-slide:last-child {
    opacity: 1 !important;
    background-color: var(--white);
}

.media_not-available {
    opacity: 0.3;
    pointer-events: none;
}

.link_not-available {
    pointer-events: none;
}

.download-banner__slide_phone {
    position: absolute;
    left: 47%;
    margin-top: -66px;
    z-index: 12;
}

.download-banner__slide video {
    max-height: 400.43px;
    position: absolute;
    left: 48.1%;
    margin-top: -66px;
    z-index: 11;
}

.download-banner__slide .desc {
    max-height: 400.43px;
    position: absolute;
    left: 42.1%;
    margin-top: 448px;
    z-index: 11;
    max-width: 349px;
    min-width: 349px;
    text-align: center;
}

.download-banner__slide .picblock img {
    max-height: 400.43px;
    position: absolute;
    left: 48.1%;
    margin-top: -237px;
    z-index: 11;
}

.download-place {
    height: 100%;
    width: 40%;
    background-color: transparent;
    outline: none;
    border: 0px solid black;
}

.download-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 6, 42, 0.84);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.download-banner_list {
    overflow: hidden;
}

.download-banner__overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.download-banner_list_mobile {
    margin-top: 17px;
}

.download-banner_mobile {
    display: none;
    padding-top: 64px;
    padding-bottom: 64px;
    overflow: hidden;
    height: fit-content;
}

.head.head_promo {
    text-align: center;
    color: var(--white);
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    max-width: 288px;
    margin: 0 auto 24px;
}

/* Стили для горизонтального слайдера */
.download-banner_list_mobile {
    width: 100%;
    overflow: visible;
    height: 650px;
}

.download-banner_list_mobile .swiper-wrapper {
    display: flex;
    flex-direction: row;
    width: auto;
}

.download-banner_list_mobile .swiper-slide {
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.download-banner__slide_mobile {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Стили для телефона и видео */
.download-banner__slide_phone_mobile {
    position: relative;
    z-index: 12;
}

.download-banner__slide_phone_mobile img {
    width: 100%;
    min-width: 260px;
}

.download-banner__slide_mobile video {
    max-width: 244px;
    max-height: 496px;
    margin-top: -518px;
    position: relative;
    z-index: 11;
}

.download-banner__slide_mobile .picblock {
    width: 100%;
    max-width: 288px;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-banner__slide_mobile .picblock img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* Описание */
.download-banner__slide_mobile .desc {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--white);
    max-width: 288px;
    margin-top: 37px;
}

/* Кнопки загрузки */
.download-banner_mobile .download-buttons {
    max-width: 251px;
    margin: 24px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.download-banner_mobile .swiper-pagination-bullet-active {
    background: white;
}

.swiper-pagination_security {
    top: 573px !important;
    display: none;
}

@media (max-width:1610px) {
    .vertical-line_right {
        left: 96%;
    }

    .vertical-line {
        left: 4%;
    }

    .head-block {
        padding-left: 10%;
    }

    .step__list {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width:1610px) {
    .head-block {
        padding-left: 7%;
    }
}

@media (max-width:1365px) {
    .head-block {
        padding-left: 4%;
    }

    .vertical-line {
        display: none;
    }

    .vertical-line_right {
        display: none;
    }

    .step__list {
        padding-left: 4%;
        padding-right: 4%;
    }

    .download-banner__slide .picblock img {
        width: 100%;
        object-fit: cover;
    }

    .download-banner__slide .video-block img {
        width: 100%;
        object-fit: cover;
    }

    .security_item {
        height: 530px !important;
    }

    .download-banner {
        display: none;
    }

    .download-banner_mobile {
        display: flex;
        flex-direction: column;
        height: fit-content;
        background-size: cover !important;
    }
}

@media (max-width:1252px) {
    .head-block {
        padding-left: 20px;
    }

    .vertical-line {
        display: none;
    }

    .vertical-line_right {
        display: none;
    }

    .step__list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .download-banner_list .container {
        width: -webkit-fill-available;
    }

    .head-block .head {
        min-width: 41%;
    }

    .icon-name {
        min-width: 250px;
    }

    .swiper-slide.review-about-slide {
        height: fit-content;
    }

    .review-about__swiper .swiper-wrapper {
        height: fit-content;
    }

    .desc.desc_citat {
        font-size: 14px;
    }

    .choice .head-block .head {
        min-width: 46%;
    }

    .steps__item__head {
        min-width: unset;
    }

    .steps__item__head .textblock .textblock__wrapper .desc {
        text-wrap: nowrap;
    }
}

@media (max-width:1084px) {
    .header_wrapper {
        padding: 14px 10px;
    }

    .nav__list {
        gap: 13px;
    }
}

@media (max-width:1108px) {
    .head {
        font-size: 42px;
    }

    .header_wrapper {
        padding: 14px 10px;
    }

    .head.head_banner {
        color: var(--white);
        font-weight: 400;
        font-size: 38px;
        line-height: 40px;
        letter-spacing: 0%;
    }

    .main-banner__swiper .head_banner {
        text-align: left;
        max-width: 500px;
    }

    .heroblock {
        padding-bottom: 120px;
    }

    .head-block .head {
        min-width: 44%;
    }

    .review-about-card__banner-card {
        display: flex;
        flex-direction: column;
    }

    .banner-card__picblock {
        width: 100%;
    }

    .review-cards {
        width: 100%;
    }

    .review-cards_item {
        width: 100%;
    }

    .steps__item__head .textblock .textblock__wrapper .desc {
        text-wrap: nowrap;
    }

    .whishes__list {
        margin-top: 64px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .whishes__item .textblock {
        height: fit-content;
    }

    .footer-wrapper .nav__wrapper {
        gap: 28px;
    }
}

@media (max-width:1000px) {
    .footer__bottom {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .right-now {
        display: none;
    }

    .tabs.right-now__tabs.container {
        width: 100%;
        overflow: scroll;
		flex-wrap: nowrap;
    }

    .tabs.right-now__tabs.container::-webkit-scrollbar {
        display: none;
    }

    .tabs.right-now__tabs .tab_item {
        text-wrap: nowrap;
    }

    .right-now__item.swiper-slide {
        background-color: var(--gray) !important;
    }

    .tabs.right-now__tabs.container {
        margin-top: 24px;
    }

    .vacancies__swiper-buttons {
        display: none;
    }

    .right-now__item_bottom {
        display: flex;
        flex-direction: column;
        gap: 24px;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media (max-width:900px) {
    .header__city-choice {
        display: none;
    }

    .swiper-pagination_security {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-banner_slide {
        display: flex;
        flex-direction: column;
        padding: 30px;
        border-radius: 8px;
    }

    .swiper-slide.main-banner_slide {
        background-size: cover !important;
    }

    .main-banner__swiper-buttons {
        padding-left: 0px;
    }

    .btn.btn_download {
        width: 180px;
    }

    .btn.btn_download img {
        object-fit: cover;
        width: 100%;
    }

    .btn_download-footer {
        width: 180px;
    }

    .btn.btn_download-footer img {
        object-fit: cover;
        width: 100%;
    }

    .desc.desc_download {
        font-size: 18px;
    }

    .qr-block {
        padding: 18px 58px;
    }

    .steps__item .picblock {
        height: 290px;
    }

    .steps__item__head .textblock .desc.desc__textblock {
        font-size: 13px;
    }

    .head-block .head {
        min-width: 70%;
    }

    .security {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .security_item {
        height: 456px !important;
    }

    .security_item .textblock .desc {
        width: 60%;
    }

    .review-people-slide__rating {
        gap: 36px;
    }

    .header_wrapper {
        padding: 8px 16px;
    }

    .header.container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .header_wrapper_mobile_nav {
        display: none;
    }

    .swiper-slide.main-banner_slide {
        background-position: 100% center !important;
    }

    .review-about {
        padding-bottom: 80px;
    }

    .review-about-card {
        padding-bottom: 80px;
    }

    .companies {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .steps {
        padding-top: 80px;
        padding-bottom: 64px;
    }

    .wishes {
        padding-top: 80px;
    }

    .header_wrapper_desk {
        display: none;
    }

    .nav__wrapper {
        flex-wrap: wrap;
    }

    .footer-wrapper.container {
        display: flex;
        flex-direction: column;
    }

    .footer-wrapper .nav__wrapper {
        display: flex;
        flex-direction: column;
        margin-top: 32px;
    }

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

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

    .nav__footer .nav__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        max-width: 250px;
    }

    .nav__footer .nav__list .nav_link {
        font-size: 16px;
    }

    .articles_list {
        display: flex;
        flex-direction: column;

    }

    .choice-block {
        display: flex;
        flex-direction: column;
    }

    .swiper.choice_picblock_slider {
        width: 100%;
    }

    .choice__list {
        width: 100%;
        margin-left: 0px;
    }

    .choice_item {
        width: 100%;
    }

    .choice__list.container {
        padding: 0px;
        gap: 32px;
    }

    .tabs.choice__tabs {
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .tabs.choice__tabs::-webkit-scrollbar {
        display: none;
    }

    .bg-gray .choice {
        background-color: var(--white);
    }

    .header_wrapper_mobile {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .choice_item {
        background-color: transparent;
        border: 1px solid #06dfcd00;
        padding: 0px;
    }

    .choice_item .btn.link.link_upper {
        display: none;
    }

    .choice_item .btn link.link_upper {
        display: none;
    }

    .choice__list {
        max-width: 100%;
    }

    .choice_link_mobile {
        display: block;
        width: fit-content;
        margin-top: 24px;
    }

    .choice {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .choice .head-block .head {
        min-width: 63%;
    }

    .easy__textblock {
        margin-top: 65px;
        max-width: 100%;
        height: 336px;
        overflow: hidden;
        transition: height 0.3s ease-in-out;
    }

    .footer__bottom .download-buttons_mobile {
        display: flex;
        width: fit-content;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer__bottom .download-buttons {
        display: none;
    }
}

@media (max-width:800px) {
    .review-about__swiper {
        height: 450px;
    }
	.tabs.right-now__item__tabs {
		height: unset;
	}
    .step__list {
        display: flex;
        flex-direction: column;
    }

    .steps__item {
        width: 100%;
    }

    .heroblock_mobile .btn_choice {
        max-width: 230px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 35px;
    }

    .head-block {
        padding-left: 16px
    }

    .step__list {
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 32px;
    }

    .whishes__list {
        margin-top: 32px;
    }

    .companies-slider-container {
        margin-top: 32px;
    }
}

@media (max-width:600px) {
    .container {
        max-width: unset;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
    }

    .head-line {
        display: none;
    }

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

    .head-block .head {
        min-width: fit-content;
        font-weight: 400;
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 0%;
        text-align: center;
    }

    .review-cards_item {
        gap: 3px;
    }

    .review-cards_item .devide {
        display: none;
    }

    .icon-name {
        justify-content: flex-start;
    }

    .review-cards__star-list .stars {
        display: flex;
        gap: 3px;

    }

    .review-about .head {
        font-weight: 400;
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 0%;
        text-align: left;
    }

    .security__head {
        text-align: center;
        justify-content: center
    }

    .review-about-card {
        padding-top: 64px;
    }

    .review-about-slide.swiper-slide-next {
        opacity: 0.3;
        background-color: transparent;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .heroblock {
        display: none;
    }

    .review-about {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .review-about__swiper {
        margin-top: 32px;
    }

    .review-about-slide {
        padding: 24px 18px;
    }

    .review-about-slide__head {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 18px;
    }

    .review-cards_item {
        display: flex;
        flex-direction: column;
    }

    .review-about-card__banner-card.container {
        padding: 0px;
        margin-top: 32px;
    }

    .review-cards {
        padding-left: 16px;
        padding-right: 16px;
    }

    .review-cards_item .devide {
        width: 100%;
        height: 0px;
        align-items: center;
    }

    .header_wrapper_desk {
        display: none;
    }

    .header_wrapper_mobile {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .heroblock_mobile {
        display: flex;
        flex-direction: column;
    }

    .heroblock_mobile .textblock {
        width: 100%;
        text-align: center;

        padding: 10px;
    }

    .heroblock_mobile .textblock .head {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 0%;
        font-weight: 400;
        text-align: center;
        color: var(--black);
    }

    .heroblock_mobile .tabs {
        display: flex;
        flex-direction: column;
        gap: 8px;
        overflow: scroll;

        margin-top: 16px;
    }

    .heroblock_mobile .tabs::-webkit-scrollbar {
        display: none;
    }

    .heroblock_mobile .tabs .tab_item {
        width: 100%;
        background-color: var(--gray);
    }

    .heroblock_mobile .tabs .tab_item img {}

    .heroblock_mobile .tabs .tab_item .desc_banner {
        text-wrap: nowrap;
    }

    .heroblock_mobile .main-banner__wrapper {}

    .heroblock_mobile .main-banner_slide {
        padding: 0px;
    }

    .heroblock_mobile .main-banner_slide .picblock {
        width: 100%;
        height: 40%;
        overflow: hidden;
    }

    .heroblock_mobile .main-banner_slide .picblock img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-slide.review-people-slide {
        padding: 0px;
        border-left: 0px;
    }

    .review-people-slide__rating {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 6px;
    }

    .review-people-slide__rating .desc_date {
        margin-left: auto;
    }

    .footer__bottom {
        flex-wrap: wrap;
    }

    .whishes__item .textblock {
        padding: 24px;
    }

    .whishes__item_picblock {
        height: 260px;
    }

    .whishes__item_picblock img {
        max-height: 187px;
    }

    .btn.btn__review {
        margin-left: unset;
        width: fit-content;
    }

    .step__list {
        gap: 32px;
    }

    .steps__item {
        gap: 16px;
    }

    .icon__current {
        display: none;
    }

    .textblock__wrapper .devide_green {
        display: none;
    }

    .head {
        font-weight: 400;
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 0%;
    }

    .head-block .head {
        text-align: left;
    }

    .wishes {
        padding-top: 64px;
    }

    .security__head {
        padding-left: 16px;
    }

    .security_item .picblock {
        height: 213px;
    }

    .security_item .textblock .desc {
        width: 90%;
    }

    .security_item {
        height: 530px !important;
    }

    .download-banner {
        display: none;
    }

    .faq_list {
        display: flex;
        flex-direction: column;
    }

    .vacancies .head-block .head {
        min-width: unset;
        text-align: left;
    }

    .vacancies .head-block {
        padding-left: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .choice .head-block .head {
        text-align: center;
    }

    .choice-block {
        margin-top: 24px;
    }

    .choice-block.container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .choice-block .choice__list.container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .swiper-pagination_review_mobile {
        display: flex !important;
        position: relative;
        margin-top: 25px;
        justify-content: center;
    }

    .review-about__swiper {
        height: -webkit-fill-available;
    }

    .star-list.review-cards__star-list {
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid var(--stroke);
        padding-bottom: 15px;
    }

    .swiper-pagination_vacancies_mobile {
        display: flex !important;
        justify-content: center;
    }

    .vacancies_right-now__list {
        height: 658px !important;
    }

    .vacancies_right-now__list .swiper-wrapper {
        height: 80% !important;
    }

    .choice__head-block {
        padding-left: 0px;
        margin: 0 20px;
    }

    .review-cards {
        gap: 0px;

    }

    .review-cards_item {
        border-radius: 0px;
        border-bottom: 0px solid black;
        border-top: 0px solid black;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .review-cards_item:first-child {
        border-radius: 8px 8px 0 0px;
        padding-top: 33px;
        padding-bottom: 17px;
    }

    .review-cards_item:last-child {
        border-radius: 0px 0px 8px 8px;
        padding-bottom: 33px;
        border-bottom: 0px solid black;
    }

    .review-cards_item:last-child .star-list.review-cards__star-list {

        border-bottom: 0px solid black;
    }

    .easy {
        padding: 64px 0px;
    }

    .faq_list {
        margin-top: 49px;
    }

    .faq {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .faq_item.active .faq_item_bottom {
        margin-top: 10px;
    }

    .faq_item.active .faq_item_bottom .devide {
        margin-bottom: 10px;

    }

    .easy__textblock {
        margin-top: 32px;
    }

    .shadow-block {
        margin-top: -944px;
    }

    .head-block.easy__head-block {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .articles {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .vacancies {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .security {
        padding-bottom: 100px;
    }

    .head-block.review-about-card__head-block {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .star-list.review-cards__star-list .star_item {
        width: fit-content;
        background-color: transparent;
        border: 0px solid black;
    }

    .desc_rating {
        margin-left: 10px;
    }

    .icon-name {
        gap: 8px;
    }

    .star-list.review-cards__star-list {
        margin-left: 43px;
    }

    .head-block .head {
        text-align: center;
    }

    .head-block.review-about-card__head-block .head {
        text-align: left;
    }

    .head-block.faq__head-block .head {
        text-align: left;
    }

    .head-block.articles__head-block {
        padding-left: 0px;
    }

    .articles_mobile {
        display: block;
    }

    .article_desk {
        display: none;
    }

    .swiper-slide.articles_item {
        height: -webkit-fill-available !important;
    }

    .swiper-slide.articles_item.article_item_mini {
        height: unset !important;
        max-height: 300px;
    }

    .articles_item_body .desc_articles {
        width: 100%;
    }

    .articles_item_body .head_articles {
        font-size: 21px;
    }

    .security_item .textblock .desc {
        font-size: 14px;
    }

    .articles_item .picblock {
        min-height: 180px;
    }

    .choice_picblock_slider .swiper-wrapper {
        height: 570px;
    }
}

@media (max-width:420px) {
    .vacancies_right-now__list .swiper-wrapper {
        height: 80% !important;
    }
}

@media (max-width: 400px) {
    .banner-card__picblock {
        height: 320px;
    }

    .footer__bottom {
        gap: 16px;
    }

    .footer__bottom .download-buttons_mobile {
        display: flex;
        width: fit-content;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer__bottom .download-buttons {
        display: none;
    }

    .footer__bottom .nav .nav__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .right-now__item_head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
    }

    .devide.devide_right-now_mob {
        display: block;
        width: 100%;
        height: 0px;
        margin-top: 0px;
        margin-bottom: 0px !important;
    }

    .vacancies_right-now__list .swiper-wrapper {
        height: 95% !important;
    }

    .articles_item_head {
        width: 100%;
    }
}

@media (max-width:350px) {
    .vacancies_right-now__list .swiper-wrapper {
        height: 95% !important;
    }
}

.logoblock .picblock {
    display: flex;
    align-items: center;
    gap: 4px;
}

.logoblock .picblock .textblock {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    padding-top: 8px;
}

.logoblock .picblock img {
    max-height: 47px;
}

.logoblock .picblock .logo-text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    color: #FF004D;
}

.logoblock .picblock .logo-text_bold {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    color: #FF004D;
}

.blog-page {
    padding-left: 62px;
    padding-right: 62px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 54px;
	margin-top: 25px;
}

.breadcrumbs i {
    color: #070538;
    width: 12px;
    height: 12px;
}


.breadcrumbs .breadcrumb-item {
    float: left;
    font-family: var(--mainFont);
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}

.breadcrumbs .breadcrumb-item .breadcrumbs .breadcrumb-item span {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    white-space: normal;
    color: var(--black);
}

.breadcrumbs .breadcrumb-item a span {
    font-family: var(--mainFont);
    font-size: 12px;
    font-weight: 400;
    color: var(--black);
    font-weight: 500;
    margin-top: 2px;
}

.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: none;
}


.breadcrumb-item span {
    font-weight: 300;
    font-size: 12px;
    font-weight: 500;
    color: #98A0B4;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover {}

.category-list {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding-top: 54px;
    padding-bottom: 30px;
}

.category-item {
    padding: 16px;
    border: 1px solid #7E48EA;
    background-color: var(--white);
    font-family: var(--mainFont);
    font-weight: 300;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 16px;
    letter-spacing: 0%;
    color: black;
    border-radius: 50px;
}

.category-item.select {
    background-color: var(--red);
    border: 1px solid var(--red);
    color: var(--white);
}

.category-item:hover {
    background-color: var(--red);
    border: 1px solid var(--red);
    color: var(--white);
    cursor: pointer;
}

.blog-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.articles_item .category-item {
    margin-bottom: 16px;
    width: fit-content;
    padding: 8px 16px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.blog-list .articles_item_bottom {
    padding: 0px 10px;
}

.blog-list .desc.desc_articles {
    margin-bottom: 0px;
}

.blog-list .articles_item_body {
    padding-bottom: 0px;
    min-height: 334px;
}

.blog-list .articles_item_content {
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: space-between;
}

main {
    padding-top: 120px;
}

.articles_item.articles_item_main {
    display: flex;
    padding: 8px;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 64px;
    padding-right: 32px;
    border: 1px solid var(--stroke);

}

.articles_item.articles_item_main .articles_item_body .desc_articles {
    width: 100%;
    min-height: 181px;
}

.articles_item.articles_item_main .category-item {
    margin-bottom: 0px;
}

.articles_item.articles_item_main .picblock {
    width: 57.33%;
    height: 360px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.articles_item.articles_item_main .articles_item_head {
    display: flex;
    align-items: center;
    gap: 8px;
}

.articles_item.articles_item_main .articles_item_body {
    padding-left: 0px;
    padding-right: 0px;
}

.articles_item.articles_item_main .articles_item_bottom {
    display: flex;
    justify-content: flex-end;
}

.articles_item.articles_item_main .articles_item_content {
    width: 42%;
}

.blog-list .articles_item.article_item_mini .articles_item_body {
    min-height: 190px;
    max-height: 120px;
    padding-top: 0px;
}

.blog-list_mini {
    margin-bottom: 64px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.blog-list_mini .blog-list {
    margin-bottom: 44px;
    width: 100%;
}

.blog-list_mini .articles_item .category-item {
    margin-bottom: 0px;
}

.blog-list_mini .articles_item .articles_item_head {
    gap: 8px;
    padding-left: 10px;
}

.blog-list_mini .articles_item {
    cursor: pointer;
}

.blog-list_mini .link.link_upper {
    width: fit-content;
    margin-left: auto;
}

.blog-page .articles_item_head .desc_date {
    color: var(--black);
}

.blog-list.flex {
    display: flex;
    flex-direction: column;
}

.blog-list .not-elements {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.blog-list_mini.mobile {
    display: none;
}

.blog-mini-mobile .swiper-pagination {
    transform: translateY(90px);
    display: none !important;
}

.blog-list-mobile {
    display: none;
}

.articles_item.articles_item_main .articles_item_main_head {
    display: none;
}

main::-webkit-scrollbar {
    display: none;
}

.blog-page::-webkit-scrollbar {
    display: none;
}

@media (max-width:1280px) {
    .blog-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .blog-list_mini .blog-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .blog-list .articles_item_body {
        min-height: 350px;
    }
}

@media (max-width: 1250px) {
    .blog-page {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 1048px) {
    .articles_item.articles_item_main .articles_item_body .desc_articles {
        min-height: 145px;
    }
}

@media (max-width: 1000px) {
    .blog-list_mini {
        display: none;
    }

    .blog-list_mini.mobile {
        display: block;
    }

    .blog-mini-mobile .swiper-pagination {
        display: block !important;
        transform: translateY(30px);
        position: relative;
    }

    .blog-list_mini .link.link_upper {
        display: block;
        margin-top: 25px;
        margin-left: unset;
    }
}

@media (max-width: 780px) {
    .blog-list-mobile {
        display: flex;
        flex-direction: column;
    }

    .blog-list-mobile .blog-list {
        display: flex;
        flex-direction: column;
    }

    .blog-list-desktop {
        display: none;
    }

    .articles_item.articles_item_main {
        display: flex;
        flex-direction: column;
        padding: 12px 8px 32px 8px;
        gap: 8px;
    }

    .articles_item.articles_item_main .articles_item_body {
        padding: 0px 8px;
    }

    .articles_item.articles_item_main .picblock {
        width: 100%;
        height: 280px;
    }

    .articles_item.articles_item_main .articles_item_content {
        width: 100%;
    }

    .articles_item.articles_item_main .articles_item_body .desc_articles {
        min-height: fit-content;
    }

    .articles_item.articles_item_main .articles_item_main_head {
        display: block;
    }

    .articles_item.articles_item_main .articles_item_main_head .desc.desc_date {
        color: var(--black);
    }

    .articles_item.articles_item_main .articles_item_head .desc.desc_date {
        display: none;
    }

    .articles_item.articles_item_main .articles_item_bottom {
        justify-content: flex-start;
        margin-top: 24px;
    }

    .blog-list .articles_item_body {
        min-height: fit-content;
    }

    .blog-list .articles_item_bottom {
        margin-top: 24px;
    }

    .blog-list-mobile .pagination-blog {
        margin-top: 32px;
    }

    .blog-list-mobile .pagination-blog_links {
        gap: 10px;
    }

    .category-list {
        padding-top: 32px;
        padding-bottom: 32px;
        flex-wrap: wrap;
    }

    .breadcrumbs {
        margin-bottom: 32px;
		margin-top: 0px;
    }
}

@media (max-width: 500px) {
    .articles_item.articles_item_main .picblock {
        width: 100%;
        height: 180px;
    }
}

.content-detail {
    display: flex;
    flex-direction: column;
}

.content-detail_head {}

.date-item {
    padding: 8px 16px;
    background-color: var(--gray);
    border: 1px solid var(--stroke);
    border-radius: 50px;
    width: fit-content;
}

.date-item .desc.desc_date {
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    color: black;
}

.content-detail .head_name {
    max-width: 646px;
    margin-top: 24px;
}

.content-blocks {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.content-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 50px;
    width: fit-content;
}

.content-item.category {
    border: 1px solid var(--red);
    color: var(--black);
}

.content-item.category:hover {
    background-color: var(--red);
    border: 1px solid var(--red);
    color: var(--white);
}


.content-detail_body {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #21203F;
    overflow: hidden;
}

.content-detail_body img {
    width: auto;
    height: 324px;
    border-radius: 6px;
}

.content-detail_preview {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 746px;
    margin-top: 24px;
}

.content-detail_preview .desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #21203F;
    max-width: 648px;
}

.content-detail_preview img {
    width: 100%;
    border-radius: 6px;
    height: 420px;
}

.content-detail_body iframe {
    width: 100%;
    height: 324px;
    border-radius: 6px;
}

.content-detail_body p,
.content-detail_body h2,
.content-detail_body h3,
.content-detail_body h4,
.content-detail_body h5,
.content-detail_body h6 {
    max-width: 650px;
}

.content-detail_body p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #21203F;
}

.content-detail_body h2 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.content-detail_body h2 {
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 16px;
}

.content-detail_body h3 {
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 16px;
}

.content-detail_body h4 {
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 16px;
}

.content-detail_body h5 {
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 16px;
}

.content-detail_body h6 {
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 16px;
}

.content-detail_body iframe {
    margin-top: 16px;
    margin-bottom: 16px;
}

.heads-block {
    display: flex;
    flex-direction: column;
    background-color: var(--gray);
    border: 1px solid var(--stroke);
    border-radius: 8px;
    padding: 32px;
    margin-bottom: 48px;
}

.heads-block ol {
    list-style-type: none;
    padding-left: 0;
    counter-reset: my-counter;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.heads-block li {
    counter-increment: my-counter;
    position: relative;
    padding-left: 30px;
}

.heads-block li::before {
    content: counter(my-counter) ".";
    position: absolute;
    left: 0;
    color: var(--main-color);
    font-weight: bold;
}

.heads-block li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--black);
}

.jaw-block {
    border-left: 2px solid var(--main-color);
    padding-left: 16px;
    margin-bottom: 64px;
    margin-top: 32px;
}

.jaw-block p {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    color: var(--black);
}

.slider-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    gap: 32px;
}

.gallery .gallery-item.swiper-slide {
    width: 360px;
    height: 324px;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 7px;
}

.gallery .gallery-item.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-pagination {
    position: relative !important;
    width: fit-content !important;
    margin-top: 15px;
}

.gallery-pagination .swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

.gallery.container {
    max-width: 1129px;
    overflow: hidden;
    margin-top: 24px;
}

.content-detail_body .blog-citat img {
    width: unset;
    height: unset;
}

.blog-citat {
    border-radius: 8px;
    background-color: var(--gray);
    border: 1px solid var(--stroke);
    padding: 24px 16px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.blog_citat_head {
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog-citat .devide {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 9px;
}

.blog-citat_bottom {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog_citat_head .textblock span {
    color: var(--main-color);
}

.blog-citat .blog_citat_head .picblock {
    min-width: 100px;
    min-height: 100px;
    background-color: var(--white);
}

.content_author {
    display: flex;
    align-items: center;
    max-width: 746px;
    gap: 24px;
    margin-top: 64px;
}

.author-block {
    display: flex;
    background-color: var(--gray);
    border: 1px solid var(--stroke);
    border-radius: 8px;
    padding: 24px 16px;
    gap: 24px;
    padding-right: 55px;
}

.author-block .picblock.picblock_avatar {
    background-color: var(--white);
}

.author-block .textblock {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.author-block .textblock .likes-block {
    display: flex;
    align-items: center;
    gap: 32px;
}

.author-block .textblock .likes-block .like-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.like-item.rated svg path {
    fill: var(--main-color)
}

.like-item.rated .like-item_count {
    color: var(--main-color);
}

.author-block .desc.desc_small {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #98A0B4;
}

.author-block .desc.name {
    margin-bottom: 8px;
    font-weight: 400;
}

.share-block {
    border: 1px solid var(--stroke);
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 30px;
    padding-right: 103px;
    padding-top: 34px;
    padding-bottom: 34px;
}

.share-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.share-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.share-item .desc {
    color: black;
    font-weight: 400;
}

.share-item .desc:hover {
    color: var(--main-color);
    cursor: pointer;
}

.like-item:hover svg path {
    fill: var(--main-color) !important;
    cursor: pointer;
}

.like-item:hover .like-item_count {
    color: var(--main-color);
    cursor: pointer;
}

.faq-blog .head-block {
    padding-left: 0px;
}

.read-more .head-block {
    padding-left: 0px;
}

.content-detail .faq {
    margin-top: 124px;

}

.faq-blog {
    padding-left: 64px;
    padding-right: 64px;

}

.read-more {
    padding-left: 64px;
    padding-right: 64px;
    margin-bottom: 124px;
}


.read-more .blog-list {
    margin-top: 32px;
}

.read-more .blog-list .articles_item {
    background-color: var(--white);
}

.bg-gray-main {
    background-color: var(--gray);
    margin-top: 124px;
}

.blog-citat .devide.devide_horizontal.mobile {
    display: none;
}

@media (max-width:1250px) {
    .faq-blog {
        padding-left: 20px;
        padding-right: 20px;
    }

    .read-more {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 800px) {
    .bg-gray-main .faq-list_container {
        width: 100%;
    }

    .content-blocks {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: left;
        gap: 8px;
        flex-wrap: wrap;
        margin-top: 8px;
    }

    .breadcrumbs {
        margin-bottom: 32px;
        flex-wrap: wrap;
    }

    .content-detail .head_name {
        margin-top: 8px;
    }

    .content-detail .head.head_name {
        font-size: 20px;
    }

    .content-detail_preview img {
        height: 320px;
    }

    .content-detail_preview {
        gap: 16px;
    }

    .heads-block {
        padding: 24px;
        margin-bottom: 32px;
    }

    .heads-block ol {
        gap: 10px;
    }

    .content-detail_body h2 {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .content-detail_body h3 {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .content-detail_body h4 {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .content-detail_body h5 {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .content-detail_body h6 {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .content-detail_body img {
        height: 220px;
    }

    .gallery.container {
        padding: 0px;
    }

    .jaw-block {
        margin-bottom: 42px;
    }

    .content-detail_body iframe {
        height: 220px;
    }

    .content_author {
        display: flex;
        align-items: center;
        max-width: 100%;
        width: 100%;
        gap: 22px;
        margin-top: 40px;
        flex-direction: column;
    }

    .share-block {
        border: 0px solid var(--stroke);
        display: flex;
        flex-direction: column;
        border-radius: 8px;
        padding: 0px;
        width: 100%;
    }

    .author-block {
        width: 100%;
    }

    .share-item {
        display: flex;
        justify-content: center;
        width: 100%;
        border: 1px solid var(--stroke);
        border-radius: 8px;
        align-items: center;
        gap: 8px;
        padding: 14px 0px;
    }

    .faq-blog {
        padding-left: 0px;
        padding-right: 0px;
    }

    .faq_list.container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .read-more {
        padding-left: 0px;
        padding-right: 0px;
    }

    .read-more .blog-list {
        display: flex;
        flex-direction: column;
    }

    .bg-gray-main {
        margin-top: 64px;
    }

    .blog_citat_head {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-direction: column-reverse;
    }

    .blog_citat_head .textblock {
        text-align: center;
    }

    .blog-citat_bottom {
        display: flex;
        flex-direction: column;
    }

    .content-detail_body .content-item p.desc {
        width: fit-content;
        max-width: 205px;
        line-height: 18px;
    }

    .content-detail_body .blog_citat_head .textblock {
        font-size: 20px;
    }

    .blog-citat .devide.devide_horizontal {
        display: none;
    }

    .blog-citat .devide.devide_horizontal.mobile {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .head-block.faq__head-block .head {
        padding-left: 16px;
    }

}

.copy-toast {
    position: fixed;
    z-index: 999999995;
    bottom: 25px;
    right: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 16px 16px #086cf757;
    background-color: #ffffff;
    border: 1px solid var(--main-color);
    overflow: hidden;
    padding: 10px 20px;
    gap: 20px;
    max-width: 400px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s, transform 0.3s;
}

.copy-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.copy-toast::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e0e0e0;
}

.copy-toast::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: var(--main-color);
    animation: progressBar 8s linear forwards;
}

.copy-toast .desc {
    font-weight: 400;
    margin: 0;
}

.btn.btn-toast {
    border-radius: 8px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    color: #666;
}

.btn.btn-toast:hover {
    color: #000;
}

@keyframes progressBar {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(20px);
    }
}

.company-content {
    max-width: 67.5%;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #21203F;
    margin-top: 32px;
}

.company-content img {
    width: 100%;
    border-radius: 8px;
	height: auto;
}

.company-content p {
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #21203F;
    margin-top: 16px;
    margin-bottom: 16px;
}

@media (max-width: 800px) {
    .company-content {
        max-width: 100%;
        margin-top: 32px;
    }
}

.bg-gray_company {
    background-color: var(--gray);
}

.company-image {
    padding: 64px 0px;
}

.company-image .picblock {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.company-image .picblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* cleaned page */
.bg-gray.clean-modification {
    background: #ffffff;
}
.vertical-line.clean-modification,
.vertical-line_right.clean-modification
{
    display: none;
}
.footer.clean-modification
{
    border-top: 1px solid #CCD4E3;
}
.footer.clean-modification,
.footer.clean-modification > .bg-gray
{
    background-color: white;
}

/* clean-page */
.clean-page {
    overflow: hidden;
	padding-bottom: 100px;
}
.clean-page .head {
    padding-bottom: 30px;
}
.clean-page .content {
    max-width: 648px
}
.clean-page p {
    padding: 4px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

/* document-page */
.document-page {
    overflow: hidden;
	padding-bottom: 100px;
}

/* contacts-page */
.contacts-page {
    overflow: hidden;
	padding-bottom: 100px;
}
.contacts-page .contacts {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.contacts-page .contacts .contact {
	max-width: 552px;
	min-width: 264px;
	width: fit-content;
	height: fit-content;
	padding: 20px 0;
	border-bottom: 1px solid #CCD4E3;
}
.contacts-page .contacts .contact .head {
	margin: 10px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0%;
	color: #98A0B4;
}
.contacts-page .contacts .contact .desc {
	margin-left: 30px;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0%;
	color: #070538;
}
.contacts-page .contacts .contact .desc:before {
	position: absolute;
	left: -30px;
    font-family: FontAwesome;
	color: #070538;
}
.contacts-page .contacts .contact.address .desc:before {
	content: "\f3c5";
    font-size: 24px;
}
.contacts-page .contacts .contact.phone .desc:before {
	content: "\f095";
    font-size: 20px;
}
.contacts-page .contacts .contact.whatsapp .desc:before {
    width: 24px;
    height: 24px;
	border-radius: 24px;
	content: "\f232";/*f40c*/
    font-size: 20px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #070538;
}
.contacts-page .contacts .contact.telegram .desc:before {
	content: "\f2c6";
    font-size: 24px;
}
.contacts-page .contacts .contact.mail .desc:before {
	content: "\f0e0";
    font-size: 20px;
}

/* faq-page */
.faq-page {
    overflow: hidden;
	padding-bottom: 100px;
}
.faq-page > .head {
    padding: 0 0 30px 0;
}
.faq-list {
    display: flex;
	flex-direction: row;
	gap: 30px;
}
.faq-list__column {
	max-width: 50%;
	width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.faq-item {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--stroke);
    background-color: var(--white);
    transition: all 0.3s ease;
    min-height: 80px;
    overflow: hidden;
    height: auto;
}
.faq-item.active {
    height: auto;
}
.faq-item.active .btn__faq-item {
    transform: rotate(180deg);
    background-color: #EAE9F2;
    transition: all 0.3s ease;
}
.faq-item.active .faq-item__bottom-block {
    visibility: visible;
    height: auto;
    opacity: 1;
    margin-top: 28px;
    transition:
        opacity 0.3s ease,
        margin-top 0.3s ease;
}
.faq-item.active .faq-item__bottom-block .devide {
    margin-bottom: 16px;
}
.faq-item.active .head__faq-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
	color: #086BF7;
}
.faq-item__head-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
	gap: 5px;
}
.faq-item__head-block .head__faq-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: var(--black);
    margin-right: 16px;
}
.faq-item__bottom-block {
    visibility: hidden;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
        height 0.3s ease,
        opacity 0.3s ease,
        visibility 0.3s ease;
}
.btn__faq-item {
    width: 32px;
    height: 32px;
    background-color: var(--green);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.faq-item .devide {
    width: 100%;
    height: 0px;
    border-top: 1px solid var(--stroke);
    transition: all 0.3s ease;
}
.head-block.faq-item__head-block {
    padding: 0;
}
.head-block.faq-item__head-block .head {
    min-width: min-content;
	text-align: start;
}

.faq-item__bottom-block .desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
	font-family: "Noto Sans", sans-serif;
    width: 84%;
    transition: all 0.3s ease;
}

@media(max-width: 700px) {
	.faq-list {
		flex-direction: column;
		gap: 8px;
	}
	.faq-list__column {
		max-width: 100%;
	}
}

/* history-page */
.history-page__content p {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #21203F;
  margin-top: 16px;
  margin-bottom: 16px;
}


/* mission-page */
.history-page__content p {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #21203F;
  margin-top: 16px;
  margin-bottom: 16px;
}



.team-list{
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 24px;
	align-items: start;
}
.team-item{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
}
.team-item .picblock{
	background-color: #FFF;
	width:100%;
	height: 262px;
	border-radius:8px;
}
.team-item .picblock img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-item .text-block{
	display: flex;
	flex-direction: column;
	padding-top: 16px;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap:4px;
    max-width: 67%;
}
.head.head_team{
	font-weight: 300;
	font-style: Light;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #000000;
}
.desc.desc_team{
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 12px;
	letter-spacing: 0%;
	color: #98A0B4;
}
.team-list.mobile{
	display:none;
}
@media(max-width: 1230px){
	.company-image{
		padding: 64px 20px;
	}
	.team-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 24px;
	}
	.team-item .text-block {
		max-width: 90%;
	}
}
@media(max-width: 800px){
	.team-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 24px;
	}
	.picblock.reviews-picblock{
		margin-top:8px;
	}
}
@media(max-width: 500px){
	.team-list.desk{
		display:none;
	}
	.team-list.mobile{
		display:flex;
	}
	.team-item .text-block {
		max-width: 86%;
	}
}
table.data-table {
    width: 100%;
    border-color: gray;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
    background-color: white;
}
table.data-table tr.alt-row {
    background-color: #c8c8c8;
}
table.data-table td, table.data-table th {
    padding: 1em;
    font-size: 0.85em;
}
.faq-block{
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	height: fit-content;
	background-color: #FFF;
	margin-bottom: 50px
}
.faq-block h2{
	margin-bottom: 10px;
}
.faq-block a{
	color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.faq-block ul{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.faq-block span{
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
    font-weight: 600;
}
/* --- Нумерованный список (ol) --- */
.content-detail_body ol {
    list-style-type: none;
    padding-left: 0;
    counter-reset: counter;
    display: flex;
    flex-direction: column;
	gap: 10px;
	margin-top: 15px;
}

.content-detail_body ol li {
    counter-increment: counter;
    position: relative;
    padding-left: 19px;
}

.content-detail_body ol li::before {
    content: counter(counter) ".";
    position: absolute;
    left: 0;
    color: var(--main-color);
    font-weight: bold;
}

/* --- Маркированный список (ul) --- */
.content-detail_body ul {
    list-style: none;        
    margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 15px;
}

.content-detail_body ul li {
    position: relative;
    padding-left: 15px;       
}

.content-detail_body ul li::before {
    content: "•";            
    position: absolute;
    left: 0;
    color: var(--main-color); 
    font-size: 2em;         
}
.response-modal{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 0px;
    background-color: #08062AD6;
    left: 0;
    top: 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.response-modal.active{
    visibility: visible;
    opacity: 1;
    height: 100vh;
}
.response-modal_content{
    background-color: var(--white);
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
	overflow-y: auto;
    display: none;
}
.response-modal_content.active {
  display: flex !important;
}
.response-modal_body{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.response-modal_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--stroke);
}
.response-modal_head .head{
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
}
.label{
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--black);
}
.response-modal .input-block{
    display: flex;
    flex-direction: column;
    align-items: start;
    border-bottom: 0px;
    gap: 8px;
}
.input-block_fio .input{
    width: 271px;
}
.response-modal .input-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 519px;
    border-bottom: 1px solid #D0D5DD;
    padding-bottom: 16px;
}
.response-modal .input{
    padding: 9px 10px;
    border: 1px solid #D0D5DD;
    outline:none;
    border-radius: 5px;
}
.response-modal .input.date-birth{
    max-width: 144px;
}
.response-modal .input::placeholder{
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #98A0B4;
}

.response-modal .input-block .input-block_wrapper{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 16px;
}
.input-radio-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.response-modal_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.radio-input {
    appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.radio-input:checked {
    background-color: #06DFCD;
    border-color: #06DFCD;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
}

.radio-input:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.radio-input:disabled + span {
    opacity: 0.5;
    cursor: not-allowed;
}
.response-modal_bottom .checkbox-input .checkbox-label{
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #98A0B4;
}
.close-response{
    cursor:pointer;
}
.error {
    border-color: red !important;
}

.error-message {
    color: red;
    font-size: 11px;
    margin-top: 5px;
    display: block;
}
.form-error{
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.checkbox-item_wrapper{
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 56%;
}
.checkbox-item_error-message{
    color: red;
    font-size: 11px;
    margin-top: 5px;
    display: block;
}

.success-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.success-modal_content {
    background: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    max-width: 400px;
    width: 90%;
}

.success-modal_icon {
    margin-bottom: 20px;
}

.success-modal_icon img {
    width: 60px;
    height: 60px;
}

.success-modal_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.success-modal_text {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .response-modal_bottom{
        display: flex;
        flex-direction: column-reverse;
        gap: 16px;
    }
    .response-modal_bottom .checkbox-item {
        max-width: 100%;
    }
    .response-modal .input{
        width:100%;
    }
    .response-modal .input-wrapper{
        max-width: 100%;
    }
    .response-modal .input-block{
        width: 100%;
    }
    .response-modal .input.date-birth{
        max-width: 100%
    }
}
.desc.desc_rating.no-rating {
    color: #98A0B4;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}
.review-page .desc.desc_label {
    margin-bottom: 8px;
}
.desc.desc_label {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #98A0B4;
}
.review-about-slide .btn.btn_geo{
	margin-top:10px;
}

.header-link__region{
	display:none !important;
}
.response-modal .response-modal_content.phone .input, .response-modal .response-modal_content.code .input{
    width: 100%;
}
.similar-shift .response-modal_head .head {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
}
.btn.btn_link{
    color: var(--main-color);
    padding: 0px;
    font-size: 16px;
    background-color: transparent;
    border-radius: 0px;
}
.response-modal_content.phone, .response-modal_content.code{
    width: 456px;
}
.response-modal_content.code .response-modal_bottom .btn{
    width: 100%;
}
@media(max-width: 600px){
    .response-modal_content.phone, .response-modal_content.code{
        width: 100%;
    }
    .similar-shift .response-modal_head .head{
            font-weight: 600;
            font-size: 18px;
            line-height: 28px;
            letter-spacing: 0%;
            max-width: 90%;
    }
    .checkbox-item_wrapper{
        max-width: 100%;
    }
    .response-modal_head .head{
            font-weight: 600;
            font-size: 18px;
            line-height: 28px;
            letter-spacing: 0%;
            max-width: 90%;
    }
    .response-modal{
        padding-left: 5px;
        padding-right: 5px;
    }
}
.response-modal_head_wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn.btn_back{
    width: fit-content;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.btn.btn_back img{
    width: 15px;
    height: 17px;
    margin-top: 3px;
}




















.promo-popup {
    width: 100%;
}
.promo-popup .popup-wrapper {
    width: 100%;
    height: 177px;
    padding: 30px 44px;
    display: none;
    background: #FFFF;
    z-index: 100;
    top: 0;
    box-shadow: 0px 4px 10px 0px #00000026;
    position: relative;
    overflow: hidden;
}
.promo-popup .popup-background {
    width: 100%;
    height: 177px;
    display: none;
}
.promo-popup.active,
.promo-popup.active .popup-wrapper { 
    display: flex;
    justify-content: center;
    position: fixed;
	z-index: 102;
}
.promo-popup.active .popup-background {
 	display: flex;
    justify-content: center;
    position: fixed;
	z-index: 100;
}
.promo-popup.active + header { 
    top: 177px;
}

.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: #FF004D;
    transition: width 15s linear;
}

.promo-popup .content_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.promo-popup .stars-container {
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
}
.promo-popup .stars-container .star_item {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;    
    background-color: transparent;
}
.promo-popup .stars-container .star_item img {
    width: 17px;
    height: 17px;
}
.promo-popup .btn-container {
    width: 24px;
    height: 24px;
    margin-top: 14px;
}
.promo-popup .btn-container .close-btn {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.promo-popup .content_bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.promo-popup .head-popup {
    font-family: Noto Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
}
.promo-popup .desc-popup {
    font-family: Noto Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
    opacity: 60%;
}
@media(max-width: 900px) {
    .promo-popup.active + header .header_wrapper { 
        box-shadow: inset 0px 4px 10px 0px #00000026;
    }
}
@media(max-width: 600px) {
    .promo-popup .popup-wrapper {
        height: 105px;
        padding: 16px 12px;
        border-bottom: 3px solid #FF004D;
    }
    .promo-popup .popup-background {
        height: 105px;
    }
    .promo-popup.active + header { 
        top: 105px;
    }
    .progress-bar {
        height: 3px;
    }
    .promo-popup .stars-container {
        margin-bottom: 6px;
    }
    .promo-popup .btn-container {
        margin-top: 8px;
    }
    .promo-popup .content_bottom {
        gap: 4px;
    }
    .promo-popup .head-popup {
        font-size: 14px;
    }
    .promo-popup .desc-popup {
        font-size: 11px;
    }
}







.promo-popup-download {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 250;
}
.promo-popup-download.active {
    display: block;
}
.promo-popup-download .popup-wrapper {
    padding: 66px 0px;
    padding-bottom: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: scroll;
    align-items: center;
    background: url("/upload/promo-download/popup_background.png") no-repeat center center / cover;
}
.promo-popup-download .popup-wrapper.deactive {
    display: none;
}
.promo-popup-download .popup-wrapper > .btn-container {
    position: absolute;
    top: 74px;
    right: 44px;
}
.promo-popup-download .popup-wrapper > .btn-container.deactive {
    display: none;
}
.promo-popup-download .popup-wrapper > .btn-container .close-btn {
    width: 42px;
    height: 42px;
}
.promo-popup-download .main-content {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 74px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.promo-popup-download .main-content.deactive  {
    display: none;
}
.promo-popup-download .content_top {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 49px;
}
.promo-popup-download .logo {
    width: 327px;
    height: 150px;
}
.promo-popup-download .mockup {
    width: auto;
    height: 50vh;
    overflow: hidden;
}
.promo-popup-download .mockup img {
    width:100%;
    height: 100%;
    object-fit: cover;
}
.promo-popup-download .content_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.promo-popup-download .content_bottom  .popup-download__head {
    font-family: Noto Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
    text-align: center;
    color: #ffffff;
}
.promo-popup-download .content_bottom  .popup-download__desc {
    font-family: Noto Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
    text-align: center;
    color: #ffffff;
}
.promo-popup-download .content_bottom .btn-container {
    width: fit-content;
    height: fit-content;
    margin-top: 40px;
}
.promo-popup-download .content_bottom .download-btn {
    padding: 23.5px 48.5px;
    background-color: #FFFFFF;
    border: 1px solid var(--Stroke, #CCD4E3);
    border-radius: 60px; 
}
.promo-popup-download .content_bottom .download-btn span {
    padding-left: 30px;
    position: relative;
    z-index: 0;  
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
}
.promo-popup-download .content_bottom .download-btn p{

}
.promo-popup-download .content_bottom .download-btn{
    display: flex;
    align-items: center;
    gap: 8px;
}
.promo-popup-download .content_bottom .download-btn img{
    width: 24px;
    height:24px;
}
.promo-popup-download .bottom-slider {
    width: 100%;
    height: 61%;
    padding: 160px 44px;
    position: absolute;
    bottom: 0;
    display: none;
    flex-direction: column;
    gap: 44px;
}
.promo-popup-download.active .bottom-slider.active {
    display: flex;
    z-index: 100;
    background: url(/upload/promo-download/bg-blur.png) no-repeat center center;
    background-position: center -21px;
}
.promo-popup-download.active .bottom-slider::before{
    content: "";
    position: absolute;
    inset: -4px; 
    top: 0px;
    z-index: -1;
    border-radius: 6px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 60%);
    pointer-events: none;
}
.promo-popup-download .bottom-slider .popup-download__head {
    font-family: Noto Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
    text-align: center;
    color: #070538;
}
.promo-popup-download .bottom-slider .btn-container {
    width: 100%;
    height: fit-content;
    display: flex;
    gap: 24px;
}
.promo-popup-download .bottom-slider .download-btn { 
    width: 100%;
    border: 1.93px solid #7085BA; 
    border-radius: 16px;
    padding:36px;
}
.promo-popup-download .bottom-slider .download-btn img {
    width: 75%;
}
.promo-popup-download .bottom-slider .download-btn .desc.desc-download{
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-left: 23%;
}
.promo-popup-download .bottom-slider .rustore-promo {
    
}
.promo-popup-download .bottom-slider .googleplay-promo {
    
}

@media(max-width: 765px) {
    .promo-popup-download .content_bottom  .popup-download__head {
        font-size: 40px;
    }
    .promo-popup-download .content_bottom .popup-download__desc{
        font-size: 25px;
    }
    .promo-popup-download .content_bottom .btn-container{
        width: fit-content;
        height: fit-content;
        margin-top: 20px;
    }
    .promo-popup-download .logo{
        display: none;
    }
    .promo-popup-download .bottom-slider .btn-container{
        display: flex;
        flex-direction: column;
    }
}
@media(max-width: 600px) {
    .promo-popup-download .mockup {
        width: auto;
        height: 55vh;
        overflow: hidden;
    }
    .promo-popup-download .bottom-slider .popup-download__head{
        font-family: Noto Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 24px;
        leading-trim: NONE;
        line-height: 110.00000000000001%;
        letter-spacing: -1%;
        text-align: center;
    }
    .promo-popup-download .bottom-slider .download-btn{
        padding: 9px 30px;
    }
    .promo-popup-download .bottom-slider .download-btn .desc.desc-download{
        font-weight: 400;
        font-style: Regular;
        font-size: 11px;
        line-height: 100%;
        letter-spacing: 0%;
        margin-left: 23%;
    }
    .promo-popup-download .bottom-slider{
        gap: 16px;
    }
    .promo-popup-download .bottom-slider .btn-container{
        gap: 8px;
    }
}
@media(max-width: 500px) {
    .promo-popup-download .content_bottom .btn-container {
        width: 100%;
        height: fit-content;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 12px;
        padding-right: 12px;
    }
    .promo-popup-download .content_bottom .download-btn{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .promo-popup-download .content_bottom  .popup-download__head {
        font-size: 24px;
    }
    .promo-popup-download .content_bottom .popup-download__desc{
        font-size: 16px;
    }
    .promo-popup-download .popup-wrapper > .btn-container{
        position: absolute;
        top: 23px;
        right: 12px;
    }
    .promo-popup-download .popup-wrapper > .btn-container .close-btn {
        width: 24px;
        height: 24px;
    }
    .promo-popup-download .main-content{
        gap: 35px;
    }
}
@media (max-width:375px) {
    .promo-popup-download .main-content{
        gap: 26px;
    }
}