/* @font-face с Google TTF вынесены в cp/fonts.css (локальные woff2) */
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #EDE6D9;
}
.c0 {
  color: #2A2620;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  min-height: 100%;
}
body {
  background: #EFEBE5;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #2A2620;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #2A2620;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: "Inter", sans-serif;
  color: #2A2620;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1792px;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.flex3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#header {
  z-index: 10;
}
.page-top-line {
  background: #2A2620;
  text-align: center;
  color: #EDE6D9;
  padding: 24px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.135px;
  z-index: 10;
  position: relative;
}
.page-top-line a {
  display: inline-block;
  text-decoration: none;
  color: #EDE6D9;
}
.page-top-line a:first-child {
  padding: 2.5px 0 2.5px 32px;
  background: url('img/top-link1.svg') no-repeat left;
}
.page-top-line a:last-child {
  padding: 2.5px 32px 2.5px 0px;
  background: url('img/top-link2.svg') no-repeat right;
}
.page-top-line span {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin: 0 20px;
}
.header {
  background: rgba(42, 38, 32, 0.8);
  padding: 21px 0;
  backdrop-filter: blur(5px);
  position: sticky;
  top: 0;
  z-index: 10;
}
.header .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-right: 250px;
}
.header__menu li:not(:last-child) {
  margin-right: 4px;
}
.header__menu-item {
  display: block;
  text-decoration: none;
  color: #EDE6D9;
  padding: 14px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.header__menu-item--with-sub {
  padding: 14px 48px 14px 12px;
  background: url('img/arrow.svg') no-repeat right 12px top 50%;
}
.header__menu-item:hover {
  text-decoration: underline;
}
.header__langs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  background: #2A2620;
  border-radius: 48px;
}
.header__lang {
  display: inline-block;
  text-decoration: none;
  color: #EDE6D9;
  text-align: center;
  width: 80px;
  height: 50px;
  line-height: 50px;
  border-radius: 48px;
  font-size: 16px;
  letter-spacing: 0.69px;
  color: #8B766A;
}
.header__lang--active {
  color: #EDE6D9;
  font-weight: 600;
  background: rgba(237, 230, 217, 0.1);
  border-radius: 24px;
  box-shadow: inset rgba(255, 255, 255, 0.1) 0 0 0 1px;
}
.header__button {
  width: 208px;
  height: 48px;
  background: rgba(237, 230, 217, 0.1);
  border-radius: 24px;
  color: #EDE6D9;
  font-weight: 600;
  font-size: 16px;
  box-shadow: inset rgba(255, 255, 255, 0.1) 0 0 0 1px;
}
.header__button:hover {
  background: #ede6d9;
  color: #2A2620;
}
.header__burger {
  width: 28px;
  height: 48px;
  background: url('img/burger.svg');
  display: none;
}
.sh {
  box-shadow: inset rgba(255, 255, 255, 0.1) 0 0 0 1px;
}
.hero {
  padding: 228px 0 88px;
  color: #EDE6D9;
  position: relative;
  overflow: hidden;
  margin-top: -107px;
  margin-bottom: 80px;
}
.hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero__bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.19deg, #0a0a0b 11.27%, rgba(10, 10, 11, 0.55) 33.7%, rgba(10, 10, 11, 0.05) 52.92%), linear-gradient(1.53deg, #0a0a0b 18.3%, rgba(10, 10, 11, 0) 41.07%);
}
.hero__bg--mob {
  display: none;
}
.hero .wrap {
  position: relative;
  z-index: 2;
}
.hero__top-link {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 48px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.135px;
  color: #EDE6D9;
  padding: 18px 56px;
  background: url('img/top-link1.svg') no-repeat left 24px top 50%, url('img/top-link2.svg') no-repeat right 24px top 50%, rgba(237, 230, 217, 0.1);
  border-radius: 32px;
  box-shadow: inset rgba(255, 255, 255, 0.1) 0 0 0 1px;
}
.hero__top-link:hover {
  box-shadow: inset rgba(255, 255, 255, 0.5) 0 0 0 1px;
}
.hero__name {
  margin-bottom: 32px;
  font-family: 'Archivo';
  font-weight: 900;
  font-size: 130px;
  line-height: 109px;
  letter-spacing: -4.55px;
}
.hero__name img {
  display: block;
  margin-bottom: 12px;
  display: none;
}
.hero__tech {
  margin-bottom: 48px;
  font-size: 32px;
  line-height: 39px;
}
.hero__buttons {
  margin-bottom: 171px;
}
.hero__buttons button {
  height: 56px;
  padding: 0 24px;
  color: #EDE6D9;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
}
.hero__buttons button:nth-child(1) {
  background: #297CCF;
  margin-right: 10px;
}
.hero__buttons button:nth-child(1):hover {
  filter: brightness(0.8);
}
.hero__buttons button:nth-child(1) span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('img/arrow2.svg');
  margin: -2px 0 0 8px;
}
.hero__buttons button:nth-child(2) {
  background: rgba(237, 230, 217, 0.1);
}
.hero__buttons button:nth-child(2):hover {
  color: #2A2620;
  background: #ede6d9;
}
.hero__brands {
  text-align: center;
}
.hero__brand {
  display: inline-block;
  margin: 0 8px;
  font-size: 16px;
  line-height: 19px;
  color: #595959;
  padding: 14px 24px;
  position: relative;
  background: rgba(23, 27, 35, 0.2);
  border-radius: 32px;
  text-decoration: none;
  box-shadow: inset rgba(255, 255, 255, 0.1) 0 0 0 1px;
}
.hero__brand img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 16px;
  display: none;
}
.hero__brand:hover {
  box-shadow: none;
  background: #297CCF;
  color: #EDE6D9;
}
.hero__brand:hover img {
  display: block;
}
.hero__bottom-text {
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 16px;
  line-height: 22px;
}
.fixed-links {
  position: fixed;
  z-index: 8;
  right: 64px;
  bottom: 50px;
}
.fixed-links a {
  display: block;
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
}
.fixed-links a:nth-child(1) {
  background: url('img/fixed-link1.svg') center / cover;
}
.fixed-links a:nth-child(2) {
  background: url('img/fixed-link2.svg') center / cover;
}
.fixed-links a:nth-child(3) {
  background: url('img/fixed-link3.svg') center / cover;
}
.block-name {
  margin-bottom: 64px;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.block-name h2 {
  color: #2A2620;
  font-weight: 700;
  font-size: 64px;
  line-height: 109px;
  letter-spacing: -4.5px;
}
.brands {
  padding-bottom: 104px;
}
.brands .wrap {
  position: relative;
}
.brands__top-text {
  position: absolute;
  right: 0;
  top: 32px;
  width: 360px;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.brands__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-right: -24px;
}
.brands__item {
  width: calc(16.6667% - 24px);
  margin: 0 24px 16px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  color: #EDE6D9;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0) 0%, #212121 10.96%);
}
.brands__item:hover .brands__image {
  opacity: 1;
}
.brands__item:hover .brands__info button {
  background: #297CCF;
}
.brands__photo {
  position: relative;
}
.brands__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0;
}
.brands__logo {
  width: 100%;
}
.brands__info {
  padding: 32px 24px;
  margin-top: -32px;
}
.brands__info h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
}
.brands__info h3 img {
  vertical-align: middle;
  margin: -2px 4px 0 0;
  display: none;
}
.brands__info p {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 19px;
}
.brands__info button {
  width: 100%;
  height: 56px;
  background: rgba(237, 230, 217, 0.1);
  border-radius: 12px;
  color: #EDE6D9;
  font-size: 16px;
  box-shadow: inset rgba(255, 255, 255, 0.1) 0 0 0 1px;
}
.brands__info button span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('img/arrow2.svg');
  margin: -2px 0 0 8px;
}
.counts {
  padding-bottom: 104px;
  overflow: hidden;
}
.counts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-right: -32px;
}
.counts__item {
  width: calc(25% - 32px);
  height: 240px;
  background: linear-gradient(214.92deg, rgba(0, 0, 0, 0.2) 67.91%, rgba(172, 172, 172, 0.2) 105.73%), linear-gradient(148.82deg, rgba(0, 0, 0, 0.2) 55.21%, rgba(102, 102, 102, 0.2) 100%), rgba(237, 230, 217, 0.1);
  border-radius: 12px;
  position: relative;
  margin: 0 32px 16px 0;
  color: #EDE6D9;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.counts__item:hover {
  background: #212121;
}
.counts__item:hover .counts__icon svg path {
  stroke: #817C79;
}
.counts__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.counts__content2 {
  display: inline-block;
  text-align: left;
}
.counts__icon svg path {
  stroke: #EDE6D9;
}
.counts__text {
  padding-left: 18px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 19px;
}
.counts__text span {
  display: block;
  margin-bottom: 12px;
  font-family: 'Archivo';
  font-weight: 300;
  font-size: 96px;
  line-height: 66px;
  letter-spacing: -4px;
}
.catalog {
  padding-bottom: 144px;
}
.catalog--inner {
  padding-bottom: 56px;
}
.catalog .wrap {
  position: relative;
}
.catalog__banner {
  height: 193px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 32px;
  position: relative;
  color: #EDE6D9;
  display: none;
}
.catalog__banner p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}
.catalog__h2 {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.01em;
}
.catalog__top-button2 {
  margin-bottom: 32px;
  width: 250px;
  height: 56px;
  background: #297CCF;
  border-radius: 48px;
  color: #EDE6D9;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.catalog__top-button2:hover {
  background: #2A2620;
}
.catalog__top-button2 span {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  background: url('img/arrow3.svg');
  margin-left: 12px;
}
.catalog__top-button {
  width: 205px;
  height: 56px;
  background: rgba(42, 38, 32, 0.4);
  border-radius: 12px;
  color: #EDE6D9;
  font-size: 16px;
  box-shadow: inset rgba(255, 255, 255, 0.1) 0 0 0 1px;
  right: 0;
  top: 24px;
  position: absolute;
}
.catalog__top-button:hover {
  background: #297CCF;
}
.catalog__top-button span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('img/arrow2.svg');
  margin: -2px 0 0 8px;
}
.catalog__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-right: -32px;
}
.catalog__item {
  width: calc(25% - 32px);
  margin: 0 32px 16px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(157, 151, 139, 0.3);
  border: 1px solid #FFFDFD;
  border-radius: 16px;
  position: relative;
  padding: 103px 32px 48px 32px;
}
.catalog__name {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 19px;
}
.catalog__name h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
}
.catalog__image {
  width: 100%;
  margin-bottom: 32px;
}
.catalog__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}
.catalog__data-item {
  padding: 8px;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.catalog__data-item span {
  display: block;
  color: #2A2620;
  margin-bottom: 4px;
  font-weight: 600;
}
.catalog__price {
  position: relative;
  height: 64px;
  line-height: 64px;
  padding: 0 24px;
  background: rgba(163, 159, 159, 0.3);
  border-radius: 56px;
  font-weight: 600;
  font-size: 16px;
  color: #8B766A;
}
.catalog__price span {
  color: #2A2620;
  font-weight: 600;
  font-size: 24px;
}
.catalog__price button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  width: 141px;
  height: 56px;
  background: #2A2620;
  border-radius: 32px;
  color: #EDE6D9;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.26px;
}
.catalog__price button:hover {
  background: #297CCF;
}
.catalog__logo {
  position: absolute;
  top: 32px;
  left: 32px;
}
.catalog__compare {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  background: url('img/compare.svg');
}
.feedback {
  padding-bottom: 150px;
}
.feedback .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.feedback__text {
  width: 58%;
  font-size: 24px;
  line-height: 29px;
}
.feedback__text h2 {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -4.5px;
}
.feedback__form {
  width: 35.5%;
  text-align: right;
}
.feedback__input {
  width: 100%;
  height: 56px;
  border: 1.5px solid #595959;
  border-radius: 48px;
  padding: 0 32px;
  margin-bottom: 16px;
  font-size: 16px;
  background: none;
}
.feedback__button {
  width: 357px;
  height: 64px;
  background: #297CCF;
  box-shadow: 0px 43px 80px rgba(0, 182, 246, 0.23), 0px 17.9644px 33.4221px rgba(0, 182, 246, 0.165337), 0px 9.60461px 17.869px rgba(0, 182, 246, 0.137105), 0px 5.38427px 10.0172px rgba(0, 182, 246, 0.115), 0px 2.85954px 5.32008px rgba(0, 182, 246, 0.0928953), 0px 1.18992px 2.21381px rgba(0, 182, 246, 0.0646635);
  border-radius: 48px;
  color: #EDE6D9;
  font-weight: 600;
  font-size: 16px;
}
.feedback__button:hover {
  background: #2A2620;
}
.feedback__button span {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  background: url('img/arrow3.svg');
  margin-left: 12px;
}
.footer {
  background: #212121;
  padding: 40px 0;
  color: #EDE6D9;
}
.footer__logo a {
  color: #EDE6D9;
  text-decoration: none;
}
.footer__logo a img {
  vertical-align: middle;
}
.footer__logo a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 48px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(230, 222, 207, 0.5);
}
.footer__right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.footer__nav {
  width: 488px;
}
.footer__nav h3 {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(230, 222, 207, 0.4);
}
.footer__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__nav ul li {
  width: 49%;
  margin-bottom: 8px;
}
.footer__nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  color: rgba(230, 222, 207, 0.7);
}
.footer__nav ul li a:hover {
  text-decoration: underline;
}
.footer__contacts {
  width: 251px;
}
.footer__contacts h3 {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(230, 222, 207, 0.4);
}
.footer__contact {
  display: block;
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.54px;
  text-transform: uppercase;
  color: rgba(230, 222, 207, 0.6);
}
.footer__contact:hover {
  text-decoration: underline;
}
.footer__park {
  display: block;
  text-decoration: none;
  padding-top: 7px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.54px;
  text-transform: uppercase;
  color: #E6DECF;
}
.footer__park:hover {
  text-decoration: underline;
}
.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
}
.footer__copy {
  font-size: 16px;
  line-height: 19px;
}
.footer__langs {
  font-size: 16px;
  line-height: 19px;
}
.footer__langs a {
  display: inline-block;
  text-decoration: none;
  color: #EDE6D9;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  background: #212121;
  overflow-y: scroll;
  padding: 16px 0;
  z-index: 20;
  display: none;
}
.mobile-menu .wrap {
  position: relative;
}
.mobile-menu__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 48px;
  background: url('img/close.svg');
}
.mobile-menu__logo {
  margin-bottom: 28px;
}
.mobile-menu__menu {
  padding-bottom: 28px;
}
.mobile-menu__menu li {
  padding: 18px 0;
}
.mobile-menu__menu li:not(:last-child) {
  border-bottom: 1px solid #3A3A3A;
}
.mobile-menu__menu li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #EDE6D9;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.mobile-menu__menu li ul {
  margin: 16px 0 -8px;
}
.mobile-menu__menu li ul li {
  display: inline-block;
  padding: 0;
  border: 0 !important;
  margin: 0 8px 8px 0;
}
.mobile-menu__menu li ul li:nth-child(1) a span {
  background: #297CCF;
}
.mobile-menu__menu li ul li:nth-child(2) a span {
  background: #29CCCF;
}
.mobile-menu__menu li ul li:nth-child(3) a span {
  background: #42CF29;
}
.mobile-menu__menu li ul li:nth-child(4) a span {
  background: #CF292C;
}
.mobile-menu__menu li ul li:nth-child(5) a span {
  background: #297CCF;
}
.mobile-menu__menu li ul li:nth-child(6) a span {
  background: #6629CF;
}
.mobile-menu__menu li ul li a {
  display: inline-block;
  font-weight: 400;
  padding: 6px 16px;
  border: 1px solid #555454;
  border-radius: 32px;
}
.mobile-menu__menu li ul li a span {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: -3px 4px 0 0;
}
.mobile-menu__button {
  width: 100%;
  height: 48px;
  background: #297CCF;
  border-radius: 12px;
  margin-bottom: 16px;
  color: #EDE6D9;
  font-weight: 600;
  font-size: 16px;
}
.mobile-menu .header__langs {
  display: block;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobile-menu .header__langs li {
  width: 25%;
}
.mobile-menu .header__lang {
  width: auto;
  display: block;
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.mobile-menu .header__lang--active {
  background: #EDE6D9;
  color: #2A2620;
}
.f14 {
  font-size: 14px;
  line-height: 17px;
}
.f15 {
  font-size: 15px;
  line-height: 18px;
}
.f16 {
  font-size: 16px;
  line-height: 19px;
}
.catalog2 {
  padding: 72px 0 20px;
}
.catalog2--inner {
  padding-top: 0;
}
.catalog2--inner .catalog2__item {
  width: calc(25% - 32px);
}
.catalog2--inner .catalog__h2 {
  margin-bottom: 32px;
}
.catalog2--inner .wrap {
  position: relative;
}
.catalog2--inner .flex2 {
  margin-right: -32px;
}
.catalog2__h1 {
  margin-bottom: 64px;
  font-weight: 700;
  font-size: 64px;
  line-height: 47px;
  letter-spacing: -2px;
}
.catalog2__select {
  width: 283px;
  height: 48px;
  border: 1.5px solid #DCDCDC;
  border-radius: 12px;
  padding: 0 24px;
  font-size: 20px;
  appearance: none;
  background: url('img/select.svg') no-repeat right 24px top 50%;
}
.catalog2__close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 28px;
  height: 48px;
  background: url('img/close2.svg');
  z-index: 2;
  display: none;
}
.catalog2__filter {
  width: 23.7%;
}
.catalog2__filter form {
  background: #F6F6F6;
  border-radius: 16px;
  padding: 32px 24px 56px 24px;
  position: sticky;
  top: 130px;
  margin-bottom: 32px;
}
.catalog2__filter h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
}
.catalog2__clear {
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  color: #A3A3A3;
}
.catalog2__filter-item {
  margin-top: 32px;
  position: relative;
}
.catalog2__filter-item h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #A3A3A3;
}
.catalog2__filter-item .checkbox {
  display: none;
}
.catalog2__filter-item .checkbox + label {
  width: 31%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #A3A3A3;
  border-radius: 12px;
}
.catalog2__filter-item .checkbox.big + label {
  width: 40%;
}
.catalog2__filter-item .checkbox:checked + label {
  color: #EDE6D9;
  border: 1px solid #212121;
  background: #212121;
}
.catalog2__filter-item input[type='text'] {
  position: absolute;
  right: 0;
  top: -10px;
  background: none;
  width: 50%;
  text-align: right;
  padding: 0;
  font-weight: 600;
  font-size: 24px;
}
.catalog2__filter-item .ui-widget.ui-widget-content {
  border: 0;
  margin-top: 24px;
}
.catalog2__filter-item .ui-widget-content {
  background: #2A2620;
}
.catalog2__filter-item .ui-slider-horizontal {
  height: 2px;
}
.catalog2__filter-item .ui-widget-header {
  background: #A3A3A3;
}
.catalog2__filter-item .ui-state-default,
.catalog2__filter-item .ui-widget-content .ui-state-default,
.catalog2__filter-item .ui-widget-header .ui-state-default,
.catalog2__filter-item .ui-button,
.catalog2__filter-item html .ui-button.ui-state-disabled:hover,
.catalog2__filter-item html .ui-button.ui-state-disabled:active {
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #2A2620;
  margin: -3px 0 0 -8px;
}
.catalog2__filter-button {
  margin-top: 32px;
  text-align: center;
  display: none;
}
.catalog2__filter-button button {
  width: 100%;
  height: 48px;
  background: #2A2620;
  border-radius: 12px;
  margin-bottom: 16px;
  color: #EDE6D9;
  font-size: 16px;
}
.catalog2__filter-button a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
}
.catalog2__list {
  width: 74.6%;
}
.catalog2__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-right: -32px;
}
.catalog2__item {
  width: calc(33.33334% - 32px);
  margin: 0 32px 32px 0;
  background: rgba(157, 151, 139, 0.3);
  border-radius: 16px;
  overflow: hidden;
}
.catalog2__image {
  position: relative;
  font-size: 0;
}
.catalog2__photo {
  width: 100%;
}
.catalog2__brand {
  position: absolute;
  top: 24px;
  left: 24px;
}
.catalog2__badges {
  position: absolute;
  right: 24px;
  bottom: 16px;
  text-align: right;
}
.catalog2__badges span {
  display: inline-block;
  margin-bottom: 8px;
  color: #EDE6D9;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.26px;
  padding: 8px 16px;
  background: rgba(33, 33, 33, 0.6);
  border-radius: 32px;
}
.catalog2__badges span i {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #25D366;
  margin: -2px 4px 0 0;
}
.catalog2__info {
  padding: 24px 32px 54px 32px;
}
.catalog2__info .catalog__price {
  margin-bottom: 24px;
}
.catalog2__info .catalog__price button {
  font-size: 16px;
  line-height: 19px;
}
.catalog2__name {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
}
.catalog2__name h3 {
  margin-top: 20px;
  font-weight: 600;
  font-size: 32px;
  line-height: 23px;
}
.catalog2__color {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 19px;
}
.catalog2__color span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: -2px 4px 0 0;
}
.catalog2__color2 {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 19px;
  display: none;
}
.catalog2__color2 span {
  color: #A3A3A3;
}
.catalog2__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog2__data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.catalog2__data ul li {
  padding: 8px 7px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.catalog2__data span {
  padding: 8px 7px;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.catalog2__filter-btn {
  margin-bottom: 16px;
  display: none;
  position: relative;
}
.catalog2__filter-btn button {
  width: 142px;
  height: 48px;
  background: #212121;
  border-radius: 12px;
  color: #EDE6D9;
  font-size: 16px;
}
.catalog2__filter-btn button span {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('img/filter.svg');
}
.catalog2__mob-links {
  position: absolute;
  right: -8px;
  top: 0;
  width: calc(100vw - 170px);
  border-left: 1px solid #D0CCC4;
  padding-left: 8px;
  white-space: nowrap;
  overflow-x: scroll;
  display: none;
}
.catalog2__mob-links a {
  display: inline-block;
  margin-right: 8px;
  line-height: 48px;
  height: 48px;
  border: 1px solid #D0CCC4;
  border-radius: 12px;
  padding: 0 25px;
  font-size: 16px;
  text-decoration: none;
}
.catalog2__result {
  line-height: 32px;
  font-size: 16px;
  margin-bottom: 32px;
  background: url('img/sort.svg') no-repeat right;
  display: none;
}
.catalog2__result span {
  font-weight: 600;
}
.breadcrumbs {
  padding: 32px 0;
  font-size: 16px;
  line-height: 19px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #817C79;
}
.breadcrumbs span {
  display: inline-block;
  color: #817C79;
  margin: 0 15px;
}
.car {
  padding-bottom: 72px;
  overflow: hidden;
}
.car__photos {
  width: 40.5%;
}
.car__gallery1 {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  margin-bottom: 4px;
  position: relative;
  font-size: 0;
}
.car__gallery1 .catalog2__badges {
  z-index: 3;
  display: none;
}
.car__slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 34px;
  z-index: 3;
}
.car__slider-nav--prev {
  left: 10px;
  background: url('img/prev.svg');
}
.car__slider-nav--next {
  right: 10px;
  background: url('img/next.svg');
}
.car__gallery2 {
  overflow: hidden;
}
.car__gallery2 .swiper-slide {
  cursor: pointer;
  opacity: .5;
}
.car__gallery2 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.car__previews {
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  padding-right: 25%;
}
.car__photos-link {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(25% - 4px);
  height: 100%;
  overflow: hidden;
}
.car__photos-link img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: blur(4px);
}
.car__photos-link a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #EDE6D9;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}
.car__main-info {
  width: 57.5%;
}
.car__blocks {
  width: 65%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.car__block {
  width: calc(50% - 16px);
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.car__block span {
  display: block;
  color: #2A2620;
  margin-top: 20px;
  font-weight: 700;
  font-size: 64px;
  line-height: 47px;
}
.car__buttons {
  width: 32%;
  padding-bottom: 24px;
}
.car__buttons button {
  width: 100%;
  margin-bottom: 8px;
  height: 48px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  border-radius: 12px;
}
.car__buttons button:nth-child(1) {
  color: #EDE6D9;
  background: #297CCF;
}
.car__buttons button:nth-child(1):hover {
  background: #2A2620;
}
.car__buttons button:nth-child(2) {
  background: rgba(163, 159, 159, 0.3);
}
.car__buttons button:nth-child(2):hover {
  background: #fff;
}
.car__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-right: -32px;
}
.car__data-item {
  width: calc(33.3334% - 32px);
  margin: 0 32px 32px 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F6F6F6;
  border-radius: 12px;
  position: relative;
  padding: 24px 24px 24px 80px;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.car__data-item span {
  display: block;
  color: #2A2620;
  font-weight: 600;
}
.car__data-item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
}
.car__data1 {
  width: 56%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F6F6F6;
  border-radius: 16px;
  padding: 36px 32px;
}
.car__data1 h3 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.car__data1 table {
  width: 100%;
}
.car__data1 table tr td {
  padding-top: 24px;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.car__data1 table tr td:last-child {
  text-align: right;
  color: #2A2620;
  font-weight: 600;
}
.car__data2 {
  width: calc(44% - 32px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F6F6F6;
  border-radius: 16px;
  padding: 36px 32px;
}
.car__data2 h3 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.car__data2 table {
  width: 100%;
}
.car__data2 table tr td {
  padding-top: 24px;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.car__data2 table tr td:last-child {
  text-align: right;
  color: #2A2620;
  font-weight: 600;
}
.car__data2 button {
  margin-top: 32px;
  width: 100%;
  height: 56px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: rgba(163, 159, 159, 0.3);
  border-radius: 12px;
}
.car__data2 button:hover {
  background: rgba(163, 159, 159, 0.5);
}
.car__data2 button span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -2px 0 0 12px;
  background: url('img/arrow4.svg');
}
.car__about {
  padding: 72px 0;
  font-size: 20px;
  line-height: 24px;
  color: #817C79;
}
.car__about h2 {
  color: #2A2620;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.01em;
}
.car__complects {
  padding-bottom: 56px;
}
.car__complects h2 {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.01em;
}
.car__complects .flex2 {
  margin-right: -32px;
}
.car__complect {
  width: calc(20% - 32px);
  margin: 0 32px 16px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F6F6F6;
  border-radius: 16px;
  padding: 32px 32px 22px 32px;
}
.car__complect h3 {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.car__complect ul li {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  padding-left: 32px;
  background: url('img/li.svg') no-repeat 1.5px 0;
}
.car__complect ul li.no {
  font-weight: 400;
  color: #817C79;
  background: url('img/li2.svg') no-repeat 1.5px 0;
}
.car__cars h2 {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.01em;
}
.car__cars .flex2 {
  margin-right: -32px;
}
.car__cars .catalog2__item {
  width: calc(25% - 32px);
  margin: 0 32px 16px 0;
}
.car__mob-name {
  padding: 32px 0;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
  display: none;
}
.car__mob-name h1 {
  color: #2A2620;
  margin: 8px 0;
  font-weight: 600;
  font-size: 40px;
  line-height: 80%;
  letter-spacing: -2px;
}
.car__photo-count {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: #EDE6D9;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  padding: 11px 16px 11px 40px;
  background: rgba(33, 33, 33, 0.5) url('img/photos.svg') no-repeat 16px 50%;
  border-radius: 16px;
  z-index: 3;
  display: none;
}
.car__mob-block {
  margin-bottom: 32px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 32px 16px;
  display: none;
}
.car__mob-block table {
  width: 100%;
  margin-bottom: 16px;
}
.car__mob-block table tr td {
  padding: 8px;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.car__mob-block table tr td:last-child {
  text-align: right;
  color: #2A2620;
  font-weight: 600;
}
.car__mob-price {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.car__mob-price span {
  display: block;
  color: #2A2620;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -2px;
}
.car__mob-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  border: 1px solid #A3A3A3;
  border-radius: 16px;
  padding: 24px 16px 24px 80px;
  position: relative;
}
.car__mob-color input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 48px;
  height: 48px;
}
.car__mob-color-block {
  width: 48%;
  font-size: 14px;
  line-height: 17px;
  color: #817C79;
}
.car__mob-color-block span {
  display: block;
  color: #2A2620;
}
.car__mob-buttons {
  text-align: center;
}
.car__mob-buttons button {
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
}
.car__mob-buttons button:nth-child(1) {
  color: #EDE6D9;
  background: #297CCF;
}
.car__mob-buttons button:nth-child(2) {
  background: rgba(163, 159, 159, 0.3);
}
.car__mob-buttons button:nth-child(2) span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('img/arrow4.svg');
  margin: -2px 0 0 8px;
}
.car__mob-buttons a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: #A3A3A3;
}
.brand {
  padding: 168px 0 96px;
  color: #EDE6D9;
  position: relative;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  margin-top: -107px;
  margin-bottom: 72px;
}
.brand:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90.19deg, #0a0a0b 11.27%, rgba(10, 10, 11, 0.55) 33.7%, rgba(10, 10, 11, 0.05) 52.92%), linear-gradient(1.53deg, #0a0a0b 18.3%, rgba(10, 10, 11, 0) 41.07%);
}
.brand .wrap {
  position: relative;
  z-index: 2;
}
.brand__logo {
  margin-bottom: 284px;
}
.brand__name {
  margin-bottom: 32px;
  font-family: 'Archivo';
  font-weight: 900;
  font-size: 130px;
  line-height: 89px;
  letter-spacing: -4.55px;
}
.brand__back {
  display: inline-block;
  text-decoration: none;
  color: #EDE6D9;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 17px;
  padding: 7px 16px 7px 40px;
  background: rgba(237, 230, 217, 0.1) url('img/back.svg') no-repeat 16px 50%;
  border-radius: 15px;
  display: none;
}
.model {
  padding-bottom: 88px;
  overflow: hidden;
}
.model__top {
  position: relative;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.model__top h1 {
  color: #2A2620;
  margin-top: 8px;
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -4.5px;
}
.model__top a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  padding: 18px 64px;
  background: url('img/model-top1.svg') no-repeat left 32px top 50%, url('img/model-top2.svg') no-repeat right 32px top 50%, rgba(163, 159, 159, 0.3);
  border-radius: 16px;
  text-decoration: none;
}
.model__top-price {
  display: none;
}
.model__image {
  width: 47.5%;
}
.model__image img {
  width: 100%;
  margin-bottom: 60px;
}
.model__colors {
  text-align: center;
  margin-bottom: 62px;
}
.model__colors p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 16px;
  color: #817C79;
  display: none;
}
.model__colors p span {
  color: #2A2620;
}
.model__colors .radio {
  display: none;
}
.model__colors .radio + label {
  display: inline-block;
  cursor: pointer;
  margin: 0 16px;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.model__colors .radio + label span {
  display: block;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 8px auto;
}
.model__colors .radio + label span svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.model__colors .radio:checked + label span svg {
  display: block;
}
.model__data {
  background: #F6F6F6;
  border-radius: 16px;
  padding: 40px 32px 8px 32px;
}
.model__data .flex2 {
  margin-right: -48px;
}
.model__data-item {
  width: calc(20% - 48px);
  margin: 0 48px 32px 0;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.model__data-item span {
  display: block;
  color: #2A2620;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.model__complects {
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 146px;
  padding: 32px;
  background: #F6F6F6;
  border-radius: 16px;
}
.model__complects h2 {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.model__complect {
  margin-bottom: 16px;
  cursor: pointer;
  padding: 32px 32px 24px 32px;
  border: 1px solid #A3A3A3;
  border-radius: 16px;
}
.model__complect h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1px;
  padding-left: 56px;
  background: url('img/radio.svg') no-repeat left;
}
.model__complect ul {
  padding-top: 16px;
}
.model__complect ul li {
  display: inline-block;
  margin: 16px 16px 0 0;
  font-size: 16px;
  line-height: 19px;
  padding: 8px 16px;
  background: #EAEAEA;
  border-radius: 8px;
}
.model__complect--active {
  background: rgba(41, 124, 207, 0.2);
}
.model__complect--active h3 {
  background: url('img/radio2.svg') no-repeat left;
}
.model__complect--active ul li {
  background: #fff;
}
.model__complect-price {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1px;
}
.model__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.model__buttons button {
  width: calc(50% - 16px);
  height: 64px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  border-radius: 16px;
}
.model__buttons button:nth-child(1) {
  background: #297CCF;
  color: #EDE6D9;
}
.model__buttons button:nth-child(1):hover {
  background: #2A2620;
}
.model__buttons button:nth-child(2) {
  background: #D9D6D4;
}
.model__buttons button:nth-child(2):hover {
  background: #2A2620;
  color: #EDE6D9;
}
.model__advantages {
  padding-bottom: 72px;
}
.model__advantages h2 {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.01em;
}
.model__advantages-top-text {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.model__advantages-image {
  width: 58%;
  margin-bottom: 32px;
  border-radius: 16px;
  position: relative;
}
.model__advantages-image-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #EDE6D9;
  padding: 48px 56px;
  font-size: 16px;
  line-height: 19px;
}
.model__advantages-image-text p {
  margin: 10px 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
}
.model__advantages-image-text h3 {
  display: inline-block;
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -4.5px;
  padding-right: 72px;
  background: url('img/star.svg') no-repeat right;
}
.model__advantages-list {
  width: 40%;
}
.model__advantages-item {
  margin-bottom: 32px;
  background: #F6F6F6;
  border-radius: 16px;
  padding: 48px 32px;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.model__advantages-item h3 {
  color: #2A2620;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
}
.model__advantages-item h3 span {
  font-weight: 700;
  font-size: 64px;
  line-height: 60px;
  letter-spacing: -4.5px;
  color: #297CCF;
  margin-right: 10px;
}
.model__tech-top {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.model__tech-top h2 {
  color: #2A2620;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
}
.model__item {
  margin-bottom: 32px;
  background: #F6F6F6;
  border-radius: 16px;
  position: relative;
  padding: 96px 765px 96px 56px;
  overflow: hidden;
}
.model__item--other {
  padding: 96px 56px 96px 900px;
}
.model__item--other .model__item-image {
  right: auto;
  left: 0;
}
.model__item h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
}
.model__item p {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 50px;
  color: #817C79;
}
.model__item-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 765px;
  height: 100%;
}
.model__item-image--small {
  width: 574px;
}
.model__item-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.model__item-data-item {
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.model__item-data-item:not(:last-child) {
  margin-right: 48px;
}
.model__item-data-item h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 5px;
  color: #2A2620;
}
.model__item-data-item h4 span {
  font-weight: 700;
  font-size: 64px;
  letter-spacing: -4.5px;
  color: #297CCF;
}
.price-banner {
  margin-bottom: 72px;
  background: url('img/price-banner.jpg') center / cover;
  padding: 82px 0;
  color: #EDE6D9;
}
.price-banner h2 {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.01em;
}
.price-banner__top-text {
  max-width: 448px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 19px;
}
.price-banner ul {
  padding-bottom: 22px;
}
.price-banner ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
  padding-left: 32px;
  background: url('img/li3.svg') no-repeat 0 0;
}
.price-banner__button {
  text-align: center;
  max-width: 337px;
  font-size: 16px;
  line-height: 19px;
  color: #817C79;
}
.price-banner__button button {
  width: 100%;
  height: 56px;
  margin-bottom: 32px;
  color: #EDE6D9;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: #297CCF;
  box-shadow: 0px 43px 80px rgba(0, 182, 246, 0.23), 0px 17.9644px 33.4221px rgba(0, 182, 246, 0.165337), 0px 9.60461px 17.869px rgba(0, 182, 246, 0.137105), 0px 5.38427px 10.0172px rgba(0, 182, 246, 0.115), 0px 2.85954px 5.32008px rgba(0, 182, 246, 0.0928953), 0px 1.18992px 2.21381px rgba(0, 182, 246, 0.0646635);
  border-radius: 12px;
}
.price-banner__button button:hover {
  color: #2A2620;
  background: #fff;
  box-shadow: none;
}
@media (max-width: 1822px) {
  .wrap {
    width: 1400px;
  }
  .header__menu {
    margin-right: 0;
  }
  .header__lang {
    width: auto;
    padding: 0 24px;
  }
  .header__menu-item {
    padding: 14px 18px;
  }
  .header__menu-item--with-sub {
    background: none;
  }
  .header__button {
    width: 160px;
  }
  .car__block span {
    font-size: 50px;
  }
  .car__data-item {
    padding: 20px 20px 20px 60px;
    font-size: 15px;
    line-height: 18px;
  }
  .car__data-item img {
    left: 16px;
    width: 28px;
  }
  .car__data2 button span {
    margin-left: 5px;
  }
  .model__advantages-item h3 {
    font-size: 28px;
  }
  .model__advantages-item h3 span {
    font-size: 60px;
  }
  .model__item-data-item h4 span {
    font-size: 50px;
  }
  .model__item-image {
    width: 500px;
  }
  .model__item {
    padding: 96px 550px 96px 56px;
  }
  .model__item--other {
    padding: 96px 56px 96px 550px;
  }
  .page-top-line {
    font-size: 15px;
    line-height: 18px;
    padding: 22px 0;
  }
  .page-top-line a:first-child {
    padding: 2px 0 2px 28px;
    background-size: 20px;
  }
  .page-top-line a:last-child {
    padding: 2px 28px 2px 0;
    background-size: 20px;
  }
  .page-top-line span {
    margin: 0 16px;
  }
  .header__logo {
    width: 170px;
  }
  .header__menu-item {
    padding: 12px 18px;
    font-size: 15px;
    line-height: 18px;
  }
  .header__lang {
    height: 46px;
    line-height: 46px;
    font-size: 15px;
  }
  .header__button {
    height: 46px;
    font-size: 15px;
  }
  .header__menu {
    margin-right: 100px;
  }
  .hero {
    padding: 220px 0 60px;
    margin-top: -94px;
    margin-bottom: 60px;
  }
  .hero__top-link {
    font-size: 15px;
    line-height: 18px;
    background: url('img/top-link1.svg') no-repeat left 20px top 50%, url('img/top-link2.svg') no-repeat right 20px top 50%, rgba(237, 230, 217, 0.1);
    background-size: 18px;
    padding: 15px 48px;
  }
  .hero__name {
    font-size: 110px;
    line-height: 90px;
    margin-bottom: 24px;
  }
  .hero__tech {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 40px;
  }
  .hero__buttons button {
    vertical-align: middle;
    font-size: 15px;
    padding: 0 20px;
    height: 50px;
  }
  .hero__buttons button:nth-child(1) span {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
  .hero__bottom-text {
    font-size: 15px;
    line-height: 18px;
  }
  .hero__brand {
    font-size: 15px;
    line-height: 18px;
    margin: 0 5px;
    padding: 12px 16px;
  }
  .fixed-links {
    right: 50px;
    bottom: 36px;
  }
  .fixed-links a {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
  }
  .header {
    padding: 18px 0;
  }
  .block-name {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 48px;
  }
  .block-name h2 {
    font-size: 56px;
    line-height: 100px;
  }
  .brands__top-text {
    font-size: 15px;
    line-height: 18px;
    width: 320px;
  }
  .brands__info {
    padding: 28px 20px;
    margin-top: -20px;
  }
  .brands__info h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .brands__info p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 26px;
  }
  .brands__info button {
    height: 48px;
    font-size: 14px;
  }
  .brands__info button span {
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin-left: 5px;
  }
  .brands {
    padding-bottom: 80px;
  }
  .counts__item {
    height: 200px;
  }
  .counts__text span {
    font-size: 80px;
    line-height: 50px;
  }
  .counts__text {
    font-size: 15px;
    line-height: 18px;
  }
  .counts {
    padding-bottom: 80px;
  }
  .catalog__top-button {
    width: 190px;
    height: 50px;
    font-size: 15px;
    line-height: 18px;
  }
  .catalog__top-button span {
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin-left: 5px;
  }
  .catalog__item {
    padding: 90px 24px 36px 24px;
  }
  .catalog__logo {
    top: 24px;
    left: 24px;
  }
  .catalog__compare {
    top: 24px;
    right: 24px;
  }
  .catalog__name {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .catalog__name h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .catalog__image {
    margin-bottom: 24px;
  }
  .catalog__data-item {
    font-size: 14px;
    line-height: 17px;
    padding: 5px;
  }
  .catalog__price {
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    font-size: 14px;
  }
  .catalog__price span {
    font-size: 18px;
  }
  .catalog__price button {
    font-size: 12px;
    width: 120px;
    height: 42px;
  }
  .catalog {
    padding-bottom: 100px;
  }
  .feedback__text h2 {
    font-size: 56px;
    margin-bottom: 18px;
  }
  .feedback__text {
    font-size: 20px;
    line-height: 25px;
  }
  .feedback__input {
    height: 50px;
    padding: 0 26px;
    font-size: 15px;
    margin-bottom: 12px;
  }
  .feedback__button {
    width: 320px;
    height: 50px;
    font-size: 15px;
  }
  .feedback__button span {
    width: 28px;
    height: 28px;
    background-size: 28px;
    margin-left: 8px;
  }
  .feedback {
    padding-bottom: 120px;
  }
  .footer__logo a img {
    width: 180px;
  }
  .footer__logo a span {
    font-size: 14px;
    line-height: 17px;
    margin-left: 24px;
  }
  .footer__nav {
    width: 360px;
  }
  .footer__nav h3 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .footer__nav ul li a {
    font-size: 15px;
    line-height: 18px;
  }
  .footer__contacts h3 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .footer__contact {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .footer__park {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .footer__bottom {
    padding-top: 40px;
  }
  .footer__contacts {
    width: 240px;
  }
  .footer__copy {
    font-size: 15px;
    line-height: 18px;
  }
  .footer__langs {
    font-size: 15px;
    line-height: 18px;
  }
  .brand {
    padding: 140px 0 70px;
  }
  .brand__logo {
    width: 120px;
    margin-bottom: 180px;
  }
  .brand__name {
    font-size: 110px;
    line-height: 70px;
    margin-bottom: 24px;
  }
  .brand {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 56px;
  }
  .catalog__h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .catalog__top-button2 {
    width: 220px;
    height: 48px;
    font-size: 15px;
    line-height: 18px;
  }
  .catalog__top-button2 span {
    width: 28px;
    height: 28px;
    background-size: 28px;
    margin-left: 8px;
  }
  .catalog2__brand {
    top: 20px;
    left: 20px;
    max-width: 40px;
  }
  .catalog2__badges {
    right: 20px;
    bottom: 12px;
  }
  .catalog2__badges span {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 6px;
    padding: 6px 12px;
  }
  .catalog2__badges span i {
    width: 11px;
    height: 11px;
  }
  .catalog2__info {
    padding: 20px 28px 36px 28px;
  }
  .catalog2__name {
    font-size: 15px;
    line-height: 18px;
  }
  .catalog2__name h3 {
    margin-top: 12px;
    font-size: 26px;
    line-height: 15px;
  }
  .catalog2__color {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 18px;
  }
  .catalog2__color span {
    width: 20px;
    height: 20px;
  }
  .catalog2__info .catalog__price {
    margin-bottom: 20px;
  }
  .catalog2__data ul li {
    font-size: 15px;
    line-height: 18px;
    padding: 6px 5px;
  }
  .catalog2__data span {
    font-size: 15px;
    line-height: 18px;
    padding: 6px 5px;
  }
  .breadcrumbs {
    font-size: 15px;
    line-height: 18px;
    padding: 28px 0;
  }
  .breadcrumbs span {
    margin: 0 10px;
  }
  .car__block {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 26px;
  }
  .car__block span {
    line-height: 40px;
    margin-top: 15px;
  }
  .car__buttons button {
    height: 40px;
    font-size: 13px;
  }
  .car__buttons {
    padding-bottom: 12px;
  }
  .car__data-item {
    margin-bottom: 24px;
  }
  .car__data1 {
    padding: 28px 24px;
  }
  .car__data1 h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .car__data1 table tr td {
    font-size: 14px;
    line-height: 17px;
    padding-top: 16px;
  }
  .car__data2 {
    padding: 28px 24px;
  }
  .car__data2 h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .car__data2 table tr td {
    font-size: 14px;
    line-height: 17px;
    padding-top: 16px;
  }
  .car__data2 button {
    margin-top: 20px;
    height: 48px;
    font-size: 14px;
    line-height: 17px;
  }
  .car__data2 button span {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .car__about {
    padding: 50px 0;
    font-size: 16px;
    line-height: 20px;
  }
  .car__about h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 18px;
  }
  .car__complects h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 18px;
  }
  .car__complect {
    padding: 24px 24px 14px 24px;
  }
  .car__complect h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .car__complect ul li {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
    padding-left: 26px;
    background-size: 13px;
  }
  .car__complects {
    padding-bottom: 40px;
  }
  .car__cars h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 18px;
  }
  .catalog2 {
    padding: 56px 0 20px;
  }
  .catalog2__h1 {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .catalog2__select {
    width: 240px;
    height: 40px;
    padding: 0 16px;
    font-size: 16px;
    background: url('img/select.svg') no-repeat right 16px top 50%;
    background-size: 26px;
  }
  .catalog2__filter form {
    padding: 24px 20px 40px 20px;
  }
  .catalog2__filter h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .catalog2__clear {
    font-size: 14px;
    line-height: 17px;
  }
  .catalog2__filter-item {
    margin-top: 24px;
  }
  .catalog2__filter-item .checkbox + label {
    height: 36px;
    line-height: 36px;
    margin-top: 12px;
    font-size: 12px;
  }
  .catalog2__filter-item h3 {
    font-size: 14px;
    line-height: 17px;
  }
  .catalog2__filter-item input[type='text'] {
    font-size: 20px;
    top: -6px;
  }
  .catalog2__filter-item .ui-widget.ui-widget-content {
    margin-top: 20px;
  }
  .model__top {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .model__top h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .model__top a {
    font-size: 14px;
    line-height: 17px;
    padding: 15px 50px;
    background: url('img/model-top1.svg') no-repeat left 24px top 50%, url('img/model-top2.svg') no-repeat right 24px top 50%, rgba(163, 159, 159, 0.3);
    background-size: 20px;
  }
  .model__image img {
    margin-bottom: 40px;
  }
  .model__colors {
    margin-bottom: 40px;
  }
  .model__colors .radio + label {
    font-size: 14px;
    line-height: 17px;
    margin: 0 12px;
  }
  .model__colors .radio + label span {
    width: 40px;
    height: 40px;
  }
  .model__data {
    padding: 30px 24px 8px 24px;
  }
  .model__data .flex2 {
    margin-right: -36px;
  }
  .model__data-item {
    width: calc(20% - 36px);
    margin: 0 36px 24px 0;
    font-size: 14px;
    line-height: 17px;
  }
  .model__data-item span {
    font-size: 20px;
    line-height: 25px;
    margin-top: 2px;
  }
  .model__complects {
    padding: 26px;
  }
  .model__complect {
    padding: 24px;
  }
  .model__complect h3 {
    font-size: 20px;
    line-height: 26px;
    background-size: 26px;
    padding-left: 40px;
  }
  .model__complect-price {
    font-size: 20px;
    line-height: 26px;
  }
  .model__complect ul {
    padding-top: 8px;
  }
  .model__complect ul li {
    margin: 12px 12px 0 0;
    font-size: 15px;
    line-height: 18px;
    padding: 6px 12px;
  }
  .model__buttons button {
    height: 56px;
    font-size: 14px;
    line-height: 17px;
  }
  .model__complects {
    margin-bottom: 80px;
  }
  .model__advantages h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 24px;
  }
  .model__advantages-top-text {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .model__advantages-image-text {
    padding: 40px 50px;
    font-size: 14px;
    line-height: 17px;
  }
  .model__advantages-image-text p {
    margin: 8px 0;
    font-size: 26px;
    line-height: 34px;
  }
  .model__advantages-image-text h3 {
    font-size: 56px;
    line-height: 64px;
    padding-right: 64px;
    background-size: 64px;
  }
  .model__advantages-item {
    padding: 40px 24px;
    font-size: 14px;
    line-height: 17px;
  }
  .model__advantages-item h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .model__advantages-item h3 span {
    font-size: 56px;
    line-height: 50px;
  }
  .model__advantages {
    padding-bottom: 48px;
  }
  .model__item-image {
    width: 600px;
  }
  .model__item {
    padding: 70px 650px 70px 40px;
  }
  .model__item h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .model__item p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 36px;
  }
  .model__item-data-item:not(:last-child) {
    margin-right: 36px;
  }
  .model__item-data-item p {
    margin: 0;
  }
  .model__item-data-item h4 {
    font-size: 26px;
    line-height: 34px;
  }
  .model__item-data-item h4 span {
    font-size: 46px;
  }
  .model__item--other {
    padding: 70px 40px 70px 650px;
  }
  .model__item-image--small {
    width: 560px;
  }
  .model {
    padding-bottom: 60px;
  }
  .price-banner {
    padding: 60px 0;
    margin-bottom: 56px;
  }
  .price-banner h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 24px;
  }
  .price-banner__top-text {
    font-size: 14px;
    line-height: 17px;
    max-width: 360px;
    margin-bottom: 24px;
  }
  .price-banner ul li {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
    padding-left: 26px;
    line-height: 14px;
  }
  .price-banner__button {
    width: 300px;
    font-size: 14px;
    line-height: 17px;
  }
  .price-banner__button button {
    height: 48px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 24px;
  }
  .catalog2--inner {
    padding-top: 0;
  }
  .catalog2__info .catalog__price button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 1430px) {
  .wrap {
    width: 1170px;
  }
  .header__menu {
    margin-right: 0;
  }
  .header__menu-item {
    padding: 14px 10px;
  }
  .header__lang {
    padding: 0 16px;
  }
  .header__button {
    width: 140px;
  }
  .hero__name {
    font-size: 100px;
    line-height: 80px;
  }
  .hero__bottom-text {
    display: none;
  }
  .brands__item {
    width: calc(25% - 24px);
  }
  .catalog__price button {
    width: 120px;
  }
  .catalog__item {
    padding: 80px 24px 36px 24px;
  }
  .catalog__logo {
    left: 24px;
    top: 24px;
  }
  .catalog__compare {
    right: 24px;
    top: 24px;
  }
  .feedback__text h2 {
    font-size: 50px;
  }
  .footer__nav {
    width: 300px;
  }
  .footer__logo a span {
    margin-left: 24px;
  }
  .catalog2__filter {
    width: 32%;
  }
  .catalog2__list {
    width: 66%;
  }
  .car__photos {
    width: 44%;
  }
  .car__main-info {
    width: 54%;
  }
  .car__blocks {
    width: 100%;
  }
  .car__buttons {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .car__buttons button {
    width: calc(50% - 16px);
  }
  .car__data-item {
    width: calc(50% - 32px);
  }
  .car__data1 {
    width: 100%;
    margin-bottom: 32px;
  }
  .car__data2 {
    width: 100%;
  }
  .car__complect {
    width: calc(25% - 32px);
  }
  .model__data .flex2 {
    margin-right: -24px;
  }
  .model__data-item {
    width: calc(25% - 24px);
    margin: 0 24px 24px 0;
  }
  .model__advantages-item h3 span {
    display: block;
    margin: 0;
  }
  .model__item {
    padding: 300px 30px 30px 30px;
  }
  .model__item-image {
    width: 100%;
    height: 270px;
  }
  .catalog__item {
    width: calc(33.33334% - 32px);
  }
}
@media (max-width: 1200px) {
  .wrap {
    width: 970px;
  }
  .header__menu-item {
    font-size: 13px;
    padding: 10px;
  }
  .header__lang {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
  .header__logo {
    width: 123px;
  }
  .header__button {
    width: 100px;
    height: 40px;
    font-size: 12px;
  }
  .hero {
    padding: 200px 0 60px;
  }
  .hero__buttons {
    margin-bottom: 60px;
  }
  .brands__item {
    width: calc(33.33334% - 24px);
  }
  .counts__item {
    width: calc(33.33334% - 32px);
  }
  .catalog__item {
    width: calc(50% - 32px);
  }
  .feedback__button {
    width: 100%;
  }
  .footer__logo a span {
    display: none;
  }
  .fixed-links {
    right: 8px;
    bottom: 18px;
  }
  .catalog2__filter-item .checkbox + label,
  .catalog2__filter-item .checkbox.big + label {
    width: 48.5%;
  }
  .catalog2__info {
    padding: 24px;
  }
  .catalog2__info .catalog__price {
    background: none;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .catalog2__name h3 {
    font-size: 30px;
  }
  .car__complect {
    width: calc(33.3334% - 32px);
  }
  .brand__logo {
    margin-bottom: 120px;
  }
  .model__data-item {
    width: calc(33.3334% - 24px);
  }
}
@media (max-width: 991px) {
  .wrap {
    width: 747px;
  }
  .header__menu {
    display: none;
  }
  .header__langs {
    display: none;
  }
  .header__button {
    display: none;
  }
  .header {
    padding: 16px 0;
  }
  .header__burger {
    display: block;
  }
  .page-top-line {
    padding: 16px 0;
  }
  .page-top-line a:last-child {
    display: none;
  }
  .page-top-line span {
    display: none;
  }
  .page-top-line a:first-child {
    padding: 2.5px 32px;
    background: url('img/top-link1.svg') no-repeat left, url('img/top-link2.svg') no-repeat right;
  }
  .mobile-menu.mobile-menu--active {
    display: block;
  }
  .hero__bg {
    display: none;
  }
  .hero__bg--mob {
    display: block;
  }
  .hero__name {
    font-size: 80px;
    line-height: 60px;
  }
  .hero__tech {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 36px;
  }
  .hero__brand {
    font-size: 14px;
    line-height: 17px;
    margin: 0 4px;
  }
  .brands__top-text {
    display: none;
  }
  .block-name {
    margin-bottom: 32px;
  }
  .brands__item {
    width: calc(50% - 24px);
  }
  .counts__item {
    width: calc(50% - 32px);
  }
  .block-name h2 {
    font-size: 48px;
    line-height: 1.5;
  }
  .catalog__top-button {
    top: 12px;
  }
  .catalog__data-item {
    padding: 0;
  }
  .feedback__text {
    width: 100%;
    margin-bottom: 24px;
  }
  .feedback__form {
    width: 100%;
  }
  .footer__logo {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
  .footer__right-block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__nav {
    width: 400px;
  }
  .catalog2__filter form {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 30;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    padding: 80px 20px;
    display: none;
  }
  .catalog2__filter form.active {
    display: block;
  }
  .catalog2__filter-item .checkbox + label,
  .catalog2__filter-item .checkbox.big + label {
    width: 32%;
  }
  .catalog2__close {
    display: block;
  }
  .catalog2__clear {
    display: none;
  }
  .catalog2__filter-button {
    display: block;
  }
  .catalog2__filter {
    width: 100%;
  }
  .catalog2__list {
    width: 100%;
  }
  .catalog2__select {
    display: none;
  }
  .catalog2__h1 {
    margin-bottom: 32px;
  }
  .catalog2__filter-btn {
    display: block;
  }
  .catalog2__result {
    display: block;
  }
  .car__photos {
    width: 100%;
    margin-bottom: 32px;
  }
  .car__main-info {
    width: 100%;
  }
  .car__complect {
    width: calc(50% - 32px);
  }
  .car__cars .catalog2__item {
    width: calc(50% - 32px);
  }
  .catalog2--inner .catalog2__item {
    width: calc(50% - 32px);
  }
  .model__image {
    width: 100%;
    margin-bottom: 32px;
  }
  .model__complects {
    width: 100%;
  }
  .model__advantages-image {
    width: 100%;
    height: 300px;
  }
  .model__advantages-list {
    width: 100%;
  }
  .model__item-data-item h4 span {
    font-size: 40px;
  }
  .price-banner {
    background: #212121;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: 556px;
  }
  .hero__brand {
    padding: 10px 16px;
    margin: 0 2px;
  }
  .catalog__top-button {
    display: none;
  }
  .catalog__list {
    margin-right: 0;
  }
  .catalog__item {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .footer__nav {
    width: 300px;
  }
  .footer__copy {
    font-size: 14px;
  }
  .footer__langs {
    font-size: 14px;
  }
  .catalog2__items {
    margin: 0;
  }
  .catalog2__item {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .car__cars .catalog2__item {
    width: calc(100% - 32px);
  }
  .brand__name {
    font-size: 90px;
  }
  .catalog2--inner .catalog2__item {
    width: 100%;
  }
  .model__top a {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: inline-block;
    margin-top: 24px;
  }
  .model__item-data-item h4 span {
    font-size: 24px;
    letter-spacing: 0;
  }
  .model__item-data-item h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .wrap {
    width: auto;
    padding: 0 8px;
  }
  .page-top-line {
    font-size: 14px;
    line-height: 17px;
  }
  .page-top-line a:first-child {
    padding: 3px 24px;
    background-size: 16px;
  }
  .header__logo a img {
    display: none;
  }
  .header__logo a {
    width: 123px;
    height: 48px;
    background: url('img/logo3.png');
    display: inline-block;
  }
  .hero {
    padding: 274px 0 32px;
  }
  .hero__bg:after {
    display: none;
  }
  .hero__top-link {
    margin-bottom: 16px;
    padding: 11px 40px;
    font-size: 14px;
    line-height: 17px;
    background: url('img/top-link1.svg') no-repeat left 16px top 50%, url('img/top-link2.svg') no-repeat right 16px top 50%, rgba(237, 230, 217, 0.1);
    background-size: 16px;
  }
  .hero__name {
    margin-bottom: 12px;
    font-size: 54px;
    line-height: 32px;
  }
  .hero__name img {
    display: block;
  }
  .hero__tech {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 19px;
  }
  .hero__buttons {
    margin-bottom: 0;
  }
  .hero__buttons button {
    width: 100%;
    margin-bottom: 16px;
    height: 48px;
    font-weight: 400;
  }
  .hero__brands {
    white-space: nowrap;
    overflow-x: scroll;
    margin: 0 -8px;
  }
  .hero__brand {
    width: 112px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    padding: 0;
  }
  .hero {
    margin-bottom: 32px;
  }
  .block-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .block-name h2 {
    width: 100%;
    order: 1;
    margin-bottom: 6px;
    font-size: 32px;
    line-height: 90%;
    letter-spacing: 0;
  }
  .block-name p {
    width: 100%;
    order: 2;
    font-size: 16px;
    line-height: 19px;
  }
  .brands__list {
    margin-right: 0;
  }
  .brands__item {
    width: 100%;
    margin: 0 0 16px 0;
    position: relative;
  }
  .brands__info {
    margin: 0;
    padding: 120px 28px 16px 28px;
    position: relative;
    z-index: 3;
  }
  .brands__info h3 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
  }
  .brands__info h3 img {
    display: inline-block;
  }
  .brands__info p {
    margin: 0;
  }
  .brands__info button {
    position: absolute;
    right: 28px;
    bottom: 16px;
    font-size: 0;
    background: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    width: 24px;
    height: 24px;
  }
  .brands__info button span {
    margin: 0;
  }
  .brands__photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .brands__logo {
    display: none;
  }
  .brands__image {
    opacity: 1;
  }
  .brands__photo:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent, #2a2620);
    z-index: 2;
  }
  .brands {
    padding-bottom: 28px;
  }
  .counts__list {
    margin-right: -16px;
  }
  .counts__item {
    width: calc(46% - 16px);
    margin: 0 16px 16px 0;
    height: 80px;
    background: #fff;
    color: #2A2620;
  }
  .counts__item:nth-child(2) {
    width: calc(54% - 16px);
  }
  .counts__item:nth-child(3) {
    width: calc(54% - 16px);
  }
  .counts__icon svg {
    max-width: 37px;
    max-height: 32px;
  }
  .counts__icon svg path {
    stroke: #2A2620;
  }
  .counts__text span {
    font-size: 40px;
    line-height: 27px;
    margin-bottom: 3px;
  }
  .counts__text {
    font-size: 16px;
    line-height: 19px;
  }
  .counts {
    padding-bottom: 32px;
  }
  .catalog__item {
    padding: 96px 16px;
  }
  .catalog__logo {
    top: 32px;
    left: 16px;
  }
  .catalog__compare {
    top: 32px;
    right: 16px;
  }
  .catalog__data-item {
    font-size: 14px;
    line-height: 17px;
    padding: 8px;
  }
  .catalog__price {
    text-align: center;
    height: 48px;
    line-height: 48px;
    position: static;
  }
  .catalog__price button {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    left: 16px;
    bottom: 32px;
    width: calc(100% - 32px);
    height: 48px;
    transform: none;
  }
  .catalog {
    padding-bottom: 64px;
  }
  .feedback__text h2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2px;
  }
  .feedback__text h2 span {
    color: #297CCF;
  }
  .feedback__text {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 32px;
  }
  .feedback {
    padding-bottom: 32px;
  }
  .footer {
    padding: 32px 0;
  }
  .footer__logo a img {
    width: 99px;
  }
  .footer__logo a span {
    display: block;
    margin: 16px 0 0 0;
    font-size: 14px;
    line-height: 17px;
  }
  .footer__logo {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #3A3A3A;
  }
  .footer__nav {
    padding-bottom: 16px;
    margin-bottom: 32px;
    border-bottom: 1px solid #3A3A3A;
    padding-left: 162px;
    position: relative;
  }
  .footer__nav h3 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
  }
  .footer__nav ul li {
    width: 100%;
    margin-bottom: 16px;
  }
  .footer__nav ul li a {
    font-size: 14px;
    line-height: 17px;
  }
  .footer__contacts {
    border-bottom: 1px solid #3A3A3A;
    position: relative;
    padding-left: 162px;
    padding-bottom: 96px;
  }
  .footer__contacts h3 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
  }
  .footer__contact {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
    letter-spacing: 0;
  }
  .footer__park {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 32px 0;
    font-size: 14px;
    line-height: 17px;
    border-top: 1px solid #3A3A3A;
  }
  .footer__park span {
    float: right;
  }
  .footer__bottom {
    padding-top: 32px;
  }
  .footer__langs {
    width: 100%;
    order: 1;
    margin-bottom: 32px;
    text-align: center;
    color: #666666;
  }
  .footer__langs a {
    color: #666666;
  }
  .footer__copy {
    width: 100%;
    order: 2;
    color: #666666;
  }
  .footer__copy span {
    float: right;
  }
  .mobile-menu__close {
    right: 8px;
  }
  .catalog2__filter-item:nth-child(3) {
    display: none;
  }
  .catalog2 {
    padding: 32px 0;
  }
  .catalog2__h1 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 20px;
  }
  .catalog2__filter form {
    padding: 80px 8px;
  }
  .catalog2__close {
    right: 8px;
  }
  .catalog2__filter-item .checkbox + label {
    height: 32px;
    line-height: 32px;
    width: 32.5%;
    margin-top: 8px;
  }
  .catalog2__filter-item .checkbox.big + label {
    width: 40%;
  }
  .catalog2__mob-links {
    display: block;
  }
  .catalog2__info .catalog__price button {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .catalog2__info .catalog__price {
    position: relative;
  }
  .catalog2__brand {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    right: 16px;
    bottom: 16px;
  }
  .catalog2__badges {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .catalog2__badges br {
    display: none;
  }
  .catalog2__badges span:nth-child(1) {
    order: 2;
  }
  .catalog2__badges span:nth-child(2) {
    order: 1;
  }
  .catalog2__item {
    background: #fff;
  }
  .catalog2__info {
    padding: 16px 16px 32px 16px;
  }
  .catalog2__name p {
    display: none;
  }
  .catalog2__name h3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 100%;
  }
  .catalog2__color {
    display: none;
  }
  .catalog2__info .catalog__price button {
    width: 142px;
  }
  .catalog2__info .catalog__price {
    text-align: left;
    margin-bottom: 0;
  }
  .catalog2__data {
    display: none;
  }
  .catalog2__color2 {
    display: block;
  }
  .breadcrumbs {
    display: none;
  }
  .car__mob-name {
    display: block;
  }
  .car__previews {
    display: none;
  }
  .car__slider-nav {
    display: none;
  }
  .car__gallery1 {
    border-radius: 16px;
  }
  .car__gallery1 .catalog2__badges {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .car__photo-count {
    display: block;
  }
  .car__blocks {
    display: none;
  }
  .car__buttons {
    display: none;
  }
  .car__data {
    display: block;
    margin: 0 0 32px 0;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px 16px 1px 16px;
  }
  .car__data-item {
    width: 100%;
    padding: 0;
    background: none;
    margin: 0 0 32px 0;
    padding: 0 0 0 48px;
  }
  .car__data-item img {
    left: 0;
  }
  .car__data1 {
    display: none;
  }
  .car__data2 {
    background: #212121;
    border-radius: 16px;
    padding: 16px;
  }
  .car__data2 h3 {
    display: none;
  }
  .car__data2 button {
    display: none;
  }
  .car__data2 table {
    margin-bottom: -32px;
    display: block;
  }
  .car__data2 table tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .car__data2 table tbody tr {
    width: 33.3334%;
    margin-bottom: 32px;
  }
  .car__data2 table tbody tr td {
    color: #817C79;
    display: block;
    padding: 0;
  }
  .car__data2 table tbody tr td:last-child {
    color: #EDE6D9;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
  }
  .car__mob-block {
    display: block;
  }
  .car__about {
    padding: 32px 0;
    font-size: 16px;
    line-height: 19px;
  }
  .car__about h2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 100%;
  }
  .car__complects h2 {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 100%;
  }
  .car__complects .flex2 {
    margin: 0;
  }
  .car__complect {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 32px 16px 16px 16px;
  }
  .car__complect h3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 29px;
  }
  .car__complect ul li {
    margin-bottom: 16px;
  }
  .car__complects {
    padding-bottom: 16px;
  }
  .car__cars h2 {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 100%;
  }
  .brand {
    padding: 320px 0 40px;
    margin-bottom: 32px;
  }
  .brand__logo {
    width: 48px;
    margin-bottom: 16px;
  }
  .brand__back {
    display: inline-block;
  }
  .brand__name {
    font-size: 54px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .brand {
    font-size: 16px;
    line-height: 19px;
  }
  .brand__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .catalog__banner {
    display: block;
  }
  .catalog__h2 {
    font-size: 32px;
    line-height: 100%;
  }
  .catalog__top-button2 {
    width: 173px;
    height: 48px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .catalog__top-button2 span {
    width: 24px;
    height: 24px;
    background-size: 24px;
    margin-left: 8px;
  }
  .catalog--inner {
    padding-bottom: 20px;
  }
  .catalog2--inner {
    padding-top: 0;
  }
  .catalog2 .brands__top-text {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: block;
    margin: -16px 0 32px;
  }
  .model {
    padding-top: 32px;
  }
  .model__top h1 {
    margin: 0;
    font-size: 40px;
    line-height: 100%;
  }
  .model__top-price {
    display: block;
  }
  .model__top a {
    margin-top: 16px;
    font-size: 14px;
    line-height: 17px;
    padding: 8px 40px;
    background: url('img/model-top3.svg') no-repeat left 16px top 50%, url('img/model-top4.svg') no-repeat right 16px top 50%, #cddeee;
    border: 1px solid #297CCF;
    border-radius: 15px;
    color: #297CCF;
  }
  .model__image img {
    margin-bottom: 20px;
  }
  .model__colors {
    text-align: left;
    padding: 16px;
    margin-bottom: 16px;
    background: #FFFFFF;
    border-radius: 16px;
  }
  .model__colors p {
    display: block;
  }
  .model__colors .radio + label {
    font-size: 0;
    margin: 0 16px 0 0;
  }
  .model__colors .radio + label span {
    display: inline-block;
    margin: 0;
    box-shadow: #A3A3A3 0 0 0 1px;
  }
  .model__data {
    background: #212121;
    border-radius: 16px;
    padding: 16px;
  }
  .model__data .flex2 {
    margin: 0 -32px -32px 0;
  }
  .model__data-item {
    width: calc(33.3334% - 32px);
    margin: 0 32px 32px 0;
  }
  .model__data-item span {
    color: #EDE6D9;
    font-size: 20px;
    line-height: 24px;
  }
  .model__complects {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
  }
  .model__complects h2 {
    font-size: 32px;
    line-height: 39px;
  }
  .model__complect {
    padding: 12px 16px;
    background: #fff;
  }
  .model__complect h3 {
    font-size: 20px;
    padding-left: 48px;
  }
  .model__complect-price {
    font-size: 20px;
  }
  .model__complect ul {
    padding-top: 8px;
  }
  .model__complect ul li {
    margin: 8px 8px 0 0;
    font-size: 12px;
    line-height: 15px;
    padding: 8px;
  }
  .model__complect--active {
    background: rgba(41, 124, 207, 0.2);
    border: 1.5px solid #297CCF;
  }
  .model__buttons button {
    width: 100%;
    height: 48px;
  }
  .model__buttons {
    margin-top: -8px;
  }
  .model__complects {
    margin-bottom: 32px;
  }
  .model__advantages h2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 100%;
  }
  .model__advantages-top-text {
    margin-bottom: 24px;
  }
  .model__advantages-image-text {
    padding: 16px 30% 16px 16px;
  }
  .model__advantages-image-text p {
    font-size: 24px;
    line-height: 100%;
    margin: 0 0 10px 0;
  }
  .model__advantages-image-text h3 {
    position: absolute;
    right: 30px;
    top: 10px;
    line-height: 64px;
    padding-right: 64px;
    background-size: 64px;
  }
  .model__advantages-item {
    padding: 16px;
    margin-bottom: 16px;
  }
  .model__advantages-item h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .model__advantages-item h3 span {
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0;
    letter-spacing: 0;
  }
  .model__advantages {
    padding-bottom: 16px;
  }
  .model__tech-top h2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 100%;
  }
  .model__tech-top {
    margin-bottom: 24px;
  }
  .model__item-image {
    height: 224px;
  }
  .model__item {
    padding: 256px 16px 16px 16px;
  }
  .model__item h3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 100%;
  }
  .model__item p {
    padding-bottom: 32px;
    margin-bottom: 16px;
    border-bottom: 1px solid #DBD8D1;
  }
  .model__item-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .model__item-data-item:not(:last-child) {
    margin: 0 0 16px 0;
  }
  .model__item-data-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
    width: 32%;
  }
  .model__item-data-item--big {
    width: 65%;
  }
  .model__item-data-item h4 {
    margin: 0;
    order: 1;
    width: 100%;
  }
  .model__item-data-item p {
    order: 2;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .model__item {
    margin-bottom: 16px;
  }
  .model {
    padding-bottom: 16px;
  }
  .price-banner {
    padding: 32px 0 45px;
    margin-bottom: 32px;
  }
  .price-banner h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .price-banner ul {
    padding-bottom: 16px;
  }
  .price-banner ul li {
    margin-bottom: 16px;
  }
  .price-banner__button {
    max-width: 100%;
  }
  .price-banner__button button {
    height: 48px;
    margin-bottom: 16px;
    box-shadow: none;
  }
  .catalog2--inner .flex2 {
    margin-right: 0;
  }
}
