/*------------------------------ fonts ----------------------------------*/

@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro.woff2') format('woff2'), url('../fonts/GothamPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro Medium';
  src: url('../fonts/GothamPro-Medium.woff2') format('woff2'), url('../fonts/GothamPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro Bold';
  src: url('../fonts/GothamPro-Bold.woff2') format('woff2'), url('../fonts/GothamPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*------------------------------ global ----------------------------------*/

html {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

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

body {
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: normal;
}

body.noscroll {
  overflow: hidden;
}

.wrap {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

.wrap.noscroll {
  height: 100vh;
  overflow: hidden;
}

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

img {
  max-width: 100%;
  height: auto;
}

a,
a:focus,
button,
button:focus,
input,
input:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------ form ----------------------------------*/

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin: 0 0 14px;
  color: #252525;
  font-weight: 700;
}

.form-group input {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #dedede;
  background-color: #ffffff;
  color: #0f1021;
  font-size: 16px;
  font-weight: 400;
}

.form-select {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #dedede;
  background-color: #ffffff;
  background-image: url(../img/icons/chevron-gray.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 8px;
  color: #0f1021;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
  appearance: none;
}

/*------------------------------ header ----------------------------------*/

.header {
  position: relative;
  z-index: 7500;
  background-color: transparent;
  transition: background-color 0.4s;
}

.header--bg {
  background-color: #0f1021;
}

.header--bg .dropdown {
  background-color: #0f1021;
  left: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.header.open {
  background-color: #0f1021;
}

/*------------------------------ top ----------------------------------*/

.top {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

/*------------------------------ banner ----------------------------------*/

.banner {
  margin-top: -142px;
  padding-top: 153px;
  padding-bottom: 26px;
  background: url(../img/bg-banner.jpg) center no-repeat;
  background-size: cover;
}

.banner__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
}

.banner__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 3 - 30px);
}

.banner__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 9 - 30px);
}

.banner__title {
  margin: 0 0 30px;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.banner__text {
  max-width: 300px;
  margin: 0 0 36px;
  color: #ffffff;
  line-height: 1.375;
}

.banner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 270px;
  height: 60px;
  background-color: #E62B54;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.banner__btn:hover {
  box-shadow: 0 0 40px rgba(230, 43, 85, 0.6);
}

/*------------------------------ logo ----------------------------------*/

.logo {
  display: block;
  width: 160px;
  height: 41px;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/*------------------------------ social ----------------------------------*/

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social li:first-child {
  margin-right: 14px;
}

.social li a {
  display: block;
  width: 26px;
  height: 24px;
}

.social li a svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: all 0.3s linear;
}

.social li a:hover svg {
  fill: #E62B54;
}

/*------------------------------ times ----------------------------------*/

.times {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.times__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 40px;
}

.times__item:last-child {
  margin-right: 0;
}

.times__item svg {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  fill: #ffffff;
}

.times__item span {
  color: #ffffff;
}

/*------------------------------ watsapp ----------------------------------*/

.watsapp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}

.watsapp svg {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  fill: #ffffff;
}

.watsapp span {
  display: block;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.1px;
  transition: all 0.3s linear;
}

.watsapp:hover span {
  color: #E62B54;
}

/*------------------------------ auctions ----------------------------------*/

.auctions {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 50px;
  border: 1px solid #e62b54;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.auctions:hover {
  color: #E62B54;
}

/*------------------------------ navbar ----------------------------------*/

.navbar__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
}

.navbar__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 10 - 30px);
}

.navbar__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 2 - 30px);
}

/*------------------------------ menu ----------------------------------*/

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.menu li {
  position: relative;
  margin-right: 20px;
}

.menu li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 50px;
  color: #ffffff;
  transition: all 0.3s linear;
}

.menu li a svg {
  width: 13px;
  height: 9px;
  margin-left: 4px;
  fill: none;
  stroke: #ffffff;
}

.menu li a:hover {
  color: #E62B54;
}

.menu li:last-child {
  margin-right: 0;
}

/*------------------------------ acc-btn ----------------------------------*/

.acc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 170px;
  height: 50px;
  margin-left: auto;
}

.acc-btn svg {
  width: 26px;
  height: 26px;
  fill: #ffffff;
}

.acc-btn span {
  color: #ffffff;
  transition: all 0.3s linear;
}

.acc-btn:hover span {
  color: #E62B54;
}

/*------------------------------ dropdown ----------------------------------*/

.dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1;
  top: calc(100% - 2px);
  left: 0;
  padding-top: 2px;
  display: none;
}

.dropdown li {
  margin-bottom: 14px;
}

.dropdown li a {
  height: auto;
  color: #ffffff;
  transition: all 0.3s linear;
}

.dropdown li a:hover {
  color: #E62B54;
}

/*------------------------------ banner-carousel ----------------------------------*/

.banner-carousel .slick-track {
  display: flex!important;
  align-items: stretch;
}

.banner-carousel .item {
  display: flex!important;
  align-items: center;
  justify-content: center;
  height: auto;
}

.banner-carousel .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 140px;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 1px solid #ffffff;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s linear;
}

.banner-carousel .slick-arrow svg {
  width: 23px;
  height: 18px;
  fill: none;
  stroke: #fff;
  transition: all 0.3s linear;
}

.banner-carousel .slick-arrow:hover {
  border-color: #E62B54;
}

.banner-carousel .slick-arrow:hover svg {
  stroke: #E62B54;
}

.banner-carousel .slick-arrow.next {
  right: 0;
}

.banner-carousel .slick-arrow.prev {
  right: 70px;
}

/*------------------------------ m-catalog ----------------------------------*/

.m-catalog {
  padding: 110px 0;
  background-color: #ffffff;
}

.m-catalog__title {
  margin: 0 0 40px;
  text-align: center;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

/*------------------------------ tabs-nav ----------------------------------*/

.tabs-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.tabs-nav li {
  width: 25%;
}

.tabs-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e6eb;
  border-right: none;
  background-color: #f5f5f5;
  color: #0f1021;
  font-family: "Gotham Pro Medium";
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s linear;
}

.tabs-nav li a:hover {
  color: #fff;
  background-color: #e62b54;
  border-color: #E62B54;
}

.tabs-nav li:last-child a {
  border-right: 1px solid #e5e6eb;
}

.tabs-nav li.active a {
  color: #fff;
  background-color: #e62b54;
  border-color: #E62B54;
}

/*------------------------------ tab-content ----------------------------------*/

.tab-content .tab {
  display: none;
}

.tab-content .tab.active {
  display: block;
}

/*------------------------------ footer ----------------------------------*/

.footer {
  padding: 60px 0;
  background-color: #0f1021;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
}

.footer__left {
  grid-area: 1 / 1 / 3 / 2;
}

.footer__center {
  grid-area: 1 / 2 / 2 / 6;
}

.footer__right {
  grid-area: 1 / 6 / 2 / 7;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__bottom {
  grid-area: 2 / 2 / 3 / 7;
}

.footer__text {
  max-width: 155px;
  margin: 20px 0 0;
  color: #ffffff;
  font-size: 13px;
}

/*------------------------------ bottom ----------------------------------*/

.bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}

.bottom p {
  margin: 0 10px;
  color: #696969;
  font-size: 13px;
}

.bottom p a {
  display: inline-block;
  color: #696969;
  transition: all 0.3s linear;
}

.bottom p a:hover {
  color: #E62B54;
}

/*------------------------------ f-menu ----------------------------------*/

.f-menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.f-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 3 - 30px);
}

.f-menu__list li {
  margin-bottom: 20px;
}

.f-menu__list li a {
  color: #ffffff;
  transition: all 0.3s linear;
}

.f-menu__list li a:hover {
  color: #E62B54;
}

.f-menu__list li:first-child {
  font-family: "Gotham Pro Bold";
  font-weight: 700;
}

.f-menu__list li:last-child {
  margin-bottom: 0;
}

/*------------------------------ email ----------------------------------*/

.email {
  display: inline-block;
  margin-top: 17px;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s linear;
}

.email:hover {
  color: #E62B54;
}

/*------------------------------ addr ----------------------------------*/

.addr {
  margin: 20px 0;
  text-align: right;
  color: #ffffff;
  font-style: normal;
  line-height: 1.375;
}

/*------------------------------ m-calc ----------------------------------*/

.m-calc {
  padding: 110px 0;
  background-image: url(../img/img-m-calc-1.png), url(../img/img-m-calc-2.png), url(../img/bg-m-calc.png);
  background-repeat: no-repeat;
  background-size: 309px 409px, 632px 403px, cover;
  background-position: 53% bottom, right center, center;
}

.m-calc__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.m-calc__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 5 - 30px);
  padding-left: 50px;
}

.m-calc__title {
  margin: 0 0 40px;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.m-calc__title span {
  color: #e62b54;
  text-transform: uppercase;
}

.m-calc__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 60px;
  background-color: #E62B54;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.m-calc__btn:hover {
  box-shadow: 0 0 40px rgba(230, 43, 85, 0.6);
}

/*------------------------------ insta ----------------------------------*/

.insta {
  margin-bottom: 110px;
  padding-top: 90px;
}

.insta__title {
  margin: 0 0 40px;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.insta__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.insta__item {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
}

.insta__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 345px;
}

.insta__item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insta__link {
  flex-direction: column;
  height: 100%;
  background-color: #e62b54;
}

.insta__link svg {
  width: 62px;
  height: 62px;
  fill: #ffffff;
}

.insta__link span {
  margin-bottom: 20px;
  color: #ffffff;
}

.insta__qnt {
  margin: 20px 0 0;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
}

.insta__nick {
  margin: 0;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 20px;
  font-weight: 700;
}

/*------------------------------ why ----------------------------------*/

.why {
  position: relative;
  padding: 110px 0 60px;
  background: url(../img/bg-why.png) center no-repeat;
  background-size: cover;
}

.why::before {
  content: '';
  position: absolute;
  z-index: 20;
  bottom: 25px;
  right: calc(50% + 388px);
  width: 680px;
  height: 435px;
  background: url(../img/img-why-1.png) center no-repeat;
  background-size: contain;
}

.why::after {
  content: '';
  position: absolute;
  z-index: 10;
  bottom: 10px;
  left: calc(50% + 412px);
  width: 636px;
  height: 327px;
  background: url(../img/img-why-2.png) center no-repeat;
  background-size: contain;
}

.why__title {
  max-width: 460px;
  margin: 0 auto 60px;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.why__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}

.why__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 4 - 30px);
  position: relative;
  margin-bottom: 50px;
  padding: 0 20px 37px;
  border: 3px solid #e62b54;
  border-top: none;
}

.why__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 60px);
  height: 3px;
  background-color: #e62b54;
}

.why__item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 60px);
  height: 3px;
  background-color: #e62b54;
}

.why__text {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-family: "Gotham Pro Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.why__icon {
  width: 60px;
  height: 60px;
  margin: -29px auto 20px;
}

.why--four .why__item:first-child,
.why--four .why__item:nth-child(3) {
  margin-left: calc(100% / 12 * 2 + 15px);
}

.why--four .why__item:last-child,
.why--four .why__item:nth-child(2) {
  margin-right: calc(100% / 12 * 2 + 15px);
}

.why--four::before {
  bottom: 20px;
  right: calc(50% + 420px);
  width: 644px;
  height: 341px;
  background: url(../img/img-why-3.png) center no-repeat;
  background-size: contain;
}

.why--four::after {
  bottom: 0;
  left: calc(50% + 390px);
  width: 712px;
  height: 394px;
  background: url(../img/img-why-4.png) center no-repeat;
  background-size: contain;
}

/*------------------------------ reviews ----------------------------------*/

.reviews {
  margin-bottom: 110px;
}

.reviews__title {
  margin: 12px 0 40px;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.reviews__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 60px;
  margin: 0 auto;
  background-color: #E62B54;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.reviews__btn:hover {
  box-shadow: 0 0 40px rgba(230, 43, 85, 0.6);
}

/*------------------------------ reviews-carousel ----------------------------------*/

.reviews-carousel {
  margin: 0 -15px 40px;
}

.reviews-carousel .item {
  padding: 0 15px;
}

.reviews-carousel .slick-arrow {
  position: absolute;
  z-index: 10;
  top: -90px;
  width: 60px;
  height: 60px;
  padding: 2px 0 0;
  border: 1px solid #e62b54;
  background-color: transparent;
  cursor: pointer;
}

.reviews-carousel .slick-arrow svg {
  width: 23px;
  height: 18px;
  fill: none;
  stroke: #E62B54;
}

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

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

/*------------------------------ review ----------------------------------*/

.review {
  padding: 30px;
  background: url(../img/bg-review.png) center no-repeat;
  background-size: cover;
}

.review__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.review__img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

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

.review__right {
  width: calc(100% - 120px);
}

.review__car {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: "Gotham Pro Medium";
  font-size: 20px;
  font-weight: 500;
}

.review__author {
  margin: 0;
  color: #ffffff;
}

.review__text {
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: height 0.3s;
}

.review__text p {
  margin: 0;
  color: #ffffff;
}

.review__more {
  position: relative;
  color: #e62b54;
  font-family: "Gotham Pro Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.review__more:hover {
  color: #fff;
}

.review--sm {
  margin-bottom: 20px;
}

.review--sm .review__img {
  width: 60px;
  height: 60px;
}

.review--sm .review__right {
  width: calc(100% - 80px);
}

.review--sm .review__text {
  height: auto;
  margin-bottom: 0;
}

/*------------------------------ delivery ----------------------------------*/

.delivery {
  margin-bottom: 110px;
}

.delivery__title {
  margin: 0 0 40px;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.delivery__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.delivery__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: calc(25% - 20px);
  height: 505px;
  margin: 0 10px;
  padding: 50px 30px 30px;
  border: 3px solid #e5e6eb;
}

.delivery__item:hover .delivery__img,
.delivery__item:hover .delivery__btn {
  opacity: 1;
}

.delivery__item:hover .delivery__name {
  color: #fff;
}

.delivery__item:hover .delivery__name::before {
  background-color: #fff;
}

.delivery__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s linear;
}

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

.delivery__name {
  position: relative;
  z-index: 10;
  margin: 0;
  color: #0f1021;
  font-family: "Gotham Pro Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  transition: all 0.3s linear;
}

.delivery__name::before {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  margin-bottom: 20px;
  background-color: #e62b54;
  transition: all 0.3s linear;
}

.delivery__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 270px;
  height: 60px;
  margin: 0 auto;
  background-color: #E62B54;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.3s linear;
}

.delivery__btn:hover {
  box-shadow: 0 0 40px rgba(230, 43, 85, 0.6);
}

.delivery__btn--main {
  display: none;
}

/*------------------------------ work ----------------------------------*/

.work {
  margin-bottom: 110px;
}

.work__title {
  margin: 0 0 40px;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.work__row {
  display: flex;
  flex-wrap: wrap;
}

.work__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 20%;
  padding-top: 15px;
  text-align: center;
}

.work__item:last-child {
  margin-bottom: 0;
}

.work__item::after {
  content: '';
  position: absolute;
  right: -21px;
  top: 46px;
  display: block;
  width: 41px;
  height: 18px;
  background: url(../img/icons/arr-right.svg) center no-repeat;
  background-size: contain;
}

.work__item:last-child::after {
  display: none;
}

.work__icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.work__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.work__num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #e62b54;
  color: #ffffff;
  font-family: "Gotham Pro Medium";
  font-size: 20px;
  font-weight: 500;
}

.work__name {
  margin: 0 0 20px;
  color: #0f1021;
  font-family: "Gotham Pro Medium";
  font-size: 22px;
  font-weight: 500;
}

.work__text {
  margin: 0 0 15px;
  color: #0f1021;
  line-height: 22px;
}

.work__text strong {
  font-family: "Gotham Pro Medium";
  font-weight: 500;
}

.work__link {
  display: inline-block;
  margin-bottom: 16px;
  color: #e62b54;
  font-family: "Gotham Pro Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.work__link:last-child {
  margin-bottom: 0;
}

.work__link:hover {
  color: #696969;
}

/*------------------------------ info ----------------------------------*/

.info {
  position: relative;
  margin-bottom: 50px;
  padding: 50px;
  background: url(../img/bg-info.png) center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.info__item {
  position: relative;
  z-index: 100;
  max-width: 445px;
  margin-bottom: 40px;
}

.info__item:last-child {
  margin-bottom: 0;
}

.info__title {
  margin: 0 0 20px;
  color: #ffffff;
  font-family: "Gotham Pro Medium";
  font-size: 20px;
  font-weight: 500;
}

.info__text {
  margin: 0;
  color: #ffffff;
  line-height: 1.375;
}

.info__img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 15px;
}

/*------------------------------ tab-carousel ----------------------------------*/

.tab-carousel {
  margin: 0 -10px 40px;
}

.tab-carousel .slick-list {
  overflow: visible;
}

.tab-carousel .item {
  padding: 0 10px;
}

/*------------------------------ card ----------------------------------*/

.card {
  border: 3px solid #e5e6eb;
}

.card__img {
  display: block;
  height: 250px;
}

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

.card__desc {
  padding: 30px 27px;
}

.card__name {
  display: block;
  margin-bottom: 16px;
  color: #0f1021;
  font-family: "Gotham Pro Medium";
  font-size: 22px;
  font-weight: 500;
}

.card__info {
  padding-bottom: 6px;
}

.card__info p {
  margin: 0 0 10px;
  color: #0f1021;
}

.card__price {
  margin: 0 0 20px;
  color: #e62b54;
  font-family: "Gotham Pro Medium";
  font-size: 22px;
  font-weight: 500;
}

.card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid #e62b54;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.card__btn:hover {
  color: #E62B54;
}

/*------------------------------ burger ----------------------------------*/

.burger {
  display: none;
  width: 40px;
  height: calc(4px + 9px * 2);
  cursor: pointer;
}

.burger__menu {
  position: relative;
  transform: translateY(9px);
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffffff;
  transition: all 0ms 300ms;
}

.burger__menu::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffffff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.burger__menu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffffff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.burger__menu.animate {
  background-color: rgba(54, 54, 54, 0);
}

.burger__menu.animate::after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.burger__menu.animate::before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*------------------------------ mobile-menu ----------------------------------*/

.mobile-menu {
  position: fixed;
  z-index: 7000;
  top: 80px;
  left: -110%;
  width: 100%;
  height: calc(100vh - 80px);
  padding: 5px 0 50px;
  overflow-y: auto;
  background-color: #0f1021;
  transition: left 0.6s;
}

.mobile-menu.open {
  left: 0;
}

.mobile-menu .watsapp {
  margin-bottom: 20px;
}

.mobile-menu .auctions {
  width: 100%;
  max-width: 340px;
  margin-bottom: 20px;
}

.mobile-menu .social {
  margin-bottom: 20px;
}

.mobile-menu .times {
  display: block;
}

.mobile-menu .times__item {
  margin-bottom: 15px;
}

.mobile-menu .times__item:last-child {
  margin-bottom: 0;
}

/*------------------------------ btns ----------------------------------*/

.btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 270px;
  height: 60px;
  margin: 0 10px 10px;
  background-color: #E62B54;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.btns a:hover {
  box-shadow: 0 0 40px rgba(230, 43, 85, 0.6);
}

/*------------------------------ page ----------------------------------*/

.page {
  padding: 60px 0 110px;
}

.page__title {
  margin: 0 0 40px;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
}

.page__row {
  display: flex;
  flex-wrap: wrap;
}

.page__content {
  width: calc(100% - 392px);
  margin-right: 30px;
}

.page__sidebar {
  width: 362px;
}

.page__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  margin-bottom: 80px;
}

/*------------------------------ breadcrumbs ----------------------------------*/

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.breadcrumbs li {
  margin: 0 8px 5px 0;
  color: #696969;
  font-size: 16px;
}

.breadcrumbs li a {
  color: #e62b54;
  transition: all 0.3s linear;
}

.breadcrumbs li a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 10px;
  margin-left: 8px;
  margin-bottom: 2px;
  background: url(../img/icons/arr-right-red.svg) center no-repeat;
  background-size: contain;
}

.breadcrumbs li a:hover {
  color: #696969;
}

/*------------------------------ filter ----------------------------------*/

.filter {
  margin-bottom: 40px;
  padding: 50px 50px 20px;
  background-color: #f1f1f1;
}

.filter__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -15px;
}

.filter__col {
  width: calc(25% - 30px);
  margin: 0 15px 30px;
}

.filter__label {
  margin: 0 0 14px;
  color: #252525;
  font-weight: 700;
}

.filter__double {
  display: flex;
}

.filter__double .form-select {
  width: 50%;
}

.filter__double .form-select:first-child {
  border-radius: 5px 0 0 5px;
}

.filter__double .form-select:nth-child(2) {
  border-radius: 0 5px 5px 0;
}

.filter__input {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #dedede;
  background-color: #ffffff;
  color: #0f1021;
  font-size: 16px;
  font-weight: 400;
}

.filter__btn {
  width: 100%;
  max-width: 270px;
  height: 60px;
  border: none;
  background-color: #E62B54;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s linear;
}

.filter__btn:hover {
  box-shadow: 0 0 40px rgba(230, 43, 85, 0.6);
}

/*------------------------------ catalog ----------------------------------*/

/*------------------------------ catalog-item ----------------------------------*/

.catalog-item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  height: 229px;
  margin-bottom: 20px;
  border: 1px solid #e5e6eb;
  background-color: #ffffff;
}

.catalog-item__img {
  display: block;
  width: 320px;
  height: 100%;
}

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

.catalog-item__info {
  width: calc(100% - 615px);
  padding: 30px 30px 10px;
}

.catalog-item__price {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 295px;
  padding: 30px;
  background-color: #f1f1f1;
}

.catalog-item__price p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6px 0;
}

.catalog-item__price p span {
  color: #0f1021;
}

.catalog-item__price p span:nth-child(2) {
  font-family: "Gotham Pro Bold";
  font-weight: 700;
}

.catalog-item p.catalog-item__subtitle {
  margin: 0 0 14px;
  color: #0f1021;
  font-family: "Gotham Pro Medium";
  font-size: 22px;
  font-weight: 500;
}

.catalog-item__name {
  display: block;
  margin-bottom: 20px;
  color: #0f1021;
  font-family: "Gotham Pro Medium";
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.catalog-item__row {
  display: flex;
  flex-wrap: wrap;
}

.catalog-item__row > span {
  position: relative;
  margin-bottom: 14px;
  color: #0f1021;
}

.catalog-item__row > span:nth-child(odd) {
  width: 62%;
}

.catalog-item__row > span:nth-child(even) {
  width: 38%;
}

.catalog-item__row > span i.pink {
  font-style: normal;
  color: #E62B54;
}

/*------------------------------ tooltip ----------------------------------*/

.tooltip {
  position: relative;
  bottom: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  cursor: pointer;
}

.tooltip svg {
  width: 100%;
  height: 100%;
  fill: #696969;
  transition: all 0.3s linear;
}

.tooltip > span {
  position: absolute;
  z-index: 100;
  left: -7px;
  right: auto;
  bottom: calc(100% + 9px);
  display: block;
  width: 217px;
  padding: 10px;
  border: 1px solid #e62b54;
  background-color: #ffffff;
  color: #0f1021;
  font-size: 14px;
  font-style: normal;
  letter-spacing: -0.1px;
  line-height: 1.5;
  display: none;
}

.tooltip > span::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 8px solid #E62B54;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.tooltip:hover svg {
  fill: #E62B54;
}

/*------------------------------ catalog-btn ----------------------------------*/

.catalog-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 270px;
  height: 60px;
  margin-top: 30px;
  background-color: #E62B54;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.catalog-btn:hover {
  box-shadow: 0 0 40px rgba(230, 43, 85, 0.6);
}

/*------------------------------ reviewbar ----------------------------------*/

.reviewbar {
  margin-bottom: 50px;
}

.reviewbar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #E62B54;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.reviewbar__btn:hover {
  box-shadow: 0 0 40px rgba(230, 43, 85, 0.6);
}

/*------------------------------ filter-btn ----------------------------------*/

.filter-btn {
  display: none;
}

.filter-btn span {
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}

.filter-btn svg {
  width: 26px;
  height: 22px;
  margin-left: 8px;
  fill: #fff;
}

/*------------------------------ car ----------------------------------*/

.car {
  display: grid;
  grid-template-columns: 1fr 640px;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  margin-bottom: 110px;
}

.car__header {
  grid-area: 1 / 1 / 2 / 2;
}

.car__header .page__title {
  text-align: left;
}

.car__left {
  grid-area: 2 / 1 / 4 / 2;
}

.car__right {
  grid-area: 1 / 2 / 4 / 3;
}

.car .page__title {
  margin-bottom: 20px;
}

.car__text {
  margin: 0 0 30px;
  color: #696969;
}

/*------------------------------ gallery ----------------------------------*/

.gallery {
  padding-bottom: 16px;
}

.gallery__big {
  position: relative;
  height: 395px;
  margin-bottom: 20px;
}

.gallery__big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.gallery__big img.active {
  display: block !important;
}

.gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.gallery__item {
  position: relative;
  width: calc(100% / 6 - 8px);
  height: 54px;
  margin: 0 4px 8px;
  border: 2px solid transparent;
  cursor: pointer;
}

.gallery__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 16, 33, 0.6);
  transition: all 0.3s linear;
}

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

.gallery__item:hover::before {
  opacity: 0;
}

.gallery__item.active {
  border-color: #E62B54;
}

.gallery__item.active::before {
  opacity: 0;
}

/*------------------------------ car-info ----------------------------------*/

.car-info {
  margin-bottom: 30px;
}

.car-info__table {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #f1f1f1;
}

.car-info__col {
  width: 50%;
}

.car-info__col:last-child {
  margin-bottom: 0;
}

.car-info__item {
  display: flex;
  margin-bottom: 14px;
}

.car-info__item:last-child {
  margin-bottom: 0;
}

.car-info__item span {
  width: 190px;
  color: #696969;
}

.car-info__item span:nth-child(2) {
  width: auto;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-weight: 700;
}

/*------------------------------ price ----------------------------------*/

.price {
  margin-bottom: 34px;
}

.price__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5e6eb;
}

.price__header span {
  color: #696969;
}

.price__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  color: #0f1021;
}

.price__item span:nth-child(2) {
  font-family: "Gotham Pro Bold";
  font-weight: 700;
}

.price__text {
  padding-top: 20px;
  border-top: 1px solid #e5e6eb;
}

.price__text p {
  margin: 0;
  color: #0f1021;
  font-size: 14px;
  line-height: 1.5;
}

/*------------------------------ request-btn ----------------------------------*/

.request-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 270px;
  height: 60px;
  background-color: #E62B54;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.request-btn:hover {
  box-shadow: 0 0 40px rgba(230, 43, 85, 0.6);
}

/*------------------------------ guide ----------------------------------*/

.guide {
  margin-bottom: 110px;
}

.guide__title {
  max-width: 570px;
  margin: 0 0 40px;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.guide__list {
  column-count: 3;
  column-gap: 30px;
}

.guide__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  break-inside: avoid-column;
  page-break-inside: avoid;
  overflow: hidden;
}

.guide__item span {
  width: 44px;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.375;
}

.guide__item p {
  width: calc(100% - 44px);
  max-width: 340px;
  margin: 0;
  color: #0f1021;
  line-height: 1.375;
}

.guide__item:last-child {
  margin-bottom: 0;
}

.guide__more {
  display: none;
}

/*------------------------------ analog ----------------------------------*/

.analog__title {
  margin: 0 0 40px;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.analog__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.analog__item {
  width: calc(25% - 20px);
  margin: 0 10px;
}

.analog__item .card {
  white-space: normal;
}

/*------------------------------ video ----------------------------------*/

.video {
  margin-bottom: 80px;
}

.video__title {
  margin: 0 0 40px;
  text-align: center;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.video__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.video__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 6 - 30px);
  margin-bottom: 30px;
}

.video__link {
  position: relative;
  display: block;
  height: 400px;
}

.video__link::after {
  content: '';
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 66px;
  height: 66px;
  background: url(../img/icons/play.svg) center no-repeat;
  background-size: contain;
}

.video__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.video__name {
  margin: 20px 0 0;
  color: #e62b54;
  font-family: "Gotham Pro Bold";
  font-size: 16px;
  font-weight: 700;
}

.video__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.video__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 60px;
  margin: 0 5px;
  background-color: #E62B54;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.video__btn svg {
  width: 26px;
  height: 24px;
  margin-right: 10px;
  fill: #ffffff;
}

.video__btn:hover {
  box-shadow: 0 0 40px rgba(230, 43, 85, 0.6);
}

/*------------------------------ article-img ----------------------------------*/

.article-img {
  height: 740px;
  margin-bottom: 110px;
}

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

/*------------------------------ text-block ----------------------------------*/

.text-block {
  margin-bottom: 110px;
}

.block-title {
  margin: 0 0 40px;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.text {
  column-count: 2;
  column-gap: 40px;
}

.text p {
  margin: 0 0 16px;
  color: #0f1021;
  line-height: 1.375;
  break-inside: avoid-column;
  page-break-inside: avoid;
  overflow: hidden;
}

/*------------------------------ team ----------------------------------*/

.team {
  margin-top: 110px;
  margin-bottom: 90px;
}

.team__title {
  margin: 0 0 40px;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.team__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -10px;
}

.team__row .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -80px;
  width: 60px;
  height: 60px;
  border: 1px solid #e62b54;
  background-color: #fff;
}

.team__row .slick-arrow svg {
  width: 23px;
  height: 18px;
  fill: none;
  stroke: #E62B54;
}

.team__row .slick-arrow.prev {
  right: calc(50% + 8px);
}

.team__row .slick-arrow.next {
  left: calc(50% + 8px);
}

.team__item {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  border: 3px solid #e5e6eb;
}

.team__img {
  height: 250px;
}

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

.team__desc {
  padding: 30px;
}

.team__name {
  margin: 0 0 16px;
  color: #0f1021;
  font-family: "Gotham Pro Medium";
  font-size: 22px;
  font-weight: 500;
}

.team__role {
  margin: 0 0 16px;
  color: #0f1021;
}

.team__tel {
  display: inline-block;
  color: #0f1021;
  font-family: "Gotham Pro Medium";
  font-size: 16px;
  font-weight: 500;
}

/*------------------------------ about ----------------------------------*/

.about {
  margin-bottom: 90px;
}

.about__title {
  margin: 0 0 40px;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.about__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.about__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 6 - 30px);
}

.about__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 6 - 30px);
}

.about__text {
  margin: 0 0 30px;
  padding-right: 100px;
  color: #0f1021;
  line-height: 1.375;
}

.about__list {
  display: flex;
  flex-wrap: wrap;
}

.about__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(50% + 30px);
  margin-bottom: 20px;
}

.about__item:nth-child(even) {
  width: calc(50% - 30px);
}

.about__item span {
  width: calc(100% - 56px);
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 16px;
  font-weight: 700;
}

.about__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  background-color: #0f1021;
}

.about__icon svg {
  width: 13px;
  height: 12px;
  fill: none;
  stroke: #fff;
}

/*------------------------------ request ----------------------------------*/

.request {
  padding: 30px 30px 20px;
  background-color: #0f1021;
}

.request__title {
  max-width: 340px;
  margin: 0 0 20px;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
}

.request__addr {
  margin: 0 0 20px;
  color: #ffffff;
}

.request__tel {
  display: inline-block;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s linear;
}

.request__tel:hover {
  color: #E62B54;
}

.request__row {
  display: flex;
  flex-wrap: wrap;
}

.request__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #E62B54;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.request__btn:hover {
  box-shadow: 0 0 40px rgba(230, 43, 85, 0.6);
}

.request__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 60px;
  border: 1px solid #E62B54;
  background-color: transition;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.request__link:hover {
  color: #E62B54;
}

/*------------------------------ contract ----------------------------------*/

.contract {
  margin-bottom: 110px;
}

.contract__title {
  margin: 0 0 40px;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.contract__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.contract__left {
  width: 50%;
  padding: 30px;
  border: 3px solid #e5e6eb;
}

.contract__left p {
  margin: 0;
  color: #0f1021;
  line-height: 1.375;
}

.contract__right {
  width: 50%;
  padding: 30px;
  border: 3px solid #e5e6eb;
  border-left: none;
}

.contract__right p {
  margin: 0;
  color: #0f1021;
  line-height: 1.375;
}

.contract__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 270px;
  height: 60px;
  margin: 40px auto 0;
  background-color: #E62B54;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.contract__btn:hover {
  box-shadow: 0 0 40px rgba(230, 43, 85, 0.6);
}

/*------------------------------ contacts ----------------------------------*/

.contacts {
  position: relative;
}

.contacts__map {
  height: 604px;
}

.contacts__info {
  position: absolute;
  z-index: 10;
  top: 110px;
  left: calc((100% - 1470px) / 2 + 15px);
  width: 416px;
  padding: 50px;
  background-color: #0f1021;
}

.contacts__title {
  margin: 0 0 30px;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
}

.contacts__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.contacts__item:last-child {
  margin-bottom: 0;
}

.contacts__item span {
  width: calc(100% - 80px);
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
}

.contacts__item a {
  width: calc(100% - 80px);
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  transition: all 0.3s linear;
}

.contacts__item a:hover {
  color: #E62B54;
}

.contacts__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background-color: #ffffff;
}

.contacts__icon img {
  width: 30px;
  height: 30px;
}

/*------------------------------ modal ----------------------------------*/

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 16, 33, 0.7);
  z-index: 9900;
  overflow-y: auto;
}

.modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  padding: 30px;
  background: #fff;
  z-index: 9999;
}

.modal__close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 22px;
  height: 22px;
}

.modal__close svg {
  width: 100%;
  height: 100%;
  fill: #0f1021;
}

.modal__title {
  margin: 0 0 20px;
  color: #0f1021;
  font-family: "Gotham Pro Bold";
  font-size: 40px;
  font-weight: 700;
}

.modal__subtitle {
  margin: 0 0 20px;
  color: #0f1021;
  font-size: 20px;
}

.modal__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border: none;
  background-color: #E62B54;
  color: #ffffff;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s linear;
}

.modal__btn:hover {
  box-shadow: 0 0 40px rgba(230, 43, 85, 0.6);
}

.modal__text {
  margin: 0;
  color: #0f1021;
  font-size: 12px;
}

.modal__text a {
  color: #E62B54;
}

.modal .captcha {
  margin-bottom: 20px;
}

@media screen and (max-width: 1479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 1170px;
  }

  .banner__left {
    width: calc(100% / 12 * 3.5 - 30px);
  }

  .banner__right {
    width: calc(100% / 12 * 8.5 - 30px);
  }

  .times {
    display: none;
  }

  .navbar__left {
    width: calc(100% / 12 * 11 - 30px);
  }

  .navbar__right {
    width: calc(100% / 12 * 1 - 30px);
  }

  .menu li a {
    font-size: 14px;
  }

  .acc-btn {
    width: 26px;
  }

  .acc-btn span {
    display: none;
  }

  .footer__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto 1fr auto;
    grid-row-gap: 30px;
  }

  .footer__left {
    grid-area: 1 / 1 / 2 / 2;
  }

  .footer__center {
    grid-area: 1 / 2 / 3 / 5;
  }

  .footer__right {
    grid-area: 2 / 1 / 3 / 2;
    align-items: flex-start;
  }

  .footer__bottom {
    grid-area: 3 / 1 / 4 / 5;
  }

  .addr {
    text-align: left;
  }

  .m-calc {
    background-position: 53% bottom, right -250px center, center;
  }

  .m-calc__col {
    padding-left: 0;
  }

  .insta__item a {
    height: 280px;
  }

  .why::before {
    right: calc(50% + 250px);
  }

  .why::after {
    left: calc(50% + 330px);
  }

  .why--four::before {
    right: calc(50% + 340px);
  }

  .delivery__item {
    height: 420px;
    padding: 40px 20px;
  }

  .info__img {
    right: auto;
    left: 50%;
  }

  .page__content {
    width: calc(100% - 310px);
  }

  .page__sidebar {
    width: 280px;
  }

  .page__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, auto);
  }

  .filter__col {
    width: calc(100% / 3 - 30px);
  }

  .filter__btn {
    max-width: 100%;
  }

  .catalog-item__img {
    width: 240px;
  }

  .catalog-item__info {
    width: calc(100% - 500px);
    padding: 20px 20px 10px;
  }

  .catalog-item__price {
    width: 260px;
    padding: 20px;
  }

  .catalog-item__price p {
    font-size: 14px;
  }

  .catalog-item p.catalog-item__subtitle {
    font-size: 20px;
  }

  .catalog-item__name {
    font-size: 20px;
  }

  .catalog-item__row > span {
    font-size: 14px;
  }

  .car {
    grid-template-columns: 1fr 540px;
    grid-column-gap: 30px;
  }

  .car-info__col {
    width: 100%;
    margin-bottom: 14px;
  }

  .video__link {
    height: 320px;
  }

  .article-img {
    height: 480px;
  }

  .about__item {
    padding-right: 20px;
  }

  .contacts__info {
    left: calc((100% - 1170px) / 2 + 15px);
  }
}

@media screen and (max-width: 1199px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 960px;
  }

  .top {
    border-bottom: none;
  }

  .top .social {
    display: none;
  }

  .top .watsapp {
    display: none;
  }

  .top .auctions {
    display: none;
  }

  .banner {
    margin-top: -82px;
    padding-top: 100px;
  }

  .banner__left {
    width: calc(100% / 12 * 4 - 30px);
  }

  .banner__right {
    width: calc(100% / 12 * 8 - 30px);
  }

  .banner__title {
    font-size: 40px;
  }

  .navbar {
    display: none;
  }

  .menu {
    flex-direction: column;
    padding-bottom: 4px;
  }

  .menu li {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .menu li a {
    height: auto;
    font-size: 16px;
  }

  .acc-btn {
    width: 170px;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .acc-btn span {
    display: block;
  }

  .dropdown {
    position: static;
    margin-top: 16px;
    padding-left: 16px;
  }

  .footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__center {
    grid-area: 1 / 2 / 3 / 4;
  }

  .footer__bottom {
    grid-area: 3 / 1 / 4 / 4;
  }

  .f-menu__list {
    width: calc(100% / 12 * 6 - 30px);
  }

  .f-menu__list {
    margin-bottom: 30px;
  }

  .insta__item {
    width: calc(100% / 3 - 20px);
  }

  .insta__item:nth-child(6),
  .insta__item:nth-child(7) {
    display: none;
  }

  .why::before {
    right: calc(50% + 150px);
    width: 415px;
    height: 268px;
  }

  .why::after {
    left: calc(50% + 270px);
    width: 407px;
    height: 209px;
  }

  .why--four::before {
    right: calc(50% + 280px);
  }

  .why--four::after {
    left: calc(50% + 240px);
    bottom: 20px;
  }

  .delivery__item {
    width: calc(50% - 20px);
    height: 180px;
    margin-bottom: 20px;
  }

  .delivery__item .delivery__btn {
    display: none;
  }

  .delivery__item:hover .delivery__img,
  .delivery__item:hover .delivery__btn {
    display: none;
  }

  .delivery__item:hover .delivery__name {
    color: #0f1021;
  }

  .delivery__item:hover .delivery__name::before {
    background-color: #E62B54;
  }

  .delivery__img {
    display: none;
  }

  .delivery__btn--main {
    display: flex;
    max-width: 340px;
    margin: 50px auto 0;
    opacity: 1;
  }

  .info {
    padding: 30px;
  }

  .info__item {
    width: 50%;
  }

  .tab-carousel {
    padding-right: 60px;
  }

  .burger {
    display: block;
  }

  .page__content {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .page__sidebar {
    width: 100%;
  }

  .filter__col {
    width: calc(50% - 30px);
  }

  .reviewbar__btn {
    max-width: 270px;
  }

  .car {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }

  .car__left {
    grid-area: 3 / 1 / 4 / 2;
  }

  .car__right {
    grid-area: 2 / 1 / 3 / 2;
  }

  .gallery {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .car-info__col {
    width: 50%;
    margin-bottom: 0;
  }

  .car-info__item:last-child {
    margin-bottom: 19px;
  }

  .analog__item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

  .team {
    margin-bottom: 130px;
  }

  .team__item {
    margin-bottom: 0;
  }

  .about__left {
    width: calc(100% / 12 * 12 - 30px);
  }

  .about__left {
    margin-bottom: 50px;
  }

  .about__right {
    width: calc(100% / 12 * 12 - 30px);
  }

  .about__text {
    padding-right: 0;
  }

  .contacts__info {
    left: calc((100% - 960px) / 2 + 15px);
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 740px;
  }

  .form-group label {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .form-group input {
    height: 55px;
  }

  .banner {
    padding-bottom: 0;
  }

  .banner__left {
    width: calc(100% / 12 * 4.5 - 30px);
  }

  .banner__right {
    width: calc(100% / 12 * 7.5 - 30px);
  }

  .banner-carousel .slick-arrow {
    bottom: 20px;
  }

  .bottom {
    flex-direction: column;
    align-items: center;
  }

  .bottom p {
    margin-top: 15px;
  }

  .m-calc {
    background-position: 85% bottom, right -250px center, center;
  }

  .m-calc__col {
    width: calc(100% / 12 * 7 - 30px);
  }

  .insta__item a {
    height: 220px;
  }

  .why::before {
    right: calc(50% + 80px);
  }

  .why::after {
    left: calc(50% + 120px);
  }

  .why__item {
    width: calc(100% / 12 * 6 - 30px);
  }

  .why--four {
    padding-bottom: 210px;
  }

  .why--four .why__item:first-child,
  .why--four .why__item:nth-child(3) {
    margin-left: calc(100% / 12 * 0 + 15px);
  }

  .why--four .why__item:last-child,
  .why--four .why__item:nth-child(2) {
    margin-right: calc(100% / 12 * 0 + 15px);
  }

  .why--four::before {
    right: calc(50% + 50px);
  }

  .why--four::after {
    left: calc(50% + 50px);
  }

  .work__row {
    flex-direction: column;
    align-items: center;
  }

  .work__item {
    width: 100%;
    max-width: 400px;
    margin-bottom: 110px;
  }

  .work__item::after {
    top: auto;
    bottom: -60px;
    right: auto;
    left: calc(50% - 20px);
    transform: rotate(90deg);
  }

  .info__item {
    width: 55%;
  }

  .info__title {
    display: inline-block;
    padding-right: 21px;
    background: url(../img/icons/chevron.svg) right center no-repeat;
    background-size: 14px 10px;
  }

  .info__text {
    display: none;
  }

  .info__img {
    left: 60%;
    bottom: 10px;
    width: 40%;
  }

  .page {
    padding: 40px 0 20px;
  }

  .filter {
    display: none;
    margin-bottom: 20px;
    padding: 20px 20px 1px;
  }

  .filter__col {
    margin-bottom: 20px;
  }

  .filter__label {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .filter__input {
    height: 55px;
  }

  .catalog {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }

  .catalog-item {
    width: calc(50% - 10px);
    height: auto;
  }

  .catalog-item__img {
    width: 100%;
    height: 240px;
  }

  .catalog-item__info {
    width: 100%;
    padding: 15px;
  }

  .catalog-item__price {
    width: 100%;
    padding: 20px;
  }

  .catalog-item__price p {
    font-size: 16px;
  }

  .catalog-item p.catalog-item__subtitle {
    display: none;
  }

  .catalog-item__name {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .catalog-item__row > span {
    margin-bottom: 10px;
  }

  .tooltip > span {
    left: auto;
    right: -7px;
  }

  .tooltip > span::after {
    left: auto;
    right: 9px;
  }

  .filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    height: 60px;
    margin-bottom: 30px;
    background-color: #E62B54;
  }

  .car-info__col {
    width: 100%;
  }

  .car-info__item {
    justify-content: space-between;
  }

  .car-info__item span {
    width: auto;
  }

  .car-info__item span:nth-child(2) {
    text-align: right;
  }

  .guide__list {
    column-count: 2;
  }

  .video__link {
    height: 240px;
  }

  .text {
    column-count: 1;
  }

  .contacts__map {
    height: 650px;
  }

  .contacts__info {
    top: auto;
    bottom: 40px;
    left: 50%;
    padding: 30px;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 560px;
  }

  .banner__left {
    width: calc(100% / 12 * 12 - 30px);
  }

  .banner__left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .banner__right {
    width: calc(100% / 12 * 12 - 30px);
  }

  .banner-carousel .slick-arrow {
    bottom: 30px;
  }

  .banner-carousel .slick-arrow.next {
    right: auto;
    left: calc(50% + 5px);
  }

  .banner-carousel .slick-arrow.prev {
    left: auto;
    right: calc(50% + 5px);
  }

  .footer__grid {
    display: flex;
    flex-direction: column;
  }

  .footer__left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .footer__center {
    order: 1;
    padding-top: 10px;
  }

  .footer__bottom {
    order: 2;
  }

  .footer__text {
    margin-top: 0;
    margin-left: 20px;
  }

  .m-calc {
    padding: 75px 0 515px;
    background-image: url(../img/img-m-calc-3.png), url(../img/img-m-calc-2.png), url(../img/bg-m-calc.png);
    background-repeat: no-repeat;
    background-size: 294px 469px, 494px 313px, cover;
    background-position: 50% bottom, right bottom 20px, center;
  }

  .m-calc__col {
    width: calc(100% / 12 * 12 - 30px);
  }

  .m-calc__col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .insta__item {
    width: calc(50% - 20px);
  }

  .insta__item:nth-child(4),
  .insta__item:nth-child(5) {
    display: none;
  }

  .why {
    padding-bottom: 250px;
  }

  .why::before {
    right: 50%;
  }

  .why::after {
    left: 50%;
  }

  .why__item {
    width: calc(100% / 12 * 9 - 30px);
  }

  .card__desc {
    padding: 20px;
  }

  .card__name {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .page__grid {
    display: flex;
    flex-direction: column;
    grid-column-gap: 0px;
  }

  .filter__col {
    width: calc(100% - 30px);
  }

  .catalog-item {
    width: 100%;
  }

  .car__text {
    margin-bottom: 20px;
  }

  .car-info {
    margin-bottom: 28px;
  }

  .car-info__table {
    padding: 20px 20px 10px;
  }

  .car-info__item {
    margin-bottom: 10px;
  }

  .price {
    margin-bottom: 30px;
  }

  .price__text p {
    font-size: 11px;
  }

  .analog__row {
    display: block;
    margin: 0 -20px;
    padding: 0 10px 30px;
    white-space: nowrap;
    overflow-x: auto;
  }

  .analog__item {
    display: inline-block;
    width: 280px;
    margin: 0 10px;
  }

  .video__item {
    width: calc(100% / 12 * 12 - 30px);
  }

  .video__link {
    height: 320px;
  }

  .contract__left {
    width: 100%;
  }

  .contract__right {
    width: 100%;
    border-left: 3px solid #e5e6eb;
    border-top: none;
  }
}

@media screen and (max-width: 575px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 100%;
  }

  .banner__left {
    position: relative;
    z-index: 100;
  }

  .banner__title {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .banner__text {
    margin-bottom: 28px;
  }

  .banner-carousel {
    margin: -30px auto 0;
  }

  .banner-carousel .item {
    height: 335px;
  }

  .m-catalog {
    padding: 50px 0;
  }

  .m-catalog__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .tabs-nav {
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .tabs-nav li {
    width: calc(50% - 2px);
    margin-bottom: 4px;
  }

  .tabs-nav li a {
    border: 1px solid #e5e6eb;
  }

  .footer {
    padding: 50px 0 45px;
  }

  .footer__grid {
    grid-row-gap: 0;
  }

  .footer__left {
    justify-content: center;
    margin-bottom: 30px;
  }

  .footer__right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }

  .f-menu__list {
    width: calc(100% / 12 * 12 - 30px);
  }

  .f-menu__list {
    text-align: center;
  }

  .addr {
    text-align: center;
  }

  .m-calc {
    padding-top: 50px;
    background-position: 50% bottom, left 30px bottom 20px, center;
  }

  .m-calc__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .insta {
    margin-bottom: 50px;
    padding-top: 50px;
  }

  .insta__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .insta__item {
    width: calc(100% - 20px);
  }

  .insta__item a {
    height: 340px;
  }

  .insta__item:nth-child(3) {
    display: none;
  }

  .why {
    padding-top: 50px;
  }

  .why::before {
    right: auto;
    left: -90px;
    bottom: 34px;
    width: 520px;
    height: 290px;
  }

  .why::after {
    bottom: 80px;
    left: auto;
    right: -160px;
    width: 430px;
    height: 230px;
  }

  .why__title {
    font-size: 32px;
  }

  .why__item {
    width: calc(100% / 12 * 12 - 30px);
  }

  .why__item {
    padding-bottom: 20px;
  }

  .why__text {
    font-size: 16px;
  }

  .why--four {
    padding-bottom: 310px;
  }

  .why--four::before {
    right: 50px;
    left: auto;
    bottom: 75px;
  }

  .why--four::after {
    z-index: 100;
    left: 75px;
    bottom: 0;
    width: 500px;
    height: 280px;
  }

  .reviews {
    margin-bottom: 50px;
  }

  .reviews__title {
    margin: 0 0 30px;
    font-size: 32px;
    text-align: center;
  }

  .reviews-carousel {
    margin-bottom: 110px;
  }

  .reviews-carousel .slick-arrow {
    top: auto;
    bottom: -90px;
  }

  .reviews-carousel .slick-arrow.prev {
    right: calc(50% + 8px);
  }

  .reviews-carousel .slick-arrow.next {
    right: auto;
    left: calc(50% + 8px);
  }

  .review__img {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }

  .review__right {
    width: calc(100% - 76px);
  }

  .delivery {
    margin-bottom: 50px;
  }

  .delivery__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .delivery__item {
    width: calc(100% - 20px);
    height: auto;
    margin-bottom: 38px;
    padding: 0;
    border: none;
    text-align: center;
  }

  .delivery__name::before {
    margin-left: auto;
    margin-right: auto;
  }

  .delivery__btn--main {
    margin-top: 0;
  }

  .work {
    margin-bottom: 50px;
  }

  .work__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .info {
    margin-bottom: 20px;
    padding: 30px 15px 275px;
  }

  .info__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .info__title {
    margin-bottom: 0;
  }

  .info__text {
    margin-top: 15px;
  }

  .info__img {
    bottom: 34px;
    left: auto;
    right: -100px;
    width: 450px;
  }

  .page__title {
    margin-bottom: 34px;
    font-size: 32px;
    text-align: center;
  }

  .breadcrumbs li {
    font-size: 14px;
  }

  .catalog-btn {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .reviewbar__btn {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .filter-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .car {
    margin-bottom: 50px;
  }

  .gallery__big {
    height: 240px;
    margin-bottom: 10px;
  }

  .gallery__thumbs {
    margin: 0 -3px;
  }

  .gallery__item {
    height: 50px;
  }

  .guide {
    margin-bottom: 50px;
  }

  .guide__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .guide__list {
    column-count: 1;
  }

  .guide__item:nth-child(n + 9) {
    display: none;
  }

  .guide__item:last-child {
    margin-bottom: 20px;
  }

  .guide__more {
    display: inline-block;
    color: #e62b54;
    font-family: "Gotham Pro Bold";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .analog__title {
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center;
  }

  .analog__row {
    margin: 0 -20px;
  }

  .video {
    margin-bottom: 30px;
  }

  .video__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .video__link {
    height: 260px;
    margin-bottom: 20px;
  }

  .video__btn {
    margin: 5px auto;
  }

  .article-img {
    margin-bottom: 50px;
  }

  .text-block {
    margin-bottom: 50px;
  }

  .block-title {
    margin: 0 0 30px;
    font-size: 32px;
    text-align: center;
  }

  .team {
    margin-top: 50px;
  }

  .team__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .about {
    margin-bottom: 50px;
  }

  .about__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .about__left {
    margin-bottom: 0;
  }

  .about__item {
    width: 100%;
  }

  .about__item:nth-child(even) {
    width: 100%;
  }

  .request {
    padding: 20px;
  }

  .contract {
    margin-bottom: 50px;
  }

  .contract__title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .contract__left {
    padding: 20px;
  }

  .contract__right {
    padding: 20px;
  }

  .contacts__info {
    width: calc(100% - 30px);
    max-width: 416px;
    padding: 20px;
  }

  .contacts__title {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .contacts__item span {
    width: calc(100% - 72px);
    font-size: 20px;
  }

  .contacts__icon {
    margin-right: 12px;
  }

  .modal__title {
    margin-bottom: 16px;
    font-size: 32px;
  }
}

@media screen and (max-width: 413px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 100%;
  }

  .form-select {
    padding-left: 10px;
    background-position: right 10px center;
  }

  .reviews__btn {
    width: 100%;
  }

  .info {
    margin: 0 -15px 20px;
  }

  .info__img {
    right: auto;
    left: 32px;
  }

  .catalog-item__img {
    height: 230px;
  }

  .analog__row {
    margin: 0 -20px;
  }

  .video__link {
    height: 192px;
  }

  .video__btn {
    width: 100%;
  }

  .request__btn {
    width: 100%;
    margin-right: 0;
  }

  .request__link {
    width: 100%;
  }

  .contract__btn {
    margin-top: 20px;
    max-width: 100%;
  }

  .modal__inner {
    width: calc(100% - 20px);
    padding: 20px;
  }
}

@media screen and (max-width: 374px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 100%;
  }

  .banner__btn {
    width: 100%;
  }

  .m-calc__btn {
    width: 100%;
  }

  .btns a {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .catalog-item__row > span {
    font-size: 12px;
  }

  .catalog-btn {
    width: 100%;
  }

  .car-info__table {
    padding: 10px;
  }

  .request-btn {
    width: 100%;
  }

  .analog__row {
    margin: 0 -20px;
  }

  .modal__btn {
    width: 100%;
  }
}