html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,
input[type=submit] {
  cursor: pointer;
}

:root {
  --Primary-Main: #01231f;
  --main-30: #b3bdbc;
  --Primary-White: #fff;
  --background-bg-white-pages: #fff;
  --main-50: #80918f;
  --Primary-Accent: #ff3d00;
  --Primary-Black: #000;
  --Mask-Black---30: rgba(0, 0, 0, 0.3);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  font-family: "Instrument Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

body.ovh {
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  body ::-webkit-scrollbar {
    display: none;
  }
}

.wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .wrapper {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
  }

  .body-types .wrapper,
  .body-builder .wrapper {
    overflow: initial;
  }
}

.container {
  max-width: 1312px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.title {
  position: relative;
  font-family: "Instrument Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .title {
    font-size: 24px;
  }
}

.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

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

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

.accordion {
  position: relative;
}

.accordion__item {
  position: relative;
}

.accordion__item-head {
  position: relative;
  padding: 16px 0;
  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;
  gap: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  border-top: 1px solid #eaeaea;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .accordion__item-head:hover svg {
    stroke: #ff3d00;
  }
}

.accordion__item.active .accordion__item-head svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.accordion__item-head svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion__item-body {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  display: none;
}

@media only screen and (max-width: 767px) {
  .accordion__item-body {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.accordion__item.full .accordion__item-body {
  -webkit-line-clamp: none !important;
}

.accordion__item.active .accordion__item-body {
  display: box;
  display: -webkit-box;
}

.accordion__item-body p {
  margin: 0 0 20px;
}

.accordion__item-body ul {
  padding: 0 0 0 25px;
  margin: 0 0 20px;
}

.accordion__item-body ul:last-child {
  margin: 0;
}

.accordion__item-body ul li {
  margin-bottom: 8px;
}

.accordion__item-body ul li span {
  font-weight: 500;
}

.accordion__item-body ul li:last-child {
  margin-bottom: 0;
}

.accordion__item-btn {
  position: relative;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--Primary-Main, #01231f);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  cursor: pointer;
  display: none;
  padding-bottom: 16px;
}

@media only screen and (min-width: 1025px) {
  .accordion__item-btn:hover {
    text-decoration: none;
  }
}

.accordion__item-btn svg {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion__item-btn span:nth-child(1) {
  display: block;
}

.accordion__item-btn span:nth-child(2) {
  display: none;
}

.accordion__item.full .accordion__item-btn svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.accordion__item.full .accordion__item-btn span:nth-child(1) {
  display: none;
}

.accordion__item.full .accordion__item-btn span:nth-child(2) {
  display: block;
}

.accordion__item.active .accordion__item-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.handling-shipping-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-grey {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 12px;
  border-radius: 4px;
  background: #f5f5f5;
}

@media only screen and (max-width: 767px) {
  .text-grey {
    margin-left: -16px !important;
    margin-right: -16px !important;
    padding: 16px;
    border-radius: 0;
  }
}

.link-return-policy-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  color: var(--Primary-Main, #01231f);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.link-return-policy {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  text-decoration: none;
  gap: 4px;
  color: rgb(255, 61, 0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .link-return-policy:hover {
    color: rgba(255, 61, 0, 0.8);
  }

  .link-return-policy:hover svg {
    stroke: rgba(255, 61, 0, 0.8);
  }
}

.link-return-policy svg {
  stroke: rgb(255, 61, 0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wpcf7-not-valid-tip {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 100%;
  margin: 4px 0 0 !important;
  color: #f70808 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  display: none !important;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7-form-control-wrap span {
  display: block;
  position: relative;
  margin: 0;
}

.wpcf7-form-control-wrap label {
  display: block;
}

.wpcf7-form-control-wrap label input {
  display: none;
}

.wpcf7-form-control-wrap label input:checked+span::after {
  opacity: 1;
}

.wpcf7-form-control-wrap label span {
  position: relative;
  display: block;
  padding-left: 25px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #9b9b9b;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wpcf7-form-control-wrap label span::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 12px;
  height: 12px;
  background: #fff;
}

.wpcf7-form-control-wrap label span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wpcf7-form-control-wrap label span a {
  color: #9b9b9b;
}

@media only screen and (min-width: 1025px) {
  .wpcf7-form-control-wrap label span a:hover {
    text-decoration: none;
  }
}

.error {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 8px;
  background: #f70808;
  padding: 8px 12px;
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .error {
    top: 100%;
    width: 100%;
    border-radius: 0;
  }
}

.error.show {
  display: block;
}

.error::before {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  border-bottom: 4px solid #f70808;
  bottom: 100%;
  left: 24px;
  right: auto;
  top: auto;
  margin-top: 0;
}

.author {
  position: relative;
}

.author__top {
  position: relative;
  background: var(--Secondary-Fire-Linear, linear-gradient(181deg, #01231f 54.86%, #ff3d00 90.11%));
  height: 100px;
}

.author__top img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.1;
}

.author__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 17px;
  -moz-column-gap: 17px;
  column-gap: 17px;
  padding-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
  .author__head {
    display: block;
  }
}

.author__head::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #eaeaea;
  left: 50%;
  margin-left: -50vw;
  bottom: 0;
}

.author__ava {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 132px;
  flex: 0 0 132px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -40px;
}

@media only screen and (max-width: 1200px) {
  .author__ava {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    margin-top: -50px;
  }
}

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

.author__head-box {
  padding-top: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
}

@media only screen and (max-width: 1200px) {
  .author__head-box {
    padding-top: 8px;
  }
}

.author__head-top {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
  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;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media only screen and (max-width: 1200px) {
  .author__head-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.author__head-name {
  position: relative;
  font-family: "Instrument Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

@media only screen and (max-width: 1200px) {
  .author__head-name {
    margin-bottom: 16px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
}

.author__social {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.author__social li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.author__social a {
  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;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .author__social a:hover {
    border-color: #ff3d00;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  .author__social a:hover svg {
    fill: #ff3d00;
  }
}

.author__social a svg {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.author__head-info {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

@media only screen and (max-width: 1200px) {
  .author__head-info {
    display: block;
  }
}

.author__head-info-cell {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  width: 300px;
}

@media only screen and (max-width: 1200px) {
  .author__head-info-cell {
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eaeaea;
  }

  .author__head-info-cell:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

.author__head-info-cell::before {
  content: "";
  position: absolute;
  background: #eaeaea;
  width: 1px;
  top: 0;
  bottom: 0;
  right: -16px;
}

.author__head-info-cell:last-child::before {
  display: none;
}

.author__head-info-cell-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.author__head-info-cell-title svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.author__head-info-cell-text {
  color: var(--Main-Gray, #595959);
  line-height: 20px;
}

.author__head-text {
  position: relative;
}

.author__head-text-inner {
  color: var(--Primary-Black, #000);
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  .author__head-text-inner {
    -webkit-line-clamp: 4;
    max-height: 96px;
  }
}

.js-show-text-parent.active .author__head-text-inner {
  -webkit-line-clamp: initial;
  max-height: none;
}

.author__head-text-inner p {
  margin: 0 0 12px;
}

.author__head-text-inner p:last-child {
  margin-bottom: 0;
}

.author__head-text-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  gap: 8px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .author__head-text-btn:hover {
    text-decoration: none;
  }
}

.author__head-text-btn span:nth-child(2) {
  display: none;
}

.js-show-text-parent.active .author__head-text-btn svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.js-show-text-parent.active .author__head-text-btn span:nth-child(1) {
  display: none;
}

.js-show-text-parent.active .author__head-text-btn span:nth-child(2) {
  display: block;
}

.blog-category {
  position: relative;
}

.blog-category__top {
  position: relative;
  border-bottom: 1px solid var(--Line-Light, #eaeaea);
  padding-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .blog-category__top {
    padding-bottom: 32px;
  }
}

.blog-category__top-title {
  text-align: center;
}

.blog {
  position: relative;
  padding-top: 40px;
}

.blog__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--Bg-Light-gray, #f5f5f5);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
  .blog__top {
    display: block;
    margin-bottom: 24px;
  }
}

.blog__top-img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 640px;
  flex: 0 0 640px;
  width: 640px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media only screen and (max-width: 1200px) {
  .blog__top-img {
    width: 100%;
  }
}

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

.blog__top-info {
  position: relative;
  padding: 32px 48px;
}

@media only screen and (max-width: 1200px) {
  .blog__top-info {
    padding: 16px;
  }
}

.blog__top-labels {
  position: relative;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 28px;
}

.blog__top-labels li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}

.blog__top-labels li:last-child::before {
  display: none;
}

.blog__top-labels li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff3d00;
  top: 50%;
  margin-top: -2px;
  right: -16px;
}

.blog__top-labels a {
  display: block;
  color: var(--Primary-Accent, #ff3d00);
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .blog__top-labels a:hover {
    color: rgba(255, 61, 0, 0.8);
  }
}

.blog__top-title {
  position: relative;
  font-family: "Instrument Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 12px;
}

@media only screen and (max-width: 1200px) {
  .blog__top-title {
    font-size: 18px;
    line-height: 26px;
  }
}

.blog__top-text {
  position: relative;
  overflow: hidden;
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .blog__top-text {
    display: none;
  }
}

.blog__top-text p {
  margin: 0;
}

.blog__top-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.blog__top-author {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.blog__top-author-img {
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  overflow: hidden;
}

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

.blog__top-author-name {
  font-weight: 500;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .blog__top-author-name:hover {
    color: #ff3d00;
  }
}

.blog__top-date {
  color: var(--Main-Gray, #595959);
}

.blog__row {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
  .blog__row {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.blog__row-title {
  position: relative;
  font-family: "Instrument Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 24px;
}

.blog__row-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

@media only screen and (max-width: 1200px) {
  .blog__row-list {
    display: block;
  }
}

.blog__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 18px);
  flex: 0 0 calc(25% - 18px);
  max-width: calc(25% - 18px);
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: var(--Bg-Light-gray, #f5f5f5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .blog__item:hover {
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  }

  .blog__item:hover .blog__item-title {
    color: rgba(255, 61, 0, 0.8);
  }
}

@media only screen and (max-width: 1200px) {
  .blog__item {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .blog__item:not(.blog__item--big) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    background: #fff;
  }

  .blog__item:not(.blog__item--big) .blog__item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 156px;
    flex: 0 0 156px;
    width: 156px;
    border-radius: 4px;
    overflow: hidden;
  }

  .blog__item:not(.blog__item--big) .blog__item-box {
    padding: 0;
    overflow: auto;
  }

  .blog__item:not(.blog__item--big) .blog__item-author-img,
  .blog__item:not(.blog__item--big) .blog__item-date {
    display: none;
  }

  .blog__item:not(.blog__item--big) .blog__item-title {
    max-height: 48px;
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    margin-bottom: 8px;
  }

  .blog__item:not(.blog__item--big) .blog__item-author-name {
    font-weight: 400;
  }

  .blog__item:not(.blog__item--big) .blog__item-labels {
    margin-bottom: 8px;
  }

  .blog__item:not(.blog__item--big) .blog__item-labels li {
    margin-right: 20px;
  }

  .blog__item:not(.blog__item--big) .blog__item-labels li::before {
    right: -13px;
  }

  .blog__item:not(.blog__item--big) .blog__item-labels a {
    font-size: 12px;
    line-height: 16px;
  }

  .blog__item:last-child {
    margin-bottom: 0;
  }
}

.blog__item--big {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 16px);
  flex: 0 0 calc(33.333% - 16px);
  max-width: calc(33.333% - 16px);
}

@media only screen and (max-width: 1200px) {
  .blog__item--big {
    margin-bottom: 16px;
    max-width: 100%;
  }

  .blog__item--big:last-child {
    margin-bottom: 0;
  }
}

.blog__item-img {
  position: relative;
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .blog__item-img:hover img {
    opacity: 0.9;
  }
}

.blog__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog__item-box {
  position: relative;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.blog__item-labels {
  position: relative;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog__item-labels li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 28px;
}

.blog__item-labels li:last-child {
  margin-right: 0;
}

.blog__item-labels li:last-child::before {
  display: none;
}

.blog__item-labels li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff3d00;
  top: 50%;
  margin-top: -2px;
  right: -16px;
}

.blog__item-labels a {
  display: block;
  color: var(--Primary-Accent, #ff3d00);
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .blog__item-labels a:hover {
    color: rgba(255, 61, 0, 0.8);
  }
}

.blog__item-title {
  display: block;
  text-decoration: none;
  color: var(--Primary-Black, #000);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 12px;
  max-height: 78px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .blog__item-title:hover {
    text-decoration: underline;
  }
}

.blog__item-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.blog__item-author {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.blog__item-author-img {
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  overflow: hidden;
}

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

.blog__item-author-name {
  font-weight: 500;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .blog__item-author-name:hover {
    color: #ff3d00;
  }
}

.blog__item-date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: var(--Main-Gray, #595959);
}

.blog__categories {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media only screen and (max-width: 1200px) {
  .blog__categories {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.blog__categories-item {
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .blog__categories-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
  }
}

@media only screen and (min-width: 1025px) {
  .blog__categories-item:hover .blog__categories-item-title {
    color: #ff3d00;
  }

  .blog__categories-item:hover .blog__categories-item-img {
    border-color: #ff3d00;
  }
}

.blog__categories-item-img {
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  overflow: hidden;
  margin-bottom: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog__categories-item-title {
  color: #000;
  line-height: 20px;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog__form {
  position: relative;
  padding: 54px 24px;
  background: var(--Secondary-Fire-Linear, linear-gradient(183deg, #01231f 54.86%, #ff3d00 90.11%));
}

@media only screen and (max-width: 1200px) {
  .blog__form {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.blog__form--border-radius {
  border-radius: 8px;
  margin-bottom: 20px;
}

.blog__form-box {
  position: relative;
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog__form-title {
  position: relative;
  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;
  margin-bottom: 12px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  color: var(--Primary-White, #fff);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.blog__form-title svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blog__form-text {
  position: relative;
  margin-bottom: 24px;
  color: var(--Primary-White, #fff);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.7;
}

@media only screen and (max-width: 1200px) {
  .blog__form-text {
    text-align: left;
  }
}

.blog__form-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.blog__form-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blog__commitment {
  position: relative;
  padding-top: 64px;
}

@media only screen and (max-width: 1200px) {
  .blog__commitment {
    padding-top: 48px;
  }
}

.blog__commitment-box {
  position: relative;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
  .blog__commitment-box {
    display: block;
    margin-bottom: 24px;
  }
}

.blog__commitment-left {
  position: relative;
  padding: 32px 48px;
}

@media only screen and (max-width: 1200px) {
  .blog__commitment-left {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.blog__commitment-title {
  margin-bottom: 12px;
}

.blog__commitment-text {
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.blog__commitment-text p {
  margin: 0 0 12px;
}

.blog__commitment-text p:last-child {
  margin-bottom: 0;
}

.blog__commitment-btn-box {
  position: relative;
}

.blog__commitment-btn {
  position: relative;
}

.blog__commitment-right {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blog__commitment-right picture {
  display: block;
  height: 100%;
}

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

.blog__more {
  position: relative;
  text-align: center;
  padding-top: 64px;
}

@media only screen and (max-width: 1200px) {
  .blog__more {
    padding-top: 40px;
  }
}

.blog__more-info {
  margin-bottom: 16px;
  color: var(--Main-Gray, #595959);
  line-height: 20px;
}

.blog__more-btn {
  position: relative;
}

.brand {
  position: relative;
}

.brand__triggers {
  position: relative;
  background: var(--main-70, #4d6562);
  padding-top: 48px;
  padding-bottom: 48px;
}

@media only screen and (max-width: 1200px) {
  .brand__triggers {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.brand__triggers-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 96px;
  -moz-column-gap: 96px;
  column-gap: 96px;
}

@media only screen and (max-width: 1200px) {
  .brand__triggers-list {
    display: block;
  }
}

.brand__triggers-item {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .brand__triggers-item {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .brand__triggers-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .brand__triggers-item:first-child {
    padding-top: 0;
  }
}

.brand__triggers-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.16);
  width: 1px;
  right: -48px;
}

@media only screen and (max-width: 1200px) {
  .brand__triggers-item::before {
    display: none;
  }
}

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

.brand__triggers-head {
  position: relative;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.brand__triggers-icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  width: 36px;
}

.brand__triggers-title {
  color: var(--Primary-White, #fff);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.brand__triggers-text {
  color: var(--Primary-White, #fff);
  font-size: 16px;
  line-height: 155%;
}

.brand__archive {
  position: relative;
  padding-top: 40px;
  padding-bottom: 64px;
  overflow: hidden;
}

.brand__archive-title {
  margin-bottom: 32px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .brand__archive-title {
    margin-bottom: 24px;
  }
}

.brand__archive-slider {
  margin-bottom: 32px;
  max-width: 628px;
  width: 100%;
}

.brand__archive-slider.swiper {
  overflow: visible;
}

.brand__archive-slider .swiper-slide {
  width: 628px;
}

.brand__archive-btn-box {
  text-align: center;
}

.brand__archive-btn {
  position: relative;
}

.brand__archive-pagination {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand__top {
  position: relative;
  background: var(--Bg-Light-gray, #f5f5f5);
  padding-top: 80px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1200px) {
  .brand__top {
    padding-top: 32px;
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .brand__top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.brand__top-decor {
  position: absolute;
  right: 0;
  top: 65px;
}

@media only screen and (max-width: 1200px) {
  .brand__top-decor {
    margin-left: -50px;
    margin-right: -50px;
    max-width: calc(100% + 100px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.brand__top-title {
  text-align: center;
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

@media only screen and (max-width: 1200px) {
  .brand__top-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}

.brand__top-title::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 1px;
  background: #d8d8d8;
  bottom: 0;
  left: 50%;
  margin-left: -310px;
}

@media only screen and (max-width: 1200px) {
  .brand__top-title::before {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}

.brand__top-text {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .brand__top-text {
    color: var(--Main-Gray, #595959);
    font-weight: 400;
    margin-bottom: 10px;
  }
}

.brand__top-btn-box {
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .brand__top-btn-box {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.brand__top-btn {
  z-index: 1;
}

.brand__top-img {
  position: relative;
  margin-top: -48px;
}

@media only screen and (max-width: 1200px) {
  .brand__top-img {
    margin-top: 0;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
  }
}

.brand__top-img img {
  width: 100%;
}

.brand__options {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .brand__options {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.brand__options-title {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .brand__options-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}

.brand__options-text {
  position: relative;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%;
  color: var(--Main-Gray, #595959);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .brand__options-text {
    margin-bottom: 24px;
  }
}

.brand__options-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 40px;
}

@media only screen and (max-width: 1200px) {
  .brand__options-list {
    row-gap: 24px;
  }
}

.brand__option {
  position: relative;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  background: #fff;
  padding: 40px 32px 0 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 16px);
  flex: 0 0 calc(33.333% - 16px);
  width: calc(33.333% - 16px);
}

@media only screen and (max-width: 1200px) {
  .brand__option {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .brand__option {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.brand__option--coupon {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media only screen and (max-width: 767px) {
  .brand__option--coupon {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
}

.brand__option--full {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding-bottom: 68px;
}

@media only screen and (max-width: 1200px) {
  .brand__option--full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
    display: block;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .brand__option--full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.brand__option-label {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 6px 10px 6px 12px;
  border-radius: 0 8px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  color: var(--Primary-White, #fff);
  font-weight: 500;
  line-height: 20px;
}

.brand__option--coupon .brand__option-label {
  border-top-right-radius: 0;
}

@media only screen and (max-width: 767px) {
  .brand__option--coupon .brand__option-label {
    border-top-right-radius: 8px;
  }
}

.brand__option-head {
  position: relative;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .brand__option-head {
    margin-bottom: 16px;
  }
}

.brand__option--full .brand__option-head {
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 460px;
  flex: 0 0 460px;
  width: 460px;
}

@media only screen and (max-width: 1200px) {
  .brand__option--full .brand__option-head {
    width: 100%;
    margin-bottom: 16px;
  }
}

.brand__option-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.brand__option-img {
  position: relative;
  width: 64px;
  height: 64px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .brand__option-img {
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
  }
}

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

.brand__option-top-box {
  position: relative;
}

.brand__option-title {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 4px;
}

@media only screen and (max-width: 1200px) {
  .brand__option-title {
    font-size: 18px;
    line-height: 26px;
  }
}

.brand__option-rate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.brand__option-rate-value {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.brand__option-rate-stars {
  position: relative;
}

.brand__option-rate-reviews {
  line-height: 20px;
}

.brand__option-text {
  position: relative;
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  line-height: 24px;
}

.brand__option-body {
  position: relative;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .brand__option-body {
    margin-bottom: 16px;
  }
}

.brand__option--full .brand__option-body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 362px;
  flex: 0 0 362px;
  width: 362px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .brand__option--full .brand__option-body {
    width: 100%;
    margin-bottom: 16px;
  }
}

.brand__option-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.brand__option-row:last-child {
  margin-bottom: 0;
}

.brand__option-row-icon {
  position: relative;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
}

.brand__option-row-title {
  position: relative;
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  line-height: 24px;
  margin-right: 4px;
}

@media only screen and (max-width: 374px) {
  .brand__option-row-title {
    font-size: 12px;
  }
}

.brand__option-row-val {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (max-width: 374px) {
  .brand__option-row-val {
    font-size: 12px;
  }
}

.brand__option--full .brand__option-footer {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.brand__option-coupon {
  position: absolute;
  bottom: calc(100% + 1px);
  left: -1px;
  right: -1px;
  border-radius: 8px 8px 0px 0px;
  background: var(--Bg-Light-red, #ffe4e4);
  padding: 2px 4px;
  color: var(--Primary-Black, #000);
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .brand__option-coupon {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    margin-left: 7px;
    margin-right: 7px;
    color: var(--Secondary-Red, #f70808);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
  }
}

.brand__option-coupon span {
  color: #ff3d00;
  font-weight: 700;
}

.brand__option-btn {
  margin-bottom: 16px;
  width: 100%;
}

.brand__option-pay {
  position: relative;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

@media only screen and (max-width: 666px) {
  .brand__option-pay {
    font-size: 12px;
  }
}

@media only screen and (max-width: 374px) {
  .brand__option-pay {
    font-size: 10px;
  }
}

.brand__option--full .brand__option-pay {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .brand__option--full .brand__option-pay {
    margin-bottom: 24px;
  }
}

.brand__option-pay-text {
  line-height: 20px;
}

.brand__option-pay-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brand__option-pay-link {
  position: relative;
  line-height: 20px;
  color: #000;
}

@media only screen and (min-width: 1025px) {
  .brand__option-pay-link:hover {
    text-decoration: none;
  }
}

.brand__option-more {
  position: relative;
  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;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: var(--Primary-Black, #000);
  font-weight: 500;
  line-height: 20px;
  padding: 8px 24px;
  border-radius: 0px 0px 8px 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
  margin-left: -32px;
  margin-right: -32px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .brand__option-more {
    margin-left: -24px;
    margin-right: -24px;
  }
}

.brand__option--full .brand__option-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #d3d3d3;
}

@media only screen and (max-width: 1200px) {
  .brand__option--full .brand__option-more {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    border-top: 0;
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media only screen and (min-width: 1025px) {
  .brand__option-more:hover {
    color: #ff3d00;
  }

  .brand__option-more:hover svg {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    stroke: #ff3d00;
  }
}

.brand__option-more svg {
  fill: none;
  stroke: #01231f;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.brand__reviews {
  position: relative;
  background: var(--Bg-Light-gray, #f5f5f5);
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
  .brand__reviews {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.brand__reviews-title {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .brand__reviews-title {
    margin-bottom: 24px;
  }
}

.brand__reviews-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .brand__reviews-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.brand__reviews-img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  width: 280px;
}

@media only screen and (max-width: 1200px) {
  .brand__reviews-img {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.brand__reviews-img img {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .brand__reviews-img img {
    width: auto;
  }
}

.brand__reviews-slider-box {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 48px;
  padding-right: 48px;
  overflow: auto;
}

@media only screen and (max-width: 1200px) {
  .brand__reviews-slider-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}

.brand__reviews-slider {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .brand__reviews-slider {
    max-width: 228px;
    width: 100%;
  }
}

.brand__reviews-slider-item {
  position: relative;
}

.brand__reviews-slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.brand__reviews-slider-btn {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  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;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1;
}

@media only screen and (min-width: 1025px) {
  .brand__reviews-slider-btn:hover svg {
    stroke: #ff3d00;
  }
}

.brand__reviews-slider-btn svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.brand__reviews-slider-btn--prev {
  left: 0;
}

.brand__reviews-slider-btn--next {
  right: 0;
}

.brand__reviews-slider-btn.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.brand__testimonials {
  position: relative;
  padding-top: 64px;
  padding-bottom: 24px;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .brand__testimonials {
    padding-top: 32px;
    padding-bottom: 12px;
  }
}

.brand__testimonials-title {
  text-align: center;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
  .brand__testimonials-title {
    margin-bottom: 24px;
  }
}

.brand__testimonials-slider-box {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .brand__testimonials-slider-box {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.brand__testimonials-item {
  position: relative;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

@media only screen and (max-width: 1200px) {
  .brand__testimonials-item {
    display: block;
  }
}

.brand__testimonials-video {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 450px;
  flex: 0 0 450px;
  width: 450px;
  border-radius: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .brand__testimonials-video {
    display: block;
    margin-bottom: 16px;
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .brand__testimonials-video:hover::before {
    border-color: #ff3d00;
    background: #ff3d00;
  }
}

.brand__testimonials-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid var(--Line-Opacity---16, rgba(255, 255, 255, 0.16));
  background: var(--Line-Opacity---16, rgba(255, 255, 255, 0.16));
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.brand__testimonials-video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -4px;
  border: 8px solid transparent;
  border-left: 12px solid #fff;
  border-right: 0;
  z-index: 1;
}

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

.brand__testimonials-item-box {
  position: relative;
}

.brand__testimonials-item-icon {
  position: relative;
  margin-bottom: 16px;
}

.brand__testimonials-item-quotes {
  position: relative;
  margin-bottom: 32px;
  color: var(--Main-Gray, #595959);
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .brand__testimonials-item-quotes {
    margin-bottom: 16px;
  }
}

.brand__testimonials-item-author {
  position: relative;
}

.brand__testimonials-item-author-name {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.brand__testimonials-item-author-channel {
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

@media only screen and (max-width: 1200px) {
  .brand__testimonials-item-author-channel span {
    width: 100%;
    margin-bottom: 4px;
  }
}

.brand__testimonials-item-author-link {
  color: #000;
}

@media only screen and (min-width: 1025px) {
  .brand__testimonials-item-author-link:hover {
    text-decoration: none;
  }
}

.brand__testimonials-slider-btn {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  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;
  z-index: 1;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .brand__testimonials-slider-btn:hover svg {
    stroke: #ff3d00;
  }
}

.brand__testimonials-slider-btn svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.brand__testimonials-slider-btn--prev {
  left: -56px;
}

.brand__testimonials-slider-btn--next {
  right: -56px;
}

.brand__testimonials-slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 32px;
}

.brands {
  position: relative;
  padding-top: 40px;
}

@media only screen and (max-width: 1200px) {
  .brands {
    padding-top: 32px;
  }
}

.brands__title {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .brands__title {
    margin-bottom: 12px;
  }
}

.brands__description {
  position: relative;
  margin-bottom: 40px;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.brands__description p {
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .brands__description {
    margin-bottom: 32px;
  }
}

.brands__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
  .brands__list {
    margin-bottom: 32px;
    gap: 16px;
  }
}

.brands__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 405px;
  flex: 0 0 405px;
  width: 405px;
  border-radius: 8px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  padding: 19px;
}

@media only screen and (max-width: 1200px) {
  .brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
  }
}

@media only screen and (max-width: 767px) {
  .brands__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.brands__item-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.brands__item-left {
  position: relative;
}

.brands__item-title {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.brands__item-counter {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  line-height: 20px;
}

.brands__item-link {
  display: inline-block;
  vertical-align: top;
  color: #ff3d00;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .brands__item-link:hover {
    color: rgba(255, 61, 0, 0.8);
    text-decoration: none;
  }
}

.brands__item-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 80px;
}

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

.brands__item-box {
  position: relative;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.brands__item.active .brands__item-box {
  background: #fff;
  border-color: #bebebe;
  border-radius: 8px 8px 0 0;
}

.brands__item-category {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 20px;
}

.brands__item-category svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brands__item-category-btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 21px;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  margin-left: auto;
}

.brands__item-category-btn::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  background: #000;
  top: 5px;
  left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.brands__item-category-btn::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  background: #000;
  top: 10px;
  left: 5px;
}

.brands__item.active .brands__item-category-btn::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.brands__item-category-list {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  padding: 0 16px 8px;
  line-height: 20px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  border: 1px solid #bebebe;
  border-top: 0;
  z-index: 1;
  display: none;
}

.brands__bottom {
  position: relative;
  background: #f5f5f5;
  margin-bottom: -40px;
  padding: 60px 16px;
}

@media only screen and (max-width: 1200px) {
  .brands__bottom {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: -20px;
  }
}

.brands__bottom-decor {
  position: absolute;
  bottom: 0;
  height: 100%;
  right: 0;
}

@media only screen and (max-width: 1200px) {
  .brands__bottom-decor {
    height: auto;
  }
}

.brands__bottom-box {
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  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;
}

@media only screen and (max-width: 1200px) {
  .brands__bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.brands__bottom-left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 530px;
  flex: 0 0 530px;
  width: 530px;
}

@media only screen and (max-width: 1200px) {
  .brands__bottom-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 32px;
    text-align: center;
  }
}

.brands__bottom-title {
  position: relative;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

@media only screen and (max-width: 1200px) {
  .brands__bottom-title {
    margin-bottom: 20px;
  }
}

.brands__bottom-text {
  font-size: 16px;
  line-height: 24px;
}

.brands__bottom-text p {
  margin: 0 0 24px;
}

.brands__bottom-text p:last-child {
  margin-bottom: 0;
}

.brands__bottom-text a {
  color: #ff3d00;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .brands__bottom-text a:hover {
    color: rgba(255, 61, 0, 0.8);
  }
}

.brands__bottom-right {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  width: 400px;
}

@media only screen and (max-width: 1200px) {
  .brands__bottom-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

.breadcrumbs {
  list-style: none;
  padding: 8px 0;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  gap: 32px;
}

@media only screen and (max-width: 1200px) {
  .breadcrumbs {
    gap: 20px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--Line-Light, #eaeaea);
  }
}

.breadcrumbs li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.breadcrumbs li a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #454545;
  line-height: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .breadcrumbs li a {
    line-height: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .breadcrumbs li a:hover {
    color: #ff3d00;
  }
}

.breadcrumbs li a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -19px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #b3bdbc;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media only screen and (max-width: 1200px) {
  .breadcrumbs li a::before {
    right: -14px;
  }
}

.breadcrumbs li span {
  display: block;
  color: #454545;
  line-height: 16px;
}

@media only screen and (max-width: 1200px) {
  .breadcrumbs li span {
    line-height: 20px;
  }
}

.btn {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 32px;
  border-radius: 8px;
  background: var(--Primary-Accent, #ff3d00);
  border: 2px solid #ff3d00;
  text-decoration: none;
  color: #fff;
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .btn:hover {
    background: #fff;
    color: #ff3d00;
  }

  .btn:hover svg {
    fill: #ff3d00;
  }
}

.btn svg {
  fill: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .btn--stroke-icon:hover svg {
    fill: none;
    stroke: #ff3d00;
  }
}

.btn--stroke-icon svg {
  fill: none;
  stroke: #fff;
}

.btn--green {
  background: #4d6562;
  border-color: #4d6562;
}

@media only screen and (min-width: 1025px) {
  .btn--green:hover {
    color: #4d6562;
  }

  .btn--green:hover svg {
    fill: #4d6562;
  }
}

.btn.disabled {
  background: #e6e9e9;
  border-color: #e6e9e9;
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  .btn--mobile-small {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 14px;
  }
}

.btn-black {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #01231f;
  border: 0;
  text-decoration: none;
  color: #fff;
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .btn-black:hover {
    background: #ff3d00;
  }
}

.btn-black.disabled {
  background: #e6e9e9;
  pointer-events: none;
}

.wishlist-btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  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;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wishlist-btn.animation .wishlist-btn__border,
.wishlist-btn.animation .wishlist-btn__inner {
  -webkit-animation: heartPop 0.4s ease forwards;
  animation: heartPop 0.4s ease forwards;
}

.wishlist-btn--small {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
}

.wishlist-btn--small>svg {
  width: 16px;
  height: 16px;
}

@media only screen and (min-width: 1025px) {
  .wishlist-btn:hover {
    border-color: #ff3d00;
  }
}

.wishlist-btn__border {
  fill: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.wishlist-btn.active .wishlist-btn__border {
  fill: #000;
}

.wishlist-btn__inner {
  fill: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.wishlist-btn.active .wishlist-btn__inner {
  fill: #000;
}

.btn-small {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 32px;
  border-radius: 4px;
  background: var(--Primary-Accent, #ff3d00);
  border: 1px solid #ff3d00;
  text-decoration: none;
  color: #fff;
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn-small.disabled {
  background: #e6e9e9;
  border-color: #e6e9e9;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .btn-small {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 370px) {
  .btn-small {
    font-size: 12px;
  }
}

@media only screen and (max-width: 346px) {
  .btn-small {
    font-size: 11px;
  }
}

@media only screen and (min-width: 1025px) {
  .btn-small:hover {
    background: #fff;
    color: #ff3d00;
  }

  .btn-small:hover svg {
    fill: #ff3d00;
  }
}

.btn-small svg {
  fill: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn-small--green {
  background: #4d6562;
  border-color: #4d6562;
}

@media only screen and (min-width: 1025px) {
  .btn-small--green:hover {
    color: #4d6562;
  }

  .btn-small--green:hover svg {
    fill: #4d6562;
  }
}

.btn-white {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 11px 29px;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  background: var(--Primary-White, #fff);
  text-decoration: none;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .btn-white:hover {
    border-color: #ff3d00;
    color: #ff3d00;
  }

  .btn-white:hover svg {
    stroke: #ff3d00;
  }
}

.btn-white.disabled {
  background: #e6e9e9;
  border-color: #e6e9e9;
  pointer-events: none;
  color: #fff;
}

.btn-white svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn-white--small {
  padding: 7px 12px;
  font-size: 14px;
  line-height: 20px;
}

.btn-white--border {
  border-color: #01231F;
  padding: 7px 23px;
}

@media only screen and (max-width: 1200px) {
  .btn-white--mobile-small {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 14px;
  }
}

.btn-scroll-top {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .btn-scroll-top {
    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;
    position: fixed;
    right: 8px;
    bottom: 8px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: var(--Primary-Main, #01231f);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .btn-scroll-top.scroll {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.btn-big-black {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  border: 1px solid var(--Primary-Black, #01231f);
  background: var(--Primary-Main, #01231f);
  color: var(--Primary-White, #fff);
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 11px 29px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .btn-big-black:hover {
    background: #fff;
    color: #01231f;
  }
}

.all-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .all-btn:hover {
    color: #ff3d00;
  }

  .all-btn:hover svg {
    stroke: #ff3d00;
  }
}

.all-btn svg {
  stroke: #000;
  fill: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@-webkit-keyframes heartPop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    fill: #000;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    fill: #000;
  }
}

@keyframes heartPop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    fill: #000;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    fill: #000;
  }
}

.builder {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .builder {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  .builder--last {
    padding-bottom: 0;
  }
}

.builder__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-bottom: 16px;
}

@media only screen and (max-width: 1200px) {
  .builder__header {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}

.builder__logo {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .builder__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
}

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

.builder__header-box {
  position: relative;
  padding-top: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
}

@media only screen and (max-width: 1200px) {
  .builder__header-box {
    padding-top: 0;
    overflow: visible;
  }
}

.builder__header-holder {
  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;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

@media only screen and (max-width: 1200px) {
  .builder__header-holder {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.builder__title-rating {
  position: relative;
}

.builder__title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 4px;
}

@media only screen and (max-width: 1200px) {
  .builder__title {
    font-size: 16px;
    line-height: 24px;
  }
}

.builder__rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.builder__rating-value {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.builder__reviews-link {
  position: relative;
  color: var(--Primary-Accent, #ff3d00);
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .builder__reviews-link:hover {
    color: rgba(255, 61, 0, 0.8);
  }
}

.builder__reviews-dancer-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1200px) {
  .builder__reviews-dancer-btn {
    display: none;
  }
}

.builder__toggle-info-mobile {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .builder__toggle-info-mobile {
    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;
    border-radius: 8px;
    border: 1px solid #ff3d00;
    width: 32px;
    height: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
  }

  .builder__toggle-info-mobile svg {
    fill: #ff3d00;
  }
}

.builder__toggle-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .builder__toggle-info {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .builder__toggle-info:hover {
    color: #ff3d00;
  }

  .builder__toggle-info:hover svg {
    stroke: #ff3d00;
  }
}

.builder__toggle-info>span:nth-child(2) {
  display: none;
}

.builder__header-box.active .builder__toggle-info>span:nth-child(1) {
  display: none;
}

.builder__header-box.active .builder__toggle-info>span:nth-child(2) {
  display: block;
}

.builder__toggle-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__header-box.active .builder__toggle-icon {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.builder__toggle-icon svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__header-info {
  margin-top: 16px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .builder__header-info {
    margin-left: -60px;
  }
}

.builder__details {
  position: relative;
  padding-bottom: 16px;
  padding-top: 16px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1200px) {
  .builder__details {
    display: block;
    padding: 0 16px;
    margin-bottom: 12px;
  }

  .builder__header-box .builder__details {
    margin-bottom: 0;
    border-bottom: 0;
  }
}

.builder__detail-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 272px;
  flex: 0 0 272px;
  width: 272px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

@media only screen and (max-width: 1200px) {
  .builder__detail-item {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaeaea;
  }

  .builder__detail-item:last-child {
    border-bottom: 0;
  }
}

.builder__detail-item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background: #eaeaea;
  right: -16px;
}

@media only screen and (max-width: 1200px) {
  .builder__detail-item::before {
    display: none;
  }
}

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

.builder__detail-icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.builder__detail-content {
  position: relative;
}

.builder__detail-label {
  display: block;
  margin-bottom: 4px;
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  line-height: 24px;
}

.builder__detail-value {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.builder__description {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .builder__description {
    display: none;
  }
}

.builder__text {
  margin-bottom: 10px;
  max-height: 48px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-width: 880px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__description.active .builder__text {
  max-height: none;
  -webkit-line-clamp: initial;
}

@media only screen and (max-width: 1200px) {
  .builder__text {
    max-height: none;
    -webkit-line-clamp: initial;
  }

  .builder__text.text-content {
    font-size: 16px;
  }
}

.builder__read-more {
  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-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  text-decoration: underline;
  padding: 0;
  background: transparent;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .builder__read-more:hover {
    color: #ff3d00;
  }

  .builder__read-more:hover svg {
    stroke: #ff3d00;
  }
}

.builder__read-more svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__read-more-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__description.active .builder__read-more-icon {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.builder__body-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 1200px) {
  .builder__body-box {
    display: block;
  }
}

.builder__body {
  position: relative;
  border-top: 1px solid #eaeaea;
  padding-top: 40px;
}

@media only screen and (max-width: 1200px) {
  .builder__body {
    padding-top: 16px;
  }
}

.builder__body--without-border {
  border-top: 0;
}

@media only screen and (max-width: 1200px) {
  .builder__body--without-border {
    padding-top: 0;
  }
}

.builder__aside {
  position: sticky;
  top: 10px;
  width: 290px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
  background: #fff;
}

@media only screen and (max-width: 1200px) {
  .builder__aside {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100vw;
    display: none;
  }

  .builder__aside.active {
    display: block;
  }
}

.builder__main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.builder__main-head {
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .builder__main-head {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .builder__main-head::after {
    content: "";
    position: absolute;
    background: #eaeaea;
    height: 1px;
    left: -16px;
    right: -16px;
    bottom: 0;
  }
}

.builder__main-counter-steps {
  position: relative;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  line-height: 20px;
}

.builder__main-counter-steps-title {
  position: relative;
}

.builder__main-counter-steps-title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #d3d3d3;
  top: 0;
  right: -8px;
}

.builder__main-counter-steps-val {
  font-weight: 500;
}

.builder__main-counter-steps-val span {
  opacity: 0.5;
}

.builder__main-title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.builder__main-text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.builder__main-text:last-child {
  margin-bottom: 0;
}

.builder__main-attention {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 2px solid var(--Colors-Orange, #ff9500);
  background: var(--Secondary-Light-yellow, #f9f3eb);
  padding: 8px 12px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-size: 16px;
  line-height: 20px;
}

.builder__main-attention svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.builder__main-attention span {
  font-weight: 500;
}

.builder__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  .builder__list {
    gap: 12px 16px;
  }
}

.builder__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 15px);
  flex: 0 0 calc(25% - 15px);
  width: calc(25% - 15px);
  border-radius: 2px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  .builder__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
  }
}

.builder__item.active {
  border-color: #ff3d00;
}

.builder__item.disabled {
  pointer-events: none;
  border-color: #eaeaea;
}

.builder__item-label {
  position: relative;
  background: #d3d3d3;
  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;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  padding: 2px 8px;
  color: var(--Primary-White, #fff);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.disabled .builder__item-label {
  color: #8f8f8f;
}

.builder__item-gallery {
  position: relative;
  cursor: pointer;
}

.disabled .builder__item-gallery {
  opacity: 0.5;
}

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

.builder__item-gallery-icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Bg-Light-gray, #f5f5f5);
  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;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .builder__item-gallery-icon:hover {
    background: #ff3d00;
    border-color: #ff3d00;
  }

  .builder__item-gallery-icon:hover svg {
    fill: #fff;
  }
}

@media only screen and (max-width: 1200px) {
  .builder__item-gallery-icon {
    bottom: 7px;
    right: 7px;
  }
}

.builder__item-gallery-icon svg {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__item-gallery-icon .number-imgs {
  position: absolute;
  left: 8px;
  top: 7px;
  width: 12px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
}

.builder__item-box {
  position: relative;
  border-top: 1px solid #eaeaea;
  padding-left: 12px;
  padding-right: 12px;
}

.disabled .builder__item-box {
  opacity: 0.5;
}

.builder__item-select {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eaeaea;
  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;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

.builder__item-checkbox {
  position: relative;
  cursor: pointer;
  overflow: auto;
}

.builder__item-checkbox input {
  display: none;
}

.builder__item-checkbox input:checked+span::before {
  background: #ff3d00;
  border-color: #ff3d00;
}

.builder__item-checkbox span {
  display: block;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-left: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .builder__item-checkbox span:hover {
    color: #ff3d00;
  }
}

.builder__item-checkbox span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid var(--lines-light-gray-input, #cdcdcd);
  background: var(--background-bg-white-pages, #fff);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__item-checkbox span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 50%;
  margin-top: -3px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.disabled .builder__item-checkbox span::before {
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.disabled .builder__item-checkbox span::after {
  display: none;
}

.builder__item-price {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.builder__item.active .builder__item-price {
  color: #ff3d00;
}

.builder__item-bottom {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.builder__item-bottom .info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.builder__item-name {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.builder__informer {
  position: relative;
  border-radius: 4px;
  border-left: 2px solid var(--main-50, #8f8f8f);
  background: var(--Bg-Light-gray, #f5f5f5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding: 16px;
}

.builder__informer svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.builder__informer-text {
  font-size: 16px;
  line-height: 24px;
}

.builder__informer-text p {
  margin: 0 0 20px;
}

.builder__informer-text p:last-child {
  margin-bottom: 0;
}

.builder__parts-btn {
  position: relative;
  border-radius: 8px;
  background: var(--Secondary-Approval-Green, #0d9a88);
  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;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding: 8px 12px;
  margin-bottom: 14px;
  color: var(--Primary-White, #fff);
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .builder__parts-btn {
    display: none;
  }
}

.builder__parts-btn-mobile {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .builder__parts-btn-mobile {
    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;
    margin-left: auto;
    border-radius: 58px;
    background: var(--main-70, #4d6562);
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    padding: 4px 8px 4px 4px;
    color: var(--Primary-White, #fff);
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
}

.builder__options-holder {
  border-radius: 8px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .builder__options-holder {
    border: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.builder__options {
  position: relative;
  height: 482px;
}

@media only screen and (max-width: 1200px) {
  .builder__options {
    height: calc(100% - 74px);
  }
}

.builder__options-empty {
  position: relative;
  padding-top: 40px;
  text-align: center;
}

.builder__options-empty svg {
  margin-bottom: 12px;
}

.builder__options-empty-title {
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  line-height: 24px;
}

.builder__controls {
  position: relative;
  padding: 16px 20px;
  background: #f5f5f5;
}

.builder__controls-price {
  position: relative;
  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;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1200px) {
  .builder__controls-price {
    margin-bottom: 0;
  }
}

.builder__controls-price-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.builder__controls-price-val {
  color: var(--Primary-Main, #01231f);
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.builder__controls-btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 12px;
}

@media only screen and (max-width: 1200px) {
  .builder__controls-btns {
    position: fixed;
    left: 20px;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.builder__controls-btn {
  position: relative;
  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;
  cursor: pointer;
  padding: 7px 15px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  width: calc(50% - 4px);
  border-radius: 8px;
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .builder__controls-btn {
    width: auto;
  }
}

.builder__controls-btn svg {
  fill: none;
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__controls-btn.disabled {
  pointer-events: none;
}

.builder__controls-btn--prev {
  color: var(--Primary-Black, #000);
  background: var(--Primary-White, #fff);
}

@media only screen and (max-width: 1200px) {
  .builder__controls-btn--prev {
    font-size: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    height: 48px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .builder__controls-btn--prev:hover {
    background: #ff3d00;
    border-color: #ff3d00;
    color: #fff;
  }

  .builder__controls-btn--prev:hover svg {
    stroke: #fff;
  }
}

.builder__controls-btn--prev.disabled {
  color: #a4a4a4;
}

.builder__controls-btn--prev.disabled svg {
  stroke: #a4a4a4;
}

.builder__controls-btn--next {
  color: #fff;
  background: #ff3d00;
  border-color: #ff3d00;
}

@media only screen and (max-width: 1200px) {
  .builder__controls-btn--next {
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media only screen and (min-width: 1025px) {
  .builder__controls-btn--next:hover {
    background: #fff;
    color: #ff3d00;
  }

  .builder__controls-btn--next:hover svg {
    stroke: #ff3d00;
  }
}

.builder__controls-btn--next svg {
  stroke: #fff;
}

.builder__controls-btn--next.disabled {
  background: #d1d1d1;
  border-color: #d1d1d1;
}

@media only screen and (max-width: 1200px) {
  .builder__controls-btn--without-text-mobile {
    font-size: 0;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.builder__controls-btn-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: var(--Secondary-Approval-Green, #0d9a88);
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .builder__controls-btn-last {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-radius: 8px;
    background: var(--Secondary-Approval-Green, #0d9a88);
    padding: 12px 24px;
    color: #fff;
  }
}

@media only screen and (min-width: 1025px) {
  .builder__controls-btn-last:hover .path-arrow:nth-child(1) {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  .builder__controls-btn-last:hover .path-arrow:nth-child(2) {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
}

.builder__controls-btn-last svg {
  stroke: #0d9a88;
}

@media only screen and (max-width: 1200px) {
  .builder__controls-btn-last svg {
    stroke: #fff;
  }
}

.builder__controls-btn-last svg .path-arrow {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__controls-btn-last svg .path-arrow:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.builder__options-item {
  position: relative;
}

.builder__options-item-head {
  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;
  padding: 12px 20px;
  gap: 12px;
  border-bottom: 1px solid var(--Line-Light, #eaeaea);
  background: var(--Bg-Light-gray, #f5f5f5);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  cursor: pointer;
}

.builder__options-item.active .builder__options-item-head svg {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.builder__options-item-head svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  stroke: #000;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__options-item-body {
  position: relative;
  display: none;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.builder__options-item-body::-webkit-scrollbar {
  display: block;
  width: 3px;
}

.builder__options-item-body::-webkit-scrollbar-track {
  background: #eaeaea;
}

.builder__options-item-body::-webkit-scrollbar-thumb {
  background-color: #01231f;
  border-radius: 4px;
}

.builder__options-item-row {
  position: relative;
  border-bottom: 1px solid var(--Line-Light, #eaeaea);
  padding: 8px 20px;
}

.builder__options-item-row-head {
  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;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-bottom: 4px;
}

.builder__options-item-row-title {
  position: relative;
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  line-height: 24px;
}

.builder__options-item-edit {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: var(--Primary-Black, #000);
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .builder__options-item-edit:hover {
    color: #ff3d00;
  }

  .builder__options-item-edit:hover svg {
    fill: #ff3d00;
  }
}

.builder__options-item-edit svg {
  fill: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__options-item-row-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
}

.builder__options-item-row-body:last-child {
  margin-bottom: 0;
}

.builder__options-item-row-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.builder__options-item-row-value {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.builder__select {
  position: relative;
  max-width: 480px;
  margin-bottom: 30px;
}

.builder__checkbox-list {
  position: relative;
  max-width: 480px;
  width: 100%;
}

.builder__checkbox-option {
  position: relative;
  margin-bottom: 16px;
  border-radius: 4px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  padding: 12px 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__checkbox-option.active {
  border-color: #ff3d00;
}

.builder__checkbox-option:last-child {
  margin-bottom: 0;
}

.builder__checkbox-option label {
  display: block;
}

.builder__checkbox-option label>input {
  display: none;
}

.builder__checkbox-option label>input:checked+span::before {
  background: #ff3d00;
  border-color: #ff3d00;
}

.builder__checkbox-option label>input:checked+span .price {
  color: #ff3d00;
}

.builder__checkbox-option label>span {
  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;
  padding-left: 36px;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.builder__checkbox-option label>span::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  margin-top: -12px;
  border-radius: 4px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__checkbox-option label>span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
  left: 6px;
}

.builder__checkbox-option label>span .price {
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__checkbox-option .custom-message {
  padding-top: 12px;
  padding-left: 32px;
}

.builder__checkbox-option .custom-message textarea {
  display: block;
  width: 100%;
  padding: 4px 0 12px;
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: 0;
  field-sizing: content;
  height: 40px;
  min-height: 40px;
  resize: none;
  border-radius: 0;
  border-bottom: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
}

.builder__checkbox-option .custom-message textarea::-webkit-input-placeholder {
  color: var(--main-50, #8f8f8f);
}

.builder__checkbox-option .custom-message textarea::-moz-placeholder {
  color: var(--main-50, #8f8f8f);
}

.builder__checkbox-option .custom-message textarea:-ms-input-placeholder {
  color: var(--main-50, #8f8f8f);
}

.builder__checkbox-option .custom-message textarea::-ms-input-placeholder {
  color: var(--main-50, #8f8f8f);
}

.builder__checkbox-option .custom-message textarea::placeholder {
  color: var(--main-50, #8f8f8f);
}

.builder__accordion {
  position: relative;
}

.builder__accordion-item {
  position: relative;
  margin-bottom: 16px;
}

.builder__accordion-item:last-child {
  margin-bottom: 0;
}

.builder__accordion-head {
  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;
  border-radius: 8px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  padding: 11px 23px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .builder__accordion-head:hover {
    border-color: #8f8f8f;
  }
}

.builder__accordion-item.active .builder__accordion-head {
  border-color: #8f8f8f;
}

.builder__accordion-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.builder__accordion-title svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__accordion-item.active .builder__accordion-title svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.builder__accordion-price {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.builder__accordion-body {
  display: none;
  padding-top: 16px;
}

.builder__upgrades {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 24px;
}

@media only screen and (max-width: 767px) {
  .builder__upgrades {
    display: block;
  }
}

.builder__upgrades-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
  width: calc(50% - 12px);
}

@media only screen and (max-width: 767px) {
  .builder__upgrades-item {
    width: 100%;
    margin-bottom: 16px;
  }
}

.builder__upgrades-item.disabled {
  pointer-events: none;
}

.builder__upgrades-item-box {
  position: relative;
  border-radius: 0px 8px 8px 8px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__upgrades-item.active .builder__upgrades-item-box {
  border-color: #ff3d00;
}

.builder__upgrades-item.disabled .builder__upgrades-item-box {
  background: #f8f8f8;
}

.builder__upgrades-label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px 12px 0px 0px;
  background: var(--main-6, #f1f1f1);
  padding: 4px 12px 4px 8px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__upgrades-item.active .builder__upgrades-label {
  background: #ff3d00;
  color: #fff;
}

.builder__upgrades-item.active .builder__upgrades-label svg {
  stroke: #fff;
}

.builder__upgrades-label svg {
  stroke: #8f8f8f;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__upgrades-head {
  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;
  border-bottom: 1px solid var(--Line-Light, #eaeaea);
  padding: 16px 12px;
}

.builder__upgrades-input {
  position: relative;
  cursor: pointer;
}

.builder__upgrades-input input {
  display: none;
}

.builder__upgrades-input input:checked+span::before {
  background: #ff3d00;
}

.builder__upgrades-input input:checked+span::after {
  -webkit-transform: translateX(16px);
  transform: translateX(16px);
}

.builder__upgrades-input span {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 48px;
}

@media only screen and (max-width: 374px) {
  .builder__upgrades-input span {
    font-size: 14px;
  }
}

.builder__upgrades-input span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 36px;
  height: 20px;
  border-radius: 9999px;
  background: var(--main-10, #e6e9e9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.builder__upgrades-input span::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  left: 2px;
  top: 4px;
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.builder__upgrades-item.disabled .builder__upgrades-input span {
  color: #8f8f8f;
}

.builder__upgrades-price {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 374px) {
  .builder__upgrades-price {
    font-size: 14px;
  }
}

.builder__upgrades-item.active .builder__upgrades-price {
  color: #ff3d00;
}

.builder__upgrades-item.disabled .builder__upgrades-price {
  color: #8f8f8f;
}

.builder__upgrades-text {
  padding: 16px 12px;
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  line-height: 24px;
}

.builder__upgrades-item.disabled .builder__upgrades-text {
  color: #8f8f8f;
}

.builder__upgrades-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 4px 12px;
  color: var(--Primary-Main, #01231f);
  line-height: 155%;
  border-radius: 0px 0px 8px 8px;
  border-top: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Secondary-Light-yellow, #f9f3eb);
}

.builder__upgrades-info svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.builder__upgrades-row {
  position: relative;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #595959;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid var(--Line-Light, #eaeaea);
}

.builder__upgrades-row span {
  color: #ff3d00;
  font-weight: 500;
}

.builder__upgrades-item.disabled .builder__upgrades-row {
  color: rgba(89, 89, 89, 0.5);
}

.builder__upgrades-item.disabled .builder__upgrades-row span {
  opacity: 0.5;
}

.builder__order-title {
  position: relative;
  text-align: center;
  margin-bottom: 12px;
  padding-top: 40px;
}

@media only screen and (max-width: 1200px) {
  .builder__order-title {
    padding-top: 32px;
  }
}

.builder__order-description {
  color: var(--Primary-Main, #01231f);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 32px;
}

.builder__order-description p {
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .builder__order-description {
    color: var(--Main-Gray, #595959);
  }
}

.builder__order-box {
  position: relative;
  border: 1px solid var(--Line-Light, #eaeaea);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .builder__order-box {
    display: block;
    border: 0;
  }
}

.builder__order-cell {
  position: relative;
  width: 33.333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  border-right: 1px solid var(--Line-Light, #eaeaea);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 1200px) {
  .builder__order-cell {
    display: block;
    width: 100%;
    border-left: 1px solid var(--Line-Light, #eaeaea);
  }

  .builder__order-cell:first-child {
    border-top: 1px solid var(--Line-Light, #eaeaea);
  }
}

.builder__order-cell:last-child {
  border-right: 0;
}

@media only screen and (max-width: 1200px) {
  .builder__order-cell:last-child {
    border-left: 1px solid var(--Line-Light, #eaeaea);
  }
}

.builder__order-cell-title {
  position: relative;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  background: #f5f5f5;
  border-bottom: 1px solid var(--Line-Light, #eaeaea);
}

@media only screen and (max-width: 1200px) {
  .builder__order-cell-title {
    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;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.builder__order-cell-title svg {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .builder__order-cell-title svg {
    display: block;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.builder__order-cell.active .builder__order-cell-title svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.builder__order-body {
  position: relative;
  margin-bottom: -1px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 1200px) {
  .builder__order-cell.active .builder__order-body {
    display: none;
  }
}

.builder__order-body-row {
  position: relative;
  padding: 8px 24px;
  border-bottom: 1px solid var(--Line-Light, #eaeaea);
}

@media only screen and (max-width: 1200px) {
  .builder__order-body-row {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.builder__order-body-title {
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}

.builder__order-body-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.builder__order-body-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.builder__order-body-price {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.builder__order-body-price-value {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.builder__order-form {
  position: relative;
  padding: 24px 24px 16px;
  background: #fff;
}

@media only screen and (max-width: 1200px) {
  .builder__order-form {
    position: sticky;
    bottom: 0;
    padding: 0;
    margin: 32px -16px -20px;
    -webkit-box-shadow: 0px -6px 6px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px -6px 6px 0px rgba(0, 0, 0, 0.04);
  }
}

.builder__order-form-input {
  position: relative;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1200px) {
  .builder__order-form-input {
    padding: 12px 16px;
    margin-bottom: 0;
  }

  .builder__order-form-input .input-style__label {
    margin-bottom: 0;
    color: var(--Primary-Black, #000);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .builder__order-form-input textarea {
    display: none;
    margin-top: 16px;
    min-height: 5lh;
  }
}

@media only screen and (max-width: 1200px) {
  .builder__order-form.active .builder__order-form-input textarea {
    display: block;
  }
}

.builder__order-form-total {
  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;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1200px) {
  .builder__order-form-total {
    padding: 12px 16px 8px;
    margin-bottom: 0;
    border-top: 1px solid var(--Line-Light, #eaeaea);
  }
}

.builder__order-form-total-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.builder__order-form-total-val {
  text-align: right;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

@media only screen and (max-width: 1200px) {
  .builder__order-form-total-val {
    font-size: 18px;
    line-height: 26px;
  }
}

.builder__order-form-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  margin-bottom: 12px;
  background: var(--Bg-Light-gray, #f5f5f5);
}

@media only screen and (max-width: 1200px) {
  .builder__order-form-info {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.builder__order-form-info-title {
  color: var(--Main-Gray, #595959);
  line-height: 20px;
}

.builder__order-form-info-title span {
  font-weight: 500;
  color: #000;
}

.builder__order-btn-box {
  text-align: center;
}

.builder__order-btn-box .btn {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .builder__order-btn-box .btn {
    border-radius: 0;
  }
}

.builder__video-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.builder__video-list--no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.builder__video-list--no-wrap .builder__video-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 123px;
  flex: 0 0 123px;
  width: 123px;
}

@media only screen and (max-width: 1200px) {
  .builder__video-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100vw;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.builder__video-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  border: 2px solid var(--main-50, #8f8f8f);
  padding: 2px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .builder__video-item:hover .builder__video-item-btn {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.builder__video-source {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

@media only screen and (max-width: 1200px) {
  .builder__video-source:not(.js-video-item-source) {
    display: none;
  }
}

.builder__video-title {
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.builder__video-title--fz18 {
  font-size: 18px;
}

.builder__video-item-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  margin-top: -14px;
  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;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: var(--Line-Opacity---16, rgba(255, 255, 255, 0.16));
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  -webkit-transform: scale(0);
  transform: scale(0);
  padding-left: 2px;
  -webkit-transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media only screen and (max-width: 1200px) {
  .builder__video-item-btn {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.cart-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 10;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.cart-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}

.cart-popup__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--Mask-Black---30, rgba(0, 0, 0, 0.3));
}

.cart-popup__box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  max-width: 480px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.cart-popup.active .cart-popup__box {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.cart-popup__head {
  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;
  border-bottom: 1px solid var(--Line-Light, #eaeaea);
  padding: 16px 24px;
  gap: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1200px) {
  .cart-popup__head {
    padding: 12px 16px;
  }
}

.cart-popup__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

@media only screen and (max-width: 1200px) {
  .cart-popup__title {
    font-size: 18px;
    line-height: 24px;
  }
}

.cart-popup__close {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .cart-popup__close:hover svg {
    stroke: rgba(255, 61, 0, 0.8);
  }
}

.cart-popup__close svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cart-popup__holder {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.cart-popup__empty {
  position: relative;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .cart-popup__empty {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.cart-popup__label {
  position: relative;
  background: var(--main-70, #4d6562);
  padding: 12px 24px;
  color: var(--Primary-White, #fff);
  font-size: 16px;
  line-height: 24px;
  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;
  gap: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1200px) {
  .cart-popup__label {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .cart-popup__label>svg {
    width: 16px;
    height: 16px;
  }
}

.cart-popup__list {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  padding: 24px;
}

@media only screen and (max-width: 1200px) {
  .cart-popup__list {
    padding: 16px;
    margin-right: 1px;
  }

  .cart-popup__list::-webkit-scrollbar {
    display: block;
    width: 3px;
  }

  .cart-popup__list::-webkit-scrollbar-track {
    background: #eaeaea;
  }

  .cart-popup__list::-webkit-scrollbar-thumb {
    background-color: #01231f;
    border-radius: 4px;
  }
}

.cart-popup__item {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}

@media only screen and (max-width: 1200px) {
  .cart-popup__item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.cart-popup__item:first-child {
  padding-top: 0;
}

.cart-popup__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.cart-popup__item-img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .cart-popup__item-img:hover {
    border-color: #ff3d00;
  }
}

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

.cart-popup__item-box {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
}

.cart-popup__item-head {
  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;
  margin-bottom: 4px;
  gap: 12px;
}

.cart-popup__item-category {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cart-popup__item-remove {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  display: flex;
}

@media only screen and (min-width: 1025px) {
  .cart-popup__item-remove:hover svg {
    stroke: #ff3d00;
  }
}

.cart-popup__item-remove svg {
  stroke: #4d6562;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cart-popup__item-name {
  display: block;
  text-decoration: none;
  margin-bottom: 4px;
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-right: 28px;
  height: 48px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .cart-popup__item-name:hover {
    color: #ff3d00;
  }
}

.cart-popup__item-labels {
  position: relative;
  margin-bottom: 16px;
  color: var(--Main-Gray, #595959);
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 28px;
}

.cart-popup__item-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.cart-popup__item-input {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cart-popup__item-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  overflow: auto;
}

.cart-popup__item-price-regular {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cart-popup__item-price-new {
  color: var(--Secondary-Red, #f70808);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cart-popup__item-price-old {
  font-size: 14px;
  color: var(--main-50, #8f8f8f);
  line-height: 1;
  text-decoration: line-through;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cart-popup__recommended {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: var(--Bg-Light-gray, #f5f5f5);
  padding: 16px 24px;
}

@media only screen and (max-width: 1200px) {
  .cart-popup__recommended {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.cart-popup__recommended-head {
  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;
  gap: 16px;
  margin-bottom: 16px;
}

.cart-popup__recommended-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.cart-popup__recommended-controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cart-popup__recommended-arrow {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .cart-popup__recommended-arrow:hover {
    border-color: #ff3d00;
  }

  .cart-popup__recommended-arrow:hover svg {
    stroke: #ff3d00;
  }
}

.cart-popup__recommended-arrow svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cart-popup__recommended-arrow.swiper-button-disabled {
  pointer-events: none;
  border-color: #d3d3d3;
}

.cart-popup__recommended-arrow.swiper-button-disabled svg {
  stroke: #d3d3d3;
}

.cart-popup__recommended-slider {
  position: relative;
}

.cart-popup__recommended-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid var(--Line-Light, #eaeaea);
  background: var(--Primary-White, #fff);
  padding: 12px 16px 12px 12px;
}

.cart-popup__recommended-item-img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .cart-popup__recommended-item-img:hover {
    border-color: #ff3d00;
  }
}

.cart-popup__recommended-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cart-popup__recommended-item-box {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
}

.cart-popup__recommended-item-category {
  position: relative;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cart-popup__recommended-item-name {
  display: block;
  text-decoration: none;
  margin-bottom: 8px;
  color: var(--Main-Gray, #595959);
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .cart-popup__recommended-item-name:hover {
    color: #ff3d00;
  }
}

.cart-popup__recommended-item-footer {
  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;
  gap: 16px;
}

.cart-popup__recommended-item-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.cart-popup__recommended-item-price-regular {
  position: relative;
}

.cart-popup__recommended-item-price-new {
  color: var(--Secondary-Red, #f70808);
}

.cart-popup__recommended-item-price-old {
  font-size: 14px;
  color: var(--main-50, #8f8f8f);
  line-height: 1;
  text-decoration: line-through;
}

.cart-popup__recommended-btn {
  min-width: 76px;
}

.cart-popup__footer {
  position: relative;
  border-top: 1px solid #e9e9e9;
  padding: 16px 24px;
  background: #fff;
}

@media only screen and (max-width: 1200px) {
  .cart-popup__footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.cart-popup__row {
  position: relative;
  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;
  margin-bottom: 8px;
}

.cart-popup__cell {
  position: relative;
  width: 50%;
}

.cart-popup__cell:last-child {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-align: right;
}

.cart-popup__cell--big:first-child {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.cart-popup__cell--big:last-child {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.cart-popup__controls {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.cart-popup__controls-btn {
  width: 100%;
}

.cart {
  position: relative;
  padding-top: 20px;
}

.cart__empty {
  position: relative;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

@media only screen and (max-width: 1200px) {
  .cart__empty {
    padding-left: 0;
    padding-right: 0;
  }
}

.cart__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
  .cart__box {
    display: block;
    margin-bottom: 0;
  }
}

.cart__left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 840px;
  flex: 0 0 840px;
  max-width: 840px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .cart__left {
    max-width: 100%;
  }
}

.cart__title {
  margin-bottom: 16px;
}

.cart__list {
  position: relative;
}

.cart__item {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

@media only screen and (max-width: 1200px) {
  .cart__item {
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.cart__item:first-child {
  border-top: 1px solid #eaeaea;
}

@media only screen and (max-width: 1200px) {
  .cart__item:last-child {
    border-bottom: 0;
  }
}

.cart__item-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 1200px) {
  .cart__item-info {
    width: 100%;
  }
}

.cart__item-img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .cart__item-img:hover {
    border-color: #ff3d00;
  }
}

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

.cart__item-box {
  position: relative;
}

.cart__item-category {
  position: relative;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

@media only screen and (max-width: 1200px) {
  .cart__item-category {
    margin-bottom: 4px;
    padding-right: 20px;
  }
}

.cart__item-remove {
  position: relative;
  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;
  cursor: pointer;
  gap: 8px;
  margin-top: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .cart__item-remove {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 0;
    padding: 16px 10px 5px;
    gap: 0;
    margin-top: 0;
    z-index: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .cart__item-remove:hover {
    color: #ff3d00;
  }

  .cart__item-remove:hover svg {
    stroke: #ff3d00;
  }
}

.cart__item-remove svg {
  stroke: #4d6562;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cart__item-name {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .cart__item-name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}

@media only screen and (min-width: 1025px) {
  .cart__item-name:hover {
    color: #ff3d00;
  }
}

.cart__item-labels {
  position: relative;
  color: #595959;
  line-height: 20px;
}

.cart__item-footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  width: 120px;
}

@media only screen and (max-width: 1200px) {
  .cart__item-footer {
    margin-left: 116px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
  }
}

.cart__item-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__item-price {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  width: 160px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

@media only screen and (max-width: 1200px) {
  .cart__item-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 224px);
    flex: 0 0 calc(100% - 224px);
    width: calc(100% - 224px);
  }
}

.cart__item-price-regular {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.cart__item-price-new {
  color: #f70808;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  width: 100%;
}

.cart__item-price-old {
  color: #8f8f8f;
  font-weight: 500;
  text-decoration: line-through;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.cart__item-price-save {
  color: #f70808;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  border-radius: 4px;
  background: #ffe4e4;
  padding: 2px 4px;
}

.cart__item-configuration {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-decoration: underline;
  color: var(--Primary-Accent, #ff3d00);
  line-height: 20px;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .cart__item-configuration:hover {
    color: rgba(255, 61, 0, 0.8);
  }
}

.cart__right {
  position: sticky;
  top: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  max-width: 400px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .cart__right {
    position: relative;
    top: auto;
    margin-left: -16px;
    margin-right: -16px;
    max-width: calc(100% + 32px);
    width: calc(100% + 32px);
  }
}

.cart__price {
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--Line-Light, #eaeaea);
  background: var(--Bg-Light-gray, #f5f5f5);
  padding: 16px 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .cart__price {
    border-radius: 0;
    border: 0;
    margin-bottom: 4px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.cart__price-row {
  position: relative;
  margin-bottom: 12px;
  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;
  line-height: 24px;
}

.cart__price-title {
  position: relative;
  max-width: 50%;
}

.cart__price-value {
  position: relative;
  max-width: 50%;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}

.cart__price-value--red {
  color: #ff3d00;
}

.cart__price-total {
  position: relative;
  border-top: 1px solid #d3d3d3;
  padding-top: 12px;
  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-bottom: 16px;
}

.cart__price-total-title {
  font-size: 18px;
  font-weight: 500;
  max-width: 50%;
}

.cart__price-total-value {
  text-align: right;
  font-size: 22px;
  font-weight: 500;
  max-width: 50%;
}

.cart__price-btn {
  width: 100%;
}

.cart__payments {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.cart__payments-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart__promo {
  position: relative;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
  padding: 16px 20px;
}

.cart__promo-expired {
  color: var(--Secondary-Red, #f70808);
  text-align: center;
  line-height: 20px;
  margin-bottom: 16px;
  padding: 4px 12px;
  background: #ffe6e6;
}

.cart__promo-title {
  position: relative;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.cart__promo-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.cart__promo-form input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cart__promo-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cart__promo-value {
  position: relative;
  margin-top: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  vertical-align: top;
  border-radius: 52px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  padding: 7px 11px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .cart__promo-value:hover {
    border-color: #ff3d00;
  }

  .cart__promo-value:hover svg {
    stroke: #ff3d00;
  }
}

.cart__promo-value span {
  color: var(--Primary-Accent, #ff3d00);
  font-weight: 500;
}

.cart__promo-value-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.cart__promo-value-remove svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.category {
  position: relative;
}

.category__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

@media only screen and (max-width: 1200px) {
  .category__box {
    display: block;
  }
}

.category__filters {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  width: 240px;
}

@media only screen and (max-width: 1200px) {
  .category__filters {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .category__filters.active {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
}

.category__holder {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
}

@media only screen and (max-width: 1200px) {
  .category__holder {
    overflow: inherit;
  }
}

.category__title {
  position: relative;
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

@media only screen and (max-width: 1200px) {
  .category__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.category__text {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 1200px) {
  .category__text {
    padding-bottom: 0;
    margin-bottom: 16px;
    border-bottom: 0;
  }
}

.category__text p {
  margin: 0;
}

.category__text a {
  color: #000;
}

@media only screen and (min-width: 1025px) {
  .category__text a:hover {
    text-decoration: none;
  }
}

.category__text-inner {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .category__text-inner {
    max-height: 72px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .category__text.active .category__text-inner {
    -webkit-line-clamp: initial;
    max-height: none;
  }
}

.category__text-mobile-btn {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .category__text-mobile-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    gap: 8px;
    margin-top: 8px;
  }

  .category__text-mobile-btn span:nth-child(2) {
    display: none;
  }

  .category__text.active .category__text-mobile-btn svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .category__text.active .category__text-mobile-btn span:nth-child(1) {
    display: none;
  }

  .category__text.active .category__text-mobile-btn span:nth-child(2) {
    display: block;
  }
}

.category__types {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 1200px) {
  .category__types {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 0;
  }

  .category__types::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -16px;
    width: calc(100% + 32px);
    height: 1px;
    background: #eaeaea;
  }
}

.category__types-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

@media only screen and (max-width: 1200px) {
  .category__types-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.category__types-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.category__types-list a {
  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;
  gap: 12px;
  padding: 12px 16px;
  text-decoration: none;
  border-radius: 8px;
  background: #f5f5f5;
  color: var(--Primary-Black, #000);
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .category__types-list a:hover {
    color: #ff3d00;
  }

  .category__types-list a:hover svg {
    stroke: #ff3d00;
  }
}

.category__types-list a svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.category__selected {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 1200px) {
  .category__selected {
    display: none;
  }
}

.category__selected-head {
  position: relative;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

@media only screen and (max-width: 1200px) {
  .category__selected-head {
    display: none;
  }
}

.category__selected-title {
  position: relative;
  font-weight: 500;
  line-height: 20px;
}

.category__selected-clear {
  position: relative;
  cursor: pointer;
  color: var(--Primary-Accent, #ff3d00);
  line-height: 24px;
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .category__selected-clear:hover {
    text-decoration: none;
  }
}

.category__selected-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.category__selected-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  border-radius: 52px;
  border: 1px solid #d3d3d3;
  background: #fff;
  color: #000;
  padding: 8px 12px;
  cursor: pointer;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .category__selected-item:hover {
    border-color: #ff3d00;
  }

  .category__selected-item:hover svg {
    stroke: #ff3d00;
  }
}

.category__selected-item-title {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.category__selected-item-value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 500;
}

.category__selected-item-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category__selected-item-remove svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.category__sort {
  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;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .category__sort {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.category__sort-text {
  color: #454545;
  line-height: 16px;
}

@media only screen and (max-width: 1200px) {
  .category__sort-text {
    color: var(--Main-Gray, #595959);
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .category__sort-text {
    padding-top: 16px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 16px;
    position: relative;
  }

  .category__sort-text::before {
    content: "";
    position: absolute;
    left: -16px;
    height: 1px;
    background: #eaeaea;
    width: calc(100% + 32px);
    top: 0;
  }
}

.category__sort-select {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 206px;
  flex: 0 0 206px;
  width: 206px;
}

@media only screen and (max-width: 767px) {
  .category__sort-select {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(50% - 6px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
  }
}

.category__list {
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .category__list {
    margin-bottom: 16px;
  }
}

.category__list-more {
  position: relative;
  padding: 16px;
  text-align: center;
}

.category__list-info {
  position: relative;
  margin-bottom: 16px;
  color: #454545;
  line-height: 20px;
}

.category__more-btn {
  position: relative;
  min-width: 212px;
}

.category__mobile-filter-btn {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  background: var(--Primary-Main, #01231f);
  color: var(--Primary-White, #fff);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media only screen and (max-width: 1200px) {
  .category__mobile-filter-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .category__mobile-filter-btn {
    width: calc(50% - 6px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.category__mobile-filter-btn--fixed {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .category__mobile-filter-btn--fixed {
    position: fixed;
    bottom: 8px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: auto;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .category__mobile-filter-btn--fixed.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.category__mobile-filter-btn-counter {
  position: relative;
  text-align: center;
  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;
  min-width: 20px;
  height: 20px;
  background: var(--Primary-Accent, #ff3d00);
  color: var(--Primary-White, #fff);
  font-size: 12px;
  line-height: 16px;
  border-radius: 50%;
  padding: 2px;
}

.checkout {
  position: relative;
  font-family: "Instrument Sans";
  overflow: hidden;
}

.checkout__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100dvh;
  gap: 80px;
}

@media only screen and (max-width: 1200px) {
  .checkout__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-left: -16px;
    margin-right: -16px;
    gap: 0;
  }
}

.checkout__left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 640px;
  flex: 0 1 640px;
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 1200px) {
  .checkout__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 16px;
  }
}

.checkout__form {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.checkout__right {
  position: relative;
  padding: 24px 0 24px 64px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 544px;
  flex: 0 1 544px;
}

@media only screen and (max-width: 1200px) {
  .checkout__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 12px 16px;
    background: #01231f;
  }
}

.checkout__right::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: var(--Primary-Main, #01231f);
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .checkout__right::before {
    display: none;
  }
}

.checkout__steps {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
}

@media only screen and (max-width: 1200px) {
  .checkout__steps {
    margin-bottom: 16px;
    padding-bottom: 16px;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}

.checkout__steps-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media only screen and (max-width: 1200px) {
  .checkout__steps-item {
    gap: 4px;
  }
}

.checkout__steps-item::before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-left: 6px solid #bebebe;
  top: 50%;
  margin-top: -4px;
  right: -25px;
}

@media only screen and (max-width: 1200px) {
  .checkout__steps-item::before {
    right: -20px;
  }
}

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

.checkout__steps-item-number {
  position: relative;
  width: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  border-radius: 50%;
  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;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.checkout__steps-item.active .checkout__steps-item-number {
  border-color: #ff3d00;
  background: #ff3d00;
  color: #fff;
}

.checkout__steps-item-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.checkout__steps-item.active .checkout__steps-item-title {
  color: #ff3d00;
}

@media only screen and (max-width: 767px) {
  .checkout__steps-item-title {
    font-size: 12px;
  }
}

@media only screen and (max-width: 666px) {
  .checkout__steps-item-title {
    font-size: 10px;
  }
}

@media only screen and (max-width: 370px) {
  .checkout__steps-item-title {
    font-size: 8px;
  }
}

.checkout__section {
  position: relative;
}

.checkout__title {
  position: relative;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.checkout__input {
  position: relative;
  margin-bottom: 24px;
}

.checkout__input-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media only screen and (max-width: 767px) {
  .checkout__input-row {
    display: block;
  }
}

.checkout__input-cell {
  position: relative;
  width: calc(50% - 8px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 8px);
  flex: 0 0 calc(50% - 8px);
}

.checkout__input-row--full .checkout__input-cell {
  width: calc(33.333% - 10.6px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 10.6px);
  flex: 0 0 calc(33.333% - 10.6px);
}

@media only screen and (max-width: 767px) {
  .checkout__input-row--full .checkout__input-cell {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media only screen and (max-width: 767px) {
  .checkout__input-cell {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.checkout__triggers {
  position: relative;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
  gap: 16px;
}

@media only screen and (max-width: 767px) {
  .checkout__triggers {
    padding: 8px;
  }
}

.checkout__triggers-item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .checkout__triggers-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
}

.checkout__triggers-item::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 1px;
  background: #eaeaea;
  top: 50%;
  margin-top: -12px;
  right: -8px;
}

@media only screen and (max-width: 767px) {
  .checkout__triggers-item::before {
    top: 0;
    margin-top: 0;
    height: 100%;
  }
}

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

.checkout__triggers-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}

.checkout__triggers-title {
  line-height: 20px;
}

.checkout__form-controls {
  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;
}

@media only screen and (max-width: 767px) {
  .checkout__form-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.checkout__form-controls--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.checkout__form-back {
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: var(--Primary-Black, #000);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .checkout__form-back {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 1025px) {
  .checkout__form-back:hover {
    color: #ff3d00;
  }

  .checkout__form-back:hover svg {
    stroke: #ff3d00;
  }
}

.checkout__form-back svg {
  stroke: #01231f;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .checkout__form-btn {
    width: 100%;
  }
}

.checkout__copy {
  color: var(--main-50, #8f8f8f);
  line-height: 20px;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #eaeaea;
}

@media only screen and (max-width: 1200px) {
  .checkout__copy {
    text-align: center;
  }
}

.checkout__logo-box {
  position: relative;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .checkout__logo-box {
    margin-bottom: 16px;
    text-align: center;
  }
}

.checkout__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
}

.checkout__list {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(211, 211, 211, 0.1);
}

@media only screen and (max-width: 1200px) {
  .checkout__list {
    display: none;
  }

  .checkout__right.active .checkout__list {
    display: block;
  }
}

.checkout__item {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.checkout__item:last-child {
  margin-bottom: 0;
}

.checkout__item-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  background: var(--Bg-Light-gray, #f5f5f5);
  overflow: hidden;
}

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

.checkout__item-box {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.checkout__item-name {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 1025px) {
  .checkout__item-name:hover {
    text-decoration: underline;
  }
}

.checkout__item-price {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: var(--Primary-White, #fff);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .checkout__item-price {
    font-size: 16px;
    font-weight: 700;
  }
}

.checkout__promo {
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(211, 211, 211, 0.1);
}

@media only screen and (max-width: 1200px) {
  .checkout__promo {
    display: none;
  }

  .checkout__right.active .checkout__promo {
    display: block;
  }
}

.checkout__promo-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.checkout__promo-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.checkout__promo-expired {
  position: relative;
  color: #ec4454;
  text-align: center;
  line-height: 20px;
  border-radius: 4px;
  background: #582e2e;
  margin-top: 12px;
  padding: 4px;
}

.checkout__promo-value {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  margin-top: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 11px;
  gap: 4px;
  border-radius: 52px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  cursor: pointer;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.checkout__promo-value span {
  font-weight: 500;
  color: #ff3d00;
}

@media only screen and (min-width: 1025px) {
  .checkout__promo-value:hover {
    border-color: #ff3d00;
  }

  .checkout__promo-value:hover svg {
    stroke: #ff3d00;
  }
}

.checkout__promo-value-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout__promo-value-remove svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.checkout__price {
  position: relative;
  padding-top: 20px;
  border-top: 1px solid rgba(211, 211, 211, 0.1);
  margin-bottom: 20px;
}

.checkout__price:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .checkout__price {
    display: none;
  }

  .checkout__right.active .checkout__price {
    display: block;
  }
}

.checkout__price-row {
  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;
  margin-bottom: 12px;
}

.checkout__price-row:last-child {
  margin-bottom: 0;
}

.checkout__price-cell {
  position: relative;
  color: var(--Primary-White, #fff);
  line-height: 20px;
}

.checkout__price-cell:last-child {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

@media only screen and (max-width: 1200px) {
  .checkout__price-cell:last-child {
    font-size: 16px;
    font-weight: 700;
  }
}

.checkout__price-cell--total {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.checkout__price-cell--total:last-child {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.checkout__errors {
  position: relative;
  border-radius: 8px;
  background: #ffe6e6;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px;
  padding: 14px;
}

.checkout__errors-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.checkout__errors-box {
  position: relative;
}

.checkout__errors-text {
  position: relative;
  color: var(--Secondary-Red, #f70808);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.checkout__errors-text:last-child {
  margin-bottom: 0;
}

.checkout__errors-text p {
  margin: 0;
}

.checkout__errors-list {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  position: relative;
  border-bottom: 1px solid rgba(247, 8, 8, 0.12);
}

.checkout__errors-list li {
  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;
  color: var(--Secondary-Red, #f70808);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid rgba(247, 8, 8, 0.12);
}

.checkout__errors-list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .checkout__errors-list li span:hover svg {
    stroke: #000;
  }
}

.checkout__errors-list li span svg {
  stroke: #f70808;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.checkout__logged {
  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: 8px 12px;
  gap: 12px;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
  margin-bottom: 32px;
}

.checkout__logged-img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

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

.checkout__logged-box {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.checkout__logged-title {
  position: relative;
  color: var(--main-50, #8f8f8f);
  line-height: 20px;
  margin-bottom: 2px;
}

.checkout__logged-name {
  color: var(--Main-Gray, #595959);
  font-weight: 500;
  line-height: 20px;
}

.checkout__logged-btn {
  position: relative;
  text-decoration: none;
  color: var(--Primary-Black, #000);
  font-weight: 500;
  line-height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .checkout__logged-btn:hover {
    color: #ff3d00;
  }
}

.checkout__user {
  position: relative;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
  padding: 16px;
  margin-bottom: 24px;
}

.checkout__user-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d3d3d3;
}

.checkout__user-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.checkout__user-title {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  width: 80px;
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  line-height: 24px;
  padding-right: 10px;
}

.checkout__user-contact {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-style: normal;
}

.checkout__user-edit {
  position: relative;
  text-decoration: none;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  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;
  padding-left: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (min-width: 1025px) {
  .checkout__user-edit:hover svg {
    stroke: #ff3d00;
  }
}

.checkout__user-edit svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.checkout__radio-list {
  position: relative;
  margin-bottom: 24px;
}

.checkout__radio-item {
  position: relative;
}

.checkout__radio-item:first-child .checkout__radio-label>span {
  border-radius: 8px 8px 0 0;
}

.checkout__radio-item:last-child .checkout__radio-label>span {
  border-radius: 0 0 8px 8px;
}

.checkout__radio-item+.checkout__radio-item {
  margin-top: -1px;
}

.checkout__radio-item+.checkout__radio-item .checkout__radio-label input:checked+span {
  border-top-color: #ff3d00;
}

.checkout__radio-label {
  position: relative;
  display: block;
}

.checkout__radio-label input {
  display: none;
}

.checkout__radio-label input:checked+span {
  background: #fff3ef;
  border-color: #ff3d00;
  z-index: 1;
}

.checkout__radio-label input:checked+span::before {
  background: #ff3d00;
  border-color: #ff3d00;
}

.checkout__radio-label input:checked+span::after {
  opacity: 1;
}

.checkout__radio-label>span {
  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;
  gap: 16px;
  padding: 16px 16px 16px 56px;
  border: 1px solid #cdcdcd;
  background: #fff;
  font-family: "Instrument Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 375px) {
  .checkout__radio-label>span {
    font-size: 14px;
  }
}

.checkout__radio-label>span::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  background: var(--Bg-Light-gray, #f5f5f5);
  top: 50%;
  margin-top: -12px;
  left: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.checkout__radio-label>span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  margin-top: -6px;
  left: 22px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.checkout__radio-label>span>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

@media only screen and (max-width: 767px) {
  .checkout__radio-label>span>span>img {
    max-width: 30px;
  }
}

.checkout__balance {
  position: relative;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--Line-Light, #eaeaea);
  background: var(--Primary-White, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.checkout__balance-icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout__balance-box {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.checkout__balance-title {
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .checkout__balance-title {
    font-size: 15px;
  }
}

.checkout__balance-value {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.checkout__balance-checkbox {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.checkout__text {
  position: relative;
  margin-bottom: 24px;
  color: var(--Main-Gray, #595959);
  line-height: 24px;
}

.checkout__text p {
  margin: 0;
}

.checkout__text a {
  color: var(--Main-Gray, #595959);
}

@media only screen and (min-width: 1025px) {
  .checkout__text a:hover {
    text-decoration: none;
  }
}

.checkout__agreement {
  margin-bottom: 24px;
}

.checkout__radio-body {
  display: none;
  background: var(--Bg-Light-gray, #f5f5f5);
  padding: 24px 16px;
}

.checkout__radio-body-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

@media only screen and (max-width: 1200px) {
  .checkout__radio-body-row {
    display: block;
  }
}

.checkout__radio-body-row .input-style {
  width: 100%;
}

.checkout__order {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

@media only screen and (max-width: 1200px) {
  .checkout__order {
    margin-bottom: 16px;
  }
}

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

.checkout__order-box {
  position: relative;
}

.checkout__order-value {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.checkout__order-text {
  color: var(--Main-Gray, #595959);
  font-size: 16px;
}

.checkout__map {
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--Line-Light, #eaeaea);
  overflow: hidden;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .checkout__map {
    margin-bottom: 16px;
  }
}

.checkout__map-progress {
  position: relative;
  padding-top: 12px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

@media only screen and (max-width: 1200px) {
  .checkout__map-progress {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding-top: 8px;
  }
}

.checkout__map-progress-item {
  position: relative;
  width: 100%;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}

.checkout__map-progress-item::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 58%;
  width: calc(91% + 16px);
  height: 2px;
  background: #e6e9e9;
}

@media only screen and (max-width: 1200px) {
  .checkout__map-progress-item::before {
    left: 64%;
    width: calc(80% + 8px);
  }
}

.checkout__map-progress-item:last-child::before {
  display: none;
}

.checkout__map-progress-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2px;
}

.checkout__map-progress-icon svg {
  fill: #4d6562;
}

.active.checkout__map-progress-item .checkout__map-progress-icon svg {
  fill: #0d9a88;
}

.checkout__map-progress-status {
  position: relative;
  font-weight: 500;
  line-height: 20px;
}

.checkout__map-progress-date {
  position: relative;
  color: var(--Main-Gray, #595959);
  font-size: 12px;
  line-height: 16px;
  opacity: 0;
}

.active.checkout__map-progress-item .checkout__map-progress-date {
  opacity: 1;
}

.checkout__map-canvas {
  position: relative;
}

.checkout__map-canvas iframe {
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .checkout__map-canvas iframe {
    height: 126px;
  }
}

.checkout__info {
  position: relative;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--Line-Light, #eaeaea);
  margin-bottom: 24px;
}

.checkout__info-title {
  position: relative;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.checkout__info-text {
  position: relative;
  color: var(--Main-Gray, #595959);
  line-height: 20px;
}

.checkout__info-text p {
  margin: 0 0 12px;
}

.checkout__info-text p:last-child {
  margin-bottom: 0;
}

.checkout__info-text a {
  color: #ff3d00;
}

@media only screen and (min-width: 1025px) {
  .checkout__info-text a:hover {
    text-decoration: none;
  }
}

.checkout__details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.checkout__details-col {
  position: relative;
  max-width: calc(50% - 7px);
}

.checkout__details-item {
  position: relative;
  margin-bottom: 21px;
}

.checkout__details-item:last-child {
  margin-bottom: 0;
}

.checkout__details-title {
  position: relative;
  color: var(--Main-Gray, #595959);
  line-height: 20px;
  margin-bottom: 5px;
}

.checkout__details-value {
  font-size: 16px;
  line-height: 24px;
  word-wrap: break-word;
}

.checkout__details-value img {
  margin-right: 5px;
  vertical-align: middle;
}

.checkout__order-mobile-btn {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .checkout__order-mobile-btn {
    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;
    position: relative;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .checkout__order-mobile-btn>svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .checkout__right.active .checkout__order-mobile-btn {
    margin-bottom: 16px;
  }
}

.checkout__order-mobile-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: var(--Primary-White, #fff);
  font-weight: 500;
  line-height: 20px;
}

@media only screen and (max-width: 374px) {
  .checkout__order-mobile-text {
    font-size: 9px;
  }
}

.checkout__order-mobile-text span:nth-child(2) {
  display: none;
}

.checkout__right.active .checkout__order-mobile-text svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.checkout__order-mobile-total {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
  color: var(--Primary-White, #fff);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact {
  position: relative;
  padding-top: 40px;
}

@media only screen and (max-width: 1200px) {
  .contact {
    padding-top: 16px;
  }
}

.contact__title {
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .contact__title {
    margin-bottom: 32px;
  }
}

.contact__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .contact__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.contact__tabs-list {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contact__options {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact__form {
  position: relative;
}

.contact__form-row {
  position: relative;
  margin-bottom: 20px;
}

.contact__form-checkbox {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .contact__form-checkbox {
    white-space: initial;
  }
}

.contact__form-checkbox a {
  color: #000;
}

@media only screen and (min-width: 1025px) {
  .contact__form-checkbox a:hover {
    text-decoration: none;
  }
}

.contact__form-checkbox-label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .contact__form-checkbox-label:hover span::before {
    border-color: #ff3d00;
  }
}

.contact__form-checkbox-label input {
  display: none;
}

.contact__form-checkbox-label input:checked+span::before {
  background: #ff3d00;
  border-color: #ff3d00;
}

.contact__form-checkbox-label span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 32px;
}

.contact__form-checkbox-label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid var(--lines-light-gray-input, #cdcdcd);
  background: var(--background-bg-white-pages, #fff);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contact__form-checkbox-label span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 50%;
  margin-top: -5px;
  left: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact__form-btn {
  width: 100%;
}

.contact__form-captcha {
  position: relative;
  margin-bottom: 20px;
}

.engraving {
  position: relative;
  margin-bottom: 24px;
  border-radius: 8px;
  border: 1px solid var(--Line-Light, #eaeaea);
  background: var(--Bg-Light-gray, #f5f5f5);
}

.engraving__head {
  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: 16px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.engraving__head-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.engraving__checkbox {
  position: relative;
  cursor: pointer;
}

.engraving__checkbox span {
  display: block;
  position: relative;
  padding-left: 36px;
  color: var(--Primary-Black, #000);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

@media only screen and (max-width: 1200px) {
  .engraving__checkbox span {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .engraving__checkbox span {
    font-size: 14px;
  }
}

.engraving__checkbox span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  border: 1px solid var(--lines-light-gray-input, #cdcdcd);
  background: var(--background-bg-white-pages, #fff);
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.engraving__checkbox span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 9px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.engraving__checkbox input {
  display: none;
}

.engraving__checkbox input:checked+span::before {
  background: #ff3d00;
  border-color: #ff3d00;
}

.engraving__label {
  color: var(--White, #fff);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  border-radius: 4px;
  background: var(--Secondary-Approval-Green, #0d9a88);
  padding: 2px 8px;
  text-transform: uppercase;
}

.engraving__price {
  color: var(--Primary-Main, #01231f);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.engraving.active .engraving__price {
  color: #ff3d00;
}

.engraving__body {
  position: relative;
  padding: 0 16px 16px;
}

.engraving__nav {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  border-radius: 8px;
  background: #e9e9e9;
  padding: 4px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-bottom: 12px;
}

.engraving__nav-radio {
  position: relative;
}

.engraving__nav-radio input {
  display: none;
}

.engraving__nav-radio input:checked+span {
  border-radius: 8px;
  background: var(--Primary-White, #fff);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  color: var(--Primary-Black, #000);
}

.engraving__nav-radio input:checked+span svg {
  fill: #000;
}

.engraving__nav-radio span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 4px 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--main-50, #8f8f8f);
}

.engraving__nav-radio span svg {
  fill: #8f8f8f;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.engraving__options {
  position: relative;
}

.engraving__option {
  position: relative;
}

.engraving__option .input-style__input {
  padding-right: 40px;
}

.engraving__option .info {
  position: absolute;
  right: 16px;
  top: 17px;
}

.engraving__option-text {
  color: var(--Main-Gray, #595959);
  line-height: 20px;
  margin-top: -12px;
}

.faq {
  position: relative;
  padding-top: 32px;
}

.faq__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  padding-right: 80px;
}

@media only screen and (max-width: 1200px) {
  .faq__box {
    padding-right: 0;
    display: block;
  }
}

.faq__nav {
  position: sticky;
  top: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  width: 240px;
}

@media only screen and (max-width: 1200px) {
  .faq__nav {
    position: relative;
    top: auto;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    width: calc(100% + 32px);
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.faq__nav-list {
  position: relative;
  list-style: none;
  padding: 4px;
  margin: 0;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
}

@media only screen and (max-width: 1200px) {
  .faq__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.faq__nav-list li {
  position: relative;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1200px) {
  .faq__nav-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

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

.faq__nav-list div {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  padding: 8px 16px;
  color: var(--main-50, #8f8f8f);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .faq__nav-list div:hover {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
    background: var(--Primary-White, #fff);
    color: #000;
  }
}

.faq__nav-list div.active {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  background: var(--Primary-White, #fff);
  color: #000;
}

.faq__nav-list div.active::before {
  opacity: 1;
}

.faq__nav-list div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: #ff3d00;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.faq__info {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.faq__info-title {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .faq__info-title {
    margin-bottom: 32px;
    text-align: center;
  }
}

.faq__section {
  position: relative;
  padding-top: 40px;
}

@media only screen and (max-width: 1200px) {
  .faq__section {
    padding-top: 12px;
    margin-bottom: 20px;
  }

  .faq__section:last-child {
    margin-bottom: 0;
  }
}

.faq__section-head {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.faq__section-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1200px) {
  .faq__section-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
}

.faq__section-title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

@media only screen and (max-width: 1200px) {
  .faq__section-title {
    font-size: 18px;
  }
}

.faq__section-list {
  position: relative;
}

.faq__section-item {
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 12px;
}

.faq__section-item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .faq__section-item:hover {
    border-color: #8f8f8f;
  }
}

.faq__section-item.active {
  border-color: #8f8f8f;
}

.faq__section-item-head {
  position: relative;
  padding: 16px 24px;
  cursor: pointer;
  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;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

@media only screen and (max-width: 1200px) {
  .faq__section-item-head {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
  }
}

.faq__section-item.active .faq__section-item-head svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.faq__section-item-body {
  position: relative;
  padding: 0 24px 16px;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

@media only screen and (max-width: 1200px) {
  .faq__section-item-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.faq__section-item-body p {
  margin: 0 0 16px;
}

.faq__section-item-body p:last-child {
  margin-bottom: 0;
}

.filters {
  position: relative;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  border-bottom: 0;
  background: #fff;
  font-family: "Instrument Sans";
}

@media only screen and (max-width: 1200px) {
  .filters {
    height: 100%;
    border: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.filters-top-wrapper {
  position: relative;
  display: none;
}

@media only screen and (max-width: 1200px) {
  .filters-top-wrapper {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.filters-top {
  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: 16px;
  border-bottom: 1px solid var(--Line-Light, #eaeaea);
  background: var(--Bg-Light-gray, #f5f5f5);
}

.filters-top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.filters-top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.filters-top__count {
  position: relative;
  text-align: center;
  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;
  min-width: 20px;
  height: 20px;
  background: var(--Primary-Accent, #ff3d00);
  color: var(--Primary-White, #fff);
  font-size: 12px;
  line-height: 16px;
  border-radius: 50%;
  padding: 2px;
}

.filters-top-get-back {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .filters-top-get-back {
    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;
  }
}

.level.filters-top-get-back .filters-top-get-back__close {
  display: none;
}

.filters-top-get-back__arrow {
  display: none;
}

.level.filters-top-get-back .filters-top-get-back__arrow {
  display: block;
}

.filters-top-name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

@media only screen and (max-width: 1200px) {
  .filters-top-reset {
    color: var(--Primary-Accent, #ff3d00);
    font-size: 16px;
    line-height: 24px;
    display: none;
  }
}

.filters-top-reset.active {
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  .filters-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
  }
}

.filters-item {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding: 16px;
}

@media only screen and (max-width: 1200px) {
  .filters-item.active {
    border-bottom-color: transparent;
  }

  .filters-item.active .js-selected-items {
    display: none;
  }
}

.filters-item__heading {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .filters-item__heading:hover>svg {
    stroke: #ff3d00;
  }
}

.filters-item__heading>svg {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .filters-item__heading>svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media only screen and (min-width: 1201px) {
  .active.filters-item .filters-item__heading>svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}

@media only screen and (max-width: 1200px) {
  .filters-item__heading {
    font-size: 18px;
    line-height: 26px;
  }

  .accordion__item.active .filters-item__heading>svg {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .js-filters-price-accordion .filters-item__heading {
    pointer-events: none;
  }

  .js-filters-price-accordion .filters-item__heading>svg {
    display: none;
  }
}

.filters-item__heading .js-selected-items {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .filters-item__heading .js-selected-items {
    display: block;
    color: var(--Main-Gray, #595959);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.filters-item__inner {
  padding-top: 16px;
  display: none;
}

@media only screen and (max-width: 1200px) {
  .filters-item__inner {
    display: none !important;
  }

  .js-filters-price-accordion .filters-item__inner {
    display: block !important;
  }

  .accordion__item.active .filters-item__inner {
    display: block !important;
  }
}

.filters-item__options {
  position: relative;
  max-height: 204px;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.filters-item__options::-webkit-scrollbar {
  width: 3px;
}

.filters-item__options::-webkit-scrollbar-track {
  background: #eaeaea;
}

.filters-item__options::-webkit-scrollbar-thumb {
  background-color: #01231f;
  border-radius: 4px;
}

.filters-item__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  margin-bottom: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.filters-item__option:last-child {
  margin-bottom: 0;
}

.filters-item__option input {
  display: none;
}

.filters-item__option input:checked+.color-filter-marker+.custom-checkbox__label::before,
.filters-item__option input:checked+.custom-checkbox__label::before {
  background: #ff3d00;
  border-color: #ff3d00;
}

.filters-item__label {
  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-right: 60px;
}

@media only screen and (max-width: 1200px) {
  .accordion__item.active .filters-item__label {
    padding-right: 0;
  }
}

.filters-item__count {
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -10px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: #ffede7;
  width: 20px;
  height: 20px;
  color: var(--Primary-Black, #000);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.filters-item__count.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .accordion__item.active .filters-item__count {
    background: #ff3d00;
    color: #fff;
    right: 0;
  }
}

.price-filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

@media only screen and (max-width: 1200px) {
  .price-filter {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .price-filter--min {
    border-radius: 4px 0px 0px 4px;
    border-right: 0 !important;
  }
}

@media only screen and (max-width: 1200px) {
  .price-filter--max {
    border-radius: 0px 4px 4px 0px;
  }
}

.price-filter-input-wrapper {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 14px);
  flex: 0 0 calc(50% - 14px);
  width: calc(50% - 14px);
}

@media only screen and (max-width: 1200px) {
  .price-filter-input-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

.price-filter-input {
  width: 100%;
  border: 1px solid #d3d3d3;
  background: #fff;
  padding: 7px 15px;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1201px) {
  .price-filter-input {
    border-radius: 8px;
  }
}

@media only screen and (max-width: 1200px) {
  .price-filter-input {
    font-weight: 700;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .price-filter-input:hover {
    border-color: #bbb;
  }
}

.price-filter-input:focus {
  border-color: #000;
}

.price-filter-input::-webkit-input-placeholder {
  color: #969696;
  font-weight: 400;
}

.price-filter-input::-moz-placeholder {
  color: #969696;
  font-weight: 400;
}

.price-filter-input:-ms-input-placeholder {
  color: #969696;
  font-weight: 400;
}

.price-filter-input::-ms-input-placeholder {
  color: #969696;
  font-weight: 400;
}

.price-filter-input::placeholder {
  color: #969696;
  font-weight: 400;
}

.price-filter-input-delimiter {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  width: 12px;
  height: 1px;
  background: #000;
  -ms-flex-item-align: center;
  align-self: center;
}

@media only screen and (max-width: 1200px) {
  .price-filter-input-delimiter {
    display: none;
  }
}

.price-filter-btn {
  width: 100%;
  margin-top: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.custom-checkbox {
  position: relative;
  padding-left: 36px;
}

@media only screen and (min-width: 1025px) {
  .custom-checkbox:hover .custom-checkbox__label::before {
    border-color: #ff3d00;
  }
}

.custom-checkbox__label {
  display: inline-block;
  vertical-align: top;
}

.custom-checkbox__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid var(--lines-light-gray-input, #cdcdcd);
  background: var(--background-bg-white-pages, #fff);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.custom-checkbox__label::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 50%;
  margin-top: -5px;
  left: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.custom-checkbox__label:last-child {
  margin-right: 0;
}

.filter-count {
  color: #454545;
}

@media only screen and (max-width: 1200px) {
  .filter-count {
    margin-left: auto;
  }
}

.color-filter-marker {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  border-radius: 2px;
}

.mobile-filter-buttons {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .mobile-filter-buttons {
    display: block;
    width: 100%;
    padding: 12px;
    background: #fff;
    border-top: 1px solid #eaeaea;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.save-filter {
  display: none;
  width: 100%;
}

.save-filter.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.apply-filter {
  display: none;
  width: 100%;
}

.apply-filter.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer {
  position: relative;
  background: var(--Primary-Main, #01231f);
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.footer__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

@media only screen and (max-width: 1200px) {
  .footer__top {
    padding-bottom: 32px;
    text-align: center;
    display: block;
  }
}

.footer__left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 510px;
  flex: 0 0 510px;
  width: 510px;
}

@media only screen and (max-width: 1200px) {
  .footer__left {
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    margin-bottom: 32px;
  }
}

.footer__logo {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  margin-bottom: 16px;
  text-decoration: none;
}

.footer__text {
  position: relative;
  margin-bottom: 32px;
  color: #fff;
  line-height: 20px;
}

@media only screen and (max-width: 1200px) {
  .footer__text {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding-bottom: 16px;
  }
}

.footer__social {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 1200px) {
  .footer__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer__social li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer__social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .footer__social li a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

.footer__join {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 32px;
}

@media only screen and (max-width: 1200px) {
  .footer__join {
    border-top: 0;
    padding-top: 0;
  }
}

.footer__join-title {
  position: relative;
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.footer__join-text {
  position: relative;
  margin-bottom: 12px;
  color: var(--main-30, #b3bdbc);
  line-height: 20px;
}

.footer__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

@media only screen and (max-width: 767px) {
  .footer__form {
    display: block;
  }
}

.footer__form .input-style {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 767px) {
  .footer__form .input-style {
    margin-bottom: 12px;
  }
}

.footer__form-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .footer__form-btn {
    width: 100%;
  }
}

.footer__right {
  position: relative;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 660px;
  flex: 0 0 660px;
  width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

@media only screen and (max-width: 1200px) {
  .footer__right {
    width: 100%;
    padding-left: 0;
    gap: 32px;
    text-align: left;
  }
}

.footer__nav {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}

@media only screen and (max-width: 1200px) {
  .footer__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
    width: calc(50% - 16px);
  }
}

.footer__nav-title {
  position: relative;
  margin-bottom: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__nav-list li {
  position: relative;
  margin-bottom: 16px;
}

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

.footer__nav-list a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .footer__nav-list a:hover {
    color: #ff3d00;
  }
}

.footer__bottom {
  position: relative;
  padding-top: 20px;
}

@media only screen and (max-width: 1200px) {
  .footer__bottom {
    padding-top: 32px;
    text-align: center;
  }
}

.footer__copy {
  color: var(--main-50, #80918f);
  line-height: 135%;
}

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

.header__label {
  position: relative;
  background: #4d6562;
  padding: 10px 16px;
  color: var(--Primary-White, #fff);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@media only screen and (max-width: 1200px) {
  .header__label {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.header__label a {
  color: #fff;
  font-weight: 700;
}

@media only screen and (min-width: 1025px) {
  .header__label a:hover {
    text-decoration: none;
  }
}

.header__label span {
  font-weight: 700;
}

.header__top {
  position: relative;
  background: var(--Primary-Main, #01231f);
  padding-top: 12px;
  padding-bottom: 12px;
}

.header__top-container {
  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;
}

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

@media only screen and (max-width: 1200px) {
  .header__left {
    gap: 24px;
  }
}

.header__menu-btn {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .header__menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 18px;
    position: relative;
  }

  .header__menu-btn span {
    position: absolute;
    border-radius: 3px;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header__menu-btn span:nth-child(1) {
    top: 0;
  }

  .header__menu-btn span:nth-child(2) {
    top: calc(50% - 1.5px);
  }

  .header__menu-btn span:nth-child(3) {
    bottom: 0;
  }

  .header__menu-btn.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 20% 30%;
    transform-origin: 20% 30%;
    top: 5px;
  }

  .header__menu-btn.active span:nth-child(2) {
    width: 0;
  }

  .header__menu-btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 15% 66%;
    transform-origin: 15% 66%;
    bottom: 1px;
  }
}

.header__logo {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 32px;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .header__logo {
    margin-right: 0;
  }
}

.header__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 24px;
}

.header__second-nav {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1200px) {
  .header__second-nav {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .header__second-nav:hover .header__second-nav-arrow {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .header__second-nav:hover>ul {
    opacity: 1;
    visibility: visible;
  }
}

.header__second-nav>ul {
  list-style: none;
  margin: 0;
  padding: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 8px;
  background: var(--background-bg-white-pages, #fff);
  -webkit-box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.1);
  width: 260px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .header__second-nav>ul>li:hover>a {
    background: #f5f5f5;
    color: #000;
    color: var(--Primary-Accent, #ff3d00);
  }
}

.header__second-nav>ul>li>a {
  display: block;
  position: relative;
  padding: 12px 24px 12px 12px;
  color: var(--Primary-Black, #000);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__second-nav-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.header__second-nav-icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: #fff;
  margin-right: 6px;
}

.header__second-nav-arrow {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  fill: #fff;
  margin-left: 6px;
  fill: none;
  stroke: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1200px) {
  .header__controls {
    gap: 24px;
  }
}

.header__controls-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  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;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .header__controls-item:hover .header__controls-item-icon {
    display: none;
  }

  .header__controls-item:hover .header__controls-item-icon-active {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .header__controls-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .header__controls-item--profile {
    display: none;
  }
}

.header__controls-item--active .header__controls-item-icon {
  display: none;
}

.header__controls-item--active .header__controls-item-icon-active {
  display: block;
}

.header__controls-item-icon {
  position: relative;
  width: 100%;
  height: 100%;
}

.header__controls-item-icon-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.header__controls-item-counter {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 99px;
  background: var(--Primary-Accent, #ff3d00);
  color: var(--Primary-White, #fff);
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  height: 14px;
  min-width: 14px;
  padding-left: 4px;
  padding-right: 4px;
}

.header__bottom {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  background: var(--Primary-White, #fff);
}

@media only screen and (max-width: 1200px) {
  .header__bottom {
    display: none;
  }
}

.header__nav {
  position: relative;
}

.header__nav>ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .header__nav>ul {
    display: block;
  }
}

.header__nav>ul>li {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .header__nav>ul>li {
    border-bottom: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 1200px) {
  .header__nav>ul>li.menu-item-has-children.active>a {
    color: #646464;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #eaeaea;
  }

  .header__nav>ul>li.menu-item-has-children.active>a>svg {
    display: none;
  }

  .header__nav>ul>li.menu-item-has-children.active>ul {
    display: block;
  }

  .header__nav>ul>li.menu-item-has-children.active.level>ul>li {
    border-bottom: 0;
  }

  .header__nav>ul>li.menu-item-has-children.active.level>a {
    display: none;
  }
}

.header__nav>ul>li.menu-item-has-children>a {
  padding-right: 22px;
}

@media only screen and (max-width: 1200px) {
  .header__nav>ul>li.menu-item-has-children>a {
    padding-right: 30px;
  }
}

.header__nav>ul>li.menu-item-has-children>a .nav-icon {
  fill: #4d6562;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__nav>ul>li.menu-item-has-children>a>svg:not(.nav-icon) {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .header__nav>ul>li.menu-item-has-children>a>svg:not(.nav-icon) {
    right: 12px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media only screen and (min-width: 1025px) {
  .header__nav>ul>li:hover>.header__nav-level-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }

  .header__nav>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
  }

  .header__nav>ul>li:hover>a {
    color: var(--Primary-Accent, #ff3d00);
  }

  .header__nav>ul>li:hover>a .nav-icon {
    fill: #ff3d00;
  }

  .header__nav>ul>li:hover>a::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .header__nav>ul>li:hover>a>svg:not(.nav-icon) {
    stroke: var(--Primary-Accent, #ff3d00);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}

.header__nav>ul>li>a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  text-decoration: none;
  color: var(--Primary-Black, #000);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 11px 0;
}

@media only screen and (min-width: 1201px) {
  .header__nav>ul>li>a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 1200px) {
  .header__nav>ul>li>a {
    font-size: 18px;
    line-height: 26px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.header__nav>ul>li>a::before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff3d00;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__nav>ul>li>ul {
  list-style: none;
  margin: 0;
  padding: 8px;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  border-radius: 8px;
  background: var(--background-bg-white-pages, #fff);
  -webkit-box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.1);
  width: 220px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .header__nav>ul>li>ul {
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
  }
}

.header__nav>ul>li>ul::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: -1px;
}

@media only screen and (max-width: 1200px) {
  .header__nav>ul>li>ul>li {
    border-bottom: 1px solid #eaeaea;
  }

  .header__nav>ul>li>ul>li:last-child {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .header__nav>ul>li>ul>li.menu-item-has-children.active>a {
    color: #646464;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
  }

  .header__nav>ul>li>ul>li.menu-item-has-children.active>a>svg {
    display: none;
  }

  .header__nav>ul>li>ul>li.menu-item-has-children.active>ul {
    display: block;
  }
}

.header__nav>ul>li>ul>li.menu-item-has-children>a>svg {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 12px;
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .header__nav>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
  }

  .header__nav>ul>li>ul>li:hover>a {
    background: #f5f5f5;
    color: #000;
    color: var(--Primary-Accent, #ff3d00);
  }

  .header__nav>ul>li>ul>li:hover>a>svg {
    stroke: var(--Primary-Accent, #ff3d00);
  }
}

.header__nav>ul>li>ul>li>a {
  display: block;
  position: relative;
  padding: 12px 24px 12px 12px;
  color: var(--Primary-Black, #000);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  border-radius: 8px;
}

@media only screen and (min-width: 1201px) {
  .header__nav>ul>li>ul>li>a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 1200px) {
  .header__nav>ul>li>ul>li>a {
    padding: 12px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }
}

.header__nav>ul>li>ul>li>ul {
  list-style: none;
  margin: 0;
  padding: 8px;
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 8px;
  background: var(--background-bg-white-pages, #fff);
  -webkit-box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.1);
  width: 220px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .header__nav>ul>li>ul>li>ul {
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .header__nav>ul>li>ul>li>ul>li {
    border-bottom: 1px solid #eaeaea;
  }

  .header__nav>ul>li>ul>li>ul>li:last-child {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .header__nav>ul>li>ul>li>ul>li:hover>a {
    background: #f5f5f5;
    color: #000;
    color: var(--Primary-Accent, #ff3d00);
  }
}

.header__nav>ul>li>ul>li>ul>li>a {
  display: block;
  position: relative;
  padding: 12px 24px 12px 12px;
  color: var(--Primary-Black, #000);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  border-radius: 8px;
}

@media only screen and (max-width: 1200px) {
  .header__nav>ul>li>ul>li>ul>li>a {
    padding: 12px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1201px) {
  .header__nav>ul>li>ul>li>ul>li>a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.header__nav--new>ul>li:not(.menu-item-has-children--relative) {
  position: initial;
}

.header__mobile {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .header__mobile {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: calc(100dvh - 57px);
    z-index: 3;
    background: #fff;
    padding: 24px 16px;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
  }

  .header__mobile.active {
    opacity: 1;
    visibility: visible;
  }
}

.header__nav-level-box {
  position: absolute;
  top: calc(100% + 1px);
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
  background: var(--Primary-White, #fff);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 24px 80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    position: relative;
    left: auto;
    top: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    display: none;
  }

  .menu-item-has-children.active .header__nav-level-box {
    display: block;
  }
}

.header__nav-level-box::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 100%;
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-box>.container {
    padding-left: 0;
    padding-right: 0;
  }
}

.header__nav-level-box>.container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 24px;
  padding: 0;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  list-style: none;
}

.header__nav-level-box>.container ul:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-box>.container ul {
    display: block;
    margin: 0;
  }
}

.header__nav-level-box>.container ul>li {
  position: relative;
  width: 243px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 243px;
  flex: 0 0 243px;
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-box>.container ul>li {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
  }

  .header__nav-level-box>.container ul>li:last-child {
    border-bottom: 0;
  }
}

.header__nav-level-box>.container ul>li>a:not(.custom-link) {
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 4px;
  background: var(--Bg-Light-gray, #f5f5f5);
  overflow: hidden;
  height: 140px;
  padding: 20px 16px;
  color: var(--Primary-Black, #000);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__nav-level-box>.container ul>li>a:not(.custom-link).custom {
  color: #fff;
  background: linear-gradient(194deg, #01231f 54.86%, #ff3d00 90.11%);
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-box>.container ul>li>a:not(.custom-link).custom {
    padding-left: 16px;
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }
}

.header__nav-level-box>.container ul>li>a:not(.custom-link).custom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ff3d00;
  opacity: 0;
  pointer-events: none;
  border-radius: inherit;
  z-index: 1;
  -webkit-transition: opacity 320ms ease;
  transition: opacity 320ms ease;
}

.header__nav-level-box>.container ul>li>a:not(.custom-link).custom>* {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1025px) {
  .header__nav-level-box>.container ul>li>a:not(.custom-link).custom:hover {
    color: #fff;
  }

  .header__nav-level-box>.container ul>li>a:not(.custom-link).custom:hover::before {
    opacity: 1;
  }
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-box>.container ul>li>a:not(.custom-link) {
    background: #fff;
    height: auto;
    padding: 12px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .header__nav-level-box>.container ul>li>a:not(.custom-link):hover {
    color: #ff3d00;
  }

  .header__nav-level-box>.container ul>li>a:not(.custom-link):hover .nav-decor {
    opacity: 0;
  }

  .header__nav-level-box>.container ul>li>a:not(.custom-link):hover .nav-decor-red {
    opacity: 1;
  }
}

.header__nav-level-box>.container ul>li>a:not(.custom-link).coming-soon {
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-box>.container ul>li>a:not(.custom-link).coming-soon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header__nav-level-box>.container ul>li>a:not(.custom-link).coming-soon span:not(.coming-soon-label) {
  color: #595959;
}

.header__nav-level-box>.container ul>li>a:not(.custom-link) .coming-soon-label {
  position: absolute;
  bottom: 28px;
  left: 50%;
  border-radius: 44px;
  background: rgba(8, 88, 78, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 2px 8px;
  color: var(--Primary-White, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-box>.container ul>li>a:not(.custom-link) .coming-soon-label {
    position: relative;
    left: auto;
    -webkit-transform: none;
    transform: none;
    bottom: auto;
  }
}

.header__nav-level-box>.container ul>li>a:not(.custom-link) span:not(.coming-soon-label) {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-box>.container ul>li>a:not(.custom-link) span:not(.coming-soon-label) {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
}

.header__nav-level-box>.container ul>li>a:not(.custom-link) .nav-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-box>.container ul>li>a:not(.custom-link) .nav-decor {
    display: none;
  }
}

.header__nav-level-box>.container ul>li>a:not(.custom-link) .nav-decor-red {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-box>.container ul>li>a:not(.custom-link) .nav-decor-red {
    display: none;
  }
}

.header__nav-level-box>.container ul>li>a:not(.custom-link) .nav-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-box>.container ul>li>a:not(.custom-link) .nav-img {
    display: none;
  }
}

.header__nav-level-box>.container ul>li>.custom-link {
  display: block;
  text-decoration: none;
  color: var(--Primary-Black, #000);
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-box>.container ul>li>.custom-link {
    padding: 12px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .header__nav-level-box>.container ul>li>.custom-link:hover .custom-link__img {
    border-color: #ff3d00;
  }
}

.header__nav-level-box>.container ul>li>.custom-link .custom-link__img {
  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;
  border-radius: 8px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  height: 104px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-box>.container ul>li>.custom-link .custom-link__img {
    display: none;
  }
}

.header__nav-level-box>.container ul>li>.custom-link .custom-link__text {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-box>.container ul>li>.custom-link .custom-link__text {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
}

.header__nav-level-box--v2>.container ul {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.header__nav-level-box--v2>.container ul>li {
  width: 196px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 196px;
  flex: 0 0 196px;
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-box--v2>.container ul>li {
    width: 100%;
  }
}

.header__nav-level-all {
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .header__nav-level-all {
    display: none;
  }
}

.back-level-btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  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;
}

.back-level-btn svg {
  -webkit-transform: none;
  transform: none;
}

.home {
  position: relative;
}

.home__top {
  position: relative;
  background: var(--Bg-Light-gray, #f5f5f5);
  overflow: hidden;
}

.home__top::before {
  content: "";
  position: absolute;
  height: 130px;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
  background: -webkit-gradient(linear, left top, left bottom, from(#b3bdbc), to(rgba(179, 189, 188, 0)));
  background: linear-gradient(180deg, #b3bdbc 0%, rgba(179, 189, 188, 0) 100%);
}

.home__top-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
  .home__top-box {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.home__top-left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 510px;
  flex: 0 0 510px;
  width: 510px;
}

@media only screen and (max-width: 1200px) {
  .home__top-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

@media only screen and (max-width: 374px) {
  .home__top-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    width: 80%;
  }
}

.home__top-date {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 8px;
  background: var(--Primary-White, #fff);
  padding: 4px 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  line-height: 20px;
}

@media only screen and (max-width: 1200px) {
  .home__top-date {
    font-size: 12px;
    line-height: 16px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }

  .home__top-date svg {
    width: 12px;
    height: 12px;
  }
}

.home__top-title {
  position: relative;
  font-family: "Instrument Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin: 0 0 24px;
}

@media only screen and (max-width: 1200px) {
  .home__top-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}

.home__top-btn-box {
  position: relative;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1200px) {
  .home__top-btn-box {
    margin-bottom: 12px;
  }
}

.home__top-btn {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .home__top-btn.btn {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 12px;
  }

  .home__top-btn.btn>span>span {
    display: none;
  }
}

.home__top-coupon {
  position: relative;
}

.home__top-coupon-title {
  line-height: 20px;
}

@media only screen and (max-width: 1200px) {
  .home__top-coupon-title {
    font-size: 12px;
    line-height: 16px;
  }
}

.home__top-coupon-val {
  color: var(--Primary-Accent, #ff3d00);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  .home__top-coupon-val {
    font-size: 14px;
    line-height: 20px;
  }
}

.home__top-right {
  position: relative;
  margin-top: -100px;
  margin-bottom: -100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50vw + 105px);
  flex: 0 0 calc(50vw + 105px);
  width: calc(50vw + 105px);
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media only screen and (max-width: 1200px) {
  .home__top-right {
    margin-top: -30px;
    margin-bottom: -30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 16px);
    flex: 0 0 calc(50% + 16px);
    width: calc(50% + 16px);
  }
}

@media only screen and (max-width: 374px) {
  .home__top-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% + 16px);
    flex: 0 0 calc(20% + 16px);
    width: calc(20% + 16px);
  }
}

.home__top-img {
  display: block;
  height: 100%;
}

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

.home__real {
  position: relative;
  padding-top: 64px;
  padding-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
  .home__real {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}

.home__real+.home__slider {
  padding-top: 32px;
}

@media only screen and (max-width: 1200px) {
  .home__real+.home__slider {
    padding-top: 16px;
  }
}

.home__head {
  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;
  margin-bottom: 24px;
}

.home__title {
  position: relative;
}

.home__all {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home__real-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-left: -20px;
}

@media only screen and (max-width: 1200px) {
  .home__real-list {
    row-gap: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .home__real-list {
    margin-left: 0;
  }
}

.home__real-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 20px);
  flex: 0 0 calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  margin-left: 20px;
  overflow: hidden;
  height: 89px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background: var(--Bg-Light-gray, #f5f5f5);
  color: var(--Primary-Black, #000);
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .home__real-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .home__real-item {
    height: 72px;
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .home__real-item:hover {
    color: #ff3d00;
  }

  .home__real-item:hover .home__real-decor>img {
    height: 100%;
  }

  .home__real-item:hover .home__real-decor>img:nth-child(1) {
    opacity: 0;
  }

  .home__real-item:hover .home__real-decor>img:nth-child(2) {
    opacity: 1;
  }
}

.home__real-decor {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
}

.home__real-decor>img {
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.home__real-decor>img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.home__real-item-title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.home__real-item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.home__real-item-img>img {
  height: 100%;
  width: auto;
}

.home__slider {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}

.home__slider+.home__slider {
  padding-top: 0;
}

@media only screen and (max-width: 1200px) {
  .home__slider {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.home__slider-box {
  position: relative;
}

.home__brands {
  position: relative;
  background: var(--Bg-Light-gray, #f5f5f5);
  padding-top: 32px;
  padding-bottom: 64px;
}

@media only screen and (max-width: 1200px) {
  .home__brands {
    padding-bottom: 32px;
  }
}

.home__brands-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media only screen and (max-width: 1200px) {
  .home__brands-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 24px;
  }
}

.home__brands-item {
  position: relative;
  width: 100%;
  text-decoration: none;
  color: var(--Primary-Black, #000);
  text-align: center;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .home__brands-item {
    width: calc(33.333% - 20px);
  }
}

@media only screen and (min-width: 1025px) {
  .home__brands-item:hover {
    color: #ff3d00;
  }

  .home__brands-item:hover .home__brands-item-img {
    border-color: #ff3d00;
  }
}

.home__brands-item-img {
  position: relative;
  height: 104px;
  border-radius: 8px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  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;
  padding: 12px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .home__brands-item-img {
    height: 86px;
  }
}

.home__brands-item-img>img {
  max-height: 100%;
  width: auto;
}

.home__brands-item-title {
  position: relative;
}

.individual {
  position: relative;
}

.individual__top-holder {
  position: relative;
  overflow: hidden;
}

.individual__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

@media only screen and (max-width: 1200px) {
  .individual__top {
    display: block;
  }
}

.individual__left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 560px;
  flex: 0 0 560px;
  width: 560px;
  padding-bottom: 56px;
}

@media only screen and (max-width: 1200px) {
  .individual__left {
    width: 100%;
    padding-bottom: 32px;
  }
}

.individual__title {
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .individual__title {
    margin-bottom: 16px;
  }
}

.individual__triggers {
  position: relative;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  border: 1px solid var(--Line-Light, #eaeaea);
  background: var(--Primary-White, #fff);
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding: 12px;
}

@media only screen and (max-width: 1200px) {
  .individual__triggers {
    padding: 16px 0 0;
    border: 0;
  }
}

@media only screen and (max-width: 666px) {
  .individual__triggers {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}

.individual__triggers-item {
  width: 100%;
  position: relative;
  text-align: center;
}

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

.individual__triggers-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #eaeaea;
  right: -12px;
}

@media only screen and (max-width: 666px) {
  .individual__triggers-item::before {
    right: -4px;
  }
}

.individual__triggers-head {
  position: relative;
  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;
  margin-bottom: 2px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: var(--Main-Gray, #595959);
  line-height: 20px;
}

@media only screen and (max-width: 1200px) {
  .individual__triggers-head {
    font-size: 12px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 666px) {
  .individual__triggers-head {
    font-size: 9px;
  }
}

.individual__triggers-text {
  position: relative;
  color: var(--Primary-Black, #000);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.individual__triggers-text span {
  cursor: pointer;
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .individual__triggers-text span:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 1200px) {
  .individual__triggers-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.individual__blockquote {
  position: relative;
  display: block;
  margin: 0 0 24px;
  color: var(--Main-Gray, #595959);
  font-family: "Instrument Sans";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.individual__video {
  position: relative;
  margin-bottom: 24px;
}

.individual__video-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.individual__video-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.individual__video-link a {
  color: var(--Primary-Black, #000);
  line-height: 20px;
}

@media only screen and (min-width: 1025px) {
  .individual__video-link a:hover {
    text-decoration: none;
  }
}

.individual__controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

@media only screen and (max-width: 666px) {
  .individual__controls {
    display: block;
  }
}

.individual__controls-btn {
  width: 100%;
}

@media only screen and (max-width: 666px) {
  .individual__controls-btn {
    margin-bottom: 12px;
  }

  .individual__controls-btn:last-child {
    margin-bottom: 0;
  }
}

.individual__right {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1200px) {
  .individual__right {
    margin-left: -16px;
    margin-right: -16px;
  }
}

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

.individual__nav {
  position: sticky;
  top: 0;
  border-bottom: 1px solid var(--Line-Light, #eaeaea);
  background: var(--Bg-Light-gray, #f5f5f5);
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 1;
}

.individual__nav-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0 16px;
  margin: 0 -16px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  overflow-x: auto;
}

.individual__nav-list li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.individual__nav-list a {
  display: block;
  text-decoration: none;
  border-radius: 52px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  color: var(--Primary-Black, #000);
  line-height: 20px;
  padding: 8px 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .individual__nav-list a:hover {
    border-color: #ff3d00;
    color: #ff3d00;
  }
}

.individual__box {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 1200px) {
  .individual__box {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.individual__box:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.individual__small-title {
  position: relative;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.individual__use-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

@media only screen and (max-width: 1200px) {
  .individual__use-list {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: auto;
  }
}

.individual__use-item {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .individual__use-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    width: 90%;
  }
}

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

.individual__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

@media only screen and (max-width: 1200px) {
  .individual__info {
    display: block;
  }
}

.individual__info-left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 480px;
  flex: 0 0 480px;
  width: 480px;
}

@media only screen and (max-width: 1200px) {
  .individual__info-left {
    width: 100%;
  }
}

.individual__info-list {
  position: relative;
}

.individual__info-item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.individual__info-item:first-child {
  padding-top: 0;
}

.individual__info-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.individual__info-item-title {
  position: relative;
  margin-bottom: 2px;
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.individual__info-item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.individual__info-right {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 760px;
  flex: 0 0 760px;
  width: 760px;
}

@media only screen and (max-width: 1200px) {
  .individual__info-right {
    width: 100%;
    margin-bottom: 24px;
  }
}

.individual__info-imgs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

@media only screen and (max-width: 1200px) {
  .individual__info-imgs {
    gap: 8px;
  }
}

.individual__info-img {
  position: relative;
}

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

.individual__info-img--half {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 8px);
  flex: 0 0 calc(50% - 8px);
  width: calc(50% - 8px);
}

@media only screen and (max-width: 1200px) {
  .individual__info-img--half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
    width: calc(50% - 4px);
  }
}

.individual__info-img--big {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 446px;
  flex: 0 0 446px;
  width: 446px;
}

@media only screen and (max-width: 1200px) {
  .individual__info-img--big {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(64% - 4px);
    flex: 0 0 calc(64% - 4px);
    width: calc(64% - 4px);
  }
}

.individual__info-img--small {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 296px;
  flex: 0 0 296px;
  width: 296px;
}

@media only screen and (max-width: 1200px) {
  .individual__info-img--small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(36% - 4px);
    flex: 0 0 calc(36% - 4px);
    width: calc(36% - 4px);
  }
}

.individual__info-img--full {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.individual__brand {
  position: relative;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.individual__brand-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

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

.individual__brand-title {
  color: var(--Primary-Black, #000);
  opacity: 0.8;
  font-weight: 500;
  line-height: 20px;
}

.individual__brand-btn {
  line-height: 20px;
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .individual__brand-btn:hover {
    text-decoration: none;
  }
}

.info-rows {
  position: relative;
  padding-bottom: 64px;
}

@media only screen and (max-width: 1200px) {
  .info-rows {
    padding-bottom: 32px;
  }
}

.info-rows__item {
  position: relative;
  background: var(--Bg-Light-gray, #f5f5f5);
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

.info-rows__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.info-rows__item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .info-rows__item {
    display: block;
    margin-bottom: 16px;
  }
}

.info-rows__item-img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}

@media only screen and (max-width: 1200px) {
  .info-rows__item-img {
    width: 100%;
  }
}

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

.info-rows__item-box {
  position: relative;
  padding: 32px 48px 32px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}

@media only screen and (max-width: 1200px) {
  .info-rows__item-box {
    width: 100%;
    padding: 12px 16px 24px 16px;
    text-align: center;
  }
}

.info-rows__item-title {
  position: relative;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

@media only screen and (max-width: 1200px) {
  .info-rows__item-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.info-rows__item-text {
  position: relative;
  margin-bottom: 24px;
  color: var(--Main-Gray, #595959);
  font-size: 18px;
  line-height: 24px;
}

.info-rows__item-btn-box {
  position: relative;
}

.info-rowss__item-btn {
  position: relative;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.info svg {
  fill: #80918f;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.info__hint {
  position: absolute;
  padding: 15px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 320px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 1000;
  display: none;
}

@media only screen and (max-width: 767px) {
  .info__hint {
    width: 250px;
  }
}

.info__hint p {
  margin: 0;
}

.info__arrow {
  position: absolute;
  --tw-bg-opacity: 1;
  background: rgb(24 25 31/var(--tw-bg-opacity));
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input-style {
  position: relative;
  margin-bottom: 24px;
}

.input-style:last-child {
  margin-bottom: 0;
}

.input-style__label {
  position: relative;
  color: #595959;
  font-family: "Instrument Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 8px;
}

@media only screen and (max-width: 1200px) {
  .input-style__label--mobile-btn {
    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;
  }

  .builder__order-form.active .input-style__label--mobile-btn>svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .input-style__label--mobile-btn>svg {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.input-style__label--mobile-btn svg {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .input-style__label--mobile-btn svg {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .input-style__label-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}

.input-style__label-btn {
  color: #ff3d00;
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .input-style__label-btn:hover {
    text-decoration: none;
  }
}

.input-style__input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  background: #fff;
  padding: 12px 16px;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .input-style__input:hover {
    border-color: #bbb;
  }
}

.input-style__input:focus {
  border-color: #000;
}

.input-style__input::-webkit-input-placeholder {
  color: #969696;
  font-weight: 400;
}

.input-style__input::-moz-placeholder {
  color: #969696;
  font-weight: 400;
}

.input-style__input:-ms-input-placeholder {
  color: #969696;
  font-weight: 400;
}

.input-style__input::-ms-input-placeholder {
  color: #969696;
  font-weight: 400;
}

.input-style__input::placeholder {
  color: #969696;
  font-weight: 400;
}

.input-style__textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  background: #fff;
  padding: 12px 16px;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  field-sizing: content;
  min-height: 4lh;
  resize: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .input-style__textarea:hover {
    border-color: #bbb;
  }
}

.input-style__textarea:focus {
  border-color: #000;
}

.input-style__textarea::-webkit-input-placeholder {
  color: #969696;
  font-weight: 400;
}

.input-style__textarea::-moz-placeholder {
  color: #969696;
  font-weight: 400;
}

.input-style__textarea:-ms-input-placeholder {
  color: #969696;
  font-weight: 400;
}

.input-style__textarea::-ms-input-placeholder {
  color: #969696;
  font-weight: 400;
}

.input-style__textarea::placeholder {
  color: #969696;
  font-weight: 400;
}

.input-style__show-password-parent {
  position: relative;
}

.input-style__show-password {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  right: 16px;
  margin-top: -8px;
  cursor: pointer;
}

.input-style__show-password-parent.show .input-style__show-password svg {
  stroke: #000;
}

.input-style__show-password-parent.show .input-style__show-password::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (min-width: 1025px) {
  .input-style__show-password:hover svg {
    stroke: #000;
  }
}

.input-style__show-password svg {
  stroke: #bebebe;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.checkbox-style {
  position: relative;
  display: block;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .checkbox-style:hover {
    color: #ff3d00;
  }
}

.checkbox-style span {
  display: block;
  position: relative;
  padding-left: 36px;
  line-height: 24px;
}

.checkbox-style span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  border: 1px solid var(--lines-light-gray-input, #cdcdcd);
  background: var(--background-bg-white-pages, #fff);
  width: 24px;
  height: 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.checkbox-style span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 10px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox-style input {
  display: none;
}

.checkbox-style input:checked+span::before {
  background: #ff3d00;
  border-color: #ff3d00;
}

.checkbox-style:last-child {
  margin-bottom: 0;
}

.add-input-btn {
  position: relative;
  margin-bottom: 24px;
  margin-top: -12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  cursor: pointer;
  gap: 8px;
  font-family: "Instrument Sans";
  font-weight: 500;
  line-height: 20px;
  color: #ff3d00;
  background: transparent;
  padding: 0;
  border: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .add-input-btn:hover {
    opacity: 0.8;
  }
}

.journey {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1200px) {
  .journey {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.journey__title {
  margin-bottom: 16px;
  color: var(--Primary-Main, #01231f);
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.journey__description {
  color: var(--Primary-Main, #01231f);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 40px;
}

.journey__list {
  position: relative;
  margin-bottom: 40px;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
  padding: 12px;
}

.journey__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-bottom: 8px;
  border-radius: 8px;
  padding: 11px 16px 11px 64px;
  border: 1px solid var(--Line-Light, #eaeaea);
  background: var(--Primary-White, #fff);
}

@media only screen and (max-width: 1200px) {
  .journey__item {
    padding-left: 48px;
    padding-right: 11px;
    display: block;
  }
}

.journey__item:first-child::before {
  display: none;
}

.journey__item:last-child {
  margin-bottom: 0;
}

.journey__item:nth-last-child(2)::after {
  background: #ff3d00;
}

.journey__item::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #0d9a88;
  top: 50%;
  bottom: -9px;
  left: 26.5px;
}

.journey__item::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #0d9a88;
  top: -1px;
  bottom: 50%;
  left: 26.5px;
}

.journey__item--current {
  background: #ff3d00;
  border-color: #ff3d00;
}

.journey__item--current::before {
  background: #ff3d00;
}

.journey__item--current::after {
  display: none;
}

.journey__item-point {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 16px;
  margin-top: -11px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 2;
}

.journey__item-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #0d9a88;
}

.journey__item--current .journey__item-point {
  border-color: #ff3d00;
  background: transparent;
}

.journey__item--current .journey__item-point::before {
  border-color: #fff;
}

.journey__item-date-box {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  width: 180px;
}

@media only screen and (max-width: 1200px) {
  .journey__item-date-box {
    width: 100%;
    margin-bottom: 4px;
  }
}

.journey__item-date {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  border-radius: 50px;
  background: var(--Bg-Light-green, #ebf8f7);
  padding: 2px 8px;
  color: var(--Primary-Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.journey__item--current .journey__item-date {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.journey__item-title {
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.journey__item--current .journey__item-title {
  color: #fff;
}

.journey__articles {
  position: relative;
  color: var(--Primary-Main, #01231f);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 16px;
}

.journey__articles-item-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .journey__articles-item-list {
    gap: 16px;
    padding-left: 28px;
    padding-right: 28px;
  }
}

.journey__articles-item {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .journey__articles-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
  }
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal~.swiper-button-prev,
.swiper-horizontal~.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  margin-left: 0;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal~.swiper-button-prev,
.swiper-horizontal.swiper-rtl .swiper-button-next,
.swiper-horizontal.swiper-rtl~.swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal~.swiper-button-next,
.swiper-horizontal.swiper-rtl .swiper-button-prev,
.swiper-horizontal.swiper-rtl~.swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical~.swiper-button-prev,
.swiper-vertical~.swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  right: auto;
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical~.swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}

.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical~.swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.swiper-vertical .swiper-button-next,
.swiper-vertical~.swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}

.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical~.swiper-button-next .swiper-navigation-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

.swiper-pagination-bullet button {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs .swiper-slide-thumb-active {
  /* Styles for active thumb slide */
}

.swiper-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.links-category {
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Bg-Light-gray, #f5f5f5);
  padding: 16px;
}

.links-category__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.links-category__main {
  position: relative;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .links-category__main {
    margin-bottom: 24px;
  }
}

.links-category__name {
  color: var(--Primary-Accent, #ff3d00);
  font-family: "Instrument Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #ff3d00;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .links-category__name:hover {
    color: rgba(255, 61, 0, 0.8);
    border-bottom-color: rgba(255, 61, 0, 0.8);
  }
}

.links-category__list {
  position: relative;
}

.links-category__item {
  display: block;
  text-decoration: none;
  padding: 8px;
  position: relative;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .links-category__item:hover {
    border-color: #ff3d00;
  }

  .links-category__item:hover .links-category__item-title {
    color: #ff3d00;
  }
}

.links-category__item:last-child {
  margin-bottom: 0;
}

.links-category__item-img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
}

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

.links-category__item-box {
  position: relative;
}

.links-category__item-title {
  position: relative;
  margin-bottom: 4px;
  color: var(--Primary-Black, #000);
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.links-category__item-price-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

.links-category__item-price {
  color: var(--Primary-Black, #000);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.links-category__item-price-new {
  color: var(--Secondary-Red, #f70808);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.links-category__item-price-old {
  color: var(--main-50, #8f8f8f);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}

.notes {
  position: relative;
  padding-bottom: 48px;
}

.notes__decor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}

@media only screen and (max-width: 1200px) {
  .notes__decor {
    width: 1000px;
    max-width: 1000px;
  }
}

.notes__title {
  position: relative;
  margin-bottom: 32px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

@media only screen and (max-width: 1200px) {
  .notes__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}

.notes__slider-box {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .notes__slider-box {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.notes__slider {
  position: relative;
}

.notes__slider-item {
  position: relative;
  border-radius: 48px;
  border: 1px solid var(--Line-Light, #eaeaea);
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 32px 32px 70px;
  text-align: center;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .notes__slider-item {
    border-radius: 32px;
    padding-bottom: 36px;
    opacity: 1;
    border: 0;
  }
}

.notes__slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(194deg, #01231f 54.86%, #ff3d00 90.11%);
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.swiper-slide-visible .notes__slider-item {
  opacity: 1;
}

.swiper-slide-active .notes__slider-item {
  color: #fff;
}

.swiper-slide-active .notes__slider-item::before {
  opacity: 1;
}

.swiper-slide-active .notes__slider-item .notes__slider-item-position {
  color: #fff;
}

.notes__slider-item-img {
  position: relative;
  width: 128px;
  height: 128px;
  margin: 0 auto 8px;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .notes__slider-item-img {
    width: 100px;
    height: 100px;
  }
}

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

.notes__slider-item-name {
  position: relative;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.notes__slider-item-position {
  position: relative;
  margin-bottom: 24px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #595959;
}

.notes__slider-item-text {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .notes__slider-item-text {
    -webkit-line-clamp: 4;
    height: 96px;
  }
}

.notes__slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 32px;
}

.notes__slider-btn {
  position: absolute;
  width: 32px;
  height: 32px;
  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;
  cursor: pointer;
  top: 50%;
  margin-top: -32px;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .notes__slider-btn {
    display: none;
  }
}

.notes__slider-btn svg {
  stroke: #000;
}

.notes__slider-btn--next {
  right: 0;
}

.notes__slider-btn--prev {
  left: 0;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content>* {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  -webkit-transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  /* always overlap slide content */
  pointer-events: none;
  /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  -webkit-transition: none;
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar>* {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-animation: pswp-clockwise 600ms linear infinite;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@-webkit-keyframes pswp-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pswp-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  -webkit-margin-start: 20px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

.policy {
  position: relative;
}

.policy__head {
  position: relative;
  padding-top: 64px;
  padding-bottom: 40px;
  background: var(--Bg-Light-gray, #f5f5f5);
}

@media only screen and (max-width: 1200px) {
  .policy__head {
    padding-top: 40px;
  }
}

.policy__head-title {
  position: relative;
  margin: 0 auto 16px;
  padding-bottom: 16px;
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  border-bottom: 1px solid #d8d8d8;
  max-width: 840px;
  width: 100%;
}

.policy__head-updated {
  position: relative;
  margin-bottom: 16px;
  color: var(--Main-Gray, #595959);
  text-align: center;
  line-height: 20px;
}

.policy__head-text {
  position: relative;
  max-width: 684px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: var(--Primary-Black, #000);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.policy__head-decor {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.policy__process {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .policy__process {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.policy__process-box {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.policy__process-title {
  position: relative;
  margin-bottom: 16px;
  color: var(--Primary-Main, #01231f);
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.policy__process-text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.policy__process-text span {
  font-weight: 500;
}

.policy__process-text p {
  margin: 0 0 20px;
}

.policy__process-text p:last-child {
  margin-bottom: 0;
}

.policy__process-list {
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .policy__process-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    row-gap: 32px;
  }
}

.policy__process-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 204px;
  flex: 0 0 204px;
  width: 204px;
  border-radius: 8px;
  border: 1.5px solid var(--Primary-Accent, #ff3d00);
  background: #fff6f3;
  padding: 20px 16px;
  text-align: center;
  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;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  min-height: 91px;
}

@media only screen and (max-width: 1200px) {
  .policy__process-item {
    padding: 17px 15px;
    max-width: 350px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .policy__process-item:last-child .policy__process-mobile-arrow {
    display: none;
  }
}

.policy__process-item:nth-last-child(2),
.policy__process-item:first-child {
  background: #ff3d00;
  color: #fff;
}

.policy__process-item:nth-child(6) .policy__process-desktop-arrow,
.policy__process-item:nth-child(7) .policy__process-desktop-arrow,
.policy__process-item:nth-child(8) .policy__process-desktop-arrow {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  left: auto;
  right: calc(100% - 3px);
}

@media only screen and (max-width: 1200px) {
  .policy__process-item:nth-child(4)::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 50px;
    height: 10px;
    bottom: -20px;
    left: calc(50% + 1px);
    z-index: 1;
  }
}

.policy__process-main-arrow {
  position: absolute;
  left: -26px;
  bottom: 50%;
  margin-bottom: -4px;
}

@media only screen and (max-width: 1200px) {
  .policy__process-main-arrow {
    display: none;
  }
}

.policy__process-wrap-arrow {
  position: absolute;
  left: calc(100% - 3px);
  top: 50%;
  margin-top: -3px;
}

@media only screen and (max-width: 1200px) {
  .policy__process-wrap-arrow {
    display: none;
  }
}

.policy__process-last-mobile-arrow {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .policy__process-last-mobile-arrow {
    display: block;
    position: absolute;
    bottom: calc(50% - 3px);
    left: -19px;
  }
}

.policy__process-desktop-arrow {
  position: absolute;
  left: calc(100% - 3px);
  top: 50%;
  margin-top: -5px;
}

@media only screen and (max-width: 1200px) {
  .policy__process-desktop-arrow {
    display: none;
  }
}

.policy__process-mobile-arrow {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .policy__process-mobile-arrow {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: calc(100% - 3px);
  }
}

.policy__content {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .policy__content {
    padding-top: 20px;
    padding-bottom: 32px;
  }
}

.policy__content-title {
  margin-bottom: 16px;
  color: var(--Primary-Main, #01231f);
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.policy__content-text {
  font-family: "Instrument Sans";
  font-size: 16px;
  line-height: 24px;
}

.policy__content-text p {
  margin: 0 0 20px;
}

.policy__content-text p:last-child {
  margin-bottom: 0;
}

.policy__content-text ul {
  font-weight: 500;
  list-style: none;
  padding: 0;
  margin: 0;
}

.policy__content-text ul li {
  position: relative;
  padding-left: 30px;
}

.policy__content-text ul li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #000;
  top: 10px;
  left: 12px;
}

.policy__team {
  position: relative;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .policy__team {
    padding-bottom: 40px;
  }
}

.policy__team-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 20px;
}

.policy__team-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .policy__team-text {
    margin-bottom: 32px;
  }
}

.policy__team-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

@media only screen and (max-width: 1200px) {
  .policy__team-list {
    gap: 16px;
  }
}

.policy__team-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 16px);
  flex: 0 0 calc(33.333% - 16px);
  width: calc(33.333% - 16px);
  border-radius: 8px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  padding: 40px 32px 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 1200px) {
  .policy__team-item {
    padding: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
  }
}

@media only screen and (max-width: 767px) {
  .policy__team-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.policy__team-item-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 8px;
}

.policy__team-item-ava {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.policy__team-item-ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.policy__team-item-box {
  position: relative;
}

.policy__team-item-title {
  position: relative;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.policy__team-item-head-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.policy__team-item-position {
  color: var(--Secondary-Dark-green, #08584e);
  font-weight: 500;
  line-height: 20px;
  border-radius: 54px;
  background: var(--Bg-Light-green, #ebf8f7);
  padding: 2px 12px;
}

.policy__team-item-social {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.policy__team-item-social li {
  position: relative;
}

.policy__team-item-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .policy__team-item-social a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

.policy__team-item-body {
  position: relative;
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.policy__team-item-body:last-child {
  margin-bottom: 0;
}

.policy__team-item-body-inner {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  max-height: 192px;
  overflow: hidden;
  -webkit-line-clamp: 8;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.policy__team-item-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.policy__team-item-link {
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: var(--Primary-Black, #000);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .policy__team-item-link:hover {
    color: #ff3d00;
  }

  .policy__team-item-link:hover svg {
    stroke: #ff3d00;
  }
}

.policy__team-item-link svg {
  fill: none;
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.policy__write {
  position: relative;
  background: var(--Bg-Light-gray, #f5f5f5);
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .policy__write {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.policy__write-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media only screen and (max-width: 1200px) {
  .policy__write-box {
    display: block;
  }
}

.policy__write-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 480px;
  flex: 0 0 480px;
  width: 480px;
}

@media only screen and (max-width: 1200px) {
  .policy__write-title {
    width: 100%;
    margin-bottom: 16px;
  }
}

.policy__write-content {
  position: relative;
}

.policy__write-text {
  font-size: 16px;
  line-height: 24px;
}

.policy__write-text p {
  margin: 0 0 20px;
}

.policy__write-text p:last-child {
  margin-bottom: 0;
}

.policy__write-text span {
  color: #ff3d00;
  font-weight: 500;
}

.policy__mentions {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .policy__mentions {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.policy__mentions-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 20px;
}

.policy__mentions-text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .policy__mentions-text {
    margin-bottom: 32px;
  }
}

.policy__feedback {
  position: relative;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .policy__feedback {
    padding-bottom: 20px;
  }
}

.policy__feedback-box {
  position: relative;
  background: var(--Bg-Light-orange, #ffede7);
  padding: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media only screen and (max-width: 1200px) {
  .policy__feedback-box {
    display: block;
    padding: 24px;
  }
}

.policy__feedback-decor {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}

@media only screen and (max-width: 1200px) {
  .policy__feedback-decor {
    left: auto;
    right: 0;
  }
}

.policy__feedback-title {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 480px;
  flex: 0 0 480px;
  width: 480px;
}

@media only screen and (max-width: 1200px) {
  .policy__feedback-title {
    width: 100%;
    margin-bottom: 16px;
  }
}

.policy__feedback-text {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}

.popup-parts {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.popup-parts.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}

.popup-parts__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.popup-parts.active .popup-parts__overlay {
  opacity: 1;
}

.popup-parts__box {
  position: relative;
  width: 680px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 680px;
  flex: 0 0 680px;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.popup-parts.active .popup-parts__box {
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .popup-parts__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.popup-parts__head {
  position: relative;
  padding: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1200px) {
  .popup-parts__head {
    padding: 12px 16px;
  }
}

.popup-parts__close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  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;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .popup-parts__close {
    top: 12px;
  }
}

@media only screen and (min-width: 1025px) {
  .popup-parts__close:hover svg {
    stroke: #ff3d00;
  }
}

.popup-parts__close svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.popup-parts__title {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

@media only screen and (max-width: 1200px) {
  .popup-parts__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    text-align: left;
  }
}

.popup-parts__descriptions {
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .popup-parts__descriptions {
    display: none;
  }
}

.popup-parts__descriptions p {
  margin: 0;
}

.popup-parts__body {
  position: relative;
  height: 100%;
  overflow-y: auto;
  container-type: size;
}

.popup-parts__options {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-parts__tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--Line-Light, #eaeaea);
}

@media only screen and (max-width: 1200px) {
  .popup-parts__tabs-list {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.popup-parts__tabs-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  list-style: none;
  padding: 4px;
  margin: 0;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
}

@media only screen and (max-width: 1200px) {
  .popup-parts__tabs-list ul {
    border-radius: 0;
    width: 100%;
    padding-left: 12px;
    overflow-x: auto;
  }
}

.popup-parts__tabs-list ul li {
  position: relative;
}

.popup-parts__tabs-list ul a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 4px 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.popup-parts__tabs-list ul a.active {
  color: #000;
  border-radius: 8px;
  background: var(--Primary-White, #fff);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
}

.popup-parts__options-tab {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .popup-parts__options-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .popup-parts__options-tab.js-get-part-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.popup-parts__overview {
  text-align: center;
  position: relative;
}

.popup-parts__overview picture {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .popup-parts__overview picture img {
    max-width: 375px;
    width: 100%;
  }
}

.popup-parts__overview-label {
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  line-height: 155%;
  color: #01231f;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .popup-parts__overview-label:hover {
    color: #ff3d00;
  }

  .popup-parts__overview-label:hover .popup-parts__overview-label-line {
    background: #ff3d00;
    opacity: 0.5;
  }
}

.popup-parts__overview-label span {
  display: block;
  position: relative;
  z-index: 1;
}

.popup-parts__overview-label img {
  position: absolute;
  top: -1px;
  left: -24px;
  width: 140px;
  height: 33px;
  max-width: none;
}

.popup-parts__overview-label-line {
  position: absolute;
  background: #80918f;
  height: 77px;
  width: 1px;
  left: 50%;
  top: 100%;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.popup-parts__overview-label-line--top {
  top: auto;
  bottom: 100%;
}

.popup-parts__label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.js-get-part-parent.active .popup-parts__label {
  opacity: 0;
  visibility: hidden;
}

.js-get-part-parent.active .popup-parts__label.active {
  opacity: 1;
  visibility: visible;
}

.js-get-part-parent.active .popup-parts__label.active .popup-parts__label-line {
  background: #ff3d00;
  opacity: 0.5;
}

.js-get-part-parent.active .popup-parts__label.active .popup-parts__label-title,
.js-get-part-parent.active .popup-parts__label.active .popup-parts__label-text {
  color: #ff3d00;
}

.js-get-part-parent.active .popup-parts__label.active .popup-parts__label-icon svg {
  fill: #ff3d00;
}

.popup-parts__label--ltr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.popup-parts__label--btt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.popup-parts__label--rtl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1200px) {
  .popup-parts__label--mobile-rtl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .popup-parts__label--mobile-ltr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .popup-parts__label--mobile-btt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .popup-parts__label--mobile-ttb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.popup-parts__label-line {
  position: relative;
  background: #80918f;
  width: 1px;
  height: 80px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.popup-parts__label--rtl .popup-parts__label-line,
.popup-parts__label--ltr .popup-parts__label-line {
  height: 1px;
  width: 80px;
}

@media only screen and (max-width: 1200px) {

  .popup-parts__label--rtl .popup-parts__label-line,
  .popup-parts__label--ltr .popup-parts__label-line {
    width: 70px;
  }
}

@media only screen and (max-width: 1200px) {
  .popup-parts__label-line {
    height: 70px;
  }

  .popup-parts__label--mobile-ltr .popup-parts__label-line,
  .popup-parts__label--mobile-rtl .popup-parts__label-line {
    height: 1px;
    width: 70px;
  }

  .popup-parts__label--mobile-btt .popup-parts__label-line {
    height: 70px;
    width: 1px;
  }

  .popup-parts__label--mobile-long-line.popup-parts__label--mobile-btt .popup-parts__label-line {
    height: 147px;
  }
}

.popup-parts__label-box {
  position: relative;
  text-align: center;
}

.popup-parts__label--ltr .popup-parts__label-box {
  text-align: right;
}

.popup-parts__label--rtl .popup-parts__label-box {
  text-align: left;
}

@media only screen and (max-width: 1200px) {
  .popup-parts__label--mobile-rtl .popup-parts__label-box {
    text-align: left;
  }

  .popup-parts__label--mobile-ltr .popup-parts__label-box {
    text-align: right;
  }
}

.popup-parts__label-title {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #01231f;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.popup-parts__label-text {
  color: #80918f;
  font-weight: 400;
  font-size: 12px;
  line-height: 135%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.popup-parts__label-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px;
}

.popup-parts__label-icon svg {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  fill: #80918f;
}

.popup-parts__child-picture {
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .popup-parts__child-img {
    max-width: 375px;
    width: 100%;
  }
}

.popup-parts__child-picture-decor {
  position: absolute;
  top: -19px;
  left: -35px;
}

.popup-parts__child-info {
  position: absolute;
  top: 50px;
  left: 35px;
  max-width: 277px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.js-get-part-parent.active .popup-parts__child-info {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1200px) {
  .popup-parts__child-info {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    text-align: center;
    padding: 0 16px 40px;
    margin-top: -60px;
  }

  .popup-parts__child-info img {
    display: none;
  }
}

.popup-parts__child-title {
  position: relative;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  color: #01231f;
}

@media only screen and (max-width: 1200px) {
  .popup-parts__child-title {
    font-size: 14px;
    line-height: 135%;
  }
}

.popup-parts__child-customisable-with {
  position: relative;
  padding-top: 8px;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 135%;
  text-transform: uppercase;
  color: #b3bdbc;
}

@media only screen and (max-width: 1200px) {
  .popup-parts__child-customisable-with {
    padding-top: 0;
    margin-bottom: 4px;
  }
}

.popup-parts__child-customisable-with::before {
  content: "";
  position: absolute;
  background: #b3bdbc;
  width: 33px;
  height: 1px;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1200px) {
  .popup-parts__child-customisable-with::before {
    display: none;
  }
}

.popup-parts__child-customisable-value {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 135%;
  color: #01231f;
}

@media only screen and (max-width: 1200px) {
  .popup-parts__child-customisable-value {
    font-size: 14px;
  }
}

.popup-parts__child-btn {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .popup-parts__child-btn {
    position: absolute;
    top: 16px;
    left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 135%;
    color: #80918f;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .js-get-part-parent.active .popup-parts__child-btn {
    visibility: visible;
    opacity: 1;
  }

  .popup-parts__child-btn svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    fill: #80918f;
    margin-right: 6px;
  }
}

@container (height < 612px) {
  .popup-parts__options {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--Mask-Black---30, rgba(0, 0, 0, 0.3));
  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;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  visibility: hidden;
  padding: 16px;
  opacity: 0;
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) and (orientation: landscape) {
  .popup {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.popup.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.popup__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup__box {
  position: relative;
  border-radius: 8px;
  background: var(--Primary-White, #fff);
  width: 100%;
  padding: 40px 16px 16px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  max-height: 100dvh;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.popup.active .popup__box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.popup__box--fixed-head {
  overflow: initial;
  max-height: 90dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.popup__head {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  border-bottom: 1px solid transparent;
  padding: 12px 16px;
  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;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.popup__head.scroll {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(1, 35, 31, 0.05);
  box-shadow: 0px 4px 8px 0px rgba(1, 35, 31, 0.05);
  border-bottom-color: #eaeaea;
}

.popup__head-number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  padding: 2px 8px;
  border-radius: 12px;
  background: var(--Bg-Light-green, #ebf8f7);
  color: var(--Secondary-Dark-green, #08584e);
  font-weight: 500;
  line-height: 20px;
}

.popup__head-number span {
  color: #000;
}

.popup__head-title {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.popup__head.scroll .popup__head-title {
  opacity: 1;
}

.popup__type-img {
  position: relative;
  margin-bottom: 16px;
}

.popup__type-img img {
  width: 100%;
}

.popup__type-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 16px;
}

.popup__type-popular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}

.popup__type-box {
  position: relative;
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid var(--Line-Light, #eaeaea);
}

.popup__type-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin-bottom: 16px;
}

.popup__type-row:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .popup__type-row--mobile-full-row {
    display: block;
  }
}

.popup__type-cell {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}

.popup__type-cell:nth-child(1) {
  color: var(--Main-Gray, #595959);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  width: 140px;
}

.popup__type-cell:nth-child(2) {
  color: var(--Primary-Black, #000);
  font-weight: 500;
}

.popup__body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  padding: 16px;
}

.popup__footer {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid var(--Line-Light, #eaeaea);
  background: var(--Bg-Light-gray, #f5f5f5);
  border-radius: 0 0 8px 8px;
}

.popup__footer-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: var(--Primary-Black, #000);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 4px 16px;
  cursor: pointer;
  border-right: 1px solid #eaeaea;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .popup__footer-btn:hover {
    color: #ff3d00;
  }
}

.popup__footer-btn:last-child {
  border-right: 0;
}

.popup__footer-btn:nth-child(2) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.popup__footer-btn span {
  max-height: 48px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.popup__footer-btn svg {
  stroke: #ff3d00;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1025px) {
  .popup__close:hover svg {
    stroke: #ff3d00;
  }
}

.popup__close svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.popup__close--relative {
  position: relative;
  top: auto;
  right: auto;
}

.popup__tags-nav-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}

.popup__tags-nav {
  position: relative;
  list-style: none;
  padding: 4px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background: #f5f5f5;
  gap: 8px;
}

@media only screen and (max-width: 1200px) {
  .popup__tags-nav {
    gap: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .popup__tags-nav.mobile-start-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.popup__tags-nav li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.popup__tags-nav a {
  display: block;
  text-decoration: none;
  padding: 4px 12px;
  color: #969696;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #969696;
  border-radius: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .popup__tags-nav a:hover {
    background: #fff;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
    color: #000;
  }
}

.popup__tags-nav a.active {
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  color: #000;
}

.popup__tags-options {
  position: relative;
  padding: 0 24px 16px;
}

.popup__tags-option {
  position: relative;
}

.popup__tags-title {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.popup__tags-description {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
}

.popup__tags-description p {
  margin: 0;
}

.popup__tags-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.popup__tags-item {
  position: relative;
  margin-bottom: 32px;
}

.popup__tags-item:last-child {
  margin-bottom: 0;
}

.popup__tags-item-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.popup__tags-item-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.popup__tags-item-description p {
  margin: 0;
}

.popup__title {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 12px;
}

.popup__descriptions {
  position: relative;
  margin-bottom: 32px;
  color: var(--Main-Gray, #595959);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .popup__descriptions {
    margin-bottom: 24px;
  }
}

.popup__descriptions:last-child {
  margin-bottom: 0;
}

.popup__form {
  padding: 16px 24px;
}

@media only screen and (max-width: 1200px) {
  .popup__form {
    padding: 0 16px;
  }
}

.popup__form-forgot {
  margin-bottom: 32px;
  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;
}

@media only screen and (max-width: 1200px) {
  .popup__form-forgot {
    margin-bottom: 24px;
  }
}

.popup__form-forgot .checkbox-style {
  margin-bottom: 0;
}

.popup__form-forgot-btn {
  position: relative;
  cursor: pointer;
  color: var(--Primary-Accent, #ff3d00);
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media only screen and (max-width: 375px) {
  .popup__form-forgot-btn {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1025px) {
  .popup__form-forgot-btn:hover {
    text-decoration: none;
  }
}

.popup__form-btn {
  width: 100%;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
  .popup__form-btn {
    margin-bottom: 24px;
  }
}

.popup__form-continue {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .popup__form-continue:hover {
    color: #ff3d00;
  }
}

.popup__builder {
  position: relative;
}

.popup__builder-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding-bottom: 12px;
  margin-top: -24px;
  padding-right: 30px;
}

.popup__builder-details {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
}

.popup__builder-text {
  max-height: 30vh;
  overflow-y: auto;
  padding-right: 4px;
}

.popup__builder-text::-webkit-scrollbar {
  display: block;
  width: 3px;
}

.popup__builder-text::-webkit-scrollbar-track {
  background: #fff;
}

.popup__builder-text::-webkit-scrollbar-thumb {
  background-color: #01231f;
  border-radius: 4px;
}

.return-policy {
  position: relative;
  padding: 16px 24px;
}

.return-policy__head {
  position: relative;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media only screen and (max-width: 767px) {
  .return-policy__head {
    display: block;
  }
}

.return-policy__img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.return-policy__head-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.return-policy__head-title span {
  color: #ff3d00;
}

.return-policy__body {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}

.return-policy__body p {
  margin: 0;
}

.return-policy__btn {
  position: relative;
  text-decoration: none;
  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;
  gap: 8px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  background: var(--Primary-White, #fff);
  padding: 7px 12px;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .return-policy__btn:hover {
    border-color: #000;
  }
}

.notify-me {
  position: relative;
  padding: 16px 24px;
}

@media only screen and (max-width: 1200px) {
  .notify-me--mobile-padding {
    padding: 0;
  }
}

.notify-me__head {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .notify-me__head {
    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;
    gap: 8px;
    margin-bottom: 15px;
  }
}

.notify-me__icon {
  display: block;
  margin: 0 auto 16px;
}

@media only screen and (max-width: 1200px) {
  .notify-me__head .notify-me__icon {
    margin: 0;
  }
}

.notify-me__description {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.notify-me__title {
  position: relative;
  margin-bottom: 24px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

@media only screen and (max-width: 1200px) {
  .notify-me__head .notify-me__title {
    font-size: 20px;
  }
}

.notify-me__title:last-child {
  margin-bottom: 0;
}

.notify-me__body {
  margin-bottom: 24px;
}

.notify-me__btn-box {
  text-align: center;
}

.notify-me__btn {
  position: relative;
}

.notify-me__footer {
  color: #4d6562;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
}

.notify-me__footer a {
  text-decoration: none;
  color: #ff3d00;
}

@media only screen and (min-width: 1025px) {
  .notify-me__footer a:hover {
    text-decoration: underline;
  }
}

.configuration {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .configuration {
    max-height: calc(100dvh - 104px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.configuration__title {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

@media only screen and (max-width: 1200px) {
  .configuration__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.configuration__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1200px) {
  .configuration__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.configuration__options {
  position: relative;
  padding: 16px 24px;
}

@media only screen and (max-width: 1200px) {
  .configuration__options {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    margin-right: -8px;
    padding-right: 8px;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
  }

  .configuration__options::-webkit-scrollbar {
    display: block;
    width: 3px;
  }

  .configuration__options::-webkit-scrollbar-track {
    background: #eaeaea;
  }

  .configuration__options::-webkit-scrollbar-thumb {
    background-color: #01231f;
    border-radius: 4px;
  }
}

.configuration__tab {
  position: relative;
}

.configuration__list {
  position: relative;
}

.configuration__row {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media only screen and (max-width: 1200px) {
  .configuration__row {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.configuration__cell {
  position: relative;
}

.configuration__cell:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

.configuration__cell:first-child span {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .configuration__cell:first-child span {
    width: 100%;
  }
}

.configuration__cell:last-child {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.portfolio {
  position: relative;
  padding-top: 48px;
}

@media only screen and (max-width: 1200px) {
  .portfolio {
    padding-top: 32px;
  }
}

.portfolio__title {
  margin-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
  .portfolio__title {
    margin-bottom: 24px;
  }
}

.portfolio__nav {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

@media only screen and (max-width: 1200px) {
  .portfolio__nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: auto;
    margin-bottom: 24px;
  }
}

.portfolio__nav li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.portfolio__nav a {
  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;
  text-decoration: none;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 3px 12px;
  border-radius: 52px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.portfolio__nav a.active {
  background: #fff3ef;
  border-color: #ff3d00;
}

@media only screen and (min-width: 1025px) {
  .portfolio__nav a:hover {
    border-color: #ff3d00;
  }
}

.portfolio__nav a span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -8px;
}

.portfolio__nav a span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio__list {
  position: relative;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

@media only screen and (max-width: 1200px) {
  .portfolio__list {
    gap: 16px;
  }
}

.portfolio__item {
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
}

.portfolio__list .portfolio__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 12px);
  flex: 0 0 calc(50% - 12px);
  width: calc(50% - 12px);
}

@media only screen and (max-width: 1023px) {
  .portfolio__list .portfolio__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .portfolio__item:hover .portfolio__item-box::before {
    height: 120%;
  }
}

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

.portfolio__item-logo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  top: 24px;
  left: 24px;
  border-radius: 12px;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .portfolio__item-logo {
    width: 40px;
    height: 40px;
    top: 16px;
    left: 16px;
  }
}

.portfolio__item-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  padding: 80px 24px 24px;
}

@media only screen and (max-width: 1200px) {
  .portfolio__item-box {
    padding: 80px 16px 16px;
  }
}

.portfolio__item-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 35, 31, 0)), to(rgba(1, 35, 31, 0.8)));
  background: linear-gradient(180deg, rgba(1, 35, 31, 0) 0%, rgba(1, 35, 31, 0.8) 100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.portfolio__item-left {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
}

.portfolio__item-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  line-height: 20px;
}

.portfolio__item-icon {
  position: relative;
  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;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  background: #fff;
  border-radius: 50%;
}

.portfolio__item-title {
  display: block;
  position: relative;
  color: var(--Primary-White, #fff);
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1200px) {
  .portfolio__item-title {
    font-size: 18px;
    line-height: 26px;
    white-space: normal;
    max-height: 52px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}

.portfolio__item-right {
  position: relative;
  padding: 4px 8px 4px 24px;
  border-left: 1px solid var(--Line-Opacity---16, rgba(255, 255, 255, 0.16));
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.portfolio__item-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
}

.portfolio__item-price svg {
  opacity: 0.8;
}

.portfolio__item-price-value {
  position: relative;
  color: var(--Primary-White, #fff);
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

@media only screen and (max-width: 1200px) {
  .portfolio__item-price-value {
    font-size: 18px;
    line-height: 26px;
  }
}

.portfolio__bottom {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio__bottom-text {
  position: relative;
  margin-bottom: 16px;
  color: var(--Main-Gray, #595959);
  text-align: center;
  line-height: 20px;
}

.portfolio__more {
  position: relative;
  min-width: 218px;
}

.post {
  position: relative;
}

.post__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

@media only screen and (max-width: 1200px) {
  .post__box {
    display: block;
  }
}

.post__nav {
  position: sticky;
  top: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  width: 220px;
  padding: 4px;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
}

@media only screen and (max-width: 1200px) {
  .post__nav {
    display: none;
  }
}

.post__nav-title {
  position: relative;
  padding: 8px 12px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 1px solid #eaeaea;
}

.post__nav-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.post__nav-list li {
  position: relative;
}

.post__nav-list li>div {
  position: relative;
  padding: 8px 12px;
  border-radius: 4px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .post__nav-list li>div:hover {
    background: #fff;
  }
}

.post__nav-list li>div.active {
  border-left: 2px solid var(--Primary-Accent, #ff3d00);
  background: var(--Primary-White, #fff);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  color: #ff3d00;
}

.post__content {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 700px;
  flex: 0 0 700px;
  width: 700px;
}

@media only screen and (max-width: 1200px) {
  .post__content {
    width: 100%;
  }
}

.post__title {
  margin-bottom: 16px;
}

.post__right {
  position: sticky;
  top: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .post__right {
    display: none;
  }
}

.post__form {
  position: relative;
  padding: 16px;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
  margin-bottom: 24px;
}

.post__form-head {
  position: relative;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.post__form-head svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.post__form-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.post__form-btn {
  width: 100%;
}

.post__related {
  position: relative;
}

.post__related-title {
  position: relative;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.post__related-list {
  position: relative;
}

.post__related-item {
  display: block;
  position: relative;
  margin-bottom: 16px;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .post__related-item:hover .post__related-item-title {
    color: #ff3d00;
  }
}

.post__related-item::before {
  content: "";
  position: absolute;
  background: var(--Mask-Gradient, linear-gradient(180deg, rgba(1, 35, 31, 0) 0%, rgba(1, 35, 31, 0.8) 100%));
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.post__related-item img {
  width: 100%;
}

.post__related-item-title-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.post__related-item-title {
  color: var(--Primary-White, #fff);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.post__create-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

@media only screen and (max-width: 1200px) {
  .post__create-info {
    display: block;
  }
}

.post__create-item {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .post__create-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin-bottom: 12px;
  }

  .post__create-item:last-child {
    margin-bottom: 0;
  }
}

.post__create-item-head {
  position: relative;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  color: var(--Main-Gray, #595959);
  line-height: 20px;
}

@media only screen and (max-width: 1200px) {
  .post__create-item-head {
    margin-bottom: 0;
  }
}

.post__create-item-head svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  width: 16px;
}

.post__create-item-author {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .post__create-item-author {
    position: initial;
  }
}

.post__create-item-author.active .post__create-item-author-title:not(.post__create-item-author-title--no-hint) {
  color: #ff3d00;
  border-color: #ff3d00;
}

.post__create-item-author.active .post__create-item-hint {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1025px) {
  .post__create-item-author:hover .post__create-item-author-title:not(.post__create-item-author-title--no-hint) {
    color: #ff3d00;
    border-color: #ff3d00;
  }

  .post__create-item-author:hover .post__create-item-hint {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.post__create-item-author-title {
  display: inline-block;
  vertical-align: top;
  color: var(--Primary-Black, #000);
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px dashed #4d6562;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.post__create-item-author-title--no-hint {
  border-bottom: 0;
  cursor: initial;
}

.post__create-item-hint {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  border-radius: 8px;
  border: 1px solid var(--Line-Light, #eaeaea);
  background: var(--Primary-White, #fff);
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  width: 420px;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .post__create-item-hint {
    width: calc(100vw - 32px);
  }
}

.post__create-item-hint-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.post__create-item-ava {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.post__create-item-ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post__create-item-hint-holder {
  position: relative;
}

.post__create-item-hint-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}

.post__create-item-hint-text {
  line-height: 20px;
  margin-bottom: 8px;
}

.post__create-item-hint-text p {
  margin: 0;
}

.post__create-item-hint-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: var(--Primary-Accent, #ff3d00);
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .post__create-item-hint-btn:hover {
    color: rgba(255, 61, 0, 0.8);
  }

  .post__create-item-hint-btn:hover svg {
    stroke: rgba(255, 61, 0, 0.8);
  }
}

.post__create-item-hint-btn svg {
  stroke: #ff3d00;
}

.post__create-item-hint-footer {
  position: relative;
  color: var(--Main-Gray, #595959);
  font-weight: 400;
  line-height: 20px;
}

.post__create-item-hint-footer span {
  color: var(--Primary-Black, #000);
  font-weight: 500;
}

.post__text-content {
  position: relative;
}

.post__faq {
  position: relative;
}

.post__faq-title {
  position: relative;
  margin: 0 0 24px;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.principles {
  position: relative;
  background: #f5f5f5;
}

@media only screen and (max-width: 1200px) {
  .principles {
    background: transparent;
  }
}

.principles__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .principles__box {
    background: #f5f5f5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-radius: 8px;
    overflow: hidden;
  }
}

.principles__img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.principles__holder {
  position: relative;
  padding: 32px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .principles__holder {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.principles__title {
  position: relative;
  margin-bottom: 12px;
  color: var(--Primary-Main, #01231f);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

@media only screen and (max-width: 1200px) {
  .principles__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.principles__text {
  position: relative;
  color: var(--Primary-Main, #01231f);
  font-size: 16px;
  line-height: 24px;
}

.principles__text p {
  margin: 0 0 24px;
}

.principles__text p:last-child {
  margin-bottom: 0;
}

.product {
  position: relative;
}

.product__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .product__box {
    display: block;
    padding-bottom: 24px;
  }
}

.product__sliders-box {
  position: sticky;
  top: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 634px;
  flex: 0 0 634px;
  width: 634px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-right: 64px;
}

@media only screen and (max-width: 1200px) {
  .product__sliders-box {
    position: relative;
    width: 100%;
    display: block;
    margin-right: 0;
    top: auto;
    padding-bottom: 40px;
  }
}

.product__sliders-button {
  position: absolute;
  left: 0;
  width: 70px;
  height: 24px;
  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;
  margin: 0;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .product__sliders-button {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .product__sliders-button:hover svg {
    stroke: #ff3d00;
  }
}

.product__sliders-button--prev {
  top: 0;
}

.product__sliders-button--next {
  bottom: 16px;
}

.product__sliders-button.swiper-button-disabled {
  pointer-events: none;
}

.product__sliders-button.swiper-button-disabled svg {
  stroke: #b3bdbc;
}

.product__sliders-button svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.product__sliders-button::after {
  display: none;
}

.product__main-zoom-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  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;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  background: #fff;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .product__main-zoom-btn {
    width: 26px;
    height: 26px;
  }
}

.product__main-zoom-btn svg {
  fill: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .product__main-zoom-btn svg {
    width: 16px;
    height: 16px;
  }
}

.product__thumbnails-slider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  width: 70px;
  max-width: 70px;
  height: 460px;
  margin-top: 32px;
}

@media only screen and (max-width: 1200px) {
  .product__thumbnails-slider {
    display: none !important;
  }
}

.product__thumbnails-slide {
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .product__thumbnails-slide:hover::before {
    border-color: #ff3d00;
  }
}

.product__thumbnails-slide.swiper-slide-thumb-active::before {
  border-color: #ff3d00;
}

.product__thumbnails-slide::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

.product__main-slider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 540px;
  flex: 0 0 540px;
  width: 540px;
  max-width: 540px;
  height: 540px;
  border: 1px solid #eaeaea;
}

@media only screen and (max-width: 1200px) {
  .product__main-slider {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .product__main-slider:hover .product__main-zoom-btn {
    background: #ff3d00;
    border-color: #ff3d00;
  }

  .product__main-slider:hover .product__main-zoom-btn svg {
    fill: #fff;
  }
}

.product__main-slider-pagination {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .product__main-slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 16px !important;
  }
}

.product__main-slide {
  position: relative;
}

.product__info {
  position: relative;
  max-width: 472px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 472px;
  flex: 0 0 472px;
}

@media only screen and (max-width: 1200px) {
  .product__info {
    max-width: 100%;
  }
}

.product__title-box {
  position: relative;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}

.product__title-box-left {
  position: relative;
}

.product__title-box-label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  color: var(--Primary-Accent, #ff3d00);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .product__title-box-label:hover {
    color: rgba(255, 61, 0, 0.8);
  }
}

.product__title-box-title {
  position: relative;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.product__title-box-right {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1200px) {
  .product__title-box-right {
    display: none;
  }
}

.product__reviews {
  position: relative;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media only screen and (max-width: 1200px) {
  .product__reviews {
    margin-bottom: 16px;
  }
}

.product__reviews-value {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product__reviews-rate {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product__reviews-info {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: var(--Primary-Accent, #ff3d00);
  line-height: 24px;
  text-decoration-line: underline;
}

.product__tags {
  position: relative;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

@media only screen and (max-width: 1200px) {
  .product__tags {
    margin-bottom: 16px;
  }
}

.product__tags-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.product__tags-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #f5f5f5;
  font-weight: 500;
  line-height: 16px;
}

.product__tags-item img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  width: 16px;
}

.product__tags-hint {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 24px;
  text-decoration-line: underline;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .product__tags-hint:hover {
    color: #ff3d00;
  }
}

.product__discount {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  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;
  gap: 12px;
}

@media only screen and (max-width: 767px) {
  .product__discount {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.product__discount-left {
  position: relative;
}

.product__discount-text {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .product__discount-text {
    font-size: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .product__discount-text {
    font-size: 14px;
  }
}

.product__discount-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.product__discount-title {
  color: #454545;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.product__discount-value {
  color: var(--Primary-Accent, #ff3d00);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.product__discount-value:not(.copy) {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.product__discount-btn {
  position: relative;
  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;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  background: var(--Primary-White, #fff);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.product__discount-btn svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .product__discount-btn:hover {
    color: #ff3d00;
  }

  .product__discount-btn:hover svg {
    stroke: #ff3d00;
  }
}

.product__discount-btn .copied {
  display: none;
}

.product__discount-btn.copy .copy {
  display: block;
}

.product__discount-btn.copied {
  background: #ebf8f7;
  border-color: #ebf8f7;
  cursor: default;
}

.product__discount-btn.copied svg {
  stroke: none;
}

.product__discount-btn.copied .copied {
  display: block;
}

.product__discount-btn.copied .copy {
  display: none;
}

.product__select {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .product__select {
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.product__labels {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.product__labels-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 54px;
  background: #ebf8f7;
  color: #08584e;
  font-size: 16px;
  line-height: 24px;
}

.product__price {
  position: relative;
  margin-bottom: 12px;
  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;
}

.product__price-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media only screen and (max-width: 767px) {
  .product__price-left {
    margin-bottom: 10px;
  }
}

.product__price-stock {
  position: relative;
}

.product__price-stock-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  color: var(--main-70, #4d6562);
  font-weight: 500;
  line-height: 20px;
}

.product__price-value {
  position: relative;
  color: #f70808;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.product__price-value--stock {
  color: #4d6562;
}

.product__price-box {
  position: relative;
}

.product__price-old {
  position: relative;
  color: var(--main-50, #80918f);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: line-through;
}

.product__price-save {
  position: relative;
  color: #f70808;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}

.product__price-right {
  position: relative;
}

.product__price-ready {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #0d9a88;
  font-weight: 500;
  line-height: 20px;
}

.product__lead-time {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.product__lead-time-title {
  color: #454545;
  line-height: 16px;
}

.product__lead-time-value {
  color: #454545;
  line-height: 16px;
  font-weight: 700;
}

.product__lead-time-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product__credit {
  position: relative;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.product__credit-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 16px;
}

.product__credit-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product__credit-btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  text-decoration: underline;
  color: var(--Color-Black, #000);
  line-height: 18px;
}

@media only screen and (min-width: 1025px) {
  .product__credit-btn:hover {
    text-decoration: none;
  }
}

.product__controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  gap: 12px;
}

@media only screen and (max-width: 1200px) {
  .product__controls {
    margin-bottom: 16px;
  }
}

.product__wishlist-btn {
  position: relative;
}

.product__add-btn-box {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.product__add-btn {
  width: 100%;
}

.product__additional-info {
  position: relative;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media only screen and (max-width: 1200px) {
  .product__additional-info {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product__additional-info {
    display: block;
  }
}

.product__additional-info-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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;
  gap: 12px;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 12px 16px;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .product__additional-info-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .product__additional-info-item {
    margin-bottom: 8px;
  }

  .product__additional-info-item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .product__additional-info-item:hover .product__additional-info-title {
    color: #ff3d00;
  }

  .product__additional-info-item:hover .product__additional-info-arrow svg,
  .product__additional-info-item:hover .product__additional-info-arrow path {
    stroke: #ff3d00 !important;
  }
}

.product__additional-info-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}

.product__additional-info-box {
  position: relative;
}

.product__additional-info-title {
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.product__additional-info-text {
  color: #454545;
  line-height: 16px;
}

.product__additional-info-arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  width: 16px;
}

@media only screen and (max-width: 1200px) {
  .product__additional-info-arrow {
    margin-left: auto;
  }
}

.product__additional-info-arrow svg,
.product__additional-info-arrow path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.product__mentioned-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.product__mentioned-item {
  position: relative;
  text-decoration: none;
  border-radius: 52px;
  border: 1px solid #d3d3d3;
  background: #fff;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .product__mentioned-item:hover {
    border-color: #ff3d00;
    color: #ff3d00;
  }
}

.product__no-availability-info {
  position: relative;
  text-align: center;
  line-height: 16px;
  margin-top: 12px;
}

.product__reviews-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .product__reviews-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.product__reviews-section-title {
  position: relative;
  margin: 0 0 16px;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.product__reviews-section-text {
  position: relative;
  margin-bottom: 24px;
  color: #454545;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.product__reviews-section-add {
  position: relative;
}

.product__reviews-section-holder {
  position: relative;
}

.product__video-list {
  padding-top: 24px;
}

.product__triggers {
  position: relative;
  margin-bottom: 48px;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .product__triggers {
    margin-bottom: 32px;
  }
}

.product__triggers-head {
  position: relative;
  padding-top: 80px;
  padding-bottom: 96px;
}

@media only screen and (max-width: 1200px) {
  .product__triggers-head {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.product__triggers-head-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product__triggers-head-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product__triggers-head-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media only screen and (max-width: 1200px) {
  .product__triggers-head-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product__triggers-head-icon {
  position: relative;
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 104px;
  flex: 0 0 104px;
  width: 104px;
  height: 104px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 12px;
}

@media only screen and (max-width: 1200px) {
  .product__triggers-head-icon {
    margin-bottom: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88px;
    flex: 0 0 88px;
    width: 88px;
    height: 88px;
  }
}

.product__triggers-head-box {
  position: relative;
  max-width: 572px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .product__triggers-head-box {
    max-width: 100%;
    text-align: center;
  }
}

.product__triggers-head-title {
  position: relative;
  margin-bottom: 4px;
  color: var(--Primary-White, #fff);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

@media only screen and (max-width: 1200px) {
  .product__triggers-head-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.product__triggers-head-text {
  position: relative;
  margin-bottom: 8px;
  color: var(--Primary-White, #fff);
  font-size: 16px;
  line-height: 24px;
}

.product__triggers-head-info {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: var(--White, #fff);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 4px 12px;
  border-radius: 54px;
  background: rgba(255, 255, 255, 0.2);
}

.product__triggers-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  border-radius: 16px;
  background: #fff;
  padding: 16px 16px 0;
  margin-top: -65px;
}

@media only screen and (max-width: 1200px) {
  .product__triggers-list {
    margin-top: 0;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

.product__triggers-item {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .product__triggers-item {
    margin-bottom: 16px;
  }

  .product__triggers-item:last-child {
    margin-bottom: 0;
  }
}

.product__triggers-item-img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

.product__triggers-item-img img {
  width: 100%;
}

.product__triggers-item-box {
  position: relative;
  text-align: center;
}

.product__triggers-item-title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 8px;
}

.product__triggers-item-text {
  position: relative;
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  line-height: 24px;
}

.progress {
  position: relative;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

@media only screen and (max-width: 1200px) {
  .progress {
    display: none;
  }
}

.progress__point {
  position: relative;
  background: #f5f5f5;
  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;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.progress__point.active {
  background: #0d9a88;
}

.progress__point--last svg {
  fill: #d7d9d9;
}

.progress__point-label {
  position: absolute;
  bottom: 100%;
  color: var(--Line-Light, #eaeaea);
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.progress__point.active .progress__point-label {
  color: #0d9a88;
}

.progress__point-value {
  color: var(--main-30, #bebebe);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.progress__point.active .progress__point-value {
  color: #fff;
}

.progress__point-value svg {
  display: inline-block;
  vertical-align: top;
}

.progress__line {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 4px;
  background: #eaeaea;
  border-radius: 50px;
}

.progress__line:nth-last-child(2) {
  width: 98px;
  max-width: 98px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 98px;
  flex: 0 0 98px;
}

.progress__line-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #0d9a88;
  border-radius: 50px;
}

.progress-mobile {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .progress-mobile {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 0 0 0 10px;
    background: #4d6562;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    z-index: 1;
  }
}

@media only screen and (max-width: 1200px) {
  .progress-mobile__line {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 999px;
    height: 20px;
    background: var(--Primary-White, #fff);
  }

  .progress-mobile__line-value {
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .progress-mobile__line-inner {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 999px;
    background: var(--Secondary-Approval-Green, #0d9a88);
  }

  .progress-mobile__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }

  .progress-mobile__price {
    position: relative;
    color: var(--Primary-White, #fff);
    line-height: 135%;
    padding-left: 14px;
  }

  .progress-mobile.active .progress-mobile__price {
    opacity: 0;
    visibility: hidden;
  }

  .progress-mobile__price span {
    font-weight: 700;
  }

  .progress-mobile__btn {
    position: relative;
    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;
    padding: 10px 4px 10px 10px;
  }

  .progress-mobile.active .progress-mobile__btn {
    opacity: 0;
    visibility: hidden;
  }

  .progress-mobile__btn-close {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.16);
    opacity: 0;
    visibility: hidden;
    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;
  }

  .progress-mobile.active .progress-mobile__btn-close {
    opacity: 1;
    visibility: visible;
  }
}

.quantity {
  position: relative;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
}

@media only screen and (max-width: 666px) {
  .quantity {
    width: 100px;
  }
}

.quantity input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  height: 38px;
  color: var(--Primary-Black, #000);
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 0;
  border: 0;
}

@media only screen and (max-width: 1200px) {
  .quantity input {
    height: 32px;
  }
}

.quantity__btn {
  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;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (min-width: 1025px) {
  .quantity__btn:hover svg {
    stroke: #ff3d00;
  }
}

.quantity__btn svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.quantity__btn.disabled {
  pointer-events: none;
}

.quantity__btn.disabled svg {
  stroke: #bebebe;
}

.quantity--dark {
  border-color: rgba(255, 255, 255, 0.16);
}

.quantity--dark svg {
  stroke: #fff;
}

.quantity--dark input {
  background: transparent;
  color: #fff;
}

.rate {
  position: relative;
}

.rate__default {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

.rate__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  fill: #b3bdbc;
}

.rate__active {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

.rate__active .rate__item {
  fill: #ff3d00;
}

.rate__item-holder {
  position: relative;
  width: 16px;
  height: 16px;
}

.rate__item-holder-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.small-star .rate__item-holder {
  width: 12px;
  height: 12px;
}

.small-star .rate svg {
  width: 12px;
  height: 12px;
}

.search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 520px;
  flex: 0 0 520px;
  width: 520px;
}

@media only screen and (max-width: 1200px) {
  .search {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.search__mobile-btn {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .search__mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1200px) {
  .search__mobile-btn-open {
    fill: #fff;
  }

  .search.active-mobile .search__mobile-btn-open {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .search__mobile-btn-close {
    display: none;
  }

  .search.active-mobile .search__mobile-btn-close {
    display: block;
  }
}

.search__form-holder {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .search__form-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: calc(100dvh - 57px);
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
  }

  .search.active-mobile .search__form-holder {
    opacity: 1;
    visibility: visible;
  }
}

.search__form {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .search__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.search__input {
  width: 100%;
  border-radius: 99px;
  border: 1px solid var(--main-30, #b3bdbc);
  background: var(--Primary-White, #fff);
  padding: 4px 200px 4px 24px;
  height: 42px;
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .search__input {
    border-radius: 0;
    height: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .search__input {
    padding-right: 60px;
  }
}

.search__input::-webkit-input-placeholder {
  color: var(--main-50, #80918f);
  font-weight: 400;
}

.search__input::-moz-placeholder {
  color: var(--main-50, #80918f);
  font-weight: 400;
}

.search__input:-ms-input-placeholder {
  color: var(--main-50, #80918f);
  font-weight: 400;
}

.search__input::-ms-input-placeholder {
  color: var(--main-50, #80918f);
  font-weight: 400;
}

.search__input::placeholder {
  color: var(--main-50, #80918f);
  font-weight: 400;
}

.search__input:focus {
  border: 1px solid var(--Primary-Accent, #ff3d00);
}

.search__btn {
  position: absolute;
  background: transparent;
  right: 8px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  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;
  border: 0;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .search__btn {
    right: 24px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    top: 6px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .search__btn:hover {
    background: #ff3d00;
  }

  .search__btn:hover svg {
    fill: #fff;
  }
}

.search__btn svg {
  fill: #4d6562;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .search__btn svg {
    fill: #01231f;
  }
}

.search__btn.loading {
  background: #ff3d00;
}

.search__btn.loading svg:not(.search__btn-loading) {
  opacity: 0;
}

.search__btn-loading {
  display: none;
}

.loading.search__btn .search__btn-loading {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  fill: #fff;
  -webkit-animation: loading 1s linear infinite;
  animation: loading 1s linear infinite;
}

.search__radio-btns {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -16px;
}

@media only screen and (max-width: 1200px) {
  .search__radio-btns {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 0;
    border-radius: 0;
    background: #fff;
    padding: 16px;
  }
}

.search__radio-btns.hide {
  display: none;
}

.search__radio-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px;
  background: #f5f5f5;
  border-radius: 88px;
}

.search__radio-item {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .search__radio-item {
    width: 100%;
  }
}

.search__radio-item input {
  display: none;
}

.search__radio-item input:checked+span {
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
}

.search__radio-item span {
  display: block;
  position: relative;
  color: #969696;
  text-align: center;
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 4px 12px;
  border-radius: 78px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.search__dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  background: var(--Primary-White, #fff);
  -webkit-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
  z-index: 2;
  display: none;
}

@media only screen and (max-width: 1200px) {
  .search__dropdown {
    position: relative;
    top: auto;
    left: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
  }
}

.active.search .search__dropdown {
  display: block;
}

.search__dropdown-empty {
  padding: 20px;
  color: #454545;
  line-height: 20px;
}

.search__dropdown-empty.hide {
  display: none;
}

.search__dropdown-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .search__dropdown-box {
    display: block;
  }
}

.search__dropdown-left {
  position: relative;
  padding: 20px;
  background: #f5f5f5;
  width: 180px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}

@media only screen and (max-width: 1200px) {
  .search__dropdown-left {
    background: #fff;
    width: 100%;
    padding: 16px;
  }
}

.search__dropdown-left-title {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 1px solid #eaeaea;
}

.search__category-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.search__category-list li {
  position: relative;
  margin-bottom: 12px;
  color: #8c8c8c;
  line-height: 20px;
}

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

.search__category-list b a {
  color: #000;
}

.search__category-list a {
  color: #8c8c8c;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .search__category-list a:hover {
    color: #ff3d00;
  }
}

.search__dropdown-right {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  width: 340px;
  padding: 20px;
}

@media only screen and (max-width: 1200px) {
  .search__dropdown-right {
    width: 100%;
    padding: 16px;
  }
}

.search__dropdown-cell {
  position: relative;
  margin-bottom: 32px;
}

.search__dropdown-cell:last-child {
  margin-bottom: 0;
}

.search__dropdown-cell-head {
  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;
  gap: 10px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eaeaea;
}

.search__dropdown-cell-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.search__dropdown-cell-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: var(--Primary-Black, #000);
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .search__dropdown-cell-link:hover {
    text-decoration: underline;
  }
}

.search__product-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.search__product-item {
  position: relative;
  margin-bottom: 12px;
}

.search__product-item:last-child {
  margin-bottom: 0;
}

.search__product-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #000;
}

@media only screen and (min-width: 1025px) {
  .search__product-link:hover .search__product-text {
    color: #ff3d00;
  }
}

.search__product-img {
  position: relative;
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

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

.search__product-box {
  position: relative;
}

.search__product-title {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.search__product-text {
  display: block;
  color: #454545;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.search__brands-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search__brands-item {
  position: relative;
  margin-bottom: 8px;
}

.search__brands-item:last-child {
  margin-bottom: 0;
}

.search__brands-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .search__brands-link:hover .search__brands-title {
    color: #ff3d00;
  }
}

.search__brands-img {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  background: #fff;
  padding: 8px;
}

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

.search__brands-title {
  color: #454545;
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.search__blog-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search__blog-item {
  position: relative;
  margin-bottom: 12px;
}

.search__blog-item:last-child {
  margin-bottom: 0;
}

.search__blog-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .search__blog-link:hover .search__blog-text {
    color: #ff3d00;
  }
}

.search__blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 76px;
  flex: 0 0 76px;
  width: 76px;
  height: 64px;
}

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

.search__blog-box {
  position: relative;
}

.search__blog-title {
  display: block;
  margin-bottom: 4px;
  color: #ff3d00;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.search__blog-text {
  display: block;
  color: #000;
  font-weight: 500;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.select2-container .select2-selection--single {
  height: 48px;
}

.select-small .select2-container .select2-selection--single {
  height: 36px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px;
  padding-right: 48px;
}

@media only screen and (max-width: 767px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
  }
}

.select2-dropdown {
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.14);
  padding: 8px;
  border: 0;
}

.select2-results__option {
  padding: 12px 16px;
  border-radius: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.select2-results__option--disabled {
  background: #f5f5f5;
}

.select2-container--default .select2-selection--single {
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .select2-container--default .select2-selection--single:hover {
    border-color: #4a4a4a;
  }
}

.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #4a4a4a;
}

.error-select .select2-container--default .select2-selection--single {
  border-color: #ff3d00;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--Primary-Black, #000);
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
}

.select-small .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #848484;
  font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 16px;
  height: 16px;
  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;
  top: 50%;
  margin-top: -10px;
  right: 16px;
}

@media only screen and (max-width: 767px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 12px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--open .select2-selection__arrow {
  margin-top: -8px !important;
}

.select2-container--open .select2-selection__arrow::before {
  -webkit-transform: rotate(-45deg) scale(-1) !important;
  transform: rotate(-45deg) scale(-1) !important;
}

.select2-container--default .select2-results__option--disabled .select-option-price {
  color: #8f8f8f;
}

.select2-container--default .select2-results__option--selected {
  background-color: #f5f5f5;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f5f5f5;
  color: #000;
}

.select-parent {
  position: relative;
}

.select-parent__label {
  position: relative;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #454545;
  line-height: 16px;
}

.select-parent--inner-label .select-parent__label {
  position: absolute;
  display: block;
  top: 6px;
  left: 16px;
  right: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
  pointer-events: none;
  color: #8f8f8f;
  font-size: 12px;
}

.select-option {
  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;
}

.select2-results .select-option {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.select-option-icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.select-option-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.select-option-text {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: auto;
}

.select-parent--inner-label .select-option-text {
  padding-top: 16px;
  line-height: 30px;
}

.select-option-text>span {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
  background: var(--Secondary-Approval-Green, #0d9a88);
  color: var(--Primary-White, #fff);
  font-size: 16px;
  line-height: 24px;
}

.select-option-price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.select2-selection__rendered .select-option-price {
  color: #ff3d00;
}

.select2-results__option .select-option-price {
  font-weight: 500;
}

.shipping {
  position: relative;
}

.shipping__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

@media only screen and (max-width: 1200px) {
  .shipping__top {
    padding-top: 32px;
    padding-bottom: 16px;
    display: block;
  }
}

.shipping__top-info {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 730px;
  flex: 0 0 730px;
  width: 730px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .shipping__top-info {
    width: 100%;
  }
}

.shipping__top-title {
  margin-bottom: 24px;
}

.shipping__top-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.shipping__top-text a {
  text-decoration: none;
  color: #ff3d00;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .shipping__top-text a:hover {
    color: rgba(255, 61, 0, 0.8);
  }
}

.shipping__top-text p {
  margin: 0 0 24px;
}

.shipping__top-text p:last-child {
  margin-bottom: 0;
}

.shipping__nav-title {
  position: relative;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.shipping__nav {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.shipping__nav li {
  position: relative;
}

.shipping__nav a {
  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;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  text-decoration: none;
  border-radius: 52px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  padding: 11px 15px;
  color: #000;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .shipping__nav a:hover {
    border-color: #ff3d00;
    color: #ff3d00;
  }
}

.shipping__img {
  position: relative;
  margin-top: -60px;
  margin-bottom: -40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(50vw - 106px);
}

@media only screen and (max-width: 1200px) {
  .shipping__img {
    display: none;
  }
}

.shipping__img img {
  width: 100%;
}

.shipping__body {
  position: relative;
}

.shipping__row {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .shipping__row {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.shipping__row:first-child {
  padding-top: 40px;
}

@media only screen and (max-width: 1200px) {
  .shipping__row:first-child {
    padding-top: 16px;
  }
}

.shipping__row:last-child {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .shipping__row:last-child {
    padding-bottom: 0;
  }
}

.shipping__row:nth-child(even)::before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.shipping__row-title {
  position: relative;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

@media only screen and (max-width: 1200px) {
  .shipping__row-title {
    font-size: 22px;
    line-height: 30px;
  }

  .shipping__row-title>img {
    width: 24px;
  }
}

.shipping__types {
  position: relative;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .shipping__types {
    margin-bottom: 16px;
  }
}

.shipping__types-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 64px 24px 32px;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .shipping__types-item {
    padding: 16px;
    display: block;
  }
}

.shipping__types-item:last-child {
  margin-bottom: 0;
}

.shipping__types-item-left {
  position: relative;
}

.shipping__types-item-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1200px) {
  .shipping__types-item-title {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}

.shipping__types-item-icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .shipping__types-item-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
  }
}

.shipping__types-item-title-text {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e9e9;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.shipping__types-item-info {
  position: relative;
  list-style: none;
  padding: 0 0 0 48px;
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .shipping__types-item-info {
    padding-left: 36px;
  }
}

.shipping__types-item-info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 16px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .shipping__types-item-info li>img {
    display: none;
  }
}

.shipping__types-item-info li span {
  font-weight: 500;
}

.shipping__types-item-info li:last-child {
  margin-bottom: 0;
}

.shipping__types-item-right {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1200px) {
  .shipping__types-item-right {
    margin-top: 32px;
  }
}

.shipping__attention {
  position: relative;
  border-radius: 8px;
  background: var(--Bg-Light-green, #ebf8f7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 20px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 760px;
  width: 100%;
}

.shipping__attention svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shipping__attention-text {
  font-size: 16px;
  line-height: 24px;
}

.shipping__attention-text p {
  margin: 0;
}

.shipping__sliders {
  position: relative;
}

.shipping__sliders-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

@media only screen and (max-width: 1200px) {
  .shipping__sliders-holder {
    margin-bottom: 8px;
  }
}

.shipping__sliders-btn {
  position: relative;
  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;
  cursor: pointer;
  width: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .shipping__sliders-btn {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .shipping__sliders-btn:hover {
    border-color: rgba(255, 61, 0, 0.8);
  }
}

.shipping__sliders-btn.swiper-button-lock {
  display: none;
}

.shipping__sliders-btn.swiper-button-disabled {
  pointer-events: none;
  background: transparent;
}

.shipping__sliders-btn.swiper-button-disabled svg {
  stroke: #d3d3d3;
}

.shipping__sliders-btn svg {
  stroke: #000;
}

.shipping__slider-nav-holder {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.shipping__slider-nav-select {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .shipping__slider-nav-select {
    display: block;
    position: relative;
    border-radius: 8px;
    border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 11px 15px;
    background: #fff;
  }

  .shipping__slider-nav-select::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-bottom: 1.5px solid #000;
    border-left: 1.5px solid #000;
    right: 16px;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.shipping__slider-nav {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .shipping__slider-nav {
    display: none;
  }

  .shipping__slider-nav-holder.active .shipping__slider-nav {
    display: block;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    z-index: 2;
    overflow: visible;
  }

  .shipping__slider-nav .swiper-wrapper {
    display: block;
    background: #fff;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.14);
    max-height: 345px;
    overflow-y: auto;
  }
}

.shipping__slider-nav-item {
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  color: var(--main-50, #8f8f8f);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 7px 11px;
  cursor: pointer;
  width: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .shipping__slider-nav-item {
    width: 100%;
    color: #000;
    border: 0;
    padding: 12px 8px;
  }

  .shipping__slider-nav-item.active::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 8px;
    width: 12px;
    height: 8px;
    border-bottom: 2px solid #0d9a88;
    border-left: 2px solid #0d9a88;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media only screen and (min-width: 1025px) {
  .shipping__slider-nav-item:hover {
    border-color: #ff3d00;
  }
}

.shipping__slider-nav-item.swiper-slide-thumb-active {
  background: var(--Primary-White, #fff);
}

.shipping__slider-for {
  position: relative;
}

.shipping__slider-for-item {
  position: relative;
  border-radius: 8px;
  background: var(--Primary-White, #fff);
  padding: 40px;
}

@media only screen and (max-width: 1200px) {
  .shipping__slider-for-item {
    padding: 16px;
    display: none;
  }

  .shipping__slider-for-item.active {
    display: block;
  }
}

.shipping__slider-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
  .shipping__slider-box {
    display: block;
    margin-bottom: 24px;
  }
}

.shipping__slider-left {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .shipping__slider-left {
    margin-bottom: 24px;
  }
}

.shipping__slider-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

@media only screen and (max-width: 1200px) {
  .shipping__slider-list {
    display: block;
  }
}

.shipping__slider-list-item {
  position: relative;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: var(--Primary-White, #fff);
  padding: 16px 24px;
  width: calc(50% - 6px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 6px);
  flex: 0 0 calc(50% - 6px);
}

@media only screen and (max-width: 1200px) {
  .shipping__slider-list-item {
    width: 100%;
    margin-bottom: 12px;
  }

  .shipping__slider-list-item:last-child {
    margin-bottom: 0;
  }
}

.shipping__slider-list-item-title {
  position: relative;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.shipping__slider-list-item-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  line-height: 24px;
}

.shipping__slider-right {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 376px;
  flex: 0 0 376px;
  width: 376px;
}

@media only screen and (max-width: 1200px) {
  .shipping__slider-right {
    width: 100%;
  }
}

.shipping__slider-right-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 12px;
}

.shipping__slider-right-list {
  margin: 0;
  position: relative;
  padding: 0 0 0 25px;
}

.shipping__slider-right-list li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.shipping__slider-right-list li span {
  font-weight: 400;
}

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

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

@media only screen and (max-width: 1200px) {
  .shipping__tracking {
    display: block;
  }
}

.shipping__tracking-cell {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 640px;
  flex: 0 0 640px;
  width: 640px;
}

@media only screen and (max-width: 1200px) {
  .shipping__tracking-cell {
    width: 100%;
    margin-bottom: 32px;
  }

  .shipping__tracking-cell:last-child {
    margin-bottom: 0;
  }
}

.shipping__tracking-cell:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 560px;
  flex: 0 0 560px;
  width: 560px;
}

@media only screen and (max-width: 1200px) {
  .shipping__tracking-cell:nth-child(2) {
    width: 100%;
  }
}

.shipping__tracking-title {
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

@media only screen and (max-width: 1200px) {
  .shipping__tracking-title {
    margin-bottom: 24px;
  }

  .shipping__tracking-title>img {
    width: 28px;
  }
}

.shipping__tracking-text {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}

.shipping__tracking-text p {
  margin: 0 0 24px;
}

.shipping__tracking-text p:last-child {
  margin-bottom: 0;
}

.shipping__tracking-text ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.shipping__tracking-text ul:last-child {
  margin-bottom: 0;
}

.shipping__tracking-text ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin-bottom: 16px;
}

.shipping__tracking-text ul li:last-child {
  margin-bottom: 0;
}

.shipping__tracking-text ul li>img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 2px;
}

.shipping__tracking-text ul li>span>span {
  font-weight: 500;
}

.shipping__tracking-info {
  position: relative;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin-bottom: 24px;
}

.shipping__tracking-info:last-child {
  margin-bottom: 0;
}

.shipping__tracking-info>svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sign-box {
  position: relative;
  padding: 16px;
  border-radius: 8px;
  background: #f5f5f5;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sign-box__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.sign-box__text {
  position: relative;
  margin-bottom: 16px;
  color: #454545;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.sign-box__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.swiper-pagination-bullet {
  background: #e6e9e9;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #01231f;
  opacity: 1;
}

.tab {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab.active {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.text-content {
  position: relative;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .text-content {
    font-size: 17px;
  }
}

.text-content p {
  margin: 10px 0 20px;
}

.text-content p:first-child {
  margin-top: 0;
}

.text-content p:last-child {
  margin-bottom: 0;
}

.text-content ol {
  list-style: none;
  padding: 0;
  counter-reset: myCounter;
  margin: 10px 0 20px;
}

.text-content ol:first-child {
  margin-top: 0;
}

.text-content ol:last-child {
  margin-bottom: 0;
}

.text-content ol li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 40px;
}

.text-content ol li:last-child {
  margin-bottom: 0;
}

.text-content ol li::before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  position: absolute;
  left: 12px;
  top: 0;
}

.text-content ul:not(.mobile-table-content__list) {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
}

.text-content ul:not(.mobile-table-content__list):first-child {
  margin-top: 0;
}

.text-content ul:not(.mobile-table-content__list):last-child {
  margin-bottom: 0;
}

.text-content ul:not(.mobile-table-content__list) li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 32px;
}

.text-content ul:not(.mobile-table-content__list) li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4d6562;
}

.text-content ul:not(.mobile-table-content__list) li:last-child {
  margin-bottom: 0;
}

.text-content iframe {
  border: 0;
  max-width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
}

.text-content iframe:first-child {
  margin-top: 0;
}

.text-content iframe:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .text-content iframe {
    width: 100%;
    height: 300px;
  }
}

.text-content h1 {
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1200px) {
  .text-content h1 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .text-content h1 {
    font-size: 26px;
  }
}

.text-content h1:first-child {
  margin-top: 0;
}

.text-content h2 {
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1200px) {
  .text-content h2 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .text-content h2 {
    font-size: 22px;
  }
}

.text-content h2:first-child {
  margin-top: 0;
}

.text-content h3 {
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1200px) {
  .text-content h3 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .text-content h3 {
    font-size: 20px;
  }
}

.text-content h3:first-child {
  margin-top: 0;
}

.text-content h4 {
  font-family: "Instrument Sans";
  color: var(--Primary-Black, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1200px) {
  .text-content h4 {
    margin-bottom: 30px;
  }
}

.text-content h4:first-child {
  margin-top: 0;
}

.text-content h5 {
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1200px) {
  .text-content h5 {
    margin-bottom: 30px;
  }
}

.text-content h5:first-child {
  margin-top: 0;
}

.text-content img:not(.decor-list__icon, .looking__img, .looking__decor) {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-radius: 2px;
  margin: 10px 0 20px;
}

.text-content img:not(.decor-list__icon, .looking__img, .looking__decor):first-child {
  margin-top: 0;
}

.text-content img:not(.decor-list__icon, .looking__img, .looking__decor):last-child {
  margin-bottom: 0;
}

.text-content a {
  color: #000;
}

@media only screen and (min-width: 1025px) {
  .text-content a:hover {
    text-decoration: none;
  }
}

.text-content table {
  min-width: 800px;
  border-collapse: collapse;
}

.text-content table:last-child {
  margin-bottom: 0;
}

.text-content table thead {
  border-bottom: 1px solid var(--Line-Light, #eaeaea);
}

.text-content table thead tr td {
  font-weight: 500;
}

.text-content table tbody tr:nth-child(odd) {
  background: #f5f5f5;
}

.text-content table tbody tr:nth-child(odd) td:first-child {
  background: #f5f5f5;
}

.text-content table tr {
  border-bottom: 1px solid var(--Line-Light, #eaeaea);
}

.text-content table tr:last-child {
  border-bottom: 0;
}

.text-content table td {
  padding: 8px 12px;
  border-right: 1px solid var(--Line-Light, #eaeaea);
}

.text-content table td:last-child {
  border-right: 0;
}

.text-content table td:first-child {
  position: sticky;
  background: #fff;
  left: 0;
  z-index: 2;
}

.info-1 {
  position: relative;
  border-left: 2px solid var(--Secondary-Approval-Green, #0d9a88);
  background: #f1f9f8;
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #0d9a88;
  font-weight: 500;
  line-height: 20px;
}

.info-1--orange {
  color: var(--Colors-Orange, var(--Colors-Orange, #ff9500));
  border-left-color: #ff9500;
  background: #f9f3eb;
}

.info-1>div {
  position: relative;
}

.info-1 svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
}

.info-1 span {
  color: var(--Main-Gray, #595959);
  font-weight: 400;
}

.info-1 span a {
  color: #000;
}

@media only screen and (min-width: 1025px) {
  .info-1 span a:hover {
    text-decoration: none;
  }
}

.decor-list {
  position: relative;
  padding: 24px;
  margin-bottom: 20px;
}

.decor-list__icon {
  position: absolute;
  top: 0;
  left: 0;
}

.decor-list__title {
  position: relative;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.looking {
  position: relative;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
  padding: 18px 20px;
  overflow: hidden;
  margin-bottom: 40px;
}

.looking__decor {
  position: absolute;
  bottom: 0;
  right: 0;
}

.looking__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e9e9;
}

@media only screen and (max-width: 1200px) {
  .looking__head {
    display: block;
  }
}

.looking__title {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 1200px) {
  .looking__title {
    margin-bottom: 12px;
  }
}

.looking__imgs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1200px) {
  .looking__imgs {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    overflow-x: auto;
  }
}

.looking__img {
  position: relative;
}

.looking__body {
  position: relative;
}

.looking__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}

.looking__description {
  position: relative;
  margin-bottom: 12px;
  color: var(--Primary-Accent, #ff3d00);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.looking__btn {
  position: relative;
}

.summary {
  position: relative;
  border-left: 2px solid var(--Primary-Accent, #ff3d00);
  background: var(--Bg-Light-gray, #f5f5f5);
  padding: 16px 24px;
  margin-bottom: 20px;
}

.summary__title {
  color: var(--Primary-Accent, #ff3d00);
  font-weight: 500;
  margin-bottom: 8px;
}

.summary p {
  margin: 0;
}

.table-wrapper {
  border: 1px solid var(--Line-Light, #eaeaea);
  overflow-x: auto;
  max-width: 100%;
  margin: 0 0 20px;
}

.attention {
  position: relative;
  border-radius: 4px;
  border-left: 2px solid var(--main-50, #8f8f8f);
  background: var(--Bg-Light-gray, #f5f5f5);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin-bottom: 20px;
}

.attention--red {
  border-left-color: var(--Colors-Red, #ff3b30);
  background: rgba(246, 11, 11, 0.06);
}

.attention--green {
  border-left-color: var(--Secondary-Approval-Green, #0d9a88);
  background: rgba(13, 154, 136, 0.06);
}

.attention svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
}

.attention p {
  margin: 0;
}

.experts {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}

.experts__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.experts__text {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.experts__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

@media only screen and (max-width: 767px) {
  .experts__list {
    display: block;
  }
}

.experts__item {
  position: relative;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
}

@media only screen and (max-width: 767px) {
  .experts__item {
    margin-bottom: 12px;
  }

  .experts__item:last-child {
    margin-bottom: 0;
  }
}

.experts__item-head {
  position: relative;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}

.experts__item-ava {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--secondary-10, #f5f2ef);
  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;
  padding: 5px;
}

.experts__item-box {
  position: relative;
}

.experts__item-title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.experts__item-social {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
}

.experts__item-social li {
  position: relative;
}

.experts__item-social a {
  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;
  width: 26px;
  height: 26px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .experts__item-social a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

.experts__item-text {
  line-height: 20px;
}

.sources {
  position: relative;
  margin-bottom: 40px;
}

.sources__item {
  position: relative;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
  border: 1px solid transparent;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .sources__item:hover {
    border-color: #8f8f8f;
  }
}

.sources__item.active {
  border-color: #8f8f8f;
  background: #fff;
}

.sources__item:last-child {
  margin-bottom: 0;
}

.sources__item-head {
  position: relative;
  cursor: pointer;
  padding: 16px 60px 16px 24px;
  color: var(--Primary-Black, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.sources__item-head::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background: #000;
  top: 50%;
  right: 30px;
}

.sources__item-head::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #000;
  top: 50%;
  margin-top: -6px;
  right: 36px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sources__item.active .sources__item-head::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.sources__item-body {
  position: relative;
  padding: 0 24px 16px;
  color: var(--Primary-Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.sources__item-body p {
  margin: 0 0 20px;
}

.sources__item-body p:last-child {
  margin-bottom: 0;
}

.sources__item-body ol {
  margin: 0;
  padding: 0 0 0 20px;
}

.sources__item-body ol li {
  position: relative;
}

.sources__item-body ol li span {
  color: #0d9a88;
}

.sources__item-body ol li a {
  color: #ff3d00;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .sources__item-body ol li a:hover {
    color: rgba(255, 61, 0, 0.8);
  }
}

.next {
  position: relative;
  margin-top: 40px;
}

@media only screen and (max-width: 1200px) {
  .next {
    margin-bottom: 40px;
  }
}

.next__title {
  color: var(--Primary-Black, #000);
  margin: 0 0 24px;
  font-family: "Instrument Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.next__list {
  position: relative;
}

.next__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--Bg-Light-gray, #f5f5f5);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .next__item {
    border-radius: 0;
    background: #fff;
  }
}

.next__item:last-child {
  margin-bottom: 0;
}

.next__item-img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 256px;
  flex: 0 0 256px;
  width: 256px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: #000;
}

@media only screen and (max-width: 1200px) {
  .next__item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 156px;
    flex: 0 0 156px;
    width: 156px;
    border-radius: 4px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1025px) {
  .next__item-img:hover img {
    opacity: 0.9;
  }
}

.next__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.next__item-info {
  position: relative;
  padding: 16px 24px;
}

@media only screen and (max-width: 1200px) {
  .next__item-info {
    padding: 0 0 0 12px;
    overflow: auto;
  }
}

.next__item-labels {
  position: relative;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 28px;
}

@media only screen and (max-width: 1200px) {
  .next__item-labels {
    margin-bottom: 8px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

.next__item-labels li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}

.next__item-labels li:last-child::before {
  display: none;
}

.next__item-labels li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff3d00;
  top: 50%;
  margin-top: -2px;
  right: -16px;
}

@media only screen and (max-width: 1200px) {
  .next__item-labels li::before {
    right: -12px;
  }
}

.next__item-labels a {
  display: block;
  color: var(--Primary-Accent, #ff3d00);
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .next__item-labels a {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
}

@media only screen and (min-width: 1025px) {
  .next__item-labels a:hover {
    color: rgba(255, 61, 0, 0.8);
  }
}

.next__item-title {
  display: block;
  position: relative;
  font-family: "Instrument Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 12px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .next__item-title:hover {
    color: #ff3d00;
  }
}

@media only screen and (max-width: 1200px) {
  .next__item-title {
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-height: 48px;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
  }
}

.next__item-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.next__item-author {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.next__item-author-img {
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .next__item-author-img {
    display: none;
  }
}

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

.next__item-author-name {
  font-weight: 500;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .next__item-author-name:hover {
    color: #ff3d00;
  }
}

@media only screen and (max-width: 1200px) {
  .next__item-author-name {
    font-weight: 400;
  }
}

.next__item-date {
  color: var(--Main-Gray, #595959);
}

@media only screen and (max-width: 767px) {
  .next__item-date {
    display: none;
  }
}

.mobile-table-content {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .mobile-table-content {
    display: block;
    position: relative;
    border-radius: 8px;
    background: var(--Bg-Light-gray, #f5f5f5);
    padding: 4px 16px;
  }

  .mobile-table-content.active .mobile-table-content__list {
    display: block;
  }

  .mobile-table-content.active .mobile-table-content__title svg {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.mobile-table-content__title {
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.mobile-table-content__title svg {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.mobile-table-content__list {
  border-top: 1px solid #eaeaea;
  position: relative;
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
  display: none;
}

.mobile-table-content__list li {
  position: relative;
  padding: 0;
}

.mobile-table-content__list a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 8px 0;
  text-decoration: none;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.mobile-table-content__list a::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #4d6562;
}

.thumbs-box {
  position: relative;
}

.thumbs-box__holder {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  border-top: 1px solid #e6e9e9;
}

@media only screen and (max-width: 1200px) {
  .thumbs-box__holder {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.thumbs-box__holder--no-border {
  border-top: 0;
}

.thumbs-box__title {
  position: relative;
  margin: 0 0 24px;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

@media only screen and (max-width: 1200px) {
  .thumbs-box__title {
    font-size: 24px;
  }
}

.thumbs-box__list:not(.swiper) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media only screen and (max-width: 1200px) {
  .thumbs-box__list:not(.swiper) {
    gap: 8px;
  }
}

@media only screen and (min-width: 1201px) {
  .thumbs-box__list:not(.js-desktop-mobile-slider, .js-video-popup-aside-thumbs-slider) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.thumbs-box__item {
  position: relative;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  background: var(--Primary-White, #fff);
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(20% - 16px);
  flex: 0 0 calc(20% - 16px);
  width: calc(20% - 16px);
}

.thumbs-box__item--video {
  border: 0;
  border-radius: 8px;
}

.thumbs-box__item--slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.category__list .thumbs-box__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 15px);
  flex: 0 0 calc(25% - 15px);
  width: calc(25% - 15px);
}

@media only screen and (max-width: 1200px) {
  .category__list .thumbs-box__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
    width: calc(50% - 4px);
  }
}

@media only screen and (max-width: 1200px) {
  .thumbs-box__item {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.thumbs-box__item-video {
  position: relative;
}

.thumbs-box__item-video-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 32px 12px 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  color: #fff;
  pointer-events: none;
}

.thumbs-box__item-video-info-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-bottom: 8px;
}

.thumbs-box__item-video-info-head-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.thumbs-box__item-video-info-head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumbs-box__item-video-info-head-title {
  font-size: 12px;
  line-height: 16px;
}

.thumbs-box__item-video-info-body {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 20px;
  pointer-events: auto;
}

@media only screen and (min-width: 1025px) {
  .thumbs-box__item-video-info-body:hover {
    text-decoration: underline;
  }
}

.thumbs-box__item-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  overflow: hidden;
}

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

.thumbs-box__item-label {
  position: absolute;
  left: 0;
  bottom: 8px;
  border: 1px solid var(--main-6, #f0f2f2);
  background: var(--Primary-White, #fff);
  color: var(--Primary-Black, #000);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 2px 8px;
}

.thumbs-box__item-body {
  position: relative;
  padding: 8px;
}

.thumbs-box__item-title-box {
  display: block;
  text-decoration: none;
  color: var(--Primary-Black, #000);
  padding-bottom: 8px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 8px;
}

@media only screen and (min-width: 1025px) {
  .thumbs-box__item-title-box:hover {
    text-decoration: underline;
  }
}

.thumbs-box__item-category {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.thumbs-box__item-title {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  height: 40px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.thumbs-box__item-rate {
  position: relative;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.thumbs-box__item-rate-count {
  position: relative;
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

@media only screen and (max-width: 767px) {
  .thumbs-box__item-rate-count {
    font-size: 12px;
  }
}

@media only screen and (max-width: 374px) {
  .thumbs-box__item-rate-count {
    font-size: 10px;
  }
}

.thumbs-box__item-price-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  line-height: 20px;
}

.thumbs-box__item-price-box:last-child {
  margin-bottom: 0;
}

.thumbs-box__item-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.thumbs-box__item-price-regular {
  color: var(--Primary-Black, #000);
  font-size: 16px;
  font-weight: 700;
}

.thumbs-box__item-price-new {
  color: #f70808;
  font-size: 16px;
  font-weight: 700;
}

.thumbs-box__item-price-old {
  color: var(--main-50, #80918f);
  font-size: 12px;
  font-weight: 500;
  text-decoration: line-through;
}

.thumbs-box__item-price-save {
  position: relative;
  border-radius: 4px;
  background: #ffe4e4;
  padding: 2px 4px;
  color: #f70808;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 666px) {
  .thumbs-box__item-price-save {
    font-size: 10px;
  }
}

@media only screen and (max-width: 374px) {
  .thumbs-box__item-price-save {
    font-size: 7px;
  }
}

.thumbs-box__item-price-stock {
  color: var(--main-50, #8f8f8f);
  font-size: 16px;
  font-weight: 700;
  margin-right: 4px;
}

.thumbs-box__item-price-label {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: var(--main-70, #4d6562);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  border-radius: 4px;
  background: #f5f5f5;
  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;
  gap: 4px;
  padding: 2px 4px;
}

@media only screen and (max-width: 374px) {
  .thumbs-box__item-price-label {
    font-size: 10px;
  }
}

.thumbs-box__item-btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.thumbs-box__wishlist-btn {
  position: relative;
}

.thumbs-box__item-add {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.thumbs-box__mobile-pagination {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .thumbs-box__mobile-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 24px;
  }
}

.thumbs-box__arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  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;
  cursor: pointer;
  z-index: 1;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .thumbs-box__arrow:hover svg {
    stroke: #ff3d00;
  }
}

.thumbs-box__arrow--prev {
  left: -56px;
}

.thumbs-box__arrow--next {
  right: -56px;
}

.thumbs-box__arrow svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.thumbs-box__arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.tooltip-trigger {
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.tooltip.visible {
  opacity: 1;
}

.triggers {
  position: relative;
  background: var(--main-70, #4d6562);
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: -40px;
  margin-top: 40px;
}

@media only screen and (max-width: 1200px) {
  .triggers {
    margin-bottom: -20px;
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.triggers__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 96px;
  -moz-column-gap: 96px;
  column-gap: 96px;
}

@media only screen and (max-width: 1200px) {
  .triggers__list {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}

.triggers__item {
  position: relative;
  width: 100%;
  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;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  color: var(--Primary-White, #fff);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

@media only screen and (max-width: 1200px) {
  .triggers__item {
    font-size: 14px;
    line-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    row-gap: 12px;
  }

  .triggers__item>img {
    width: 24px;
    height: 24px;
  }
}

.triggers__item:last-child::before {
  display: none;
}

.triggers__item::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.16);
  right: -48px;
}

@media only screen and (max-width: 1200px) {
  .triggers__item::before {
    right: -12px;
  }
}

.types-filters {
  position: relative;
}

.types-filters__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

@media only screen and (max-width: 1200px) {
  .types-filters__holder {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
  }
}

.types-filters__box {
  position: relative;
}

.types-filters__mobile-holder {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .types-filters__mobile-holder {
    display: none;
    background: #fff;
  }

  .types-filters__mobile-holder.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 101;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.types-filters__mobile-btn {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .types-filters__mobile-btn {
    position: relative;
    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;
    border-radius: 8px;
    background: var(--Primary-Main, #01231f);
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    padding: 8px 16px;
    color: var(--Primary-White, #fff);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .types-filters__mobile-btn svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .types-filters__mobile-btn--fixed {
    position: fixed;
    left: 50vw;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .types-filters__mobile-btn--fixed.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.types-filters__mobile-btn-count {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff3d00;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  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;
}

.types-filters__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 12px);
  flex: 0 0 calc(25% - 12px);
  width: calc(25% - 12px);
}

@media only screen and (max-width: 1200px) {
  .types-filters__item {
    width: 100%;
  }

  .types-filters__item.hide {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .types-filters__item:hover .types-filters__item-front {
    border-color: #01231f;
  }
}

.types-filters__item-front {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  padding: 11px 15px;
  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;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

@media only screen and (min-width: 1201px) {
  .types-filters__item-front {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 1200px) {
  .types-filters__item-front {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    padding: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .types-filters__item.active .types-filters__item-front {
    border-bottom-color: transparent;
  }
}

@media only screen and (min-width: 1201px) {
  .types-filters__item.active .types-filters__item-front {
    border-color: #01231f;
  }

  .types-filters__item.active .types-filters__item-front svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}

@media only screen and (max-width: 1200px) {
  .types-filters__item.active .types-filters__item-front svg {
    display: none;
  }
}

.types-filters__item-front svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .types-filters__item-front svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.types-filters__item-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .types-filters__item-title {
    font-size: 18px;
    line-height: 26px;
  }
}

.types-filters__item-title-mobile-checked {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .types-filters__item-title-mobile-checked {
    display: block;
    color: var(--Main-Gray, #595959);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .types-filters__item.active .types-filters__item-title-mobile-checked {
    display: none;
  }

  .types-filters__item-title-mobile-checked.hide {
    display: none;
  }
}

.types-filters__item-count {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  background: #ff3d00;
  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;
  color: var(--Primary-White, #fff);
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  margin-left: auto;
  border-radius: 50%;
}

.types-filters__item-count.hide {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .types-filters__item-count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background: #ffede7;
    color: #000;
  }

  .types-filters__item.active .types-filters__item-count {
    background: #ff3d00;
    color: #fff;
  }
}

.types-filters__item-dropdown {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  border-radius: 8px;
  padding: 2px 13px 0 16px;
  background: var(--Primary-White, #fff);
  z-index: 1;
}

@media only screen and (min-width: 1201px) {
  .types-filters__item-dropdown {
    -webkit-box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 1200px) {
  .types-filters__item-dropdown {
    display: none;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1201px) {
  .active.types-filters__item .types-filters__item-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (max-width: 1200px) {
  .active.types-filters__item .types-filters__item-dropdown {
    display: block;
  }
}

.types-filters__item-list {
  position: relative;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 3px;
}

@media only screen and (max-width: 1200px) {
  .types-filters__item-list {
    max-height: none;
  }
}

.types-filters__item-list::-webkit-scrollbar {
  display: block;
  width: 3px;
}

.types-filters__item-list::-webkit-scrollbar-track {
  background: #eaeaea;
}

.types-filters__item-list::-webkit-scrollbar-thumb {
  background-color: #01231f;
  border-radius: 4px;
}

.types-filters__checkbox {
  position: relative;
  color: var(--Primary-Black, #000);
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 28px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.types-filters__checkbox.active::before {
  border-color: #ff3d00;
  background: #ff3d00;
}

@media only screen and (min-width: 1025px) {
  .types-filters__checkbox:hover {
    color: #ff3d00;
  }

  .types-filters__checkbox:hover .types-filters__checkbox-text {
    color: #ff3d00;
  }
}

.types-filters__checkbox::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 6px;
  border-radius: 4px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.types-filters__checkbox::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 12px;
  width: 9px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.types-filters__checkbox:last-child {
  margin-bottom: 0;
}

.types-filters__checkbox-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.types-filters__checkbox-text {
  color: var(--main-50, #8f8f8f);
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.types-filters__item-controls {
  position: relative;
  margin-right: -13px;
  margin-left: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid var(--Line-Light, #eaeaea);
}

@media only screen and (max-width: 1200px) {
  .types-filters__item-controls {
    display: none;
  }
}

.types-filters__item-reset {
  position: relative;
  width: 100%;
  border-radius: 8px;
  padding: 3px 12px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  color: var(--Primary-Black, #000);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .types-filters__item-reset:hover {
    border-color: #ff3d00;
  }
}

.types-filters__item-apply {
  position: relative;
  width: 100%;
  border-radius: 8px;
  padding: 3px 12px;
  border: 1px solid #ff3d00;
  background: #ff3d00;
  color: var(--Primary-White, #fff);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.types-filters__item-apply.disabled {
  background: #eee;
  color: #787878;
  border-color: #eee;
}

@media only screen and (min-width: 1025px) {
  .types-filters__item-apply:hover {
    background: #fff;
    color: #ff3d00;
  }
}

.types-filters__mobile-head {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .types-filters__mobile-head {
    position: relative;
    border-bottom: 1px solid var(--Line-Light, #eaeaea);
    background: var(--Bg-Light-gray, #f5f5f5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .types-filters__mobile-head.level {
    background: #fff;
  }
}

.types-filters__mobile-head-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.types-filters__mobile-head.level .types-filters__mobile-head-back svg:nth-child(1) {
  display: none;
}

.types-filters__mobile-head.level .types-filters__mobile-head-back svg:nth-child(2) {
  display: block;
}

.types-filters__mobile-head-back svg:nth-child(2) {
  display: none;
}

.types-filters__mobile-head-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.types-filters__mobile-head-count {
  position: relative;
  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;
  border-radius: 50%;
  background: #ff3d00;
  color: var(--Primary-White, #fff);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.types-filters__mobile-head-reset {
  position: relative;
  margin-left: auto;
  color: var(--Primary-Accent, #ff3d00);
  font-size: 16px;
  line-height: 24px;
}

.types-filters__mobile-controls {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .types-filters__mobile-controls {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 12px;
    border-top: 1px solid var(--Line-Light, #eaeaea);
    background: var(--Primary-White, #fff);
  }
}

.types-filters__mobile-controls-btn {
  position: relative;
  text-align: center;
  border-radius: 8px;
  background: var(--Primary-Accent, #ff3d00);
  padding: 8px 32px;
  color: var(--Primary-White, #fff);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.types-filters__mobile-controls-btn.disabled {
  background: #eee;
  color: #787878;
}

.types-filters__mobile-controls.level .types-filters__mobile-controls-btn.apply {
  display: none;
}

.types-filters__mobile-controls-btn.save {
  display: none;
}

.types-filters__mobile-controls.level .types-filters__mobile-controls-btn.save {
  display: block;
}

.types {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .types {
    z-index: 2;
  }

  .types .breadcrumbs {
    display: none;
  }
}

.types__top {
  position: relative;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .types__top {
    padding-top: 40px;
    padding-bottom: 24px;
  }
}

.types__back-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .types__back-box {
    padding-top: 0;
  }
}

.types__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  text-decoration: none;
  color: var(--Primary-Accent, #ff3d00);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media only screen and (min-width: 1025px) {
  .types__back:hover svg {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}

.types__back svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.types__title {
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .types__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.types__title-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  border-radius: 50%;
  background: var(--Bg-Light-gray, #f5f5f5);
}

.types__top-text {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto 16px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.types__top-text p {
  margin: 0;
}

.types__top-updated {
  position: relative;
  margin-bottom: 32px;
  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;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.types__top-updated:last-child {
  margin-bottom: 0;
}

.types__top-updated-icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--Bg-Light-orange, #ffede7);
  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;
}

.types__top-updated-text {
  color: var(--Main-Gray, #595959);
  font-family: "Helvetica Neue";
  font-size: 16px;
}

.types__top-updated-text span {
  font-weight: 700;
}

.types__top-links {
  position: relative;
  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;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.types__top-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border-radius: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding: 8px 16px 8px 8px;
  color: var(--Primary-Black, #000);
  text-align: center;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .types__top-link {
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
  }
}

@media only screen and (min-width: 1025px) {
  .types__top-link:hover {
    color: #ff3d00;
  }

  .types__top-link:hover svg {
    stroke: #ff3d00;
  }
}

.types__top-link img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.types__top-link span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.types__top-link svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .types__top-link svg {
    display: none;
  }
}

.types__filters-box {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  background: var(--Bg-Light-gray, #f5f5f5);
}

@media only screen and (max-width: 1200px) {
  .types__filters-box {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid var(--Line-Light, #eaeaea);
    border-bottom: 1px solid var(--Line-Light, #eaeaea);
    z-index: 1;
  }
}

.types__table {
  position: relative;
  padding-bottom: 20px;
}

.types__table-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .types__table-head {
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 16px;
  }
}

.types__table-head-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.types__table-head-form {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  width: 320px;
  margin-left: auto;
}

@media only screen and (max-width: 1200px) {
  .types__table-head-form {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.types__table-head-form-input {
  position: relative;
  width: 100%;
  border-radius: 99px;
  border: 1px solid var(--main-30, #bebebe);
  background: var(--Primary-White, #fff);
  height: 44px;
  padding: 4px 52px 4px 24px;
  font-family: "Instrument Sans";
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .types__table-head-form-input:hover {
    border-color: #000;
  }
}

.types__table-head-form-input:focus {
  border-color: #000;
}

.types__table-head-form-input::-webkit-input-placeholder {
  color: #8f8f8f;
  font-weight: 400;
}

.types__table-head-form-input::-moz-placeholder {
  color: #8f8f8f;
  font-weight: 400;
}

.types__table-head-form-input:-ms-input-placeholder {
  color: #8f8f8f;
  font-weight: 400;
}

.types__table-head-form-input::-ms-input-placeholder {
  color: #8f8f8f;
  font-weight: 400;
}

.types__table-head-form-input::placeholder {
  color: #8f8f8f;
  font-weight: 400;
}

.types__table-sort {
  min-width: 293px;
}

@media only screen and (max-width: 1200px) {
  .types__table-sort {
    min-width: 160px;
  }

  .types__table-sort .select2-container .select2-selection--single {
    height: 36px;
  }

  .types__table-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
  }
}

.types__table-head-form-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 38px;
  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;
  border: 0;
  background: transparent;
  padding: 0;
}

@media only screen and (min-width: 1025px) {
  .types__table-head-form-btn:hover svg {
    fill: #ff3d00;
  }
}

.types__table-head-form-btn svg {
  fill: #4d6562;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.types__table-list {
  position: relative;
  margin-bottom: 26px;
}

@media only screen and (max-width: 1200px) {
  .types__table-list {
    border-top: 1px solid var(--Line-Light, #eaeaea);
    border-bottom: 1px solid var(--Line-Light, #eaeaea);
    padding: 16px;
    margin-left: -16px;
    margin-right: -16px;
    background: var(--Bg-Light-gray, #f5f5f5);
    margin-bottom: 16px;
  }
}

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

.types__table-list-head {
  position: relative;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .types__table-list-head {
    display: none;
  }
}

.types__table-cell {
  position: relative;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  color: var(--Primary-Black, #000);
  font-family: "Instrument Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.types__table-cell.js-open-types-popup {
  cursor: pointer;
}

.types__table-cell:first-child {
  padding-left: 16px;
}

.types__table-cell:last-child {
  padding-right: 16px;
}

@media only screen and (max-width: 1200px) {
  .types__table-cell:last-child {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .types__table-cell {
    padding: 0;
  }
}

.types__table-cell--head {
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  line-height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
}

.types__table-cell:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 88px;
  flex: 0 0 88px;
  width: 88px;
}

@media only screen and (max-width: 1200px) {
  .types__table-cell:nth-child(1) {
    display: none;
  }
}

.types__table-cell:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  width: 280px;
}

@media only screen and (max-width: 1200px) {
  .types__table-cell:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}

.types__table-cell:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 344px;
  flex: 0 0 344px;
  width: 344px;
}

@media only screen and (max-width: 1200px) {
  .types__table-cell:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .types__table-cell:nth-child(3) img {
    width: 100%;
  }
}

.types__table-cell:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  width: 280px;
}

@media only screen and (max-width: 1200px) {
  .types__table-cell:nth-child(4) {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.types__table-cell:nth-child(5) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 1200px) {
  .types__table-cell:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.types__table-cell-arrow {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .types__table-cell-arrow {
    display: block;
    margin-left: auto;
  }
}

.types__table-body {
  position: relative;
}

.types__table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--Line-Light, #eaeaea);
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .types__table-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid var(--Line-Light, #eaeaea);
    background: var(--Primary-White, #fff);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 8px;
    padding: 12px 16px;
  }

  .types__table-item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .types__table-item:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .types__table-item:hover .types__table-cell:nth-child(2) {
    color: #ff3d00;
  }
}

.types__table-item::before {
  content: "";
  position: absolute;
  border-left: 2px solid var(--Primary-Accent, #ff3d00);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 237, 231, 0)), to(#ffede7));
  background: linear-gradient(270deg, rgba(255, 237, 231, 0) 0%, #ffede7 100%);
  width: 356px;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.types__table-country-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.types__table-country {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  border-radius: 78px;
  background: var(--Bg-Light-gray, #f5f5f5);
  padding: 4px 16px 4px 8px;
  color: var(--Primary-Black, #000);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.types__popular {
  position: relative;
}

.types__popular--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.types__popular-title {
  position: relative;
  margin-bottom: 4px;
  color: var(--Primary-Black, #000);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.types__popular--line .types__popular-title {
  font-size: 14px;
}

.types__popular-line {
  width: 192px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  border-radius: 16px;
  padding: 8px;
  background: var(--Bg-Light-gray, #f5f5f5);
}

.types__popular-line>span {
  position: relative;
  width: 100%;
  border-radius: 4px;
  background: #d8d8d8;
  height: 4px;
  overflow: hidden;
}

.types__popular-line>span:nth-child(1)>span {
  opacity: 0.6;
}

.types__popular-line>span:nth-child(2)>span {
  opacity: 0.7;
}

.types__popular-line>span:nth-child(3)>span {
  opacity: 0.8;
}

.types__popular-line>span:nth-child(4)>span {
  opacity: 0.9;
}

.types__popular-line>span.active>span {
  display: block;
}

.types__popular-line>span>span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0d9a88;
  display: none;
}

.types__table-total {
  position: relative;
  margin-bottom: 16px;
  color: var(--Main-Gray, #595959);
  text-align: center;
  line-height: 20px;
}

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

.types__table-more-btn {
  min-width: 212px;
}

.video-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.video-popup.active {
  opacity: 1;
  visibility: visible;
}

.video-popup__slider {
  height: 100%;
}

.video-popup__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
}

.video-popup__box {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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;
}

@media only screen and (max-width: 1200px) {
  .video-popup__box {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .active-info .video-popup__box {
    opacity: 0;
    visibility: hidden;
  }
}

.video-popup__box-inner {
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 1025px) {
  .is-playing .video-popup__box-inner:hover .video-item__pause {
    opacity: 1;
  }
}

.video-popup__aside-mobile-btn {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .video-popup__aside-mobile-btn {
    position: absolute;
    left: 16px;
    bottom: calc(100% + 16px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(57, 57, 57, 0.6);
    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;
    opacity: 0;
    visibility: hidden;
  }

  .active-info .video-popup__aside-mobile-btn {
    opacity: 1;
    visibility: visible;
  }
}

.video-popup__aside {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 480px;
  flex: 0 0 480px;
  max-width: 480px;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 1200px) {
  .video-popup__aside {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    max-width: 100%;
    border-radius: 16px 16px 0 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  .active-info .video-popup__aside {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.video-popup__aside-inner {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.video-popup__source {
  height: 100%;
  max-width: 100%;
}

.video-popup__close {
  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;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(57, 57, 57, 0.6);
  position: absolute;
  width: 40px;
  height: 40px;
  top: 18px;
  left: 30px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .video-popup__close {
    top: 24px;
    left: 16px;
  }

  .hide-close-btn .video-popup__close {
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (min-width: 1025px) {
  .video-popup__close:hover {
    background: #ff3d00;
    border-color: #ff3d00;
  }
}

.video-popup__close svg {
  stroke: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.video-popup__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 46px 0 16px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

@media only screen and (max-width: 1200px) {
  .video-popup__controls {
    bottom: auto;
    top: 0;
    padding: 0;
  }
}

.video-popup__controls-time-box {
  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: 10px 16px;
  color: var(--Primary-White, #fff);
  font-weight: 700;
  line-height: 20px;
}

@media only screen and (max-width: 1200px) {
  .video-popup__controls-time-box {
    display: none;
  }
}

.video-popup__controls-time {
  position: relative;
}

.video-popup__controls-progress {
  position: relative;
  height: 4px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  cursor: pointer;
}

.video-popup__controls-progress::before {
  content: "";
  display: block;
  height: 100%;
  background: #d9d9d9;
  width: var(--progress, 0%);
  -webkit-transition: width 0.1s ease;
  transition: width 0.1s ease;
}

.video-popup__controls-length {
  position: relative;
}

.video-popup__controls-mute-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  .video-popup__controls-mute-box {
    margin-bottom: 0;
  }
}

.video-popup__controls-mute {
  position: relative;
  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;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .video-popup__controls-mute {
    position: fixed;
    right: 16px;
    top: 46%;
    margin-top: 48px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(57, 57, 57, 0.6);
    border-radius: 50%;
  }
}

.video-popup__controls-mute .unmute {
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.video-popup__controls-mute .mute {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .video-popup__controls-mute .mute {
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
  }
}

.video-popup__controls-mute.is-muted .unmute {
  opacity: 0;
}

.video-popup__controls-mute.is-muted .mute {
  opacity: 1;
}

.video-popup__arrow {
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(57, 57, 57, 0.6);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  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;
  z-index: 10;
  width: 40px;
  height: 40px;
  right: 504px;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .video-popup__arrow {
    right: 16px;
    top: 46%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .video-popup__arrow.hide {
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (min-width: 1025px) {
  .video-popup__arrow:hover {
    background: #fff;
  }

  .video-popup__arrow:hover svg {
    stroke: #000;
  }
}

.video-popup__arrow svg {
  stroke: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.video-popup__arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.video-popup__arrow--prev {
  margin-top: -48px;
}

.video-popup__arrow--next {
  margin-bottom: -48px;
}

.video-popup__arrow--without-aside {
  right: 32px;
}

@media only screen and (max-width: 1200px) {
  .video-popup__arrow--without-aside {
    right: 16px;
  }
}

.video-popup__aside-slider-box {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .video-popup__aside-slider-box {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
  }
}

.video-popup__aside-slider-pagination {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-popup__aside-slider-pagination--v2 {
  position: absolute;
  bottom: 12px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 4px 8px;
  border-radius: 40px;
  background: var(--Primary-White, #fff);
  width: auto !important;
  z-index: 10;
}

.video-popup__aside-slider {
  position: relative;
}

.video-popup__aside-slider-item {
  position: relative;
  text-align: center;
}

.video-popup__aside-slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  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;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .video-popup__aside-slider-arrow:hover svg {
    stroke: #ff3d00;
  }
}

.video-popup__aside-slider-arrow svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.video-popup__aside-slider-arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.video-popup__aside-slider-arrow--prev {
  left: 16px;
}

.video-popup__aside-slider-arrow--next {
  right: 16px;
}

.video-popup__aside-holder {
  position: relative;
  padding: 16px 24px;
}

@media only screen and (max-width: 1200px) {
  .video-popup__aside-holder {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.video-popup__aside-head {
  position: relative;
  margin-bottom: 4px;
  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;
}

.video-popup__aside-label {
  position: relative;
  text-decoration: none;
  color: #ff3d00;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .video-popup__aside-label:hover {
    color: rgba(255, 61, 0, 0.8);
  }
}

.video-popup__aside-rate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 40px;
  background: var(--Bg-Light-orange, #ffede7);
}

.video-popup__aside-rate-val {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.video-popup__aside-rate-star {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: var(--Primary-Accent, #ff3d00);
  font-weight: 500;
  line-height: 24px;
}

.video-popup__aside-title {
  display: block;
  text-decoration: none;
  position: relative;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .video-popup__aside-title:hover {
    color: #ff3d00;
  }
}

.video-popup__aside-price {
  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;
  margin-bottom: 16px;
}

.video-popup__aside-price-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

.video-popup__aside-price-val {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
}

.video-popup__aside-price-new {
  color: var(--Secondary-Red, #f70808);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.video-popup__aside-price-old {
  color: var(--main-50, #8f8f8f);
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}

.video-popup__aside-thumbs {
  position: relative;
  padding-top: 16px;
  border-top: 1px solid var(--Line-Light, #eaeaea);
}

.video-popup__aside-thumbs-head {
  position: relative;
  margin-bottom: 16px;
  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;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.video-popup__aside-thumbs-title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.video-popup__aside-thumbs-arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

.video-popup__aside-thumbs-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--line-light-gray-inputs-bbt, #d3d3d3);
  background: var(--Primary-White, #fff);
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.video-popup__aside-thumbs-arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

@media only screen and (min-width: 1025px) {
  .video-popup__aside-thumbs-arrow:hover {
    border-color: #ff3d00;
  }
}

.video-popup__aside-thumbs-slider-holder {
  overflow: hidden;
  margin-right: -24px;
}

@media only screen and (max-width: 1200px) {
  .video-popup__aside-thumbs-slider-holder {
    margin-right: 0;
  }
}

.video-popup__aside-thumbs-slider {
  overflow: visible;
}

.video-popup__aside-btns {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #fff;
  padding: 12px 24px;
  border-top: 1px solid var(--Line-Light, #eaeaea);
}

.video-popup__aside-btns--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

@media only screen and (max-width: 1200px) {
  .video-popup__aside-btns {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.video-popup__aside-full-btn {
  width: 100%;
}

.video-popup__mobile-card {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .video-popup__mobile-card {
    display: block;
    position: absolute;
    bottom: 24px;
    left: 16px;
    right: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .video-popup__mobile-card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .video-popup__mobile-card-info-btn {
    position: relative;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(57, 57, 57, 0.6);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    width: 40px;
    height: 40px;
    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;
  }
}

.video-popup__mobile-card-box {
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(57, 57, 57, 0.6);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.video-popup__mobile-card-img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 92px;
  flex: 0 0 92px;
  width: 92px;
}

.video-popup__mobile-card-img:not(.video-popup__mobile-card-img--v2) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-popup__mobile-card-img--v2 {
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  padding: 8px;
}

.video-popup__mobile-card-img--v2 img {
  max-height: 100%;
}

.video-popup__mobile-card-holder {
  position: relative;
  padding: 12px;
  overflow: auto;
}

.video-popup__mobile-card-title {
  display: block;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  color: var(--Primary-White, #fff);
  text-overflow: ellipsis;
  line-height: 20px;
  text-decoration: none;
}

.video-popup__mobile-card-title--v2 {
  margin-bottom: 4px;
  font-weight: 500;
}

.video-popup__mobile-card-text {
  overflow: hidden;
  white-space: nowrap;
  color: var(--Primary-White, #fff);
  text-overflow: ellipsis;
  line-height: 20px;
  margin-bottom: 8px;
}

.video-popup__mobile-card-footer {
  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;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.video-popup__mobile-card-price {
  color: var(--Primary-White, #fff);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.video-popup__mobile-card-btn {
  position: relative;
  text-decoration: none;
  color: var(--Primary-White, #fff);
  font-weight: 500;
  line-height: 20px;
  border-radius: 56px;
  border: 1px solid rgba(255, 61, 0, 0.4);
  background: rgba(255, 61, 0, 0.2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 8px 12px;
}

.video-popup__triggers {
  position: relative;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid var(--Line-Light, #eaeaea);
  background: var(--Primary-White, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-bottom: 16px;
}

.video-popup__triggers-item {
  position: relative;
  text-align: center;
  width: 100%;
}

.video-popup__triggers-item::before {
  content: "";
  position: absolute;
  background: #eaeaea;
  top: 0;
  bottom: 0;
  width: 1px;
  right: -12px;
}

.video-popup__triggers-item:last-child::before {
  display: none;
}

.video-popup__triggers-item-head {
  position: relative;
  margin-bottom: 2px;
  color: var(--Main-Gray, #595959);
  line-height: 20px;
  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;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.video-popup__triggers-item-val {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.video-popup__short-info {
  position: relative;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.video-popup__short-info-img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
}

.video-popup__short-info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-popup__short-info-box {
  position: relative;
  overflow: auto;
}

.video-popup__short-info-title {
  display: block;
  text-decoration: none;
  color: var(--Primary-Black, #000);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .video-popup__short-info-title:hover {
    color: #ff3d00;
  }
}

.video-popup__short-info-text {
  color: var(--Main-Gray, #595959);
  font-size: 16px;
  line-height: 24px;
}

.img-mobile-poster {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .img-mobile-poster {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
  }
}

.video {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
  background: #f5f5f5;
  overflow: hidden;
}

.video::before {
  content: "";
  position: absolute;
  width: 240px;
  top: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#f5f5f5), to(rgba(245, 245, 245, 0)));
  background: linear-gradient(270deg, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .video::before {
    display: none;
  }
}

.video::after {
  content: "";
  position: absolute;
  width: 240px;
  top: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#f5f5f5), to(rgba(245, 245, 245, 0)));
  background: linear-gradient(270deg, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
  z-index: 2;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media only screen and (max-width: 1200px) {
  .video::after {
    display: none;
  }
}

.video--white {
  background: #fff;
}

.video--white::before {
  display: none;
}

.video--white::after {
  display: none;
}

.video__ovh {
  overflow: hidden;
}

.video__title {
  margin-bottom: 32px;
  text-align: center;
}

.video__home-btn {
  position: absolute;
  top: 320px;
  width: 32px;
  height: 32px;
  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;
  cursor: pointer;
  z-index: 1;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .video__home-btn {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .video__home-btn:hover svg {
    stroke: #ff3d00;
  }
}

.video__home-btn--prev {
  left: 24px;
}

.video__home-btn--next {
  right: 24px;
}

.video__home-btn.swiper-button-lock {
  display: none;
}

.video__home-btn svg {
  stroke: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.video__home-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.video__slider-box {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1200px) {
  .video__slider-box {
    max-width: 260px;
  }
}

.video__slider-box--home {
  max-width: 848px;
}

@media only screen and (max-width: 1200px) {
  .video__slider-box--home {
    max-width: 272px;
  }
}

.video__slider.swiper {
  overflow: visible;
}

.video__slider-item {
  position: relative;
}

.video__slider-footer {
  position: relative;
  padding-top: 8px;
}

.video__slider-name {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 2px;
}

.video__slider-position {
  position: relative;
  text-align: center;
  line-height: 20px;
  margin-bottom: 4px;
}

.video__slider-img {
  position: relative;
  text-align: center;
}

.video__pagination-home,
.video__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 32px;
}

.video__slider-product {
  position: relative;
  margin-top: 12px;
  border-radius: 12px;
  border: 1px solid var(--Line-Light, #eaeaea);
  background: var(--Primary-White, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  overflow: hidden;
}

.video__slider-product-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  width: 70px;
  height: 68px;
  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;
  background: var(--Bg-Light-gray, #f5f5f5);
  padding: 4px;
}

.video__slider-product-box {
  position: relative;
  padding: 3px 12px;
}

.video__slider-product-title {
  display: block;
  margin-bottom: 2px;
  color: var(--Primary-Black, #000);
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .video__slider-product-title:hover {
    color: #ff3d00;
  }
}

.video__slider-product-price {
  position: relative;
  font-weight: 500;
  line-height: 20px;
}

.video-item {
  position: relative;
  border-radius: 20px;
  border: 1px solid var(--Line-Light, #eaeaea);
  background: var(--Primary-White, #fff);
  padding: 6px;
  width: 260px;
  height: 420px;
}

.video-item:not(.js-hover-video) {
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .video-item:hover.is-playing .video-item__pause {
    opacity: 1;
  }
}

.video__slider-box--home .video-item {
  width: 272px;
  height: 438px;
  padding: 0;
  border: 0;
}

.video-item__source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

@media only screen and (max-width: 1200px) {
  .video-item__source:not(.js-video-item-source) {
    display: none;
  }
}

.video-item__btns {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.js-hover-video .video-item__btns {
  pointer-events: initial;
}

.video-item__controls {
  position: absolute;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border-radius: 0 0 12px 12px;
  background: var(--Primary-Main, #01231f);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 10px;
  cursor: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.is-playing .video-item__controls {
  opacity: 1;
  visibility: visible;
}

.video-item__controls-play {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.video-item__controls-play::before {
  content: "";
  display: block;
  width: 5px;
  height: 15px;
  border-radius: 1px;
  background: #fff;
}

.video-item__controls-play::after {
  content: "";
  display: block;
  width: 5px;
  height: 15px;
  border-radius: 1px;
  background: #fff;
}

.video-item__controls-time {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.video-item__controls-progress {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.24);
  overflow: hidden;
  cursor: pointer;
}

.video-item__controls-progress::before {
  content: "";
  display: block;
  height: 100%;
  background: #0d9a88;
  width: var(--progress, 0%);
  -webkit-transition: width 0.1s ease;
  transition: width 0.1s ease;
}

.video-item__controls-length {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.video-item__controls-mute {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-item__controls-mute::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.video-item__controls-mute.is-muted::before {
  opacity: 1;
}

.video-item__play {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 70px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 88, 78, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: pointer;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.is-playing .video-item__play {
  opacity: 0;
}

.video-item__play::before {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-left: 12px solid #fff;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -4px;
}

.video-item__pause {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  margin-left: -12px;
  margin-top: -14px;
  opacity: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.video-item__pause::before {
  content: "";
  display: block;
  width: 10px;
  height: 28px;
  border-radius: 2px;
  background: #fff;
}

.video-item__pause::after {
  content: "";
  display: block;
  width: 10px;
  height: 28px;
  border-radius: 2px;
  background: #fff;
}

.wishlist {
  position: relative;
}

.wishlist__head {
  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;
  margin-bottom: 32px;
  gap: 16px;
}

@media only screen and (max-width: 767px) {
  .wishlist__head {
    display: block;
  }
}

.wishlist__title {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .wishlist__title {
    margin-bottom: 32px;
  }
}

.wishlist__filters {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media only screen and (max-width: 767px) {
  .wishlist__filters {
    gap: 12px;
  }
}

.wishlist__filters-select {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .wishlist__filters-select {
    width: calc(50% - 6px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
  }
}

.wishlist__body {
  position: relative;
}

.wishlist__list {
  position: relative;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media only screen and (max-width: 1200px) {
  .wishlist__list {
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 8px;
  }
}

.wishlist__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 15px);
  flex: 0 0 calc(25% - 15px);
  width: calc(25% - 15px);
  border-radius: 2px;
  border: 1px solid #eaeaea;
  background: var(--Primary-White, #fff);
}

@media only screen and (max-width: 1200px) {
  .wishlist__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 5px);
    flex: 0 0 calc(33.333% - 5px);
    width: calc(33.333% - 5px);
  }
}

@media only screen and (max-width: 767px) {
  .wishlist__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
    width: calc(50% - 4px);
  }
}

.wishlist__item-img {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

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

.wishlist__item-delete {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  background: #fff;
  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;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .wishlist__item-delete {
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
  }
}

@media only screen and (min-width: 1025px) {
  .wishlist__item-delete:hover {
    border-color: #ff3d00;
    background: #ff3d00;
  }

  .wishlist__item-delete:hover svg {
    stroke: #fff;
  }
}

.wishlist__item-delete svg {
  stroke: #4d6562;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wishlist__item-body {
  position: relative;
  padding: 8px;
}

.wishlist__item-title-box {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--Primary-Black, #000);
  margin-bottom: 8px;
}

@media only screen and (min-width: 1025px) {
  .wishlist__item-title-box:hover {
    text-decoration: underline;
  }
}

.wishlist__item-category {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wishlist__item-title {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  height: 48px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.wishlist__item-row {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media only screen and (max-width: 767px) {
  .wishlist__item-row {
    display: block;
  }
}

.wishlist__item-row--block {
  display: block;
}

.wishlist__item-rate {
  position: relative;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.wishlist__item-rate-count {
  color: #646464;
  line-height: 16px;
}

.wishlist__item-price {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.wishlist__item-row-title {
  line-height: 20px;
  font-size: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 50%;
  overflow: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
  .wishlist__item-row-title {
    max-width: 100%;
  }
}

.wishlist__item-row-val {
  position: relative;
  overflow: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  line-height: 20px;
}

.wishlist__select {
  position: relative;
  border-top: 1px solid #eaeaea;
  padding-top: 8px;
  padding-bottom: 8px;
}

.wishlist__item-add {
  width: 100%;
}

.wishlist__specifications {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .wishlist__specifications {
    width: calc(50% - 6px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
  }
}

.wishlist__specifications-btn {
  position: relative;
  cursor: pointer;
  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;
  gap: 8px;
  padding: 11px 15px;
  border-radius: 8px;
  border: 1px solid var(--Primary-Main, #01231f);
  background: #01231f;
  color: #fff;
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .wishlist__specifications-btn:hover {
    background: #fff;
    color: var(--Primary-Black, #000);
  }

  .wishlist__specifications-btn:hover svg {
    fill: #01231f;
  }
}

.wishlist__specifications.active .wishlist__specifications-btn {
  background: #fff;
  color: var(--Primary-Black, #000);
}

.wishlist__specifications.active .wishlist__specifications-btn svg {
  fill: #01231f;
}

.wishlist__specifications-btn svg {
  fill: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wishlist__checkboxes {
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 8px;
  background: var(--background-bg-white-pages, #fff);
  -webkit-box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.1);
  width: 220px;
  padding: 8px 16px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wishlist__checkboxes.right {
  left: auto;
  right: 0;
}

.wishlist__checkboxes.bottom {
  bottom: 100%;
  top: auto;
}

.wishlist__specifications.active .wishlist__checkboxes {
  opacity: 1;
  visibility: visible;
}

.wishlist__checkboxes-box {
  max-height: 276px;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.wishlist__checkboxes-box::-webkit-scrollbar {
  width: 3px;
}

.wishlist__checkboxes-box::-webkit-scrollbar-track {
  background: #eaeaea;
}

.wishlist__checkboxes-box::-webkit-scrollbar-thumb {
  background-color: #01231f;
  border-radius: 4px;
}

.wishlist__specifications-counter {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--White, #fff);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  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;
  background: #ff3d00;
}

/*# sourceMappingURL=index.css.map */