/**
 * Индивидуальные стили для сайта клиента, не для Теста. На Тесте остается пустым.
 */


.review-card__text.shadow {
	position: relative;
}

.review-card__text.shadow::after {
	content: "";
	display: block;
	height: 40px;
	width:100%;
	position: absolute;
	z-index: 1;
	bottom:0;
	left:0;
	background: linear-gradient(180deg, transparent 0%, #fff 100%);;
}

.dark .review-card__text.shadow::after {
	background: linear-gradient(180deg, transparent 0%, var(--bg-dark) 100%);;
}

.review-card__text.open::after {
	background: none;
}


.card-sm__offers {
	margin-block: 10px;
}


.btn-wa-widget {
    margin-top: 10px;
}

.mobile-wa-widget {
    margin-top: 30px;
}

.navbar__contacts .office__info {
    width: calc(100% - 26px);
}

.hero__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
    display: none;
}

.index-top__pattern {
    background: #282F2F;
    opacity: 0.58;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.top-menu__link {
    color: #ffffff;
}

.top-menu__link:hover {
    color: #EF2222;
}

.dark .top-menu__link:hover {
    color: #EF2222;
}

.top-menu .nav__dropdown-toggle {
    color: #ffffff;
}

.bigWidget_dark {
    background: #222 !important;
}

.bigWidget__reviewContainer {
    display: flex;
    flex-direction: row;
    align-items: normal;
    gap: 16px;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
}

.reviewCard {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 240px;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 18px;
    box-sizing: border-box;
    flex: 0 0 auto;
}

.widget__item {
    width: auto;
    height: 100%;
}

/* Modal view join TG */
.tg-overlay {
  position: fixed;
  inset: 0;
  backdrop-filter: blur(6px);
  display: none;
  opacity: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.tg-overlay.visible {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.tg-subscribe-container {
  max-width: 480px;
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
  opacity: 0;
  z-index: 10000;
  pointer-events: none;
}

.tg-subscribe-container.visible {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.tg-subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
/*   gap: 20px; */
  padding: 15px;
  box-sizing: border-box;
  text-align: center; 
  width: 100%;
  max-width: 540px;
  height: auto;
  max-height: 90vh;
  background-color: #282F2F;
  border-radius: 15px;
  position: relative;
  color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
}

.tg-subscribe__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.tg-subscribe__close::before,
.tg-subscribe__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #ced7d9;
  transform-origin: center;
}

.tg-subscribe__close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.tg-subscribe__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.subscribe-content {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

.subscribe-content__logo {
  margin-top: 5px;
}

.subscribe-content__title {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-content__text {
  font-size: 11px;
  color: #ced7d9;
  text-align: center;
  padding: 5px;
  margin-left: 83px;
  margin-right: 83px;
  margin-bottom: 15px;
}

.subscribe-content__link {
  font-size: 12px;
  font-weight: 700;
  color: #ced7d9;
  background-color: #0088cc;
  border: 2px solid #0088cc;
  border-radius: 8px;
  width: 100%;
  max-width: 100px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.tg-subscribe__button {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  border: 2px solid #EF2222;
  border-radius: 60px;
  background-color: #EF2222;
  width: 100%;
  max-width: 260px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  cursor: pointer;
  transition: background-color .3s linear, color .3s linear;
}

.tg-subscribe__button a {
  text-decoration: none;
  color: inherit; 
}

.tg-subscribe__button:hover {
  background-color: #fff;
  color: #EF2222;
}
/* Modal view join TG end */


/* Feedback from maps on main */
.feedback-maps-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}

.feedback-maps-item {
    overflow: hidden;
    max-height: 640px;
    position: relative;
    min-width: 300px;
    width: 528px;
}

.feedback-maps-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(to top, rgba(40, 47, 47, 1), rgba(255, 255, 255, 0));
}
/* Feedback from maps on main end */

/* Contact ceo block */
.contact-ceo__text {
    margin-bottom: 40px;
}

.contact-ceo__button-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 230px;
}
/* Contact ceo block end */

.modal__btns-ceo {
    display: grid;
    column-gap: 20px;
    margin-bottom: 25px;
    margin-top: -20px;
}

.modal__text-ceo {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: var(--font-dark);
}

button.btn-ceo {
    margin-bottom: 10px !important;
    font-size: 16px !important;
}

a.btn-ceo-wa {
    margin-top: 10px !important;
    font-size: 16px !important;
}

input.ceo-form__text {
    height: 140px;
}

/* Sell auto counter */
.navbar__center {
    display: flex;
    flex-direction: row;
}

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

.sell-counter__icon {
    width: 44px;
    height: auto;
    object-fit: contain;
}

.sell-counter-info {
    margin-left: 6px;
    font-size: 14px;
}

.sell-counter__number {
    font-weight: 700;
    margin-right: 4px;
}
/* Sell auto counter end */


.box--social .box__wrap img {
    margin: 55px auto;
}


/* SCHEME WORK ON MAIN PAGE */
.scheme__step.scheme__step-video {
    padding: 0;
    position: relative;
    height: 600px;
    border: 1px solid var(--border);
}

.scheme__img {
    width: 200px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 0;
    min-height: auto;
}

.scheme__video-el {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
    display: none;
}

.scheme__desc-video {
    position: absolute;
    top: 340px;
    left: 0px;
    z-index: 2;
    padding: 64px;
}

.scheme__step:hover .scheme__img {
  display: none;
}

.scheme__step:hover .scheme__video-el {
  display: block;
}
/* SCHEME WORK ON MAIN PAGE END */


/* PARTNERS */
.box.box_partners_banner {
    margin-bottom: 40px;
}

.partners_banner_wrapper {
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', san-serif;
}

.partners_banner_wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.partners_banner_text {
    position: absolute;
    left: 50%;
    top: 57.17px;
    transform: translate(-50%);
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.partners_banner__name {
    font-size: 48px;
}

.partners_banner__desc {
    margin-top: 20px;
    font-size: 16.42px;
    color: #C6D5DC;
}

.partners_banner_buttons {
    display: flex;
    position: absolute;
    left: 50%;
    top: 39%;
    transform: translate(-50%);
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 30px;
}

.partners_banner_btn a {
    height: 65px;
    padding: 25px;
}

.partners_banner_btn__text {
    margin-left: 20px;
}

.partners_banner_btn.btn-grey a {
    background-color: #222222;
    border-color: #A0A0A0;
    color: #A0A0A0;
}

.partners_banner_btn.btn-grey a:hover {
    background-color: #5F5F5F;
    border-color: var(--secondary);
    color: #D9D9D9;
}

.partners_banner_btn.btn-grey a svg path {
    fill: #A0A0A0;
    transition: .3s linear;
}

.partners_banner_btn.btn-grey a:hover svg path {
    fill: #D9D9D9;
}


.partners_banner_btn a:hover {
    border-color: #ffffff;
}

.partners_banner_btn a svg path {
    fill: #ffffff;
    transition: .3s linear;
}

.partners_banner_btn a:hover svg path {
    fill: var(--secondary);
}

.partners_banner_advantages {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%);
    justify-content: center;
    gap: 20px;
}

.partners_card {
    width: 465px;
    height: 240px;
    background-color: #282F2F;
    border-radius: 32px;
    padding: 30px 45px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.partners_card_icon_block {
    position: relative;
    display: inline-block;
}

.partners_card__icon.partners_card_icon_main {
    width: 53px;
    height: 53px;
}

.partners_card__icon.partners_card_icon_second {
    position: absolute;
    top: 20px;
    left: -15px;
    transition: transform .6s ease-in-out;
    transform-origin: left bottom;
}

.partners_card_title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.partners_card_description {
    font-size: 15px;
    font-weight: 500;
    color: #717182;
    margin-top: 12px;
    transition: .3s linear;
}

.partners_card:hover .partners_card_description {
    color: #b5b5b5;
}

.partners_card:hover .partners_card_icon_second {
    transform: scale(1.6);
}

.partners_card:hover .partners_card_title,
.partners_card:hover .partners_card_description {
    cursor: default;
}

.partner_map_box__wrap {
    height: 100%;
    padding: 50px 30px 30px;
}

.partners_map {
    width: 100%;
    height: 650px;
    border-radius: 33px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.partners_map__title {
    display: flex;
    flex-direction: row;
}

.partners_map__header,
.partners_map__footer {
    margin-left: 30px;
}

.partners_map__name {
    margin-top: 6px;
    margin-left: 5px;
    font-weight: 600;
    font-size: 17px;
}

.partners_map__desc {
    margin-top: 6px;
    color: #A0A0A0;
    font-weight: 400;
}

.partners_map__footer .partners_map__title .partners_map__name {
    font-weight: 400;
    color: #A0A0A0 !important;
}

.partner-cards-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
}

.partner-card-item {
	background-color: #222;
	border-radius: 30px;
	border: 2px solid #778181;
	padding: 30px;
	flex: 0 0 calc(50% - 10px);
}

.partner-card-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.partner-card-header {
    text-align: center;
}

.partner-card-main-title {
    font-size: 45px;
    font-weight: 700;
}

.partner-card-description {
    color: #C6D5DC;
    margin-top: 20px;
    font-weight: 500;
    font-size: 22px;
}

.partner-card-title__left-block {
	display: flex;
	flex-direction: row;
	background-color: #FFF;
	height: 50px;
	border-radius: 8px;
	padding: 3px;
}

.partner-card-title__logo-left {
	height: 100%;
}

.partner-card-title__logo-left img {
	height: 100%;
}

.partner-card-title__name {
	color: #010101;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
	margin-left: 15px;
	font-weight: 500;
}

.partner-card-type {
    color: var(--partnersColor);
    background-color: rgb(from var(--partnersColor) r g b / 0.3);
    border: 1px solid;
    padding: 4px 10px;
    border-radius: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 30px;
    font-weight: 400;
    font-size: 14px;
}

.partner-card-description-item {
    font-size: 14px;
    font-weight: 400;
    color: #A0A0A0;
    margin-top: 30px;
}

.partner-card-contact-block {
    margin-top: 40px;
    font-size: 14px;
    color: #A0A0A0;
}

.partner-card-contact-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 14px;
}

.partner-card-icon-item {
    margin-right: 15px;
}

.partner-card-phone a {
    text-decoration: none;
    color: #A0A0A0;
}

.partner-card-mail a {
    text-decoration: none;
    color: #A0A0A0;
}

.partner-card-url a {
    text-decoration: none;
    color: #A0A0A0;
}

.partner-card-specialization-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 12px;
    font-size: 14px;
}

.partner-card-specialization-item {
    border: 1px solid #535959;
    border-radius: 16px;
    padding: 5px 14px;
    color: #A0A0A0;
}

.partner-card-time-wrapper {
    margin-top: 30px;
}

.partner-card-divider-line {
    margin: 25px 0;
    background-color: #3E4444;
    width: 100%;
    height: 1px;
}

.partner-card-time {
    display: flex;
    flex-direction: row;
    gap: 16px;
    font-size: 14px;
    font-weight: 400;
}

.partner-card-time__word {
    color: #A0A0A0;
}

.partners-form-wrapper {
    background-color: #24140d;
    border-radius: 30px;
    border: 2px solid #778181;
    padding: 30px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.partners-form-block__title {
    font-size: 45px;
    font-weight: 700;
}

.partners-form-block__text {
    font-weight: 500;
    font-size: 20px;
    color: #D1D1D3;
    width: 62%;
    text-align: center;
    margin: 20px auto;
}

.partners-form-block__button {
    max-width: 180px;
    margin: 60px auto 20px;
}

.modal__btns .partners-send-form {
    height: 40px;
    margin: 10px 50% 0;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid var(--secondary);
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 0 auto;
    margin-top: 40px;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.modal__inner .form-checkbox.form-checkbox-partners {
    justify-content: left;
}

.form-checkbox-partners-presentation {
    margin-bottom: 7px;
}

/* PARTNERS PAGE */

/* DROPDOWN BLOCKS ON MAIN PAGE */

.main-section__top-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn-main-section__dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 14px 20px;
    border: 1px solid var(--gray);
    border-radius: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--gray);
    background-color: var(--bg-card);
    white-space: nowrap;
    cursor: pointer;
    transition: .3s linear;
}

.btn-main-section__dropdown:hover {
    border-color: #fff;
    color: #fff;
}

.btn-main-section__dropdown:active {
    border-color: #fff;
    color: #fff;
}

.btn-main-section__dropdown::after {
    content: "▾";
    font-size: 25px;
    transition: transform 0.3s ease;
}

.btn-main-section__dropdown.btn-main-section__dropdown--open::after {
    transform: rotate(180deg);
}

.btn-popular {
    background-color: var(--bg-card);
    border: 1px solid var(--gray);
    border-radius: 60px;
    line-height: 17px;
    color: var(--gray);
    white-space: nowrap;
    cursor: pointer;
    transition: .3s linear;
    float: left;
    margin-right: 30px;
    height: 50px;
}

.btn-popular:hover {
    background-color: var(--bg-card);
    border-color: #fff;
    color: #fff;
}

.btn-popular:active {
    background-color: var(--bg-card);
    border-color: #fff;
    color: #fff;
}

.btn-popular a {
    color: var(--gray);
    transition: .3s linear;
}

.btn-popular a:hover {
    color: #fff;
}

/* DROPDOWN BLOCKS ON MAIN PAGE END */


/* THANK YOU PAGE */
.box__wrap.box__wrap-thank-you {
    width: 47%;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding-top: 30px;
}

.box__wrap.box__wrap-thank-you h2{
    text-align: center;
    font-weight: 700;
    font-size: 36px;
}

.thank-you__text-success {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 33px;
}

.thank-you__text-schedule {
    text-align: center;
}

.thank-you__text-schedule p:first-of-type {
    text-decoration: underline;
}

.thank-you__text-wait {
    margin: 40px 0;
    text-align: center;
    color: #e2eeee;
}

.thank-you__text-wait img {
    max-width: 14px;
    height: auto;
}

.thank-you__text-join-tg {
    text-align: center;
}

.thank-you__text-tizers-tg {
  text-align: left;
  width: max-content;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.tg-subscribe__button.thank-you {
    max-width: 225px;
    margin: 0 auto;
    background-color: #0088cc;
    border-color: #0088cc;
    animation: pulseTG 1.5s infinite;
}

@keyframes pulseTG {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 10px 5px rgba(0, 136, 204, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 136, 2044, 0);
    }
}

.tg-subscribe__button.thank-you:hover {
    color: #0088cc;
    background-color: #fff;
}

.thank-you__btn-main-page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.thank-you__btn-main-page a {
    color: #8c8f8f;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
}
/* THANK YOU PAGE END */


/*ABOUT PAGE*/
.container-about__first {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    gap: 28px;
    margin-top: 80px;
}

.about-first-wrapper {
    border-radius: 50px;
    flex: 1;
}

.about-first-wrapper-inner {
    padding: 65px 45px;
}

.about-first__text {
    background: var(--bg-box);
    line-height: 1.3;
}

.about-first__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-advantages {
    margin: 40px 0;
}

.about-advantages-item {
    border: 2px solid var(--secondary);
    border-radius: 60px;
    display: inline-block;
    padding: 9px 18px;
    margin: 6px 0;
}

.about-first-text {
    margin-top: 15px;
}

.about-second__title {
    font-size: 45px;
    font-weight: 700;
    margin-left: 30px;
    margin-bottom: 60px;
}

.about-second-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.about-second-left-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 75%;
    gap: 20px;
}

.about-second-right-wrapper {
    display: flex;
    flex-direction: column;
}

.about-second-item.about-second-item__wide {
    width: 100%;
}

.about-second-item {
    background: var(--bg-box);
    border-radius: 50px;
    height: 490px;
    width: calc(50% - 10px);
    padding: 30px;
    padding-right: 60px;
}

.about-second-item__wide {
    background: var(--bg-box);
    border-radius: 50px;
    height: 100%;
    padding: 30px;
    padding-right: 60px;
}

.about-second-item__icon {
    margin-bottom: 20px;
}

.about-second-item__title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 20px;
}

.about-divider-line {
    width: 100%;
    height: 2px;
    background-color: #778181;
    margin: 22px 0;
}

.about-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
}

.about-table thead th {
    text-align: left;
    font-weight: 400;
    border-bottom: 1px dashed #778181;
    font-size: 13px;
    color: #778181;
    padding: 10px 0 12px 0;
}

.about-table tbody td {
    padding: 10px 45px 10px 0;
    border-bottom: 1px dashed #778181;
}

.about-table tbody tr:last-child td {
    border-bottom: none;
}

.about-form-select {
    position: relative;
}

.about-form-select select {
    width: 100%;
    height: 64px;
    padding: 0 20px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--bg-dark);
    font-family: var(--font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: var(--primary);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.about-form-list option {
    cursor: pointer;
}

.about-form-select::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--border);
    border-bottom: 2px solid var(--border);
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

.about-form__inputs {
    margin-top: 30px;
}

.about-form__inputs .form-group {
    margin-bottom: 12px;
}

.about-form-btns {
    margin: 25px 0;
}

.about-form-btns button {
    width: 200px;
}

.form-checkbox-about label::before {
    width: 18px;
    height: 18px;
    background-color: var(--bg-dark);
}

.form-checkbox-about label {
    font-size: 12px;
    color: var(--border);
}

.form-checkbox-about label a {
    color: var(--border);
    font-weight: 500;
}

.about-third__title {
    font-size: 45px;
    font-weight: 700;
    margin-left: 30px;
    margin-bottom: 60px;
}

.about-third-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.about-third-left-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.about-third-item__wide {
    border-radius: 50px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.about-third-right-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.about-third-item {
    border-radius: 50px;
    height: 390px;
    width: calc(50% - 10px);
    position: relative;
    overflow: hidden;
}

.about-third-item__image {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 0;
    object-fit: cover;
}

.about-third-item__number {
    z-index: 1;
    position: relative;
    margin: 35px 35px 65px 35px;
    border: 2px solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
}

.about-third-item__title {
    z-index: 1;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    margin: 35px 35px 40px 35px;
    width: 76%;
}

.about-third-item__text {
    z-index: 1;
    position: relative;
    margin: 35px 35px 0 35px;
}

.about-third-item__wide .about-third-item__number {
    margin-bottom: 475px;
}

.about-third-item__wide .about-third-item__title {
    width: 80%;
}

.about-fourth-container {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.about-fourth-left-wrapper {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-fourth__title {
    font-size: 45px;
    font-weight: 700;
    margin-top: 10px;
    margin-left: 30px;
}

.about-fourth__text {
    width: 540px;
    font-size: 19px;
    margin-left: 30px;
}

.about-fourth-right-wrapper {
    width: 65%;
}

.about-fourth-right-wrapper img {
    width: 100%;
    height: 100%;
}

.about-fifth__title {
    font-size: 45px;
    font-weight: 700;
    margin-left: 30px;
    margin-bottom: 60px;
}

.about-fifth-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.about-fifth-item__file {
    display: block;
    text-decoration: none;
    width: 100%;
}

.about-fifth-item {
    padding: 27px;
    background: var(--bg-dark);
    border-radius: 16px;
    border: 2px solid #778181;
    height: 146px;
    transition: background-color 0.3s;
}

.about-fifth-item__icon {
    margin-bottom: 12px;
}

.about-fifth-item__name {
    width: 268px;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
}

.about-fifth-item__file:hover .about-fifth-item {
    background-color: #424242;
}

.company-list__title {
    font-size: 45px;
    font-weight: 700;
    margin-left: 30px;
    margin-bottom: 25px;
}

.company-list__description-wrapper {
    margin-left: 30px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    gap: 247px;
}

.company-list-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}

.company-list-item {
    flex: 0 0 calc(33.3333% - 12px);
    background: #e4e5e8;
    height: 174px;
    border-radius: 30px;
    padding: 30px;
}

.company-list-item-transport {
    height: 140px;
    flex: 0 0 calc(33.3333% - 12px);
    background: #e4e5e8;
    border-radius: 30px;
    padding: 30px;
}

.company-list-item__link {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    height: 100%;
}

.company-list-item-wrapper {
    text-decoration: none;
    color: #000;
}

.company-list-item-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.company-list-item__title {
    font-weight: 700;
    font-size: 16px;
    width: 180px;
    margin-bottom: 10px;
}

.company-list-item__description {
    font-weight: 500;
    font-size: 14px;
    width: 250px;
}

.box__grid .box__wrap.box__wrap-about-contact-form {
    padding: 70px 60px;
}


.about-video-link {
    position: relative;
    display: block;
}

.about-video-link img {
    width: 100%;
    display: block;
}

.about-video-link .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    background: rgba(239, 34, 34, .8);
    border-radius: 50%;
}

.about-video-link .play-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-width: 16px 0 16px 26px;
    border-color: transparent transparent transparent #fff;
}

.about-video-link .play-button::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    animation: pulseVideo 1.8s infinite;
    z-index: -1;
}

@keyframes pulseVideo {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    50% {
      transform: scale(1);
      box-shadow: 0 0 20px 15px rgba(255, 255, 255, 0.7);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
}


/*ABOUT PAGE END*/

/*TG ICON*/

.msgs__item .msgs__tg {
    border-color: rgba(174,179,179,.3);
}

.msgs__item .msgs__tg:hover {
    border-color: #259dd9;
}


.msgs__item .msgs__tg svg {
    fill: #259dd9;
}

/*TG ICON END*/


/*MAX ICON*/

.msgs__max {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(174,179,179,.3);
    border-top-color: rgba(174, 179, 179, 0.3);
    border-right-color: rgba(174, 179, 179, 0.3);
    border-bottom-color: rgba(174, 179, 179, 0.3);
    border-left-color: rgba(174, 179, 179, 0.3);
  border-radius: 50%;
  transition: .3s linear;
}

.msgs__max svg {
  width: 18px;
  height: 18px;
}

.msgs__item .msgs__max {
    border-color: rgba(174,179,179,.3);
}

.msgs__item .msgs__max:hover {
    border-color: #4642e7;
}


.msgs__item .msgs__max svg {
    fill: #4642e7;
}

/*MAX ICON END*/


/*WORK PAGE*/

.box__wrap.work-on-page {
    margin-bottom: 30px;
}

.work-on-page__img {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.work-on-page__img img {
    width: 600px;
}

.work-on-page__text {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    font-size: 28px;
}

.thank-you__btn-main-page.work-on-page__text a {
    font-size: 20px;
}

/*WORK PAGE END*/


.about-fourth-left-wrapper.about-main-page {
    justify-content: space-around;
}

.about-main-page-button-wrapper {
    margin-left: 30px;
    width: 300px;
}


/*VIDEO REVIEWS MAIN*/

.carousel-reviews {
	margin: 0 -10px;
}

.carousel-reviews .slick-arrow.prev {
	right: 90px;
}

.carousel-reviews .slick-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 10;
	top: -120px;
	width: 60px;
	height: 60px;
	padding: 0;
	border: 1px solid #ced7d9;
	border-radius: 50%;
	background: 0 0;
	cursor: pointer;
	transition: .3s linear;
}

.carousel-reviews .slick-arrow svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: var(--primary);
}

.carousel-reviews .slick-track {
	display: flex;
	align-items: stretch;
}

.carousel-reviews .slick-slide {
	height: auto;
	padding: 0 10px;
}

.carousel-reviews .review-card___video {
	height: 230px;
    border: 2px solid #ced7d9;
}

.carousel-reviews .slick-arrow.next {
	right: 10px;
}

.carousel-reviews .slick-arrow.next svg {
	transform: rotate(180deg);
}

.section__footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}

/*VIDEO REVIEWS MAIN END*/


.social-two__description {
    margin-top: 55px;
    font-size: 20px;
    font-weight: 400;
    color: #CED7D9;
    line-height: 1.4;
}


/*TIZERS BLOCK*/

.tizers__title {
    margin: 0 0 60px;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: var(--primary);
}

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

.tizers-item {
    flex: 0 0 calc(33.3333% - 12px);
    border-radius: 16px;
    border: 2px solid #778181;
    height: 154px;
    padding: 16px;
}

.tizers-icon {
    width: 100%;
    height: auto;
}

.tizers-icon img {
    width: 60px;
    height: 60px;
}

.tizers-text {
    margin-left: 10px;
}

/*TIZERS BLOCK END*/

/*PHOTO GALLERY*/
.photo-gallery-item {
    height: 500px;
    margin-bottom: 20px;
    border-radius: 25px;
    overflow: hidden;
    border: 2px solid #ced7d9;
}

.photo-gallery-item a img {
    min-width: calc(100% + 5px);
    min-height: calc(100% + 5px);
    object-fit: cover;
}

.carousel-photo-gallery .slick-slide {
    height: auto;
    padding: 0 10px;
}

.carousel-photo-gallery .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
    top: -120px;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 1px solid #ced7d9;
    border-radius: 50%;
    background: 0 0;
    cursor: pointer;
    transition: .3s linear;
}

.carousel-photo-gallery .slick-arrow.prev {
    right: 90px;
}

.carousel-photo-gallery .slick-arrow.next {
    right: 10px;
}

.carousel-photo-gallery .slick-arrow svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--primary);
}

.carousel-photo-gallery .slick-arrow.next svg {
    transform: rotate(180deg);
}

/*PHOTO GALLERY END*/

/*STAFF*/
.staff-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.staff-item-wrapper {
  flex: 0 0 calc(25% - 16px);
  position: relative;
}

.staff-item-inner__image {
  border-radius: 25px;
  overflow: hidden;
  border: 2px solid #778181;
}

.staff-item-inner__image img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.staff-item-wrapper-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  transition: opacity .2s ease-in-out;
  border-radius: 25px;
}

.staff-item-wrapper-inner:hover::before {
    opacity: .35;
}

.staff-item-inner__preview-wrapper {
  position: absolute;
  bottom: 45px;
  left: 50px;
  right: 50px;
}

.staff-item-inner__name {
    font-weight: 500;
}

.staff-item-inner__name a {
    color: #fff;
}

.staff-item-inner__label {
  color: #ced7d9;
  margin-bottom: 10px;
}

.staff-item-inner__name-special {
  font-weight: 700;
  font-size: 24px;
}

.staff-item-inner__content-wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 45px;
  left: 20px;
  border-radius: 4px 4px 2px 2px;
  padding: 0 3px 0 32px;
  max-height: 100%;
  transition: opacity .2s ease-in-out,visibility .2s ease-in-out,box-shadow .2s ease-in-out;
  width: 100%;
}

.staff-item-wrapper-inner:hover .staff-item-inner__content-wrapper {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.staff-item-wrapper-inner:hover .staff-item-inner__preview-wrapper {
  display: none;
}

.staff-item-inner__property {
    margin-bottom: 30px;
}

.staff-item-inner__properties {
  width: 80%;
}

/*STAFF END*/


/*STAFF HR*/

.staff-wrapper-outter {
    display: flex;
    flex-direction: row;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.staff-item-outter {
    flex: 0 0 calc(50% - 30px);
}

.staff-item-outter .staff-item-wrapper {
    flex: 0 0 100%;
}

.optional-form-text-block__title {
    font-size: 32px;
    font-weight: 700;
    margin-top: 84px;
    width: 764px;
}

.optional-form-text-block__text {
    font-size: 22px;
    font-weight: 500;
    margin-top: 32px;
    width: 540px;
    color: #CED7D9;
}

.optional-form-text-block__button {
    margin-top: 42px;
    max-width: 240px;
}

.staff-item__label-special {
    padding-left: 15px;
}

.staff-item__label-special::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 10px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--secondary);
    border-radius: 50%;
}

.staff-item-wrapper-inner {
    position: relative;
}

/*STAFF HR END*/


/* MOTO */
.main-screen-container {
  display: flex;
  flex-direction: column;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.main-screen-image-container {
  position: relative;
}

.main-screen-image-container img {
  width: 100%;
  display: block;
}

.main-screen-content-top {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: clamp(20px, 5vw, 70px);
  max-width: 800px;
  padding-top: clamp(30px, 6vw, 75px);
}

.main-screen-content-bottom {
  padding: 40px clamp(20px, 5vw, 70px);
  background: #151515;
  border-radius: 0 0 10px 10px;
}

.main-screen-content-wrapper {
  position: absolute;
  inset: 0;
  
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding-left: clamp(20px, 5vw, 70px);
  max-width: 800px;
}

.main-screen-title {
  font-style: italic;
  font-weight: 900;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 0.9;
}

.main-screen-subtitle {
  font-style: italic;
  font-weight: 400;
  font-size: clamp(24px, 3.8vw, 50px);
  max-width: 550px;
  line-height: 1.0;
}

.main-screen-description {
  font-size: clamp(18px, 2.5vw, 32px);
  margin-top: clamp(20px, 6vw, 95px);
  max-width: 700px;
}

.main-screen-description-second {
  font-size: clamp(14px, 1.5vw, 18px);
  margin-top: clamp(20px, 6vw, 95px);
  max-width: 550px;
  line-height: 1.6;
}

.main-screen-button-wrapper {
  margin-top: clamp(20px, 6vw, 95px);
  display: flex;
  gap: clamp(16px, 4vw, 48px);
  flex-wrap: wrap;
  align-items: center;
}

.main-screen-second-button a {
  font-size: 18px;
  text-decoration: underline;
  color: #fff;
}

.tizers-mvp__title {
  margin-bottom: 70px;
  font-weight: 700;
  font-size: 34px;
}

.tizers-mvp-container {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tizers-mvp-item {
  flex: 0 0 calc(25% - 22.5px);
}

.tizers-mvp__name {
  margin-top: 20px;
  font-weight: 600;
  font-size: 22px;
}

.tizers-mvp__description {
  width: 300px;
  margin-top: 20px;
  font-size: 18px;
}

.list-goods-title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
}

.list-goods__title {
  font-weight: 700;
  font-size: 34px;
  max-width: 850px;
}

.list-goods__additional-title {
  font-size: 18px;
  max-width: 420px;
  text-align: right;
}

.list-goods-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.list-goods-item {
  width: calc(33.33333% - 13.333333px);
  display: flex;
  flex-direction: column;
}

.list-goods-image-container {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  height: 356px;
}

.list-goods-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.list-goods-content-wrapper {
  background: #2F2F2F;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  padding: 30px;
  transition: .3s linear;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.list-goods-content-wrapper.list-goods-content-wrapper-special {
  background: #171717;
}

.list-goods-item:hover .list-goods-content-wrapper:not(.list-goods-content-wrapper-special) {
  background-color: #3B3B3B;
}

.list-goods-model {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.list-goods-model__name {
  font-weight: 700;
  font-size: 22px;
}

.list-goods-model__name-special {
  font-size: 34px;
}

.list-goods-model__image {
  width: 86px;
  height: auto;
}

.list-goods-model__image img {
  vertical-align: middle;
}

.list-goods-not-find__text {
    font-size: 18px;
    margin-top: 30px;
}

.list-goods-property-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.list-goods-property {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 10px;
}

.list-goods-property__name {
  white-space: nowrap;
}

.list-goods-property__dots {
  flex: 1;
  border-bottom: 1px dotted #fff;
  margin: 0 8px;
}

.list-goods-property__value {
  white-space: nowrap;
}

.list-goods-price-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  justify-content: space-between;
}

.list-goods-price {
  display: flex;
  flex-direction: row;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 5px 18px;
  gap: 15px;
}

.list-goods-price__text {
  font-size: 10px;
  color: #9F9F9F;
  margin-top: -2px;
}

.list-goods-price__value {
  font-size: 18px;
  font-weight: 700;
}

.list-goods-price-text-wrapper {
  display: flex;
  flex-direction: column;
}

.list-goods-price__form {
  border: 1px solid #DC1210;
  border-radius: 12px;
  transition: .3s linear;
  display: flex;
}

.list-goods-price__form:hover {
    background-color: #DC1210;
}

.list-goods-price__form a {
  color: #DC3B31;
  font-size: 14px;
  transition: .3s linear;
  padding: 5px 18px;
  align-content: center;
}

.list-goods-price__form a:hover {
    color: #FFF;
}

.list-goods-price__form-not-find {
  transition: .3s linear;
  display: flex;
}

.list-goods-price__form-not-find a {
  font-size: 14px;
  transition: .3s linear;
  padding: 8px 18px;
  align-content: center;
  color: #fff;
  background-color: #DC1210;
  border: 1px solid #DC1210;
  border-radius: 12px;
}

.list-goods-price__form-not-find a:hover {
  color: #DC1210;
  background-color: #fff;
}

.block-cards-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
}

.block-cards-left-wrapper {
  display: flex;
  flex: 1;
}

.block-cards-item-wide {
  height: 100%;
  position: relative;
  overflow: hidden;
  flex: 34;
  border-radius: 30px;
  cursor: pointer;
}

.block-cards-item-wide::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient( to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 80% );
  transition: .2s linear;
}

.block-cards-item-wide:hover::after {
  background: #DC1210;
  opacity: 90%;
}

.block-cards-item-wide:hover .block-cards-item__number {
    color: #fff;
    border-color: #fff;
}

.block-cards-item-wide .block-cards-item__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.block-cards-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.block-cards-item-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

.block-cards-item-top {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.block-cards-item__number {
  border: 4px solid #DC3B31;
  border-radius: 20%;
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 26px;
  color: #DC3B31;
  transition: .2s linear;
}

.block-cards-item__title {
  font-size: 22px;
  font-weight: 700;
  width: 260px;
}

.block-cards-item__text {
  font-size: 14px;
  margin-bottom: 20px;
  max-width: 400px;
  color: #d0c8c8;
  line-height: 1.4;
}

.block-cards-right-wrapper {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  height: 100%;
}

.block-cards-item {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
}

.block-cards-item::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient( to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 80% );
  transition: .2s linear;
}

.block-cards-item:hover::after {
  background: #DC1210;
  opacity: 90%;
}

.block-cards-item:hover .block-cards-item__number {
    color: #fff;
    border-color: #fff;
}

.num-list-cards-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 120px;
}

.num-list-cards-left-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
}

.num-list-cards-item {
  display: flex;
  flex-direction: row;
  border: 3px solid #343435;
  border-radius: 40px;
  padding: 0px 20px;
  transition: .2s linear;
  cursor: pointer;
}

.num-list-cards-item:hover {
  border-color: #fff;
}

.num-list-cards-item__number {
  font-size: 86px;
  font-weight: 800;
  font-style: italic;
  color: #343435;
  transition: .2s linear;
}

.num-list-cards-item:hover .num-list-cards-item__number {
  color: #fff;
}

.num-list-cards-item-text-wrapper {
  align-content: center;
  margin-left: 50px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.num-list-cards-item__text {
  font-size: 22px;
  font-weight: 600;
}

.num-list-cards-item__description {
  font-size: 18px;
}

.num-list-cards-right-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.num-list-cards-top-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.num-list-cards-top-left-content-wrapper {
  display: flex;
  flex: 2;
}

.num-list-cards-top-content-item.num-list-cards-top-content-item__big-block {
  display: flex;
  flex: 1;
}

.num-list-cards-top-content-item {
  border-radius: 30px;
  overflow: hidden;
}

.num-list-cards-top-content-item__big-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .2s linear;
}

.num-list-cards-top-right-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
}

.num-list-cards-top-content-item.num-list-cards-top-content-item__small-block {
  display: flex;
  flex: 1;
}

.num-list-cards-top-content-item {
  border-radius: 30px;
  overflow: hidden;
}

.num-list-cards-top-content-item__small-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.num-list-cards-bottom-content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 20px;
  height: 296px;
}

.num-list-cards-bottom-content-item.num-list-cards-top-content-item__middle-block {
  flex: 1;
  height: 100%;
}

.num-list-cards-bottom-content-item {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.num-list-cards-top-content-item__middle-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.num-list-cards-bottom-content-item.num-list-cards-top-content-item__stub-block {
  flex: 1.4;
  height: 100%;
}

.num-list-cards-bottom-content-item {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.num-list-cards-top-content-item__stub-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.notnum-list-cards-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 520px;
}

.notnum-list-cards-left-wrapper {
  display: flex;
  height: 100%;
}

.notnum-list-cards-left__image {
  display: flex;
  height: 100%;
  width: 440px;
  border-radius: 30px;
  overflow: hidden;
}

.notnum-list-cards-left__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.notnum-list-cards-middle-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.notnum-list-cards-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.notnum-list-cards-item {
  display: flex;
  flex-direction: column;
  line-height: 30px;
}

.notnum-list-cards-item__name {
  font-size: 22px;
  font-weight: 600;
}

.notnum-list-cards-item__description {
  font-size: 18px;
}

.notnum-list-cards-buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: 150px;
}

.notnum-list-cards__button {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  padding: 30px;
  gap: 20px;
  width: 250px;
  position: relative;
  height: 100%;
}

.notnum-list-cards__left-button {
  background-color: #DC1210;
}

.notnum-list-cards__right-button {
  background-color: #000;
}

.notnum-list-cards-button__link a {
  font-size: 18px;
  line-height: 20px;
  text-decoration: underline dotted;
  color: #fff;
}

.notnum-list-cards-right-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.notnum-list-cards-right__image {
  display: flex;
  height: 50%;
  min-height: 0;
  border-radius: 30px;
  overflow: hidden;
}

.notnum-list-cards-right__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order-inline-form-wrapper {
  display: flex;
  flex-direction: row;
  background-color: #000;
  height: 100%;
  border-radius: 30px;
}

.order-inline-form-left-wrapper {
  overflow: hidden;
  height: 100%;
  flex: 0 0 60%;
  position: relative;
}

.order-inline-form__image {
  height: 100%;
}

.order-inline-form__image img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.2;
}

.order-inline-form-left-content-wrapper {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
}

.order-inline-form-top-wrapper {
  font-size: 70px;
  font-weight: 700;
  margin-top: 30px;
}

.order-inline-form-second-title {
  color: #DC1210;
}

.order-inline-form-bottom-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 50px;
}

.order-inline-form-bottom__image {
  overflow: hidden;
}

.order-inline-form-bottom__image img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

.order-inline-form-bottom__text {
  align-content: center;
  max-width: 450px;
  font-size: 20px;
}

.order-inline-form-right-wrapper {
  flex: 0 0 40%;
  padding: 80px;
}

#fb_moto {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 60px;
}

.order-inline-form__inputs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.order-inline-form__inputs .form-group input::placeholder {
  background-color: #101010;
  color: #9a9a9a;
}

.order-inline-form__inputs .form-group input:placeholder-shown {
  background: #101010;
}

.order-inline-form__inputs .form-group input {
  border-color: #676767;
}

.order-inline-form__inputs .form-group input:focus {
  border-color: #fff;
}

.order-inline-form__inputs .form-group textarea:focus {
  border-color: #fff;
}

.order-inline-form__inputs .form-group textarea {
  background-color: #101010;
  border-color: #676767;
  color: #fff;
}

.order-inline-form-btns .btn.js-send-form {
  width: 100%;
  font-size: 20px;
  padding: 26px 38px;
  background-color: #DC1210;
}

.form-checkbox-order-inline-form label::before {
    border-color: #898989;
    border-width: 1px;
}

.form-checkbox-order-inline-form label a {
    color: #676767;
}

.order-inline-form-btns .btn.js-send-form:hover {
    background-color: #fff;
}


@media (min-width: 1024px) {

    .main-screen-container {
        position: relative;
    }

    .main-screen-content-bottom {
        position: absolute;
        left: clamp(20px, 5vw, 70px);
        bottom: 10%;
        background: transparent;
        padding: 0;
        max-width: 800px;
    }

}

@media screen and (max-width: 1739px) {
    .num-list-cards-bottom-content-wrapper {
        display: none;
    }
    
    .num-list-cards-top-content-wrapper {
        flex-direction: column;
        height: 100%;
    }
    
    .num-list-cards-top-right-content-wrapper {
        flex-direction: row;
    }
}

@media screen and (max-width: 1599px) {
    .list-goods-item {
        flex: 0 0 calc(50% - 10px);
    }
    
    .list-goods-image-container {
        height: auto;
    }
}

@media screen and (max-width: 1471px) {
    .main-screen-description,
    .main-screen-description-second,
    .main-screen-button-wrapper {
        margin-top: clamp(20px, 6vw, 45px);
    }
    
    .notnum-list-cards-container {
        flex-direction: row-reverse;
    }
    
    .notnum-list-cards-right-wrapper {
        display: none;
    }
    
    .notnum-list-cards-left__image {
        width: 100%;
    }
    
    .order-inline-form-wrapper {
        flex-direction: column;
    }
    
    .order-inline-form-left-wrapper {
        height: auto;
    }
    
    .order-inline-form-bottom__image {
        flex: 0 0 auto;
    }
    
    .order-inline-form__image {
        display: none;
    }
    
    .order-inline-form-left-content-wrapper {
        position: relative;
        justify-content: start;
        padding: 80px;
        gap: 60px;
    }
    
    .order-inline-form-bottom__image img {
        width: 100px;
        height: 100px;
    }
    
    .order-inline-form-right-wrapper {
        padding: 0 80px 80px;
    }
}

@media screen and (max-width: 1199px) {
    .main-screen-title {
      font-size: clamp(28px, 4vw, 44px);
    }
    
    .main-screen-subtitle {
      font-size: clamp(24px, 3.8vw, 40px);
    }
    
    .main-screen-description {
      font-size: clamp(18px, 2.5vw, 22px);
      max-width: 600px;
      margin-top: clamp(20px, 6vw, 25px);
    }
    
    .main-screen-description-second {
      font-size: clamp(14px, 1.5vw, 8px);
      margin-top: clamp(20px, 6vw, 25px);
    }
    
    .main-screen-content-bottom {
        bottom: 6%;
    }
    
    .list-goods-model__name {
        font-size: 18px;
    }
    
    .list-goods-price-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    
    .list-goods-price {
        justify-content: space-between;
    }
    
    .list-goods-price-text-wrapper {
        gap: 5px;
        flex-direction: row;
    }
    
    .list-goods-price__text {
        font-size: 12px;
        color: #9F9F9F;
        align-content: center;
    }
    
    .list-goods-price__form a {
        font-size: 16px;
        padding: 8px 18px;
        margin: auto;
    }
    
    .block-cards-container {
        flex-direction: column;
    }
    
    .block-cards-item-wide .block-cards-item__image {
        position: relative;
        height: 554.1px;
    }
    
    .block-cards-item__text {
        max-width: 100%;
    }
    
    .num-list-cards-container {
        gap: 30px;
        flex-direction: column;
    }
    
    .notnum-list-cards-container {
        flex-direction: column;
        height: 100%;
    }
    
    .notnum-list-cards-container {
        gap: 30px;
    }
    
    .notnum-list-cards-left__image {
        height: 400px;
    }
    
    .notnum-list-cards-middle-wrapper {
        gap: 30px;
    }
    
    .notnum-list-cards-content {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .notnum-list-cards-item {
        flex: 0 0 calc(50% - 12.5px);
    }
    
    .notnum-list-cards-buttons {
        gap: 30px;
        justify-content: space-between;
    }
    
    .notnum-list-cards__button {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .main-screen-content-top {
        inset: auto;
        max-width: 400px;
    }
    
    .main-screen-title {
        font-size: clamp(38px, 4vw, 44px);
    }
    
    .main-screen-subtitle {
        font-size: clamp(34px, 3.8vw, 40px);
    }
    
    .main-screen-description {
        max-width: 280px;
        margin-top: clamp(20px, 6vw, 45px);
        font-weight: 700;
    }
    
    .main-screen-description-second {
        font-size: clamp(18px, 1.5vw, 8px);
        max-width: 100%;
    }
    
    .main-screen-button-wrapper {
        justify-content: space-around;
    }
    
    .main-screen-second-button a {
        font-size: 16px;
    }
    
    .list-goods__additional-title {
        display: none;
    }
    
    .list-goods-item {
        flex: 0 0 calc(100%);
    }
    
    .block-cards-right-wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
    
    .block-cards-item__text {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .main-screen-content-top {
        max-width: 329px;
    }
    
    .main-screen-title {
        font-size: clamp(28px, 4vw, 44px);
    }
    
    .main-screen-subtitle {
        font-size: clamp(24px, 3.8vw, 40px);
        max-width: 260px;
    }
    
    .main-screen-description {
        max-width: 240px;
        font-size: clamp(16px, 2.5vw, 22px);
        margin-top: clamp(20px, 6vw, 24px);
    }
    
    .tizers-mvp-item {
        flex: 0 0 calc(50% - 15px);
    }
    
    .tizers-mvp__description {
        width: 100%
    }
    
    .tizers-mvp__title,
    .list-goods__title {
        font-size: 30px;
    }
    
    .notnum-list-cards-item {
        flex: 0 0 calc(100%);
    }
    
    .order-inline-form-left-content-wrapper {
        padding: 50px;
    }
    
    .order-inline-form-top-wrapper {
        font-size: 50px;
    }
    
    .order-inline-form-bottom__image {
        flex: 0 0 auto;
    }
    
    .order-inline-form-bottom__text {
        font-size: 14px;
    }
    
    .order-inline-form-right-wrapper {
        padding: 0 50px 50px;
    }
}

@media screen and (max-width: 511px) {
    .main-screen-image-container img {
        height: 280px;
        object-fit: cover;
    }
    
    .main-screen-title {
        font-size: clamp(23px, 4vw, 44px);
    }
    
    .main-screen-subtitle {
        font-size: clamp(23px, 3.8vw, 40px);
        max-width: 150px;
        line-height: 30px;
        margin-top: 4px;
    }
    
    .main-screen-description {
        max-width: 147px;
        font-size: clamp(13px, 2.5vw, 22px);
        margin-top: clamp(30px, 6vw, 24px);
        line-height: 19px;
    }
    
    .main-screen-description-second {
        font-size: clamp(14px, 1.5vw, 8px);
    }
    
    .main-screen-button-wrapper {
        width: 100%;
        margin-top: clamp(20px, 8vw, 45px);
    }
    
    .main-screen-first-button {
        width: 100%;
    }
    
    .tizers-mvp__name {
        font-size: 18px;
    }

    .tizers-mvp__description {
        font-size: 14px;
    }
    
    .tizers-mvp__title,
    .list-goods__title {
        font-size: 24px;
    }
    
    .list-goods-property {
        font-size: 12px;
    }
    
    .list-goods-price__text {
        font-size: 9px;
    }
    
    .list-goods-price__value {
        font-size: 12px;
    }
    
    .list-goods-price__form a {
        font-size: 14px;
    }
    
    .block-cards-item__number {
        width: 40px;
        height: 40px;
        flex: 0 0 auto;
    }
    
    .block-cards-item__title {
        font-size: 16px;
    }
    
    .block-cards-item__text {
        font-size: 13px;
        margin-bottom: 0;
    }
    
    .num-list-cards-item__text {
        font-size: 16px;
    }
    
    .num-list-cards-item__description {
        font-size: 12px;
    }
    
    .notnum-list-cards-buttons {
        gap: 15px;
        flex-direction: column;
        height: 100%;
    }
    
    .notnum-list-cards__button {
        flex-direction: row;
    }
    
    .notnum-list-cards__button {
        flex-direction: row;
    }
    
    .order-inline-form-left-content-wrapper {
        padding: 30px;
    }
    
    .order-inline-form-top-wrapper {
        font-size: 30px;
    }
    
    .order-inline-form-bottom__image {
        display: none;
    }
    
    .order-inline-form-right-wrapper {
        padding: 0 30px 30px;
    }
    
    .order-inline-form-btns .btn.js-send-form {
        font-size: 14px;
        padding: 20px 38px;
    }
}


/* MOTO END */


/* MODAL NOTICE COOKIES START */

.notice-cookies-wrapper {
    display: none;
}

.notice-cookies-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: var(--bg-box);
    border: 1px solid #eeebde;
    border-radius: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 22px 42px;
    z-index: 100000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 16px;
    align-items: center;
}

.notice-cookies__text {
    flex: 1 1 60%;
}

.notice-cookies__button {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 30px;
    padding: 5px 35px;
    transition: all 0.3s linear;
    cursor: pointer;
    font-weight: 500;
}

.notice-cookies__button:hover {
    background-color: #fff;
    color: var(--secondary);
}

.policy-link {
    color: var(--secondary);
    text-decoration: underline;
}


@media screen and (max-width: 1199px) {
  .notice-cookies-container {
      flex-direction: column;
      max-width: 500px;
      padding: 22px 26px;
      font-size: 14px;
  }
  
  .notice-cookies__button {
      width: 100%;
      display: block;
      text-align: center;
      margin-top: 10px;
  }
}

@media screen and (max-width: 499px) {
  .notice-cookies-container {
      font-size: 12px;
  }
}

/* MODAL NOTICE COOKIES END */


/* CHANGE CITY POPUP */

.change-city-desktop-container {
    display: none;
    position: absolute;
    top: 45px;
    z-index: 10;
}

.change-city-mobile-container {
    display: none;
    position: fixed;
    bottom: 0;
    left: 20px;
    right: 20px;
    z-index: 10000;
}

.change-city-desktop-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: var(--bg-box);
  border: 1px solid #eeebde;
  border-radius: 10px;
  font-size: 12px;
  padding: 16px;
}

.change-city-mobile-wrapper {

  background-color: var(--bg-box);
  border: 1px solid #eeebde;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  max-width: 500px;
  margin: 0 auto;
  padding: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 12px;
}

.change-city-button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 10px;
  margin-top: 10px;
}

.change-city__button {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  border-radius: 6px;
  padding: 3px 30px;
  transition: all 0.3s linear;
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
}

.change-city__button:first-child:hover {
  background-color: #fff;
  color: var(--secondary);
}

.change-city__button:last-child {
  background-color: transparent;
  border-color: #fff;
}


@media screen and (max-width: 1199px) {
    .change-city-desktop-container {
        top: 60px;
    }
}

/* CHANGE CITY POPUP END */


.top-header-catalog-button .btn {
    padding: 5px 22px;
    font-size: 12px;
}

.top-header-catalog-button {
  margin-right: 18px;
}

.header-catalog-button .btn {
    height: 35px;
}

.header-catalog-button {
    margin-left: 10px;
}

.top__center {
    display: flex;
}

.btn-inverse {
  background: #fff;
  color: var(--secondary);
}

.btn-inverse:hover {
  background: var(--secondary);
  border: 1px solid var(--secondary);
  color: #fff;
}


/* =========================================
   QUIZ MODAL
========================================= */

/* =========================================
   QUIZ MODAL CONTENT
========================================= */

.quiz-modal-quiz {
    position: relative;

    width: min(700px, 100%);
    max-height: 100%;
    overflow-y: auto;

    padding: 0;

    background: var(--bg-box);
    border-radius: 50px;
}


/* =========================================
   CLOSE BUTTON
========================================= */

/*
 * Само положение кнопки можно оставить
 * на существующих стилях .close-btn.
 *
 * Здесь только quiz-специфичные корректировки,
 * если они понадобятся.
 */

.quiz-modal-quiz .close-btn.js-modal-close {
    z-index: 2;
}


/* =========================================
   SLIDES
========================================= */

.quiz-slide-quiz {
    display: none;

    padding: 70px 60px 50px;
}

.quiz-slide-quiz.is-active {
    display: block;
}


/* =========================================
   CONTENT
========================================= */

.quiz-content-quiz {
    width: 100%;
}

.quiz-progress-quiz {
    display: block;

    margin-bottom: 14px;

    color: var(--font-dark);

    font-size: 14px;
    line-height: 1.4;
}

.quiz-title-quiz {
    margin: 0 0 20px;

    color: #fff;

    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

.quiz-description-quiz {
    margin: 0 0 30px;

    color: #ced7d9;

    font-size: 17px;
    line-height: 1.55;
}


/* =========================================
   OPTIONS
========================================= */

.quiz-options-quiz {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;

    margin-bottom: 30px;
}

.quiz-option-quiz {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 56px;
    padding: 14px 18px;

    border: 1px solid var(--border);
    border-radius: 10px;

    background: var(--bg-dark);

    color: #ced7d9;

    cursor: pointer;

    transition:
        border-color .2s ease,
        color .2s ease,
        background-color .2s ease;
}

.quiz-option-quiz:hover {
    border-color: var(--font-dark);
}

.quiz-option-quiz input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;
    pointer-events: none;
}

.quiz-option-quiz input:checked + span {
    color: #fff;
}

.quiz-option-quiz:has(input:checked) {
    border-color: var(--font-dark);
}


/* =========================================
   NAVIGATION
========================================= */

.quiz-navigation-quiz {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    margin-top: 30px;
}

.quiz-navigation-button-quiz {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    padding: 0;

    border: 1px solid var(--border);
    border-radius: 50%;

    background: var(--bg-dark);

    color: #fff;

    font-size: 24px;
    line-height: 1;

    cursor: pointer;

    transition:
        border-color .2s ease,
        opacity .2s ease;
}

.quiz-navigation-button-quiz:hover:not(:disabled) {
    border-color: var(--font-dark);
}

.quiz-navigation-button-quiz:disabled {
    opacity: .35;
    cursor: not-allowed;
}


/* =========================================
   BENEFITS
========================================= */

.quiz-benefits-quiz {
    margin: 0 0 30px;
    padding: 0;

    list-style: none;
}

.quiz-benefits-quiz li {
    position: relative;

    margin-bottom: 10px;
    padding-left: 24px;

    color: #ced7d9;

    font-size: 16px;
    line-height: 1.45;
}

.quiz-benefits-quiz li::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 0;

    color: var(--font-dark);
}


/* =========================================
   FIELDS
========================================= */

.quiz-fields-quiz {
    display: flex;
    flex-direction: column;
    gap: 16px;

    margin-bottom: 25px;
}

.quiz-field-quiz {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.quiz-field-quiz label {
    color: #ced7d9;

    font-size: 15px;
    line-height: 1.4;
}

.quiz-field-quiz input {
    width: 100%;

    box-sizing: border-box;

    min-height: 52px;

    padding: 13px 15px;

    border: 1px solid var(--border);
    border-radius: 10px;

    outline: none;

    background: var(--bg-dark);

    color: #ced7d9;

    font: inherit;

    transition: border-color .2s ease;
}

.quiz-field-quiz input::placeholder {
    color: var(--font-dark);
}

.quiz-field-quiz input:focus {
    border-color: var(--font-dark);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .quiz-modal-quiz {
        border-radius: 40px;
    }

    .quiz-slide-quiz {
        padding: 60px 45px 45px;
    }

    .quiz-title-quiz {
        font-size: 28px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .quiz-modal-quiz {
        width: 100%;
        border-radius: 30px;
    }

    .quiz-slide-quiz {
        padding: 55px 22px 30px;
    }

    .quiz-title-quiz {
        font-size: 24px;
    }

    .quiz-description-quiz {
        font-size: 15px;
    }

    .quiz-options-quiz {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .quiz-option-quiz {
        min-height: 52px;
        padding: 13px 15px;
        font-size: 15px;
    }

    .quiz-navigation-button-quiz {
        width: 44px;
        height: 44px;
    }
}

/* =========================================
   QUIZ MODAL END
========================================= */


@media screen and (max-width: 1199px) {
    .top-header-catalog-button {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .header-catalog-button {
        display: none;
    }
}


@media (min-width: 1200px) {
    .hero__video {
        display: block;
    }
}

@media (min-width: 1740px) {
  .contact-ceo__button-wrapper {
      max-width: 250px;
  }
}

@media screen and (max-width: 1199px) {
    .scheme__step.scheme__step-video {
        height: 300px;
    }
    
    .scheme__img img {
        width: 50%;
        height: 50%;
    }
    
    .scheme__desc-video {
        top: 100px;
        padding: 34px;
    }
    
    .scheme__title {
        font-size: 12px;
    }
    
    .scheme__text {
        font-size: 11px;
    }
}

@media screen and (max-width: 480px) {
    .scheme__grid {
        grid-template-columns: repeat(1,1fr);
    }
    
    .scheme__step.scheme__step-video {
        height: 200px;
    }
    
    .scheme__img img {
        width: 120px;
        height: auto;
    }
    
    .scheme__desc-video {
        top: 70px;
        padding: 40px;
    }
}

@media screen and (max-width: 767px) {
    .btn-popular {
        display: none;
    }
    
    .work-on-page__img img {
        width: 300px;
    }

    .work-on-page__text {
        max-width: 300px;
        font-size: 18px;
    }
    
    .thank-you__btn-main-page.work-on-page__text a {
        font-size: 14px;
    }
    
    .carousel-reviews .card, .carousel-reviews .card-stock, .carousel-reviews .review-card {
        width: 295px !important;
    }
    
    .review-card {
        border-radius: 20px;
    }
  
    .review-card___video {
        height: 270px;
    }
    
    .yt .container.container-videoreviews-main {
        padding-bottom: 0;
    }
    
    .section__footer-wrapper {
        justify-content: center;
    }
    
    .section__footer.link-map-reviews {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .section-title.section-title--inner {
        margin-bottom: 40px;
    }
    
    .box__wrap.box__wrap-thank-you {
        width: 80%;
        border-radius: 30px;
    }
    
    .box__wrap.box__wrap-thank-you h2 {
        font-size: 20px;
    }
    
    .thank-you__text-success {
        font-size: 15px;
    }
    
    .thank-you__text-tizers-tg {
        width: inherit;
    }
    
    .thank-you__text-wait {
        margin: 30px 0;
    }
    
    .thank-you__btn-main-page {
        margin-top: 25px;
    }
    
}

@media screen and (min-width: 1024px) and (max-width: 1099px) {
    .box__wrap.box__wrap-thank-you {
        width: 80%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .box__wrap.box__wrap-thank-you {
        width: 80%;
    }
    
    .box__wrap.box__wrap-thank-you h2 {
        font-size: 31px;
        
    }
    
    .thank-you__text-success {
        font-size: 17px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .box__wrap.box__wrap-thank-you {
        width: 80%;
    }
    
    .box__wrap.box__wrap-thank-you h2 {
        font-size: 31px;
        
    }
    
    .thank-you__text-success {
        font-size: 17px;
    }
    
    .thank-you__text-tizers-tg {
        width: inherit;
    }
}

@media screen and (max-width: 1739px) {
    .about-fourth-left-wrapper.about-main-page {
        width: 40%;
    }
    
    .about-fourth-left-wrapper.about-main-page .about-fourth__title {
        font-size: 40px;
    }
    
    .about-fourth-left-wrapper.about-main-page .about-fourth__text {
        font-size: 14px;
    }
    
    .about-fourth-right-wrapper.about-main-page {
        width: 60%;
    }
    
    .tizers__title {
        font-size: 38px;
    }
    
    .carousel-photo-gallery .slick-arrow.prev {
        right: 74px;
    }
    
    .carousel-photo-gallery .slick-arrow {
        top: -97px;
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 1719px) {
    .optional-form-text-block__title {
        width: auto;
    }
    
    .optional-form-text-block__text {
        width: auto;
    }
}

@media screen and (max-width: 1599px) {
    .container-about__first {
        flex-direction: column-reverse;
        margin-top: 0;
    }
    
    .about-first-wrapper {
        border-radius: 10px;
    }
    
    .about-first-wrapper-inner {
        padding: 30px 25px;
    }
    
    .about-advantages {
        margin: 20px 0;
        display: flex;
        flex-direction: column;
    }
    
    .about-advantages-item {
        border-radius: 10px;
        width: max-content;
    }
    
    .partners_banner_buttons {
        top: 42%;
    }
    
    .partners_banner_advantages {
        top: 62%;
    }
    
    .partners_card {
        width: 338px;
        height: 160px;
    }
    
    .partners_card_description {
        display: none;
    }
    

}

@media screen and (max-width: 1471px) {
    .about-fourth-container {
        flex-direction: column;
    }
    
    .about-fourth-left-wrapper {
        width: 100%;
    }
    
    .about-fourth__title {

    }
    
    .about-fourth__text {
        width: 100%;
    }
    
    .about-fourth-right-wrapper {
        width: 100%;
    }
    
    .about-fourth-left-wrapper.about-main-page {
        width: 100%;
    }
    
    .about-fourth-left-wrapper.about-main-page .about-fourth__text {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .about-fourth-right-wrapper.about-main-page {
        width: 100%;
    }
    
    .optional-form-text-block__title {
        margin-top: 0;
    }
}

@media screen and (max-width: 1325px) {
    .company-list-item {
        flex: 0 0 calc(50% - 8px);
    }
    
    .company-list-item-transport {
        flex: 0 0 calc(50% - 8px);
    }
}

@media screen and (max-width: 1280px) {
    .optional-form-text-block__title {
        font-size: 28px
    }
    
    .optional-form-text-block__text {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .about-second__title {
        font-size: 40px;
        margin-bottom: 30px;
    }
    
    .about-second-container {
        flex-direction: column;
    }
    
    .about-second-left-wrapper {
        flex-direction: column;
        width: 100%;
    }
    
    .about-second-item {
        width: 100%;
        height: 240px;
        border-radius: 10px;
        padding-right: 30px;
    }
    
    .about-second-item__icon img {
        max-width: 35px;
    }
    
    .about-second-item__text {
        
    }
    
    .about-second-item__title {
        
    }
    
    .about-second-item__wide {
        border-radius: 10px;
        padding-right: 30px;
    }
    
    .about-table {
        
    }
    
    .about-table thead th {
        
    }
    
    .about-table tbody td {
        padding: 10px 12px 10px 0;
        width: 63px;
    }
    
    .about-form-btns button {
        width: 100%;
    }
    
    .about-third__title {
        font-size: 40px;
        margin-bottom: 30px;
    }
    
    .about-third-container {
        flex-direction: column;
    }
    
    .about-third-left-wrapper {
        width: 100%;
    }
    
    .about-third-item__wide {
        border-radius: 10px;
        height: 320px;
    }
    
    .about-third-right-wrapper {
        flex-direction: column;
    }
    
    .about-third-item {
        border-radius: 10px;
        width: 100%;
        height: 320px;
    }
    
    .about-third-item__wide .about-third-item__number {
        margin-bottom: 60px;
    }
    
    .about-third-item__title {
        width: 80%;
        
    }
    
    .about-third-item__number {
        margin-bottom: 50px;
    }
    
    .about-fifth-item__name {
        width: 0;
    }
    
    .about-fourth__title {
        font-size: 40px;
    }
    
    .about-fifth__title {
        font-size: 40px;
    }
    
    .company-list__title {
        font-size: 40px;
    }
    
    .tizers-item {
        flex: 0 0 calc(50% - 8px);
        height: 164px;
    }
    
    .partners_banner_advantages {
        display: none;
    }
    
    .partners_banner_buttons {
        top: 66%;
    }
    
    .partners_map {
        height: auto;
        aspect-ratio: 16 / 9;
    }
    
    .partner-card-item {
        flex: 0 0 calc(100%);
    }
    
    .carousel-photo-gallery .slick-arrow {
        top: -84px;
    }
    
    .staff-item-outter {
        flex: 0 0 calc(100%);
    }
    
    .staff-item-wrapper {
        flex: 0 0 calc(50% - 10px);
    }
    
}

@media screen and (max-width: 1023px) {
    .company-list-item {
        flex: 0 0 calc(100%);
    }
    
    .company-list-item-transport {
        flex: 0 0 calc(100%);
    }
    
    .company-list__description-wrapper {
        gap: 100px;
    }
    
    .about-second-item {
        height: 260px;
    }
    
    .social-two__description {
        font-size: 17px;
    }
    
    .partners_banner__name {
        font-size: 36px;
    }
    
    .partners_banner__desc {
        font-size: 12px;
    }
    
    .partners_banner_btn a {
        height: 40px;
    }
    
    .partners_banner_buttons {
        top: 70%;
  }
  
}

@media screen and (max-width: 767px) {
    .about-second__title {
        font-size: 32px;
    }
    
    .about-third__title {
        font-size: 32px;
    }

    .about-fourth__title {
        font-size: 32px;
    }
    
    .about-fifth__title {
        font-size: 32px;
    }
    
    .company-list__title {
        font-size: 32px;
    }
    
    .about-advantages-item {
        width: 100%;
    }
    
    .social-two__description {
        font-size: 15px;
    }
    
    .tizers-item {
        flex: 0 0 calc(100%);
        font-size: 14px;
        height: 164px;
    }
    
    .tizers-text {
        margin-top: 10px;
    }
    
    .partners_banner_text {
        top: 26px;
    }
    
    .partners_banner__name {
        font-size: 28px;
    }
    
    .partners_banner__desc {
        font-size: 10px;
    }
    
    .partners_banner_btn a {
        height: 40px;
        padding: 16px 25px;
    }
    
    .partners_banner_btn__text {
        font-size: 11px;
        margin-left: 0;
    }
    
    .partners_banner_btn a svg {
        display: none;
    }
    
    .partner-card-main-title {
        font-size: 28px;
    }
    
    .partner-card-description {
        font-size: 16px;
    }
    
    .partners-form-block__title {
        font-size: 28px;
    }
    
    .partners-form-block__text {
        font-size: 16px;
    }
    
    .partners_banner_buttons {
        top: 77%;
    }
    
    .carousel-photo-gallery .slick-arrow {
        top: -84px;
        width: 40px;
        height: 40px;
    }
    
    .staff-item-wrapper {
        flex: 0 0 calc(100%);
    }
}

@media screen and (max-width: 575px) {
    .container-about__first {
        flex-direction: column-reverse;
        margin-top: 0;
    }
    
    .about-first-wrapper {
        border-radius: 10px;
        font-size: 14px;
    }
    
    .about-first-wrapper-inner {
        padding: 30px 25px;
    }
    
    .about-advantages {
        margin: 20px 0;
    }
    
    .about-advantages-item {
        border-radius: 10px
    }
    
    .about-second__title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    
    .about-second-container {
        flex-direction: column;
    }
    
    .about-second-left-wrapper {
        flex-direction: column;
        width: 100%;
    }
    
    .about-second-item {
        width: 100%;
        border-radius: 10px;
        padding-right: 30px;
    }
    
    .about-second-item__icon img {
        max-width: 35px;
    }
    
    .about-second-item__text {
        font-size: 14px;
    }
    
    .about-second-item__title {
        font-size: 16px;
    }
    
    .about-second-item__wide {
        border-radius: 10px;
        padding-right: 30px;
    }
    
    .about-table {
        font-size: 9px;
    }
    
    .about-table thead th {
        font-size: 10px;
    }
    
    .about-table tbody td {
        padding: 10px 12px 10px 0;
        width: 63px;
    }
    
    .about-form-btns button {
        width: 100%;
    }
    
    .about-third__title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    
    .about-third-container {
        flex-direction: column;
    }
    
    .about-third-left-wrapper {
        width: 100%;
    }
    
    .about-third-item__wide {
        border-radius: 10px;
        height: 320px;
    }
    
    .about-third-right-wrapper {
        flex-direction: column;
    }
    
    .about-third-item {
        border-radius: 10px;
        width: 100%;
        height: 320px;
    }
    
    .about-third-item__wide .about-third-item__number {
        margin-bottom: 60px;
    }
    
    .about-third-item__title {
        width: 80%;
        font-size: 20px;
    }
    
    .about-third-item__number {
        margin-bottom: 50px;
    }
    
    .about-fourth-container {
        flex-direction: column;
    }
    
    .about-fourth-left-wrapper {
        width: 100%;
    }
    
    .about-fourth__title {
        font-size: 25px;
    }
    
    .about-fourth__text {
        width: 100%;
        font-size: 16px;
    }
    
    .about-fourth-right-wrapper {
        width: 100%;
    }
    
    .about-fifth__title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    
    .about-fifth-container {
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .about-fifth-item__file {
        width: 50%;
        flex: 0 0 calc(50% - 6px);
    }
    
    .about-fifth-item__name {
        width: 100%;
    }
    
    .company-list__title {
        font-size: 25px;
    }
    
    .company-list__description-wrapper {
        gap: 15px;
    }
    
    .company-list-item {
        flex: none;
        height: auto;
        border-radius: 10px;
        width: 100%;
    }
    
    .company-list-item-wrapper img {
        width: 60px;
        height: auto;
    }
    
    .company-list-item__title {
        font-size: 14px;
    }
    
    .company-list-item__description {
        font-size: 12px;
    }
    
    .company-list-item-transport {
        height: auto;
        flex: none;
        border-radius: 10px;
        width: 100%;
    }
    
    .tizers__title {
        font-size: 26px;
    }
    
    .partners_banner__name {
        font-size: 18px;
    }
    
    .partners_banner__desc {
        font-size: 7px;
    }
    
    .partners_banner_btn a {
      height: 34px;
      padding: 16px 16px;
    }
    
    .partners_banner_btn__text {
        font-size: 9px;
    }
    
    .partners_map__header,
    .partners_map__footer {
        margin-left: 0;
    }
    
    .partners_map__desc {
        font-size: 14px;
        margin-left: 30px;
    }
    
    .partner-card-main-title {
        font-size: 18px;
    }
    
    .partner-card-description {
        font-size: 12px;
    }
    
    .partner-card-title__name {
        width: 100px;
        font-size: 12px;
    }
    
    .partner-card-specialization-block {
        display: none;
    }
    
    .partner-cards-wrapper {
        margin-top: 30px;
    }
    
    .partners-form-block__title {
        font-size: 18px;
    }
    
    .partners-form-block__text {
        font-size: 12px;
        width: 80%;
    }
    
    .partners-form-block__button {
        max-width: 160px;
        margin-top: 50px;
    }
    
    .partners-form-block__button a {
        height: 34px;
        font-size: 13px;
    }
    
    .partners_map__footer .partners_map__title .partners_map__name {
        font-size: 14px;
    }
    
    .carousel-photo-gallery .slick-arrow {
        top: -70px;
    }
    
    .staff-item-inner__preview-wrapper {
        bottom: 25px;
        left: 30px;
    }
    
    .staff-item-inner__content-wrapper {
        bottom: 10px;
        left: 0;
    }
    
    .staff-item-inner__property {
        margin-bottom: 10px;
    }
    
    .optional-form-text-block__title {
        font-size: 18px;
    }
    
    .optional-form-text-block__text {
        font-size: 13px;
    }
    
    .subscribe-content__title {
        font-size: 20px;
    }
    
    .subscribe-content__text {
        width: 200px;
    }
    
    .tg-subscribe__button {
        font-size: 12px;
        height: 38px;
        max-width: 240px;
    }
   
}

@media screen and (max-width: 429px) {
    .partners_banner_btn a {
        height: 22px;
        padding: 10px 13px;
    }
    
    .partners_banner_btn__text {
        font-size: 8px;
    }
    
    .partners_banner_buttons {
        top: 81%;
    }
    
    .partners_banner_text {
        top: 9px;
    }
    
    .partners_banner__desc {
        margin-top: 8px;
    }
}

.form-group__double.dates {
    gap: 5px;
    border:0;
}

.form-group__double.dates::before,
.form-group__double.dates::after {
    display: none;
    content: "";
}

.form-group__double.dates .ym_from,
.form-group__double.dates .ym_to {
    width: 50%;
    display: flex;
    border:1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.form-group__double.dates .ym_from span:nth-child(4),
.form-group__double.dates .ym_to span:nth-child(4) {
    max-width:60px;
}


.form-group__double.dates .ym_from .select2-container--default:nth-of-type(2) .select2-selection--single {
    border-radius: 0;
}

.form-group__double.dates .select2,
.form-group__double.dates .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.form-group__double.dates .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-group__double.dates .select2-selection {
    padding:0;
}

.form-group__double.dates .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.form-group__double.dates .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    text-indent: 10px;
}

.form-group__double.dates .select2-selection__arrow {
    display: none;
}


.select2-container--default .select2-dropdown {
    min-width: 85px;
}





.dark .select2-container--default.select2-container--disabled .select2-selection--single {
    background: var(--bg-box);
}

.form-group__double .select2-container--default:nth-of-type(2) .select2-selection--multiple,
.form-group__double .select2-container--default:nth-of-type(2) .select2-selection--single {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
