/*   
Theme Name: autotheme
Theme URI: 
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Универсальная тема по мультибрендам
Author:
Author URI: 
*/
@charset "UTF-8";
:root {
  --container-padding: 15px;
  --text: #484848;
  --text60: rgba(35, 33, 48, 0.6);
  --text80: rgba(35, 33, 48, 0.8);
  --light-grey: #EBECE6;
  --border: #e3dad4;
  --grey: #333433;
  --white: #fff;
  --modal-bg: #F4F4F4;
  --accent01: #366579;
  --accent01-hover: #4995AF;
  --accent02: #A05775;
  --accent02-hover: #CE6F9C;
  --slider-gradient: linear-gradient(90deg, rgba(35, 33, 33, 0) 0%, rgba(35, 33, 33, 0.415) 91.67%);
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

:focus,
:active {
  outline: none;
}

a, a:visited {
  text-decoration: none;
  display: inline-block;
}

a:visited {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
}

aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  margin: 0;
}

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

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

input, button, input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button, input[type=submit] {
  padding: 0;
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox],
input[type=submit] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}

button {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

textarea {
  resize: none;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/autotheme/fonts/raleway/raleway-regular.woff2") format("woff2"), url("/wp-content/themes/autotheme/fonts/raleway/raleway-regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/autothemef/fonts/raleway/raleway-500.woff2") format("woff2"), url("/wp-content/themes/autotheme/fonts/raleway/raleway-500.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/autotheme/fonts/raleway/raleway-600.woff2") format("woff2"), url("/wp-content/themes/autotheme/fonts/raleway/raleway-600.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/autotheme/fonts/raleway/raleway-700.woff2") format("woff2"), url("/wp-content/themes/autotheme/fonts/raleway/raleway-700.woff") format("woff");
}
* {
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}

html {
  min-height: 100vh;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: var(--light-grey);
  color: var(--text);
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

a, button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

h1, .inner-h1,
h2, .inner-h2,
h3, .inner-h3 {
  text-transform: uppercase;
  line-height: 1.1;
}

h2, .inner-h2,
h3, .inner-h3 {
  margin-bottom: 20px;
}

h1, .inner-h1 {
  margin-bottom: 30px;
  font-size: 44px;
}

h2, .inner-h2 {
  font-size: 30px;
}

h3, .inner-h3 {
  font-size: 24px;
}

.container {
  --container: 1630px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

.footer {
  margin-top: auto;
}

.inner-page {
  padding: 20px 0 100px;
}

.noscroll {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
  height: 100vh;
}

.none, .input-hidden {
  display: none;
}

.visually-hidden {
  position: fixed;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.section-title {
  margin-bottom: 30px;
}

.paragraph {
  line-height: 1.5;
  color: var(--text80);
}

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

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-link {
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.text-link:hover {
  color: var(--accent01);
}

.text-accent-red {
  color: var(--accent01);
}

.sticker-new, .sticker-action, .sticker-hot {
  position: absolute;
  z-index: 1px;
}

.sticker-new {
  width: 80px;
  height: auto;
}

.sticker-hot {
  width: 32px;
  height: auto;
}

.sticker-action {
  font-weight: 600;
  color: var(--accent01);
}

.text-gradient-blue {
  background: var(--accent01);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-red {
  background: var(--accent02);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  list-style: none;
  border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item.active {
  color: #6c757d;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

/* Модальные окна */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(20, 20, 20, 0.8);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
.modal--open {
  visibility: visible;
  opacity: 1;
}
.modal .modal__wrapper {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.modal--time .modal__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal__close {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.modal__close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal[credit-modal] .modal__close,
.modal[trade-modal] .modal__close,
.modal[choice-modal] .modal__close,
.modal[reserve-modal] .modal__close {
  top: 10px;
  right: 10px;
}

.modal[time-modal] .modal__close {
  top: -15px;
  right: -15px;
}

/* Кнопка звонка внизу стр */
.cb-btn {
  position: fixed;
  z-index: 100;
  bottom: 10%;
  right: 5%;
  width: 60px;
  height: 60px;
  background-image: url(img/icons/icon-phone.svg);
  background-size: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 2px solid rgba(0, 0, 0, 0);
  opacity: 0.7;
  background-color: var(--accent01);
  cursor: pointer;
  border: 2px solid transparent;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-animation: hoverWave linear 2s infinite;
  animation: hoverWave linear 2s infinite;
}

.cb-btn:hover {
  opacity: 1;
}

@-webkit-keyframes hoverWave {
  0% {
    -webkit-box-shadow: 0 8px 10px rgba(73, 149, 175, 0.3), 0 0 0 0 rgba(73, 149, 175, 0.2), 0 0 0 0 rgba(73, 149, 175, 0.2);
            box-shadow: 0 8px 10px rgba(73, 149, 175, 0.3), 0 0 0 0 rgba(73, 149, 175, 0.2), 0 0 0 0 rgba(73, 149, 175, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 8px 10px rgba(73, 149, 175, 0.3), 0 0 0 15px rgba(73, 149, 175, 0.2), 0 0 0 0 rgba(73, 149, 175, 0.2);
            box-shadow: 0 8px 10px rgba(73, 149, 175, 0.3), 0 0 0 15px rgba(73, 149, 175, 0.2), 0 0 0 0 rgba(73, 149, 175, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 8px 10px rgba(73, 149, 175, 0.3), 0 0 0 30px rgba(73, 149, 175, 0), 0 0 0 26.7px rgba(73, 149, 175, 0.067);
            box-shadow: 0 8px 10px rgba(73, 149, 175, 0.3), 0 0 0 30px rgba(73, 149, 175, 0), 0 0 0 26.7px rgba(73, 149, 175, 0.067);
  }
  100% {
    -webkit-box-shadow: 0 8px 10px rgba(73, 149, 175, 0.3), 0 0 0 30px rgba(73, 149, 175, 0), 0 0 0 40px rgba(73, 149, 175, 0);
            box-shadow: 0 8px 10px rgba(73, 149, 175, 0.3), 0 0 0 30px rgba(73, 149, 175, 0), 0 0 0 40px rgba(73, 149, 175, 0);
  }
}

@keyframes hoverWave {
  0% {
    -webkit-box-shadow: 0 8px 10px rgba(73, 149, 175, 0.3), 0 0 0 0 rgba(73, 149, 175, 0.2), 0 0 0 0 rgba(73, 149, 175, 0.2);
            box-shadow: 0 8px 10px rgba(73, 149, 175, 0.3), 0 0 0 0 rgba(73, 149, 175, 0.2), 0 0 0 0 rgba(73, 149, 175, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 8px 10px rgba(73, 149, 175, 0.3), 0 0 0 15px rgba(73, 149, 175, 0.2), 0 0 0 0 rgba(73, 149, 175, 0.2);
            box-shadow: 0 8px 10px rgba(73, 149, 175, 0.3), 0 0 0 15px rgba(73, 149, 175, 0.2), 0 0 0 0 rgba(73, 149, 175, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 8px 10px rgba(73, 149, 175, 0.3), 0 0 0 30px rgba(73, 149, 175, 0), 0 0 0 26.7px rgba(73, 149, 175, 0.067);
            box-shadow: 0 8px 10px rgba(73, 149, 175, 0.3), 0 0 0 30px rgba(73, 149, 175, 0), 0 0 0 26.7px rgba(73, 149, 175, 0.067);
  }
  100% {
    -webkit-box-shadow: 0 8px 10px rgba(73, 149, 175, 0.3), 0 0 0 30px rgba(73, 149, 175, 0), 0 0 0 40px rgba(73, 149, 175, 0);
            box-shadow: 0 8px 10px rgba(73, 149, 175, 0.3), 0 0 0 30px rgba(73, 149, 175, 0), 0 0 0 40px rgba(73, 149, 175, 0);
  }
}
/* Кастомный селект */
.select-wrap {
  position: relative;
}
.select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 4;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(./img/icons/select-arrow.svg);
  background-size: contain;
  pointer-events: none;
}

.custom-select-container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.custom-select-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.custom-select-container.is-disabled {
  opacity: 0.333;
}

.custom-select-opener {
  display: block;
  cursor: pointer;
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 16px 40px 16px 20px;
  border: 1px solid var(--border);
  background-color: var(--white);
  font-family: "Raleway", sans-serif;
  color: var(--text);
  -moz-text-align-last: left;
       text-align-last: left;
  -webkit-box-shadow: 0px 0px 5px rgba(35, 33, 33, 0.05);
          box-shadow: 0px 0px 5px rgba(35, 33, 33, 0.05);
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-panel {
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out, overflow-y 0.1s 0.3s;
  -o-transition: max-height 0.3s ease-out, overflow-y 0.1s 0.3s;
  transition: max-height 0.3s ease-out, overflow-y 0.1s 0.3s;
  overflow: hidden;
  background-color: #e9e9e9;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 180px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.custom-select-option {
  padding: 10px 20px;
}

.custom-select-option.has-focus {
  background-color: LightBlue;
}

.custom-select-option.is-selected::before {
  content: "✔";
  padding-right: 0.5em;
}

.custom-select-optgroup > .custom-select-option {
  padding-left: 2em;
}

.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}

/* Custom select */
/* Structure Classes */
/* containerClass: 'custom-select-container' may have isDisabledClass, isOpenClass */
.custom-select-container {
  padding-top: 0px;
}

/* panelClass: 'custom-select-panel' */
.custom-select-panel {
  font-size: 16px;
  top: calc(100% + 2px);
  background-color: var(--white);
  -webkit-box-shadow: 0px 9px 10px rgba(35, 33, 33, 0.15);
          box-shadow: 0px 9px 10px rgba(35, 33, 33, 0.15);
}

/* optionClass: 'custom-select-option' may have isSelectedClass, hasFocusClass */
.custom-select-option {
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.custom-select-option.is-selected {
  background-color: #eeeeee;
  font-weight: 600;
}

.custom-select-option.is-selected::before {
  content: none;
}

.custom-select-option.has-focus {
  background-color: #dfdfdf;
}

/* end of customSelect */
.fancybox-image {
  border: 10px solid var(--white);
}

.checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  outline: none;
  position: relative;
  cursor: pointer;
}
.checkbox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--white);
  border: 1px solid rgba(35, 33, 33, 0.8);
  z-index: 3;
}
.checkbox::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 11px;
  top: 50%;
  left: 24%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 5L4.6 9L9 1' stroke='url(%23paint0_linear_1017_3282)' stroke-width='2'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_1017_3282' x1='1' y1='5' x2='9' y2='5' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23114581'/%3e%3cstop offset='1' stop-color='%2369A2E3'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 4;
}
.checkbox:checked::after {
  opacity: 1;
}

@media (max-width: 1680px) {
  .container {
    --container: 1500px;
  }
}
@media (max-width: 1536px) {
  .container {
    --container: 1300px;
  }
  .modal__wrapper {
    padding-bottom: 30px;
    top: 5%;
  }
  h1, .inner-h1,
  h2, .inner-h2,
  h3, .inner-h3 {
    margin-bottom: 20px;
  }
  h1, .inner-h1 {
    font-size: 40px;
  }
  .inner-page__text {
    margin-bottom: 30px;
  }
}
@media (max-width: 1359px) {
  .container {
    --container: 1200px;
  }
  .section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .container {
    --container: 1024px;
  }
  h1, .inner-h1 {
    font-size: 34px;
  }
  h2, .inner-h2 {
    font-size: 26px;
  }
  h3, .inner-h3 {
    font-size: 22px;
  }
  .inner-page {
    padding-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .container {
    --container: 100%;
  }
  h1, .inner-h1 {
    font-size: 30px;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .inner-page {
    padding-bottom: 40px;
  }
  .inner-page__text {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .inner-page__text > * + * {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {

  h1, .inner-h1 {
    font-size: 28px;
  }
  h2, .inner-h2 {
    font-size: 24px;
  }
  h3, .inner-h3 {
    font-size: 20px;
  }
  .sticker-hot {
    width: 22px;
    height: auto;
  }
}
@media (max-width: 427px) {
  h1, .inner-h1 {
    font-size: 26px;
  }
  h2, .inner-h2 {
    font-size: 20px;
  }
  h3, .inner-h3 {
    font-size: 18px;
  }
}
.breadcrumbs {
  padding: 10px 0;
  color: var(--text60);
}

.breadcrumbs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.breadcrumbs__link {
  color: inherit;
}
.breadcrumbs__link:hover {
  color: var(--accent04);
}

.pagination {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: var(--text);
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.pagination__item {
  padding: 3px;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white);
  border: 1px solid rgba(35, 33, 33, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.pagination__item:hover {
  background: var(--grey);
}
.pagination__item--disabled {
  display: none;
}
.pagination__item--active {
  background: var(--accent01);
  border: 1px solid var(--accent01);
  cursor: default;
  pointer-events: none;
}
.pagination__item--active .pagination__link {
  color: var(--white);
}
.pagination__item--next {
  background: var(--accent01);
  border: 1px solid var(--accent01);
  color: var(--white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pagination__item--next .pagination__link {
  color: var(--white);
}
.pagination__item--next:hover {
  background: var(--accent01-hover);
  border: 1px solid var(--accent01-hover);
}

.pagination__link {
  color: inherit;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.callback {
  width: 400px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 30px;
  background: var(--accent02);
  color: var(--white);
}

.callback__title {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}

.callback__input-wrap > * {
  display: block;
}

.callback__input-wrap + .callback__input-wrap {
  margin-top: 20px;
}

.callback__label {
  margin-bottom: 5px;
  font-size: 18px;
}

.callback__input {
  width: 100%;
  height: 40px;
  padding: 6px 10px;
  border: 1px solid transparent;
  -o-border-image: -o-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(#F7F7F7));
     border-image: linear-gradient(top, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
  -webkit-border-image: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
  border-image-slice: 1;
  background: transparent;
  color: var(--white);
}

.callback__btn {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}
.callback__btn.btn--white {
  font-size: 16px;
  color: var(--accent02);
}
.callback__btn.btn--white:hover {
  border-color: var(--accent02-hover);
  background-color: var(--accent02-hover);
  color: var(--white);
}

.callback__privacy {
  font-size: 14px;
  line-height: 1.3;
}
.callback__privacy .callback__link {
  display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--white);
}
.callback__privacy .callback__link:hover {
  color: var(--accent02);
}

@media (max-width: 1023px) {
  .callback {
    width: 330px;
  }
  .callback__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .callback__label {
    font-size: 16px;
  }
  .callback__input {
    height: unset;
  }
  .callback__btn {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .callback {
    width: 290px;
    padding: 30px 20px;
  }
}
@media (max-width: 375px) {
  .modal__close {
    top: -30px;
    right: -15px;
  }
  .callback__privacy {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .callback {
    width: 280px;
    padding: 20px 20px;
  }
  .modal__close {
    top: -30px;
    right: -10px;
  }
}
.vtb-trigger {
  position: fixed;
  left: -109px;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--accent01);
  -webkit-box-shadow: 0px 0px 20px rgba(35, 33, 33, 0.45);
          box-shadow: 0px 0px 20px rgba(35, 33, 33, 0.45);
  color: var(--white);
  cursor: pointer;
}

.vtb-trigger__body {
  padding: 9px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.vtb-trigger__body-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.vtb-trigger__body-logo {
  width: 80px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.vtb-block {
  position: fixed;
  left: -290px;
  top: 50%;
  z-index: 20;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 290px;
  padding: 35px 20px 20px;
  background: var(--accent01);
  -webkit-box-shadow: 0px 0px 20px rgba(35, 33, 33, 0.45);
          box-shadow: 0px 0px 20px rgba(35, 33, 33, 0.45);
  color: var(--white);
  -webkit-transition: left 0.3s linear 0.3s;
  -o-transition: left 0.3s linear 0.3s;
  transition: left 0.3s linear 0.3s;
}
.vtb-block--active {
  left: 0;
}

.vtb-block__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.vtb-block__close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.vtb-block__head {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vtb-block__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.vtb-block__title, .vtb-block__subtitle {
  display: block;
  font-weight: 700;
}

.vtb-block__title {
  text-transform: uppercase;
}

.vtb-block__logo {
  width: 104px;
  height: 37px;
}

.vtb-form__input {
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 42px;
  padding: 10px 20px;
  border: 1px solid var(--text60);
  background: var(--white);
  font-size: 14px;
  color: var(--text);
  -webkit-box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
          box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
}

.vtb-form__input:focus, .vtb-form__input:active {
  border-color: transparent;
  outline: 1px solid var(--accent04);
  -webkit-box-shadow: 0px 0px 10px var(--accent04-50);
          box-shadow: 0px 0px 10px var(--accent04-50);
}

.vtb-form__btn {
  margin-bottom: 10px;
  width: 100%;
}
.vtb-form__btn.btn--red {
  font-size: 12px;
}

.vtb-form__privacy {
  font-size: 12px;
  line-height: 1.3;
}

a.vtb-form__link {
  display: inline;
  color: var(--white);
}
a.vtb-form__link:hover {
  color: var(--accent03);
}

@media (max-width: 1366px) {
  .vtb-trigger {
    left: -87px;
  }
  .vtb-trigger__body {
    padding: 5px 10px;
  }
  .vtb-trigger__body-title {
    font-size: 12px;
  }
}
@media (max-width: 428px) {
  .vtb-trigger {
    display: none;
  }
}

.modal-trade {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 460px;
  height: auto;
  padding: 30px 40px;
  background: var(--accent01);
  color: var(--white);
}
/*.modal-trade::before {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-37%, -40%);
      -ms-transform: translate(-37%, -40%);
          transform: translate(-37%, -40%);
  content: url(./img/bg-img.webp);
  opacity: 0.1;
  pointer-events: none;
}*/

.modal-trade__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}

.modal-trade__subtitle {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
}

.modal-trade__input-wrap > * {
  display: block;
}

.modal-trade__input-wrap + .modal-trade__input-wrap {
  margin-top: 10px;
}

.modal-trade__input {
  width: 100%;
  height: 40px;
  padding: 6px 10px;
  border: 1px solid transparent;
  -o-border-image: -o-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(#F7F7F7));
     border-image: linear-gradient(top, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
  -webkit-border-image: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
  border-image-slice: 1;
  background: transparent;
  color: var(--white);
}
.modal-trade__input::placeholder {
  color: var(--white);
  opacity: 1;
}

.modal-trade__btn {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal-trade__btn.btn--white {
  font-size: 18px;
  line-height: 1;
  color: var(--accent01);
}
.modal-trade__btn.btn--white:hover {
  background-color: var(--accent01-hover);
  color: var(--white);
}
.modal-trade__privacy {
  font-size: 14px;
  line-height: 1.3;
}
.modal-trade__privacy .modal-trade__link {
  display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--white);
}
.modal-trade__privacy .modal-trade__link:hover {
  color: var(--accent02);
}

.modal-trade .modal__close {
  stroke: var(--modal-bg);
}

@media (max-width: 1536px) {
  .modal-trade {
    width: 430px;
    padding: 30px 30px 20px;
  }
  .modal-trade__subtitle {
    margin-bottom: 15px;
  }
  .modal-trade__btn.btn--white {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .modal-trade {
    width: 380px;
  }
  .modal-trade__btn.btn--white {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .modal-trade {
    width: 330px;
  }
  .modal-trade__btn.btn--white {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }
  .modal-trade__input {
    font-size: 14px;
  }
  .modal-trade__title {
    font-size: 16px;
  }
}
@media (max-width: 567px) {
  .modal-trade__privacy {
    font-size: 12px;
  }
}
@media (max-width: 374px) {
  .modal-trade {
    width: 290px;
  }
}
.modal-credit {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 460px;
  height: auto;
  padding: 30px 40px;
  background-color: var(--light-grey);
  color: var(--text);
}
.modal-credit::before {
  z-index: 2;
  position: absolute;
  content: "";
  pointer-events: none;
  background-image: url(./img/bg-blue.webp);
  background-position: center;
  background-size: cover;
  inset: 0;
  opacity: 0.1;
}

.modal-credit__title-wrap {
  margin-bottom: 24px;
  line-height: 1.3;
}

.modal-credit__title {
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
}

.modal-credit__subtitle {
  font-weight: 600;
  font-size: 24px;
  text-transform: lowercase;
  text-align: center;
}

.modal-credit__rf {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: var(--grey);
}

.modal-credit__group + .modal-credit__group {
  margin-top: 20px;
}
.modal-credit__group > * + * {
  margin-top: 10px;
}

.modal-credit__group-title {
  font-weight: 600;
}

.modal-credit__select .custom-select-opener {
  padding: 12px 40px 12px 20px;
}
.modal-credit__select .custom-select-opener,
.modal-credit__select .custom-select-panel {
  font-size: 14px;
}
.modal-credit__select .custom-select-container.is-open .custom-select-opener {
  border-color: var(--accent01);
}

.modal-credit__input {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  border: 1px solid var(--border);
  background: var(--white);
  font-size: 14px;
  color: var(--text);
  outline: none;
}

.modal-credit__input:focus, .modal-credit__input:active {
  border-color: var(--accent01-hover);
}

.modal-credit__btn {
  z-index: 3;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.modal-credit__btn.btn--blue {
  font-size: 18px;
}

.modal-credit__privacy {
  font-size: 14px;
  line-height: 1.3;
}
.modal-credit__privacy .modal-credit__link {
  display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--accent04);
}
.modal-credit__privacy .modal-credit__link:hover {
  color: var(--accent02);
}

@media (max-width: 1536px) {
  .modal-credit {
    width: 430px;
    padding: 20px 30px;
  }
  .modal-credit__group + .modal-credit__group {
    margin-top: 10px;
  }
  .modal-credit__title-wrap {
    margin-bottom: 16px;
    line-height: 1.2;
  }
  .modal-credit__title {
    font-size: 22px;
  }
  .modal-credit__subtitle {
    font-size: 20px;
  }
  .modal-credit__rf {
    font-size: 18px;
  }
  .modal-credit__btn.btn--blue {
    font-size: 14px;
  }
}
@media (max-width: 567px) {
  .modal-credit {
    width: 380px;
  }
  .modal-credit__select .custom-select-opener,
  .modal-credit__input {
    padding-left: 10px;
  }
}
@media (max-width: 428px) {
  .modal-credit {
    width: 360px;
  }
  .modal-credit__title {
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .modal-credit {
    width: 290px;
  }
}

.select {
  padding: 17px 15px;
  border: 1px solid var(--border);
  width: 100%;
  opacity: 1;
  background-color: var(--white);
}

.select option {
  background-color: var(--white)!important;
  opacity: 1;
  color: var(--text)!important;
}

.modal-choice {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 400px;
  height: auto;
  padding: 30px 40px;
  background: var(--light-grey);
  color: var(--text);
}
.modal-choice::before {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: url(./img/bg-img.webp);
  opacity: 0.1;
  pointer-events: none;
}

.modal-choice__title-wrap {
  margin-bottom: 24px;
  line-height: 1.3;
}

.modal-choice__title {
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
}

.modal-choice__group > * + * {
  margin-top: 20px;
}

.modal-choice__price {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}

.modal-choice__input {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  border: 1px solid var(--text60);
  background: var(--white);
  font-size: 16px;
  color: var(--text);
  -webkit-box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
          box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
}

.modal-choice__input:focus, .modal-choice__input:active {
  border-color: 1px solid var(--accent04);
  -webkit-box-shadow: 0px 0px 10px var(--accent04-50);
          box-shadow: 0px 0px 10px var(--accent04-50);
}

.modal-choice__btn {
  z-index: 3;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}
.modal-choice__btn.btn--blue {
  font-size: 18px;
}

.modal-choice__privacy {
  font-size: 14px;
  line-height: 1.3;
}
.modal-choice__privacy .modal-choice__link {
  display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--accent04);
}
.modal-choice__privacy .modal-choice__link:hover {
  color: var(--accent02);
}

@media (max-width: 1536px) {
  .modal-choice {
    padding: 20px 30px;
  }
  .modal-choice__title-wrap {
    margin-bottom: 16px;
    line-height: 1.2;
  }
  .modal-choice__title {
    font-size: 22px;
  }
  .modal-choice__btn.btn--blue {
    font-size: 14px;
  }
}
@media (max-width: 1359px) {
  .modal-choice {
    width: 360px;
  }
  .modal-choice__title {
    font-size: 20px;
  }
  .modal-choice__price {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .modal-choice__input {
    font-size: 14px;
  }
}
@media (max-width: 428px) {
  .modal-choice {
    width: 290px;
  }
  .modal-choice__btn {
    margin-top: 20px;
  }
}
.modal-reserve {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 460px;
  height: auto;
  padding: 30px 40px;
  background: var(--modal-bg);
  color: var(--text);
}
.modal-reserve::before {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-37%, -40%);
      -ms-transform: translate(-37%, -40%);
          transform: translate(-37%, -40%);
  content: url(./img/bg-img.webp);
  opacity: 0.1;
  pointer-events: none;
}

.modal-reserve__title-wrap {
  margin-bottom: 24px;
  line-height: 1.3;
}

.modal-reserve__title {
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
}

.modal-reserve__car {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: var(--accent03);
}

.modal-reserve__group + .modal-reserve__group {
  margin-top: 20px;
}
.modal-reserve__group > * + * {
  margin-top: 10px;
}

.modal-reserve__group.modal-reserve__group--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.modal-reserve__group.modal-reserve__group--radio > * + * {
  margin-top: 0;
}

.modal-reserve__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.modal-reserve__label span {
  display: block;
  line-height: 1.3;
}

.modal-reserve__group-title {
  font-weight: 600;
}

.modal-reserve__select .custom-select-opener,
.modal-reserve__select .custom-select-panel {
  font-size: 14px;
}
.modal-reserve__select .custom-select-opener {
  padding-top: 12px;
  padding-bottom: 12px;
}

.modal-reserve__select .custom-select-container.is-open .custom-select-opener {
  border-color: var(--accent04);
  -webkit-box-shadow: 0px 0px 10px var(--accent04-50);
          box-shadow: 0px 0px 10px var(--accent04-50);
}

.modal-reserve__input {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  border: 1px solid var(--text60);
  background: var(--white);
  font-size: 14px;
  color: var(--text);
  -webkit-box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
          box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
}

.modal-reserve__input:focus, .modal-reserve__input:active {
  border-color: 1px solid var(--accent04);
  -webkit-box-shadow: 0px 0px 10px var(--accent04-50);
          box-shadow: 0px 0px 10px var(--accent04-50);
}

.modal-reserve__btn {
  z-index: 3;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.modal-reserve__btn.btn--blue {
  font-size: 18px;
}

.modal-reserve__privacy {
  font-size: 14px;
  line-height: 1.3;
}
.modal-reserve__privacy .modal-reserve__link {
  display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--accent04);
}
.modal-reserve__privacy .modal-reserve__link:hover {
  color: var(--accent02);
}

@media (max-width: 1199px) {
  .modal-reserve {
    width: 400px;
    padding: 30px 30px;
  }
  .modal-reserve__btn.btn--blue {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .modal-reserve {
    width: 320px;
    padding: 30px 20px 20px;
  }
  .modal-reserve__title {
    font-size: 22px;
  }
  .modal-reserve__car {
    font-size: 16px;
  }
  .modal-reserve__btn.btn--blue {
    font-size: 14px;
  }
}
@media (max-width: 567px) {
  .modal-reserve__btn.btn--blue {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }
}
@media (max-width: 374px) {
  .modal-reserve {
    width: 290px;
    padding: 30px 20px 20px;
  }
  .modal-reserve__title {
    font-size: 20px;
  }
  .modal-reserve__privacy {
    font-size: 12px;
  }
}
.modal-time {
  position: relative;
  z-index: 1;
  width: 688px;
  height: auto;
  padding: 40px 40px 50px 120px;
  background: #F4F4F4;
  border-radius: 0px 72px 0px 0px;
  color: var(--text);
}
.modal-time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -55%;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 500px;
  height: 270px;
  background-image: url(./img/pics/modal-time-img.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-time__title-wrap {
  margin-bottom: 30px;
  line-height: 1.3;
}

.modal-time__title {
  margin-bottom: 10px;
  font-size: 24px;
}

.modal-time__rf {
  font-weight: 600;
  font-size: 20px;
}

.modal-time__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal-time__input {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 10px 10px;
  border: 1px solid var(--text60);
  background: var(--white);
  font-size: 14px;
  color: var(--text);
  -webkit-box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
          box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
}

.modal-time__input:focus, .modal-time__input:active {
  border-color: transparent;
  outline: 1px solid var(--accent01);
  -webkit-box-shadow: 0px 0px 10px var(--accent01-30);
          box-shadow: 0px 0px 10px var(--accent01-30);
}

.modal-time__btn.btn {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  padding: 12px 30px;
}

.modal-time__privacy {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 14px;
  line-height: 1.3;
}
.modal-time__privacy .modal-time__link {
  display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--text);
}
.modal-time__privacy .modal-time__link:hover {
  color: var(--accent01);
}

@media (max-width: 1536px) {
  .modal-time {
    width: 650px;
    padding: 40px 30px 40px 80px;
  }
  .modal-time::before {
    left: -47%;
    width: 380px;
    height: 205px;
  }
}
@media (max-width: 1359px) {
  .modal-time {
    width: 600px;
    padding: 40px 30px 40px 80px;
  }
  .modal-time::before {
    left: -43%;
    width: 340px;
    height: 184px;
  }
  .modal-time__title {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .modal-time {
    width: 530px;
    padding: 30px 30px 30px 60px;
  }
  .modal-time__input {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .modal-time__btn.btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 899px) {
  .modal-time {
    width: 530px;
    padding: 50px 30px 30px;
  }
  .modal-time::before {
    content: "";
    position: absolute;
    top: -38%;
    left: -12%;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 370px;
    height: 200px;
    background-image: url(./img/pics/modal-time-img.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .modal-time__title-wrap {
    margin-bottom: 20px;
  }
  .modal-time__rf {
    font-size: 18px;
  }
}
@media (max-width: 736px) {
  .modal-time {
    width: 480px;
    padding: 30px;
  }
  .modal-time::before {
    content: none;
  }
  .modal-time__title {
    font-size: 18px;
  }
}
@media (max-width: 567px) {
  .modal-time {
    width: 380px;
    padding: 20px;
  }
  .modal-time__input {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 427px) {
  .modal-time {
    width: 290px;
    padding: 20px;
    border-radius: 0px;
  }
  .modal[time-modal] .modal__close {
    top: -30px;
    right: 0px;
  }
}
.header {
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0px 4px 10px rgba(35, 33, 33, 0.1);
          box-shadow: 0px 4px 10px rgba(35, 33, 33, 0.1);
  background-color: var(--white);
  position: sticky;
  top: 0;
}

.header__top {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

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

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

.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  height: auto;
}

.header__address {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.3;
}

.header__address::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('./img/icons/address.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__btn.header__btn--mob {
  display: none;
}
.header__btn.btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header__btn-img {
  display: none;
  width: 24px;
  height: 24px;
  background-image: url(./img/icons/call.svg);
  background-size: cover;
}

.header__phones {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  text-align: right;
}

.header__phones-num {
  display: block;
  font-weight: 600;
  font-size: 22px;
  transition: 0.5s;
  color: var(--accent01);
}
.header__phones-num.header__phones-num--mob {
  display: none;
}
.header__phones-num:hover {
  color: var(--accent01-hover);
}

.header__phones-text {
  display: block;
  font-size: 12px;
}

@media (max-width: 1680px) {
  .header__address {
    max-width: 255px;
  }
  .header__phones-num {
    font-size: 20px;
  }
}
@media (max-width: 1359px) {
  .header__container {
    gap: 50px;
  }
}
@media (max-width: 1199px) {
  .header__container {
    gap: unset;
  }
  .header__info {
    padding-top: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .header__address {
    padding-left: 26px;
    background-size: 20px;
  }
  .header__btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 899px) {
  .header__phones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .header__phones-num {
    font-size: 16px;
  }
  .header__phones-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__address {
    max-width: 185px;
  }
}
@media (max-width: 567px) {
  .header__info {
    padding-top: 0;
    row-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__logo {    
	width: 100px;
    margin-bottom: 3%;
  }
  .header__address {
    max-width: 100%;
    padding-left: 26px;
    background-size: 16px;
  }
  .header__phones {
    width: 50%;
    text-align: left;
  }
  .header__btn.btn {
    padding: 5px 10px;
  }
  .header__btn-text {
    display: none;
  }
  .header__btn-img {
    display: block;
  }
}
@media (max-width: 480px) {
  .header__info {
	justify-content: center;
  }
  .header__address {
    padding-left: 20px;
  }
  .header__logo {
  	width: 80px;
  }
  .header__phones-num.header__phones-num--desktop,
  .header__phones {
	display: none;
  }
  .header__phones-num.header__phones-num--mob {
	display: block;
  }
  .header__btn.header__btn--desktop {
	display: none;
  }
  .header__btn.header__btn--mob {
  	display: block;
	order: 0;
  }
}

.nav {
  background-color: var(--white);
  border-bottom: 1px solid var(--border);
  -webkit-transition: height 0.4s, opacity 0s;
  -o-transition: height 0.4s, opacity 0s;
  transition: height 0.4s, opacity 0s;
}

.nav.open-menu {
  display: block;
  height: 380px;
  opacity: 1;
  -webkit-transition: height 0.5s, opacity 1s 0.3s;
  -o-transition: height 0.5s, opacity 1s 0.3s;
  transition: height 0.5s, opacity 1s 0.3s;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.nav__item--active {
  background-color: var(--grey);
}

.nav__link {
  padding: 14px 20px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--text);
}
.nav__link.nav__link--accent {
  color: var(--accent01);
}
.nav__link:hover {
  background-color: var(--accent01-hover);
  color: var(--white);
}

@media (max-width: 1359px) {
  .nav__list {
    gap: 0;
  }
  .nav__link {
    padding: 14px 10px;
  }
}
@media (max-width: 1199px) {
  .nav {
    display: none;
  }
  .nav .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
    -webkit-transition: height 0.5s, opacity 0s 0.3s;
    -o-transition: height 0.5s, opacity 0s 0.3s;
    transition: height 0.5s, opacity 0s 0.3s;
  }
  .nav.open-menu {
    display: block;
  }
  .nav.open-menu .nav__item, .nav.open-menu .nav__link {
    width: 100%;
  }
}
.btn {
  display: block;
  position: relative;
  padding: 15px 29px;
  -webkit-box-shadow: 0px 9px 10px rgba(35, 33, 33, 0.15);
          box-shadow: 0px 9px 10px rgba(35, 33, 33, 0.15);
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-weight: 600;
  font-size: 12px;
}

.btn--red {
  border: 1px solid var(--accent02);
  background-color: var(--accent02);
  color: var(--white);
  text-transform: uppercase;
}
.btn--red:hover {
  background-color: var(--accent02-hover);
  border-color: var(--accent02-hover);
}

.btn--blue {
  border: 1px solid var(--accent01);
  background-color: var(--accent01);
  color: var(--white);
  text-transform: uppercase;
}
.btn--blue:hover {
  background-color: var(--accent01-hover);
  border-color: var(--accent01-hover);
}

.btn--white {
  border-color: var(--white);
  background: var(--white);
  color: var(--text);
  text-transform: uppercase;
}

@media (max-width: 1359px) {
  .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.burger {
  display: none;
  position: relative;
  width: 30px;
  height: 35px;
  cursor: pointer;
}

.burger__line, .burger::after, .burger::before {
  height: 2px;
  width: 100%;
  position: absolute;
  background: var(--text);
  margin: 0 auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.burger__line {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger::after, .burger::before {
  content: "";
}

.burger::after {
  bottom: 7px;
}

.burger::before {
  top: 7px;
}

.burger.open-menu .burger__line {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.burger.open-menu::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.burger.open-menu::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 1199px) {
  .burger {
    display: block;
  }
}
.footer {
  padding: 50px 0;
  background-color: var(--light-grey);
  -webkit-box-shadow: 0px -4px 10px rgba(33, 35, 34, 0.15);
          box-shadow: 0px -4px 10px rgba(33, 35, 34, 0.15);
  color: var(--text);
}

.footer__container {
  display: grid;
  grid-template-columns: 410px auto;
  grid-template-rows: repeat(2, auto);
  gap: 40px 160px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid var(--border);
  font-size: 18px;
}

.footer__menu-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: auto;
     -moz-column-width: auto;
          column-width: auto;
}
.footer__menu-list > * + * {
  margin-top: 15px;
}

.footer__catalog-list {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  -webkit-column-width: auto;
     -moz-column-width: auto;
          column-width: auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.footer__catalog-list > * + * {
  margin-top: 15px;
}

.footer__logo {
  margin-bottom: 10px;
  width: 150px;
  height: auto;
}

.footer__contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
}

.footer__tel {
  font-size: 18px;
}

.footer__link {
  color: var(--text);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer__link:hover {
  color: var(--accent01);
}

.footer__tel-desc {
  font-size: 14px;
  color: var(--text60);
}

.footer__text {
  font-size: 14px;
  color: var(--text60);
  line-height: 1.5;
}
.footer__text > * + * {
  margin-top: 10px;
}
.footer__text a {
  color: var(--accent01);
}
.footer__text a:hover {
  text-decoration: underline;
}

@media (max-width: 1536px) {
  .footer__container {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}
@media (max-width: 1199px) {
  .footer__container {
    grid-template-columns: auto auto;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .footer__menu-list, .footer__catalog-list {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .footer {
    padding: 40px 0;
  }
  .footer__container {
    grid-template-columns: 340px auto;
  }
  .footer__contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 899px) {
  .footer__container {
    grid-template-columns: 311px auto;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 844px) {
  .footer__container {
    grid-template-columns: 60% auto;
  }
  .footer__contact {
    grid-column: 2/3;
    grid-row: 1/2;
    justify-self: end;
  }
  .footer__contact-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer__catalog, .footer__text {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
  .footer__container {
    grid-template-columns: 50% auto;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 666px) {
  .footer__container {
    max-width: 90%;
    margin: 0 auto;
    row-gap: 30px;
  }
  .footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    justify-self: unset;
    gap: 30px;
    grid-row: 1/2;
    grid-column: 1/-1;
  }
  .footer__tel-desc {
    text-align: right;
  }
  .footer__menu {
    grid-column: 1/-1;
  }
  .footer__title {
    margin-bottom: 10px;
  }
  .footer__catalog-list {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
@media (max-width: 480px) {
  .footer__catalog-list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .footer__contact {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__contact-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__tel-desc {
    text-align: left;
  }
  .footer__logo {
    width: 100px;
  }
}
@media (max-width: 427px) {
  .footer {
    padding: 30px 0;
  }
}
@media (max-width: 360px) {
  .footer__menu-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.inner-page .catalog {
  padding-top: 80px;
}
.catalog {
  background-color: var(--white);
  border-bottom: 1px solid var(--border);
}
.catalog__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 133px);
  font-size: 13px;
}

.catalog__item {
  padding: 8px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--accent01);
}
.catalog__item:hover {
  -webkit-box-shadow: 0px 4px 10px rgba(33, 35, 34, 0.15);
          box-shadow: 0px 4px 10px rgba(33, 35, 34, 0.15);
}

.catalog__item-img {
  margin-right: 2px;
  display: inline-block;
  width: 35px;
  height: 28px;
  object-position: center;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .inner-page .catalog {
    padding-top: 60px;
  }
}
@media (max-width: 1023px) {
  .inner-page .catalog {
    padding-top: 40px;
  }
}
@media (max-width: 428px) {
  .inner-page .catalog {
    padding-top: 30px;
  }
}
.intro {
  padding-top: 32px;
}

.intro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

@media (max-width: 1023px) {
  .intro__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .intro {
    display: none;
  }
}
.gifts {
  max-width: 365px;
  max-height: var(--slide-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

.gift {
  padding: 20px;
  background: var(--white);
  -webkit-box-shadow: 0px 4px 5px rgba(33, 35, 34, 0.05);
  box-shadow: 0px 4px 5px rgba(33, 35, 34, 0.05);
  cursor: pointer;
}

.gift__title {
  margin-bottom: 5px;
  font-weight: 700;
  color: var(--accent01);
  text-transform: uppercase;
}

.gift__text {
  line-height: 1.3;
}

@media (max-width: 1680px) {
  .gifts {
    max-width: 295px;
  }
  .gift__title, .gift__text {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .gift {
    padding: 20px 20px 15px;
  }
  .gift__title, .gift__text {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .gifts {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .gift {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media (max-width: 899px) {
  .gifts {
    max-height: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gift {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media (max-width: 767px) {
  .gift__title {
    font-size: 12px;
  }
}
@media (max-width: 567px) {
  .gift {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.four-actions {
  position: relative;
  padding: 40px 0;
  background-color: var(--white);
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  box-shadow: 0px 0px 10px rgba(35, 33, 33, 0.1);
}
/*.four-actions::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 238, 238, 0.9);
}*/

.four-actions__container {
  --fourCardWidth: 360px;
  --fourCardHeight: calc(var(--fourCardWidth) * 0.6111111111111111);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, var(--fourCardWidth));
  grid-template-rows: var(--fourCardHeight);
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.four-actions__card {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: right center;
  -webkit-box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
          box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
}
.four-actions__card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 1680px) {
  .four-actions__container {
    --fourCardWidth: 350px;
  }
}
@media (max-width: 1536px) {
  .four-actions__container {
    --fourCardWidth: 300px;
  }
}
@media (max-width: 1359px) {
  .four-actions__container {
    --fourCardWidth: 270px;
  }
}
@media (max-width: 1199px) {
  .four-actions__container {
    --fourCardWidth: 240px;
  }
}
@media (max-width: 1023px) {
  .four-actions__container {
    --fourCardWidth: 210px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (max-width: 899px) {
  .four-actions__container {
    --fourCardWidth: 300px;
    grid-template-columns: repeat(auto-fill, var(--fourCardWidth));
    grid-template-rows: repeat(auto, var(--fourCardHeight));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 650px) {
  .four-actions__container {
    --fourCardWidth: 260px;
  }
}
@media (max-width: 567px) {
  .four-actions__container {
    --fourCardWidth: 220px;
  }
}
@media (max-width: 489px) {
  .four-actions__container {
    --fourCardWidth: 190px;
  }
}
@media (max-width: 427px) {
  .four-actions__container {
    --fourCardWidth: 320px;
  }
}
@media (max-width: 320px) {
  .four-actions__container {
    --fourCardWidth: 280px;
  }
}
.intro-slider {
  --slide-width: 1200px;
  --slide-height: calc(var(--slide-width) * 0.45833333);
  max-width: var(--slide-width);
  height: calc(var(--slide-height) + 30px);
}

.intro-slider__slide {
  position: relative;
}

.intro-slider__pagination .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  display: inline-block;
  border-radius: 8px;
  background: var(--text);
  opacity: 0.2;
}

.intro-slider__pagination .swiper-pagination-bullet-active {
  width: 50px;
  height: 6px;
  background: var(--text);
  opacity: 1;
}

@media (max-width: 1680px) {
  .intro-slider {
    --slide-width: 1090px;
  }
}
@media (max-width: 1536px) {
  .intro-slider {
    --slide-width: 950px;
  }
}
@media (max-width: 1359px) {
  .intro-slider {
    --slide-width: 850px;
  }
}
@media (max-width: 1199px) {
  .intro-slider {
    --slide-width: 700px;
  }
}
@media (max-width: 1023px) {
  .intro-slider {
    --slide-width: 100vw;
  }
}
.swiper, .swiper-container {
  margin: 0;
}

.slide {
  position: relative;
  width: 100%;
  height: var(--slide-height);
}

.slide__img {
  width: var(--slide-width);
  height: var(--slide-height);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px 35px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, right top, from(rgba(35, 33, 33, 0)), color-stop(78.65%, rgba(35, 33, 33, 0.46)));
  background: -o-linear-gradient(left, rgba(35, 33, 33, 0) 0%, rgba(35, 33, 33, 0.46) 78.65%);
  background: linear-gradient(90deg, rgba(35, 33, 33, 0) 0%, rgba(35, 33, 33, 0.46) 78.65%);
  color: var(--white);
}

.slide__right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slide__left {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 15px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--accent02);
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

.slide__title {
  font-weight: 600;
  text-align: right;
}

.slide__car-body {
  display: block;
  font-size: 30px;
}

.slide__car-name {
  display: block;
  font-size: 38px;
}

.slide__price {
  min-width: 310px;
  font-size: 24px;
}

.slide__full-price {
  margin-bottom: 20px;
  display: block;
  text-align: right;
}

.slide__credit {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  background: var(--accent02);
}

.slide__credit-price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: 600;
}

@media (max-width: 1536px) {
  .slide__content {
    padding: 30px 35px 30px 0;
  }
  .slide__left {
    font-size: 18px;
  }
  .slide__car-body {
    font-size: 26px;
  }
  .slide__car-name {
    font-size: 32px;
  }
  .slide__price {
    min-width: 270px;
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .slide__left {
    font-size: 16px;
  }
  .slide__car-body {
    font-size: 22px;
  }
  .slide__car-name {
    font-size: 28px;
  }
  .slide__price {
    min-width: 220px;
    font-size: 18px;
  }
  .slide__full-price {
    margin-bottom: 10px;
  }
  .slide__credit {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .slide__content {
    padding: 20px 20px 20px 0;
  }
  .slide__left {
    padding: 10px 15px;
    font-size: 14px;
  }
  .slide__car-body {
    font-size: 20px;
  }
  .slide__car-name {
    font-size: 24px;
  }
}
@media (max-width: 567px) {
  .slide__content {
    padding: 10px 10px 10px 0;
  }
  .slide__left {
    font-size: 12px;
  }
  .slide__car-body {
    font-size: 16px;
  }
  .slide__car-name {
    font-size: 20px;
  }
  .slide__price {
    min-width: 200px;
    font-size: 16px;
  }
}
.cars-block {
  padding: 80px 0;
}

.cars-block__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 23%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px 10px;
}

@media (max-width: 1680px) {
  .cars-block__list {
    grid-template-columns: repeat(auto-fill, 23.5%);
    row-gap: 20px;
  }
}
@media (max-width: 1536px) {
  .cars-block__list {
    grid-template-columns: repeat(auto-fill, 23.5%);
  }
}
@media (max-width: 1359px) {
  .cars-block__list {
    grid-template-columns: repeat(auto-fill, 31%);
  }
}
@media (max-width: 1023px) {
  .cars-block {
    padding: 60px 0;
  }
  .cars-block__list {
    grid-template-columns: repeat(auto-fill, 32%);
    gap: 20px 10px;
  }
}
@media (max-width: 767px) {
  .cars-block__list {
    grid-template-columns: repeat(auto-fill, 48%);
  }
}
@media (max-width: 480px) {
  .cars-block__list {
    grid-template-columns: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 374px) {
  .cars-block__list {
    grid-template-columns: 100%;
  }
}
.card {
  position: relative;
  padding: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  box-shadow: 0px 0px 10px rgba(35, 33, 33, 0.05);
}

.card .sticker-new {
  top: 9px;
  left: 9px;
}

.card .sticker-action,
.card .sticker-hot {
  top: 15px;
  left: 15px;
}

.card__img {
  margin-bottom: 10px;
  width: 100%;
  height: 174px;
  object-fit: contain;
}

.card__car-name, .card h2 {
  margin-bottom: 10px;
  font-size: 18px;
}

.card__info {
  margin-top: auto;
}

.card__price {
  margin: 20px 0 5px;
  font-size: 22px;
  color: var(--accent01);
}

.card__text {
  font-size: 14px;
}

.card__btns {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  flex-direction: column;
}

.card__btns-express {
  margin-top: 20px;
}
.card__btns-express .card__btn.btn {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.card__btn.btn {
  padding: 10px 25px;
}

.card__btn.btn--white {
  border-color: var(--accent01);
}
.card__btn.btn--white:hover {
  background-color: var(--accent01-hover);
  border-color: var(--accent01-hover);
  color: var(--white);
}

@media (max-width: 1680px) {
  .card__btn.btn {
    padding: 10px 20px;
  }
}
@media (max-width: 1536px) {
  .card {
    padding: 30px 20px 20px;
  }
  .card__img {
    height: 144px;
  }
  .card__btn.btn {
    padding: 10px 15px;
  }
}
@media (max-width: 1023px) {
  .card__car-name, .card h2 {
    font-size: 16px;
  }
  .card__price {
    font-size: 18px;
  }
}
@media (max-width: 899px) {
  .card__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .card {
    padding: 20px;
  }
  .card .sticker-new {
    top: 2px;
    left: 2px;
  }
  .card__img {
    height: 120px;
  }
}
.card-used {
  padding: 20px;
}

.card-used__img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-used .card__car-name, .card h2 {
  font-size: 20px;
}

.card-used__info .card__car-body {
  margin-bottom: 20px;
  font-size: 18px;
}

.card-used__text,
.card-used__mileage {
  color: var(--text60);
  line-height: 1.5;
}

.card-used__bottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.card-used__mileage {
  padding-left: 25px;
  background-image: url(./img/icons/speedometer.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

.card-used__price {
  font-size: 22px;
  color: var(--accent01);
}

.card-used__params {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(35, 33, 33, 0.3);
  color: var(--text60);
  line-height: 1.5;
}

@media (max-width: 1536px) {
  .card-used__price {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .card-used__price {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .card-used__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .card-used .card__car-name, .card h2 {
    font-size: 18px;
  }
  .card-used__info .card__car-body {
    font-size: 16px;
  }
  .card-used__price {
    font-size: 20px;
  }
}
.index-form {
  position: relative;
  padding: 40px 0;
  background-color: var(--white);
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  box-shadow: 0px 0px 10px rgba(35, 33, 33, 0.1);
}
/*.index-form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 238, 238, 0.9);
}
*/
.index-form__container {
  position: relative;
  z-index: 2;
}

.index-form__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.index-form__content {
  width: auto;
}

.index-form__text-heading {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

.index-form__text-list {
  margin-bottom: 20px;
  padding-left: 30px;
  list-style-type: disc;
  line-height: 1.5;
}

.index-form__text-p {
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 1536px) {
  .index-form__text-heading {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .index-form__wrapper {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .index-form__wrapper {
    gap: 20px;
  }
}
@media (max-width: 667px) {
  .index-form__text-heading {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .index-form__wrapper {
    width: 80%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  .index-form__wrapper {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .index-form__text-list {
    padding-left: 20px;
    font-size: 14px;
  }
}
.form-exp {
  width: 430px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 30px;
  background: var(--accent01-hover);
  color: var(--white);
}

.form-exp__title {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.form-exp__title > * {
  display: block;
}
.form-exp__title > * + * {
  margin-top: 10px;
}

.form-exp__title-top {
  font-weight: 600;
  font-size: 22px;
}

.form-exp__title-bottom {
  font-weight: 700;
  font-size: 28px;
}

.form-exp__title-tagline {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--white);
}

.form-exp__title-text {
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
}

.form-exp__input-wrap > * {
  display: block;
}

.form-exp__input-wrap + .form-exp__input-wrap {
  margin-top: 15px;
}

.form-exp__label {
  margin-bottom: 5px;
}

.form-exp__input {
  width: 100%;
  height: 40px;
  padding: 6px 10px;
  border: 1px solid transparent;
  -o-border-image: -o-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(#F7F7F7));
     border-image: linear-gradient(top, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
  -webkit-border-image: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
  border-image-slice: 1;
  background: transparent;
  color: var(--white);
}

.form-exp__btn {
  margin: 20px auto;
}
.form-exp__btn.btn--white {
  font-size: 16px;
  color: var(--accent01);
}
.form-exp__btn.btn--white:hover,
.form-exp__btn.btn--white:focus-visible {
  border-color: var(--accent01);
  background-color: var(--accent01);
  color: var(--white);
}
.form-exp a.approval-pd__link {
  display: inline;
  color: var(--white);
  text-decoration: underline;
}

@media (max-width: 1536px) {
  .form-exp {
    width: 400px;
  }
  .form-exp__title-bottom {
    font-size: 24px;
  }
  .form-exp__input {
    height: unset;
  }
}
@media (max-width: 1199px) {
  .form-exp {
    width: 350px;
  }
  .form-exp__title-top {
    font-size: 18px;
  }
  .form-exp__title-bottom {
    font-size: 20px;
  }
  .form-exp__title-tagline, .form-exp__title-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .form-exp {
    padding: 30px;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .form-exp__title {
    text-align: center;
  }
  .form-exp__btn.btn--white {
    font-size: 14px;
    width: 100%;
  }
}
@media (max-width: 667px) {
  .form-exp {
    width: 310px;
    padding: 20px 15px;
  }
}
@media (max-width: 568px) {
  .form-exp {
    width: 100%;
  }
  .form-exp__privacy {
    max-width: 100%;
  }
  .form-exp__privacy a.form-exp__link {
    display: inline;
  }
}
@media (max-width: 375px) {
  .form-exp__title-top {
    font-size: 16px;
  }
  .form-exp__title-bottom {
    font-size: 18px;
  }
}
.numbers {
  margin-bottom: 50px;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(4, 160px);
  gap: 20px;
}

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

.numbers__text {
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
}

@media (max-width: 1359px) {
  .numbers {
    grid-template-columns: repeat(4, 139px);
    gap: 20px;
  }
  .numbers__count {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .numbers {
    grid-template-columns: repeat(4, 120px);
  }
  .numbers__count {
    font-size: 34px;
  }
  .numbers__text {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .numbers {
    padding-top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    grid-template-columns: repeat(2, 140px);
  }
}
@media (max-width: 767px) {
  .numbers {
    display: none;
  }
}
.inner-page__text {
  margin-bottom: 40px;
  font-size: 18px;
}
.inner-page__text > * + * {
  margin-top: 15px;
}

.banners {
  display: grid;
  grid-template-columns: repeat(auto-fill, 32%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.banner-img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .inner-page__text {
    margin-bottom: 30px;
  }
  .banners {
    grid-template-columns: repeat(auto-fill, 48%);
    gap: 20px;
  }
}
@media (max-width: 567px) {
  .banners {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
@media (max-width: 427px) {
  .inner-page__text {
    margin-bottom: 20px;
  }
}
.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.contacts__content {
  max-width: 570px;
  font-size: 20px;
  line-height: 1.5;
  color: var(--text80);
}
.contacts__content > * + * {
  margin-top: 15px;
}

.contacts__map {
  --mapWidth: 930px;
  --mapHight: calc(var(--mapWidth) * 0.54);
  padding: 20px;
  max-width: var(--mapWidth);
  width: 100%;
  height: var(--mapHight);
  border: 1px solid rgba(35, 33, 33, 0.5);
}

@media (max-width: 1680px) {
  .contacts__map {
    --mapWidth: 830px;
  }
}
@media (max-width: 1536px) {
  .contacts__map {
    --mapWidth: 700px;
  }
  .contacts__content {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .contacts__map {
    --mapWidth: 550px;
    --mapHight: calc(var(--mapWidth) * 0.7);
  }
}
@media (max-width: 1023px) {
  .contacts__map {
    --mapWidth: 450px;
  }
}
@media (max-width: 899px) {
  .contacts__content {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contacts__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__map {
    --mapWidth: 100%;
    height: 300px;
  }
  .contacts__content {
    max-width: 100%;
    width: 100%;
  }
}
.reviews {
  padding-bottom: 60px;
}

.reviews__wrap {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 360px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px 20px;
}

.review-card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 5px 20px rgba(35, 33, 48, 0.08);
          box-shadow: 0px 5px 20px rgba(35, 33, 48, 0.08);
  padding-bottom: 10px;
}

.review-card__video {
  position: relative;
  width: 100%;
  height: auto;
}
.review-card__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-card__video::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(img/icons/icon-play.png) center center no-repeat;
  background-size: auto;
  background-size: 50px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.review-card__video:hover::after {
  opacity: 0.5;
}

.review-card__desc {
  padding: 10px;
  font-size: 20px;
}

.review-card__date {
  margin-top: auto;
  padding-left: 10px;
  color: rgba(35, 33, 33, 0.5);
}

.review-card__date--novideo {
  margin-top: 0;
  margin-bottom: 20px;
}

.review-card__text {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 1.3;
}

@media (max-width: 1680px) {
  .reviews__wrap {
    grid-template-columns: repeat(auto-fill, 23%);
  }
}
@media (max-width: 1536px) {
  .reviews__wrap {
    margin-bottom: 40px;
    row-gap: 40px;
  }
  .review-card__desc {
    font-size: 18px;
  }
}
@media (max-width: 1359px) {
  .review-card__desc {
    font-size: 16px;
  }
  .review-card__date {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .reviews {
    padding-bottom: 40px;
  }
  .review-card__date {
    font-size: 12px;
  }
}
@media (max-width: 899px) {
  .reviews__wrap {
    grid-template-columns: repeat(auto-fill, 31%);
  }
}
@media (max-width: 767px) {
  .reviews__wrap {
    row-gap: 20px;
    grid-template-columns: repeat(auto-fill, 48%);
  }
}
@media (max-width: 529px) {
  .reviews__wrap {
    grid-template-columns: repeat(auto-fill, 90%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 427px) {
  .reviews__wrap {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
.feedback {
  position: relative;
  padding: 40px 0;
  background: url(./img/bg-img.webp), #EEEEEE;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
}
.feedback::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--accent01);
  opacity: 0.9;
}

.feedback__container {
  position: relative;
  z-index: 2;
}

.feedback__title {
  margin-bottom: 40px;
}

.feedback__left {
  max-width: 1000px;
}

.feedback-form {
  color: var(--white);
}

.feedback-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.feedback-form__group {
  max-width: 480px;
  width: 100%;
}

.feedback-form__input-wrap > * {
  display: block;
}
.feedback-form__input-wrap + .feedback-form__input-wrap {
  margin-top: 20px;
}

.feedback-form__label {
  margin-bottom: 5px;
}

.feedback-form__input {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 6px 10px;
  border: 1px solid transparent;
  -o-border-image: -o-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(#F7F7F7));
     border-image: linear-gradient(top, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
  -webkit-border-image: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
  border-image-slice: 1;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.feedback-form__input-hidden {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 20;
  cursor: pointer;
}

.feedback-form__input-value {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: left;
  color: var(--white);
}

.feedback-form__input-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  line-height: 24px;
  background-color: var(--white);
  color: var(--text);
  font-size: 14px;
  text-align: center;
}

.feedback-form__input--textarea {
  width: 100%;
  max-height: 202px;
  height: 100%;
  resize: none;
  overflow: auto;
}

.feedback-form__btn {
  margin-top: 20px;
}
.feedback-form__btn.btn--white {
  font-size: 16px;
}

.feedback-form__privacy {
  max-width: 250px;
  font-size: 14px;
  line-height: 1.3;
}
.feedback-form__privacy .feedback-form__link {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--white);
}
.feedback-form__privacy .feedback-form__link:hover {
  color: var(--accent02);
}

@media (max-width: 1023px) {
  .feedback__container {
    padding-left: 60px;
    padding-right: 40px;
  }
}
@media (max-width: 899px) {
  .feedback-form__group:first-child {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .feedback-form__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback-form__group, .feedback-form__group:first-child {
    max-width: 100%;
  }
  .feedback-form__btn {
    margin-left: auto;
  }
  .feedback-form__btn.btn--white {
    font-size: 14px;
  }
}
@media (max-width: 427px) {
  .feedback__container {
    padding-left: 50px;
    padding-right: 20px;
  }
}
@media (max-width: 374px) {
  .feedback-form__btn {
    margin-left: auto;
    width: 100%;
  }
}
.post {
  color: var(--text80);
}
.post h1, .post h2, .post h3, .post .inner-h1, .post .inner-h2, .post .inner-h3 {
  color: var(--text);
}
.post * + h2, .post * + .inner-h2, .post h3, .post .inner-h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.post p {
  font-size: 18px;
  line-height: 1.5;
}
.post p + p {
  margin-top: 15px;
}
.post a {
  color: inherit;
}
.post a:hover {
  color: var(--accent01);
}

.post.post--padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.post__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.post__wrapper + p {
  margin-top: 40px;
}

.post p + .post__wrapper,
.post p + .post__wrapper-imgs {
  margin-top: 40px;
}

.post__text {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
}

.post__img {
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%;
}

.post__figure-one {
  padding: 30px 30px 20px;
  border: 1px solid var(--text60);
}

.post__wrapper-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.post__wrapper-imgs + p {
  margin-top: 40px;
}

.post img {
  width: 100%;
  height: auto;
}

.post figcaption {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(35, 33, 33, 0.5);
}

.post ul, .post ol {
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 18px;
}
.post ul li, .post ol li {
  line-height: 1.8;
}

.post ul {
  list-style: disc;
}

.post * + ul, .post * + ol {
  margin-top: 15px;
}

.post a {
  color: var(--accent01);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post a:hover {
  text-decoration: underline;
}

@media (max-width: 1680px) {
  .post__text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (max-width: 1536px) {
  .post.post--padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .post p, .post figcaption, .post ul, .post ol {
    font-size: 16px;
  }
}
@media (max-width: 1359px) {
  .post.post--padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .post__figure-one {
    padding: 20px 20px 10px;
  }
}
@media (max-width: 1199px) {
  .post__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 567px) {
  .post.post--padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .post__wrapper-imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post ul li, .post ol li {
    line-height: 1.5;
  }
}
@media (max-width: 427px) {
  .post h2, .post .inner-h2 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .post * + h2, .post * + .inner-h2, .post h3, .post .inner-h3 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .post__figure-one {
    padding: 10px 10px 5px;
  }
  .post figcaption {
    margin-top: 5px;
    font-size: 14px;
  }
  .post p + .post__wrapper, .post p + .post__wrapper-imgs,
  .post__wrapper-imgs + p {
    margin-top: 20px;
  }
}
.new__catalog {
  padding-top: 100px;
}

.new-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(35, 33, 33, 0.1);
}
.new-mark + .new-mark {
  margin-top: 40px;
}

.new-mark__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-mark__logo:hover .new-mark__logo-img {
  opacity: 0.8;
}
.new-mark__logo:hover .new-mark__logo-name {
  color: var(--accent01);
}

.new-mark__logo-img {
  width: 130px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.new-mark__logo-name {
  font-size: 18px;
  color: var(--text);
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.new-models {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 25%);
  row-gap: 30px;
}

.new-models__item {
  font-weight: 600;
  font-size: 18px;
}

.new-models__link {
  margin-bottom: 10px;
  color: var(--text80);
}
.new-models__link:hover {
  color: var(--accent01);
}

.new-models__price {
  color: var(--accent02);
}

@media (max-width: 1536px) {
  .new-mark {
    gap: 30px;
  }
  .new-models__item, .new-mark__logo-name {
    font-size: 16px;
  }
}
@media (max-width: 1359px) {
  .new__catalog {
    padding-top: 80px;
  }
}
@media (max-width: 1023px) {
  .new-models {
    grid-template-columns: repeat(auto-fit, 22%);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 899px) {
  .new__catalog {
    padding-top: 60px;
  }
  .new-models {
    grid-template-columns: repeat(auto-fit, 30%);
  }
}
@media (max-width: 767px) {
  .new-models {
    grid-template-columns: repeat(auto-fit, 45%);
  }
}
@media (max-width: 567px) {
  .new__catalog {
    padding-top: 40px;
  }
  .new-mark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 40px;
  }
  .new-mark + .new-mark {
    margin-top: 30px;
  }
  .new-mark__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .new-mark__logo-img {
    width: 100px;
  }
}
@media (max-width: 374px) {
  .new-models__item, .new-mark__logo-name {
    font-size: 14px;
  }
}
.choice {
  position: relative;
  padding: 40px 0 50px;
  /*background: url(./img/bg-img.webp), #EEEEEE;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
  background-color: var(--light-grey);
  border-bottom: var(--border);
  border-top: var(--border);
  box-shadow: 0px 0px 10px rgba(35, 33, 33, 0.1);
}
/*.choice::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--light-grey);
  opacity: 0.9;
}*/

.choice__container {
  position: relative;
  z-index: 2;
}

.choice__title {
  margin-bottom: 40px;
  font-size: 30px;
}

.choice-form {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.choice-form .custom-select-container.is-open .custom-select-opener {
  border-color: var(--accent01);
  -webkit-box-shadow: 0px 0px 10px var(--accent01-30);
          box-shadow: 0px 0px 10px var(--accent01-30);
}

.choice-form__group-title {
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
}

.choice-form__btns {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

div.choice-form__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.choice-form__btn.btn {
  font-size: 14px;
}

.choice-form__btn.btn--white {
  border: 1px solid var(--accent02);
  color: var(--text60);
}
.choice-form__btn.btn--white:hover {
  background-color: var(--accent02-hover);
  color: var(--white);
}

.range-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.range-container:after {
  content: "";
  clear: both;
  display: table;
}

.range-container .ui-slider {
  position: relative;
  background: var(--grey);
  height: 10px;
  width: calc(100% - 14px);
}

.range-container .ui-slider .ui-slider-handle {
  position: absolute;
  margin-left: 0;
  width: 20px;
  height: 16px;
  cursor: pointer;
  top: 0;
  background: var(--accent02);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
  z-index: 2;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.range-container .ui-slider .ui-slider-handle:hover,
.range-container .ui-slider .ui-slider-handle:focus {
  background: var(--accent02-hover);
}

.range-input-left,
.range-input-right {
  height: 24px;
  background: var(--white);
  border: 1px solid rgba(35, 33, 33, 0.5);
  text-align: center;
  font-size: 15px;
  padding: 3px 8px;
  width: 100px;
  margin-top: 25px;
  -webkit-box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
          box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
}

.range-input-left {
  float: left;
}

.range-input-right {
  float: right;
}

.range-container .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 10px;
  border: 0;
  background: var(--white);
}

@media (max-width: 1199px) {
  .choice-form {
    gap: 20px 10px;
  }
  .range-input-left,
  .range-input-right {
    font-size: 13px;
  }
  .choice-form__btn.btn {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .choice__title {
    font-size: 26px;
  }
  .choice-form .custom-select-opener,
  .choice-form .custom-select-panel {
    font-size: 14px;
  }
  .range-input-left, .range-input-right {
    height: 21px;
  }
}
@media (max-width: 767px) {
  .choice {
    padding: 30px 0;
  }
  .coice__container {
    padding-left: 40px;
    padding-right: 20px;
  }
  .choice-form .custom-select-opener {
    padding-left: 15px;
    padding-right: 20px;
  }
  .new__choice .choice-form, .used__choice .choice-form {
    display: grid;
    grid-template-columns: repeat(2, 48%);
  }
  .new__choice .choice-form__group:nth-child(3) {
    grid-column: 1/-1;
  }
  .choice-form__btns {
    gap: 20px;
  }
}
@media (max-width: 567px) {
  .choice__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .new__choice .choice-form, .used__choice .choice-form {
    display: grid;
    grid-template-columns: 100%;
  }
}
@media (max-width: 374px) {
  .choice-form__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cars-block.used-list {
  padding-top: 60px;
  padding-bottom: 60px;
}

.used-list .cars-block__list {
  margin-bottom: 40px;
}

.used-list .card__car-name, .card h2 {
  text-transform: none;
}

.used-list .card-used__price {
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .cars-block.used-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cars-block.used-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .used-list .cars-block__list {
    margin-bottom: 30px;
  }
}
.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}

.filters__cars > * + * {
  margin-top: 20px;
}

.filters__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filters__blocks-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  background: var(--grey);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.filters__blocks-img:hover {
  opacity: 0.6;
}

.filters__blocks-img.filters__blocks-img--active {
  background: var(--accent02);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filters__blocks-img.filters__blocks-img--active:hover {
  cursor: default;
  pointer-events: none;
}

.filters__title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
}

.filters__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.filters__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.filters__list-item.filters__list-item--active {
  cursor: default;
  pointer-events: none;
}
.filters__list-item.filters__list-item--active .filters__list-name {
  color: var(--accent01);
}
.filters__list-item:hover .filters__list-name {
  color: var(--accent01);
}

.filters__list-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 5px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 80px;
}

.filters__list-name {
  font-weight: 600;
  font-size: 14px;
  color: var(--text60);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 899px) {
  .filters {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .filters__list-img {
    width: 60px;
  }
}
@media (max-width: 567px) {
  .filters__title {
    font-size: 16px;
  }
  .filters__list-img {
    width: 50px;
  }
  .filters__list-name {
    font-size: 12px;
  }
}
.mark .finance {
  margin-bottom: 40px;
}
.finance {
  margin-top: 40px;
  position: relative;
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: center;
  background-color: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  box-shadow: 0px 0px 10px rgba(35, 33, 48, 0.05);
}
.finance > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.finance__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.finance__mark span {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}

.finance__mark-logo {
  width: 130px;
  height: auto;
}

.finance__img {
  width: 360px;
  height: auto;
  -webkit-filter: drop-shadow(-4px 0px 10px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(-4px 0px 10px rgba(0, 0, 0, 0.15));
}

.finance__form-title {
  margin-bottom: 8px;
  font-weight: 700;
  text-align: center;
}

.finance__form-wrap {
  display: grid;
  grid-template-columns: repeat(3, 190px);
  gap: 15px;
}

.finance__form__input {
  display: block;
  position: relative;
  width: 100%;
  height: 42px;
  padding: 13px 10px;
  border: 1px solid var(--grey);
  background-color: var(--white);
  font-size: 16px;
  color: var(--text);
}

.finance__form__input:focus, .finance__form__input:active {
  border-color: transparent;
  outline: 1px solid var(--accent01);
  -webkit-box-shadow: 0px 0px 10px var(--accent01-30);
          box-shadow: 0px 0px 10px var(--accent01-30);
}

.finance__form__btn.btn {
  padding-top: 13px;
  padding-bottom: 13px;
}

@media (max-width: 1536px) {
  .finance__mark-logo {
    width: 90px;
  }
  .finance__mark span {
    font-size: 26px;
  }
  .finance__img {
    width: 300px;
  }
  .inner-h2.finance__form-title {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .finance {
    padding: 10px;
  }
  .finance__mark-logo {
    width: 70px;
  }
  .finance__mark span {
    font-size: 22px;
  }
  .finance__img {
    width: 250px;
  }
  .finance__form-wrap {
    grid-template-columns: repeat(3, 180px);
    gap: 10px;
  }
}
@media (max-width: 830px) {
  .finance {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	gap: 20px;
  }
  .finance__mark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .finance__form {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .finance__form-wrap {
    grid-template-columns: repeat(3, 32%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 672px) {
  .finance__form .btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 567px) {
  .finance__form-wrap {
    grid-template-columns: 100%;
  }
}
@media (max-width: 415px) {
  .finance__mark, .finance__img {
    width: 100%;
  }
}
.express-block {
  margin-bottom: 80px;
  position: relative;
  padding: 25px 0;
  background-color: var(--accent01-hover);
  color: var(--white);
}
/*.express-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--accent01);
  opacity: 0.9;
}*/

.express-block__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
}

.express-block__img {
  width: 450px;
}

.express-block__btn.btn {
  font-size: 16px;
  color: var(--accent01);
}
.express-block__btn.btn:hover {
  border-color: var(--accent01);
  background-color: var(--accent01);
  color: var(--white);
}
.express-block__title.inner-h2 {
  margin-bottom: 15px;
}

.express-block__text + .express-block__text {
  margin-top: 10px;
}

@media (max-width: 1536px) {
  .express-block__img {
    width: 350px;
  }
  .express-block__title.inner-h2 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .express-block {
    margin-bottom: 60px;
  }
  .express-block__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .express-block__img {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .express-block__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .express-block__content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    text-align: center;
  }
}

.trade__subtitle {
  margin-bottom: 30px;
  font-size: 26px;
}

.trade__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.trade__choice {
  max-width: 970px;
  width: 100%;
}

.trade__img {
  margin-bottom: 25px;
  max-width: 970px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.trade__choice-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.trade__choice-form-select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 10;
}
.trade__choice-form-select .custom-select-container.is-open .custom-select-opener {
  border-color: var(--accent01);
  -webkit-box-shadow: 0px 0px 10px var(--accent01-30);
          box-shadow: 0px 0px 10px var(--accent01-30);
}

.trade__choice-form-btn.btn {
  font-size: 16px;
}

.trade-form {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 580px;
  width: 100%;
  padding: 40px;
  background: var(--accent01-hover);
  color: var(--white);
}
/*.trade-form::before {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-37%, -40%);
      -ms-transform: translate(-37%, -40%);
          transform: translate(-37%, -40%);
  content: url(./img/bg-img.webp);
  opacity: 0.1;
  pointer-events: none;
}*/

.trade-form__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}

.trade-form__input-wrap > * {
  display: block;
}

.trade-form__input-wrap + .trade-form__input-wrap {
  margin-top: 10px;
}

.trade-form__label {
  margin-bottom: 5px;
}

.trade-form__input {
  width: 100%;
  height: 40px;
  padding: 6px 10px;
  border: 1px solid transparent;
  -o-border-image: -o-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(#F7F7F7));
     border-image: linear-gradient(top, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
  -webkit-border-image: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #F7F7F7 100%);
  border-image-slice: 1;
  background: transparent;
  color: var(--white);
}

.trade-form__btn {
  width: 100%;
  margin-top: 20px;
}
.trade-form__btn.btn--white {
  font-size: 18px;
  line-height: 1;
  color: var(--accent01);
}
.trade-form__btn.btn--white:hover {
  color: var(--white);
  background-color: var(--accent01);
  border-color: var(--accent01);
}

.trade-box__container {
  display: grid;
  grid-template-columns: repeat(4, 370px);
  grid-template-rows: 370px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.trade-box__item {
  position: relative;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
}

.flip-box {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box__front,
.flip-box__back {
  background-size: contain;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
          box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
}

.flip-box__front {
  width: 100%;
  height: 100%;
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box__front--01 {
  background-image: url(./img/pics/trade/pic-tradein-1.jpg);
}

.flip-box__front--02 {
  background-image: url(./img/pics/trade/pic-tradein-2.jpg);
}

.flip-box__front--03 {
  background-image: url(./img/pics/trade/pic-tradein-3.jpg);
}

.flip-box__front--04 {
  background-image: url(./img/pics/trade/pic-tradein-4.jpg);
}

.flip-box:hover .flip-box__front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box__back--01 {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(206, 111, 156, 0.94)), to(rgba(160, 87, 117, 0.94))), url(./img/pics/trade/pic-tradein-1.jpg);
  background-image: -o-linear-gradient(right, rgba(206, 111, 156, 0.94) 0%, rgba(160, 87, 117, 0.94) 100%), url(./img/pics/trade/pic-tradein-1.jpg);
  background-image: linear-gradient(270deg, rgba(206, 111, 156, 0.94) 0%, rgba(160, 87, 117, 0.94) 100%), url(./img/pics/trade/pic-tradein-1.jpg);
}

.flip-box__back--02 {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(206, 111, 156, 0.94)), to(rgba(160, 87, 117, 0.94))), url(./img/pics/trade/pic-tradein-3.jpg);
  background-image: -o-linear-gradient(right, rgba(206, 111, 156, 0.94) 0%, rgba(160, 87, 117, 0.94) 100%), url(./img/pics/trade/pic-tradein-3.jpg);
  background-image: linear-gradient(270deg, rgba(206, 111, 156, 0.94) 0%, rgba(160, 87, 117, 0.94) 100%), url(./img/pics/trade/pic-tradein-3.jpg);
}

.flip-box__back--03 {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(206, 111, 156, 0.94)), to(rgba(160, 87, 117, 0.94))), url(./img/pics/trade/pic-tradein-3.jpg);
  background-image: -o-linear-gradient(right, rgba(206, 111, 156, 0.94) 0%, rgba(160, 87, 117, 0.94) 100%), url(./img/pics/trade/pic-tradein-3.jpg);
  background-image: linear-gradient(270deg, rgba(206, 111, 156, 0.94) 0%, rgba(160, 87, 117, 0.94) 100%), url(./img/pics/trade/pic-tradein-3.jpg);
}

.flip-box__back--04 {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(206, 111, 156, 0.94)), to(rgba(160, 87, 117, 0.94))), url(./img/pics/trade/pic-tradein-4.jpg);
  background-image: -o-linear-gradient(right, rgba(206, 111, 156, 0.94) 0%, rgba(160, 87, 117, 0.94) 100%), url(./img/pics/trade/pic-tradein-4.jpg);
  background-image: linear-gradient(270deg, rgba(206, 111, 156, 0.94) 0%, rgba(160, 87, 117, 0.94) 100%), url(./img/pics/trade/pic-tradein-4.jpg);
}

.flip-box:hover .flip-box__back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box__inner {
  padding: 40px 30px 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateZ(60px) scale(0.94);
  -webkit-transform: translateZ(60px) scale(0.94);
  -ms-transform: translateZ(60px) scale(0.94);
  color: var(--white);
  font-size: 18px;
  line-height: 1.5;
}

.flip-box__header {
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1680px) {
  .trade-form {
    max-width: 490px;
  }
  .trade-box__container {
    grid-template-columns: repeat(4, 340px);
    grid-template-rows: 340px;
  }
  .flip-box__inner {
    padding: 20px 30px;
  }
}
@media (max-width: 1536px) {
  .trade-form {
    max-width: 400px;
    padding: 30px;
  }
  .trade-form__title {
    font-size: 16px;
  }
  .trade__choice-form-btn.btn,
  .trade__choice-form .select,
  .trade-form__btn.btn--white {
    font-size: 14px;
  }
  .trade-form__input {
    height: unset;
    padding: 3px 10px;
  }
  .trade-box__container {
    grid-template-columns: repeat(4, 300px);
    grid-template-rows: 300px;
  }
  .flip-box__inner {
    font-size: 16px;
  }
  .flip-box__header {
    margin-bottom: 10px;
  }
}
@media (max-width: 1359px) {
  .trade__subtitle {
    font-size: 22px;
  }
  .trade__wrap {
    gap: 30px;
  }
  .trade-box__container {
    grid-template-columns: repeat(4, 280px);
    grid-template-rows: 280px;
  }
  .flip-box__inner {
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .trade-box__container {
    grid-template-columns: repeat(2, 340px);
    grid-template-rows: repeat(2, 340px);
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flip-box__inner {
    padding: 20px 30px;
  }
}
@media (max-width: 1023px) {
  .trade__subtitle {
    font-size: 18px;
  }
  .trade__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .trade-form {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .trade-box__container {
    grid-template-columns: repeat(2, 290px);
    grid-template-rows: repeat(2, 290px);
  }
  .flip-box__inner {
    font-size: 14px;
  }
}
@media (max-width: 630px) {
  .trade-box__container {
    grid-template-columns: repeat(2, 270px);
    grid-template-rows: repeat(2, 270px);
  }
  .flip-box__inner {
    font-size: 14px;
  }
}
@media (max-width: 567px) {
  .trade {
    padding-bottom: 0;
  }
  .trade__choice-form {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .trade__choice-form .select {
    padding: 14px 40px 14px 20px;
  }
  .trade-box {
    padding-top: 40px;
  }
  .trade-box__container {
    grid-template-columns: 290px;
    grid-template-rows: repeat(4, 290px);
  }
}
.credit-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 40px 0 50px;
  background-color: var(--light-grey);
  color: var(--text);
}
.credit-block::before {
  z-index: 2;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(./img/bg-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.1;
  pointer-events: none;
}
.credit-block .container {
  position: relative;
  z-index: 3;
}

.credit-block__title {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.3;
}

.credit-form {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.credit-form__group + .credit-form__group {
  margin-top: 30px;
}

.credit-form__group-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.credit-form__group-label {
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
}

.credit-form__select:not(:last-child),
.credit-form__input {
  margin-bottom: 20px;
}

.credit-form__select .custom-select-opener {
  padding: 17px 40px 17px 20px;
}
.credit-form__select .custom-select-opener, .credit-form__select .custom-select-panel {
  font-size: 14px;
}
.credit-form__select .custom-select-container.is-open .custom-select-opener {
  border-color: var(--accent01);
}

.credit-form__input {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 16px 20px;
  border: 1px solid var(--border);
  background-color: var(--white);
  font-size: 14px;
  color: var(--text);
  outline: none;
  box-shadow: 0px 0px 10px rgba(35, 33, 33, 0.05);
}

.credit-form__input:focus, .credit-form__input:active {
  border-color: var(--accent01);
}

.credit-form__btn {
  margin-top: auto;
  z-index: 3;
  width: 100%;
}
.credit-form__btn.btn--red {
  font-size: 16px;
}

.credit-form__privacy {
  font-size: 14px;
  line-height: 1.3;
}
.credit-form__privacy .credit-form__link {
  display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--accent01);
}
.credit-form__privacy .credit-form__link:hover {
  color: var(--accent02);
}

.credit-form__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.credit-form__center .credit-form__group {
  margin-bottom: 20px;
}

.credit-form__result-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 600;
}

.credit-form__result-text {
  font-size: 20px;
}

.credit-form__result {
  font-size: 24px;
  color: var(--accent01);
}

.credit-form__image-wrap {
  padding: 5px;
  border: 1px solid var(--text60);
  background-color: var(--white);
}

.credit-form__image {
  width: 350px;
  height: auto;
  aspect-ratio: 2/1;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.credit-form__list {
  margin-bottom: 15px;
  list-style: disc;
  padding-left: 20px;
  line-height: 1.5;
  font-size: 18px;
}

.credit-form__warning {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: var(--accent01);
}

.credit-form__text {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}

.credit-form__samples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.credit-block__pic-wrap {
  display: grid;
  grid-template-columns: repeat(4, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  grid-template-rows: auto;
}

.credit-block__pic {
  width: 100%;
  -webkit-box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
          box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
}

.polzunok-wrap {
  display: block;
}
.polzunok-wrap + .polzunok-wrap {
  margin-top: 20px;
}

.polzunok.ui-slider {
  position: relative;
  width: calc(100% - 14px);
  height: 10px;
  background-color: var(--white);
  z-index: 2;
}

.polzunok.ui-slider .ui-slider-handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 16px;
  cursor: pointer;
  background: var(--accent02);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
  z-index: 5;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.polzunok.ui-slider .ui-slider-handle:hover,
.polzunok.ui-slider .ui-slider-handle:focus {
  background: var(--accent02-hover);
}

.polzunok-rezult {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  margin-top: 19px;
  padding: 3px 8px;
  height: 24px;
  background-color: var(--white);
  border: 1px solid rgba(35, 33, 33, 0.5);
  text-align: center;
  font-size: 15px;
  -webkit-box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
          box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
  color: var(--text);
}

.polzunok.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 4;
  height: 10px;
  border: 0;
  background: var(--grey);
}

.credit-images__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.credit-images_img {
  aspect-ratio: 1/0, 487179;
  max-width: 780px;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.25);
          box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.25);
}

.partners {
  padding-top: 80px;
}

.partners__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, 160px);
  grid-auto-rows: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
}

.partners__img {
  aspect-ratio: 1/0, 3571428;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
          box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
}

@media (max-width: 1536px) {
  .credit-block__title {
    font-size: 26px;
  }
  .credit-form__group-title,
  .credit-form__result-text,
  .credit-form__text {
    font-size: 18px;
  }
  .credit-form__group-label {
    font-size: 14px;
  }
  .credit-block {
    padding: 40px 0;
  }
  .credit-form__list,
  .credit-form__warning,
  .credit-form__text {
    font-size: 16px;
  }
  .credit-form__result {
    font-size: 20px;
  }
  .partners {
    padding-top: 60px;
  }
}
@media (max-width: 1359px) {
  .credit-form__image {
    width: 300px;
  }
  .partners {
    padding-top: 50px;
  }
  .credit-form__select .select,
  .credit-form__input,
  .credit-form__btn.btn {
    padding: 14px 20px;
    font-size: 14px;
  }
  .credit-form__select .custom-select-opener {
    padding: 15px 40px 15px 20px;
  }
}
@media (max-width: 1199px) {
  .polzunok-rezult {
    margin-top: 15px;
    font-size: 12px;
  }
  .partners {
    padding-top: 40px;
  }
}
@media (max-width: 1023px) {
  .credit-form {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2, 45%);
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .credit-form__right {
    grid-column: 1/-1;
  }
}
@media (max-width: 899px) {
  .credit-block {
    padding: 30px 0;
  }
  .credit-block__title {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .credit-form__group-title {
    margin-bottom: 10px;
  }
  .credit-form__group-label {
    font-size: 12px;
  }
  .credit-form__group + .credit-form__group {
    margin-top: 20px;
  }
  .credit-form__select:not(:last-child), .credit-form__input {
    margin-bottom: 15px;
  }
  .credit-form__group-title, .credit-form__result-text, .credit-form__text {
    font-size: 16px;
  }
  .credit-form__input,
  .credit-form__btn.btn {
    padding: 12px 15px;
  }
  .credit-form__select .custom-select-opener {
    padding: 13px 40px 13px 20px;
  }
  .polzunok-wrap + .polzunok-wrap {
    margin-top: 15px;
  }
  .credit-form__image {
    width: 240px;
  }
  .credit-images__wrap {
    gap: 20px;
  }
  .partners__wrap {
    grid-template-columns: repeat(auto-fill, 135px);
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .credit-form__text {
    margin-bottom: 10px;
  }
  .credit-block__pic-wrap {
    grid-template-columns: repeat(2, auto);
    gap: 15px;
  }
}
@media (max-width: 667px) {
  .credit-form {
    grid-template-columns: 90%;
  }
  .credit-form__btn {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .credit-block__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .credit-images__wrap {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .credit-block__pic-wrap {
    grid-template-columns: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .credit-form__samples {
    gap: 30px;
  }
}
@media (max-width: 428px) {
  .credit-form {
    padding-left: 30px;
    grid-template-columns: 100%;
  }
  .partners__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.used-model__content {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}

.used-slider-container {
  display: block;
}

.used-model__body {
  margin-bottom: 20px;
  color: var(--text80);
  font-size: 26px;
}

.used-model__price {
  font-size: 22px;
}

.used-model__slider {
  max-width: 1100px;
  width: 100%;
}

.used-slider {
  width: 100%;
  height: auto;
}

.used-slider__thumb {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

.used-slider__thumb .swiper-slide {
  width: 25%;
  height: 60px;
  opacity: 0.4;
}

.used-slider__thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.used-slider__img,
.used-slider__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.used-slider .swiper-button-next,
.used-slider .swiper-button-prev {
  background-color: var(--text60);
  color: var(--white);
}

.used-slider .swiper-button-next::after,
.used-slider .swiper-button-prev::after {
  font-size: 24px;
}

.used-model__form {
  padding: 30px;
  max-width: 30%;
  border: 1px solid var(--text60);
  -webkit-box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
          box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
}

.used-model__form-title-wrap {
  margin-bottom: 20px;
  line-height: 1.3;
}

.used-model__form-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
}

.used-model__form-subtitle {
  font-size: 20px;
  text-align: center;
}

.used-model__form-input {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  border: 1px solid var(--text60);
  background: var(--white);
  font-size: 14px;
  color: var(--text);
  -webkit-box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
          box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
}

.used-model__form-input:focus, .used-model__form-input:active {
  border-color: 1px solid var(--accent04);
  -webkit-box-shadow: 0px 0px 10px var(--accent04-50);
          box-shadow: 0px 0px 10px var(--accent04-50);
}

.used-model__form-input, .used-model__form-select {
  margin-bottom: 20px;
}

.used-model__form-select .custom-select-opener {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}
.used-model__form-select .custom-select-panel {
  font-size: 14px;
}
.used-model__form-select .custom-select-container.is-open .custom-select-opener {
  border-color: var(--accent04);
  -webkit-box-shadow: 0px 0px 10px var(--accent04-50);
          box-shadow: 0px 0px 10px var(--accent04-50);
}

.used-model__form .select__btn {
  font-size: 14px;
}

.used-model__form-btn {
  margin-bottom: 10px;
  width: 100%;
}

.used-model__form-privacy {
  font-size: 14px;
}

.used-model__form-link {
  display: inline;
}

/* Табы */
.tabs {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: var(--white);
  margin: 40px 0;
}

.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(7) ~ .tab__content:nth-of-type(7) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(8) ~ .tab__content:nth-of-type(8) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(9) ~ .tab__content:nth-of-type(9) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(10) ~ .tab__content:nth-of-type(10) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(11) ~ .tab__content:nth-of-type(11) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(12) ~ .tab__content:nth-of-type(12) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(13) ~ .tab__content:nth-of-type(13) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(14) ~ .tab__content:nth-of-type(14) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(15) ~ .tab__content:nth-of-type(15) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(16) ~ .tab__content:nth-of-type(16) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(17) ~ .tab__content:nth-of-type(17) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(18) ~ .tab__content:nth-of-type(18) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(19) ~ .tab__content:nth-of-type(19) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(20) ~ .tab__content:nth-of-type(20) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(21) ~ .tab__content:nth-of-type(21) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(22) ~ .tab__content:nth-of-type(22) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(23) ~ .tab__content:nth-of-type(23) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(24) ~ .tab__content:nth-of-type(24) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(25) ~ .tab__content:nth-of-type(25) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(26) ~ .tab__content:nth-of-type(26) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(27) ~ .tab__content:nth-of-type(27) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(28) ~ .tab__content:nth-of-type(28) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(29) ~ .tab__content:nth-of-type(29) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(30) ~ .tab__content:nth-of-type(30) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(31) ~ .tab__content:nth-of-type(31) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(32) ~ .tab__content:nth-of-type(32) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(33) ~ .tab__content:nth-of-type(33) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(34) ~ .tab__content:nth-of-type(34) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(35) ~ .tab__content:nth-of-type(35) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(36) ~ .tab__content:nth-of-type(36) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(37) ~ .tab__content:nth-of-type(37) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(38) ~ .tab__content:nth-of-type(38) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(39) ~ .tab__content:nth-of-type(39) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(40) ~ .tab__content:nth-of-type(40) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(41) ~ .tab__content:nth-of-type(41) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(42) ~ .tab__content:nth-of-type(42) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(43) ~ .tab__content:nth-of-type(43) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(44) ~ .tab__content:nth-of-type(44) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(45) ~ .tab__content:nth-of-type(45) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(46) ~ .tab__content:nth-of-type(46) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(47) ~ .tab__content:nth-of-type(47) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(48) ~ .tab__content:nth-of-type(48) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(49) ~ .tab__content:nth-of-type(49) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(50) ~ .tab__content:nth-of-type(50) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(51) ~ .tab__content:nth-of-type(51) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(52) ~ .tab__content:nth-of-type(52) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(53) ~ .tab__content:nth-of-type(53) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(54) ~ .tab__content:nth-of-type(54) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(55) ~ .tab__content:nth-of-type(55) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(56) ~ .tab__content:nth-of-type(56) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(57) ~ .tab__content:nth-of-type(57) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(58) ~ .tab__content:nth-of-type(58) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(59) ~ .tab__content:nth-of-type(59) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(60) ~ .tab__content:nth-of-type(60) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(61) ~ .tab__content:nth-of-type(61) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(62) ~ .tab__content:nth-of-type(62) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(63) ~ .tab__content:nth-of-type(63) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(64) ~ .tab__content:nth-of-type(64) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(65) ~ .tab__content:nth-of-type(65) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(66) ~ .tab__content:nth-of-type(66) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(67) ~ .tab__content:nth-of-type(67) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(68) ~ .tab__content:nth-of-type(68) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(69) ~ .tab__content:nth-of-type(69) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(70) ~ .tab__content:nth-of-type(70) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(71) ~ .tab__content:nth-of-type(71) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(72) ~ .tab__content:nth-of-type(72) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(73) ~ .tab__content:nth-of-type(73) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(74) ~ .tab__content:nth-of-type(74) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(75) ~ .tab__content:nth-of-type(75) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(76) ~ .tab__content:nth-of-type(76) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(77) ~ .tab__content:nth-of-type(77) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(78) ~ .tab__content:nth-of-type(78) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(79) ~ .tab__content:nth-of-type(79) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(80) ~ .tab__content:nth-of-type(80) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(81) ~ .tab__content:nth-of-type(81) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(82) ~ .tab__content:nth-of-type(82) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(83) ~ .tab__content:nth-of-type(83) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(84) ~ .tab__content:nth-of-type(84) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(85) ~ .tab__content:nth-of-type(85) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(86) ~ .tab__content:nth-of-type(86) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(87) ~ .tab__content:nth-of-type(87) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(88) ~ .tab__content:nth-of-type(88) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(89) ~ .tab__content:nth-of-type(89) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(90) ~ .tab__content:nth-of-type(90) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(91) ~ .tab__content:nth-of-type(91) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(92) ~ .tab__content:nth-of-type(92) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(93) ~ .tab__content:nth-of-type(93) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(94) ~ .tab__content:nth-of-type(94) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(95) ~ .tab__content:nth-of-type(95) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(96) ~ .tab__content:nth-of-type(96) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(97) ~ .tab__content:nth-of-type(97) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(98) ~ .tab__content:nth-of-type(98) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(99) ~ .tab__content:nth-of-type(99) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(100) ~ .tab__content:nth-of-type(100) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  -o-transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked + label {
  background-color: var(--white);
  -webkit-box-shadow: 0 -1px 0 var(--white) inset;
          box-shadow: 0 -1px 0 var(--white) inset;
  cursor: default;
  border-color: var(--accent04);
}
.tab:checked + label:hover {
  -webkit-box-shadow: 0 -1px 0 var(--white) inset;
          box-shadow: 0 -1px 0 var(--white) inset;
  background-color: var(--white);
}
.tab + label {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  padding: 15px;
  display: block;
  height: 50px;
  border-bottom: 2px solid var(--light-grey);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--text80);
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s background-color ease, 0.3s -webkit-box-shadow ease;
  transition: 0.3s background-color ease, 0.3s -webkit-box-shadow ease;
  -o-transition: 0.3s background-color ease, 0.3s box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease;
}
.tab + label:hover {
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 1px 0 #f4f4f4 inset;
          box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
  padding: 30px 20px 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  background-color: var(--white);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.tab__content .post {
  color: var(--text60);
  padding: 0 10px;
}

.tabs--used .tab + label {
  font-size: 20px;
}

.tabs--model .tab + label {
  font-size: 18px;
}

.tabs__content-title {
  margin-bottom: 20px;
  font-size: 24px;
}

.tabs__table th {
  text-align: left;
  font-weight: 600;
}
.tabs__table th, .tabs__table td {
  padding: 5px 20px;
}

/* Конец Табов */
@media (max-width: 1680px) {
  .used-model__slider {
    max-width: 970px;
  }
}
@media (max-width: 1536px) {
  .used-model__slider {
    max-width: 830px;
  }
  .used-model__form-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1359px) {
  .used-model__slider {
    max-width: 750px;
  }
  .used-model__form-input, .used-model__form-select {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .used-model__slider {
    max-width: 600px;
  }
  .used-model__form {
    padding: 20px 30px;
    max-width: 35%;
  }
  .used-model__form-title {
    font-size: 22px;
  }
  .used-model__form-subtitle {
    font-size: 16px;
  }
  .tabs--used .tab + label {
    font-size: 18px;
  }
  .tabs__content-title {
    font-size: 22px;
  }
}
@media (max-width: 976px) {
  .used-model__body, .used-model__price {
    font-size: 20px;
  }
  .used-model__slider {
    max-width: 550px;
  }
  .used-model__form {
    padding: 20px;
    max-width: 38%;
  }
}
@media (max-width: 899px) {
  .used-model__slider {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .used-model__content {
    margin: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .used-model__slider, .used-model__form {
    max-width: 100%;
  }
  .used-slider__thumb {
    display: none;
  }
}
@media (max-width: 567px) {
  .tabs--used .tab + label,
  .tabs--model .tab + label {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .tabs__content-title {
    font-size: 18px;
  }
  .tabs__table {
    font-size: 14px;
  }
  .tabs__table th, .tabs__table td {
    padding: 5px 20px 5px 0;
  }
}
.model-car__container {
  padding-bottom: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.model-car__about {
  -ms-flex-preferred-size: 73%;
      flex-basis: 73%;
  width: 100%;
}

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

.model__name {
  margin-bottom: 0;
  position: relative;
  display: inline;
  padding-right: 10px;
  max-width: 50%;
}
.model__name::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  width: 100px;
  height: 46px;
  background-image: url("./img/pics/new.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.model__stock-wrap {
  position: relative;
  padding-left: 50px;
}
.model__stock-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("./img/pics/stock.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.model__stock-wrap > * + * {
  margin-top: 5px;
}
.model__stock-wrap .model__update {
  color: var(--text60);
}

.model__body {
  width: 100%;
  font-size: 20px;
  line-height: 1.3;
}

.model__row {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.model__row + .model__row {
  margin-top: 30px;
}

.model__timer {
  max-width: 670px;
  width: 100%;
  min-height: 106px;
  display: flex;
  box-shadow: 0px 0px 10px rgba(35, 33, 33, 0.05);
}

.model__timer-btn {
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: var(--accent01);
}
.model__timer-btn p.semibold,.model__timer-btn span.semibold {
  font-size: 20px;
  color: var(--white);
}
.model__timer-btn p.bold,.model__timer-btn span.bold {
  font-size: 24px;
  color: var(--white);
}

.model__trade {
  flex-shrink: 0;
  width: 248px;
  height: 100%;
  box-shadow: 0px 0px 10px rgba(35, 33, 33, 0.05);
}
.model__trade img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.model__description.post h2, .model__description.post h3 {
  text-transform: none;
}
.model__description.post h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.model__info {
  box-shadow: 0px 0px 10px rgba(35, 33, 33, 0.05);
}
.model__info .tab__content {
  padding-left: 0;
  padding-right: 0;
}

.model__fotos {
  display: grid;
  grid-template-columns: repeat(auto-fill, 32%);
  gap: 20px;
  grid-auto-rows: 200px;
  justify-content: space-between;
  padding: 0 10px 10px;
}

.model__fotos-link {
  overflow: hidden;
}

.model__fotos-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

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

.model__compare-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.model__compare-btn.btn {
  padding: 10px 20px;
}

.model__compare-btn.btn--white {
  -o-border-image: var(--accent01);
     border-image: var(--accent01);
  -webkit-border-image: -webkit-linear-gradient(right, #69A2E3 0%, #114581 100%);
  border-image-slice: 1;
}

.model__compare-text {
  font-size: 14px;
  color: var(--text60);
}

.model-car__gift {
  position: relative;
  padding: 55px 0;
  background: var(--accent01-hover);
  color: var(--white);
}
.model-car__gift .container {
  position: relative;
}

.model-car__gift-row {
  max-width: 73%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 130px;
}
.model-car__gift-row::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 320px;
  height: 268px;
  -webkit-transform: translateY(-51%);
      -ms-transform: translateY(-51%);
          transform: translateY(-51%);
  background-image: url(./img/pics/kasko.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.model-car__gift {
  cursor: pointer;
}
.model-car__gift .timer {
  background-color: transparent;
}
.model-car__gift .timer span {
  color: var(--white);
}

.model-car__gift-content {
  text-align: center;
}
.model-car__gift-content > * + * {
  margin-top: 15px;
}

.model-car__gift-title, .model-car__gift-date {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}

.model-car__gift-text {
  font-weight: 600;
  font-size: 20px;
  text-transform: lowercase;
}

@media (max-width: 1536px) {
  .model__name::after {
    width: 80px;
    height: 37px;
  }
  .model__stock-wrap {
    padding-left: 40px;
  }
  .model__stock-wrap::before {
    width: 30px;
    height: 30px;
  }
  .model__timer {
    max-width: 600px;
  }
  .model__timer-btn {
    width: 250px;
  }
  .model__trade {
    width: 200px;
  }
  .model__fotos {
    grid-template-columns: repeat(auto-fill, 31%);
  }
  .model-car__gift-row {
    gap: 60px;
  }
  .model-car__gift-row::before {
    width: 280px;
    height: 235px;
  }
}
@media (max-width: 1359px) {
  .model__timer {
    max-width: 500px;
  }
  .model__timer-btn {
    width: 200px;
  }
  .model__timer-btn p.semibold {
    font-size: 18px;
  }
  .model__timer-btn p.bold {
    font-size: 20px;
  }
  .model-car__gift {
    padding: 35px 0;
  }
  .model-car__gift-row {
    max-width: 80%;
  }
  .model-car__gift-content > * + * {
    margin-top: 10px;
  }
  .model-car__gift-title, .model-car__gift-date {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .model-car__container {
    padding-bottom: 50px;
  }
  .model-car__about {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .model-car__gift-row {
    max-width: 100%;
  }
}
@media (max-width: 899px) {
  .model-car__container {
    padding-bottom: 30px;
  }
  .model__fotos {
    grid-auto-rows: 140px;
  }
  .model-car__gift-row {
    gap: 40px;
  }
  .model-car__gift {
    padding: 25px 0;
  }
  .model-car__gift-row::before {
    width: 230px;
    height: 193px;
  }
  .model-car__gift-title, .model-car__gift-date {
    font-size: 20px;
  }
  .model-car__gift-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .model__row.model__row--price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .model__name {
    max-width: 100%;
  }
  .model__name::after {
    width: 60px;
    height: 28px;
	top: -20px;
    right: 15%;
  }
  .model__fotos {
    grid-auto-rows: 120px;
  }
  .model__stock-wrap {
    width: 100%;
  }
  .model-car__gift .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    max-width: 80%;
  }
  .model-car__gift-row {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .model__tabs.tabs {
    margin: 20px 0;
  }
}
@media (max-width: 600px) {
  .model__fotos {
    grid-template-columns: repeat(auto-fill, 30%);
    grid-auto-rows: 100px;
    gap: 15px;
  }
  .model__row {
    gap: 15px;
  }
  .model__compare {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .model-car__gift .container {
    max-width: 96%;
  }
}
@media (max-width: 500px) {
  .model-car__gift-row::before {
    width: 160px;
    height: 134px;
  }
}
@media (max-width: 480px) {
  .model__body {
    font-size: 18px;
  }
  .model__row.model__row--timer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .model__trade {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 428px) {
  .model__fotos {
    grid-template-columns: repeat(auto-fill, 47%);
  }
  .model-car__gift .container {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .model-car__gift-row::before {
    display: none;
  }
}
.car-block__img {
  --carBlockImgWidth: 530px;
  --carBlockImgHeight: calc(var(--carBlockImgWidth) * 0,6698113);
  width: var(--carBlockImgWidth);
  height: var(--carBlockImgHeight);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.car-block__text {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}

.colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.colors__item {
  width: 30px;
  height: 30px;
  border: 2px solid var(--grey);
}

#c0 {
  background-color: var(--white);
}

#c1 {
  background-color: #9B9C9D;
}

#c2 {
  background-color: #476B8F;
}

#c3 {
  background-color: #D5D1C6;
}

#c4 {
  background-color: #D0D2D4;
}

#c5 {
  background-color: #CDD07E;
}

#c6 {
  background-color: #E3CF80;
}

#c7 {
  background-color: #C7776B;
}

#c8 {
  background-color: #720201;
}

#c9 {
  background-color: #141414;
}

@media (max-width: 1536px) {
  .car-block__img {
    --carBlockImgWidth: 480px;
  }
}
@media (max-width: 1359px) {
  .car-block__img {
    --carBlockImgWidth: 420px;
  }
}
@media (max-width: 767px) {
  .car-block__img {
    margin-left: auto;
    margin-right: auto;
  }
  .car-block__text {
    text-align: center;
  }
  .colors {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 567px) {
  .car-block__img {
    --carBlockImgWidth: 380px;
  }
}
.price-block__price {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  text-align: right;
}

.price-block__price-old {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: line-through;
  color: var(--text60);
}
.price-block__price-old span {
  font-size: 22px;
}

.price-block__price-new {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  color: var(--accent01);
}

.price-block__price-cred {
  margin-bottom: 10px;
  display: inline-block;
  padding: 10px 20px;
  background: var(--accent02);
  font-size: 20px;
  color: var(--white);
}
.price-block__price-cred span {
  font-weight: 700;
}

.price-block__price-text {
  display: block;
  text-align: left;
  max-width: 220px;
  line-height: 130%;
}

.price-block__credit {
  display: grid;
  grid-template-columns: repeat(2, 170px);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
}

.price-block__credit-btn {
  -webkit-box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
          box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
}

@media (max-width: 1536px) {
  .price-block__credit {
    grid-template-columns: repeat(2, 150px);
  }
}
@media (max-width: 1359px) {
  .price-block__price-old {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .price-block__price-old span {
    font-size: 18px;
  }
  .price-block__price-new {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .price-block__price-cred {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .price-block__price {
    margin-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-align: left;
  }
  .price-block__credit {
    grid-template-columns: repeat(2, 120px);
    grid-template-rows: repeat(2, 50px);
  }
}
@media (max-width: 567px) {
  .price-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .price-block__price {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price-block__credit {
    grid-template-columns: repeat(auto-fill, 23%);
    grid-template-rows: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .price-block__credit {
    grid-template-columns: repeat(auto-fill, 35%);
  }
}
@media (max-width: 374px) {
  .price-block__credit {
    grid-template-columns: repeat(auto-fill, 45%);
  }
}
.timer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F5;
}

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

.timer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.timer__item {
  text-align: center;
}
.timer__item span {
  color: var(--text80);
}

.timer__count {
  margin-bottom: 3px;
  width: 60px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 33, 33, 0.3)), color-stop(27.08%, rgba(255, 255, 255, 0.15)), color-stop(51.56%, #FFFFFF), color-stop(78.65%, rgba(255, 255, 255, 0.15)), to(rgba(35, 33, 33, 0.3)));
  background: -o-linear-gradient(top, rgba(35, 33, 33, 0.3) 0%, rgba(255, 255, 255, 0.15) 27.08%, #FFFFFF 51.56%, rgba(255, 255, 255, 0.15) 78.65%, rgba(35, 33, 33, 0.3) 100%);
  background: linear-gradient(180deg, rgba(35, 33, 33, 0.3) 0%, rgba(255, 255, 255, 0.15) 27.08%, #FFFFFF 51.56%, rgba(255, 255, 255, 0.15) 78.65%, rgba(35, 33, 33, 0.3) 100%);
  border: 1px solid rgba(35, 33, 33, 0.3);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: var(--accent02);
}

@media (max-width: 1536px) {
  .timer__title {
    font-size: 18px;
  }
}
@media (max-width: 1359px) {
  .timer__count {
    margin-bottom: 3px;
    width: 50px;
    height: 30px;
    font-size: 20px;
  }
}
@media (max-width: 720px) {
  .model__timer {
    max-width: 670px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .model__timer-btn, .timer {
    width: 100%;
    padding: 5px;
  }
  .timer__item span {
    font-size: 14px;
  }
  .timer__count {
    margin-bottom: 0;
    font-size: 18px;
  }
  .timer__title {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.model-car__form {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  position: -webkit-sticky;
  top: 130px;
}

.model-car__form.model-car__form--desk {
  display: block;
}

.model-car__form.model-car__form--mobile {
  display: none;
}

.model-car__form-description {
  padding: 20px;
  width: 100%;
  background-color: var(--white);
  box-shadow: 0px 0px 10px rgba(35, 33, 33, 0.05);
  line-height: 1.3;
}
.model-car__form-description ul + p {
  margin-top: 15px;
}
.model-car__form-description ul {
  padding-left: 25px;
  list-style-type: disc;
}

.model-form {
  width: 100%;
  height: auto;
  padding: 20px 30px 30px;
  background: var(--accent01);
  color: var(--white);
}

.model-form__title-wrap {
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.model-form__title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3;
}
.model-form__title span {
  font-size: 24px;
}

.model-form__subtitle {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.3;
  color: var(--white);
}

.model-form__rf {
  margin-bottom: 15px;
  font-size: 16px;
}

.model-form__text {
  font-weight: 600;
  text-transform: none;
}

.model-form__group + .model-form__group {
  margin-top: 20px;
}
.model-form__group > * + * {
  margin-top: 10px;
}

.model-form__group-title {
  font-weight: 600;
}

.model-form__select.select {
  font-size: 14px;
}

.model-form__select .select__btn {
  height: 40px;
}

.model-form__select .select__btn:focus,
.model-form__select .select__btn--active,
.model-form__select .select__list {
  border-color: var(--accent04);
  -webkit-box-shadow: 0px 0px 10px var(--accent04-50);
          box-shadow: 0px 0px 10px var(--accent04-50);
}

.model-form__input {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  border: 1px solid var(--text60);
  background: var(--white);
  font-size: 14px;
  color: var(--text);
  -webkit-box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
          box-shadow: 0px 5px 20px rgba(35, 33, 33, 0.15);
}

.model-form__input:focus, .model-form__input:active {
  border-color: transparent;
  outline: 1px solid var(--accent04);
  -webkit-box-shadow: 0px 0px 10px var(--accent04-50);
          box-shadow: 0px 0px 10px var(--accent04-50);
}

.model-form__btn {
  margin: 20px auto 0;
  font-weight: 700;
}

@media (max-width: 1359px) {
  .model-form {
    padding: 20px;
  }
  .model-form__title {
    font-size: 16px;
  }
  .model-car__form-description {
    padding: 10px;
    font-size: 14px;
  }
  .model-car__form-description ul {
    padding-left: 20px;
  }
  .model-form__select .select__btn {
    height: unset;
  }
}
@media (max-width: 1199px) {
  .model-car__form.model-car__form--desk {
    display: none;
  }
  .model-car__form.model-car__form--mobile {
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: unset;
  }
}
@media (max-width: 767px) {
  .model-car__form.model-car__form--mobile {
    width: 70%;
  }
  .model-form__rf {
    margin-bottom: 10px;
  }
}
@media (max-width: 567px) {
  .model-car__form.model-car__form--mobile {
    width: 90%;
  }
}
.compl-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px 10px;
  background-color: #ECECEC;
}

.compl-title__name {
  font-weight: 600;
  font-size: 18px;
  color: var(--text80);
}

.compl-title__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  color: var(--accent01);
}

.compl__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding: 8px 10px;
  background: var(--white);
  border: 1px solid rgba(35, 33, 33, 0.1);
}

.compl__name-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--text60);
}

.compl__name {
  cursor: pointer;
}

.compl__price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 30px;
}

.compl__price-old {
  color: var(--text60);
  text-decoration: line-through;
}

.compl__price-new {
  font-weight: 600;
  font-size: 18px;
  color: var(--accent01);
}

.compl__btns {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.compl__btn.btn {
  padding: 10px 20px;
}

.compl__params {
  display: grid;
  grid-template-columns: repeat(auto-fill, 30%);
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 15px 20px;
  background: var(--white);
  border: 1px solid #232121;
  color: var(--text60);
}

.compl__params--hidden {
  display: none;
}

.compl__params-name {
  margin-bottom: 10px;
}

.compl__params-list {
  padding-left: 15px;
  list-style: disc;
  line-height: 1.3;
}

.compl__params-item + .compl__params-item {
  margin-top: 10px;
}

.compl__choice {
  padding: 15px 20px;
  background: var(--white);
  border: 1px solid #232121;
  color: var(--text60);
}

.compl__choice-min {
  margin-bottom: 10px;
}

.compl__choice-text {
  margin-bottom: 20px;
}

@media (max-width: 1536px) {
  .compl__item-wrap {
    gap: 30px;
  }
  .compl__price {
    gap: 20px;
  }
  .compl-title__date {
    font-size: 18px;
  }
}
@media (max-width: 1359px) {
  .compl__price-new {
    font-size: 16px;
  }
  .compl__btn.btn {
    padding: 8px 10px;
  }
}
@media (max-width: 767px) {
  .compl__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 10px;
  }
  .compl__params {
    grid-template-columns: repeat(auto-fill, 46%);
    gap: 20px;
    padding: 15px;
    font-size: 14px;
  }
  .compl__btns {
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .compl-title {
    padding: 10px;
  }
}
@media (max-width: 567px) {
  .compl-title__name, .compl-title__date {
    font-size: 16px;
  }
  .compl__btn.btn {
    font-size: 10px;
  }
  .compl__item-wrap {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .compl-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .compl__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 10px;
  }
  .compl__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 374px) {
  .compl__params {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
.personal {
  padding: 80px 0 0;
}
.personal + .personal {
  padding-top: 60px;
}

.personal-swiper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.personal-card {
  position: relative;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 15px rgba(35, 33, 33, 0.2);
          box-shadow: 0px 0px 15px rgba(35, 33, 33, 0.2);
}

.personal-card .sticker-new {
  top: 9px;
  left: 9px;
}

.personal-card .sticker-action,
.personal-card .sticker-hot {
  top: 15px;
  left: 15px;
}

.personal-card__img {
  margin-bottom: 10px;
  width: 100%;
  height: 174px;
  -o-object-fit: contain;
     object-fit: contain;
}

.personal-card__car-name, .personal-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.personal-card__info {
  margin-top: auto;
}

.personal-card__price {
  margin: 20px 0 5px;
  font-size: 22px;
  color: var(--accent01);
}

.personal-card__text {
  font-size: 14px;
}

.personal-card__btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 10px;
  flex-direction: column;
}

.personal-card__btn.btn {
  padding: 10px 25px;
}

.personal-card__btn.btn--white {
  -o-border-image: var(--accent01);
     border-image: var(--accent01);
  -webkit-border-image: -webkit-linear-gradient(right, #69A2E3 0%, #114581 100%);
  border-image-slice: 1;
}
.personal-card__btn.btn--white:hover {
  background: var(--accent01-hover);
  -o-border-image: var(--accent01-hover);
     border-image: var(--accent01-hover);
  -webkit-border-image: -webkit-linear-gradient(right, #114581 0%, #69A2E3 100%);
  border-image-slice: 1;
  color: var(--white);
}

.personal-swiper .swiper-button-next.swiper-button-disabled,
.personal-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}

.personal-swiper .swiper-button-next {
  right: 0px;
}

.personal-swiper .swiper-button-prev {
  left: 0px;
}

.previous__button-next.swiper-button-next,
.previous__button-prev.swiper-button-prev,
.personal__button-next.swiper-button-next,
.personal__button-prev.swiper-button-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: var(--white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 90;
  padding: 2px;
  background-color: var(--text60);
}
.previous__button-next.swiper-button-next:hover,
.previous__button-prev.swiper-button-prev:hover,
.personal__button-next.swiper-button-next:hover,
.personal__button-prev.swiper-button-prev:hover {
  background-color: var(--text);
}

.previous__button-prev.swiper-button-prev::after,
.previous__button-next.swiper-button-next::after,
.personal__button-prev.swiper-button-prev::after,
.personal__button-next.swiper-button-next::after {
  content: none;
}

@media (max-width: 1680px) {
  .personal-card {
    padding: 20px;
  }
}
@media (max-width: 1536px) {
  .personal-card__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .personal-card__img {
    margin-bottom: 5px;
    height: 155px;
  }
  .personal-card__car-name, .personal-card h3 {
    font-size: 16px;
  }
  .personal-card__price {
    margin: 10px 0 5px;
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .personal + .personal {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  h2.inner-h2.personal__title {
    margin-bottom: 0;
  }
  .personal + .personal {
    padding-top: 40px;
  }
}
@media (max-width: 567px) {
  .personal-card__img {
    height: 130px;
  }
}
@media (max-width: 480px) {
  .personal-card__img {
    height: 120px;
  }
}
@media (max-width: 428px) {
  .personal {
    padding-top: 40px;
  }
  .personal + .personal {
    padding-top: 20px;
  }
}

.cat-inner__label {
  padding : 14px 20px;
  display: block;
  background : var(--accent01); 
  color : white;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  cursor : pointer;
}

.cat-inner__list {
  display: none;
  padding: 10px 4%;
  width:100%;
  overflow: hidden;
  background-color: var(--white);
  border-bottom: 1px solid var(--border);
  
} 

.cat-inner__list--open {
  display: block;
} 

.cat-inner__nav {
  width : 100%; 
  background: var(--light-grey);
}

.result_podbor {
  margin-top: 50px;
}

.rf_checkbox_label{
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  color: #69A2E3;
  margin-top: 10px;
  margin-bottom: 10px;
}

input[type=checkbox].rf_checkbox {
  display: block!important;
  width: 20px!important;
  height: 20px!important;
  -webkit-appearance: auto;
margin-right: 10px;

}

.callback.ox_form.ox_callback.form_sender .form_send_result{
  background: white;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  color: #9b292c;
}

.model-banner-top {
  margin-bottom: 30px;
}

.inner-page__text.paragraph ul {
  list-style: disc;
  padding-left: 30px;
}

/* чекбоксы согласия с ПК */
.checkbox {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.checkbox::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #9A9A9A;
  background-color: var(--white);
  z-index: 3;
  transition: 0.3s;
}
.checkbox::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("img/checkbox.svg");
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 4;
}
.checkbox:checked::after {
  opacity: 1;
}
.checkbox:checked::before {
  border-color: var(--accent01);
  background-color: var(--accent01);
}
.approval-pd {
  display: flex;
  align-items: start;
  gap: 12px;
  margin: 0 0 12px;
  font-size: 12px!important;
  font-weight: 400;
  line-height: 1.3;
  order: 2;
}
.approval-pd__input,
form.ox_form.discount__form input.approval-pd__input {
  width: 20px;
  height: 20px;
  display: block;
}
a.approval-pd__link {
  display: inline;
  color: var(--accent01);
}
a.approval-pd__link:hover {
  text-decoration: underline;
}

.approval-pd span {
  text-align: left;
}
.approval-pd__input.checkbox,
form.ox_form.discount__form input.approval-pd__input.checkbox,
.sale-form input.approval-pd__input.checkbox {
  margin: 0!important;
  padding: 0!important;
  width: 20px!important;
  height: 20px!important;
  flex-shrink: 0;
}

form.ox_form.discount__form .approval-pd,
.sale-form .approval-pd {
  margin: 12px 0!important;
}
form.ox_form.discount__form input.approval-pd__input.checkbox,
.sale-form input.approval-pd__input.checkbox {
  border: none!important;
  background-color: transparent!important;
}
form.ox_form.discount__form .approval-pd,
form.ox_form.sale-form .approval-pd {
  font-size: 12px!important;
  font-weight: 400;
}
.discount__form .approval-pd,
.sale-form .approval-pd {
  order: 0!important;
  color: var(--white);
}
form.ox_form.modalka .approval-pd,
.new-form .approval-pd,
.new-form .approval-pd__link {
  font-size: 12px!important;
  font-weight: 400;
}
.callback .approval-pd,
.callback a.approval-pd__link,
.vtb-form a.approval-pd__link,
.trade-form a.approval-pd__link,
.model-form a.approval-pd__link {
  color: var(--white);
}
.end-to-end__form-wrapper .approval-pd,
.end-to-end__form-wrapper a.approval-pd__link {
  color: var(--white);
}
.vtb-form .checkbox:checked::before,
.modal-trade .checkbox:checked::before,
.trade-form .checkbox:checked::before,
.model-form .checkbox:checked::before {
  border-color: var(--white);
  background-color: var(--accent01);

}
.callback .checkbox:checked::before {
  border-color: var(--white);
  background-color: var(--accent02);
}
.finance .approval-pd {
  margin: 12px 0;
  max-width: 600px;
}
.model-form .approval-pd,
.trade-form .approval-pd {
  margin: 12px 0;
}
.new-form .approval-pd {
  margin: 12px 0;
  order: 0;
}
/* КОНЕЦ чекбоксы согласия с ПК */