@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*,
:before,
:after {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.thank__title {
    font-size: clamp(1rem, -0.455rem + 7.27vw, 5rem);
    text-align: center;
    font-weight: 700;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-list-item label {
    cursor: pointer;
}

.wpcf7-response-output {
    text-align: center;
    margin-top: 10px;
    color: red;
}

.radio-group-wrapper.row {
    flex-direction: row;
}

.radio-group-wrapper.row .wpcf7-list-item {
    width: 50%;
}

@media (max-width: 560px) {

    .radio-group-wrapper.row {
        flex-direction: column;
    }

    .radio-group-wrapper.row .wpcf7-list-item {
        width: 100%;
    }
}

.screen-reader-response {
    display: none;
    margin-bottom: 10px;
    text-align: center;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

h1 {
  font-size: clamp(45px, 4.9180327869vw, 60px);
  line-height: 1.12;
  font-weight: 700;
}

h2 {
  font-size: clamp(26px, 2.7868852459vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: 600;
}

h3 {
  font-size: clamp(18px, 2.131147541vw, 26px);
  font-weight: 500;
}

h4 {
  font-size: clamp(18px, 2.131147541vw, 26px);
  font-weight: 400;
}

h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    display: block;
}

body {
    font-family: "Overpass", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #222222;
    color: #fff;
}

body.lock {
    overflow: hidden;
}

.main {
    width: 100%;
    min-height: 100vh;
}

.container {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

@media (max-width: 560px) {
    .container {
        padding: 0 20px;
    }
}

a {
    color: inherit;
}

.button {
    color: #FFF;
    font-family: Overpass;
    font-size: 18px;
    letter-spacing: 1.1px;
    padding: 0 25px;
    height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 15px;
    color: #fff;
    border: 2px solid #B8995E;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1050px) {
    .button {
        height: 40px;
        font-size: 16px;
        border-radius: 10px;
		padding: 0 10px;
    }
}

@media (max-width: 400px) {
    .button {
        height: 25px;
        font-size: 10px;
        border-radius: 5px;
    }
}

.button:hover {
    color: #222222;
    border: 2px solid #FFE683;
    background: linear-gradient(128deg, #B8995E -11.35%, #F6EEAB 18.21%, #C19A5F 124.48%);
    -webkit-box-shadow: -3px -3px 5px 0px rgba(125, 125, 125, 0.25) inset, 2px 2px 10px 0px rgba(125, 125, 125, 0.25) inset, 2px 2px 15px 0px rgba(255, 255, 255, 0.15);
    box-shadow: -3px -3px 5px 0px rgba(125, 125, 125, 0.25) inset, 2px 2px 10px 0px rgba(125, 125, 125, 0.25) inset, 2px 2px 15px 0px rgba(255, 255, 255, 0.15);
}

.button.button-gold {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    width: 300px;
    height: 70px;
    color: #222222;
    border: 2px solid #FFE683;
    background: linear-gradient(128deg, #B8995E -11.35%, #F6EEAB 18.21%, #C19A5F 124.48%);
    -webkit-box-shadow: -3px -3px 5px 0px rgba(125, 125, 125, 0.25) inset, 2px 2px 10px 0px rgba(125, 125, 125, 0.25) inset, 2px 2px 15px 0px rgba(255, 255, 255, 0.15);
    box-shadow: -3px -3px 5px 0px rgba(125, 125, 125, 0.25) inset, 2px 2px 10px 0px rgba(125, 125, 125, 0.25) inset, 2px 2px 15px 0px rgba(255, 255, 255, 0.15);
}

@media (max-width: 400px) {
    .button.button-gold {
        width: 236px;
        height: 55px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 13px;
        line-height: 2;
        border-radius: 12px;
        border: 1px solid #FFE683;
    }
}

.button.button-gold:hover {
    color: #fff;
    border: 2px solid #FFE683;
    background: transparent;
    -webkit-box-shadow: -3px -3px 5px 0px rgba(125, 125, 125, 0.25) inset, 2px 2px 10px 0px rgba(125, 125, 125, 0.25) inset, 2px 2px 15px 0px rgba(255, 255, 255, 0.15);
    box-shadow: -3px -3px 5px 0px rgba(125, 125, 125, 0.25) inset, 2px 2px 10px 0px rgba(125, 125, 125, 0.25) inset, 2px 2px 15px 0px rgba(255, 255, 255, 0.15);
}

.burger {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 12px;
    background: transparent;
    border: none;
}

@media (max-width: 900px) {
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 2;
    }
}

.burger span {
    display: block;
    font-size: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 400px) {
    .burger span {
        height: 1px;
    }
}

.burger span::after,
.burger span::before {
    content: "";
    position: absolute;
    right: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 400px) {

    .burger span::after,
    .burger span::before {
        height: 1px;
    }
}

.burger span::before {
    bottom: 0;
    width: 14px;
}

.burger span::after {
    width: 100%;
    top: 0;
}

.burger.active span {
    background: transparent;
}

.burger.active span::after,
.burger.active span::before {
    top: 50%;
    translate: 0 -50%;
    width: 100%;
}

.burger.active span::before {
    top: 50%;
    translate: 0 -50%;
    rotate: -45deg;
}

.burger.active span::after {
    top: 50%;
    translate: 0 -50%;
    rotate: 45deg;
}

/* Стили для модального окна */
#myModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    padding: 20px;
    background-color: #fff;
    z-index: 1;
    color: #000;
}

#myModal input {
    color: #B0B0B0;
    font-family: Roboto;
    font-size: 15px;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 11px;
    border: 1px solid rgba(51, 51, 51, 0.11);
    background: #FDFDFD;
    outline: none;
}

@media (max-width: 400px) {
    #myModal input {
        font-size: 12px;
    }
}

#myModal input:last-child {
    margin: 0;
}

#myModal input:focus-visible {
    border: 1px solid #000;
}

.header {
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 120px;
    border-bottom: 1px solid rgba(42, 42, 42, 0.6);
    background: rgb(42, 42, 42);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.22);
}

.header.fixed {
    position: fixed;
    z-index: 2;
}

@media (max-width: 900px) {
    .header {
        min-height: 80px;
    }
}

@media (max-width: 400px) {
    .header {
        min-height: 60px;
    }
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	gap: 20px;
}

.header__logo img {
    max-width: 75px;
    height: auto;
}

@media (max-width: 1000px) {
    .header__logo img {
        max-width: 50px;
    }
}

@media (max-width: 400px) {
    .header__logo img {
        max-width: 40px;
    }
}


.navigation {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 900px) {
    .navigation {
        position: absolute;
        right: 0%;
        top: 0%;
        width: 50%;
        height: 0;
        padding: 0px 30px;
        background: rgb(42, 42, 42);
        opacity: 0;
        visibility: hidden;
        overflow: scroll;
        z-index: 2;
    }

    .navigation.active {
        opacity: 1;
        visibility: visible;
        height: 100vh;
        padding: 60px 30px;
    }
}

@media (max-width: 560px) {
    .navigation {
        width: 80%;
    }
}

@media (max-width: 560px) {
    .navigation {
        width: 90%;
    }
}

.navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}


@media (max-width: 1150px) {
    .navigation__list {
        gap: 10px
    }
}

@media (max-width: 900px) {
  .navigation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.navigation__list li {
	position:relative;
}

@media (hover: hover) {
  .navigation__list li.menu-item-has-children:hover > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (hover: none) {
  .navigation__list li.menu-item-has-children:active > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.navigation__list li.menu-item-has-children.active > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation__list li.menu-item-has-children .sub-menu {
  width: max-content;
	min-width: 150px;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
	flex-direction: column;
  gap: 8px;
	padding: 20px 10px;
	background: #222222;
    border-radius: 4px;
	transition: all .3s ease;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.22);
}





























.navigation__list li a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.1px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width: 1150px) {
    .navigation__list li a {
        font-size: 15px;
    }
}

.navigation__list li a:hover {
    color: #B8995E;
}

.footer {
    padding: 40px 0;
    background: #272727;
    -webkit-box-shadow: 4px 4px 35px 0px rgba(102, 102, 102, 0.25);
    box-shadow: 4px 4px 35px 0px rgba(102, 102, 102, 0.25);
}

@media (max-width: 560px) {
    .footer {
        padding: 20px 0;
    }
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1000px) {
    .footer__wrapper {
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: minmax(0, 80px) minmax(0, 150px) 1fr;
        /* Первый столбец минимальной ширины, остальные занимают равное пространство */
        gap: 0 30px;
    }
}

@media (max-width: 768px) {
    .footer__wrapper {
        gap: 10px 20px;
    }
}

@media (max-width: 560px) {
    .footer__wrapper {
        grid-template-columns: minmax(0, 50px) minmax(0, 110px) 1fr;
        /* Первый столбец минимальной ширины, остальные занимают равное пространство */
    }
}

@media (max-width: 400px) {
    .footer__wrapper {
        gap: 10px 15px;
        grid-template-columns: minmax(0, 40px) minmax(0, 90px) 1fr;
        /* Первый столбец минимальной ширины, остальные занимают равное пространство */
    }
}

.footer__widget {
    margin-bottom: 10px;
}

.footer__widget:last-child {
    margin-bottom: 0px;
}

.footer__widget h1 {
    font-size: 1.8em;
}

.footer__widget h2 {
    font-size: 1.6em;
}

.footer__widget h3 {
    font-size: 1.4em;
}

.footer__widget h4 {
    font-size: 1.2em;
}

.footer__widget h5 {
    font-size: 1em;
}

.footer__widget h6 {
    font-size: 0.8em;
}

.footer__widget strong {
    font-weight: bold;
}


.footer__widget em {
    font-style: italic;
}

.footer__widget a {
	color: #B8995E;
	transition: all .3 ease
}

.footer__widget a:hover {
	color: #FFE683;
	text-decoration: underline;
}

.footer__logo {
    grid-row: span 2;
    grid-column: 1;
}

@media (max-width: 560px) {
    .footer__logo {
        width: 50px;
    }
}

@media (max-width: 400px) {
    .footer__logo {
        width: 40px;
    }
}

.footer__logo img {
    width: 100%;
}

.footer__col {
    font-size: 15px;
    line-height: 130%;
}

@media (max-width: 1000px) {
    .footer__col.--opening {
        grid-row: 1;
        grid-column: 2;
    }

    .footer__col.--contact {
        grid-row: 1;
        grid-column: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        justify-self: end;
    }
}

@media (max-width: 900px) {
    .footer__col {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .footer__col {
        font-size: 10px;
    }
}

@media (max-width: 560px) {
    .footer__col {
        font-size: 1.8vw;
    }
}

@media (max-width: 400px) {
    .footer__col {
        font-size: 8px;
    }
}

.footer__link {
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 10px;
}

@media (max-width: 560px) {
    .footer__link {
        margin-top: 5px;
    }
}

@media (max-width: 400px) {
    .footer__link {
        margin-top: 0px;
    }
}

.footer__link:hover {
    color: #B8995E;
}

.footer .button {
    grid-row: 2;
    grid-column: 2/span 2;
    justify-self: center;
}

.hero__wrapper {
    min-height: calc(100vh - 120px);
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    position: relative;
}

@media (max-width: 900px) {
    .hero__wrapper {
        min-height: calc(100vh - 80px);
        padding: 60px 0;
    }
}

@media (max-width: 560px) {
    .hero__wrapper {
        padding: 40px 0;
    }
}

.hero__content {
    width: 650px;
}

@media (max-width: 1000px) {
    .hero__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}

.hero__title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.125;
    text-transform: uppercase;
}

@media (max-width: 1150px) {
    .hero__title {
        font-size: 60px;
    }
}

@media (max-width: 1000px) {
    .hero__title {
        text-align: center;
    }
}

@media (max-width: 560px) {
    .hero__title {
        font-size: 40px;
    }
}

.hero__title span {
    background: linear-gradient(175deg, #B8995E 59.15%, #F6EEAB 74.61%, #C19A5F 101.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero__text {
    margin: 30px 0 50px;
    font-size: 18px;
    max-width: 540px;
    opacity: 0.8;
}

@media (max-width: 1000px) {
    .hero__text {
        max-width: none;
        margin: 20px 0;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .hero__text {
        font-size: 16px;
        max-width: 70%;
        min-width: 260px;
    }
}

@media (max-width: 560px) {
    .hero__text {
        font-size: 14px;
    }
}

.hero__img {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 0;
}

@media (max-width: 1150px) {
    .hero__img {
        width: 420px;
    }
}

@media (max-width: 1000px) {
    .hero__img {
        position: static;
        width: auto;
        translate: 0 0;
    }
}

@media (max-width: 560px) {
    .hero__img {
        width: 80%;
    }
}

#heroForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}

@media (max-width: 1000px) {
    #heroForm {
        margin-top: 30px;
        gap: 15px;
    }
}

#heroForm input {
    padding: 0 20px 0 110px;
    font-size: 17px;
    font-weight: 300;
    position: relative;
    width: 300px;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 15px;
    border: 1px solid #FFF;
    background: url(../images/vin-decor.svg) no-repeat left, -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #EDEDED;
    background: url(../images/vin-decor.svg) no-repeat left, linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #EDEDED;
    background-size: contain;
    -webkit-box-shadow: -3px -3px 5px 0px rgba(125, 125, 125, 0.25) inset, 2px 2px 10px 0px rgba(125, 125, 125, 0.25) inset, 2px 2px 15px 0px rgba(255, 255, 255, 0.15);
    box-shadow: -3px -3px 5px 0px rgba(125, 125, 125, 0.25) inset, 2px 2px 10px 0px rgba(125, 125, 125, 0.25) inset, 2px 2px 15px 0px rgba(255, 255, 255, 0.15);
    outline: none;
}

@media (max-width: 400px) {
    #heroForm input {
        width: 236px;
        height: 55px;
        font-size: 13px;
        padding: 0 20px 0 80px;
        border-radius: 12px;
    }
}

#heroForm input.focused {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #B8995E;
}

#heroForm input.error {
    border: 2px solid red;
}


.screen__video {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.process {
    padding: 60px 0 0 0px;
}

.process__title {
    max-width: 1110px;
    margin: 0 auto;
    text-align: center;
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 1000px) {
    .process__title {
        font-size: 44px;
    }
}

@media (max-width: 560px) {
    .process__title {
        font-size: 35px;
        text-transform: none;
    }
}

.process__text {
    max-width: 920px;
    margin: 10px auto 0;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 170%;
    letter-spacing: 0.8px;
}

@media (max-width: 768px) {
    .process__text {
        font-size: 16px;
    }
}

@media (max-width: 560px) {
    .process__text {
        font-size: 12px;
        max-width: 320px;
    }
}

@media (max-width: 400px) {
    .process__text {
        font-size: 10px;
    }
}

.process__list {
    margin-top: 100px;
    counter-reset: item;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
}

@media (max-width: 768px) {
    .process__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 50px;
    }
}

.process__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: 45px 20px;
    border-radius: 60px 0px;
    background: var(--fd, linear-gradient(224deg, #B8995E 17.6%, #F6EEAB 124.36%, #C19A5F 169.11%));
}

@media (max-width: 768px) {
    .process__item {
        min-width: 280px;
        width: 70%;
    }
}

@media (max-width: 400px) {
    .process__item {
        padding: 35px 15px;
    }
}

.process__item::before {
    position: absolute;
    top: -18px;
    left: 16px;
    counter-increment: item;
    content: counter(item, decimal-leading-zero);
    content: counter(item) " ";
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 112.041%;
    /* 22.408px */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: linear-gradient(224deg, #B8995E 17.6%, #F6EEAB 124.36%, #C19A5F 169.11%);
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25), 4px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0px rgba(255, 255, 255, 0.25) inset;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25), 4px 4px 4px 0px rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0px rgba(255, 255, 255, 0.25) inset;
}

@media (max-width: 768px) {
    .process__item::before {
        top: -12px;
        left: 13px;
        width: 38px;
        height: 38px;
    }
}

.process__item--title {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

@media (max-width: 1150px) {
    .process__item--title {
        font-size: 2vw;
    }
}

@media (max-width: 900px) {
    .process__item--title {
        font-size: 1.8vw;
    }
}

@media (max-width: 768px) {
    .process__item--title {
        font-size: 20px;
    }
}

.process__item--text {
    margin-top: 20px;
    color: #000;
}

@media (max-width: 1000px) {
    .process__item--text {
        font-size: 2vw;
    }
}

@media (max-width: 900px) {
    .process__item--text {
        font-size: 1.8vw;
    }
}

@media (max-width: 768px) {
    .process__item--text {
        font-size: 13px;
    }
}

.cost {
    margin-top: 50px;
}

.cost__title {
    font-size: 80px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 1000px) {
    .cost__title {
        font-size: 60px;
    }
}

@media (max-width: 768px) {
    .cost__title {
        font-size: 40px;
    }
}

.cost__title span {
    background: linear-gradient(224deg, #B8995E 27.53%, #F6EEAB 51.57%, #C19A5F 99.43%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cost__list {
    margin-top: 50px;
    background: url(../images/bilens-bg.png);
    background-size: contain;
}

@media (max-width: 768px) {
    .cost__list {
        margin-top: 40px;
    }
}

.cost__item {
    margin-bottom: 60px;
    padding: 65px;
    border-radius: 11px;
    border: 1px solid #B8995E;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-4.5%, rgba(29, 29, 29, 0.4)), color-stop(55.96%, rgba(62, 62, 62, 0.26)), color-stop(131.25%, rgba(29, 29, 29, 0.08)));
    background: linear-gradient(180deg, rgba(29, 29, 29, 0.4) -4.5%, rgba(62, 62, 62, 0.26) 55.96%, rgba(29, 29, 29, 0.08) 131.25%);
}

@media (max-width: 1000px) {
    .cost__item {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .cost__item {
        padding: 20px 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 400px) {
    .cost__item {
        padding: 20px;
    }
}

.cost__item:last-child {
    margin: 0;
}

.cost__item h5 {
    font-size: 25px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .cost__item h5 {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .cost__item h5 {
        font-size: 5vw;
    }
}

.cost__reasons {
    margin-top: 30px;
}

@media (max-width: 560px) {
    .cost__reasons {
        margin-top: 20px;
    }
}

.cost__reasons li {
    line-height: 148.122%;
    letter-spacing: 2px;
    opacity: 0.8;
    margin-left: 20px;
    list-style: disc;
}

@media (max-width: 768px) {
    .cost__reasons li {
        font-size: 16px;
    }
}

@media (max-width: 560px) {
    .cost__reasons li {
        font-size: 12px;
    }
}

.collection {
    padding: 100px 0 0 0;
}

@media (max-width: 1000px) {
    .collection {
        padding: 50px 0 0 0;
    }
}

@media (max-width: 560px) {
    .collection {
        padding: 40px 0;
    }
}

.collection__title {
    font-size: 50px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .collection__title {
        font-size: 30px;
    }
}

.collection__text {
    margin-top: 30px;
    font-size: 40px;
    font-weight: 300;
}

@media (max-width: 1150px) {
    .collection__text {
        margin-top: 20px;
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .collection__text {
        font-size: 20px;
    }
}

@media (max-width: 560px) {
    .collection__text {
        font-size: 14px;
    }
}

.collection__list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
}

@media (max-width: 1000px) {
    .collection__list {
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .collection__list {
        margin-top: 30px;
        gap: 25px;
    }
}

.collection__img {
    width: 100%;
}

.contact {
    padding: 100px 0 0 0;
}

@media (max-width: 1000px) {
    .contact {
        padding: 50px 0 0 0;
    }
}

.contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding: 0px 45px 0 0;
    border-radius: 11px;
    background: linear-gradient(182deg, #B8995E -42.64%, #F6EEAB -27.71%, #C19A5F 92.48%, #C19A5F 105.79%);
    -webkit-box-shadow: -4px 5px 22px -12px #000;
    box-shadow: -4px 5px 22px -12px #000;
}

@media (max-width: 1000px) {
    .contact__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 30px;
    }
}

.contact__img {
    width: 45%;
    min-width: 460px;
}

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

.contact__content {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 60%;
    max-width: 630px;
}

@media (max-width: 1000px) {
    .contact__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 80%;
    }
}

@media (max-width: 560px) {
    .contact__content {
        padding: 30px 0;
        width: 100%;
    }
}

.contact__title {
    color: #000;
    font-family: Roboto;
    font-size: 34px;
    font-weight: 700;
    line-height: 129.412%;
}

@media (max-width: 1000px) {
    .contact__title {
        text-align: center;
    }
}

@media (max-width: 560px) {
    .contact__title {
        font-size: 30px;
    }
}

.contact__text {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    line-height: 175%;
}

@media (max-width: 1000px) {
    .contact__text {
        text-align: center;
    }
}

@media (max-width: 560px) {
    .contact__text {
        font-size: 12px;
        max-width: 200px;
    }
}

.contact__form {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.contact__input {
    color: #222222;
    font-family: Roboto;
    font-size: 15px;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 11px;
    border: 1px solid rgba(51, 51, 51, 0.11);
    background: #FDFDFD;
    outline: none;
}

@media (max-width: 400px) {


    .contact__input {
        font-size: 12px;
    }
}

/* .contact__form input:last-child,
.contact__input:last-child {
  margin: 0;
} */
.contact__form input:focus-visible,
.contact__input:focus-visible {
    border: 1px solid #000;
}

.contact__form textarea,
.contact__area {
    width: 100%;
    color: #222222;
    font-family: Roboto;
    font-size: 15px;
    resize: none;
    padding: 24px 15px;
    border-radius: 11px;
    border: 1px solid rgba(51, 51, 51, 0.11);
    background: #FDFDFD;
    outline: none;
    margin-bottom: 10px;
}

@media (max-width: 400px) {

    .contact__form textarea,
    .contact__area {
        font-size: 12px;
        padding: 15px;
    }
}

.contact__form textarea:focus-visible,
.contact__area:focus-visible {
    border: 1px solid #000;
}

.contact__form label {
    display: flex;
    align-items: center;
}

.contact__form .contact__agree input{
    margin: 0 5px 0 0;
    width: auto;
}

@media (max-width: 560px) {
    .contact__form .contact__agree input{
        width: 10px;
        height: 10px;
    }
}

.contact__form .contact__agree input~span {
    color: #000;
    font-family: Roboto;
    font-size: 11px;
    line-height: 136.364%;
    cursor: pointer;
}

@media (max-width: 560px) {
    .contact__form .contact__agree input~span {
        font-size: 8px;
    }
}

.contact__form .contact__agree input~span a {
    color: inherit;
    text-decoration: underline;
}

.contact__button {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    width: 300px;
    height: 55px;
    color: #000;
    font-weight: 500;
    line-height: 108%;
    border-radius: 15px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), linear-gradient(192deg, #B8995E -21.68%, #F6EEAB 7.13%, #C19A5F 124.76%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact__button:hover {
    background: linear-gradient(0deg, rgba(205, 205, 205, 0.3) 0%, rgba(205, 205, 205, 0.3) 100%), linear-gradient(192deg, #B8775E -21.68%, #F6EEAB 7.13%, #C19A5F 124.76%);
}

@media (max-width: 1000px) {
    .contact__button {
        margin: 30px auto 0;
    }
}

@media (max-width: 560px) {
    .contact__button {
        width: 200px;
        height: 40px;
        border-radius: 8px;
    }
}

@media (max-width: 400px) {
    .contact__button {
        margin: 20px auto 0;
    }
}

.map {
    padding: 100px 0;
}

@media (max-width: 768px) {
    .map {
        padding: 50px 0;
    }
}

.map iframe {
    width: 100%;
    height: 530px;
    border-radius: 11px;
}

.cars {
    margin: 100px 0 0 0;
}

@media (max-width: 560px) {
    .cars {
        margin: 40px 0 0 0;
    }
}

.cars__title {
    text-align: center;
    font-size: 90px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 1000px) {
    .cars__title {
        font-size: 60px;
    }
}

@media (max-width: 768px) {
    .cars__title {
        font-size: 50px;
    }
}

@media (max-width: 560px) {
    .cars__title {
        font-size: 40px;
    }
}

.cars__title span {
    background: linear-gradient(175deg, #B8995E 59.15%, #F6EEAB 74.61%, #C19A5F 101.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cars .slider {
    margin-top: 60px;
    position: relative;
}

@media (max-width: 560px) {
    .cars .slider {
        margin-top: 40px;
    }
}

.cars .slider__item {
    width: 350px;
    height: 370px;
    border-radius: 20px;
    margin-right: 40px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .cars .slider__item.slick-slide {
        opacity: 0;
    }

    .cars .slider__item.slick-current {
        opacity: 1;
    }
}

@media (max-width: 560px) {
    .cars .slider__item {
        width: 230px;
        height: 250px;
    }
}

.cars .slider__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cars .slider .slick-arrow {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 60px;
    height: 70px;
    background: url(../images/arrow2.svg) no-repeat center;
    background-size: cover;
    border-radius: 4px;
    font-size: 0;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 560px) {
    .cars .slider .slick-arrow {
        width: 50px;
        height: 50px;
    }
}

.cars .slider .slick-arrow.slick-prev {
    left: -50px;
    rotate: 180deg;
}

@media (max-width: 1330px) {
    .cars .slider .slick-arrow.slick-prev {
        left: 0;
    }
}

.cars .slider .slick-arrow.slick-next {
    right: -50px;
}

@media (max-width: 1330px) {
    .cars .slider .slick-arrow.slick-next {
        right: 0;
    }
}

.gallery {
    padding: 50px 0 100px;
}

@media (max-width: 560px) {
    .gallery {
        padding: 50px 0;
    }
}

.gallery img {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}

.information {
    padding: 100px 0;
}

@media (max-width: 768px) {
    .information {
        padding: 50px 0;
    }
}

.information__wrapper {
    padding: 60px 30px;
    border-radius: 15px;
    background: linear-gradient(241deg, #B8995E 4.9%, #EFE3A1 57.84%, #C19A5F 102.3%);
}

@media (max-width: 768px) {
    .information__wrapper {
        padding: 20px;
    }
}

@media (max-width: 360px) {
    .information__wrapper {
        padding: 20px 0;
    }
}

.information__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

@media (max-width: 768px) {
    .information__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 560px) {
    .information__head .information__head--link img {
        max-width: 50px;
    }
}

.information__head p {
    max-width: 580px;
    color: #000;
    font-family: Roboto;
    font-size: clamp(0.625rem, 0.493rem + 0.66vw, 1rem);
    line-height: 175%;
}

@media (max-width: 768px) {
    .information__head p {
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
        line-height: 1.5;
    }
}

.information__head p a {
    font-weight: 700;
    text-decoration-line: underline;
}

.information__form {
    margin-top: clamp(1.25rem, 0.151rem + 5.49vw, 4.375rem);
    font-family: Roboto;
    font-size: 16px;
    line-height: 1.35;
}

.information__form--step {
    margin-bottom: 30px;
    padding: 0px 25px;
    color: #222222;
    background: #fff;
    border-radius: 15px;
    border: 1px solid rgba(208, 208, 208, 0.5);
    -webkit-box-shadow: 3px 3px 81px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 81px 0px rgba(0, 0, 0, 0.2);
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 560px) {
    .information__form--step {
        padding: 0 15px;
        border-radius: 8px;
        margin-bottom: 10px;
    }
}

.information__form--step:last-child {
    margin: 0;
}

.information__form--step.active {
    opacity: 1;
}

@media (max-width: 560px) {
    .information__form--step.active {
        padding: 0 30px;
        border-radius: 11px;
    }
}

.information__form--step.active .information__form--step-content {
    padding: 0px 74px 50px;
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
}

@media (max-width: 1000px) {
    .information__form--step.active .information__form--step-content {
        padding: 0 30px 50px;
    }
}

@media (max-width: 768px) {
    .information__form--step.active .information__form--step-content {
        padding: 0 0 30px 0;
    }
}

.information__form--step.active .information__form--step-header--wrapper span {
    display: block;
}

.information__form--step.active .information__form--step-number {
    color: #000;
    border-radius: 11px;
    border: 1px solid #B8995E;
    background: var(--fd, linear-gradient(224deg, #B8995E 17.6%, #F6EEAB 124.36%, #C19A5F 169.11%));
}

.information__form--step.done .information__form--step-number {
    font-size: 0;
    border: none;
    background: url(../images/done.svg) no-repeat center;
    background-size: cover;
}

.information__form--step.done .information__form--step-title {
    color: #B8995E;
}

.information__form--step.done .information__form--step-edit {
    display: block;
}

.information__form--step-header {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width: 560px) {
    .information__form--step-header {
        padding: 10px 0;
    }
}

.information__form--step-header--wrapper span {
    display: none;
    max-width: 400px;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.6;
}

@media (max-width: 560px) {
    .information__form--step-header--wrapper span {
        line-height: 1.5;
        opacity: 0.7;
    }
}

.information__form--step-number {
    margin-right: 24px;
    min-width: 30px;
    min-height: 30px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #004671;
    font-weight: 700;
    line-height: 1.35;
    border-radius: 25px;
    border: 1px solid #004671;
}

@media (max-width: 560px) {
    .information__form--step-number {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
}

.information__form--step-title {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 560px) {
    .information__form--step-title {
        font-size: 16px;
    }
}

.information__form--step-edit {
    display: none;
    margin-left: auto;
    width: 30px;
    height: 30px;
    font-size: 0;
    border-radius: 4px;
    border: 2px solid #B8995E;
    background: url(../images/edit.svg) no-repeat center transparent;
    cursor: pointer;
}

.information__form--step-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0 50px;
    display: none;
}

.form-group {
    margin: 0 0 10px 0;
    padding: 10px 0 24px 0;
    border-bottom: 1px solid #EAF2F7;
}

@media (max-width: 768px) {
    .form-group {
        margin: 0;
        padding: 15px 0;
    }
}

.form-group.last-child {
    border: 0;
    margin: 0;
}

.form-group legend {
    color: #717171;
    font-size: 14px;
}

@media (max-width: 560px) {
    .form-group legend {
        font-size: 10px;
    }
}

.form-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px 0;
    padding: 10px 0 24px 0;
    gap: 10px;
    border-bottom: 1px solid #EAF2F7;
}

@media (max-width: 1000px) {
    .form-columns {
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .form-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0px;
        margin: 0;
        gap: 0;
        border: none;
    }
}

.form-columns .form-group {
    padding: 0;
    margin: 0;
    border: none;
}

@media (max-width: 1000px) {
    .form-columns .form-group#accessories {
        grid-row: 2;
        grid-column: 1/span 2;
    }
}

@media (max-width: 768px) {
    .form-columns .form-group {
        padding: 15px 0;
        border-bottom: 1px solid #EAF2F7;
    }
}

.form-columns #accessories {
    max-width: 50%;
}

@media (max-width: 1000px) {
    .form-columns #accessories {
        max-width: 100%;
    }
}

.form-label {
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
}

.form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;

}

.form-input {
    display: block;
    width: 100%;
    height: 54px;
    padding: 16px;
    font-size: 16px;
    color: #777474;
    border-radius: 11px;
    border: 1px solid #D0D0D0;
}

@media (max-width: 768px) {
    .form-input {
        height: 40px;
        padding: 10px 16px;
    }
}

@media (max-width: 560px) {
    .form-input {
        border-radius: 8px;
    }
}

.form-input.no-radius {
    width: 100%;
    border-radius: 3px;
    text-transform: uppercase;
}

.form-input.error {
    border: 1px solid red;

}

#plate[readonly] {
    background-color: #f0f0f0;
    /* Замените цвет фона на ваш выбор */
    color: #999;
    /* Замените цвет текста на ваш выбор */
    border: 0;
    outline: none;
}


@media (max-width: 560px) {
    .form-input.no-radius {
        border-radius: 8px;
    }
}

.form-textarea {
    width: 100%;
    min-height: 90px;
    border-radius: 3px;
    border: 1px solid #D0D0D0;
    resize: vertical;
    text-transform: none;
}

@media (max-width: 560px) {
    .form-textarea {
        border-radius: 8px;
    }
}

.form-edit {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    border-radius: 0px 3px 3px 0px;
    border: 1px solid #D0D0D0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

@media (max-width: 768px) {
    .form-edit {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 560px) {
    .form-edit {
        border-radius: 8px;
        width: 34px;
    }

    .form-edit svg {
        width: 10px;
    }
}

.form-edit svg {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-edit.edit svg {
    rotate: 45deg;
}

.form-submit .contact__button {
    margin: 0 auto;
}

.radio-group-wrapper {
    display: flex;
    flex-direction: column;
}

.radio-group-wrapper>span,
.checkbox-group-wrapper>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
}

.radio-group-wrapper input,
.checkbox-group-wrapper input {
    margin-right: 7px;
}

.radio-group,
.checkbox-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
}

.radio-group:last-child,
.checkbox-group:last-child {
    margin: 0;
}

.radio-group label,
.checkbox-group label {
    margin: 0;
    font-weight: 400;
    cursor: pointer;
    padding-left: 7px;
}

.checkbox-group-wrapper {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    gap: clamp(0.625rem, -15.679rem + 26.09vw, 4.375rem);
    display: block;
}

@media (max-width: 768px) {
    .checkbox-group-wrapper {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}

.car-fetch-wrapper {
    margin-top: 12px;
    font-family: Roboto;
    font-size: 16px;
    line-height: 1.35;
    pointer-events: none;
    width: 100%;
}

@media (max-width: 768px) {
    .car-fetch-wrapper {
        font-size: 14px;
    }
}

@media (max-width: 560px) {
    .car-fetch-wrapper {
        font-size: 12px;
        color: #646464;
        line-height: 1.25;
    }
}

.information__form--step-drop-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 11px;
    border: 3px dashed #B8995E;
}

@media (max-width: 768px) {
    .information__form--step-drop-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.information__form--step-drop-container .uploaded-images {
    display: none;
    width: 25%;
    min-width: 175px;
    min-height: 340px;
    overflow: auto;
    background: #f6f6f6;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media (max-width: 768px) {
    .information__form--step-drop-container .uploaded-images {
        width: 100%;
        min-height: auto;
    }
}

.information__form--step-drop-container .uploaded-images ul {
    padding: 15px;
}

.information__form--step-drop-container .uploaded-images ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    padding: 4px;
    border-bottom: 1px solid #B8995E;
}

.information__form--step-drop-container .uploaded-images ul li:last-child {
    border: none;
}

.information__form--step-drop-container .uploaded-images ul li>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.information__form--step-drop-container .uploaded-images ul li .icon-check {
    fill: #00b861;
    margin-right: 4px;
    width: 12px;
    height: 12px;
}

.information__form--step-drop-container .uploaded-images ul li .icon-remove {
    width: 12px;
    height: 12px;
    margin-left: auto;
    fill: #a00b0f;
    cursor: pointer;
}

.information__form--step-drop-container.has-images .uploaded-images {
    display: block;
}

.information__form--step-drop-container.has-images .input-wrapper {
    width: 75%;
}

@media (max-width: 768px) {
    .information__form--step-drop-container.has-images .input-wrapper {
        width: 100%;
    }
}

.information__form--step-drop-container .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 340px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.information__form--step-drop-container .input-wrapper._active {
    background: #B8995E;
}

@media (max-width: 768px) {
    .information__form--step-drop-container .input-wrapper {
        min-height: 200px;
    }
}

.information__form--step-drop-container .input-wrapper span {
    margin-top: 15px;
    font-family: Overpass;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.08;
    opacity: 0.6;
}

@media (max-width: 560px) {
    .information__form--step-drop-container .input-wrapper span {
        margin-top: 8px;
        font-size: 12px;
        line-height: 2.1;
    }
}

.information__form--step-drop-container .contact__button {
    margin: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.information__form--step-drop-container .contact__button span {
    width: auto;
}

.information__form--step-drop-container .contact__button .form-upload__input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    visibility: visible;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#information__form--step2 .form-submit {
    margin-top: 90px;
}

@media (max-width: 768px) {
    #information__form--step2 .form-submit {
        margin-top: 50px;
    }
}

@media (max-width: 560px) {
    #information__form--step2 .form-submit {
        margin-top: 30px;
    }
}

#information__form--step3 .form-group {
    padding: 10px 0 20px;
    margin: 0;
    border: none;
}

@media (max-width: 560px) {
    #information__form--step3 .form-group {
        padding: 10px 0;
    }
}

#information__form--step3 .contact__button {
    margin-top: 30px;
}

@media (max-width: 360px) {
    .information__form--step.active {
        padding: 0 15px;
    }
}

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