@font-face {
  font-family: "Louis";
  src: local("Louis"), url("../font/louis/louis-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Louis";
  src: local("Louis"), url("../font/louis/louis-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

.order {
  margin-bottom: 11.53846vw;
}

.order__desc {
  font-family: "Louis","Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.38462vw;
  line-height: 2.30769vw;
  margin-bottom: 4.38462vw;
}

.order__tab .custom-select__trigger {
  display: none;
}

.order__tab__buttons .custom-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.07692vw solid #393839;
}

.order__tab__model {
  font-family: "Louis","Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.38462vw;
  line-height: 2vw;
  text-transform: uppercase;
  color: #BDBDBD;
  padding-bottom: 1.46154vw;
  position: relative;
}

.order__tab__model:not(:last-child) {
  margin-right: 4.61538vw;
}

.order__tab__model.selected, .order__tab__model:hover {
  color: #393839;
  cursor: pointer;
}

.order__tab__model.selected::after, .order__tab__model:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.07692vw;
  width: 100%;
  height: 0.30769vw;
  background: #CD9834;
}

.order__tab__form {
  display: none;
  -ms-grid-columns: 30.76923vw 50.30769vw;
      grid-template-columns: 30.76923vw 50.30769vw;
  -webkit-column-gap: 12.53846vw;
          column-gap: 12.53846vw;
  row-gap: 2.30769vw;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition-property: display;
  transition-property: display;
}

.order__tab__form_active {
  display: -ms-inline-grid;
  display: inline-grid;
}

.order__tab__params {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  padding-top: 2.30769vw;
}

.order__tab__params__title {
  font-family: "Louis","Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.07692vw;
  line-height: 1.46154vw;
  color: #828282;
  margin-bottom: 0.84615vw;
}

.order__tab__params__title_colors {
  margin-bottom: 1.07692vw;
}

.order__tab__params__options {
  border: 0.07692vw solid #E6E7E8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 2.30769vw;
}

.order__tab__params__options input {
  display: none;
}

.order__tab__params__options__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.846vw / 3);
  height: 3.53846vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Louis","Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.23077vw;
  line-height: 1.76923vw;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.order__tab__params__options__label_active, .order__tab__params__options__label:hover {
  background: #CD9834;
  color: #FFFFFF;
  cursor: pointer;
}

.order__tab__params__colors {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 1.03846vw;
          column-gap: 1.03846vw;
  row-gap: 1.15385vw;
}

.order__tab__params__colors input {
  display: none;
}

.order__tab__params__colors__label {
  width: 1.92308vw;
  height: 1.92308vw;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.order__tab__params__colors__label::after {
  content: '';
  width: 2.53846vw;
  height: 2.53846vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -0.30769vw;
  left: -0.30769vw;
  display: none;
  z-index: 0;
  border: 0.15385vw solid #CD9834;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.order__tab__params__colors__label_active::after, .order__tab__params__colors__label:hover::after {
  opacity: 1;
  cursor: pointer;
  display: block;
  cursor: pointer;
}

.order__tab__params__colors__label[data-color='white'] {
  background-color: #FFFFFF;
}

.order__tab__params__colors__label[data-color='beige'] {
  background-color: #F9F0D1;
}

.order__tab__params__colors__label[data-color='red'] {
  background-color: #F91313;
}

.order__tab__params__colors__label[data-color='brown'] {
  background-color: #583613;
}

.order__tab__params__colors__label[data-color='crimson'] {
  background-color: #851313;
}

.order__tab__params__colors__label[data-color='blue'] {
  background-color: #2C5EA3;
}

.order__tab__params__colors__label[data-color='black'] {
  background-color: #131313;
}

.order__tab__params__colors__label[data-color='lightblue'] {
  background-color: #C5D7ED;
}

.order__tab__params__colors__label[data-color='lightgrey'] {
  background-color: #D7D7D7;
}

.order__tab__params__colors__label[data-color='grey'] {
  background-color: #757B7B;
}

.order__tab__params__colors__label[data-color='slategray'] {
  background-color: #A3A5A2;
}

.order__form {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.61538vw;
          column-gap: 1.61538vw;
  row-gap: 1.15385vw;
  max-width: 30.76923vw;
}

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

.order__form__item__label {
  font-family: "Louis","Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.07692vw;
  line-height: 1.46154vw;
  color: #828282;
  display: inline-block;
}

.order__form__item_name {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.order__form__item_region {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order__form__item_region .custom-options {
  max-height: 250px;
  overflow-y: auto;
}

.order__form__item_city {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order__form__item_phone {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order__form__item_email {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order__form__item_require label::after {
  content: "*";
  font-family: "Louis","Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.07692vw;
  line-height: 1.46154vw;
  color: #EB5757;
}

.order__form__item__input {
  border: 0.07692vw solid #E6E7E8;
  width: 100%;
  height: 3.53846vw;
  padding: 0.76923vw;
  margin-top: 0.84615vw;
}

.order__form__submit-wrapper {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.order__form__submit-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  background: #CD9834;
  letter-spacing: 0.02em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0.92308vw 2.30769vw 1.15385vw 2.30769vw;
  font-family: "Louis","Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.53846vw;
  line-height: 1.84615vw;
  margin-top: 3.69231vw;
}

@media screen and (max-width: 999px) and (min-width: 760px) {
  .order__form__submit-btn {
    padding: 1.57895vw 3.94737vw 1.97368vw 3.94737vw;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.63158vw;
    line-height: 3.15789vw;
  }
}

@media screen and (max-width: 759px) {
  .order__form__submit-btn {
    padding: 3.75vw 1.5625vw 4.6875vw 1.5625vw;
    width: 100%;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 6.25vw;
    line-height: 7.5vw;
  }
}

@media screen and (min-width: 1300px) {
  .order__form__submit-btn {
    padding: 12px 30px 15px 30px;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
  }
}

.order__form .custom-select-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

.order__form .custom-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order__form .custom-select__trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.order__form .custom-options {
  position: absolute;
  display: block;
  top: calc(100% + 0.77vw);
  left: -0.76923vw;
  width: calc(100% + 1.52vw);
  z-index: 99;
  right: 0;
  background: #fff;
  padding: 0.76923vw 0.76923vw 0 0.76923vw;
  -webkit-box-shadow: 0px 0.76923vw 1.53846vw rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0.76923vw 1.53846vw rgba(0, 0, 0, 0.08);
  border-top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

@media screen and (min-width: 1300px) {
  .order__form .custom-options {
    top: calc(100% + 10px);
    padding: 10px 10px 0 10px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    width: calc(100% + 20px);
    left: -10px;
  }
}

@media screen and (min-width: 760px) and (max-width: 999px) {
  .order__form .custom-options {
    padding: 1.31579vw 1.31579vw 0 1.31579vw;
    -webkit-box-shadow: 0px 1.31579vw 2.63158vw rgba(0, 0, 0, 0.08);
            box-shadow: 0px 1.31579vw 2.63158vw rgba(0, 0, 0, 0.08);
    top: calc(100% + 1.32vw);
    width: calc(100% + 2.63vw);
    left: -1.31579vw;
  }
}

@media screen and (max-width: 759px) {
  .order__form .custom-options {
    padding: 3.125vw 3.125vw 0 3.125vw;
    -webkit-box-shadow: 0px 3.125vw 6.25vw rgba(0, 0, 0, 0.08);
            box-shadow: 0px 3.125vw 6.25vw rgba(0, 0, 0, 0.08);
    top: calc(100% + 1.32vw);
    width: calc(100% + 2.63vw);
    left: -3.125vw;
  }
}

.order__form .custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.order__form .custom-option {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 0.76923vw;
}

@media screen and (min-width: 1300px) {
  .order__form .custom-option {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 760px) and (max-width: 999px) {
  .order__form .custom-option {
    margin-bottom: 1.31579vw;
  }
}

@media screen and (max-width: 759px) {
  .order__form .custom-option {
    margin-bottom: 3.125vw;
  }
}

.order__form .custom-option.selected {
  display: none;
}

.order__form .custom-select__trigger::after {
  background: url("../img/svg/map_select_arrow.svg") no-repeat;
  background-size: contain;
  height: 0.61538vw;
  width: 1.15385vw;
  top: 0;
  bottom: 0;
  right: 0.38462vw;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  content: '';
}

@media screen and (min-width: 1300px) {
  .order__form .custom-select__trigger::after {
    height: 8px;
    width: 15px;
    right: 5px;
  }
}

@media screen and (min-width: 760px) and (max-width: 999px) {
  .order__form .custom-select__trigger::after {
    height: 1.05263vw;
    width: 1.97368vw;
    right: 0.65789vw;
  }
}

@media screen and (max-width: 759px) {
  .order__form .custom-select__trigger::after {
    height: 2.5vw;
    width: 4.6875vw;
    right: 1.5625vw;
  }
}

.order__photos {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.order__photos .colors__item {
  display: none;
}

.order__photos .colors__item_active {
  display: block;
}

.order__photos .colors__item__photo {
  width: 50.30769vw;
  height: 28.30769vw;
}

.order__photos .colors__item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.order__photos .colors__item__color-name {
  font-family: "Louis","Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.38462vw;
  line-height: 1.92308vw;
  color: #000000;
  text-align: center;
  margin-top: -2.69231vw;
}

.order__gray-buttons {
  text-align: center;
  margin-top: 2.84615vw;
}

.order__gray-buttons .order__read-more, .order__gray-buttons .order__download {
  width: 15.76923vw;
  height: 3.53846vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  background: #E6E7E8;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-family: "Louis","Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.23077vw;
  line-height: 1.84615vw;
}

.order__gray-buttons .order__read-more:hover, .order__gray-buttons .order__download:hover {
  background-color: rgba(230, 231, 232, 0.9);
  cursor: pointer;
}

.order__gray-buttons a:not(:last-child) {
  margin-right: 1.53846vw;
}

@media screen and (min-width: 1300px) {
  .order {
    margin-bottom: 150px;
  }
  .order__desc {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 57px;
  }
  .order__tab__buttons .custom-options {
    padding-bottom: 1px solid #393839;
  }
  .order__tab__model {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 19px;
  }
  .order__tab__model:not(:last-child) {
    margin-right: 60px;
  }
  .order__tab__model.selected::after, .order__tab__model:hover::after {
    bottom: -1px;
    width: 100%;
    height: 4px;
  }
  .order__tab__form {
    -ms-grid-columns: 400px 654px;
        grid-template-columns: 400px 654px;
    -webkit-column-gap: 163px;
            column-gap: 163px;
    row-gap: 30px;
  }
  .order__tab__params {
    padding-top: 30px;
  }
  .order__tab__params__title {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 11px;
  }
  .order__tab__params__title_colors {
    margin-bottom: 14px;
  }
  .order__tab__params__options {
    border: 1px solid #E6E7E8;
    margin-bottom: 30px;
  }
  .order__tab__params__options__label {
    width: calc(440px / 3);
    height: 46px;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
  }
  .order__tab__params__colors {
    -webkit-column-gap: 13.5px;
            column-gap: 13.5px;
    row-gap: 15px;
  }
  .order__tab__params__colors__label {
    width: 25px;
    height: 25px;
  }
  .order__tab__params__colors__label::after {
    width: 33px;
    height: 33px;
    top: -4px;
    left: -4px;
    border: 2px solid #CD9834;
  }
  .order__form {
    -webkit-column-gap: 21px;
            column-gap: 21px;
    row-gap: 15px;
    max-width: 400px;
  }
  .order__form__item__label {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
  }
  .order__form__item_require label::after {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
  }
  .order__form__item__input {
    border: 1px solid #E6E7E8;
    height: 46px;
    padding: 10px;
    margin-top: 11px;
  }
  .order__form__submit-btn {
    margin-top: 48px;
  }
  .order__photos .colors__item__photo {
    width: 654px;
    height: 368px;
  }
  .order__photos .colors__item__color-name {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    margin-top: -35px;
  }
  .order__gray-buttons {
    margin-top: 37px;
  }
  .order__gray-buttons .order__read-more, .order__gray-buttons .order__download {
    width: 205px;
    height: 46px;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
  }
  .order__gray-buttons a:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 760px) and (max-width: 999px) {
  .order {
    margin-bottom: 19.73684vw;
  }
  .order__desc {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.36842vw;
    line-height: 3.94737vw;
    margin-bottom: 6.44737vw;
  }
  .order .order__tab__buttons.custom-select-wrapper {
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 52.10526vw;
  }
  .order .order__tab__buttons .custom-select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.36842vw;
    line-height: 3.42105vw;
  }
  .order .order__tab__buttons .custom-select__trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    cursor: pointer;
    border-bottom: 0.52632vw solid #CD9834;
    padding-bottom: 1.71053vw;
  }
  .order .order__tab__buttons .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    z-index: 99;
    right: 0;
    border-top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    background: #FFFFFF;
    -webkit-box-shadow: 0 1.31579vw 2.63158vw rgba(0, 0, 0, 0.08);
            box-shadow: 0 1.31579vw 2.63158vw rgba(0, 0, 0, 0.08);
  }
  .order .order__tab__buttons .custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .order .order__tab__buttons .custom-option {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 1.44737vw 1.97368vw 1.57895vw;
    color: #393839;
  }
  .order .order__tab__buttons .custom-option:hover::after {
    content: none;
  }
  .order .order__tab__buttons .custom-option:not(.selected):nth-child(2n) {
    background: #F2F2F2;
  }
  .order .order__tab__buttons .custom-option.selected {
    display: none;
  }
  .order .order__tab__buttons .custom-select__trigger::after {
    background: url("../img/svg/price_select_arrow.svg") no-repeat;
    background-size: contain;
    height: 1.44737vw;
    width: 1.44737vw;
    top: 0;
    bottom: 0;
    right: 0vw;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    content: '';
  }
  .order__tab__buttons .custom-options {
    padding-bottom: 0.13158vw solid #393839;
  }
  .order__tab__form {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
  .order__tab__model {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.36842vw;
    line-height: 3.42105vw;
    padding-bottom: 2.5vw;
  }
  .order__tab__model:not(:last-child) {
    margin-right: 0;
  }
  .order__tab__model.selected::after, .order__tab__model:hover::after {
    bottom: -0.13158vw;
    width: 100%;
    height: 0.52632vw;
  }
  .order__tab__params {
    padding-top: 4.73684vw;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .order__tab__params__title {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.84211vw;
    line-height: 2.5vw;
    margin-bottom: 1.44737vw;
  }
  .order__tab__params__title_colors {
    margin-bottom: 1.84211vw;
  }
  .order__tab__params__options {
    border: 0.13158vw solid #E6E7E8;
    width: 52.63158vw;
    margin-bottom: 3.94737vw;
  }
  .order__tab__params__options__label {
    width: calc(52.631578vw / 3);
    height: 6.05263vw;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.10526vw;
    line-height: 3.02632vw;
  }
  .order__tab__params__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .order__tab__params__colors__label {
    width: 3.28947vw;
    height: 3.28947vw;
    margin-right: 1.77632vw;
    margin-bottom: 1.44737vw;
  }
  .order__tab__params__colors__label::after {
    width: 4.34211vw;
    height: 4.34211vw;
    top: -0.52632vw;
    left: -0.52632vw;
    border: 0.26316vw solid #CD9834;
  }
  .order__form {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -webkit-column-gap: 2.76316vw;
            column-gap: 2.76316vw;
    row-gap: 1.97368vw;
    max-width: 74.47368vw;
  }
  .order__form__item__label {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.84211vw;
    line-height: 2.5vw;
  }
  .order__form__item_require label::after {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.84211vw;
    line-height: 2.5vw;
  }
  .order__form__item__input {
    border: 0.13158vw solid #E6E7E8;
    height: 6.05263vw;
    padding: 1.31579vw;
    margin-top: 1.44737vw;
  }
  .order__form__submit-btn {
    margin-top: 4.21053vw;
  }
  .order__photos {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    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;
    margin-bottom: 4.86842vw;
  }
  .order__photos .colors__item__photo {
    width: 57.5vw;
    height: 32.36842vw;
  }
  .order__photos .colors__item__color-name {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.36842vw;
    line-height: 3.28947vw;
    margin-top: -4.60526vw;
  }
  .order__gray-buttons {
    margin-top: 0vw;
    width: 31.84211vw;
  }
  .order__gray-buttons .order__read-more, .order__gray-buttons .order__download {
    width: 100%;
    height: 6.05263vw;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.10526vw;
    line-height: 3.15789vw;
  }
  .order__gray-buttons a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.31579vw;
  }
}

@media screen and (max-width: 759px) {
  .order {
    margin-bottom: 24.0625vw;
  }
  .order__desc {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.6875vw;
    line-height: 7.8125vw;
    margin-bottom: 11.5625vw;
  }
  .order .order__tab__buttons .custom-select-wrapper {
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
  }
  .order .order__tab__buttons .custom-select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5.625vw;
    line-height: 8.125vw;
  }
  .order .order__tab__buttons .custom-select__trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    cursor: pointer;
    border-bottom: 1.25vw solid #CD9834;
    padding-bottom: 4.0625vw;
  }
  .order .order__tab__buttons .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    z-index: 99;
    right: 0;
    border-top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    background: #FFFFFF;
    -webkit-box-shadow: 0 3.125vw 6.25vw rgba(0, 0, 0, 0.08);
            box-shadow: 0 3.125vw 6.25vw rgba(0, 0, 0, 0.08);
  }
  .order .order__tab__buttons .custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .order .order__tab__buttons .custom-option {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 3.4375vw 4.6875vw 3.75vw;
    color: #393839;
  }
  .order .order__tab__buttons .custom-option:hover::after {
    content: none;
  }
  .order .order__tab__buttons .custom-option:not(.selected):nth-child(2n) {
    background: #F2F2F2;
  }
  .order .order__tab__buttons .custom-option.selected {
    display: none;
  }
  .order .order__tab__buttons .custom-select__trigger::after {
    background: url("../img/svg/price_select_arrow.svg") no-repeat;
    background-size: contain;
    height: 3.4375vw;
    width: 3.4375vw;
    top: 0;
    bottom: 0;
    right: 0vw;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    content: '';
  }
  .order__tab__buttons .custom-options {
    padding-bottom: 0.3125vw solid #393839;
  }
  .order__tab__form {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
  .order__tab__model {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5vw;
    line-height: 7.1875vw;
    padding-bottom: 7.1875vw;
  }
  .order__tab__model:not(:last-child) {
    margin-right: 0;
  }
  .order__tab__model.selected::after, .order__tab__model:hover::after {
    bottom: -0.3125vw;
    width: 100%;
    height: 1.25vw;
  }
  .order__tab__params {
    width: 100%;
    padding-top: 9.0625vw;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .order__tab__params__title {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4.375vw;
    line-height: 5.9375vw;
    margin-bottom: 3.4375vw;
  }
  .order__tab__params__title_colors {
    margin-bottom: 4.375vw;
  }
  .order__tab__params__options {
    border: 0.3125vw solid #E6E7E8;
    width: 100%;
    margin-bottom: 7.1875vw;
  }
  .order__tab__params__options__label {
    width: calc(100% / 3);
    height: 14.375vw;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5vw;
    line-height: 7.1875vw;
  }
  .order__tab__params__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .order__tab__params__colors__label {
    width: 7.8125vw;
    height: 7.8125vw;
    margin-right: 4.21875vw;
    margin-bottom: 4.6875vw;
  }
  .order__tab__params__colors__label::after {
    width: 10.3125vw;
    height: 10.3125vw;
    top: -1.25vw;
    left: -1.25vw;
    border: 0.625vw solid #CD9834;
  }
  .order__form {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    padding-top: 5.3125vw;
  }
  .order__form__item:not(:last-child) {
    margin-bottom: 3.125vw;
  }
  .order__form__item__label {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.375vw;
    line-height: 5.9375vw;
  }
  .order__form__item_require label::after {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.375vw;
    line-height: 5.9375vw;
  }
  .order__form__item__input {
    border: 0.3125vw solid #E6E7E8;
    height: 14.375vw;
    padding: 3.125vw;
    margin-top: 3.4375vw;
  }
  .order__form__submit-btn {
    margin-top: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .order__photos {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4.6875vw;
  }
  .order__photos .colors__item__photo {
    width: 100%;
    height: 51.25vw;
  }
  .order__photos .colors__item__color-name {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.6875vw;
    line-height: 7.8125vw;
    margin-top: -1.25vw;
  }
  .order__gray-buttons {
    margin-top: 3.125vw;
    width: 100%;
  }
  .order__gray-buttons .order__read-more, .order__gray-buttons .order__download {
    width: 100%;
    height: 14.375vw;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5vw;
    line-height: 7.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .order__gray-buttons a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3.125vw;
  }
}
/*# sourceMappingURL=order.css.map */