

/* Start:/local/templates/globaldrive_new/components/bitrix/catalog.element/gd_element_main/style.css?176295083017802*/

/**
 * Product detail offers
 */
.product-offers-container {
  margin: 20px 0;
}

.product-offers-container > *:not(:last-child) {
  margin-bottom: 15px;
}

.product-offer {
  display: flex;
  align-items: center;
  padding-right: 30px;
  position: relative;
}

.product-offer__caption {
  font-size: 13px;
  color: #999;
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 10px;
}

.product-offer__main {
  flex: 1;
  min-width: 0;
}

.product-offer__items {
  position: static !important;
}

.product-offer__link {
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  position: relative;
  transition: all .3s;
  display: block;
  width: 38px;
  box-sizing: border-box;
}

.product-offer__link::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.product-offer__link:hover {
  border-color: #ccc;
}

.product-offer__img {
  object-fit: cover;
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: calc(100% - 4px) !important;
  height: calc(100% - 4px);
}

.product-offer__link.selected {
  cursor: default;
  border-color: #2F69FF;
}

.product-offer__option {
  border-radius: 5px;
  padding: 5px 8px;
  line-height: 1.1;
  border: 1px solid #F0F0F0;
  transition: all .3s;
  font-size: 13px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-family: Acrom, Arial, sans-serif;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
}

.product-offer__option.selected {
  cursor: default;
  border-color: #2F69FF;
  color: #2F69FF;
}

.product-offer__option:hover {
  border-color: #ccc;
}

.product-offer .owl-prev {
  display: none;
}

.product-offer .owl-next.disabled {
  display: none;
}

.product-offer .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.product-offer .owl-next {
  width: 30px;
  height: 100%;
  position: relative;
}

.product-offer .owl-next::before {
  content: '';
  display: block;
  border-bottom: 3px solid #9A9EA5;
  border-right: 3px solid #9A9EA5;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 5px;
  height: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.product-offer .owl-next:hover::before {
  border-bottom-color: #2F69FF;
  border-right-color: #2F69FF;
}

.adr_show {
  color: #2F69FF;
  font-weight: 700;
  cursor: pointer;
}

.modal_hidesubtitle {
  padding-bottom: 15px;
}

.modal_hidecontent {
  text-align: center;
  padding-bottom: 15px;
}

.modal__title.modal_hidephone {
  padding: 0;
}

.modal_hidephone > a {
  text-decoration: none;
  color: #2F69FF;
} 

.modal__title.modal_hideadress {
  padding: 0;
  padding-bottom: 15px;
}

.prices-info__product-vendor img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.deliery-payment__badge {
  margin-top: 5px;
}

.delivery-payment-badge {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #2F69FF;
  font-weight: bold;
  font-family: Acrom, Arial, sans-serif;
}

@media (max-width: 767px) {
  .delivery-payment-badge {
    font-size: 12px;
  }
}

.delivery-payment-badge__icon {
  flex: 0 0 20px;
  max-width: 20px;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .delivery-payment-badge__icon {
    flex: 0 0 18px;
    max-width: 18px;
  }
}

.delivery-payment-badge__text {
  color: #333;
}

.tab-get__cities-main {
  margin-bottom: 10px;
  overflow-y: auto;
  max-height: 225px;
}

.tab-get__cities-main::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #E2E2EA;
}

.tab-get__cities-main::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
  background-color: #2F69FF;
}

.tab-get__cities-main::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  background-color: #E2E2EA;
}

.tab-get__cities-main {
  scrollbar-color: #9A9EA5 #DCDCE9;
  scrollbar-width: thin;
}

.tab-get__cities-main .hidden {
  display: none;
}

.tab-get__cities.is-expanded .hidden {
  display: inline-flex;
}

.tab-get__cities-more {
  border: none;
  background: none;
  padding: 0;
  color: #2F69FF;
  font-weight: bold;
  font-family: Acrom, Arial, sans-serif;
  position: relative;
  padding-right: 15px;
  font-size: 15px;
  cursor: pointer;
}

.tab-get__cities-more::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 3px solid;
  border-right: 3px solid;
  position: absolute;
  top: 4px;
  right: 0px;
  transform: rotate(45deg);
  transition: 0.3s;
}

.tab-get__cities.is-expanded .tab-get__cities-more::after {
  transform: rotate(225deg);
  top: 8px !important;
}

.tab-get__cities-more:hover {
  color: #2F82FF;
}
/*removed from template*/
 .tab-equipment__content ul {
   display: flex;
   flex-wrap: wrap;
 }

.tab-equipment__content ul li {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #455067;
  padding-left: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.41496 5.37086L7.48015 0.43457L9.3209 1.95049L3.69378 8.78343L0 5.55137L1.57028 3.75676L3.41496 5.37086Z' fill='%232F69FF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 center;
  margin-right: 12px;
  margin-bottom: 8px;
}

.card-top .card-info__not-available {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343C4B;
  padding-left: 20px;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-catalog-order.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.card-top .card-info__ends {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343C4B;
  padding-left: 20px;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-catalog-ends.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.ty-blog__item span {
  font-family: "Gilroy", "Arial", sans-serif !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 120% !important;
  color: rgba(52, 60, 75, 0.8) !important;
}

.ty-blog__post-title {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  color: #343C4B;
  padding-bottom: 25px;
}

.ty-blog__post-title a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.ty-blog__post-title a:hover {
  color: #2F69FF;
}

.ty-blog__read-more {
  display: none;
}

.ty-btn__primary {
  font-family: "Acrom", "Arial", sans-serif !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #2F69FF !important;
  cursor: pointer;
}

.faq-block__question {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: normal;
  color: #343C4B;
  padding-bottom: 19px;
  padding-left: 50px;
  position: relative;
  min-height: 36px;
  padding-top: 5px;
}

.faq-block__question:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #2F69FF;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  content: attr(data-num);
}

.ty-blog__date {
  display: none;
}

.product__offers {
  font-family: "Acrom", "Arial", sans-serif;
}

.product__offer {
  margin-bottom: 30px;
}

.product__offer-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  color: #343C4B;
  padding-bottom: 10px;
}

.product__offer-description {
  line-height: 1.2;
}

h1.seo-title {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 17px;
  color: #9A9EA5;
}

.card-top__picture .picture-lg__stickers {
  display: flex;
  width: auto;
  gap: 5px;
}

.card-top__picture .picture-lg__stickers img {
  margin-bottom: 4px;
}

.sticker {
  display: inline-block;
  padding: 5px 10px;
  font-family: "Acrom", "Arial", sans-serif;
  border-radius: 6px;
  font-size: 14px;
}

@media (min-width: 651px) {
  .tab-documentation__list.has-gap {
    padding-right: 55px;
  }
}

.product-discount-offer {
  margin-top: 15px;
  flex: 1;
}

@media (min-width: 420px) {
  .product-discount-offer {
    margin-top: 0;
  }
}

.card-info__price-info .card-info__price {
  order: 0;
}

@media (min-width: 420px) {
  .card-info__price-info-main .product-discount-offer {
    margin-left: auto;
  }
}

.card-info__price-info {
  margin: 20px 0 20px;
}

@media (min-width: 651px) {
  .card-info__price-info {
    margin-bottom: 0;
  }
}

.card-info__price-info-main {
  margin-bottom: 20px;
  /*display: flex;
  flex-direction: column;*/
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/*@media (min-width: 420px) {
  .card-info__price-info-main {
    flex-direction: row;
    align-items: flex-end;
  }
}*/

.card-info__price-info-main > * {
  margin: 0 !important;
}

@media (min-width: 1200px) {
  .card-top .card-info__cur-price {
    font-size: 32px;
  }

  .card-top .card-info__old-price {
    font-size: 16px;
  }
}

.card-top .card-info__price-info .card-info__cur-price {
  white-space: nowrap;
}

.card-info__price-info .card-info__price {
  margin-right: 10px;
}

.picture-sm__item.is-video {
  flex-direction: column;
}

.picture-sm__item.is-video img {
  max-width: 25px;
}

.picture-sm__item.is-video p {
  /*margin-top: 5px;*/
  color: #343C4B;
  opacity: 0.5;
  font-family: Acrom, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.card-tab-content__title.name_prop_group {
  font-size: 18px;

  padding-bottom: 15px;
  text-align: center;
}

@media (min-width: 576px) {
  .card-top__col.card-top__info .product-item-button-container.see_analog {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .card-menu-description .card-tab-content__title,
  .card-menu-props .card-tab-content__title {
    padding-top: 0;
  }

  .card-menu-props .card-tab-content__title.name_prop_group {
    padding-left: 0;
  }

  .card-menu-title__text {
    min-width: 0;
    color: inherit;
    padding-right: 15px;
    line-height: 1.1;
  }

  .card-top .card-info__less-price-wrap {
    order: 4;
  }

  .card-info__bottom {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 30px;
  }

  .card-info__bottom > * {
    margin-bottom: 0;
  }

  .card-top .card-info__guarantee {
    margin-bottom: 0;
  }

  .card-info__btns .product-discount-offer {
    margin-top: 0;
  }

  .card-info__price-info-main {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
  }

  .card-info__price-info-main .card-info__buy {
    border: none;
    flex: 1;
    margin-bottom: 0;
    margin-left: 10px;
    height: 42px;
    font-size: 13px;
  }

  .card-info__price-info-main .card-top__installment {
    margin-top: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .card-top .card-info__count {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin-left: 10px;
  }

  .card-top .card-info__rating-text span {
    font-size: 13px;
  }
}

@media (max-width: 390px) {
  .card-top .card-info__count {
    margin-right: 0;
  }

  .card-top .card-info__rating-text {
    display: none;
  }

  .card-info__price-info-main .card-info__buy {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .card-info__price-info-main .card-info__buy {
    max-width: 42px;
    margin-left: auto;
  }

  .card-top .card-info__buy span {
    margin-right: 0 !important;
  }

  .card-info__price-info-main .js-add2cart-trigger .detail-buy-button__text {
    display: none;
  }
}

.detail-buy-button__text {
  color: #fff;
}

@media (max-width: 360px) {
  .card-top__installment .decor-installment::after {
    width: 3px;
    height: 3px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    right: 10px;
    top: calc(50% - 3px);
  }
}

@media (max-width: 340px) {
  .card-top__installment .decor-installment::after {
    display: none;
  }
}

.drive-area-aside__btn {
  color: #fff;
  display: flex;
  align-items: center;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

.drive-area-aside__btn:hover {
  background-color: #2f82ff;
  color: #fff;
}

.drive-area-aside__btn svg {
  margin-right: 7px;
}

.drive-area-aside__btn span {
  color: inherit;
}


/* НАЧАЛО - Стили для кнопок комплектации */

.complectation-buttons button {
  padding: 10px;
  cursor: pointer;
  margin-right: 3px;
}
.complectation-buttons .disabled {
  /*background-color: lightgray;
  color: darkgray;*/
  border: 1px solid #D7DAE0;
  color: #343C4B;
  cursor: not-allowed;
  opacity: .3;
}

.complectation-buttons .color-button {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: inline-block;
  margin: 5px;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  box-shadow: 0 0 0 1px #D7DAE0, 0 0 0 1px #fff inset;
}

.complectation-buttons .color-button:hover {
  box-shadow: 0 0 0 1px #343C4B, 0 0 0 1px #fff inset;
}

.color-button[disabled]:not(.active) {
  opacity: .3;
  pointer-events: none;
}

.complectation-buttons .color-button::after {
  content: attr(title);
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  font-size: 12px;
}

/*.complectation-buttons .color-button:hover::after {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/
.complectation-buttons .color-button.disabled {
  border-color: darkgray;
  background-color: rgba(128, 128, 128, 0.5);
}

/* КОНЕЦ - Стили для кнопок комплектации */

.complectation-buttons {
  font-size: 15px;
}

.complectation-buttons > *:not(:last-child) {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .complectation-buttons > *:not(:last-child) {
    margin-bottom: 0;
  }
}

.complectation-buttons h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.1;
  color: #343C4B;
  font-weight: 500;
}

.complectation_color > button,
.complectation_type > button,
.drive_system > button,
.suspension_front > button {
  border-radius: 8px;
  border: 1px solid #D7DAE0;
  color: #343C4B;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: border-color .3s ease-in-out;
}

/*.complectation_type > button[disabled],
.complectation_color > button[disabled],
.drive_system > button[disabled],
.suspension_front > button[disabled] {
  border-color: transparent;
}*/

.complectation-buttons .color-button {
  border-color: #e6e6e6 !important;
}

.complectation-buttons .color-button.active {
  box-shadow: 0 0 0 1px #343c4b, 0 0 0 1px #fff inset;
  cursor: default;
  pointer-events: none;
}

.complectation_color > button:not([disabled]):not(.active):hover,
.complectation_type > button:not([disabled]):not(.active):hover,
.drive_system > button:not([disabled]):not(.active):hover,
.suspension_front > button:not([disabled]):not(.active):hover {
  border-color: #343C4B;
}

.complectation_type > button.active,
.drive_system > button.active,
.suspension_front > button.active {
  border-color: #343C4B;
  pointer-events: none;
}

.complectation-buttons .active {
  border-width: 1px;
}

.complectation_color > button {
  color: #2f69ff;
}

/*
.complectation_color > button.active::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12.6111L8.92308 17.5L20 6.5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.complectation_color > button.active[style*="white"]::before,
.complectation_color > button.active[style*="yellow"]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12.6111L8.92308 17.5L20 6.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
*/

.pictures_by_color .color-button {
  border: 1px solid gray;
  width: 20px;
  height: 20px;

}

.pictures_by_color .active {
  border: 1px solid black;
}

.color-buttons h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.1;
  color: #343C4B;
  font-weight: 500;
}

.color-button.disabled {
  pointer-events: none;
  cursor: default;
}

.color-button.active {
  border-color: #343C4B !important;
}

.color-buttons .pictures_by_color {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.color-buttons .pictures_by_color .color-button {
  width: 33px;
  height: 33px;
  border-radius: 8px;
  border-color: #D7DAE0;
  box-shadow: 0 0 0 2px #fff inset;
}

.card-info__variants {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  flex-direction: column;
}
/* End */


/* Start:/local/templates/globaldrive_new/css/card.css?174703201270992*/
/*card styles start*/
.card__title {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  color: #343C4B;
  padding-bottom: 28px;
}

@media (max-width: 500px) {
  .card__title {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
  }
}

.card__title {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  color: #343C4B;
}

.card-top__actions {
  display: flex;
  gap: 5px;
  vertical-align: top;
  padding-left: 15px;
}

.card-top__actions > span {
  display: flex;
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #D7DAE0;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  /* background-repeat: no-repeat;
  background-position: center; */
}

.card-top__favorites:hover,
.card-top__favorites-active {
  background-color: #FCB809 !important;
  border-color: #FCB809 !important;
}

.card-top__favorites:hover .card-top__favorites-svg,
.card-top__favorites-active .card-top__favorites-svg {
  color: #fff;
  opacity: 1;
}

.card-top__compare:hover,
.card-top__compare-active {
  background-color: #924AFF !important;
  border-color: #924AFF !important;
}

.card-top__compare-svg,
.card-top__favorites-svg,
.card-top__print-svg {
  width: 18px;
  height: 18px;
  color: #343C4B;
  transition: color .3s;
  opacity: 0.6;
}

.card-top__compare:hover .card-top__compare-svg,
.card-top__compare-active .card-top__compare-svg,
.card-top__print:hover .card-top__print-svg {
  color: #fff;
  opacity: 1;
}

.card-top__print-svg {
  color: #343C4B;
  transition: color .3s;
}

.card-top__print:hover {
  border-color: #2F69FF !important;
}

.card-top__wrapper {
  display: flex;
}

.card-top__image {
  width: 570px;
}

.card-top__picture {
  display: flex;
}

.card-top__picture .picture-sm {
  width: 80px;
  height: 420px;
  overflow-y: auto;
}

.card-top__picture .picture-sm::-webkit-scrollbar {
  width: 4px;
}

.card-top__picture .picture-sm::-webkit-scrollbar-track {
  background-color: #DCDCE9;
}

.card-top__picture .picture-sm::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 4px #2F69FF;
}

.card-top__picture .picture-sm {
  /*scrollbar-color: #9A9EA5 #DCDCE9;
  scrollbar-width: thin;*/
}

.card-top__picture .picture-sm__item {
  width: 70px;
  height: 70px;
  margin-bottom: 3px;
  padding: 2px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #D7DAE0;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.card-top__picture .picture-sm__item:hover, .card-top__picture .picture-sm__item.active {
  border-color: #2F69FF;
}

.card-top__picture .picture-lg {
  width: calc(100% - 96px);
  position: relative;
  margin-left: 16px;
}

.card-top__picture .picture-lg__options {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 9;
}

.card-top__picture .picture-lg__options > div {
  text-align: center;
  margin-top: 12px;
  width: 62px;
}

.card-top__picture .picture-lg__options > div img {
  max-width: 26px;
  width: auto;
  height: auto;
  margin-bottom: 4px;
}

.card-top__picture .picture-lg__options > div p {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #9A9EA5;
}

.card-top__picture .picture-lg__stickers {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  text-align: center;
}

.card-top__picture .picture-lg__stickers img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.card-top__picture .picture-lg__inner {
  overflow: hidden;
  position: relative;
  height: 420px;
}

.card-top__picture .picture-lg__inner.owl-carousel {
  display: block;
}

.card-top__picture .picture-lg__inner.owl-carousel .owl-dots.disabled {
  display: none;
}

@media (max-width: 1100px) {
  .picture-lg__item.has-skeleton {
    background: none !important;
  }
}

.card-top__picture .picture-lg__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  box-sizing: border-box;
  width: 100%;
  height: 420px;
}

.card-top__picture .picture-lg__item img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.card-top__picture .picture-lg__inner .owl-item .picture-lg__item {
  display: flex !important;
}

.card-top__picture img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 1400px) {
  .card-top__picture.is-full .picture-sm,
  .card-top__picture.is-full .picture-lg__inner,
  .card-top__picture.is-full .picture-lg__item {
    height: 510px;
  }
}

.card-top__info {
  width: calc(100% - 905px);
  box-sizing: border-box;
  padding-left: 45px;
  padding-right: 55px;
  /*padding-top: 30px;*/
}

.card-top__delivery-payment {
  width: 335px;
}

.card-top__delivery-payment .delivery-payment__inner {
  background: #fff;
  box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
  border-radius: 8px;
  padding: 25px 22px 22px;
  box-sizing: border-box;
}

.card-top__delivery-payment .delivery__title {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #343C4B;
  /*padding-left: 30px;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-delivery.png);
  background-repeat: no-repeat;
  background-position: 0 center;*/
  margin-bottom: 8px;
}

.card-top__delivery-payment .payment__title {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #343C4B;
  /*padding-left: 30px;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-payment.png);
  background-repeat: no-repeat;
  background-position: 0 center;*/
  margin-bottom: 8px;
}

.card-top__delivery-payment .delivery-payment__list {
  padding-bottom: 26px;
}

.card-top__delivery-payment .delivery-payment__item {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #343C4B;
  opacity: 0.7;
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.card-top__delivery-payment .delivery-payment__item span {
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.card-top__delivery-payment .delivery-payment__item span:nth-child(1) {
  padding-right: 3px;
}

.card-top__delivery-payment .delivery-payment__item span:nth-child(2) {
  padding-left: 3px;
}

.card-top__delivery-payment .delivery-payment__item span.yes {
  padding-left: 12px;
}

.card-top__delivery-payment .delivery-payment__item span.yes:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #1CCF59;
  position: absolute;
  top: calc(50% - 3px);
  left: 3px;
}

.card-top__delivery-payment .delivery-payment__item:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: calc(50% - 1px);
  left: 0px;
  opacity: 0.3;
  border-bottom: 2px dotted #343C4B;
  z-index: 0;
}

.card-top__delivery-payment .credit__item {
  height: 46px;
  background: #F3F3F6;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 5px 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.card-top__delivery-payment .credit__image {
  width: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-top__delivery-payment .credit__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.card-top__delivery-payment .credit__text {
  font-family: "Gilroy", "Arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #343C4B;
  padding-left: 12px;
}

.card-top__delivery-payment .credit__text span {
  color: #2F69FF;
  border-bottom: 1px solid #2F69FF;
  transition: 0.3s;
}

.card-top__delivery-payment .credit__text span:hover {
  border-bottom: 1px solid transparent;
}

.card-top__delivery-payment .markdown {
  background: #924AFF;
  border-radius: 6px;
  padding: 6px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  margin-bottom: 18px;
  cursor: pointer;
}

.card-top__delivery-payment .markdown__text {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  max-width: 105px;
}

.card-top__delivery-payment .markdown__old-price {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-decoration: line-through;
  color: #fff;
}

.card-top__delivery-payment .markdown__cur-price {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #FFF613;
}

.card-top__delivery-payment .markdown__percent {
  font-family: "Gilroy", "Arial", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  color: #343C4B;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-catalog-label.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  width: 34px;
  height: 16px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  box-sizing: border-box;
}

.card-top__delivery-payment .pre-order {
  padding-left: 40px;
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #343C4B;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-percent.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.card-top__delivery-payment .pre-order a {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #2F69FF;
  padding-top: 3px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #2F69FF;
  transition: 0.3s;
}

.card-top__delivery-payment .pre-order a:hover {
  border-color: transparent;
}

.card-top .card-info__additional {
  padding-top: 35px;
}

.card-top .card-info__additional > div {
  height: 32px;
  border-radius: 16px;
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-right: 8px;
  padding: 4px 14px;
  background-repeat: no-repeat;
  background-position: 13px center;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
}

.card-top .card-info__views {
  color: #9A9EA5;
  /*background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-catalog-seen.png);*/
  background-color: #F3F3F6;
}

.card-top .card-info__buyers {
  color: #2F69FF;
  /*background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-basket-blue.png);*/
  background-color: rgba(47, 105, 255, 0.15);
}

.card-top .card-info__props {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-top .card-info__article {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #9A9EA5;
  padding-bottom: 3px;
}

.card-top .card-info__article span {
  color: #343C4B;
  display: inline-block;
  padding-left: 5px;
  vertical-align: top;
}

.card-top .card-info__availability {
  /*font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343C4B;
  padding-left: 20px;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-catalog-in-stock.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  */
}

.card-top .card-info__guarantee {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9A9EA5;
  padding-bottom: 3px;
  padding-left: 40px;
  /*background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-shield.png);
  background-repeat: no-repeat;
  background-position: 0 center;*/
}

.card-top .card-info__guarantee span {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #2F69FF;
}

.card-top .card-info__brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 28px;
}

.card-top .card-info__brand .brand__img-wrapper {
  background: #FFFFFF;
  box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
  border-radius: 8px;
  width: 135px;
  height: 65px;
  box-sizing: border-box;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-top .card-info__brand .brand__img-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.card-top .card-info__brand .brand__info {
  padding-left: 23px;
}

.card-top .card-info__brand .brand__name {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #343C4B;
}

.card-top .card-info__brand .brand__link {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2F69FF;
  transition: 0.3s;
  text-decoration: none;
}

.card-top .card-info__skill .card-skill {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #F3F3F6;
  border: 2px solid #F3F3F6;
  box-sizing: border-box;
  border-radius: 6px;
  min-height: 75px;
  box-sizing: border-box;
  padding: 12px 45px 12px 22px;
  position: relative;
  margin-bottom: 35px;
  margin-top: 10px;
}

.card-top .card-info__skill .card-skill__image {
  margin-right: 18px;
}

.card-top .card-info__skill .card-skill__info p {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9A9EA5;
}

.card-top .card-info__skill .card-skill__info span {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.card-top .card-info__skill .card-skill__hint {
  position: absolute;
  right: 22px;
  top: calc(50% - 11px);
  cursor: pointer;
}

.card-top .card-info__skill .card-skill__hint span {
  /*background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-hint.png);
  background-repeat: no-repeat;
  background-position: center;*/
  display: inline-block;
  width: 22px;
  height: 22px;
}

.card-top .card-info__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-top .card-info__old-price {
  font-family: "Gilroy", "Arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
  color: #9A9EA5;
}

.card-top .card-info__discount {
  font-family: "Gilroy", "Arial", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  color: #343C4B;
  /*background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-catalog-label.png);*/
  background-repeat: no-repeat;
  background-position: 0 center;
  width: 34px;
  height: 16px;
  display: inline-block;
  text-align: right;
  padding-right: 2px;
  margin-bottom: 3px;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 6px;
}

.card-top .card-info__cur-price {
  font-family: "Gilroy", "Arial", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: #343C4B;
}

.card-top .card-info__less-price {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  color: #2F69FF;
  border-bottom: 1px solid #2F69FF;
  transition: 0.3s;
}

.card-top .card-info__less-price:hover {
  border-color: transparent;
}

.card-top .card-info__btns {
  display: flex;
  justify-content: space-between;
  padding-top: 21px;
  padding-bottom: 40px;
  order: 1;
}

@media (min-width: 1401px) {
  .card-top .card-info__btns {
    order: 0;
  }
}

.card-top .card-info__buy1click {
  border: 1px solid #D7DAE0;
  box-sizing: border-box;
  border-radius: 6px;
  height: 52px;
  width: calc(50% - 5px);
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #2F69FF;
  transition: 0.3s;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-top .card-info__buy1click:hover {
  background-color: #2F69FF;
  color: #fff;
  border-color: #2F69FF;
}

.card-top .card-info__buy {
  box-sizing: border-box;
  border-radius: 6px;
  height: 52px;
  transition: 0.3s;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.card-top .card-info__buy span {
  /* background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-catalog-basket-a.png);
   background-repeat: no-repeat;
   background-position: center;
   width: 30px;
   height: 30px;*/
  display: inline-block;
  margin-right: 5px;
}

.card-top .card-info__buy:hover {
  background-color: #2F82FF;
}

.card-top .card-info__buy:active {
  background-color: #2057E6;
}

.card-top .card-info__rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.card-top .card-info__reviews {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #343C4B;
  margin-right: 12px;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #343C4B;
  transition: 0.3s;
}

.card-top .card-info__reviews:hover {
  border-color: transparent;
}

.card-top .card-info__reviews:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #9A9EA5;
  border-right: 2px solid #9A9EA5;
  position: absolute;
  top: 6px;
  right: -15px;
  transform: rotate(45deg);
}

.card-top .card-info__col {
  display: flex;
  align-items: center;
}

.card-top .card-info__count {
  width: 36px;
  height: 36px;
  background: #20BD56;
  border-radius: 10px;
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-left: 22px;
}

.card-top .card-info__rating-text {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #9A9EA5;
}

.card-top .card-info__rating-text span {
  display: block;
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #343C4B;
}

.card-top__subscribe,
.card-top__subscribe-offer {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .card-top__subscribe,
  .card-top__subscribe-offer {
    margin-top: 40px;
  }
}

/**
 * subscribe-widget
 */
.subscribe-widget {
  background: #F3F3F6;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(117, 106, 106, 0.1);
  display: grid;
  gap: 30px;
  position: relative;
}

@media (min-width: 576px) {
  .subscribe-widget {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    align-items: center;
  }
}

@media (min-width: 768px) {
  .subscribe-widget {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .subscribe-widget {
    grid-template-columns: minmax(0, .7fr) minmax(0, 1fr) minmax(0, .7fr);
  }
}

.subscribe-widget__img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  order: 1;
}

@media (min-width: 992px) {
  .subscribe-widget__img {
    order: 0;
  }
}

.subscribe-widget__img.is-mob-hidden {
  display: none;
}

@media (min-width: 992px) {
  .subscribe-widget__img.is-mob-hidden {
    display: block;
  }
}

.subscribe-widget__close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity .3s ease-in-out;
}

.subscribe-widget__close:hover {
  opacity: .75;
}

@media (min-width: 768px) {
  .subscribe-widget__main {
    grid-column: span 2;
  }
}

@media (min-width: 992px) {
  .subscribe-widget__main {
    grid-column: auto;
    display: grid;
  }
}

@media (min-width: 1200px) {
  .subscribe-widget__main {
    gap: 25px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  }
}

.subscribe-widget__heading {
  font-weight: bold;
  color: #343C4B;
  font-size: 18px;
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .subscribe-widget__heading {
    margin-bottom: 0;
  }
}

.subscribe-widget__label {
  color: rgba(52, 60, 75, 0.7);
  display: inline-block;
  margin-bottom: 7px;
  font-weight: bold;
  cursor: pointer;
}

.subscribe-widget__field {
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.subscribe-widget__field.has-error .subscribe-widget__input {
  background: rgba(255, 0, 52, 0.05);
}

.subscribe-widget__field.has-error .err {
  display: block;
  border-bottom-color: rgba(255, 0, 52, 0.2);
}

.subscribe-widget__input {
  font-weight: 500;
  font-size: 14px;
  border: none;
  padding: 13px;
  border-bottom: 2px solid #D7DAE0;
  border-radius: 6px 6px 0 0;
  font-family: inherit;
  width: 100%;
}

.subscribe-widget__input:focus {
  border-bottom-color: #2f69ff;
  outline: none;
}

.subscribe-widget__notification {
  display: none;
  font-size: 12px;
  color: #750A20;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 5px 0;
}

.subscribe-widget__btn {
  border: none;
  background: #2F69FF;
  transition: background-color .3s ease-in-out;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  color: #fff;
  width: 70px;
  flex: none;
  display: flex;
}

.subscribe-widget__btn[disabled] {
  pointer-events: none;
  opacity: .6;
}

.subscribe-widget__btn:hover {
  background: #2f82ff;
}

.subscribe-widget__btn-icon {
  width: 28px;
  height: 28px;
  margin: auto;
}

.subscribe-widget__caption {
  color: rgba(52, 60, 75, 0.7);
  font-weight: 500;
  display: flex;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.5;
  align-items: center;
}

@media (min-width: 768px) {
  .subscribe-widget__caption {
    font-size: 14px;
  }
}

.subscribe-widget__caption a {
  color: #2F69FF;
  text-decoration: none;
}

.subscribe-widget__caption a:hover {
  text-decoration: underline;
}

.subscribe-widget__check {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.subscribe-widget__check:checked ~ .subscribe-widget__check-icon {
  background-color: #2f69ff;
  border-color: #2f69ff;
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 24 24' height='24px' viewBox='0 0 24 24' width='24px' fill='%23FFFFFF' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M21.652,3.211c-0.293-0.295-0.77-0.295-1.061,0L9.41,14.34 c-0.293,0.297-0.771,0.297-1.062,0L3.449,9.351C3.304,9.203,3.114,9.13,2.923,9.129C2.73,9.128,2.534,9.201,2.387,9.351 l-2.165,1.946C0.078,11.445,0,11.63,0,11.823c0,0.194,0.078,0.397,0.223,0.544l4.94,5.184c0.292,0.296,0.771,0.776,1.062,1.07 l2.124,2.141c0.292,0.293,0.769,0.293,1.062,0l14.366-14.34c0.293-0.294,0.293-0.777,0-1.071L21.652,3.211z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 16px;
}

.subscribe-widget__check-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 2px solid #343C4B;
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  flex: none;
  margin-right: 8px;
  color: #fff;
  transition: background .3s ease-in-out;
}

.subscribe-widget__check-text {
  color: inherit;
}

.subscribe-success-sent {
  text-align: center;
  background: #20BD56;
  border-radius: 6px;
  padding: 15px 10px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .subscribe-success-sent {
    margin-top: -11px;
  }
}

/**
 * Subscribe Offer Widget
 */
.subscribe-offer-widget,
.subscribe-offer-widget * {
  box-sizing: border-box;
}

.subscribe-offer-widget [hidden] {
  display: none;
}

.subscribe-offer-widget {
  border: 1px solid #D7DAE0;
  border-radius: 8px;
  overflow: hidden;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  position: relative;
}

@media (min-width: 768px) {
  .subscribe-offer-widget__intro {
    display: flex;
    min-height: 260px;
  }

  .subscribe-offer-widget__aside,
  .subscribe-offer-widget__preview {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.subscribe-offer-widget__aside {
  padding: 40px 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .subscribe-offer-widget__aside {
    padding: 40px 50px;
  }
}

.subscribe-offer-widget__preview {
  position: relative;
}

.subscribe-offer-widget__close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity .3s ease-in-out;
  color: #343C4B;
}

.subscribe-offer-widget__close:hover {
  opacity: .75;
}

.subscribe-offer-widget__heading {
  font-size: 17px;
  font-weight: 800;
  color: #343C4B;
  margin-bottom: 25px;
  text-align: center;
  max-width: 480px;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .subscribe-offer-widget__heading {
    font-size: 21px;
  }
}

@media (min-width: 992px) {
  .subscribe-offer-widget__heading {
    font-size: 24px;
  }
}

.subscribe-offer-widget__btn {
  width: 100%;
  background-color: #2f69ff;
  color: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 10px 40px -13px rgba(47, 105, 255, .7);
  font-size: 16px;
  font-weight: bold;
  display: flex;
  min-height: 50px;
  transition: background-color .3s ease-in-out;
  font-family: inherit;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media (min-width: 768px) {
  .subscribe-offer-widget__btn {
    min-height: 60px;
    font-size: 18px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

.subscribe-offer-widget__btn:hover {
  background: #2f82ff;
}

.subscribe-offer-widget__preview-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: bottom;
  display: block;
  aspect-ratio: 16 / 13;
}

@media (min-width: 576px) {
  .subscribe-offer-widget__preview-img {
    aspect-ratio: 16 / 9;
  }
}

@media (min-width: 768px) {
  .subscribe-offer-widget__preview-img {
    aspect-ratio: auto;
    height: 100%;
    clip-path: url(#shape);
    position: absolute;
    left: 0;
    top: 0;
  }
}

.subscribe-offer-widget svg {
  display: block;
}

.subscribe-offer-widget__main {
  padding: 40px 15px;
  position: relative;
}

@media (min-width: 768px) {
  .subscribe-offer-widget__main {
    padding: 40px;
  }
}

@media (min-width: 992px) {
  .subscribe-offer-widget__main {
    padding: 40px 60px;
  }
}

.subscribe-offer-widget__title {
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 25px;
  font-size: 18px;
  color: #343C4B;
  text-align: center;
}

@media (min-width: 768px) {
  .subscribe-offer-widget__title {
    text-align: left;
  }
}

.subscribe-offer-widget__form {
  display: grid;
  gap: 25px;
  align-items: end;
}

@media (min-width: 768px) {
  .subscribe-offer-widget__form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.subscribe-offer-widget__label {
  font-weight: 500;
  font-size: 16px;
  color: rgba(52, 60, 75, 0.7);
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
}

.subscribe-offer-widget__label span {
  color: #f00;
}

.subscribe-offer-widget__field.has-error .subscribe-offer-widget__input {
  background: rgba(117, 10, 32, 0.1);
  border-bottom-color: rgba(117, 10, 32, 0.2);
}

.subscribe-offer-widget__field.has-error .subscribe-offer-widget__notification {
  position: absolute;
  display: block;
}

.subscribe-offer-widget__notification {
  display: none;
  font-size: 12px;
  color: #750A20;
  line-height: 1.1;
  margin-top: 6px;
}

.subscribe-offer-widget__input {
  height: 60px;
  outline: none;
  border: none;
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 2px solid #d7dae0;
  font-weight: 500;
  font-size: 18px;
  color: #343c4b;
  box-sizing: border-box;
  padding-left: 22px;
  padding-right: 22px;
  background-color: #f3f3f6;
  font-family: inherit;
  transition: border-color .3s ease-in-out;
}

.subscribe-offer-widget__input:focus {
  border-bottom-color: #2f82ff;
}

.subscribe-offer-widget__privacy {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .subscribe-offer-widget__privacy {
    margin-bottom: 10px;
  }
}

.subscribe-offer-widget__btn {
  height: 60px;
  width: 100%;
  background-color: #2f69ff;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: inherit;
}

.subscribe-offer-widget__btn[disabled] {
  pointer-events: none;
  opacity: .6;
}

.subscribe-offer-widget__btn:hover {
  background-color: #2f82ff;
}

.subscribe-offer-widget__btn:active {
  background-color: #2057e6;
}

.subscribe-offer-widget__success {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  min-height: 200px;
}

@media (min-width: 768px) {
  .subscribe-offer-widget__success {
    min-height: 330px;
  }
}

.subscribe-offer-widget__success-notification {
  height: 60px;
  width: 100%;
  max-width: 520px;
  background-color: #20BD56;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: none;
  font-family: inherit;
  box-shadow: 0px 10px 40px -13px rgba(32, 189, 86, 0.7);
}

@media (min-width: 768px) {
  .subscribe-offer-widget__success-notification {
    font-size: 18px;
  }
}

.card-ask {
  padding-top: 45px;
  padding-bottom: 45px;
}

.card-ask__wrapper {
  background: #F3F3F6;
  border-radius: 10px;
  position: relative;
  padding: 45px 60px;
  box-sizing: border-box;
}

.card-ask__image {
  position: absolute;
  top: 45px;
  right: 60px;
}

.card-ask__title {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  color: #343C4B;
}

.card-ask__sub-title {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #9A9EA5;
  padding-top: 8px;
  padding-bottom: 39px;
}

.card-ask__inner {
  max-width: 665px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-ask__input-wrapper {
  padding-bottom: 21px;
  width: calc(50% - 7px);
}

.card-ask__input-wrapper p {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgba(52, 60, 75, 0.7);
  padding-bottom: 10px;
}

.card-ask__input-wrapper p .note {
  color: red;
}

.card-ask__input-wrapper input {
  height: 60px;
  outline: none;
  border: none;
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 2px solid #D7DAE0;
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #343C4B;
  box-sizing: border-box;
  padding-left: 22px;
  padding-right: 22px;
}

.card-ask__input-phone-wrapper {
  display: flex;
  justify-content: space-between;
}

.card-ask__select {
  height: 60px;
  width: 70px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 2px solid #D7DAE0;
  margin-right: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
}

.card-ask__select span {
  padding-right: 11px;
  position: relative;
  display: inline-block;
  width: 23px;
  height: 18px;
}

.card-ask__select span img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.card-ask__select span:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  right: 0px;
  transform: rotate(45deg);
  border-bottom: 2px solid #9A9EA5;
  border-right: 2px solid #9A9EA5;
}

.card-ask__descr p {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(52, 60, 75, 0.7);
}

.card-ask__descr a {
  color: #2F69FF;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  text-decoration: none;
}

.card-ask__descr a:hover {
  border-bottom: 1px solid #2F69FF;
}

.card-ask__input-submit input {
  height: 60px;
  width: 100%;
  background-color: #2F69FF;
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.card-ask__input-submit input:hover {
  background-color: #2F82FF;
}

.card-ask__input-submit input:active {
  background-color: #2057E6;
}

.card-brand__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgba(52, 60, 75, 0.1);
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 50px;
}

.card-brand__image {
  width: 215px;
  height: 125px;
  box-shadow: 5px 5px 60px rgba(52, 60, 75, 0.12);
  border-radius: 12px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-brand__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.card-brand__content {
  width: 225px;
  margin-left: 50px;
  margin-right: 50px;
}

.card-brand__text {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  color: #343C4B;
}

.card-brand__name {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  color: #2F69FF;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.card-brand__link-all {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  color: #9A9EA5;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.card-brand__link-all:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0px;
  border-bottom: 2px dotted #9A9EA5;
  transition: 0.3s;
}

.card-brand__link-all:hover:after {
  width: 50%;
}

.card-brand__link-all:active:after {
  width: 25%;
}

.card-brand__list {
  width: calc(100% - 540px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.card-brand__item {
  height: 42px;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #fff;
  border: 1px solid rgba(52, 60, 75, 0.1);
  border-radius: 5px;
  transition: 0.3s;
}

.card-brand__item:hover {
  border: 1px solid #2F69FF;
}

.card-brand__item:hover a {
  color: #2F69FF;
}

.card-brand__link {
  text-decoration: none;
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  color: #343C4B;
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 20px;
  transition: 0.3s;
}

.card-kit__wrapper {
  border-bottom: 2px solid rgba(52, 60, 75, 0.1);
  padding-bottom: 45px;
}

.card-kit__title {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  color: #343C4B;
  padding-top: 46px;
  padding-bottom: 32px;
  border-top: 2px solid rgba(52, 60, 75, 0.1);
  margin-top: 45px;
}

.card-kit__inner {
  display: flex;
  justify-content: space-between;
}

.card-kit__product {
  width: 235px;
  text-align: center;
}

.card-kit__product .kit-product__image {
  width: 185px;
  height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.card-kit__product .kit-product__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.card-kit__product .kit-product__name {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #343C4B;
  padding-top: 30px;
  padding-bottom: 18px;
}

.card-kit__devider {
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.card-kit__devider:after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background-color: #EEEFF1;
  position: absolute;
  top: 0px;
  left: calc(50% - 2px);
  z-index: 1;
}

.card-kit__devider.kit-plus {
  margin-left: 35px;
  margin-right: 35px;
}

.card-kit__devider.kit-equal {
  margin-left: 10px;
  margin-right: 30px;
}

.card-kit__accessories {
  width: calc(100% - 720px);
}

.card-kit__accessories .kit-accessories__inner {
  padding-right: 22px;
  overflow: auto;
  height: 370px;
}

.card-kit__accessories .kit-accessories__inner::-webkit-scrollbar {
  width: 4px;
}

.card-kit__accessories .kit-accessories__inner::-webkit-scrollbar-track {
  background-color: #DCDCE9;
}

.card-kit__accessories .kit-accessories__inner::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 4px #2F69FF;
}

.card-kit__accessories .kit-accessories__inner {
  scrollbar-color: #9A9EA5 #DCDCE9;
  scrollbar-width: thin;
}

.card-kit__accessories .kit-accessories__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgba(52, 60, 75, 0.1);
  padding-bottom: 8px;
  padding-top: 8px;
  transition: 0.3;
}

.card-kit__accessories .kit-accessories__item:hover .kit-accessories__image, .card-kit__accessories .kit-accessories__item:hover .kit-accessories__name {
  opacity: 1;
}

.card-kit__accessories .kit-accessories__item.added {
  border-bottom: 2px solid #2F69FF;
}

.card-kit__accessories .kit-accessories__item.added .kit-accessories__image, .card-kit__accessories .kit-accessories__item.added .kit-accessories__name {
  opacity: 1;
}

.card-kit__accessories .kit-accessories__image {
  width: 74px;
  height: 74px;
  padding: 2px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
  transition: 0.3s;
  opacity: 0.5;
}

.card-kit__accessories .kit-accessories__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.card-kit__accessories .kit-accessories__name {
  width: calc(100% - 285px);
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #455067;
  transition: 0.3;
  opacity: 0.5;
}

.card-kit__accessories .kit-accessories__price {
  width: 140px;
  text-align: right;
}

.card-kit__accessories .kit-accessories__old-price {
  display: inline-block;
  font-family: "Gilroy", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: line-through;
  color: #9A9EA5;
  padding-right: 12px;
}

.card-kit__accessories .kit-accessories__cur-price {
  display: inline-block;
  font-family: "Gilroy", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343C4B;
}

.card-kit__price {
  width: 285px;
  padding: 12px;
  box-sizing: border-box;
  border: 2px dashed rgba(52, 60, 75, 0.2);
  border-radius: 12px;
  position: relative;
}

.card-kit__price:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  /*background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-scissors.png);*/
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.398437 12.2001C0.398437 13.5027 1.49584 14.6001 2.79844 14.6001C4.10104 14.6001 5.19844 13.5027 5.19844 12.2001C5.19844 12.0169 5.17259 11.8395 5.13164 11.6669L6.99844 9.8001L8.86523 11.6669C8.82428 11.8395 8.79844 12.0169 8.79844 12.2001C8.79844 13.5027 9.89584 14.6001 11.1984 14.6001C12.501 14.6001 13.5984 13.5027 13.5984 12.2001C13.5984 10.8975 12.501 9.8001 11.1984 9.8001C11.0152 9.8001 10.8379 9.82594 10.6652 9.86689L8.79844 8.0001L12.1195 4.679C12.6817 4.1168 12.9984 3.35351 12.9984 2.55791L12.9984 1.23252C12.9984 0.851518 12.5378 0.660775 12.2684 0.930174L3.33164 9.86689C3.159 9.82594 2.98168 9.8001 2.79844 9.8001C1.49584 9.8001 0.398437 10.8975 0.398437 12.2001ZM0.998437 2.55791C0.998437 3.35351 1.31514 4.1168 1.87734 4.679L4.35 7.15166L6.15 5.35166L1.72852 0.930175C1.45912 0.660775 0.998437 0.851519 0.998437 1.23252L0.998437 2.55791ZM1.59844 12.2001C1.59844 11.5599 2.15824 11.0001 2.79844 11.0001C3.43864 11.0001 3.99844 11.5599 3.99844 12.2001C3.99844 12.8403 3.43864 13.4001 2.79844 13.4001C2.15824 13.4001 1.59844 12.8403 1.59844 12.2001ZM6.39844 8.0001C6.39844 7.6689 6.66724 7.4001 6.99844 7.4001C7.32964 7.4001 7.59844 7.6689 7.59844 8.0001C7.59844 8.3313 7.32964 8.6001 6.99844 8.6001C6.66724 8.6001 6.39844 8.3313 6.39844 8.0001ZM9.99844 12.2001C9.99844 11.5599 10.5582 11.0001 11.1984 11.0001C11.8386 11.0001 12.3984 11.5599 12.3984 12.2001C12.3984 12.8403 11.8386 13.4001 11.1984 13.4001C10.5582 13.4001 9.99844 12.8403 9.99844 12.2001Z' fill='%23353C45'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -8px;
  bottom: 90px;
  background-color: #fff;
}

.card-kit__price-inner {
  text-align: center;
  width: 100%;
}

.card-kit__price-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(47, 105, 255, 0.1);
  border-radius: 8px;
  height: 100%;
}

.card-kit__price .kit-price__title {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #343C4B;
  padding-top: 61px;
  padding-bottom: 23px;
}

.card-kit__price .kit-price__economy {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #30AD80;
  padding-bottom: 28px;
  padding-top: 4px;
}

.card-kit__buy {
  box-sizing: border-box;
  border-radius: 6px;
  height: 52px;
  width: calc(100% - 40px);
  transition: 0.3s;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 61px;
}

.card-kit__buy:hover {
  background-color: #2F82FF;
}

.card-kit__buy:active {
  background-color: #2057E6;
}

.card-kit .kit-product__old-price {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #9A9EA5;
  text-decoration: line-through;
  vertical-align: top;
  margin-bottom: 3px;
}

.card-kit .kit-product__cur-price {
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #343C4B;
  white-space: nowrap;
}

.card-kit .kit-product__discount {
  font-family: "Gilroy", "Arial", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  color: #343C4B;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-catalog-label.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  width: 34px;
  height: 16px;
  display: inline-block;
  text-align: right;
  padding-right: 2px;
  margin-bottom: 3px;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 6px;
}

.card-tab-content {
  display: none;
}

.card-tab-content__title {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  color: #455067;
  padding-top: 35px;
  padding-bottom: 25px;
}

.card-tabs__wrapper {
  border-bottom: 2px solid rgba(52, 60, 75, 0.1);
  padding-bottom: 6px;
  padding-top: 80px;
}

.card-tabs__wrapper .card-tab {
  background: #F3F3F6;
  border-radius: 6px;
  height: 47px;
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343C4B;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  transition: 0.3s;
  cursor: pointer;
}

.card-tabs__wrapper .card-tab:hover {
  border: 1px solid #2F69FF;
  color: #2F69FF;
  background-color: rgba(47, 105, 255, 0.15);
}

.card-tabs__wrapper .card-tab.active {
  background-color: #2F69FF;
  border: 1px solid #2F69FF;
  color: #fff;
}

.product-content-main {
  display: block;
}

.tab-main {
  display: flex;
}

.tab-main .show-trigger {
  padding-bottom: 20px;
}

.tab-main__left {
  width: 55%;
}

.tab-main__left .tab-description__wrapper p {
  font-family: "Gilroy", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #455067;
  padding-bottom: 15px;
}

.tab-main__left .tab-description .show-trigger {
  padding-top: 10px;
}

.tab-main__left .tab-props__wrapper {
  max-height: 330px;
  overflow: hidden;
}

.tab-main__left .tab-props__list {
  columns: 1;
  column-gap: 0;
}

.tab-main__left .tab-equipment__content {
  width: calc(100% - 150px);
}

.tab-main__right {
  width: calc(45% - 35px);
  margin-left: 35px;
}

.tab-main__right .tab-reviews {
  padding-top: 0px;
}

.tab-main__right .tab-reviews__wrapper {
  display: block;
}

.tab-main__right .tab-reviews__col-content {
  width: 100%;
  padding-right: 0px;
  overflow: hidden;
  max-height: 720px;
}

.tab-main__right .tab-documentation__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
}

.tab-main__right .tab-documentation__file {
  width: 28px;
  height: 28px;
}

.tab-main__right .tab-documentation__file img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.tab-main__right .tab-documentation__inner {
  width: calc(100% - 70px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.tab-main__right .tab-documentation__inner:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: calc(50% - 1px);
  left: 0px;
  opacity: 0.3;
  border-bottom: 2px dotted #343C4B;
  z-index: 0;
}

.tab-main__right .tab-documentation__name {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #343C4B;
  background-color: #fff;
  padding-right: 6px;
  position: relative;
}

.tab-main__right .tab-documentation__size {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #9A9EA5;
  background-color: #fff;
  padding-left: 6px;
  position: relative;
}

.tab-main__right .tab-documentation__download {
  width: 28px;
  height: 28px;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-download.png);
  background-repeat: no-repeat;
  background-position: center;
}

.tab-equipment__wrapper {
  background: #fff;
  box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
  border-radius: 12px;
  padding: 15px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab-equipment__image {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-equipment__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.tab-equipment__content {
  width: calc(100% - 315px);
}

.tab-equipment__title {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #455067;
  padding-bottom: 8px;
}

.tab-equipment__list {
  display: flex;
  flex-wrap: wrap;
}

.tab-equipment__item {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #455067;
  padding-left: 22px;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-check-tab.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  margin-right: 12px;
  margin-bottom: 8px;
}

.tab-guarantee__wrapper {
  display: flex;
  justify-content: space-between;
}

.tab-guarantee__col {
  width: calc(50% - 20px);
}

.tab-guarantee__content {
  box-sizing: border-box;
}

.tab-guarantee__content p {
  font-family: "Gilroy", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #282D37;
  opacity: 0.7;
  margin-bottom: 20px;
}

.tab-props__list {
  columns: 2;
  column-gap: 22px;
}

.tab-props__item {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 13px;
}

.tab-props__item:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: calc(50% - 1px);
  left: 0px;
  opacity: 0.3;
  border-bottom: 2px dotted #343C4B;
  z-index: 0;
}

.tab-props__name {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #343C4B;
  background-color: #fff;
  padding-right: 6px;
  position: relative;
  z-index: 5;
}

.tab-props__value {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #9A9EA5;
  background-color: #fff;
  padding-left: 5px;
  position: relative;
  z-index: 5;
}

/*.tab-reviews {
    padding-top: 35px;
}*/
.tab-reviews__wrapper {
  display: flex;
}

.tab-reviews__col-content {
  width: calc(100% - 335px);
  padding-right: 85px;
  box-sizing: border-box;
}

.tab-reviews__col-info {
  width: 335px;
}

.tab-reviews__sticky {
  position: sticky;
  top: 90px;
  padding-bottom: 35px;
}

.tab-reviews__item {
  border-bottom: 2px solid rgba(52, 60, 75, 0.1);
  margin-bottom: 35px;
}

.tab-reviews__top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.tab-reviews__image {
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(47, 105, 255, 0.15);
  margin-right: 15px;
}

.tab-reviews__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.tab-reviews__name {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #343C4B;
  padding-bottom: 6px;
}

.tab-reviews__date {
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #9A9EA5;
  /*padding-left: 25px;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-clock.png);
  background-repeat: no-repeat;
  background-position: 0 center;*/
}

.tab-reviews__text {
  font-family: "Gilroy", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #343C4B;
  opacity: 0.7;
  padding-top: 18px;
  padding-bottom: 27px;
}

.tab-reviews__photos {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tab-reviews__photo {
  width: 102px;
  height: 70px;
  border: 1px solid #D7DAE0;
  box-sizing: border-box;
  border-radius: 6px;
  margin-right: 7px;
  margin-bottom: 7px;
  overflow: hidden;
  cursor: pointer;
}

.tab-reviews__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab-reviews__like {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  color: #9A9EA5;
  /*padding-left: 25px;*/
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 18px;
  margin-bottom: 18px;
}

/*.tab-reviews__like:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0px;
    transition: 0.3s;
    background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-like.png);
    background-repeat: no-repeat;
    background-position: center;
}*/
.tab-reviews__like.active {
  color: #343C4B;
}

/*.tab-reviews__like.active:after {
    background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-like-blue.png);
}*/
.tab-reviews__like:hover {
  color: #343C4B;
}

/*.tab-reviews__like:hover:after {
    background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-like-blue.png);
}*/
.tab-reviews__props-title {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #343C4B;
  padding-bottom: 30px;
  padding-top: 30px;
}

.tab-reviews__props-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px dotted rgba(52, 60, 75, 0.2);
  padding-top: 11px;
  padding-bottom: 11px;
}

.tab-reviews__props-item > span {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-info-i.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  cursor: pointer;
}

.tab-reviews__prop {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #343C4B;
}

.tab-reviews__prop > span {
  display: inline-block;
  padding-left: 5px;
  display: inline-block;
  vertical-align: top;
  color: #2F69FF;
}

.reviews-detail {
  background: #fff;
  box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
  border-radius: 12px;
}

.reviews-detail__top {
  border-bottom: 2px solid rgba(52, 60, 75, 0.1);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 30px;
}

.reviews-detail__count-main {
  width: 54px;
  height: 54px;
  background: #20BD56;
  border-radius: 10px;
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-left: 22px;
}

.reviews-detail__text span {
  display: block;
  font-family: "Acrom", "Arial", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #343C4B;
  padding-bottom: 6px;
}

.reviews-detail__stars span {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #9A9EA5;
  display: inline-block;
  vertical-align: top;
  margin-left: 9px;
  padding-bottom: 0;
}

.reviews-detail__bottom {
  padding: 21px 30px 30px 30px;
  box-sizing: border-box;
}

.reviews-detail__link {
  box-sizing: border-box;
  border-radius: 6px;
  height: 52px;
  width: calc(50% - 5px);
  transition: 0.3s;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}

.reviews-detail__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3px;
  padding-bottom: 4px;
}

.reviews-detail__star {
  /*background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-rating-star.png);*/
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.reviews-detail__num {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 90%;
  color: #9A9EA5;
  width: 10px;
  text-align: center;
}

.reviews-detail__line-wrapper {
  width: calc(100% - 75px);
  border-radius: 3px;
  background-color: #F1F1F5;
}

.reviews-detail__line {
  height: 6px;
  border-radius: 3px;
  background-color: #FFD600;
}

.reviews-detail__count {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 90%;
  color: #9A9EA5;
  width: 27px;
}

.tab-get__info {
  position: relative;
}

.tab-get__image {
  position: absolute;
  top: 0px;
  right: 0px;
}

.tab-get__content {
  width: calc(100% - 580px);
}

.tab-get__text {
  font-family: "Gilroy", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #282D37;
  opacity: 0.7;
}

.tab-get__city-search {
  background: #F3F3F7;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-search.png);
  background-repeat: no-repeat;
  background-position: 27px center;
  border-radius: 5px;
  width: 100%;
  position: relative;
  z-index: 999;
  margin-top: 26px;
  margin-bottom: 32px;
}

.tab-get__city-search input {
  outline: none;
  border: none;
  border-radius: 5px;
  background: transparent;
  height: 52px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 55px;
  padding-right: 20px;
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343C4B;
}

.tab-get__cities {
  padding-bottom: 52px;
}

.tab-get__city {
  background: #F3F3F6;
  border-radius: 6px;
  height: 47px;
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #343C4B;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.tab-get__city:hover {
  border: 1px solid #2F69FF;
  color: #2F69FF;
  background-color: rgba(47, 105, 255, 0.15);
}

.tab-get__city.active {
  background-color: #2F69FF;
  border: 1px solid #2F69FF;
  color: #fff;
}

.tab-get__city-info {
  display: flex;
}

.tab-get__city-col {
  width: 445px;
  margin-right: 22px;
  background: #fff;
  box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
  border-radius: 12px;
  box-sizing: border-box;
  padding: 45px 48px;
}

.tab-get__map-col {
  width: calc(100% - 467px);
  border: 5px solid #fff;
  box-sizing: border-box;
  filter: drop-shadow(5px 5px 60px rgba(36, 40, 43, 0.1));
  border-radius: 12px;
}

.tab-get__map-col iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.tab-get .get-city__name {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  color: #455067;
  padding-bottom: 27px;
}

.tab-get .get-city__sub-title {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #455067;
  opacity: 0.5;
  margin-bottom: 11px;
}

.tab-get .get-city__info {
  /*background-repeat: no-repeat;
  background-position: 0 center;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-location-b.png);*/
  margin-bottom: 32px;
}

.tab-get .get-city__info p {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #455067;
  /*padding-left: 38px;*/
}

.tab-get .get-city__phone a {
  font-family: "Gilroy", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #2F69FF;
  text-decoration: none;
  /*padding-left: 38px;*/
  display: inline-flex;
  align-items: center;
}

.tab-get .get-city__link {
  box-sizing: border-box;
  border-radius: 6px;
  height: 52px;
  width: calc(50% - 5px);
  transition: 0.3s;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}

.tab-get .get-city__link:hover {
  background-color: #2F82FF;
}

.tab-get .get-city__link:active {
  background-color: #2057E5;
}

.tab-useful__title {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  color: #455067;
  padding-top: 40px;
  padding-bottom: 20px;
}

.tab-useful__text {
  font-family: "Gilroy", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: rgba(40, 45, 55, 0.7);
  padding-bottom: 15px;
}

.tab-useful__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tab-useful__item {
  width: calc(50% - 11px);
  display: flex;
  background: #fff;
  box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
  border-radius: 12px;
  padding: 14px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.tab-useful__video {
  width: 245px;
  border-radius: 8px;
  overflow: hidden;
}

.tab-useful__video-wrapper {
  width: 100%;
  float: none;
  clear: both;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.tab-useful__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab-useful__info {
  width: calc(100% - 245px);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-left: 35px;
  box-sizing: border-box;
}

.tab-useful__name {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #343C4B;
  padding-bottom: 15px;
}

.tab-useful__stats {
  display: flex;
  justify-content: flex-start;
}

.tab-useful__date {
  font-family: "Gilroy", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #9A9EA5;
  /*padding-left: 24px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-video-clock.png);*/
  margin-right: 21px;
}

.tab-useful__views {
  font-family: "Gilroy", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #9A9EA5;
  /*padding-left: 24px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-video-views.png);*/
}

.tab-useful__date,
.tab-useful__views {
  display: flex;
  align-items: center;
}

.tab-useful__date svg,
.tab-useful__views svg {
  margin-right: 7px;
}

.tab-trade-in__title {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  color: #455067;
  padding-top: 40px;
  padding-bottom: 20px;
}

.tab-trade-in__text {
  font-family: "Gilroy", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: rgba(40, 45, 55, 0.7);
  padding-bottom: 15px;
}

.tab-trade-in__options {
  display: flex;
}

.tab-trade-in__options-inner {
  width: calc(100% - 200px);
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
}

.tab-trade-in__option {
  position: relative;
  width: calc(25% - 3px);
  margin-right: 3px;
}

.tab-trade-in__selected {
  height: 54px;
  background: #F3F3F6;
  padding: 0 30px;
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #455067;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.tab-trade-in__selected:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 3px solid #9A9EA5;
  border-bottom: 3px solid #9A9EA5;
  position: absolute;
  top: 22px;
  right: 20px;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.tab-trade-in__selected.active:after {
  transform: rotate(-135deg);
  top: 25px;
}

.tab-trade-in__list {
  position: absolute;
  top: calc(100% + 3px);
  border-radius: 6px;
  left: 0px;
  background: #F3F3F6;
  display: none;
  z-index: 99;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 30px;
}

.tab-trade-in__list li a {
  text-decoration: none;
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #455067;
  display: block;
}

.tab-trade-in__submit {
  border-radius: 6px;
  width: 200px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.tab-trade-in__submit:hover {
  background-color: #2F82FF;
}

.tab-trade-in__submit:active {
  background-color: #2057E6;
}

.tab-trade-in__note {
  font-family: "Gilroy", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: rgba(40, 45, 55, 0.7);
  padding-bottom: 15px;
  padding-top: 24px;
}

.tab-trade-in__important {
  display: flex;
  justify-content: space-between;
}

.tab-trade-in__important .important__item {
  background: #fff;
  box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
  border-radius: 8px;
  width: calc(25% - 16px);
  padding: 30px;
  box-sizing: border-box;
}

.tab-trade-in__important .important__image {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.tab-trade-in__important .important__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.tab-trade-in__important .important__title {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 100%;
  color: #455067;
  padding-bottom: 18px;
  padding-top: 25px;
}

.tab-trade-in__important .important__list {
  padding-bottom: 12px;
}

.tab-trade-in__important .important__list li {
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #455067;
  padding-bottom: 9px;
  padding-left: 22px;
  box-sizing: border-box;
  position: relative;
}

.tab-trade-in__important .important__list li:before {
  content: "";
  display: block;
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-check-tab.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 4px;
}

.tab-trade-in__important .important__note {
  background: #F3F3F6;
  border-radius: 8px;
  padding: 14px 18px;
  font-family: "Gilroy", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: rgba(40, 45, 55, 0.7);
}

.tab-trade-in__important .important__text {
  font-family: "Gilroy", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: rgba(69, 80, 103, 0.7);
}

.similar-products__title {
  padding-top: 46px;
  padding-bottom: 35px;
  font-family: "Acrom", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  color: #343C4B;
}

.similar-products__slider {
  height: 400px;
  position: relative;
}

.similar-products__slider img {
  width: auto !important;
}

.similar-products__slider .owl-nav {
  position: absolute;
  top: calc(50% - 25px);
  left: 0px;
  width: 100%;
}

.similar-products__slider .owl-nav button {
  background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-arrow-black.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto;
  width: 50px;
  height: 50px;
  position: absolute;
  border: 1px solid #D7DAE0 !important;
  border-radius: 50%;
  transition: 0.3s;
}

.similar-products__slider .owl-nav button.owl-prev {
  transform: rotate(180deg);
  left: -90px;
}

.similar-products__slider .owl-nav button.owl-next {
  right: -90px;
}

.similar-products__slider .owl-nav button.disabled {
  display: none;
}

.similar-products__slider .owl-nav button:hover {
  background-position: calc(100% - 4px) center !important;
}

.similar-products__slider .product-gallery .owl-dots {
  display: none;
}

.similar-products__slider .catalog-main__item:hover {
  height: 635px !important;
}

.similar-products__slider .product-item-button-container {
  display: flex;
  margin-bottom: 0;
  margin-top: 8px;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}

.similar-products__slider.catalog-main__wrapper .product-item-button-container {
  margin-top: 8px;
}

.similar-products__slider .catalog-main__fast-buy {
  flex-basis: 70%;
}

.similar-products__slider .retail_add2basket {
  position: unset;
  flex-basis: 30%;
  width: 100%;
  padding: 9.5px 0;
  border: 1px solid #D7DAE0;
  background-color: #2f69ff;
  transition: background-color .2s ease-in-out;
}

.similar-products__slider .retail_add2basket svg {
  color: white;
}

.similar-products__slider .retail_add2basket:hover {
  background-color: #2f82ff;
}

@media (max-width: 550px) {
  .similar-products__slider .retail_add2basket {
    height: 20px;
  }
}

.card-top .card-info__brand-gift {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1200px) {
  .card-info__price-info-main,
  .card-top .card-info__brand-gift {
    gap: 30px;
    grid-template-columns: minmax(166px, 1fr) minmax(0, 2fr);
  }
}

.card-top .card-info__brand-gift {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 1401px) {
  .card-top .card-info__brand-gift {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

.card-top .card-info__brand-gift .card-info__brand {
  padding: 0;
  display: flex;
  order: 1;
}

@media (min-width: 650px) {
  .card-top .card-info__brand-gift .card-info__brand {
    order: 0;
  }
}

.card-top .card-info__brand-gift .card-info__brand-more {
  width: 33px;
  height: 33px;
  border-radius: 8px;
  background: #F3F3F6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  flex: none;
}

.card-top .card-info__brand-gift .card-info__brand-more svg {
  opacity: .5;
}

.card-top .card-info__brand-gift .gifts {
  flex: 1;
}

.card-top .card-info__brand-gift .card-info__brand .brand__img-wrapper {
  height: 100%;
  width: 100%;
}

.card-info__price-col {
  white-space: nowrap;
}

@media (min-width: 650px) and (max-width: 1399px) {
  .card-top .card-info__brand-gift .card-info__brand {
    max-width: 166px;
    height: 72px;
  }
}

@media (min-width: 1400px) {
  .card-info__price-info {
    margin-top: 25px;
  }
}

@media (max-width: 649px) {
  .card-top .card-info__brand-gift .gifts .gifts-dropdown__header {
    min-height: 44px;
    padding: 7px 25px 7px 10px;
  }

  .card-top .card-info__brand-gift .gifts .gifts-dropdown__header::after {
    right: 10px;
  }

  .card-top .card-info__brand-gift .gifts .gifts-dropdown__img-wrap {
    width: 24px;
    height: 24px;
    margin-right: 7px;
  }

  .card-top .card-info__brand-gift .gifts .gifts-dropdown__title {
    font-size: 12px;
  }

  .card-top .card-info__brand-gift .gifts .gifts-dropdown__price {
    font-size: 10px;
    display: block;
  }

  .card-top .card-info__brand-gift .card-info__brand .brand__img-wrapper {
    height: 50px;
    justify-content: space-between;
  }

  .card-top .card-info__brand-gift .card-info__brand .brand__img-wrapper-main {
    height: 90%;
  }
}
/*card styles finish
///////////////////////















///////////////////////
*/
/* End */


/* Start:/local/components/custom/button.addtocart/templates/.default/style.css?1742560896728*/
.desktopButton {
    display: flex;
    position: relative;
    bottom: auto;
    gap: 10px;
    justify-content: center;
    color: #fff;
    background-color: #2f69ff;
    background-position: 20px center;
    border-radius: 6px;
    font-weight: bold;
    align-items: center;
    white-space: nowrap;
    box-sizing: border-box;
    flex: 1;
    border-color: transparent;
    transition: background-color .3s ease-in-out;
    width: 100%;
    min-height: 40px;
}
.desktopButton span {
    color: inherit;
}
.buy-button__text {
    color: #fff;
}
.desktopButton:hover,
.desktopButton:focus {
    background: #2f82ff;
}
.desktopButton:active {
    background: #2057e6;
}
.desktopButton.inCart {
    filter: grayscale(100%);
}
/* End */


/* Start:/local/templates/globaldrive_new/components/bitrix/catalog.item/main_offer_accessories/style.css?1675416170782*/

.d-flex {
    display: flex!important;
}
.pb-1 {
    padding-bottom: .25rem!important;
}
.text-secondary {
    color: #6c757d!important;
}
.flex-fill {
    flex: 1 1 auto!important;
}
.text-right {
    text-align: right!important;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.text-partcode {
    font-size: 13px;
}

.name {
    margin-bottom: 10px;
}

.item_props {
    margin-bottom: 10px;
}
/* End */


/* Start:/local/templates/globaldrive_new/components/bitrix/catalog.item/main-gd-item/style.css?17277772967300*/
.catalog-block .catalog-main__wrapper.main_col_3 {
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 0;
  padding-top: 0; 
}

.d-flex{
  display: flex !important;
}

.pb-1{
  padding-bottom: .25rem !important;
}

.text-secondary{
  color: #6c757d !important;
}

.flex-fill{
  flex: 1 1 auto !important;
}

.text-right{
  text-align: right !important;
}

.badge-light{
  color: #212529;
  background-color: #f8f9fa;
}

.badge{
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.text-partcode{
  font-size: 13px;
}

.name{
  margin-bottom: 10px;
}

.item_props{
  margin-bottom: 10px;
}

.catalog-main__wrapper .catalog-main__item{
  padding: 0;
}

.catalog-main__wrapper .catalog-main__stickers{
  display: flex;
  /*flex-direction: column;*/
  align-items: flex-start;
  right: 60px;
  gap: 5px;
  flex-wrap: wrap;
}

.catalog-main__wrapper .catalog-main__stickers .sticker {
  margin: 0;
}

/**
 * Product Offers
 */
.catalog-main__offers{
  margin-bottom: 20px;
  width: 100%;
}

.catalog-main__offers + *{
  margin-top: 0 !important;
}

.product-offers{
  box-sizing: border-box;
}

.product-offers__type:not(:last-child){
  margin-bottom: 20px;
}

.product-offers__heading{
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}

.product-offers__select{
  display: block;
  width: 100%;
  padding: 8px 10px;
  transition: all .3s;
  color: #000;
  border: 2px solid #dbdbdb;
  border-radius: 6px;
  outline: 0;
  background: #fff;
  box-shadow: none;
  font-family: Acrom, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

.product-offers__select:hover{
  border-color: #ccc;
}

.product-offers__select:focus{
  border-color: #2f69ff;
}

.product-offers__list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(38px, 1fr));
  gap: 10px;
}

.product-offers__link{
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  position: relative;
  display: block;
}

.product-offers__link::before{
  content: '';
  display: block;
  padding-top: 100%;
}

.product-offers__item.selected .product-offers__link{
  cursor: default;
  border-color: #2f69ff;
}

.product-offers__link:not(.selected):hover .product-offers__link{
  border-color: #ccc;
}

.product-offers__img{
  object-fit: cover;
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.product-offers__options{
  display: flex;
  flex-wrap: wrap;
}

.product-offers__option{
  margin: 0 10px 10px 0;
}

.product-offers__option-link{
  border-radius: 5px;
  padding: 5px 8px;
  line-height: 1.1;
  border: 1px solid #f0f0f0;
  transition: all .3s;
  font-size: 14px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-family: Acrom, Arial, sans-serif;
  white-space: nowrap;
  cursor: pointer;
}

.product-offers__option.selected .product-offers__option-link{
  cursor: default;
  border-color: #2f69ff;
  color: #2f69ff;
}

.product-offers__option:not(.selected):hover .product-offers__option-link{
  border-color: #ccc;
}

/*=========================================================*/

.catalog-block .catalog-main__item{
  height: auto !important;
  max-height: none !important;
}

@media (min-width: 1200px){
  .catalog-block .product-item-button-container{
    margin-left: auto;
  }
}

.clr{
  clear: both;
}

.catalog-main__offers-area{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  z-index: 7777;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  max-width: 310px;
  filter: drop-shadow(-66px 5px 60px rgba(36, 40, 43, 0.1));
  transition: all .3s;
  width: 100%;
}

@media (min-width: 576px){
  .catalog-main__offers-area{
    max-width: 420px;
  }
}

.is-offers-visible .catalog-main__offers-area{
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.catalog-main__offers-btn{
  cursor: pointer;
  font-weight: bold;
  margin: 0;
  border-radius: 6px;
  font-size: 12px;
  font-family: Acrom, Arial, sans-serif;
  padding-top: 16px;
  padding-bottom: 16px;
  white-space: nowrap;
  line-height: normal;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  box-sizing: border-box;
  width: 100%;
  background-color: #2f69ff;
}

@media (min-width: 1400px){
  .catalog-main__offers-btn{
    font-size: 16px;
  }
}

.catalog-main__offers-btn:hover{
  background: #2f82ff;
}

.catalog-main__offers-btn span{
  color: inherit;
}

@media (max-width: 575px){
  .catalog-main__offers-btn{
    background-color: #fff;
    background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-catalog-basket.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #d7dae0;
    box-sizing: border-box;
    border-radius: 10px;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    cursor: pointer;
    transition: all 0.3s;
    top: 0;
  }

  .catalog-main__offers-btn:hover{
    background-color: #fff;
    background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-catalog-basket.png);
    background-repeat: no-repeat;
    background-position: center;
  }

  .catalog-main__offers-btn span{
    display: none;
  }
}

.offers-overlay{
  position: fixed;
  z-index: 5555;
  background: rgba(0, 0, 0, .65);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.is-locked{
  overflow: hidden;
}

.tab-reviews__date{
  position: static !important;
}

/**
 *  product-gallery
 */
.product-gallery{
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
}

.product-gallery .owl-stage-outer,
.product-gallery .owl-stage{
  height: 100%;
}

.preview-item{
  height: 100%;
}

.preview-item__img-wrap{
  display: block;
  height: 100%;
  background: #fff;
}

.preview-item__img{
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.product-gallery .owl-dots{
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  gap: 5px;
}

.product-gallery .owl-dot{
  flex: 1;
  border-radius: 5px;
  background: #e2e2ea !important;
  height: 3px;
}

.product-gallery .owl-dot.active{
  background: #2f69ff !important;
}


.product-discount-offer{
  width: 100%;
}

@media (min-width: 651px) and (max-width: 1259px) {
	.catalog-block .catalog-main__wrapper.main_col_3 {
    	grid-template-columns: repeat(2, 1fr);
	}
}
/* End */
/* /local/templates/globaldrive_new/components/bitrix/catalog.element/gd_element_main/style.css?176295083017802 */
/* /local/templates/globaldrive_new/css/card.css?174703201270992 */
/* /local/components/custom/button.addtocart/templates/.default/style.css?1742560896728 */
/* /local/templates/globaldrive_new/components/bitrix/catalog.item/main_offer_accessories/style.css?1675416170782 */
/* /local/templates/globaldrive_new/components/bitrix/catalog.item/main-gd-item/style.css?17277772967300 */
