@font-face {
    font-family: "SKODA Next Regular";
    font-display: swap;
    src: url(../fonts/SKODANext-Regular.eot);
    src: local('SKODA Next'),local(SKODANext-Regular),url(../fonts/SKODANext-Regular.eot) format("embedded-opentype"),url(../fonts/SKODANext-Regular.woff) format("woff"),url(../fonts/SKODANext-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "SKODA Next Light";
    font-display: swap;
    src: url(../fonts/SKODANext-Light.eot);
    src: local('SKODA Next Light'),local(SKODANext-Light),url(../fonts/SKODANext-Light.eot) format("embedded-opentype"),url(../fonts/SKODANext-Light.woff) format("woff"),url(../fonts/SKODANext-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "SKODA Next Bold";
    font-display: swap;
    src: url(../fonts/SKODANext-Bold.eot);
    src: local('SKODA Next Bold'),local(SKODANext-Bold),url(../fonts/SKODANext-Bold.eot) format("embedded-opentype"),url(../fonts/SKODANext-Bold.woff) format("woff"),url(../fonts/SKODANext-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'SKODA Next Black';
    font-display: swap;
    src: url(../fonts/SKODANext-Black.eot);
    src: local('SKODA Next Black'),local(SKODANext-Black),url(../fonts/SKODANext-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/SKODANext-Black.woff) format("woff"),url(../fonts/SKODANext-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'SKODA Next Black Expanded';
    font-display: swap;
    src: url(../fonts/SKODANext-BlackExpanded.eot);
    src: local('SKODA Next Black Expanded'),local(SKODANext-BlackExpanded),url(../fonts/SKODANext-BlackExpanded.eot) format("embedded-opentype"),url(../fonts/SKODANext-BlackExpanded.woff) format("woff"),url(../fonts/SKODANext-BlackExpanded.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: "Hyundai Sans Head Office";
    font-display: swap;
    src: url(../fonts/HyundaiSansTextOffice-Regular.eot);
    src: local('Hyundai Sans Head Office'),local(HyundaiSansHeadOffice-Regular),url(../fonts/HyundaiSansTextOffice-Regular.eot) format("embedded-opentype"),url(../fonts/HyundaiSansTextOffice-Regular.woff) format("woff"),url(../fonts/HyundaiSansTextOffice-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Hyundai Sans Head Office Medium";
    font-display: swap;
    src: url(../fonts/HyundaiSansTextOffice-Medium.eot);
    src: local('Hyundai Sans Head Office Medium'),local(HyundaiSansHeadOffice-Medium),url(../fonts/HyundaiSansTextOffice-Medium.eot) format("embedded-opentype"),url(../fonts/HyundaiSansTextOffice-Medium.woff) format("woff"),url(../fonts/HyundaiSansTextOffice-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page {
    height: 100%
}

.page-body {
    min-height: 100%;
    position: relative;
    font-family: "SKODA Next Regular",Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    background-color: #f4f4f4;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: -webkit-min-content 1fr -webkit-min-content;
    -ms-grid-rows: min-content 1fr min-content;
    grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
    grid-template-rows: min-content 1fr min-content
}

.container {
    max-width: 1300px;
    margin: 0 auto
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    text-decoration: none;
    cursor: pointer
}

button {
    cursor: pointer;
    outline: 0
}

p {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%;
    height: auto
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.mobile-active {
    display: none
}

.tablet-active {
    display: none
}

.desktop-active {
    display: block
}

.btn {
    width: 250px;
    height: 50px;
    position: relative;
    padding: 0 25px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bordered-btn {
    background-color: #fff;
    border: 2px solid #4ba82e;
    -webkit-filter: drop-shadow(2px 2px 5px rgba(75,168,46,.35));
    filter: drop-shadow(2px 2px 5px rgba(75,168,46,.35));
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.card_bottom .bordered-btn {
    color: #000;
    width: fit-content;
    background: transparent;
    padding: 14px 27px;
    border: 2px solid #4BA82E;
    border-radius: 30px;
    margin-left: 20px;
    -webkit-filter: drop-shadow(2px 2px 5px rgba(75,168,46,.35));
    filter: drop-shadow(2px 2px 5px rgba(75,168,46,.35));
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.filled-btn {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border: none;
    background-color: #4ba82e;
    -webkit-box-shadow: 2px 2px 5px rgba(75,168,46,.35);
    box-shadow: 2px 2px 5px rgba(75,168,46,.35);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.bordered-btn:focus,.bordered-btn:hover,.filled-btn:focus,.filled-btn:hover,.standart-input:focus {
    -webkit-box-shadow: 0 0 20px 2px rgba(75,168,46,.5);
    box-shadow: 0 0 20px 2px rgba(75,168,46,.5);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.standart-input {
    width: 250px;
    height: 50px;
    padding: 0 25px;
    color: #494949;
    font-size: 16px;
    line-height: 20px;
    border: 2px solid #4ba82e;
    border-radius: 30px;
    text-align: center;
    outline: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.standart-input::-webkit-input-placeholder {
    color: #494949;
    font-family: "SKODA Next Light";
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    opacity: .5
}

.standart-input:-moz-placeholder {
    color: #494949;
    font-family: "SKODA Next Light";
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    opacity: .5
}

.standart-input::-moz-placeholder {
    color: #494949;
    font-family: "SKODA Next Light";
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    opacity: .5
}

.standart-input:-ms-input-placeholder {
    color: #494949;
    font-family: "SKODA Next Light";
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    opacity: .5
}

.standart-input::-ms-input-placeholder {
    color: #494949;
    font-family: "SKODA Next Light";
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    opacity: .5
}

.standart-input::-webkit-input-placeholder {
    color: #494949;
    font-family: "SKODA Next Light";
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    opacity: .5
}

.standart-input::-moz-placeholder {
    color: #494949;
    font-family: "SKODA Next Light";
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    opacity: .5
}

.standart-input:-ms-input-placeholder {
    color: #494949;
    font-family: "SKODA Next Light";
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    opacity: .5
}

.standart-input::-ms-input-placeholder {
    color: #494949;
    font-family: "SKODA Next Light";
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    opacity: .5
}

.standart-input::placeholder {
    color: #494949;
    font-family: "SKODA Next Light";
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    opacity: .5
}

.green {
    color: #4ba82e
}

.main-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-header__inner {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 98
}

.main-header__inner .container {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-phone__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-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header-phone__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.company-name {
    font-family: "SKODA Next Light"
}

.header-phone {
    color: green;
    font-size: 17px;
    font-weight: 700
}

.header-buttons__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-buttons__wrapper a+a {
    margin-left: 20px
}

.feedback-text {
    position: relative;
    margin-left: 22%;
}

.feedback-text::before {
    content: "";
    width: 48px;
    height: 42px;
    position: absolute;
    left: -61px;
    top: -11px;
    background-image: url(../img/icons/Vector.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.credit-text,.feedback-text {
    color: green
}

.main-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mini-logo {
    max-width: 80px;
    display: none
}

.main-content {
    padding-top: 100px;
    padding-bottom: 0
}

.main-banner {
    width: 100%;
    min-height: 800px;
    padding: 45px 10px 10px;
    background-image: url(../img/main-banner__desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.main-banner .container {
    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
}

.main-banner-text {
    width: 960px;
    margin-bottom: 28px;
    font-family: "SKODA Next Black";
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    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
}

.main-banner-subtext {
    font-size: 25px;
    text-align: center;
}

.stock {
    width: 100%;
    height: 230px;
    position: relative;
    top: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.stock-left {
    width: 40%;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.05);
    box-shadow: 0 5px 5px rgba(0,0,0,.05);
    background-color: #fff;
    border-radius: 50px 0 0 50px
}

.stock-right {
    position: relative;
    width: 58%;
    height: 100%;
    padding-left: 10%;
    padding-right: 5%;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.05);
    box-shadow: 0 5px 5px rgba(0,0,0,.05);
    background-image: url(../img/gradient1.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 50px 50px 0
}

.stock-text {
    margin-top: 30px;
    color: #494949;
    font-size: 21px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase
}

.stock-left .stock-text {
    margin-bottom: 15px
}

.stock-right .stock-text {
    margin-bottom: 24px
}

.tel {
    color: #494949;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease
}

.tel:focus,.tel:hover {
    color: #4ba82e;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease
}

.stock-right .filled-btn {
    position: relative;
    z-index: 10
}

.offers {
    margin-bottom: 100px
}

.offers-heading {
    margin-bottom: 86px;
    font-family: 'SKODA Next Black';
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.offers-heading p {
    position: relative
}

.offers-heading p::before {
    content: "";
    position: absolute;
    top: 8%;
    left: -40px;
    width: 17px;
    height: 83%;
    background: -o-linear-gradient(103.42deg,#e0fff2 -133.7%,rgba(224,255,242,.8) -19.16%,#9e9e9e 128.89%);
    background: linear-gradient(346.58deg,#e0fff2 -133.7%,rgba(224,255,242,.8) -19.16%,#9e9e9e 128.89%)
}

.offer-card {
    display: flex;
    filter: drop-shadow(4px 4px 14px rgba(0,0,0,0.12));
    margin-bottom: 72px;
    justify-content: center;
}

.offer-card__left-section {
    border-radius: 30px 0 0 30px;
    width: 580px;
    height: 374px
}

.offer-card__left-section img {
    width: 100%;
    height: 100%
}

.offer-card__right-section {
    padding: 35px 0 0 56px;
    border-radius: 0 30px 30px 0;
    background: #FFF;
    display: flex;
    flex-direction: column;
    height: 374px;
    width: 580px
}

.card_descr {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-top: 26px;
    display: flex
}

.card_name {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000
}

.card_price {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #4BA82E
}

.card_descr_content {
    margin-bottom: 18px;
    display: flex;
    align-items: center
}

.card_descr_content p {
    margin-left: 15px
}

.color-text b {
    color: #4ba82e;
}

.list-text {
    margin-bottom: 6px;
    font-family: "SKODA Next Light";
    font-size: 18px;
    line-height: 20px;
}

.rigt_descr {
    margin-left: 25px
}

.card_bottom {
    display: flex;
    margin-top: 24px
}

.get-offer {
    border: none;
    color: #fff;
    padding: 14px 27px;
    background: #4BA82E;
    border-radius: 30px
}

.card-credit {
    background: transparent;
    padding: 14px 27px;
    border: 2px solid #4BA82E;
    width: 179px;
    border-radius: 30px;
    margin-left: 20px
}

.privileges {
    margin-bottom: 100px
}

.privileges-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.privileges-revert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.privileges-item+.privileges-item {
    margin-top: 20px
}

.privileges-revert .privileges-card {
    left: unset;
    right: -35%
}

.privileges-image {
    width: 55%;
    height: 100%;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: contain
}

.privileges-card__wrapper {
    width: 45%
}

.privileges-card {
    width: 75%;
    padding: 3% 5%;
    position: relative;
    top: 12%;
    left: -15%;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 4px 4px 14px rgba(0,0,0,0.12);
    border-radius: 50px
}

.privileges-card span:nth-child(2) {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700
}

.privileges-card-heading {
    margin: 0 0 12px;
    color: #494949;
    text-transform: uppercase;
    font-family: "SKODA Next Bold";
    font-size: 32px;
    line-height: 40px
}

.privileges-text {
    margin-top: 14px;
    margin-bottom: 16px;
    font-family: "SKODA Next Light";
    font-size: 16px;
    line-height: 20px
}

.priv-list {
    margin-bottom: 10px;
    list-style: disc;
    padding-left: 19px;
}

.privileges-link span {
    color: #4ba82e;
    margin-left: 32px
}

.privileges-link span::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 8px;
    width: 39px;
    height: 29px;
    background-image: url(../img/icons/logo-vtb_mini.svg);
    background-size: cover
}

.filter-auto {
    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
}

.filter-auto .showMore {
    margin-top: 25px
}

.filter-auto-heading {
    margin: 0 0 35px;
    font-family: "SKODA Next Bold";
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase
}

.select-lists__wrapper {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dropbtn {
    width: 250px;
    height: 50px;
    position: relative;
    padding: 0 25px;
    background-color: transparent;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-filter: drop-shadow(2px 2px 5px rgba(75,168,46,.35));
    filter: drop-shadow(2px 2px 5px rgba(75,168,46,.35));
    border: 2px solid #4ba82e;
    border-radius: 30px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dropbtn:focus,.dropbtn:hover {
    -webkit-box-shadow: 0 0 20px 2px rgba(75,168,46,.5);
    box-shadow: 0 0 20px 2px rgba(75,168,46,.5);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.dropdown+.dropdown {
    margin-left: 20px
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    width: 100%;
    position: absolute;
    top: 54px;
    background-color: #f2f2f2;
    border: 2px solid #4ba82e;
    overflow: auto;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    z-index: 5
}

.dropdown-item {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 8px 16px;
    text-decoration: none;
    display: block
}

.dropdown-item:focus,.dropdown-item:hover {
    background-color: #c5c5c5
}

.show-list {
    display: block
}

.cards-list {
    width: 100%
}

.cards-item {
    width: 100%;
    height: 220px;
    padding: 2% 4% 2% 0;
    background-color: #fff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cards-item.hidden {
    display: none
}

.cards-item+.cards-item {
    margin-top: 20px
}

.cards-item-img {
    max-height: 100%
}

.cards-item-img__wrapper {
    width: 30%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-description {
    width: 25%;
    color: #494949;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.car-name {
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase
}

.card-costs {
    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
}

.old-cost {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 28px;
    display: inline-block
}

.new-cost {
    font-size: 34px;
    line-height: 36px;
    font-weight: 600;
    color: #494949
}

.car-complictation {
    font-size: 24px;
    line-height: 26px;
    display: inline-block
}

.car-characteristics {
    font-family: "SKODA Next Light";
    font-size: 18px;
    line-height: 26px
}

.card-buttons__wrapper button+button {
    margin-top: 15px
}

.main-footer {
    position: relative
}

.footer-map {
    position: relative;
    height: 600px;
    background-image: url(../img/map.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.feedback-card__wrapper {
    position: absolute;
    top: 5%;
    left: 10%;
    z-index: 10
}

.feedback-card {
    width: 360px;
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 20px 2px rgba(0,0,0,.3);
    box-shadow: 0 0 20px 2px rgba(0,0,0,.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: center;
    -ms-flex-align: center;
    align-items: center
}

.feedback-card-img__wrapper {
    width: 280px;
    min-height: 42px;
    margin-bottom: 9px;
    background-image: url(../img/skoda_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.feedback-card-text {
    font-family: "SKODA Next Light";
    font-size: 18px;
    line-height: 26px
}

.feedback-form {
    margin-top: 15px;
    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
}

.feedback-tel__wrapper {
    margin-bottom: 15px
}

.feedback-name__wrapper {
    margin-bottom: 20px
}

.feedback-form-submit__wrapper {
    margin-bottom: 25px
}

.agreement {
    left: -19px;
    top: 17px
}

.agreement-label {
    position: relative;
    left: 15px;
    font-family: "SKODA Next Light";
    font-size: 13px;
    line-height: 26px;
    color: #494949;
    cursor: pointer
}

.checkmark {
    position: absolute;
    left: -30px;
    top: -3px;
    height: 20px;
    width: 20px;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkmark::before {
    content: "";
    width: 85%;
    height: 85%;
    background-image: url(../img/icons/checkbox_checked.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.agreement-label input:checked~.checkmark::before {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.disclaimer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f1f1f1
}

.disclaimer p.hidden {
    display: none
}

button.toggleDisclaimer {
    width: unset;
    margin: 0 auto 10px
}

.global-shadow {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    transition: opacity .8s ease;
    z-index: 99
}

.active-shadow {
    visibility: visible
}

.modal {
    visibility: hidden;
    position: fixed;
    width: 950px;
    height: 501px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    transition: opacity .8s ease
}

.active-modal {
    visibility: visible
}

.close-modal {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 36px;
    right: 36px;
    border: none;
    background-color: transparent;
    background-image: url(../img/icons/close.svg);
    background-repeat: no-repeat;
    background-position: center
}

.modal__inner {
    width: 100%;
    height: 100%;
    padding: 45px;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    background-image: url(../img/modal-bg2.png);
    background-repeat: no-repeat;
    background-size: cover
}

.modal-heading {
    max-width: 700px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: "SKODA Next Bold";
    font-size: 36px;
    line-height: 46px;
    display: inline-block
}

.modal-card {
    width: 320px;
    height: 306px;
    position: static;
    z-index: 0
}

.modal-card .feedback-card {
    width: unset;
    padding: 20px 10px
}

.modal-card .feedback-form {
    margin-top: 0
}

.opacity08-on {
    opacity: .8;
    -webkit-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    transition: opacity .8s ease
}

.opacity1-on {
    opacity: 1;
    -webkit-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    transition: opacity .8s ease
}

.text_no_wrap {
    white-space: nowrap;
}

@media screen and (max-width: 1500px) {
    .main-banner {
        min-height:650px
    }

    .privileges-image {
        width: 65%
    }

    .privileges-card__wrapper {
        width: 35%
    }

    .privileges-card {
        width: 100%;
        padding: 4% 8%
    }
}

@media screen and (max-width: 1200px) {
    .offer-card__right-section {
        padding:20px 0 0 30px
    }

    .desktop-active,.mobile-active {
        display: none
    }

    .container {
        max-width: 1000px
    }

    .btn {
        width: 230px;
        font-size: 17px;
        line-height: 16px
    }

    .main-banner {
        min-height: 500px
    }

    .stock {
        height: 205px
    }

    .stock-left {
        width: 53%;
        padding-left: 6%
    }

    .stock-right {
        width: 45%;
        padding-left: 5%
    }

    .stock-left .stock-text {
        margin-bottom: 10px
    }

    .stock-text {
        margin-top: 20px;
        font-size: 18px;
        line-height: 25px
    }

    .offers-card {
        height: 290px
    }

    .offers-heading {
        margin-bottom: 50px;
        font-size: 30px;
        line-height: 35px
    }

    .offers-item-heading {
        margin-bottom: 15px;
        font-size: 36px;
        line-height: 42px
    }

    .car-cost {
        font-size: 36px;
        line-height: 42px
    }

    .offers-item+.offers-item {
        margin-top: 50px
    }

    .offers-card__left img,.sedan .offers-card__left img {
        top: -40px;
        left: unset
    }

    .feedback-text::before {
        width: 34px;
        height: 34px;
        left: -46px;
        top: -10px
    }

    .privileges-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .privileges-image {
        width: 100%;
        min-height: 569px
    }

    .privileges-card__wrapper {
        width: 100%;
        height: 120px
    }

    .privileges-card {
        width: 75%;
        padding: 3% 5%;
        position: relative;
        left: 23%;
        top: -160px
    }

    .privileges-revert .privileges-card {
        left: 2%
    }

    .offers-card__right {
        padding: 2% 2% 2% 4%
    }
}

@media screen and (max-width: 1000px) {
    .offer-card__right-section {
        padding:21px 10px 0 30px
    }

    .card_descr {
        font-size: 23px
    }

    .card_bottom .bordered-btn {
        width: 150px
    }

    .container {
        max-width: 800px
    }

    .btn {
        width: 200px;
        font-size: 17px
    }

    .main-logo {
        display: none
    }

    .header-phone__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mini-logo {
        display: block;
        margin-right: 10px
    }

    .feedback-text::before {
        top: -9px
    }

    .main-banner {
        min-height: 460px
    }

    .main-banner-text {
        width: 650px;
        text-align: center
    }

    .stock {
        height: 180px
    }

    .stock-left .stock-text {
        margin-bottom: 10px
    }

    .stock-text {
        margin-top: 15px;
        font-size: 15px;
        line-height: 18px
    }

    .offers-heading p::before {
        left: -24px
    }

    .owl-carousel__item img {
        top: unset
    }

    .owl-thumbs {
        height: 50px
    }

    .owl-thumb-item {
        width: 50px;
        height: 50px
    }

    .owl-thumb-item div {
        width: 35px;
        height: 35px
    }

    .offers-card__right .btn {
        height: 40px;
        font-size: 12px;
        line-height: 13px
    }

    .options-list {
        margin-bottom: 10%
    }

    .privileges {
        margin-bottom: 50px
    }

    .privileges-card .btn {
        width: 250px
    }

    .feedback-card__wrapper {
        position: static
    }

    .feedback-card-img__wrapper {
        min-height: 55px
    }

    .feedback-card {
        width: 100%;
        border-radius: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

    .standart-input {
        width: 500px;
        font-size: 24px;
        line-height: 24px
    }

    .standart-input::-webkit-input-placeholder {
        color: #494949;
        font-family: "SKODA Next Light";
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        opacity: .5
    }

    .standart-input:-moz-placeholder {
        color: #494949;
        font-family: "SKODA Next Light";
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        opacity: .5
    }

    .standart-input::-moz-placeholder {
        color: #494949;
        font-family: "SKODA Next Light";
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        opacity: .5
    }

    .standart-input:-ms-input-placeholder {
        color: #494949;
        font-family: "SKODA Next Light";
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        opacity: .5
    }

    .standart-input::-ms-input-placeholder {
        color: #494949;
        font-family: "SKODA Next Light";
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        opacity: .5
    }

    .standart-input::-webkit-input-placeholder {
        color: #494949;
        font-family: "SKODA Next Light";
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        opacity: .5
    }

    .standart-input::-moz-placeholder {
        color: #494949;
        font-family: "SKODA Next Light";
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        opacity: .5
    }

    .standart-input:-ms-input-placeholder {
        color: #494949;
        font-family: "SKODA Next Light";
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        opacity: .5
    }

    .standart-input::-ms-input-placeholder {
        color: #494949;
        font-family: "SKODA Next Light";
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        opacity: .5
    }

    .standart-input::placeholder {
        color: #494949;
        font-family: "SKODA Next Light";
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        opacity: .5
    }

    .agreement-label {
        left: unset
    }

    .feedback-form-submit__wrapper .btn {
        height: 50px
    }

    .footer-map {
        height: 550px;
        background-size: 250%;
        background-position: 75% 66%
    }
}

@media screen and (max-width: 800px) {
    .container {
        max-width:750px
    }

    .btn {
        height: 40px
    }

    .main-banner {
        padding-top: 15px;
        background-position: 80%
    }

    .main-banner-text {
        width: 600px;
        margin-bottom: 20px;
        font-size: 35px;
        line-height: 39px
    }

    .main-banner-text span:nth-child(1) {
        text-align: center
    }

    .stock {
        height: 155px;
        margin: 40px auto;
        top: 0;
        font-size: 18px;
        line-height: 24px
    }

    .offers-heading {
        margin-bottom: 40px;
        font-size: 26px;
        line-height: 30px
    }

    .offers-card {
        height: 300px
    }

    .car-cost,.offers-item-heading {
        font-size: 32px;
        line-height: 36px
    }

    .privileges-link span::before {
        left: 27px;
        top: 3px
    }

    .privileges-card {
        position: relative;
        top: -240px
    }

    .privileges-card__wrapper {
        height: 0
    }

    .privileges-card .btn {
        width: 250px
    }

    .offers-card__left {
        width: 63%
    }

    .offers-card__right {
        width: 35%
    }

    .feedback-form-submit__wrapper .btn {
        width: 250px
    }

    .modal {
        width: 600px;
        height: unset
    }

    .modal__inner {
        height: unset;
        padding: 25px;
        border-radius: 30px;
        background-image: url(../img/modal-bg.jpg);
        background-size: cover
    }

    .modal-card {
        width: unset;
        height: unset
    }

    .modal-card .feedback-card {
        border-radius: 25px
    }

    .modal-heading {
        max-width: 500px;
        font-size: 30px;
        line-height: 35px
    }

    .close-modal {
        top: 27px;
        right: 26px
    }
}

@media screen and (max-width: 767px) {
    .offer-card {
        flex-direction:column
    }

    .offer-card__left-section,.offer-card__right-section {
        margin: 0 auto
    }

    .offer-card__left-section {
        border-radius: 0 45px 45px 0
    }

    .offer-card__right-section {
        padding: 0;
        padding-top: 10px;
        align-items: center;
        border-radius: 45px 45px 45px 45px
    }

    .mobile-active {
        display: block
    }

    .tablet-active {
        display: none
    }

    .container {
        max-width: none;
        padding: 0 10px
    }

    .mini-logo {
        max-width: 60px
    }

    .main-header__inner .container {
        width: 100%;
        position: relative;
        padding: 8px
    }

    .company-name,.header-phone {
        font-size: 24px;
        line-height: 30px
    }

    .header-buttons__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-buttons__wrapper a+a {
        margin-left: 0;
        margin-top: 5px
    }

    .main-content {
        padding-top: 101px;
        padding-bottom: 60px
    }

    .offers-heading {
        margin: 55px 0 55px 40px;
        font-size: 22px;
        line-height: 24px
    }

    .offers-card {
        height: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .offers-card__left {
        width: 100%;
        height: 350px;
        margin-bottom: 10px;
        border-radius: 50px 50px 0 0;
        overflow: hidden
    }

    .offers-card__left img {
        top: unset;
        left: unset
    }

    .sedan .offers-card__left img {
        top: unset
    }

    .offers-list .owl-carousel__item img {
        width: 90%;
        top: -20px
    }

    .offers-card__right {
        width: 100%;
        height: 180px;
        padding: 2% 4%;
        border-radius: 0 0 50px 50px;
        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
    }

    .options-list-item+.options-list-item {
        margin-top: 5px
    }

    .options-list {
        margin-bottom: 0
    }

    .cards-item {
        height: 170px;
        padding: 1% 4% 1% 0;
        -webkit-box-shadow: 0 0 10px 0 rgba(103,103,103,.3);
        box-shadow: 0 0 10px 0 rgba(103,103,103,.3)
    }

    .cards-item-img {
        max-height: 130px
    }

    .car-name {
        font-size: 26px;
        line-height: 30px
    }

    .car-complictation {
        margin-bottom: 15px;
        margin-top: 5px;
        font-size: 20px;
        line-height: 24px
    }

    .car-characteristics {
        font-size: 15px;
        line-height: 20px
    }

    .privileges-image {
        width: 100%;
        min-height: 365px;
        background-size: 110%
    }

    .privileges-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .privileges-card {
        width: 100%;
        padding: 2% 5%
    }

    .privileges-card__wrapper {
        height: unset
    }

    .privileges-card-heading {
        font-size: 38px;
        line-height: 44px
    }

    .privileges-card span:nth-child(2) {
        font-size: 26px;
        line-height: 28px
    }

    .privileges-text {
        margin-top: 21px;
        margin-bottom: 21px;
        font-size: 22px;
        line-height: 26px
    }

    .privileges-card {
        position: static;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media screen and (max-width: 420px) {
    .main-banner-subtext {
        font-size:15px;
        text-align: center;
    }

    .btn {
        width: 350px;
        height: 60px;
        padding: 0 10px;
        font-size: 17px;
        line-height: 14px
    }

    .main-header__inner {
        height: 95px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0 10px;
    }

    .main-header__inner .container {
        padding: 4px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header-phone__wrapper {
        margin: 0 auto
    }

    .header-buttons__wrapper {
        width: auto;
        position: absolute;
        left: 150px;
        bottom: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .mini-logo {
        margin: 0;
        max-width: 70px;
        position: absolute;
        left: 30px;
        bottom: 5px
    }

    .card_bottom {
        flex-direction: column;
        align-items: center
    }

    .card_bottom .bordered-btn {
        width: 350px;
        margin: 20px 0 10px;
    }

    .offer-card__right-section {
        height: 440px
    }

    .credit {
        display: none
    }

    .feedback {
        width: 225px;
        height: 60px
    }

    .feedback-text {
        margin-left: 20%;
        text-transform: none
    }

    .feedback-text {
        font-size: 19px;
    }

    .feedback-text::before {
        width: 25px;
        height: 25px;
        left: -32px;
        top: -5px
    }

    .feedback-form-submit__wrapper .btn {
        height: 60px
    }

    .company-name {
        display: none;
        font-size: 16px;
        line-height: 20px
    }

    .header-phone {
        font-size: 21px;
        line-height: 17px;
        position: absolute;
        bottom: 30px;
        right: 10px
    }

    .main-content {
        padding-top: 95px;
        padding-bottom: 35px
    }

    .main-banner {
        padding-top: 30px;
        background-image: url(../img/main-banner__mobile.jpg)
    }

    .main-banner-text {
        width: unset;
        margin-bottom: 6px;
        font-size: 22px;
        line-height: 25px
    }

    .main-banner .btn {
        width: 250px
    }

    .offers-item-heading {
        font-size: 26px;
        line-height: 28px
    }

    .car-cost {
        margin-bottom: 10px;
        position: static;
        font-size: 26px;
        line-height: 28px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        display: block
    }

    .privileges {
        margin-bottom: 25px
    }

    .privileges-card-heading {
        margin: 0 0 8px;
        font-size: 22px;
        line-height: 25px
    }

    .privileges-card span:nth-child(2) {
        font-size: 18px;
        line-height: 20px
    }

    .privileges-card .btn {
        width: 290px;
        margin: 0 auto;
    }

    .privileges-text {
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 20px
    }

    .privileges-image {
        background-size: cover;
        background-position: center;
    }

    .privileges-link span::before {
        left: 9px;
        top: 18px;
        width: 28px;
        height: 20px
    }

    .options-list {
        margin-left: 15px;
        margin-bottom: 10px
    }

    .options-list-item {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px
    }

    .options-list-item::before {
        left: -30px
    }

    .options-list-item+.options-list-item {
        margin-top: 5px
    }

    .offers {
        margin-bottom: 50px
    }

    .offers-card-buttons {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .offers-card-buttons .btn {
        width: 48%;
        margin: 0
    }

    .offers-card__left {
        height: 200px;
        margin-bottom: 10px
    }

    .offers-card__right {
        height: unset;
        padding: 4%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .offers-list .owl-thumbs {
        height: 40px;
        bottom: 0
    }

    .offers-list .owl-thumb-item {
        width: 32px;
        height: 32px
    }

    .offers-list .owl-thumb-item.active {
        border: 1px solid #4ba82e
    }

    .offers-list .owl-thumb-item div {
        width: 20px;
        height: 20px
    }

    .offers-list .owl-carousel__item {
        width: unset
    }

    .offers-list .owl-carousel__item img {
        position: relative;
        top: 20px;
        width: 75%
    }

    .offers-list .owl-thumbs {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .stock {
        height: unset;
        margin: 15px auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .stock-text {
        margin-bottom: 28px;
        text-align: center;
        font-size: 17px;
        line-height: 21px
    }

    .stock-left .stock-text {
        margin-bottom: 10px
    }

    .stock-right .stock-text {
        margin-bottom: 12px
    }

    .stock-left {
        width: 100%;
        height: unset;
        padding: 0 5px 10px;
        margin-bottom: 10px;
        border-radius: 50px 50px 0 0
    }

    .stock-right {
        width: 100%;
        padding-bottom: 15px;
        border-radius: 0 0 50px 50px;
        overflow: hidden;
        background-image: url(../img/gradient1_mobile.png);
        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
    }

    .privileges-card {
        padding: 4%;
        text-align: center;
    }

    .offers-heading {
        margin: 30px 0 25px 14%;
        font-size: 18px;
        line-height: 22px
    }

    .filter-auto-heading {
        margin: 0 0 20px;
        text-align: center;
        font-size: 26px;
        line-height: 30px
    }

    .cards-item {
        height: unset;
        padding: 0 4% 4%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cards-item-img__wrapper {
        width: unset;
        height: unset
    }

    .card-description {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .new-cost {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 30px;
        display: block
    }

    .car-name {
        font-size: 21px;
        line-height: 24px
    }

    .car-description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .car-complictation {
        margin-bottom: 5px;
        margin-top: 0;
        font-size: 18px;
        line-height: 22px
    }

    .car-characteristics {
        margin-bottom: 8px;
        margin-top: 0;
        font-size: 14px;
        line-height: 16px
    }

    .card-buttons__wrapper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .card-buttons__wrapper .btn {
        margin: 0;
        width: 48%
    }

    .select-lists__wrapper {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .dropbtn {
        width: 100%;
        height: 40px;
        padding: 0 15px
    }

    .dropdown {
        width: 45%
    }

    .feedback-card {
        padding: 15px
    }

    .feedback-card-img__wrapper {
        min-height: 35px
    }

    .feedback-card-text {
        font-size: 20px;
        line-height: 24px
    }

    .standart-input {
        width: 400px;
        height: 60px;
        padding: 0 25px;
        font-size: 14px;
        line-height: 15px
    }

    .standart-input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 15px
    }

    .standart-input:-moz-placeholder {
        font-size: 14px;
        line-height: 15px
    }

    .standart-input::-moz-placeholder {
        font-size: 14px;
        line-height: 15px
    }

    .standart-input:-ms-input-placeholder {
        font-size: 14px;
        line-height: 15px
    }

    .standart-input::-ms-input-placeholder {
        font-size: 14px;
        line-height: 15px
    }

    .standart-input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 15px
    }

    .standart-input::-moz-placeholder {
        font-size: 14px;
        line-height: 15px
    }

    .standart-input:-ms-input-placeholder {
        font-size: 14px;
        line-height: 15px
    }

    .standart-input::-ms-input-placeholder {
        font-size: 14px;
        line-height: 15px
    }

    .standart-input::placeholder {
        font-size: 14px;
        line-height: 15px
    }

    .agreement-label {
        left: 11px;
        font-size: 14px;
        line-height: 18px
    }

    .footer-map {
        height: 500px;
        background-size: cover;
       background-position: center;
    }

    .disclaimer {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .modal {
        max-width: 90%;
        width: unset
    }

    .modal__inner {
        padding: 30px
    }

    .close-modal {
        width: 35px;
        height: 35px;
        top: 12px;
        right: 12px
    }

    .modal-heading {
        max-width: 250px;
        font-size: 21px;
        line-height: 25px
    }

    .modal-card .agreement-label {
        left: 16px;
        font-size: 17px;
        line-height: 14px
    }

    .modal-card .checkmark {
        left: -33px;
        top: -4px
    }

    .checkmark {
        left: -32px;
        top: -3px;
        height: 20px;
        width: 20px
    }
}

&lt;br&gt;<br>