html {
  font-size: 10px;
}
body {
  color: #222222;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
}
a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
button {
  outline: 0;
}
img {
  border: 0;
  font-size: 0;
  vertical-align: middle;
  word-break: break-all;
}
h1 {
  font-size: 3.2em;
  line-height: 1em;
  margin-bottom: 2rem;
  margin-top: 0;
  text-align: center;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  /*hide number arrows*/
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  /*hide number arrows*/
  -moz-appearance: textfield;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ol > li {
  counter-increment: item;
  display: table;
  margin-bottom: 0.6em;
}
ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
li ol > li {
  margin: 0;
}
li ol > li:before {
  content: counters(item, ".") " ";
}
ol[type=a] {
  list-style-type: none;
}
ol[type=a] li:first-child:before {
  content: "а.";
}
ol[type=a] li:nth-child(2):before {
  content: "б.";
}
ol[type=a] li:nth-child(3):before {
  content: "в.";
}
ol[type=a] li:nth-child(4):before {
  content: "г.";
}
ol[type=a] li:nth-child(5):before {
  content: "ґ.";
}
ol[type=a] li:nth-child(6):before {
  content: "д.";
}
ol[type=a] li:nth-child(7):before {
  content: "е.";
}
.button {
  background-color: var(--color-main);
  border: 2px solid var(--color-main);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--color-btn);
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  padding: 4px 10px;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.gtm-frame {
  display: none;
  height: 0;
  visibility: hidden;
  width: 0;
}
.hidden {
  display: none !important;
}
.hidden2 {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.spacer {
  display: inline-block;
  font-size: 0;
  width: 1vw;
}
.spacer-flex {
  flex: 1;
  min-height: 10px;
  min-width: 10px;
}
.email, p a, li a {
  color: var(--color-text-spec);
  font-weight: 700;
  text-decoration: underline;
}
.img-float {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}
.text-bold {
  font-weight: 900;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.container {
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
.container-row {
  margin-bottom: 30px;
  margin-top: 30px;
}
.information img {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
}
.info {
  display: flex;
  font-weight: 900;
  line-height: 1;
  margin-top: -2px;
  text-align: right;
}
.input-error {
  background-color: #ffc6c2;
}
.description {
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  text-align: justify;
}
.description h2 {
  display: inline;
  font-size: inherit;
}
.description h3 {
  display: inline;
  font-size: 1.1em;
}
.description h4 {
  display: inline;
  font-size: 1em;
}
.description a {
  color: var(--color-text-spec);
  text-decoration: underline;
}
.description table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
  word-wrap: anywhere;
}
.description thead {
  background-color: #f2f2f2;
}
.description th, .description td {
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: left;
}
.description-btn {
  width: 100%;
}
.description-btn-text {
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
}
.description-btn-text:hover {
  color: var(--color-text-spec);
}
.description-btn-text:hover i {
  background-color: var(--color-text-spec);
}
.description-compact .description-btn {
  background: linear-gradient(0deg, #ffffff 23%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 150px;
}
.description-btn i {
  font-size: 64px;
  height: 30px;
  line-height: 50px;
  transform: rotate(90deg);
  transition: .3s all ease-in-out;
  width: 30px;
}
.description-compact .description-btn i {
  transform: rotate(-90deg);
}
.description-compact {
  max-height: 300px;
  min-height: 100px;
  overflow: hidden;
}
.btn-down {
  display: none;
}
.description-compact .btn-down {
  display: initial;
}
.description-compact .btn-up {
  display: none;
}
.title {
  color: var(--color-title);
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-transform: uppercase;
}

.form-input-required:after {
  color: #d12f14;
  content: ' *';
}

.scroll-v-header {
  display: flex;
  font-weight: 500;
  line-height: 48px;
  padding: 0 30px;
}
.scroll-v-header-title {
  font-size: 20px;
}
.scroll-v-header-link {
  font-size: 14px;
}
.scroll-v-header-link .fa {
  height: 7px;
  width: 7px;
}
.scroll-v-box {
  align-items: center;
  display: flex;
  font-size: 0;
  max-width: 100%;
  overflow: hidden;
}
.scroll-v-list {
  display: flex;
  flex: 1;
  margin: 0 10px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.scroll-v-btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  padding: 2px;
}
.scroll-v-btn .fa {
  background-color: #999;
  height: 10px;
  width: 10px;
}

.app-install-btn {
  border: 1px solid #222222;
  border-bottom-width: 0;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  padding: 2px 10px;
  position: fixed;
  transform: translate(-50%, 0);
  z-index: 111;
}
.app-modal-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.app-modal-btn {
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  margin: 0 auto;
  padding: 2px 10px;
}
.image-indicator-box {
  bottom: 10px;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  width: 100%;
}
.image-indicator {
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 1px 5px;
  width: 8px;
}
.image-indicator-box .image-indicator-active {
  background-color: var(--color-main);
  height: 10px;
  margin-bottom: auto;
  width: 10px;
}
.svg-icon {
  fill: none;
  stroke: #222;
  stroke-width: 2px;
}

.wish-products {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 360px;
}
.wish-product {
  border-bottom: 2px solid #ddd;
  display: flex;
  margin: 10px 0;
  padding-bottom: 10px;
}
.wish-product-img {
  border-right: 2px solid #ddd;
  height: 64px;
  margin-right: 10px;
  padding-right: 10px;
  width: 64px;
}
.wish-product-header {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.wish-product-title {
  font-size: 13px;
  font-weight: 400;
}
.wish-product-prices {
  align-items: end;
  display: flex;
  line-height: 32px;
  white-space: nowrap;
}
.wish-product-price {
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}
.wish-product-price-old {
  font-size: 14px;
  text-decoration: line-through;
}
.wish-product-btn {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  height: 32px;
  padding: 3px 20px;
}
.wish-product-buy {
  background-color: var(--color-main);
}
.wish-product-buy i {
  background-color: var(--color-btn);
}
.wish-product-delete {
  background-color: #ddd;
  margin: 0 5px;
}
.wish-product-btn .fa {
  height: 18px;
  width: 18px;
}
.wish-product-btn .fa-times {
  height: 14px;
  width: 14px;
}
.product-wish-icon {
  fill: none;
  height: 20px;
  margin: 5px auto;
  stroke: #222222;
  stroke-width: 2px;
  width: 20px;
}
.product-wish-icon-filled {
  fill: #222222;
}

.list-manufacturers {
  height: 40px;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  white-space: nowrap;
}
.list-manufacturers .scroll-v-list {
  flex: unset;
}
.list-manufacturer {
  display: inline-block;
  padding: 0 10px;
}
.list-manufacturer-image {
  display: inline-block;
  height: 40px;
  object-fit: contain;
  width: 100px;
}

.form-common-label {
  display: block;
  font-size: 15px;
  margin: 10px 0;
  white-space: nowrap;
}
.form-common-btn {
  text-align: right;
}
.form-common-name {
  display: inline-block;
  line-height: 2.5;
  vertical-align: top;
  width: 8em;
}
.form-common input, .form-common textarea {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  min-width: 360px;
  max-width: 100%;
  padding: 10px;
}
.form-common input:focus, .form-common textarea:focus {
  border-color: #d12f14;
}
.btn-common {
  background-color: var(--color-main);
  border: none;
  border-radius: 4px;
  color: var(--color-btn);
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 15px;
  text-align: center;
}

.payment-icon-disabled {
  opacity: 0.4;
}

.ui-click {
  cursor: pointer;
}

.common-reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.common-review {
  box-sizing: border-box;
  display: inline-block;
  padding: 15px;
  width: 16.66%;
}
.common-review-text {
  display: -webkit-box;
  font-size: 12px;
  height: 60px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.common-review-author {
  color: #525252;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.common-review-spacer {
  color: #737373;
  margin: 12px 0 5px 0;
  width: 30px;
}
.common-review-product-name {
  color: #737373;
  font-size: 10px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .info {
    display: unset;
  }
  .common-review {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .img-float {
    float: none;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 2.5em;
  }
  .common-review {
    width: 50%;
  }
}
@media (max-width: 430px) {
  .form-common input, .form-common textarea {
    box-sizing: border-box;
    min-width: unset;
    width: 100%;
  }
}