@charset "UTF-8";
html {
    box-sizing: border-box;
    font-size: 10px;
    scroll-behavior: smooth;
}

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

@font-face {
    font-family: "Commissioner";
    font-weight: 700;
    font-style: normal;
    src: local("Commissioner-Bold"), url("../fonts/Commissioner-Bold.woff2") format("woff2"), url("../fonts/Commissioner-Bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Commissioner";
    font-weight: 800;
    font-style: normal;
    src: local("Commissioner-ExtraBold"), url("../fonts/Commissioner-ExtraBold.woff2") format("woff2"), url("../fonts/Commissioner-ExtraBold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Commissioner";
    font-weight: 400;
    font-style: normal;
    src: local("Commissioner-Regular"), url("../fonts/Commissioner-Regular.woff2") format("woff2"), url("../fonts/Commissioner-Regular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Commissioner";
    font-weight: 500;
    font-style: normal;
    src: local("Commissioner-Medium"), url("../fonts/Commissioner-Medium.woff2") format("woff2"), url("../fonts/Commissioner-Medium.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Commissioner";
    font-weight: 500;
    font-style: normal;
    src: local("Commissioner-SemiBold"), url("../fonts/Commissioner-SemiBold.woff2") format("woff2"), url("../fonts/Commissioner-SemiBold.woff") format("woff");
    font-display: swap;
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 360px;
    min-height: 100vh;
    font-family: "Commissioner", "FiraSans", "Open Sans", sans-serif;
    background-color: #231f20;
}

main {
    flex-grow: 1;
}

footer {
    flex-shrink: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

button {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

input {
    border: none;
    outline: none;
    background-color: transparent;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.header {
    position: absolute;
    width: 100%;
}

.header__container {
    align-items: center;
    justify-content: space-between;
    padding-top: 1.2rem;
    /* -moz-column-gap: 6.5%;
         column-gap: 6.5%; */
}

.header__logo {
    align-items: center;
    /* max-width: 25rem; */
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
}

.header__linkBlock {
    width: 38.5%;
    -moz-column-gap: 9.5%;
    column-gap: 9.5%;
}

.header__logoDescr {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
}

.header__adress {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    color: #ffffff;
}

.header__tel {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
}

.header__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21.8rem;
    min-height: 4.8rem;
    border-radius: 13.7rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    color: #231f20;
    background-color: #10dcff;
}

.hero {
    max-width: 1920px;
    min-height: 780px;
    margin: 0 auto;
    padding-top: 112px;
    border-radius: 0 0 40px 40px;
    background-image: url(../img/hero.jpg?v=2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero__title {
    padding: 20px 56px 24px 56px;
    border-radius: 4.8rem;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.catalog {
    padding-top: 8rem;
    padding-bottom: 10.1rem;
}

.catalog__topTitle {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
    color: #10dcff;
    text-transform: uppercase;
}

.catalog__mainTitle {
    margin-bottom: 5.6rem;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    text-align: center;
}

.cards {
    position: relative;
    border-radius: 4rem;
    background-color: #393637;
}

.cards:not(:last-child) {
    margin-bottom: 2.4rem;
}

.cards__cardsDescr {
    flex-direction: column;
    justify-content: space-between;
    width: 51.5%;
    padding: 4.5rem 6rem;
}

.cards__title {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
}

.cards__item {
    position: relative;
    align-items: center;
    padding-left: 2.6rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 150%;
    color: #ffffff;
}

.cards__item::after {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #10dcff;
}

.cards__list {
    margin: 1.2rem 0;
    flex-direction: column;
    row-gap: 0.8rem;
}

.cards__price {
    font-size: 26px;
    color: #fff;
}

.cards__price_orange {
    font-weight: 700;
    color: #10dcff;
}

.cards__btn {
    width: 100%;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    border-radius: 13.7rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    color: #231f20;
    text-align: center;
    background-color: #10dcff;
}

.cards__cardsImg {
    display: flex;
    overflow: hidden;
    justify-content: center;
    width: 49.5%;
    border-radius: 4rem;
}

.cards__autoDescr {
    position: absolute;
    z-index: 9999;
    top: 2rem;
    left: 2rem;
    flex-wrap: wrap;
    max-width: 56.5rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    color: #ffffff;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.cards__autoDescrType {
    font-weight: 400;
}

.cards__autoDescrItem {
    padding: 1.2rem;
    border: 1px solid var(--stroke, rgba(255, 255, 255, 0.14));
    border-radius: 9.3rem;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.cards__img {
    width: 60%;
}

.cards__openSlide {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.cards__openSlide img {
    width: 101%;
    height: 101%;
    transform: translate(-.5%, -.5%);
}

.cards__openImg {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    background: none;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8.8rem;
    height: 100%;
    border-radius: 0;
}

.swiper-pagination {
    height: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: absolute;
    bottom: 0;
    width: -moz-max-content;
    width: max-content;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: auto;
}

.swiper-pagination-bullet {
    border-bottom: 6px solid #000000;
    background: transparent;
}

.swiper-pagination-bullet-active {
    border-bottom: 6px solid #10dcff;
    background-color: transparent;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    padding-bottom: 2rem;
}

.stock {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
    border-radius: 4rem;
    background-color: #eceded;
}

.stock__title {
    margin-bottom: 5.6rem;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: normal;
    color: #231f20;
    text-align: center;
}

.stock__mainBlock {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.stock__timerDescr {
    margin-bottom: 2.8rem;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: normal;
    color: #231f20;
}

.stock__block {
    width: 50%;
}

.stock__block_timerBlock {
    padding: 4rem 5.5rem 3.5rem;
    border-radius: 4rem;
    background-color: #ffffff;
}

.stock__block_descrBlock {
    padding: 3rem;
    border-radius: 4rem;
    background-image: url(../img/stock_back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.stock__timer {
    margin-bottom: 2.8rem;
}

.stock__formTel {
    width: 100%;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    border: 1px solid #231f20;
    border-radius: 13.7rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    color: rgba(35, 31, 32, 0.6);
    text-align: center;
}

.stock__form {
    flex-direction: column;
    row-gap: 1rem;
}

.stock__btn {
    display: block;
    width: 100%;
    margin-bottom: 0.4rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    border-radius: 13.7rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    color: #231f20;
    text-align: center;
    background-color: #10dcff;
}

.stock__checkInput {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.stock__checkBlock {
    position: relative;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    padding-left: 2rem;
    cursor: pointer;
}

.stock__check {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #8a8d8f;
    border-radius: 100%;
}

.stock__check::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid white;
    border-radius: 100%;
    opacity: 0;
    background-color: #8a8d8f;
    transition: opacity 0.3s ease-in-out;
}

.stock__descrTop {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 6.7rem;
    padding: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 9.3rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
}

.stock__titleDescrBlock {
    max-width: 44.9rem;
    margin-bottom: 2.8rem;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    text-align: start;
}

.stock__descrBottom {
    display: block;
    margin-bottom: 6.7rem;
    font-size: 1.6rem;
    font-weight: 800;
    font-style: normal;
    line-height: 150%;
    color: #10dcff;
}

.stock__btnArrow {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    margin-left: auto;
    background-image: url(../img/btnArrowWhite.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.stock__checkInput:checked + .stock__check::after {
    opacity: 1;
}

.modal__checkInput:checked + .modal__check::after {
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: gray;
}

.fancybox-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.advant {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.advant__title {
    margin-bottom: 5.6rem;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    text-align: center;
}

.offer {
    align-items: center;
    justify-content: center;
    min-width: 100%;
    min-height: 42rem;
    margin-bottom: 10rem;
    border-radius: 4rem;
    background-image: url(../img/advant_offer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.offer__descr {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
    color: #10dcff;
    text-align: center;
    text-transform: uppercase;
}

.offer__title {
    margin-bottom: 2.8rem;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    text-align: center;
}

.offer__btn {
    display: block;
    width: 45.5rem;
    margin: 0 auto;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    border-radius: 13.7rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    color: #231f20;
    text-align: center;
    background-color: #10dcff;
}

.benefit {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.benefit__block {
    width: 50%;
    border-radius: 4rem;
}

.benefit__block_left {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 23.6em);
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
}

.benefit__block_right {
    align-items: flex-end;
    padding: 1rem;
    background-image: url(../img/benefit__block_right.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.benefit__rightAdvant {
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    min-height: 22.5rem;
    padding: 30px 20px 20px;
    border-radius: 4rem;
}

.benefit__rightAdvant_left {
    background-color: #393637;
}

.benefit__rightAdvant_right {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.benefit__advantBlock {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 30px 20px 20px;
    border-radius: 4rem;
    border-radius: 4rem;
    background-color: #393637;
}

.benefit__advantBlock_one {
    background-image: url(../img/benefit__advantBlock_one.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    grid-column: 1/2;
    grid-row: 1/2;
}

.benefit__advantBlock_two {
    grid-column: 2/3;
    grid-row: 1/2;
}

.benefit__advantBlock_three {
    grid-column: 1/2;
    grid-row: 2/3;
}

.benefit__advantBlock_four {
    background-image: url(../img/benefit__advantBlock_four.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    grid-column: 2/3;
    grid-row: 2/3;
}

.benefit__advantBlock_bottom {
    background-image: url(../img/benefit__advantBlock_bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    grid-column: 1/3;
    grid-row: 3/4;
}

.benefit__blockTitle {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 150%;
    color: #ffffff;
}

.benefit__btn {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    margin-left: auto;
    background-image: url(../img/btnArrowWhite.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
    border-radius: 4rem;
    background-color: #eceded;
}

.about__title {
    margin-bottom: 3.2rem;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: normal;
    color: #231f20;
    text-align: center;
}

.about__titleDescr {
    max-width: 72.1rem;
    margin: 0 auto;
    margin-bottom: 4rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 150%;
    color: #231f20;
    text-align: center;
}

.about__mainBlock {
    margin-bottom: 2.4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, minmax(36.7rem, auto));
    row-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.about__block {
    position: relative;
    border-radius: 4rem;
    background: #ffffff;
}

.about__block_left {
    grid-row: 1/3;
    grid-column: 1/2;
}

.about__block_left::after {
    content: "Покупка автомобиля";
    position: absolute;
    top: 3rem;
    left: 3rem;
    padding: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 93px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.about__block_topRight {
    grid-row: 1/2;
    grid-column: 2/3;
}

.about__block_topRight::after {
    content: "Покупка автомобиля";
    position: absolute;
    top: 3rem;
    left: 3rem;
    padding: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 93px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.about__block_bottomRight {
    grid-row: 2/3;
    grid-column: 2/3;
}

.about__block_bottomRight::after {
    content: "Покупка автомобиля";
    position: absolute;
    top: 3rem;
    left: 3rem;
    padding: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 93px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.about__blockDescr {
    padding: 3rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    color: #231f20;
}

.about__img {
    width: 100%;
    border-radius: 4rem;
}

.about__btnBlock {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.about__btn {
    width: 33.3%;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.about__btn_one {
    border-radius: 13.7rem;
    color: #231f20;
    background-color: #10dcff;
}

.about__btn_two {
    border-radius: 13.7rem;
    color: #ffffff;
    background-color: #231f20;
}

.about__btn_three {
    border: 1px solid #231f20;
    border-radius: 13.7rem;
    color: #231f20;
    background-color: transparent;
}

.video-block {
}

.video-block__container {
}

.video-block__content {
}

.video-block__video {
    width: 100%;
    padding-top: 10rem;
}

.partner {
    padding-top: 10rem;
    padding-bottom: 5rem;
}

.partner__title {
    margin-bottom: 8rem;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    text-align: center;
}

.partner__list {
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
}

.partner__item {
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 22rem;
    min-height: 22rem;
    border-radius: 4rem;
    background-color: #ffffff;
    cursor: pointer;
}

.partner__logoImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4rem;
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out;
    inset: 0;
}

.partner__link {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    border-radius: 4rem;
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease-in-out;
}

.contact {
    padding-top: 5rem;
    padding-bottom: 1.2rem;
}

.contact__title {
    margin-bottom: 3rem;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    text-align: center;
}

.contact__mapBlock {
    position: relative;
    width: 100%;
    min-height: 45.6rem;
    border-radius: 4rem;
    /* background-image: url(../img/back_map.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}

.contact__mapDescr {
    position: absolute;
    z-index: 1000;
    top: 2rem;
    left: 2rem;
    flex-direction: column;
    justify-content: space-between;
    min-height: 41.6rem;
    padding: 4.8rem 3.6rem 4.8rem 3.2rem;
    border-radius: 4rem;
    background-color: #ffffff;
}

.contact__mapTitle {
    margin-bottom: 3.9rem;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: normal;
    color: #231f20;
}

.contact__adress {
    display: block;
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    color: #231f20;
}

.contact__work {
    display: block;
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    color: #231f20;
}

.contact__tel {
    display: block;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: normal;
    color: #231f20;
}

.contact__quest {
    display: block;
    margin-bottom: 1.7rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
    color: #231f20;
    text-transform: uppercase;
}

.contact__btn {
    display: block;
    width: 100%;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    border-radius: 13.7rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    color: #231f20;
    text-align: center;
    background-color: #10dcff;
}

.ymaps-2-1-79-map,
.ymaps-2-1-79-inner-panes {
    border-radius: 4rem;
}

.footer {
    padding-top: 1.2rem;
    padding-bottom: 2.1rem;
}

.footer__list {
    justify-content: space-between;
    max-width: 100%;
    padding-right: 6rem;
    padding-left: 6rem;
}

.footer__content {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    color: #ffffff;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
}

.footer__sinobyLogo {
    display: block;
    min-width: 6.5rem;
    min-height: 1.2rem;
    background-image: url(../img/logo_sinoby.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer__disclaimer {
    display: none;
    margin-top: 3rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    color: #ffffff;
}

.visible {
    display: block;
}

.modal {
    display: none;
    width: 30%;
    max-width: 430px;
}

.modal__formTel {
    width: 100%;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    border: 1px solid #231f20;
    border-radius: 13.7rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    color: rgba(35, 31, 32, 0.6);
    text-align: center;
}

.modal__form {
    flex-direction: column;
    width: 420px;
    max-width: 100%;
    row-gap: 1rem;
}

.modal__btn {
    display: block;
    width: 100%;
    margin-bottom: 0.4rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    border-radius: 13.7rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    color: #231f20;
    text-align: center;
    background-color: #10dcff;
}

.modal__checkInput {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.modal__checkBlock {
    position: relative;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    padding-left: 2rem;
    cursor: pointer;
}

.modal__check {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #8a8d8f;
    border-radius: 100%;
}

.modal__check::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid white;
    border-radius: 100%;
    opacity: 0;
    background-color: #8a8d8f;
    transition: opacity 0.3s ease-in-out;
}

.modal__title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: black;
    text-align: center;
}

.ymaps-2-1-79-map {
    max-height: 45.6rem;
}

#timer80c9e43defb66f383d5fb40ebc0b5a4d {
    min-width: 100% !important;
}

.header__btn,
.cards__btn,
.stock__btn,
.offer__btn,
.about__btn_one,
.contact__btn,
.modal__btn,
.about__btn_two,
.about__btn_three {
    transition: border 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.stock__btnArrow,
.benefit__btn {
    transition: background-image 0.3s ease-in-out;
}

.benefit__advantBlock,
.benefit__rightAdvant,
.about__block {
    transition: transform 0.3s ease-in-out;
}

.partner__link:hover {
    background-color: transparent;
}

.partner__link:hover .partner__logoImg {
    opacity: 1;
}

.header__btn:hover,
.cards__btn:hover,
.offer__btn:hover {
    background-color: #ffffff;
}

.modal__btn:hover {
    color: #ffffff;
    background-color: #000000;
}

.stock__btnArrow:hover,
.benefit__btn:hover {
    background-image: url(../img/btnArrowHover.png);
}

.about__btn_one:hover,
.stock__btn:hover,
.contact__btn:hover {
    color: #ffffff;
    background-color: #000000;
}

.about__btn_two:hover {
    background-color: #10dcff;
}

.about__btn_three:hover {
    border: 1px solid #10dcff;
    background-color: #10dcff;
}

.benefit__advantBlock:hover,
.benefit__rightAdvant:hover {
    transform: scale(1.1);
}

.about__block_left:hover {
    z-index: 1000;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

#form_popup,
#form_popup2 {
    display: none;
}

.popup_container .agree_field {
    font-size: 10px;
    color: black;
    text-align: left;
}

.popup_container .agree_field a {
    color: black;
    text-decoration: underline;
}

.popup_container .form_comment {
    padding-bottom: 15px;
    font-size: 20px;
    color: #d6001c;
    text-align: center;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    /* Aey IE */
    /* Aey Firefox */
    /* Aey Safari, Chrome, iOS */
    /* Aey Opera */
    transform: rotate(45deg);
}

.popup_container .close:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    display: block;
    width: 34px;
    height: 1px;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    display: block;
    width: 1px;
    height: 34px;
    background-color: #a8a8a8;
}

.popup_container .form-group input[type=text] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #f3f3f3;
    line-height: 56px;
    color: black;
    text-align: left;
    text-decoration: none;
    outline: none;
    background: #f3f3f3;
}

.popup_container .form-group textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #c0c6c9;
    font-family: "Montserrat";
    font-size: 16px;
    color: black;
    text-align: left;
    text-decoration: none;
    outline: none;
    background: none;
    resize: none;
}

.popup_container .form-group select {
    width: 100%;
    height: 50px;
    height: 38px;
    padding-left: 10px;
    border: 1px solid white;
    border: 1px solid #c0c6c9;
    border-radius: 5px;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
    color: #1d1f20;
    background-color: white;
}

.popup_container .form-group button {
    height: 38px;
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}

.not_agree button {
    color: white !important;
    background-color: #cccccc !important;
    cursor: auto !important;
}

.agree_field {
    position: relative;
    top: 0;
    display: inline-block;
    padding-left: 20px;
    font-size: 10px;
    line-height: 100%;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0;
    margin: 0;
}

.popup_container .form-disclamer {
    padding-top: 10px;
    font-size: 10px;
    color: #b8b8b8;
    text-align: center;
}

.form_tel {
    margin-bottom: 20px;
}

.form_tel a {
    display: block;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
}

/*# sourceMappingURL=style.css.map */