

/* Start:/parts/style.css?173209934213156*/
.product-detail,
.product-detail *,
.parts-catalog,
.parts-catalog * {
    box-sizing: border-box;
}

/**
 * Parts Detail START
 */
.product-detail {
    font-family: Acrom, Arial, sans-serif;
    margin: 0px 0 95px;
}

@media (min-width: 768px) {
    .product-detail {
        margin: 0px 0 80px;
    }
}

.product-detail__back {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 20px;
    color: #2F69FF;
}

.product-detail__back-icon {
    flex: none;
    margin-right: 5px;
}

.product-detail__back-text {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(47, 105, 255, .4);
    transition: text-decoration-color .3s ease-in-out;
    text-underline-offset: 3px;
}

.product-detail__back:hover .product-detail__back-text {
    text-decoration-color: rgba(47, 105, 255, 1);
}

.product-detail__header {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.product-detail__aside {
    margin-left: 15px;
    flex: 0 0 120px;
    max-width: 120px;
}

@media (min-width: 768px) {
    .product-detail__aside {
        flex: 0 0 160px;
        max-width: 160px;
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    .product-detail__aside {
        flex: 0 0 200px;
        max-width: 200px;
    }
}

.product-detail__title {
    font-family: Acrom, Arial, sans-serif;
    font-size: 18px;
    flex: 1;
}

@media (min-width: 576px) {
    .product-detail__title {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .product-detail__title {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .product-detail__title {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    .product-detail__title {
        font-size: 32px;
    }
}

.product-detail__logo-wrap {
    order: 1;
    margin-left: 20px;
    max-width: 120px;
}

@media (min-width: 576px) {
    .product-detail__logo-wrap {
        max-width: 200px;
    }
}

@media (min-width: 768px) {
    .product-detail__logo-wrap {
        order: 0;
        margin-left: 0;
    }
}

.product-detail__logo {
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 50px;
    object-fit: contain;
    margin-left: auto;
    object-position: right;
}

.product-detail__btn {
    display: block;
    padding: 10px 15px;
    transition: all .3s;
    text-align: center;
    color: #fff;
    background: #2F69FF;
    border-radius: 6px;
    text-decoration: none;
    font-family: Acrom, Arial, sans-serif;
}

@media (min-width: 768px) {
    .product-detail__btn {
        width: 100%;
    }
}

.product-detail__btn:hover {
    background-color: #2f82ff;
    color: #fff;
}

@media (min-width: 768px) {
    .product-detail__main {
        display: grid;
        gap: 20px;
        grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
    }
}

@media (min-width: 992px) {
    .product-detail__main {
        gap: 30px;
        grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
    }
}

@media (min-width: 1400px) {
    .product-detail__main {
        gap: 60px;
        grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
    }
}

.product-detail__preview {
    position: relative;
    box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
    border-radius: 6px;
    margin-bottom: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.product-detail__zoom-btns-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 0;
}

@media(hover:none) {

    .product-detail__zoom-btns-container {
        display: none;
    }

    .product-detail__zoom-counter {
        display: none;
    }

}

.product-detail__zoom-btn.zoom-btn__in,
.product-detail__zoom-btn.zoom-btn__out {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: none;
    background-color: #2F69FF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
}

.product-detail__zoom-btn.zoom-btn__in:hover,
.product-detail__zoom-btn.zoom-btn__out:hover {
    opacity: 0.7;
}

.product-detail__zoom-btn.zoom-btn__in {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill='white' fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/%3E%3Cpath fill='white' d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/%3E%3Cpath fill='white' fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.product-detail__zoom-btn.zoom-btn__out {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill='white' fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/%3E%3Cpath fill='white' d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/%3E%3Cpath fill='white' fill-rule='evenodd' d='M3 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.product-detail__zoom-counter {
    position: absolute;
    top: 0;
    right: 0;
}

@media (min-width: 768px) {
    .product-detail__preview {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        max-width: none;
        align-self: start;
    }
}

.product-detail__preview-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
    -webkit-user-drag: none;
}

.parts__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 10px;
    display: grid;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    transition: background .3s ease-in-out;
    align-items: center;
}

@media (min-width: 768px) {
    .parts__grid {
        gap: 15px;
    }
}

.parts__header {
    background: #f3f3f6;
    transition: top .3s ease-in-out;
}

@media (min-width: 768px) {
    .parts__header {
        position: sticky;
        top: 146px;
        z-index: 2;
    }
}

@media (min-width: 1151px) {
    .parts__header {
        top: 106px;
    }
}

@media (min-width: 1200px) {
    .parts__header {
        top: 121px;
    }
}

.header.fixed.hided ~ * .parts__header {
    top: 0;
}

.parts__body .parts__grid:nth-child(even) {
    background: rgba(243, 243, 246, .6);
}

.parts__body .parts__grid:hover {
    background: rgba(243, 243, 246, 1);
}

@media (max-width: 767px) {
    .parts__grid > *:nth-child(1).text-center {
        text-align: left;
    }
}

.parts__grid>*:nth-child(2) {
    grid-column: span 6 / span 6;
}

.parts__grid > *:nth-child(3) {
    grid-column: span 3 / span 3;
}

.parts__grid > *:nth-child(4) {
    grid-column: span 2 / span 2;
}

.parts.is-auth .parts__grid > *:nth-child(2) {
    grid-column: span 4 / span 4;
}

.parts.is-auth .parts__grid > *:nth-child(3) {
    grid-column: span 2 / span 2;
}

.parts.is-auth .parts__grid > *:nth-child(4) {
    grid-column: span 3 / span 3;
}

.parts.is-auth .parts__grid > *:nth-child(5) {
    grid-column: span 2 / span 2;
}

.parts__caption {
    text-transform: uppercase;
    line-height: 1.15;
    font-size: 10px;
}

@media (min-width: 992px) {
    .parts__caption {
        font-size: 12px;
    }
}

.parts__caption span {
    display: none;
}

@media (min-width: 1200px) {
    .parts__caption span {
        display: inline;
    }
}

.parts__price {
    font-weight: 600;
}

.parts__price:not(.is-unknown) {
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 500;
}

.parts__price.is-unknown {
    text-decoration: underline;
    color: #2F69FF;
    font-size: 10px;
    cursor: pointer;
}

@media (min-width: 576px) {
    .parts__price.is-unknown {
        font-size: 12px;
    }
}

.parts__price.is-unknown:hover {
    text-decoration: none;
}

.parts__controls {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    margin-left: auto;
    justify-content: flex-end;
    text-align: right;
}

@media (min-width: 768px) {
    .parts__controls {
        max-width: 160px;
    }
}

.parts__add {
    display: block;
    padding: 8px;
    transition: all .3s;
    text-align: center;
    color: #fff;
    background: #2F69FF;
    border-radius: 6px;
    text-decoration: none;
    font-family: Acrom, Arial, sans-serif;
    font-size: 12px;
}

@media (min-width: 576px) {
    .parts__add {
        padding: 8px 15px;
    }
}

@media (min-width: 768px) {
    .parts__add {
        width: 100%;
        padding: 8px 5px;
    }
}

.parts__add:hover {
    background-color: #2f82ff;
    color: #fff;
}

@media (min-width: 576px) {
    .parts__add svg {
        display: none;
    }
}

.parts__add span {
    display: none;
    color: inherit;
}

@media (min-width: 576px) {
    .parts__add span {
        display: block;
    }
}

.parts__more:hover {
    color: #2F69FF;
}

.parts__unavailable {
    font-size: 12px;
    text-align: right;
    flex: 1;
    word-break: break-all;
    padding-right: 10px;
}

@media (min-width: 576px) {
    .parts__unavailable {
        padding-right: 0;
    }
}

@media (min-width: 576px) {
    .parts__unavailable svg {
        display: none;
    }
}

.parts__unavailable span {
    color: inherit;
    display: none;
}

@media (min-width: 576px) {
    .parts__unavailable span {
        display: block;
    }
}

.parts__articul {
    font-size: 10px;
    color: #2F69FF;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width: 576px) {
    .parts__articul {
        font-size: 12px;
    }
}

.parts__articul a {
    text-decoration: none;
    color: inherit;
}

.parts__articul a:hover {
    text-decoration: underline;
}

.parts__title {
    font-size: 12px;
    font-weight: bold;
    display: flex;
    /* word-break: break-all; */
    flex-direction: column;
    gap: 5px;
    position: relative;
    padding-left: 13px;
}

.parts__title a {
    text-decoration: none;
}

.parts__title a:last-child {
    color: #2F69FF;
}

.parts__title a:hover {
    color: #2F69FF;
    text-decoration: underline;
}

.parts__legends {
    display: flex;
    margin-right: 7px;
    align-items: center;
    position: absolute;
    left: 0;
    top: 3px;
}

.parts__legend:not(:last-child) {
    margin-right: 4px;
}

.text-center {
    text-align: center;
}

.parts__bottom {
    margin-top: 20px;
    font-size: 14px;
}

.parts__bottom>*:not(:last-child) {
    margin-bottom: 10px;
}

.parts__bottom li {
    padding-left: 15px;
    position: relative;
}

.parts__bottom li::before {
    content: ' - ';
}

.parts__bottom li:not(:last-child) {
    margin-bottom: 5px;
}

.parts__bottom li .legend-mark {
    position: absolute;
    left: 0;
    top: 3px;
}

.legend-mark {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
    display: block;
}

.legend-mark.is-warning {
    background: orange;
}

.legend-mark.is-success {
    background: green;
}

.legend-mark.is-danger {
    background: red;
}

/**
 * Parts Detail END
 */

/**
 * Parts Catalog START
 */
.parts-catalog {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 576px) {
    .parts-catalog {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .parts-catalog {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1400px) {
    .parts-catalog {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.parts-product {
    transition: box-shadow .3s ease-in-out;
    border-radius: 6px;
}

.parts-product:hover {
    box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
}

.parts-product:hover .parts-product__heading {
    color: #2F69FF;
}

.parts-product__main {
    display: block;
    padding: 15px;
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .parts-product__main {
        padding: 20px;
    }
}

.parts-product__heading {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .parts-product__heading {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .parts-product__heading {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

.parts-product__img-wrap {
    margin-top: auto;
}

.parts-product__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 11.3 / 16;
}

.is-secondary .parts-product__img {
    aspect-ratio: 1 / 1;
}

/**
 * Parts Catalog END
 */
/* End */


/* Start:/local/templates/globaldrive_new/components/bitrix/catalog.element/parts_main_new/style.css?16768961422241*/

/**
 * 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;
}


/* 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 */
/* /parts/style.css?173209934213156 */
/* /local/templates/globaldrive_new/components/bitrix/catalog.element/parts_main_new/style.css?16768961422241 */
/* /local/templates/globaldrive_new/css/card.css?174703201270992 */
/* /local/components/custom/button.addtocart/templates/.default/style.css?1742560896728 */
