/* ---------- base ---------- */
@font-face {
  font-family: 'MuseoSansCyrl-100';
  src: url("../fonts/MuseoSansCyrl-100.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl-100Italic';
  src: url("../fonts/MuseoSansCyrl-100Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl-300';
  src: url("../fonts/MuseoSansCyrl-300.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl-500';
  src: url("../fonts/MuseoSansCyrl-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl-700';
  src: url("../fonts/MuseoSansCyrl-700.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl-900';
  src: url("../fonts/MuseoSansCyrl-900.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  font: 18px/1.3 "MuseoSansCyrl-500", sans-serif;
  background: #fff;
  color: #000;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

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

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

button, select, input, textarea {
  outline: none;
}

figure {
  margin: 0;
}

img {
  display: block;
}

label {
  display: none;
}

/* ---------- classes ---------- */
.container {
  max-width: 100%;
  min-width: 320px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.nowrap {
  white-space: nowrap;
}

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

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.timer {
  max-width: 282px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.timer .time {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.timer .time-item {
  box-sizing: border-box;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2px;
  color: #3258a4;
}

.timer .time-item:first-child {
  margin-left: 0;
}

.timer .time-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.timer .time-num span {
  width: 0.7em;
  text-align: center;
  font: 24px/1 "MuseoSansCyrl-700", sans-serif;
  color: #ff5a00;
}

.timer .time-text {
  font: 14px "MuseoSansCyrl-500", sans-serif;
  color: #666;
}

/***** timer-box *****/
.timer-box__title {
  margin-bottom: 14px;
  text-align: center;
  font: 18px/1.2 "MuseoSansCyrl-500", sans-serif;
  color: #444;
}

.timer-box__timer {
  max-width: 160px;
}

/***** select-color *****/
.select-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.select-color__title {
  margin-bottom: -0.2em;
  margin-right: 9px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #222;
}

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

.select-color__list-item {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  width: 118px;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  -webkit-transition: border .3s;
  transition: border .3s;
}

@media (max-width: 500px) {
  .select-color__list-item {
    width: 110px;
  }
}

.select-color__list-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 12px;
  background: url(../img/mark_orange.png);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.select-color__list-item:first-child {
  margin-left: 0;
}

.select-color__list-item_active {
  border-color: #ff5a00;
}

.select-color__list-item_active:before {
  opacity: 1;
}

/***** own-select *****/
.own-select {
  width: 126px;
  position: relative;
  z-index: 10;
}

.own-select__selected {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  padding: 0px 18px 0 10px;
  font: 16px/44px Arial;
  color: #333;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  font: 16px/1 "MuseoSansCyrl-100Italic", sans-serif;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

.own-select__selected-box {
  position: relative;
}

.own-select__list {
  display: none;
  position: absolute;
  border-radius: 5px;
  width: 100%;
  background: #ffffff;
  top: -8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.own-select__item {
  cursor: pointer;
  padding: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font: 16px/1 "MuseoSansCyrl-100Italic", sans-serif;
  color: #444;
  background: rgba(238, 238, 238, 0);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.own-select__item-accent {
  font: 18px/1 "MuseoSansCyrl-700", sans-serif;
  color: #232144;
}

.own-select__item:last-child {
  border-radius: 0 0 5px 5px;
}

.own-select__item:hover {
  background: rgba(238, 238, 238, 0.7);
}

.own-select__arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  color: #fff;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.own-select__arrow:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #333 transparent transparent transparent;
}

.own-select_active {
  z-index: 100;
}

.own-select_active .own-select__list {
  z-index: 100;
}

.privacy-modal {
  max-width: 750px;
  padding: 50px;
}

@media (max-width: 767px) {
  .privacy-modal {
    padding: 50px 40px;
  }
}

@media (max-width: 575px) {
  .privacy-modal {
    padding: 40px 30px;
  }
}

.privacy-modal__btn {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transform: rotate(0deg) scale(0.98);
      -ms-transform: rotate(0deg) scale(0.98);
          transform: rotate(0deg) scale(0.98);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.privacy-modal__btn path {
  fill: #ddd;
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.privacy-modal__btn:hover {
  -webkit-transform: rotate(-180deg) scale(1);
      -ms-transform: rotate(-180deg) scale(1);
          transform: rotate(-180deg) scale(1);
}

.privacy-modal__btn:hover path {
  fill: #777;
}

.privacy-modal__title {
  margin-bottom: 30px;
  font-size: 24px;
}

.privacy-modal__paragraphs {
  text-align: justify;
  line-height: 1.5;
  font-size: 18px;
  color: #333;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 10px 50px;
  font: 18px/1 "MuseoSansCyrl-500", sans-serif;
  border: none;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-in-out, background-color .3s ease-in-out;
  transition: color 0.15s ease-in-out, background-color .3s ease-in-out;
}

.btn_yellow {
  background: #fff324;
  font: 24px/1 "MuseoSansCyrl-500", sans-serif;
  padding: 18px 50px;
  border-radius: 10px;
  color: #000;
}

.btn_yellow:hover {
  background: #ffc000;
}

.btn_orange {
  background: #ff5a00;
  font: 18px/1 "MuseoSansCyrl-500", sans-serif;
  padding: 13px 50px;
  border-radius: 10px;
}

.btn_orange:hover {
  background: #ff4200;
}

.btn_white {
  font: 18px/1 "MuseoSansCyrl-500", sans-serif;
  padding: 11px 72px 12px;
  border-radius: 10px;
  border: 1px solid #fff;
  text-transform: none;
  background: transparent;
}

.btn_white:hover {
  background: #fff;
  color: #1c1548;
}

.btn_block {
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.h1 {
  font: 36px/1.2 "MuseoSansCyrl-900", sans-serif;
  text-transform: uppercase;
  color: #232144;
}

@media (max-width: 1199px) {
  .h1 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .h1 {
    font-size: 33px;
  }
}

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

@media (max-width: 500px) {
  .h1 {
    font-size: 28px;
  }
}

.h2 {
  font: 36px/1 "MuseoSansCyrl-700", sans-serif;
  text-transform: uppercase;
  color: #ffc000;
}

@media (max-width: 575px) {
  .h2 {
    font-size: 34px;
  }
}

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

.h2_color {
  color: #fff;
}

.h2_color span {
  display: block;
  color: #ffc000;
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.price__old {
  display: inline-block;
  position: relative;
  padding: 0 2px;
  font: 30px/1 "MuseoSansCyrl-300", sans-serif;
  color: #fff;
}

.price__old:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #ff0000;
}

.price__current {
  font: 40px/1 "MuseoSansCyrl-700", sans-serif;
  color: #ffde00;
}

.order-form input {
  display: inline-block;
  width: 100%;
  height: 44px;
  padding: 0 20px;
  font: 16px/44px "MuseoSansCyrl-500", sans-serif;
  color: #444;
  border: 1px solid #232144;
  border-radius: 10px;
  -webkit-transition: border-color .1s;
  transition: border-color .1s;
}

.order-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444;
}

.order-form input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #444;
}

.order-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #444;
}

.order-form input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #444;
}

.order-form input:focus {
  border-color: rgba(35, 33, 68, 0.5);
}

.order-form input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444;
}

.order-form input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #444;
}

.order-form input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #444;
}

.order-form input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #444;
}

.order-form button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 10px 50px;
  font: 18px/1 "MuseoSansCyrl-500", sans-serif;
  border: none;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-in-out, background-color .3s ease-in-out;
  transition: color 0.15s ease-in-out, background-color .3s ease-in-out;
  background: #ff5a00;
  font: 18px/1 "MuseoSansCyrl-500", sans-serif;
  padding: 13px 50px;
  border-radius: 10px;
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.order-form button:focus {
  outline: none;
}

.order-form button:hover {
  background: #ff4200;
}

.order-form .form-group {
  margin-bottom: 10px;
}

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

.tt {
  text-transform: uppercase;
}

.wsn {
  white-space: nowrap;
}

.tac {
  text-align: center;
}

.stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.star {
  margin-left: 5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 15px;
  height: 15px;
  background: no-repeat 0 0/contain;
}

.star:first-child {
  margin-left: 0;
}

.star_full {
  background-image: url(../img/star_full.png);
}

.star_empty {
  background-image: url(../img/star_empty.png);
}

.btn-box {
  max-width: 340px;
  width: 100%;
}

.btn-box__btn {
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-box__notice {
  margin-top: 7px;
  text-align: center;
  color: #fff324;
  text-shadow: 0 0 10px #000;
}

.logo-box {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 313px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo-box__logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 64.9%;
}

.logo-box__bmw {
  width: 32%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.sale-circle {
  font-size: 100px;
  width: 2.6em;
  height: 2.6em;
  border-radius: 50%;
  background: #2d6580;
  border: 0.09em solid #232144;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}

.sale-circle__sale {
  position: relative;
  z-index: 2;
  height: 38%;
  padding-top: 9%;
  font: 0.5em/1.2 "MuseoSansCyrl-700", sans-serif;
  background: #ffc000;
  color: #232144;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}

.sale-circle__price {
  padding-top: 7%;
  height: 62%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #1e92ca;
  background: -webkit-linear-gradient(top, #1e92ca 0%, #2d6580 100%);
  background: linear-gradient(to bottom, #1e92ca 0%, #2d6580 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e92ca', endColorstr='#2d6580',GradientType=0 );
}

.sale-circle__price .price__old {
  font-size: 0.3em;
}

.sale-circle__price .price__current {
  margin-top: 5%;
  font-size: 0.4em;
}

.sale-circle_blue {
  border-color: #1e92ca;
}

/***** tabs *****/
.tabs {
  position: relative;
}

.tabs__tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

.tabs__tab-wrap {
  width: 100%;
}

.tabs__tab-2 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tabs__tab-3 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs__tab_active {
  z-index: 10;
}

.tabs__tab_active.tabs__tab {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/***** close-btn *****/
.close-btn {
  cursor: pointer;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0deg) scale(0.98);
      -ms-transform: rotate(0deg) scale(0.98);
          transform: rotate(0deg) scale(0.98);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.close-btn path {
  fill: #ddd;
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.close-btn:hover {
  -webkit-transform: rotate(-180deg) scale(1);
      -ms-transform: rotate(-180deg) scale(1);
          transform: rotate(-180deg) scale(1);
}

.close-btn:hover path {
  fill: #777;
}

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

.rating .star {
  cursor: pointer;
}

.rating .star:first-child {
  margin-left: 0;
}

.rating .star,
.rating.vote-cast .star.selected ~ .star {
  background: url(../img/star_empty.png);
}

.rating.vote-cast .star {
  background: url(../img/star_full.png);
}

/***** video *****/
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000000;
}

.video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 0;
  width: 68px;
  height: 48px;
  border: none;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.video__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
}

.video__button-icon {
  fill: #ffffff;
}

.video__button:focus {
  outline: none;
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}

/* Enabled */
.video--enabled {
  cursor: pointer;
}

.video--enabled .video__button {
  display: block;
}

/***** hidden tmp blocks *****/
.tmp {
  display: none;
}

/* ---------- partials ---------- */
/***** wrapper *****/
.wrapper {
  overflow: hidden;
}

/***** header *****/
.header {
  height: 842px;
  padding-top: 30px;
  background: #cbdadd url(../img/header-bg.jpg) no-repeat 50% 100%;
  background-size: 1920px;
}

@media (max-width: 1199px) {
  .header {
    background-size: 1700px;
  }
}

@media (max-width: 991px) {
  .header {
    height: 700px;
    background-size: 1400px;
    background-position: 47% 100%;
  }
}

@media (max-width: 767px) {
  .header {
    height: auto;
    padding-top: 0;
    background: #0b0728;
  }
}

.header .container {
  height: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .header .top-box {
    position: relative;
    margin-bottom: -20px;
    padding-top: 30px;
    padding-bottom: 330px;
  }
}

@media (max-width: 575px) {
  .header .top-box {
    padding-bottom: 60vw;
  }
}

.header .top-box:before {
  font-size: 100px;
  width: 8em;
  height: 10em;
  background: #cbdadd url(../img/header-bg.jpg) no-repeat 0 0/contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-48%);
      -ms-transform: translateX(-48%);
          transform: translateX(-48%);
}

@media (max-width: 767px) {
  .header .top-box:before {
    content: "";
    display: block;
    bottom: 0;
    background-position: 0 100%;
  }
}

@media screen and (max-width: 575px) {
  .header .top-box:before {
    width: 160vw;
    background-image: url(../img/header-bg.jpg);
  }
}

.header .top-box-bg {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .header .top-box-bg {
    display: block;
    position: relative;
    z-index: 10;
  }
}

.header .top-box .section-title {
  max-width: 100%;
  width: 100%;
  margin-top: 0.58em;
  margin-left: 26px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

@media (max-width: 1199px) {
  .header .top-box .section-title {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .header .top-box .section-title {
    margin-top: -0.22em;
  }
}

@media (max-width: 767px) {
  .header .top-box .section-title {
    margin: 0;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .header .top-box .section-title {
    max-width: 14em;
    margin: 0 auto;
  }
}

.header .logo-box {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (max-width: 991px) {
  .header .logo-box {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .header .logo-box {
    width: 280px;
    margin: 0 auto 40px;
  }
}

@media (max-width: 575px) {
  .header .logo-box {
    margin: 0 auto 25px;
  }
}

.header .sale-circle {
  position: absolute;
  top: 140px;
  left: 17px;
}

@media (max-width: 991px) {
  .header .sale-circle {
    top: 100px;
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .header .sale-circle {
    font-size: 100px;
    position: relative;
    margin: 0 auto 30px;
    left: auto;
    top: auto;
  }
}

.header .btn-box {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .header .btn-box {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 auto;
  }
}

/***** advantages *****/
.advantages {
  padding: 96px 0 150px;
  background: #0b0728 url(../img/a-bg.jpg) no-repeat 50% 100%/cover;
}

@media (max-width: 767px) {
  .advantages {
    padding: 96px 0 100px;
    background-color: #0b0728;
    background-size: 1000px;
    background-position: 50% -50px;
  }
}

@media (max-width: 575px) {
  .advantages {
    background-size: 650px;
    padding: 96px 0 60px;
    background-image: url(../img/a-bg_mob.jpg);
  }
}

.advantages .section-title {
  margin-bottom: 94px;
  text-align: center;
}

@media (max-width: 767px) {
  .advantages .section-title {
    margin-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .advantages .section-title {
    margin-bottom: 50px;
  }
}

.advantages .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .advantages .items {
    margin: 0 60px -40px;
  }
}

@media (max-width: 767px) {
  .advantages .items {
    margin: 0;
  }
}

.advantages .item {
  width: 23%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .advantages .item {
    width: 270px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .advantages .item {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 40px;
  }
}

@media (max-width: 767px) {
  .advantages .item:last-child {
    margin-bottom: 0;
  }
}

.advantages .item--icon {
  position: relative;
  max-width: 162px;
  width: 100%;
  margin: 0 auto 35px;
}

@media (max-width: 1199px) {
  .advantages .item--icon {
    max-width: 144px;
  }
}

.advantages .item--icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 50%;
  bottom: -23px;
  background: #374e5e;
  box-shadow: 9px 0 0 #374e5e, -9px 0 0 #374e5e;
}

.advantages .item--title {
  margin-bottom: 18px;
  font: 24px/1.2 "MuseoSansCyrl-500", sans-serif;
  color: #ffc000;
}

.advantages .item--subtitle {
  font: 18px/1.2 "MuseoSansCyrl-300", sans-serif;
  color: #84a2ac;
}

/***** video-section *****/
.video-section {
  position: relative;
  background: #33285e;
  padding: 145px 0 146px;
}

@media (max-width: 991px) {
  .video-section {
    padding: 100px 0 140px;
  }
}

@media (max-width: 500px) {
  .video-section {
    padding: 50px 0 80px;
  }
}

.video-section:before, .video-section:after {
  content: "";
  display: block;
  position: absolute;
}

.video-section:before {
  font-size: 100px;
  width: 9.74em;
  height: 5.72em;
  background: url(../img/v-pic-1.jpg) no-repeat 0 0/contain;
  top: 0;
  right: -212px;
}

@media (max-width: 1199px) {
  .video-section:before {
    font-size: 70px;
    right: -114px;
  }
}

@media (max-width: 991px) {
  .video-section:before {
    display: none;
  }
}

.video-section:after {
  font-size: 100px;
  width: 5.36em;
  height: 8.19em;
  background: url(../img/v-pic-2.jpg) no-repeat 0 0/contain;
  top: 0;
  left: -212px;
}

@media (max-width: 991px) {
  .video-section:after {
    left: auto;
    right: -100px;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    font-size: 75px;
  }
}

@media (max-width: 575px) {
  .video-section:after {
    left: 0;
    right: auto;
    font-size: 55px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.video-section .container {
  position: relative;
  z-index: 11;
}

.video-section .main {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 991px) {
  .video-section .main {
    display: block;
  }
}

.video-section .text {
  width: 350px;
  margin-right: 41px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (max-width: 991px) {
  .video-section .text {
    width: 90%;
    margin-bottom: 170px;
  }
}

@media (max-width: 767px) {
  .video-section .text {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .video-section .text {
    margin-bottom: 130px;
  }
}

.video-section .paragraphs {
  position: relative;
  color: #fff;
}

.video-section .paragraphs:before {
  content: "";
  display: block;
  position: absolute;
  font-size: 100px;
  width: 3em;
  height: 1.48em;
  background: url(../img/logo-black.png) no-repeat 0 0/contain;
  bottom: -77px;
  left: 30px;
}

@media (max-width: 575px) {
  .video-section .paragraphs:before {
    background-image: url(../img/logo-violet.png);
  }
}

.video-section .paragraphs p {
  margin-bottom: 32px;
  position: relative;
  font: 18px/1.5 "MuseoSansCyrl-500", sans-serif;
}

.video-section .paragraphs p:last-child {
  margin-bottom: 0;
}

.video-section .paragraphs p b {
  font-family: "MuseoSansCyrl-900", sans-serif;
  color: #ffc000;
}

.video-section .video-box {
  position: relative;
  margin-top: 65px;
  width: 100%;
}

@media (max-width: 1400px) {
  .video-section .video-box {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .video-section .video-box {
    margin-right: 0;
    width: 95%;
  }
}

@media (max-width: 767px) {
  .video-section .video-box {
    width: 97%;
  }
}

.video-section .video-box:before, .video-section .video-box:after {
  content: "";
  display: block;
  position: absolute;
}

@media (max-width: 767px) {
  .video-section .video-box:before, .video-section .video-box:after {
    display: none;
  }
}

.video-section .video-box:before {
  width: 86%;
  height: 82%;
  top: -14%;
  left: 26%;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

@media (max-width: 1400px) {
  .video-section .video-box:before {
    top: -11%;
    left: 24%;
  }
}

.video-section .video-box:after {
  width: 82%;
  height: 88%;
  top: -21.3%;
  left: 26%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 1400px) {
  .video-section .video-box:after {
    top: -18.3%;
    left: 24%;
  }
}

.video-section .video-wrap {
  position: relative;
  z-index: 5;
}

.video-section .video-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: -7.2%;
  left: 10.7%;
  width: 93.5%;
  height: 80%;
  background: #655190;
}

@media (max-width: 1400px) {
  .video-section .video-wrap:before {
    top: -5.2%;
    left: 9.7%;
    width: 93.5%;
    height: 82%;
  }
}

@media (max-width: 767px) {
  .video-section .video-wrap:before {
    left: 6.7%;
    width: 96.5%;
    height: 97%;
  }
}

.video-section .section-title {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .video-section .section-title {
    max-width: 12em;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .video-section .section-title {
    text-align: center;
    max-width: 10em;
    margin: 0 auto 36px;
  }
}

/***** advantages-2 *****/
.advantages-2 {
  padding-bottom: 140px;
  position: relative;
  z-index: 10;
  background: #33285e url(../img/a2.jpg) no-repeat 50% 0/cover;
}

@media (max-width: 991px) {
  .advantages-2 {
    padding-bottom: 100px;
    background-size: 150%;
    background-position: 50% 100%;
  }
}

@media (max-width: 575px) {
  .advantages-2 {
    padding-bottom: 50px;
    background-image: url(../img/a2_mob.jpg);
  }
}

.advantages-2 .section-title {
  margin-bottom: 92px;
  text-align: center;
}

@media (max-width: 991px) {
  .advantages-2 .section-title {
    margin-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .advantages-2 .section-title {
    margin-bottom: 40px;
  }
}

.advantages-2 .main {
  position: relative;
}

.advantages-2 .items {
  position: absolute;
  width: 100%;
  height: 1px;
}

@media (max-width: 991px) {
  .advantages-2 .items {
    position: static;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    margin: 0 0 -50px;
  }
}

@media (max-width: 500px) {
  .advantages-2 .items {
    max-width: 330px;
    margin: 0 auto -50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -40px;
  }
}

.advantages-2 .items .item {
  position: absolute;
  width: 160px;
}

@media (max-width: 991px) {
  .advantages-2 .items .item {
    position: static;
    margin: 0 10px 50px;
    width: 180px;
  }
}

@media (max-width: 500px) {
  .advantages-2 .items .item {
    width: 145px;
    margin: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .advantages-2 .items .item:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}

.advantages-2 .items .item--icon {
  max-width: 128px;
  width: 100%;
  margin: 0 auto 13px;
}

@media (max-width: 1199px) {
  .advantages-2 .items .item--icon {
    max-width: 100px;
  }
}

@media (max-width: 991px) {
  .advantages-2 .items .item--icon {
    max-width: 128px;
  }
}

@media (max-width: 575px) {
  .advantages-2 .items .item--icon {
    max-width: 120px;
  }
}

.advantages-2 .items .item--title {
  font: 18px/1.1 "MuseoSansCyrl-500", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #ffc000;
}

@media (max-width: 500px) {
  .advantages-2 .items .item--title {
    font-size: 16px;
  }
}

.advantages-2 .items .item:nth-child(1) {
  left: 8.2%;
  top: 0;
}

@media (max-width: 1199px) {
  .advantages-2 .items .item:nth-child(1) {
    left: 12%;
  }
}

.advantages-2 .items .item:nth-child(2) {
  right: 30.1%;
  top: 0;
}

@media (max-width: 1199px) {
  .advantages-2 .items .item:nth-child(2) {
    right: 28%;
  }
}

.advantages-2 .items .item:nth-child(3) {
  left: 0.3%;
  top: 220px;
}

.advantages-2 .items .item:nth-child(4) {
  right: 15%;
  top: 136px;
}

@media (max-width: 1199px) {
  .advantages-2 .items .item:nth-child(4) {
    right: 12%;
  }
}

.advantages-2 .items .item:nth-child(5) {
  right: 0.1%;
  top: 270px;
}

@media (max-width: 1199px) {
  .advantages-2 .items .item:nth-child(5) {
    top: 320px;
  }
}

.advantages-2 .bottom-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.advantages-2 .bottom-box .bottom {
  margin-top: -45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .advantages-2 .bottom-box .bottom {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .advantages-2 .bottom-box .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.advantages-2 .price {
  margin-right: 67px;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .advantages-2 .price {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.advantages-2 .price__current {
  margin-top: 10px;
}

.advantages-2 .btn {
  padding: 18px 40px;
}

@media (max-width: 400px) {
  .advantages-2 .btn {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.advantages-2 .boots {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  left: -6px;
  bottom: 28px;
  width: 100%;
  max-width: 1027px;
  margin: 0 auto 2px;
}

@media (max-width: 1199px) {
  .advantages-2 .boots {
    left: 0px;
    max-width: 650px;
    margin: 60px auto 90px;
  }
}

@media (max-width: 991px) {
  .advantages-2 .boots {
    position: static;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .advantages-2 .boots {
    margin: 0 auto 0px;
  }
}

/***** gallery *****/
.gallery {
  background: #040816;
}

.gallery .container {
  max-width: 1442px;
  padding: 0;
}

.gallery .pics {
  position: relative;
}

.gallery .pics::after {
  display: block;
  content: "";
  clear: both;
}

@media (max-width: 500px) {
  .gallery .pics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.gallery .pic {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  float: left;
  width: 33.333%;
}

@media (max-width: 500px) {
  .gallery .pic {
    float: none;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .gallery .pic img {
    margin: 0 auto;
  }
}

.gallery .pic:nth-child(1) {
  width: 33.363%;
}

@media (max-width: 500px) {
  .gallery .pic:nth-child(1) {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.gallery .pic:nth-child(3) {
  margin-right: 7.5%;
}

@media (max-width: 500px) {
  .gallery .pic:nth-child(3) {
    margin: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.gallery .pic:nth-child(4) {
  margin-left: -7.53%;
  margin-top: -20.53%;
}

@media (max-width: 500px) {
  .gallery .pic:nth-child(4) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin: 0;
  }
}

.gallery .pic:nth-child(5) {
  width: 66.66%;
}

@media (max-width: 500px) {
  .gallery .pic:nth-child(5) {
    width: 100%;
  }
}

/***** spec *****/
.spec {
  padding: 146px 0;
  position: relative;
  background: #1c1548;
  background: -webkit-linear-gradient(left, #1c1548 0%, #655190 100%);
  background: linear-gradient(to right, #1c1548 0%, #655190 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1548', endColorstr='#655190',GradientType=1 );
}

@media (max-width: 991px) {
  .spec {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .spec {
    padding: 100px 0;
  }
}

@media (max-width: 575px) {
  .spec {
    padding: 80px 0;
  }
}

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

.spec:before {
  content: "";
  display: block;
  position: absolute;
  font-size: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-47%);
      -ms-transform: translateY(-47%);
          transform: translateY(-47%);
  right: -210px;
  width: 3.67em;
  height: 6.3em;
  background: url(../img/s-car.png) no-repeat 0 0/contain;
}

@media (max-width: 1500px) {
  .spec:before {
    display: none;
  }
}

.spec .container {
  position: relative;
}

.spec .main {
  position: relative;
  z-index: 10;
}

.spec .section-title {
  position: relative;
  max-width: 350px;
  width: 100%;
  margin: 0 auto 86px;
  text-align: center;
}

@media (max-width: 575px) {
  .spec .section-title {
    margin-bottom: 70px;
  }
}

@media (max-width: 500px) {
  .spec .section-title {
    margin-bottom: 50px;
  }
}

.spec .section-title:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/puma-1.png) no-repeat 0 0/contain;
  font-size: 100px;
  width: 1.53em;
  height: 1.19em;
  top: 1px;
  left: 50%;
  -webkit-transform: translateX(-289px) translateY(-58px);
      -ms-transform: translateX(-289px) translateY(-58px);
          transform: translateX(-289px) translateY(-58px);
}

@media (max-width: 991px) {
  .spec .section-title:before {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}

.spec .section-title div {
  position: relative;
  z-index: 2;
}

.spec .pic {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 58px;
  right: 36px;
  width: 551px;
}

@media (max-width: 1500px) {
  .spec .pic {
    right: -60px;
  }
}

@media (max-width: 1199px) {
  .spec .pic {
    width: 420px;
    right: -40px;
    top: 100px;
  }
}

@media (max-width: 991px) {
  .spec .pic {
    position: static;
    width: 550px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .spec .pic {
    width: 100%;
  }
}

.spec .pic:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/s-pic-1-bg.png) no-repeat 0 0/contain;
  top: -31.9%;
  left: 21.8%;
  width: 61%;
  height: 130%;
}

@media (max-width: 991px) {
  .spec .pic:before {
    display: none;
  }
}

.spec .pic .img {
  padding: 15% 0 20%;
}

@media (max-width: 991px) {
  .spec .pic .img {
    padding: 0;
  }
}

.spec .list {
  position: relative;
  width: 100%;
  max-width: 560px;
}

@media (max-width: 1500px) {
  .spec .list {
    margin-left: 120px;
  }
}

@media (max-width: 1199px) {
  .spec .list {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .spec .list {
    margin: 0 auto 50px;
  }
}

.spec .list:before {
  content: "";
  display: block;
  position: absolute;
  font-size: 100px;
  width: 1.03em;
  height: 3.35em;
  background: url(../img/logo-3.png) no-repeat 0 0/contain;
  top: 5px;
  left: -151px;
  opacity: .5;
}

@media (max-width: 1500px) {
  .spec .list:before {
    left: -135px;
  }
}

@media (max-width: 1199px) {
  .spec .list:before {
    display: none;
  }
}

.spec .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 16px;
  padding-left: 20px;
}

.spec .list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 11px;
  background: url(../img/mark-1.png) no-repeat 0 0;
  top: 0.4em;
  left: 0;
}

.spec .list li:last-child {
  margin-bottom: 0;
}

.spec .list li span {
  font: 20px/1.2 "MuseoSansCyrl-500", sans-serif;
  color: #fff;
}

@media (max-width: 575px) {
  .spec .list li span {
    font-size: 19px;
  }
}

@media (max-width: 500px) {
  .spec .list li span {
    font-size: 18px;
  }
}

.spec .list li span:first-child {
  width: 48.7%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 15px;
  font-family: "MuseoSansCyrl-100", sans-serif;
}

@media (max-width: 500px) {
  .spec .list li span:first-child {
    width: 40%;
  }
}

/***** product-section *****/
.product-section {
  position: relative;
}

.product-section:before, .product-section:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .product-section:before, .product-section:after {
    display: none;
  }
}

.product-section:before {
  width: 50.3%;
  left: 0;
  background: #1c1548;
}

.product-section:after {
  width: 49.7%;
  right: 0;
  background: #e8e8e8;
}

.product-section .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .product-section .container {
    padding-top: 140px;
  }
}

.product-section-wrap {
  padding: 120px 0 130px;
  position: relative;
  z-index: 10;
  background: url(../img/ps-bg.jpg) no-repeat center 0/contain;
}

@media (max-width: 991px) {
  .product-section-wrap {
    padding: 80px 0;
    background-image: url(../img/ps-bg-tablet.jpg);
    background-size: cover;
  }
}

@media (max-width: 500px) {
  .product-section-wrap {
    padding: 50px 0;
  }
}

.product-section .left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 850px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1199px) {
  .product-section .left {
    width: 650px;
  }
}

@media (max-width: 991px) {
  .product-section .left {
    position: static;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0;
  }
}

@media (max-width: 500px) {
  .product-section .left {
    margin-bottom: 20px;
  }
}

.product-section .right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 300px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .product-section .right {
    width: 100%;
  }
}

.product-section .right .title {
  position: relative;
  margin-left: -0.1em;
  margin-bottom: 12px;
  padding-right: 70px;
  font: 36px/1 "MuseoSansCyrl-700", sans-serif;
  text-transform: uppercase;
  color: #232144;
}

@media (max-width: 991px) {
  .product-section .right .title-box {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 12px;
  }
}

.product-section .right .title .sale {
  position: absolute;
  top: 0.1em;
  right: 0;
  width: 62px;
  height: 62px;
  font: 24px/62px "MuseoSansCyrl-500", sans-serif;
  text-align: center;
  border-radius: 10px;
  background: #ff0000;
  color: #fff;
}

.product-section .stars-box {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-section .stars-box .reviews-link {
  margin-left: 10px;
  font: 16px/1 "MuseoSansCyrl-500", sans-serif;
  color: #666;
}

.product-section .price {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

.product-section .price__old {
  font-family: "MuseoSansCyrl-300", sans-serif;
  color: #444;
}

.product-section .price__old:before {
  background: #ff0000;
}

.product-section .price__current {
  margin-top: 0.2em;
  font-family: "MuseoSansCyrl-700", sans-serif;
  color: #ff5a00;
}

.product-section .logo-box {
  margin-left: 15px;
  margin-top: 3px;
  margin-bottom: -52px;
}

@media (max-width: 991px) {
  .product-section .logo-box {
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.product-section .timer-box {
  margin-bottom: 20px;
}

.product-section .ps-list-item {
  font: 18px/1.2 "MuseoSansCyrl-500", sans-serif;
  color: #444;
}

.product-section .select-size {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-section .select-size__title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
}

.product-section .select-size__own-select {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.product-section .select-color {
  margin-bottom: 16px;
}

.product-section .product-pics--pics {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .product-section .product-pics--pics {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.product-section .product-pics--small {
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 20px;
  position: relative;
  font-size: 100px;
  width: 1.3em;
  height: 1.3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .product-section .product-pics--small {
    font-size: 20vw;
  }
}

.product-section .product-pics--small:before, .product-section .product-pics--small:after {
  content: "";
  display: block;
  position: absolute;
}

.product-section .product-pics--small:before {
  z-index: 1;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 90, 0, 0);
  -webkit-transition: border .5s .1s;
  transition: border .5s .1s;
}

@media (max-width: 575px) {
  .product-section .product-pics--small:before {
    background: #1c1548;
  }
}

.product-section .product-pics--small:after {
  z-index: 2;
  border-radius: 50%;
  opacity: 0;
  width: 0%;
  height: 0%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-section .product-pics--small img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.product-section .product-pics--small-pic {
  position: relative;
  z-index: 5;
  width: 100%;
  -webkit-transform: translate(0px, 0px) scale(1);
      -ms-transform: translate(0px, 0px) scale(1);
          transform: translate(0px, 0px) scale(1);
  opacity: 1;
  -webkit-transition: opacity .3s, -webkit-transform .3s, -webkit-filter .3s;
  transition: opacity .3s, -webkit-transform .3s, -webkit-filter .3s;
  transition: transform .3s, opacity .3s, filter .3s;
  transition: transform .3s, opacity .3s, filter .3s, -webkit-transform .3s, -webkit-filter .3s;
}

.product-section .product-pics--small:nth-child(1) .product-pics--small-pic {
  -webkit-transition: opacity .14s 0s, -webkit-transform .2s 0s;
  transition: opacity .14s 0s, -webkit-transform .2s 0s;
  transition: transform .2s 0s, opacity .14s 0s;
  transition: transform .2s 0s, opacity .14s 0s, -webkit-transform .2s 0s;
}

.product-section .product-pics--small:nth-child(2) .product-pics--small-pic {
  -webkit-transition: opacity .14s 0.07s, -webkit-transform .2s 0.07s;
  transition: opacity .14s 0.07s, -webkit-transform .2s 0.07s;
  transition: transform .2s 0.07s, opacity .14s 0.07s;
  transition: transform .2s 0.07s, opacity .14s 0.07s, -webkit-transform .2s 0.07s;
}

.product-section .product-pics--small:nth-child(3) .product-pics--small-pic {
  -webkit-transition: opacity .14s 0.14s, -webkit-transform .2s 0.14s;
  transition: opacity .14s 0.14s, -webkit-transform .2s 0.14s;
  transition: transform .2s 0.14s, opacity .14s 0.14s;
  transition: transform .2s 0.14s, opacity .14s 0.14s, -webkit-transform .2s 0.14s;
}

.product-section .product-pics--small:hover img {
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.product-section .product-pics--small_active:after {
  -webkit-animation: border forwards .4s;
          animation: border forwards .4s;
}

@media (max-width: 575px) {
  .product-section .product-pics--small_active:after {
    -webkit-animation: borderBlue forwards .4s;
            animation: borderBlue forwards .4s;
  }
}

.product-section .product-pics--small_active img {
  -webkit-animation: jump .8s;
          animation: jump .8s;
}

.product-section .product-pics--podium {
  font-size: 100px;
  margin-top: -85px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 5.25em;
  height: 5.25em;
}

@media (max-width: 1199px) {
  .product-section .product-pics--podium {
    margin-top: -46px;
    font-size: 84px;
  }
}

@media (max-width: 991px) {
  .product-section .product-pics--podium {
    margin: 0 auto 30px;
  }
}

@media (max-width: 575px) {
  .product-section .product-pics--podium {
    font-size: 15vw;
  }
}

@media (max-width: 500px) {
  .product-section .product-pics--podium {
    margin-bottom: 10px;
  }
}

.product-section .product-pics--podium:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 76%;
  height: 76%;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0);
}

@media (max-width: 575px) {
  .product-section .product-pics--podium:before {
    background: #1c1548;
  }
}

.product-section .product-pics--big {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.product-section .product-pics--big-pic {
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0.7) rotate(30deg);
      -ms-transform: scale(0.7) rotate(30deg);
          transform: scale(0.7) rotate(30deg);
  -webkit-transition: opacity .2s .2s, -webkit-transform .3s .2s;
  transition: opacity .2s .2s, -webkit-transform .3s .2s;
  transition: opacity .2s .2s, transform .3s .2s;
  transition: opacity .2s .2s, transform .3s .2s, -webkit-transform .3s .2s;
}

.product-section .product-pics--big_active {
  opacity: 1;
}

.product-section .product-pics--big_active .product-pics--big-pic {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.product-section .product-pics--slide {
  padding: 100px 0 0 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .product-section .product-pics--slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    padding-top: 15px;
  }
}

@media (max-width: 500px) {
  .product-section .product-pics--slide {
    display: block;
  }
}

.product-section .product-pics.slide-up .product-pics--small-pic {
  -webkit-transform: translate(80px, 0px) scale(0.8);
      -ms-transform: translate(80px, 0px) scale(0.8);
          transform: translate(80px, 0px) scale(0.8);
  opacity: 0;
}

.product-section .product-pics.slide-up .product-pics--big-pic {
  -webkit-transform: scale(0.7) rotate(30deg);
      -ms-transform: scale(0.7) rotate(30deg);
          transform: scale(0.7) rotate(30deg);
  opacity: 0;
}

.product-section .bottom-box {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

/***** bottom-section *****/
.bottom-section {
  padding-top: 71px;
  background: url(../img/bs-bg.jpg) no-repeat 50% 0/cover;
}

@media (max-width: 500px) {
  .bottom-section {
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  .bottom-section {
    background-image: url(../img/bs-bg_mob.jpg);
  }
}

.bottom-section .container {
  position: relative;
}

.bottom-section .section-title {
  max-width: 700px;
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
  font: 36px/1.2 "MuseoSansCyrl-900", sans-serif;
  text-transform: uppercase;
  color: #ffc000;
}

@media (max-width: 575px) {
  .bottom-section .section-title {
    font-size: 34px;
  }
}

@media (max-width: 500px) {
  .bottom-section .section-title {
    font-size: 30px;
  }
}

.bottom-section .logo-box {
  margin: 0 auto 50px;
}

@media (max-width: 500px) {
  .bottom-section .logo-box {
    margin: 0 auto 30px;
  }
}

.bottom-section .boots {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1440px;
  height: 560px;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .bottom-section .boots {
    width: 1080px;
  }
}

@media (max-width: 991px) {
  .bottom-section .boots {
    width: 820px;
  }
}

@media (max-width: 767px) {
  .bottom-section .boots {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 90%;
    margin: -18% auto -10%;
  }
}

.bottom-section .boots--boot {
  position: absolute;
}

.bottom-section .boots--boot_left, .bottom-section .boots--boot_right {
  width: 35.4%;
  top: 0;
}

@media (max-width: 1199px) {
  .bottom-section .boots--boot_left, .bottom-section .boots--boot_right {
    top: 120px;
  }
}

@media (max-width: 991px) {
  .bottom-section .boots--boot_left, .bottom-section .boots--boot_right {
    top: 230px;
  }
}

@media (max-width: 767px) {
  .bottom-section .boots--boot_left, .bottom-section .boots--boot_right {
    position: static;
    width: 100%;
  }
}

.bottom-section .boots--boot_left {
  left: 7.6%;
}

@media (max-width: 1199px) {
  .bottom-section .boots--boot_left {
    left: 5%;
  }
}

@media (max-width: 767px) {
  .bottom-section .boots--boot_left {
    margin-left: 10%;
    -webkit-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
            transform: rotate(-44deg);
  }
}

.bottom-section .boots--boot_left-blur {
  width: 24.3%;
  left: 0;
}

.bottom-section .boots--boot_right {
  right: 7.6%;
}

@media (max-width: 1199px) {
  .bottom-section .boots--boot_right {
    right: 5%;
  }
}

@media (max-width: 767px) {
  .bottom-section .boots--boot_right {
    -webkit-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
            transform: rotate(44deg);
    margin-left: -60%;
    margin-top: 37%;
  }
}

.bottom-section .boots--boot_right-blur {
  right: 0;
  transform: scale(-1,1);
}

.bottom-section .boots--boot_left-blur, .bottom-section .boots--boot_right-blur {
  width: 24.3%;
  bottom: 0;
}

@media (max-width: 767px) {
  .bottom-section .boots--boot_left-blur, .bottom-section .boots--boot_right-blur {
    display: none;
  }
}

.bottom-section .sale-circle {
  margin: 0 auto 52px;
}

.bottom-section .btn-box {
  margin: 0 auto 20px;
}

/***** reviews-delivery *****/
.reviews-delivery {
  position: relative;
  background: #655190;
  background: -webkit-linear-gradient(-45deg, #655190 0%, #1c1548 100%);
  background: -webkit-linear-gradient(315deg, #655190 0%, #1c1548 100%);
  background: linear-gradient(135deg, #655190 0%, #1c1548 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#655190', endColorstr='#1c1548',GradientType=1 );
}

.reviews-delivery:before {
  content: "";
  display: block;
  position: absolute;
  font-size: 100px;
  width: 13.66em;
  height: 7.52em;
  background: url(../img/r-bg.png) no-repeat 100% 100%;
  bottom: 0;
  right: -215px;
}

@media (min-width: 1600px) {
  .reviews-delivery:before {
    right: 0;
  }
}

/***** delivery *****/
.delivery {
  position: relative;
  padding: 146px 0 146px;
}

@media (max-width: 500px) {
  .delivery {
    padding: 50px 0 80px;
  }
}

.delivery:before {
  content: "";
  display: block;
  position: absolute;
  font-size: 100px;
  width: 7.82em;
  height: 5.69em;
  background: url(../img/d-car.png) no-repeat 0 0/contain;
  top: 50px;
  left: -618px;
}

@media (max-width: 1500px) {
  .delivery:before {
    left: -20%;
    opacity: 0.08;
    font-size: 70px;
    top: 120px;
  }
}

@media (max-width: 767px) {
  .delivery:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 10vw;
  }
}

.delivery .container {
  position: relative;
}

.delivery .container:before {
  content: "";
  display: block;
  position: absolute;
  font-size: 100px;
  width: 4.08em;
  height: 3.59em;
  background: url(../img/road.png) no-repeat 0 0/contain;
  top: -147px;
  right: -313px;
}

@media (max-width: 991px) {
  .delivery .container:before {
    display: none;
  }
}

.delivery .wrap {
  position: relative;
  z-index: 2;
}

.delivery .section-title {
  margin-bottom: 96px;
  text-align: center;
}

@media (max-width: 500px) {
  .delivery .section-title {
    margin-bottom: 50px;
  }
}

.delivery .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .delivery .items {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: 0 40px;
  }
}

.delivery .items .item {
  position: relative;
  width: 263px;
  padding: 50px 14px 67px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  cursor: pointer;
  text-align: center;
  background: transparent;
}

@media (max-width: 1199px) {
  .delivery .items .item {
    width: 225px;
    padding: 40px 7px 50px;
  }
}

@media (max-width: 991px) {
  .delivery .items .item {
    width: 263px;
    padding: 40px 14px 50px;
  }
}

@media (max-width: 767px) {
  .delivery .items .item {
    width: 250px;
    padding: 40px 5px 50px;
  }
}

@media (max-width: 575px) {
  .delivery .items .item {
    cursor: auto;
    padding: 0px 5px 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 500px) {
  .delivery .items .item {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .delivery .items .item:last-child {
    margin-bottom: 0;
  }
}

.delivery .items .item:before, .delivery .items .item:after {
  content: "";
  display: block;
  position: absolute;
}

.delivery .items .item:before {
  z-index: -2;
  width: 79px;
  height: 2px;
  background: url(../img/dots.png) no-repeat 0 0/contain;
  top: 74px;
  left: 100%;
  -webkit-transform: translateX(-28%);
      -ms-transform: translateX(-28%);
          transform: translateX(-28%);
}

@media (max-width: 991px) {
  .delivery .items .item:before {
    top: auto;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.delivery .items .item:after {
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #ffc000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  opacity: 0;
}

@media (max-width: 575px) {
  .delivery .items .item:after {
    display: none;
  }
}

.delivery .items .item:last-child:before {
  display: none;
}

@media (max-width: 991px) {
  .delivery .items .item:last-child:before {
    display: block;
  }
}

.delivery .items .item--num {
  width: 50px;
  height: 50px;
  margin: 0 auto 19px;
  text-align: center;
  font: 24px/50px "MuseoSansCyrl-700", sans-serif;
  border-radius: 50%;
  color: #ff5a00;
  background: #fff;
}

.delivery .items .item--title {
  margin-bottom: 18px;
  font: 24px/1.2 "MuseoSansCyrl-500", sans-serif;
  color: #ffc000;
}

.delivery .items .item--subtitle {
  font: 18px/1.2 "MuseoSansCyrl-500", sans-serif;
  color: #fff;
  color: #fff;
}

.delivery .items .item:hover:after {
  opacity: 1;
}

@media (min-width: 576px) {
  .delivery .items .item:hover .item--num {
    color: #ffc000;
    background: -webkit-linear-gradient(-45deg, #655190 0%, #1c1548 100%);
    background: -webkit-linear-gradient(315deg, #655190 0%, #1c1548 100%);
    background: linear-gradient(135deg, #655190 0%, #1c1548 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#655190', endColorstr='#1c1548',GradientType=1 );
  }
}

@media (min-width: 576px) {
  .delivery .items .item:hover .item--title {
    color: #1c1548;
  }
}

@media (min-width: 576px) {
  .delivery .items .item:hover .item--subtitle {
    color: #222;
  }
}

/***** reviews *****/
.reviews {
  padding-bottom: 130px;
}

.reviews .main {
  position: relative;
  max-width: 653px;
  width: 100%;
}

@media (max-width: 991px) {
  .reviews .main {
    max-width: 100%;
  }
}

.reviews .main:before {
  content: "";
  display: block;
  position: absolute;
  font-size: 100px;
  width: 5.78em;
  height: 4.11em;
  background: url(../img/a2-pic.png) no-repeat 0 0/contain;
  bottom: -12px;
  right: -500px;
}

@media (max-width: 1199px) {
  .reviews .main:before {
    display: none;
  }
}

.reviews .section-title {
  margin-bottom: 92px;
}

@media (max-width: 991px) {
  .reviews .section-title {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .reviews .section-title {
    margin-bottom: 60px;
  }
}

@media (max-width: 500px) {
  .reviews .section-title {
    margin-bottom: 40px;
  }
}

.reviews .slider {
  width: 100%;
}

.reviews .slider--item {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews .slider--arrows {
  margin-right: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .reviews .slider--arrows {
    width: 100%;
    max-width: 280px;
    margin: 0;
    margin: 0 auto;
  }
}

.reviews .slider--arrows-box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .reviews .slider--arrows-box {
    position: absolute;
    z-index: 100;
    bottom: 30px;
    width: 100%;
  }
}

.reviews .slider--arrows-box:before, .reviews .slider--arrows-box:after {
  content: "";
}

@media (max-width: 767px) {
  .reviews .slider--arrows-box:before, .reviews .slider--arrows-box:after {
    display: none;
  }
}

.reviews .slider--arrows-box:before {
  height: 1px;
  width: 100%;
  background: #fff;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.reviews .slider--arrows-box:after {
  margin-left: 20px;
  width: 32px;
  height: 28px;
  background: url(../img/quotes.png) no-repeat 0 0/contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.reviews .slider--arrow {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url(../img/arrow-back.png) no-repeat 0 0/contain;
}

@media (max-width: 767px) {
  .reviews .slider--arrow {
    width: 44px;
    height: 44px;
    background-image: url(../img/arrow-back_big.png);
  }
}

.reviews .slider--arrow-next {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.reviews .slider--author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

@media (max-width: 767px) {
  .reviews .slider--author {
    display: block;
    width: 140px;
    margin: 0 auto;
    margin-top: auto;
    text-align: center;
  }
}

.reviews .slider--comment {
  margin-bottom: 40px;
  font: 18px/1.5 "MuseoSansCyrl-500", sans-serif;
  color: #fff;
}

.reviews .slider--pic {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
  .reviews .slider--pic {
    margin: 0 auto 10px;
  }
}

.reviews .slider--name {
  font: 24px/1.1 "MuseoSansCyrl-500", sans-serif;
  color: #fff;
}

.reviews .slider .slick-list,
.reviews .slider .slick-track {
  height: 100%;
}

.reviews .slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reviews .feedback-btn {
  position: relative;
  z-index: 100;
  margin: -122px 97px 0 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

@media (max-width: 991px) {
  .reviews .feedback-btn {
    margin: -122px 50px 0 0;
  }
}

@media (max-width: 767px) {
  .reviews .feedback-btn {
    margin: 0;
    margin-top: 30px;
  }
}

.reviews .feedback-btn_active {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.reviews .feedback {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.reviews .feedback:before, .reviews .feedback:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/quotes-icon.png) no-repeat 0 0/contain;
  width: 24px;
  height: 22px;
}

.reviews .feedback:before {
  top: 0;
  left: -50px;
}

.reviews .feedback:after {
  bottom: 0;
  right: -50px;
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.reviews .feedback--wrap {
  position: relative;
}

@media (max-width: 767px) {
  .reviews .feedback--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reviews .feedback .form-control.novalid {
  border: 1px solid red;
}

.reviews .feedback input {
  width: 100%;
  height: 36px;
  border: none;
  padding: 0 20px;
  border-radius: inherit;
  font: 16px/1.2 "MuseoSansCyrl-500", sans-serif;
  color: #333;
}

.reviews .feedback input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444;
}

.reviews .feedback input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #444;
}

.reviews .feedback input:-ms-input-placeholder {
  /* IE 10+ */
  color: #444;
}

.reviews .feedback input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #444;
}

.reviews .feedback input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444;
}

.reviews .feedback input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #444;
}

.reviews .feedback input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #444;
}

.reviews .feedback input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #444;
}

.reviews .feedback textarea {
  display: block;
  border: none;
  width: 100%;
  height: 158px;
  resize: none;
  padding: 10px 20px 0;
  border-radius: inherit;
  font: 16px/1.2 "MuseoSansCyrl-500", sans-serif;
  color: #333;
}

.reviews .feedback textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444;
}

.reviews .feedback textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #444;
}

.reviews .feedback textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #444;
}

.reviews .feedback textarea:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #444;
}

.reviews .feedback textarea:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444;
}

.reviews .feedback textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #444;
}

.reviews .feedback textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #444;
}

.reviews .feedback textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #444;
}

.reviews .feedback--stars-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 20px;
  background: #fff;
  height: 36px;
  display: flex;
  border-radius: inherit;
}

.reviews .feedback--stars-title {
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font: 16px/1.2 "MuseoSansCyrl-500", sans-serif;
  color: #444;
}

.reviews .feedback--form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .reviews .feedback--form {
    margin-bottom: 0;
  }
}

.reviews .feedback--item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}

.reviews .feedback--item:nth-child(1) {
  width: 244px;
}

@media (max-width: 767px) {
  .reviews .feedback--item:nth-child(1) {
    width: 90%;
    margin-bottom: 10px;
  }
}

.reviews .feedback--item:nth-child(2) {
  margin-left: 18px;
  width: 254px;
}

@media (max-width: 767px) {
  .reviews .feedback--item:nth-child(2) {
    width: 90%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.reviews .feedback--item:nth-child(3) {
  margin-top: 17px;
  width: 100%;
}

@media (max-width: 767px) {
  .reviews .feedback--item:nth-child(3) {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.reviews .feedback--photo {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #fff;
}

@media (max-width: 767px) {
  .reviews .feedback--photo {
    margin: 0 auto 10px;
  }
}

.reviews .feedback--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

.reviews .feedback--photo label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.reviews .feedback--photo input {
  cursor: pointer;
  position: absolute;
  top: -200px;
  left: 0;
  width: 1px;
  height: 1px;
}

.reviews .feedback--photo:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../img/cross-icon.png) no-repeat 0 0/contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.reviews .feedback--photo-title {
  color: #fff;
  text-align: center;
}

.reviews .feedback--photo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: transparent;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media (max-width: 767px) {
  .reviews .feedback--photo-box {
    display: block;
    height: auto;
  }
}

.reviews .feedback--photo_active:before {
  display: none;
}

.reviews .feedback--close-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.reviews .feedback--close-btn:hover {
  -webkit-transform: rotate(-180deg) scale(1);
      -ms-transform: rotate(-180deg) scale(1);
          transform: rotate(-180deg) scale(1);
}

.reviews .feedback--close-btn:hover path {
  fill: #ddd;
}

.reviews .thank {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .reviews .thank {
    position: relative;
    right: -20%;
  }
}

@media (max-width: 991px) {
  .reviews .thank {
    position: static;
  }
}

.reviews .thank--icon {
  width: 60px;
  margin: 0 auto 20px;
}

.reviews .thank--text {
  color: #fff;
  text-align: center;
}

.reviews .bottom-btn {
  text-align: right;
}

@media (max-width: 767px) {
  .reviews .bottom-btn {
    text-align: center;
  }
}

/***** footer *****/
.footer {
  padding: 17px 0 17px;
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 575px) {
  .footer {
    background: #0b0728;
  }
}

@media (max-width: 500px) {
  .footer {
    padding: 8px 0 10px;
  }
}

.footer .items {
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1199px) {
  .footer .items {
    margin: 0;
    display: block;
    text-align: center;
  }
}

.footer .item {
  color: #888;
  font: 14px/1.2 "MuseoSansCyrl-500", sans-serif;
}

@media (max-width: 500px) {
  .footer .item {
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .footer .item {
    font-size: 12px;
  }
}

.footer .item:nth-child(2) {
  padding: 0 10px;
}

@media (max-width: 1199px) {
  .footer .item:nth-child(2) {
    padding: 0;
  }
}

.footer [data-remodal-target="privacy-modal"] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #888;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.footer [data-remodal-target="privacy-modal"]:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #888;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(3px) scale(0.97);
      -ms-transform: translateY(3px) scale(0.97);
          transform: translateY(3px) scale(0.97);
  background: #fff;
  opacity: 0;
  -webkit-transition: background-color .3s, opacity .3s, -webkit-transform .3s;
  transition: background-color .3s, opacity .3s, -webkit-transform .3s;
  transition: transform .3s, background-color .3s, opacity .3s;
  transition: transform .3s, background-color .3s, opacity .3s, -webkit-transform .3s;
}

.footer [data-remodal-target="privacy-modal"]:hover {
  color: #fff;
}

.footer [data-remodal-target="privacy-modal"]:hover:before {
  background: #fff;
  -webkit-transform: translateY(0px) scale(1);
      -ms-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1);
  opacity: 1;
}

/* ---------- plugins own settings ---------- */
.slick-slide {
  outline: none !important;
}

.remodal-overlay {
  background: rgba(51, 51, 51, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
          animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
          animation-name: remodal-overlay-closing-keyframes;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal.remodal-is-closing {
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
          animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
          animation-name: remodal-closing-keyframes;
}

@-webkit-keyframes remodal-opening-keyframes {
  0% {
    -webkit-transform: translateY(-15vw);
            transform: translateY(-15vw);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  0% {
    -webkit-transform: translateY(-15vw);
            transform: translateY(-15vw);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    -webkit-transform: translateX(-15vw);
            transform: translateX(-15vw);
    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    -webkit-transform: translateX(-15vw);
            transform: translateX(-15vw);
    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.remodal-wrapper.remodal-is-opening {
  overflow-x: hidden;
}

.remodal-wrapper.remodal-is-closing {
  overflow: hidden;
}

/* ---------- keyframes ---------- */
@-webkit-keyframes jump {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  33% {
    -webkit-transform: translate(0px, -7px);
            transform: translate(0px, -7px);
  }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes jump {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  33% {
    -webkit-transform: translate(0px, -7px);
            transform: translate(0px, -7px);
  }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes border {
  from {
    opacity: 0;
    width: 40%;
    height: 40%;
    border: 2px solid rgba(255, 90, 0, 0);
    background: #ff5a00;
  }
  30% {
    background: #ff5a00;
    border: 2px solid rgba(255, 90, 0, 0);
  }
  60% {
    border: 2px solid rgba(255, 90, 0, 0);
  }
  to {
    background: #fff;
    border: 2px solid #ff5a00;
    width: 80%;
    height: 80%;
    opacity: 1;
  }
}

@keyframes border {
  from {
    opacity: 0;
    width: 40%;
    height: 40%;
    border: 2px solid rgba(255, 90, 0, 0);
    background: #ff5a00;
  }
  30% {
    background: #ff5a00;
    border: 2px solid rgba(255, 90, 0, 0);
  }
  60% {
    border: 2px solid rgba(255, 90, 0, 0);
  }
  to {
    background: #fff;
    border: 2px solid #ff5a00;
    width: 80%;
    height: 80%;
    opacity: 1;
  }
}

@-webkit-keyframes borderBlue {
  from {
    opacity: 0;
    width: 40%;
    height: 40%;
    border: 2px solid rgba(255, 90, 0, 0);
    background: #ff5a00;
  }
  30% {
    background: #ff5a00;
    border: 2px solid rgba(255, 90, 0, 0);
  }
  60% {
    border: 2px solid rgba(255, 90, 0, 0);
  }
  to {
    background: #1c1548;
    border: 2px solid #ff5a00;
    width: 80%;
    height: 80%;
    opacity: 1;
  }
}

@keyframes borderBlue {
  from {
    opacity: 0;
    width: 40%;
    height: 40%;
    border: 2px solid rgba(255, 90, 0, 0);
    background: #ff5a00;
  }
  30% {
    background: #ff5a00;
    border: 2px solid rgba(255, 90, 0, 0);
  }
  60% {
    border: 2px solid rgba(255, 90, 0, 0);
  }
  to {
    background: #1c1548;
    border: 2px solid #ff5a00;
    width: 80%;
    height: 80%;
    opacity: 1;
  }
}





/* ===============================
=============================== */

label.error, #umcb-form label.error{
  display: none !important;
  font-size: 0 !important;
}

#umcb-form .order-form {
  box-shadow: none !important;
}

input.error{
  border: 1px solid #ff0000 !important;
}

.order__slider {
  width: 100%;
  max-width: 500px;
  margin-left: 200px;
}

.order__slider img {
  border-radius: 20px;
}

.order__slider .owl-nav {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.order__slider .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #ff5a00 !important;
}

.order__slider .owl-nav button span {
  /* color: #fff !important; */
  font-size: 32px;
  line-height: 30px;
  padding-bottom: 10px;
}

.order__slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: -25px;
}

.order__slider .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ff5a00 !important;
}

.order__slider .owl-dots button.active {
  background: #6b2500 !important;
}

@media (max-width: 1200px) {
  .order__slider {
    margin-left: 80px;
  }
}

@media (max-width: 1000px) {
  .product__man .container {
    padding-top: 0;
  }
  .order__slider {
    margin-bottom: 50px;
    margin-left: 0;
  }
}
