@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;
}

.specifications {
  margin-top: 3.84615vw;
  padding-bottom: 11.53846vw;
}

.specifications .model-overview__buy {
  display: none;
}

.specifications__header {
  height: auto;
  min-height: 25.69231vw;
  height: auto;
  position: relative;
  padding-bottom: 7.69231vw;
}

.specifications__header__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

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

.specifications__header .container {
  padding-top: 10.23077vw;
  position: relative;
}

.specifications__header .main__h1 {
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 0;
}

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

.specifications__tab__buttons .custom-options {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 0.07692vw solid #E6E7E8;
}

.specifications__tab__buttons .specifications__tab__model {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

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

.specifications__tab__buttons .specifications__tab__model.selected .specifications__item__title, .specifications__tab__buttons .specifications__tab__model:hover .specifications__item__title {
  color: #393839;
  cursor: pointer;
}

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

.specifications__tab__buttons .specifications__tab__model .specifications__item__photo {
  width: 12.69231vw;
  height: 8.46846vw;
}

.specifications__tab__buttons .specifications__tab__model .specifications__item__photo__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.specifications__tab__buttons .specifications__tab__model .specifications__item__title {
  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;
}

.specifications__tab__buttons .specifications__tab__model .specifications__item__title:not(:last-child) {
  margin-right: 4.61538vw;
}

.specifications__tab__table {
  display: none;
  margin-top: 3.84615vw;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.specifications__tab__table_active {
  display: block;
}

.specifications__tab__table__list {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 6vw;
          column-gap: 6vw;
  list-style-type: none;
}

.specifications__tab__table__list li {
  display: inline-block;
  margin-bottom: 3.53846vw;
  width: 44.53846vw;
}

.specifications__tab__table__list li h3 {
  font-family: "Louis","Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.53846vw;
  line-height: 1.92308vw;
  text-transform: uppercase;
  margin-bottom: 1.53846vw;
}

.specifications__tab__table__list li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  font-family: "Louis","Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15385vw;
  line-height: 1.53846vw;
}

.specifications__tab__table__list li div:not(:last-child) {
  margin-bottom: 1.61538vw;
}

.specifications__tab__table__list li div p:first-child {
  color: #828282;
  max-width: 60%;
}

.specifications__tab__table__list li div p:first-child span {
  padding-right: 0.23077vw;
  background: #fff;
  z-index: 1;
  position: relative;
}

.specifications__tab__table__list li div p:first-child::after {
  content: '';
  width: calc(100% - 0.4615384615vw);
  border-bottom: 0.07692vw dashed #828282;
  position: absolute;
  top: 1vw;
  left: 0;
}

.specifications__tab__table__list li div p:last-child {
  max-width: 36%;
  text-align: right;
}

.specifications__tab__table__list li div p:last-child span {
  padding-left: 0.23077vw;
  background: #fff;
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 1300px) {
  .specifications {
    margin-top: 50px;
    padding-bottom: 150px;
  }
  .specifications__header {
    min-height: 334px;
    padding-bottom: 100px;
  }
  .specifications__header .container {
    padding-top: 133px;
  }
  .specifications__tab__buttons .custom-options {
    border-bottom: 1px solid #E6E7E8;
  }
  .specifications__tab__buttons .specifications__tab__model:not(:last-child) {
    margin-right: 60px;
  }
  .specifications__tab__buttons .specifications__tab__model.selected .specifications__item__title::after, .specifications__tab__buttons .specifications__tab__model:hover .specifications__item__title::after {
    bottom: -1px;
    width: 100%;
    height: 4px;
  }
  .specifications__tab__buttons .specifications__tab__model .specifications__item__photo {
    width: 165px;
    height: 110.09px;
  }
  .specifications__tab__buttons .specifications__tab__model .specifications__item__title {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 19px;
  }
  .specifications__tab__buttons .specifications__tab__model .specifications__item__title:not(:last-child) {
    margin-right: 60px;
  }
  .specifications__tab__table {
    margin-top: 50px;
  }
  .specifications__tab__table__list {
    -webkit-column-gap: 78px;
            column-gap: 78px;
  }
  .specifications__tab__table__list li {
    width: 579px;
    margin-bottom: 46px;
  }
  .specifications__tab__table__list li h3 {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .specifications__tab__table__list li div {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
  }
  .specifications__tab__table__list li div:not(:last-child) {
    margin-bottom: 21px;
  }
  .specifications__tab__table__list li div p:first-child {
    padding-right: 3px;
  }
  .specifications__tab__table__list li div p:first-child::after {
    content: '';
    width: 579px;
    border-bottom: 1px dashed #828282;
    top: 13px;
  }
  .specifications__tab__table__list li div p:last-child {
    padding-left: 3px;
  }
}

@media screen and (min-width: 760px) and (max-width: 999px) {
  .specifications {
    margin-top: 6.57895vw;
    padding-bottom: 15.26316vw;
  }
  .specifications .container {
    width: 73.94737vw;
  }
  .specifications__header {
    min-height: 43.94737vw;
    padding-bottom: 6.57895vw;
  }
  .specifications__header .container {
    padding-top: 13.42105vw;
  }
  .specifications__header .main__h1 {
    margin-bottom: 3.42105vw;
  }
  .specifications__tab__buttons {
    width: 61.18421vw;
  }
  .specifications__tab__buttons .custom-select-wrapper {
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
  }
  .specifications__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;
  }
  .specifications__tab__buttons .custom-select__trigger {
    position: relative;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .specifications__tab__buttons .custom-select__trigger .specifications__item__photo {
    width: 21.71053vw;
    height: 14.48553vw;
  }
  .specifications__tab__buttons .custom-select__trigger .specifications__item__photo img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .specifications__tab__buttons .custom-select__trigger h3 {
    width: 36.84211vw;
    cursor: pointer;
    border-bottom: 0.52632vw solid #CD9834;
    padding-bottom: 1.71053vw;
  }
  .specifications__tab__buttons .custom-options {
    position: absolute;
    display: block;
    top: 10.13158vw;
    width: 36.84211vw;
    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;
    border-bottom: 0.13158vw solid #E6E7E8;
    -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);
  }
  .specifications__tab__buttons .custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .specifications__tab__buttons .custom-option {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 1.44737vw 1.97368vw 1.57895vw;
    color: #393839;
    margin: 0;
  }
  .specifications__tab__buttons .custom-option:hover::after {
    content: none;
  }
  .specifications__tab__buttons .custom-option .specifications__item__photo {
    display: none;
  }
  .specifications__tab__buttons .custom-option:not(.selected):nth-child(2n) {
    background: #F2F2F2;
  }
  .specifications__tab__buttons .custom-option.selected {
    display: none;
  }
  .specifications__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: '';
  }
  .specifications__tab__buttons .specifications__tab__model:not(:last-child) {
    margin-right: 7.89474vw;
  }
  .specifications__tab__buttons .specifications__tab__model.selected .specifications__item__title::after, .specifications__tab__buttons .specifications__tab__model:hover .specifications__item__title::after {
    bottom: -0.13158vw;
    width: 100%;
    height: 0.52632vw;
  }
  .specifications__tab__buttons .specifications__tab__model .specifications__item__photo {
    width: 21.71053vw;
    height: 14.48553vw;
  }
  .specifications__tab__buttons .specifications__tab__model .specifications__item__title {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.36842vw;
    line-height: 3.42105vw;
    padding-bottom: 0;
    margin: 0;
    color: #393839;
    border-bottom: none;
  }
  .specifications__tab__table {
    margin-top: 6.57895vw;
  }
  .specifications__tab__table__list {
    -webkit-column-gap: 0;
            column-gap: 0;
    -webkit-column-count: 1;
            column-count: 1;
  }
  .specifications__tab__table__list li {
    width: 100%;
    margin-bottom: 6.05263vw;
  }
  .specifications__tab__table__list li h3 {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.63158vw;
    line-height: 3.28947vw;
    margin-bottom: 2.63158vw;
  }
  .specifications__tab__table__list li div {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.97368vw;
    line-height: 2.63158vw;
  }
  .specifications__tab__table__list li div:not(:last-child) {
    margin-bottom: 2.76316vw;
  }
  .specifications__tab__table__list li div p:first-child {
    padding-right: 0.39474vw;
  }
  .specifications__tab__table__list li div p:first-child::after {
    content: '';
    width: calc(100% - s760(6));
    border-bottom: 0.13158vw dashed #828282;
    top: 1.71053vw;
  }
  .specifications__tab__table__list li div p:last-child {
    padding-left: 0.39474vw;
  }
}

@media screen and (max-width: 759px) {
  .specifications {
    padding-bottom: 0;
  }
  .specifications .model-overview__buy {
    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;
    margin-bottom: 30.625vw;
    padding: 3.75vw 9.375vw 4.6875vw 9.375vw;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 6.25vw;
    line-height: 7.5vw;
  }
  .specifications__header {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .specifications__header__img {
    width: 100%;
    height: 47.8125vw;
    position: relative;
    display: inline-block;
    margin-bottom: 5.625vw;
  }
  .specifications__header .container {
    padding-top: 0;
  }
  .specifications__header .main__h1 {
    margin-bottom: 7.5vw;
    color: #393839;
  }
  .specifications .main__h2 {
    margin-bottom: 11.25vw;
  }
  .specifications__tab__buttons {
    width: 100%;
  }
  .specifications__tab__buttons .custom-select-wrapper {
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
  }
  .specifications__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;
  }
  .specifications__tab__buttons .custom-select__trigger {
    position: relative;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    cursor: pointer;
    border-bottom: 1.25vw solid #CD9834;
    padding-bottom: 4.0625vw;
  }
  .specifications__tab__buttons .custom-select__trigger .specifications__item__photo {
    display: none;
  }
  .specifications__tab__buttons .custom-select__trigger h3 {
    width: 100%;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5.625vw;
    line-height: 8.125vw;
  }
  .specifications__tab__buttons .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    width: 87.5vw;
    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;
    border-bottom: 0.3125vw solid #E6E7E8;
    -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);
  }
  .specifications__tab__buttons .custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .specifications__tab__buttons .custom-option {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 3.4375vw 4.6875vw 3.75vw;
    color: #393839;
    margin: 0;
  }
  .specifications__tab__buttons .custom-option:hover::after {
    content: none;
  }
  .specifications__tab__buttons .custom-option .specifications__item__photo {
    display: none;
  }
  .specifications__tab__buttons .custom-option h3 {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5.625vw;
    line-height: 8.125vw;
  }
  .specifications__tab__buttons .custom-option:not(.selected):nth-child(2n) {
    background: #F2F2F2;
  }
  .specifications__tab__buttons .custom-option.selected {
    display: none;
  }
  .specifications__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: '';
  }
  .specifications__tab__buttons .specifications__tab__model {
    margin: 0 !important;
  }
  .specifications__tab__buttons .specifications__tab__model:not(:last-child) {
    margin-right: 18.75vw;
  }
  .specifications__tab__buttons .specifications__tab__model.selected .specifications__item__title::after, .specifications__tab__buttons .specifications__tab__model:hover .specifications__item__title::after {
    content: none;
  }
  .specifications__tab__buttons .specifications__tab__model .specifications__item__photo {
    width: 51.5625vw;
    height: 34.40312vw;
  }
  .specifications__tab__buttons .specifications__tab__model .specifications__item__title {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5.625vw;
    line-height: 8.125vw;
    padding-bottom: 0;
    margin: 0;
    color: #393839;
    border-bottom: none;
  }
  .specifications__tab__table {
    margin-top: 8.4375vw;
  }
  .specifications__tab__table__list {
    -webkit-column-gap: 0;
            column-gap: 0;
    -webkit-column-count: 1;
            column-count: 1;
  }
  .specifications__tab__table__list li {
    width: 100%;
    margin-bottom: 10vw;
  }
  .specifications__tab__table__list li h3 {
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5.3125vw;
    line-height: 7.8125vw;
    margin-bottom: 3.75vw;
  }
  .specifications__tab__table__list li div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .specifications__tab__table__list li div:not(:last-child) {
    margin-bottom: 3.75vw;
  }
  .specifications__tab__table__list li div p:first-child {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.375vw;
    line-height: 5.9375vw;
  }
  .specifications__tab__table__list li div p:first-child::after {
    content: none;
  }
  .specifications__tab__table__list li div p:last-child {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.6875vw;
    line-height: 6.25vw;
    text-align: left;
  }
}
/*# sourceMappingURL=model_specifications.css.map */