@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizYRExUiTo99u79D0eEwA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizdRExUiTo99u79D0e8fOytKA.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79P0U.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh4Ok.ttf) format('truetype');
}
html {
  box-sizing: border-box;
}
.main {
  flex-grow: 1;
}
body {
  display: flex;
  flex-direction: column;
}
html,
body {
  height: 100%;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
ul[class],
ol[class] {
  padding: 0;
  text-decoration: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1465px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
}
.breadcrumbs {
  display: block;
}
.breadcrumbs-mobile {
  display: none;
}
.second-header__arrow {
  display: block;
  transform: translateY(0);
  transition: 0.3s ease 0s;
}
.second-header__arrow:hover {
  color: #e30017;
}
.second-header .prev {
  transform: translateX(-15px);
  position: relative;
  top: 5px;
}
.second-header__like {
  display: block;
  transition: 0.3s ease 0s;
}
.second-header__like:hover {
  color: #e30017;
}
.second-header__cart {
  display: flex;
  align-items: center;
}
.second-header__box {
  display: flex;
  align-items: center;
}
.second-header__arrow,
.second-header__like {
  padding-left: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #010101;
}
.second-header__item + .second-header__item {
  padding-left: 20px;
}
.product__title {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
  color:#e30017;
}
.product__watch {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
}
.product__tab-content {
  padding-right: 30px;
  margin-bottom: 45px;
}
.product__tab-header {
  /* background-image: linear-gradient(to right, #e30017, #f8be00, #fac600, #fccf00, #e30017); */
  /*padding: 20px 50px;*/
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  margin-bottom: 35px;
  width: calc(100% - 335px);
  /* new */
  flex-wrap: wrap;
  margin-bottom: 15px;
  justify-content: flex-start;
}
.product__tab-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #010101;
  transition: 0.3s ease 0s;
  cursor: pointer;
  padding: 15px 40px;
  border: 3px solid transparent;
  border-radius: 7px;
  outline: 1px solid #acacac;
  margin-bottom: 15px;
  margin-right: 15px;
}
.product__tab-title:hover {
  color: #696969;
}
.product__left {
  display: flex;
  justify-content: space-between;
}
.product__left-image {
  margin-bottom: 50px;
}

blockquote {
  padding: 30px 45px;
  background: #f3f3f3;
  position: relative;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px !important;
}

blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #e30017;
}
.product__left-text__link {
  text-decoration: underline;
  color: #065aae;
  cursor: pointer;
  font-weight: normal;
}
.product__descr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.product__descr-box {
  padding-left: 25px;
  position: relative;
  max-width: 455px;
  width: 100%;
}
.product__descr-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #e30017;
}
.product__descr-box p {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  margin: inherit;
}
.product__descr-box p + p {
  padding-top: 25px;
}
.product__descr-text {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 65px;
}
.product__descr-text p {
  margin-bottom: 25px;
  font-size: 16px;
}
.product__descr-span {
  font-weight: bold;
}
.product__descr-num {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.product__important-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 0;
  position: relative;
  margin-bottom: 35px;
}
.product__important-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  border-bottom: 45px solid #e30017;
  border-left: 40px solid transparent;
  z-index: -1;
}
.product__important-text p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 25px;
}
.product__important-span {
  font-weight: bold;
}
.product__important-video {
  margin-bottom: 45px;
}
.product__important-link {
  text-decoration: underline;
  color: #010101;
  transition: 0.3s ease 0s;
}
.product__important-link:hover {
  color: #f8be00;
}
.product__popular {
  padding: 75px 0 110px 0;
}
.product__popular-link {
  transition: 0.3s ease 0s;
  color: #010101;
  border: 2px solid transparent;
}
.product__popular-link:hover {
  color: #e30017;
  border: 3px solid #e30017;
}
.product__popular-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  margin-bottom: 45px;
}
.product__popular-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.product__popular-item {
  max-width: 325px;
  width: 100%;
  height: 380px;
  overflow: hidden;
  margin: 10px 5px;
}
.product__popular-item__title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.product__popular-image {
  margin-bottom: 15px;
}
.product__popular-img {
  width: 100%;
}
.product__popular-price {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product__popular-name {
  padding-right: 5px;
}
.product__popular-btn {
  width: 100%;
  border: none;
  background: #e30017;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  transition: 0.3s ease 0s;
}
.product__popular-btn:hover {
  background: #e30017;
}
.product__right {
  max-width: 335px;
  width: 100%;
}
.product__form {
  padding: 35px;
  max-width: 335px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  justify-content: center;
  /* background: linear-gradient(-55deg, transparent 10%, #262b31 0) right,
              linear-gradient(125deg, transparent 10%, #262b31 0) left;
  background-size: 51% 100%; */
  background: repeating-linear-gradient(135deg, #3b3939, #3b3939 25px, #1c1a19 25px, #1c1a19 50px);
  background-repeat: no-repeat;
  border-radius: 5px;
  padding-bottom: 20px;
}
/*.product__form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 540px;
  background-image: url('../img/product/form-bg.png');
  background-repeat: no-repeat;
  z-index: -1;
}*/
.product__form-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
.product__form-text {
  margin-bottom: 15px;
}
.product__form-text p {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}
.product__form-box {
  /* display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: center; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 25px;
}
.product__form-name {
  display: none;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding-right: 10px;
}
.product__form-price {
  font-size: 20px;
  color: #fff;
}
.product__form-price-new {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.product__form-price-sale {
  font-size: 24px;
  text-decoration: line-through;
  color: #ebebeb;
  margin-bottom: 10px;
}
.product__form-price-sale span{
  color:#fff;
}
.product__form-price-descr{
  margin-bottom: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}

.product__form-descr {
  margin-bottom: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}
.product__form-input {
  outline: transparent;
  border: none;
  padding: 15px;
  background: #b2b2b2;
  color: #272b30;
  margin-bottom: 15px;
  border-radius: 5px;
}
.product__form-input::placeholder {
  font-size: 16px;
  color: #272b30;
  font-weight: normal;
}
.product__form-btn {
  border: none;
  padding: 15px 0;
  background: #fff;
  text-transform: uppercase;
  color: #e30017;
  font-size: 18px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.3s ease 0s;
  font-weight: bold;
  border-radius: 5px;
}
.product__form-btn:hover {
  background: #e30017;
  color:#fff;
}
.product__form-configurator-tab {
  border: none;
  padding: 7px 0;
  background: #e30017;
  text-align: center;
  text-transform: uppercase;
  color: #272b30;
  font-size: 18px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s ease 0s;
}
.product__form-configurator-tab:hover {
  background: #e30017;
}
.product__download {
  margin-bottom: 50px;
}
.product__download-link {
  padding: 10px 0;
  background: #e30017;
  text-transform: uppercase;
  color: #272b30;
  text-align: center;
  display: block;
  transition: 0.3s ease 0s;
  margin-bottom: 5px;
}
.product__download-link:hover {
  color: #696969;
  background: #e30017;
}
.product__delivery {
  padding-bottom: 65px;
  position: relative;
  margin-bottom: 40px;
}
.product__delivery::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 6px solid #e30017;
  /* border-left: 10px solid transparent; */
  z-index: -1;
}
.product__delivery-inner {
  display: flex;
}
.product__delivery-item + .product__delivery-item {
  max-width: 150px;
  width: 100%;
  padding-left: 50px;
}
.product__delivery-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #010101;
  margin-bottom: 10px;
}
.product__delivery-text {
  font-size: 16px;
  font-weight: normal;
  color: #010101;
  margin-bottom: 10px;
}
.product__delivery-link {
  font-size: 16px;
  font-weight: normal;
  color: #010101;
  text-decoration: underline;
  transition: 0.3s ease 0s;
}
.product__delivery-link:hover {
  color: #e30017;
}
.product__details-link {
  font-size: 16px;
  text-decoration: underline;
  color: #272b30;
  display: block;
  margin-bottom: 20px;
  transition: 0.3s ease 0s;
  font-weight: normal;
}
.product__details-link:hover {
  color: #e30017;
}
.product__comment-title {
  text-transform: uppercase;
  color: #272b30;
  margin-bottom: 25px;
}
.product__comment-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product__comment-input {
  padding: 15px;
  background: #f5f5f5;
  width: 100%;
  color: #010101;
  border: 1px solid #b5b5b5;
  margin-bottom: 5px;
  font-weight: normal;
}
.product__comment-input::placeholder {
  color: #010101;
  text-transform: uppercase;
  font-weight: normal;
}
.product__comment-textarea {
  padding: 15px;
  background: #f5f5f5;
  width: 100%;
  color: #010101;
  border: 1px solid #b5b5b5;
  height: 130px;
  resize: none;
  font-weight: normal;
  margin-bottom: 20px;
}
.product__comment-textarea::placeholder {
  color: #010101;
  text-transform: uppercase;
  font-weight: normal;
}
.product__comment-btn {
  padding: 20px;
  background: #e30017;
  text-transform: uppercase;
  color: #272b30;
  cursor: pointer;
  max-width: 280px;
  border: none;
  text-align: center;
  transition: 0.3s ease 0s;
}
.product__comment-btn:hover {
  background: #e30017;
}
.product__comment-button {
  display: flex;
  justify-content: end;
  gap: 1em;
}
.config-content__add-checkbox:checked + .config-content__add-fake {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/icons/ok.svg');
}

.config-content__add-fake {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 1px solid #767676;
}
.fake-circle {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 1px solid #767676;
  border-radius: 50%;
}
.config-content__add-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.config-content {
  display: flex;
  justify-content: space-between;
  max-width: 1075px;
  width: 100%;
}
.config-content__title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.config-content__text {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
.config-content__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 15px;
  background-image: url('../img/icons/ok.svg');
  background-repeat: no-repeat;
}
.config-content .desc-1 {
  max-width: 275px;
}
.config-content__add {
  padding-top: 50px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 24px;
}
.config-content__add-label {
  display: flex;

}
.config-content__add-check {
  padding: 5px 0;
}
.config-content__add-item {
  display: flex;
  margin-bottom: 10px;
}
.config-content__add-box {
  display: flex;
}
.config-content__add-price {
  padding: 0 35px;
  /*width: 200px;*/
}
.config-content__add-price p {
  padding: 5px 0;
}
.config-content__add-desc p {
  /*margin-bottom: 15px;*/
  font-weight: normal;
  color: #767676;
}
/*.config-content__add-desc {
  width: 400px;
}*/
.config-content__add-first {
  padding: 5px 0;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  display: flex;
}
.config-content__add-first img {
  margin-left: 20px;
}
.config-content__add-first p {
  margin-bottom: 10px;
}
.config-content__add-second:last-child {
  font-weight: normal;
  display: none;
}

.config-content__add-second.active {
  display: block;
}

.config-content__inner {
  display: flex;
}
.config-content__notation {
  padding: 10px 35px;
  background: #f5f5f5;
  border: 1px solid #a2a2a2;
  font-weight: normal;
  margin-bottom: 20px;
}
.config-content__notation-link {
  text-decoration: underline;
  color: #010101;
  font-weight: normal;
}
.comment {
  max-width: 1075px;
  width: 100%;
  padding-right: 0;
}
.product-slide {
  margin-bottom: 50px;
}
.product-slide__thumb {
  margin-top: 5px;
  display: flex;
  width: 1075px;
}
.product-slide__thumb-item {
  margin-right: 5px;
}
.product-slide__thumb-item img {
  width: 60px !important;
  object-fit: contain;
}
.product-slide__big {
  width: 1075px;
  position: relative;
}
.product-slide__big img {
  width: 1075px;
  height: 600px;
  object-fit: contain;
  background-color: #ebebeb;
}
.product-slide__mobile {
  display: none;
}
.product-slide__mobile .product-slide__big-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.d-none-tab {
  display: none;
}
.active-tab {
  position: relative;
  border: 3px solid #e30017;
  color: #e30017;
  background: #f5f5f5;
  outline: none;
}
.active-tab::before {
  /* content: "";
  position: absolute;
  bottom: 0;
  right: 50px;
  border-top: 15px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 20px solid #272b30;
  transform: rotate(0deg); */
}

.product__category-action {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: 3px solid #e30017;
  margin-bottom: 30px;
  border-radius: 5px;
}

.product__category-action-title {
  display: inline-block;
  padding: 30px;
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 25px;
  background: #e30017;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.product__category-action-title:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  background-image: url('/img/before-sale.png');
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  bottom: -16px;
  z-index: 1;
}

.product__category-action-text {
  padding: 30px;
  display: inline-block;
  width: 100%;
  padding-top: 0px;
  color: #1c1a19;
  font-size: 24px;
}


@media (max-width: 1480px) {
  .product__tab-header {
    width: 100%;
    max-width: 1110px;
  }
  .product__left {
    width: 1270px;
  }
  .product .config-content__left {
    max-width: unset;
  }
  .product__tab-content {
    width: 1200px;
  }
  .product__left {
    max-width: 1270px;
    width: 100%;
  }
  .product__tab-content {
    max-width: 900px;
    width: 100%;
  }
  .product-slide__big {
    width: 870px;
  }
  .product-slide__big img {
    max-width: 900px;
    width: 100%;
  }
  .product-slide__thumb {
    max-width: 900px;
    width: 100%;
  }
}
@media (max-width: 1210px) {
  .product__tab-header {
    /* justify-content: space-around; */
    justify-content: flex-start;
  }
  .product__tab-title {
    padding: 20px 30px !important;
  }
  .active-tab::before {
    right: 0 !important;
  }
  .product__tab-content {
    max-width: 660px;
    width: 100%;
  }
  .product__popular-item {
    max-width: 300px;
    width: 100%;
  }
  .product__popular .popular-item-4 {
    display: none;
  }
  .product .comment__left {
    max-width: 1075px;
    width: 100%;
  }
  .product .comment {
    padding-right: 30px;
    max-width: 1075px;
    width: 100%;
  }
  .product-slide__big {
    max-width: 675px;
    width: 100%;
  }
  .product-slide__big img {
    max-width: 675px;
    width: 100%;
  }
  .product-slide__thumb {
    max-width: 715px;
    width: 100%;
  }
  .config-content {
    flex-wrap: wrap-reverse;
  }
  .block-img img {
    height: 350px;
  }
}
@media (max-width: 1010px) {
  .product__left {
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product__tab-content {
    padding-right: 0;
  }
  .product__tab-header {
    flex-wrap: wrap;
    background: transparent;
    padding: 0;
    display: block;
    width: 100%;
  }
  .product__tab-title {
    padding: 10px 0;
    position: relative;
    padding-left: 30px;
    background: #fff;
    margin-bottom: 10px;
    color: #010101;
    border: 3px solid transparent;
    border-radius: 7px;
    outline: 1px solid #acacac;

  }
  .product__tab-title::before {
    display: none;
  }
  .product__comment-form {
    margin-bottom: 40px;
  }
  .product .product__tab-title.active-tab {
    position: relative;
    background: #f5f5f5;
    color: #e30017;
    border: 3px solid #e30017;
    border-radius: 7px;
    outline: none;
  }
  /* .product .product__tab-title.active-tab::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 13px;
    height: 13px;
    background: #010101;
  } */
  .product-slider__thumb {
    display: none;
  }
}
@media (max-width: 769px) {
  .product__descr {
    flex-wrap: wrap;
  }
  .product__descr-box {
    margin-bottom: 40px;
  }
  .product__form, .product__category-action {
    display: none;
  }
  .product .comment {
    margin-bottom: 40px;
  }
}
@media (max-width: 550px) {
  .second-header {
    position: relative;
  }
  .second-header::before {
    display: none;
  }
  .product__popular-item {
    max-width: 340px;
    width: 100%;
  }
  .product__popular-inner {
    justify-content: center;
  }
  .product__popular-link {
    transition: 0.3s ease 0s;
    color: #010101;
    border: 2px solid transparent;
  }
  .product__popular-link:hover {
    color: #e30017;
    border: 2px solid transparent;
  }
  blockquote {
    padding: 30px 25px;
  }
  .product__descr {
    margin-bottom: 60px;
  }
  .product__descr-box p {
    font-size: 20px;
  }
  .product__descr-text {
    text-align: center;
  }
  .product__important-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 0;
    position: relative;
    margin-bottom: 35px;
  }
  .product__important-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 105%;
    border-bottom: 45px solid #e30017;
    border-left: 40px solid transparent;
    z-index: -1;
  }
  .comment {
    padding-right: 0;
  }
  .breadcrumbs {
    display: none;
  }
  .breadcrumbs-mobile {
    display: block;
  }
  .product-slide {
    display: none;
  }
  .product-slide__big-img {
  	margin-bottom: 1em;
  }
  .product-slide__mobile {
    display: block;
    margin-bottom: 70px;
  }
  .config-content__add-label {
    display: block;
  }
}

.config-content__images {
  position: relative;
}

.config-content__tmp-image {
  position: absolute;
  top: 0;
  left: 0;
}

.product__links {
  margin-bottom: 40px;
}

.product__link {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #010101;
  text-decoration: underline;
  transition: 0.3s ease 0s;
  margin-bottom: 20px;
}

.product__link:hover {
  color: #e30017;
}

.product-slide__thumb-img {
  padding-right: 5px;
	max-width: 100px;
}

.product-slide__thumb-img.slick-current img {
  transition: 0.3s ease 0s;
  border: 4px solid #e30017;
}

.product-slide__thumb-img:hover img {
  transition: 0.3s ease 0s;
  border: 3px solid #e30017;
}

.product-slide__arrow {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
}

.product-slide__big:hover .product-slide__arrow {
	opacity: 1;
}

.product-slide__arrow:before {
	content: "";
	display: block;
	width: 39px;
	height: 77px;
	background: url(/img/icons/gallery-arrows.png) 0 0 no-repeat;
}

.product-slide__arrow-next {
  right: 0;
}

.product-slide__arrow-next:before {
	background-position-x: -78px;
}

.product-slide__arrow-next:hover:before {
	background-position-x: -117px;
}

.product-slide__arrow-prev:before {
	background-position-x: 0px;
}

.product-slide__arrow-prev:hover:before {
	background-position-x: -39px;
}

.slick-track {
	transform: translate3d(0, 0, 0) !important;
}

.product__tab-header-5{
  max-width: 1000px !important;
}
.product__tab-header-4{
  max-width: 790px !important;
}
/* new mobile rules */
@media (max-width:1010px){
  .product .product__tab-header{
    display: none !important;
  }
  .product .product__left{
    display: flex !important;
  }
  .product .product__left .product__right{
    display: none;
  }
  .product div.product__left.last .product__right{
    display: block;
  }
}
.product-slide__thumb-img.slick-slide{
    max-width: 100px;
    height: auto;
}
.product-slide__thumb-img.slick-slide img {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.product-category-action__mobile-wrapper{
  display: none;
}
@media (max-width: 550px) {
  .product-category-action__mobile-wrapper{
    display: block;
  }
  .product-category-action__mobile-wrapper .product__category-action{
    display: block !important;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 330px;
  }
  .product div.product__left.last .product__right .messengers-dst{
    display: none;
  }
}