

/* Start:/local/templates/galaxystore/css/offer/offer.css?15706193631491*/
.offer {
  counter-reset: section;
}
  .offer__title {
    margin-bottom: 17px;
  }
  .offer__top {
    margin-bottom: 28px;
    width: 100%;
    max-width: 949px;
  }
.offer__content {
    margin-bottom: 55px;
}
.offer__section {
    counter-reset: text;
    counter-increment: section;
}
.offer__section:not(:last-child) {
  margin-bottom: 50px;
}
.offer__section .g-title-l {
      position: relative;
      margin-bottom: 18px;
      padding-left: 35px;
}
.offer__section .g-title-l:after {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(section)'.';
}
.offer__section .g-text {
      position: relative;
      counter-increment: text;
      padding-left: 40px;
}
.offer__section .g-text:not(:last-child) {
  margin-bottom: 10px;
}
.offer__section .g-text:after {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(section)'.'counter(text)'.';
}
.offer__list {
    counter-reset: link;
}
.offer__item {
    counter-increment: link;
    position: relative;
    padding-left: 30px;
}
.offer__item:not(:last-child) {
  margin-bottom: 10px;
}
.offer__item:after {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(link)'.';
  line-height: 20px;
}
@media (min-width: 768px) {
  .offer__content {
    margin-bottom: 75px;
  }
}
@media (min-width: 980px) {
  .offer__top {
    margin-bottom: 40px;
  }
}
@media (max-width: 979px) {
  .offer__list {
    margin-bottom: 49px;
  }
}
@media (max-width: 767px) {
  .offer__list {
    margin-bottom: 31px;
  }
}

/* End */
/* /local/templates/galaxystore/css/offer/offer.css?15706193631491 */




/* Start:/local/templates/galaxystore/css/actions/actions.css?15682750611061*/
.actions-card__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 25px;
    border-radius: 3px;
    padding-bottom: 64%;
    display: block;
    position: relative;
    overflow: hidden
  }
.actions-card__picture img{
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
    }
.actions-card__title {
    margin-bottom: 11px;
}
.actions-card__text {
    margin-bottom: 10px;
}
.actions {
  padding-bottom: 55px;
}
.actions__title {
    margin-bottom: 17px;
}
.actions .row {
    margin: -15px -15px -20px;
}
.actions .col {
    margin: 15px 0 20px;
}
@media (min-width: 768px) {
    .actions-card__image.gm-main {
        padding-bottom: 36%
    }
    .actions {
        padding-bottom: 75px
    }
    .actions .row {
        margin: -15px -15px -40px
    }
    .actions .col {
        margin: 15px 0 40px
    }
}

/* End */
/* /local/templates/galaxystore/css/actions/actions.css?15682750611061 */








.product-comments {
    padding-bottom: 20px;
}
.product-comments:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}
.product-comments__items {
    margin-bottom: 32px;
}
.product-comments__item:not(:last-child) {
    border-bottom: 1px solid #EAEAEA;
}
.product-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    position: relative;
}
@media(max-width: 767px) {
    .product-comment {
        padding: 20px 0;
    }
}
.product-comment.gm-first {
    padding: 0;
}
.product-comment__name {
    margin-bottom: 15px;
}
.product-comment__stars {
    margin-bottom: 8px;
}
.product-comment__stars .svg {
    fill: #F4F1EE;
}
.product-comment__stars.gm-star-1 .svg:nth-child(-n+1) {
    fill: #F8E71C;
}
.product-comment__stars.gm-star-2 .svg:nth-child(-n+2) {
    fill: #F8E71C;
}
.product-comment__stars.gm-star-3 .svg:nth-child(-n+3) {
    fill: #F8E71C;
}
.product-comment__stars.gm-star-4 .svg:nth-child(-n+4) {
    fill: #F8E71C;
}
.product-comment__stars.gm-star-5 .svg:nth-child(-n+5) {
    fill: #F8E71C;
}
@media(max-width: 767px) {
    .product-comment__stars {
        position: absolute;
        left: 0;
        top: 47px;
    }
}

@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    .product-comment__stars {
        top: 49px;
    }
}

.product-cards__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px
}
.product-cards__title.gm-acces {
    margin-bottom: 17px;
}
.product-cards__view {
    margin-left: 40px;
}
.product-cards__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 27px;
}
.product-cards__link {
    margin: 0 10px;
    line-height: 30px;
}
.product-cards__item {
    width: 100%;
}
.product-about__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.product-about__view {
    display: inline-block;
    margin-left: 40px;
}
.product-about__item {
    padding-bottom: 40px;
}
.product-about__item.gm-views {
    padding-bottom: 0;
}
.product-about__button {
    margin-top: 30px;
}
.product-receive__title {
    margin-bottom: 16px;
}
.product-receive__title .svg {
    margin-left: 9px;
    -webkit-transform: rotate(90deg) translateX(2px);
    -ms-transform: rotate(90deg) translateX(2px);
    transform: rotate(90deg) translateX(2px);
}
.product-receive__title-link {
    cursor: pointer;
}
.product-receive__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-receive__line:not(:last-child) {
    margin-bottom: 19px;
}
.product-receive__line.gm-urgently .product-receive__info {
    background-image: url('/local/templates/galaxystore/img/product/svg/urgently.svg');
}
.product-receive__line.gm-score .product-receive__info {
    background-image: url('/local/templates/galaxystore/img/product/svg/score.svg');
}
.product-receive__line.gm-courier .product-receive__info {
    background-image: url('/local/templates/galaxystore/img/product/svg/courier.svg');
}
.product-receive__line.gm-mappoint .product-receive__info {
    background-image: url('/local/templates/galaxystore/img/product/svg/mappoint.svg');
}
.product-receive__block {
    position: relative;
    padding-left: 33px;
}
.product-receive__icon {
    position: absolute;
    top: 0;
    left: 0;
}
.product-receive__item.gm-dots {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
/* РџРµСЂРµРЅРµСЃРµРЅ РІ core/local/templates/galaxystore/components/multisite/catalog.detail/galaxystore/style.css */
/*.product-receive__item.gm-dots:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 10px;
  right: 10px;
  height: 2px;
  background-image: url('/local/templates/galaxystore/img/product/svg/dot-underline.svg');
  background-repeat: repeat-x;
  background-position: left;
}*/
.product-receive__info {
    padding-left: 33px;
    background-repeat: no-repeat;
    background-position: left top;
}
.product-receive .g-link {
    white-space: nowrap;
}
.product-receive .g-text {
    white-space: nowrap;
}
.product-receive .g-text a {
    color: #0077c8;
}
.product-receive .g-text span {
    display: block;
}
.product-receive__timer {
    margin-top: 15px;
    display: inline-block;
}
.product-specs-top .g-text-bold {
    margin-bottom: 20px;
}
.product-specs-top__item {
    padding-left: 20px;
    position: relative;
}
.product-specs-top__item:not(.gm-link) {
    margin-bottom: 10px;
}
.product-specs-top__item:not(.gm-link):after {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    background-image: url('/local/templates/galaxystore/img/global/svg/check-spec.svg');
    width: 9px;
    height: 8px;
}
.product-links {
    background-color: #F7F7F7;
    border-radius: 5px;
}
.product-links__link {
    display: block;
    padding: 17px 40px 14px 20px;
    position: relative;
}
.product-links__link span {
    color: inherit;
}
/*.product-links__link:not(last-child):after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}*/
.product-links__link .svg {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: rgba(0, 0, 0, 0.5);
}
.product-buy .g-button {
    width: 100%;
}
.product-buy__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}
.product-buy__description {
    margin-top: 25px;
}
.product-buy__old {
    font-family: "SamsungSharpSans";
    font-size: 21px;
    line-height: 23px;
    font-weight: bold;
    color: #CCCCCC;
    display: inline-block;
    margin-bottom: 12px;
}
.product-buy__active {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-slider__slider {
    position: relative;
}
.product-slider__button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.product-slider__button.gm-prev {
    left: 30px;
}
.product-slider__button.gm-next {
    right: 30px;
}
.product-slider__item {
    position: relative;
    height: 220px;
    background-color: #ffffff;
}
.product-slider__item img:not(.Magic360-img) {
    display: block;
}
.product-slider__item .Magic360-img {
    max-height: 100%;
}
.product-slider__item .Magic360-container.desktop {
    height: 100%;
}
.product-slider__item .Magic360-container.desktop .Magic360 {
    display: block !important;
    height: 100%;
}
.product-slider__thumbs {

}
.product-slider__thumb {
    width: 25%;
    height: 70px !important;
    position: relative;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    cursor: pointer;
    margin-bottom: 20px;
}
.product-slider__thumb.gm-active {
    opacity: 0.4;
}
.product-slider__thumb:hover {
    opacity: 0.4;
}
.product-slider__thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.product-slider__360 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-slider__360-item .Magic360, .product-slider__360-item .Magic360-container {
    border: none;
}
.product-slider__video {
    position: relative;
    padding-bottom: 64%;
}
.product-slider__video-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-offer {
    border-radius: 5px;
    background-color: #F7F7F7;
    padding: 13px 20px;
    position: relative;
}
.product-offer .g-text a {
    color: #0077c8;
}
.product-offer .g-title-xl {
    margin-bottom: 10px;
}
.product-offer__name {
    margin-bottom: 10px;
    padding-right: 35px;
}
.product-offer__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.product-offer__old {
    display: inline-block;
    margin-right: 15px;
}
.product-offer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-offer__image {
    width: 100%;
}
.product-offer__image img {
    display: block;
    max-width: 100%;
    mix-blend-mode: multiply;
}
.product-offer__link {
    margin-bottom: 14px
}
.product-offer__link.gm-more {
    position: absolute;
    bottom: 40px;
    right: 20px;
}
.product-offer__badge {
    position: absolute;
    top: 20px;
    right: 20px;
}
.product-param {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.product-param__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-param__item.gm-memory>.g-text {
    line-height: 40px;
}
.product-param__item .g-text {
    min-width: 80px;
    line-height: 30px;
}
.product-param__item:not(:last-child) {
    margin-bottom: 30px;
}
.product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #EAEAEA;
    position: relative;
}
.product-card__offer {
    margin-bottom: 25px;
}
.product-card__links.advice-open.online-sale {
    margin-bottom: 25px;
}
.product-card__buy {
    margin-bottom: 25px;
}
.product-card__buy.gm-stock {
    padding-bottom: 25px;
    border-bottom: 1px solid #EAEAEA;
}
.product-card__receive.g-loading.in {
    height: 250px;
}
.product-card .g-memory-selection {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-card__badges {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.product-card__badges .g-badge {
    cursor: pointer;
}
.product-card__popup {
    padding: 23px 30px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    width: 100%;
    max-width: 360px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
}
.product-card__popup.gm-active {
    display: block;
}
.product-card__popup .g-text {
    margin-bottom: 10px;
}
.product-card__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 29px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}
.product-card__360 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 10px;
}
.product-card__360 img {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 15px;
}
.product-card__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 10px;
}
.product-card__icon {
    width: 30px;
    margin-right: 10px;
    display: block;
}
.product-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.product-active__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px
}
.product-active__link:not(:last-child) {
    margin-right: 40px;
}
.product-active__link span {
    white-space: nowrap;
    margin-left: 10px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.product-active__link.gm-active .svg {
    fill: #0077c8;
}
.product-active__link .svg-heart {
    font-size: 15px;
}
.product-active__link .svg-compare {
    font-size: 10px;
}
.product-active__link .svg {
    fill: #D8D8D8;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.product__title {
    margin-bottom: 32px;
}
.product__title__links {
    display: none;
}
.product__tabs {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.product__back {
    display: none;
}
.product__back .g-button {
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: none;
    letter-spacing: normal;
}
.product__back .g-button .svg {
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: middle;
}
.product__back .g-button span {
    vertical-align: middle;
}
.product__serial {
    margin-bottom: 4px;
}
@media (min-width: 768px) {
    .product-bg__title {
        bottom: 60px;
    }
    .product-popup-form__content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .product-popup-form__h1 {
        margin-bottom: 25px;
    }
    .product-popup-form__inline .g-label {
        margin-right: 10px;
    }
    .product-popup-comment {
        padding: 40px;
    }
    .product-popup-comment__title {
        margin-bottom: 40px;
    }
    .product-popup-comment__rating {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product-popup-comment__stars {
        margin-left: 28px;
    }
    .product-popup-comment__inputs {
        margin-bottom: 30px;
    }
    .product-popup-comment__inputs .g-input {
        margin-bottom: 30px;
    }
    .product-popup-comment__button {
        max-width: 200px;
        width: 100%;
    }
    .product-popup-comment__info:last-child {
        max-width: 330px;
    }
    .product-popup-comment__info:not(:last-child) {
        padding-bottom: 55px;
    }
    .product-popup-comment__message {
        left: 40px;
        right: 40px;
    }
    .product-popup-comment__main {
        position: absolute;
        top: 50%;
        left: 40px;
        right: 40px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-height: calc(100% - 50px);
    }
    .product-fixed-mobile {
        display: none;
    }
    .product-popup-compare {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product-popup-gift {
        padding: 100px 40px 140px;
    }
    .product-popup-gift__h1 {
        text-align: center;
        margin-bottom: 52px;
    }
    .product-popup-gift__cards {
        margin: 0 -15px;
    }
    .product-popup-gift__card {
        width: 33.33333%;
        padding: 0 15px;
    }
    .product-popup-gift__card:nth-of-type(n+4) {
        margin-top: 60px;
    }
    .product-popup-card__button {
        width: 140px;
        margin: 0 auto;
    }
    .product-popup-buttons {
        padding: 20px 50px;
    }
    .product-popup-buttons.gm-bg-s {
        background-color: #F7F7F7;
    }
    .product-popup-buttons.gm-compare {
        padding: 0;
    }
    .product-popup-buttons.gm-compare .product-popup-buttons__items {
        width: auto;
        margin: 0;
    }
    .product-popup-buttons.gm-compare .product-popup-buttons__item {
        width: auto;
        padding: 0;
    }
    .product-popup-buttons.gm-compare .product-popup-buttons__button {
        width: 220px;
    }
    .product-popup-buttons__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -10px;
    }
    .product-popup-buttons__item {
        width: 50%;
        padding: 0 10px;
    }
    .product-popup-buttons__item.gm-s-none {
        display: none;
    }
    .product-popup-added {
        padding: 54px 40px 122px;
    }
    .product-popup-added__h1.g-h1 {
        margin-bottom: 52px;
    }
    .product-popup-added__item {
        margin-bottom: 60px;
    }
    .product-popup-added__link {
        font-size: 16px;
        font-weight: 700;
    }
    .product-popup-added__buttons {
        margin-bottom: 51px;
    }
    .product-popup-slider__item {
        cursor: pointer;
        height: 100%;
    }
    .product-popup-slider__360 .product-popup-slider__item {
        padding-bottom: 54%;
        height: 100%;
    }
    .product-popup-slider__360 .Magic360-container.desktop {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .product-tab__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .product-tab__title .g-link {
        margin-left: 44px;
    }
    .product-tab__title.gm-block {
        display: block;
    }
    .product-tab__checkbox {
        margin-left: 40px;
    }
    .product-spec__label {
        width: 160px;
    }
    .product-specs {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .product-comments__bottom {
        padding-left: 20%;
    }
    .product-comments__button {
        max-width: 252px;
    }
    .product-comments__empty {
        padding-left: 225px;
    }
    .product-comment__name {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }
    .product-comment__name-text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-right: 20px;
    }
    .product-comment__stars {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
    }
    .product-comment__date {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
    }
    .product-comment__text {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 80%;
        flex: 1 1 80%;
    }
    .product-cards__items {
        margin: 0 -15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-cards__item {
        padding: 0 15px;
    }
    .product-about__title {
        margin-bottom: 55px;
    }
    .product-about__title.gm-s-none {
        display: none;
    }
    .product-about__item {
        padding-bottom: 65px;
    }
    .product-about__item.gm-s-none {
        display: none;
    }
    .product-about__button {
        display: none;
    }
    .product-buy__active {
        display: none;
    }
    .product-slider__slider.gm-hidden {
        display: none;
    }
    .product-slider__slider.gm-visible {
        display: block;
    }
    .product-slider__item {
        cursor: pointer;
        height: 440px;
    }
    .product-slider__item img:not(.Magic360-img) {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-height: 100%;
        max-width: 100%;
    }
    .product-slider__360.gm-hidden {
        display: none;
    }
    .product-slider__360.gm-visible {
        display: block;
    }
    .product-slider__video.gm-hidden {
        display: none;
    }
    .product-slider__video.gm-visible {
        display: block;
    }
    .product-param {
        margin-bottom: 30px;
    }
    .product-card .g-m {
        display: none;
    }
    .product-card {
        padding-bottom: 60px;
        margin-bottom: 10px;
    }
    .product-card {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .product-card__left {
        width: 50%;
    }
    .product-card__items {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .product-card__middle {
        width: 100%;
        padding: 0 15px;
    }
    .product-card__right {
        width: 100%;
        padding: 0 15px;
    }
    .product-card__buy {
        padding-bottom: 25px;
        border-bottom: 1px solid #EAEAEA;
    }
    .product-card__badges {
        top: -29px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-card__badges .g-badge:not(:last-child) {
        margin-right: 2px;
    }
    .product-card__mobile {
        display: none;
    }
    .product-card__360 {
        padding: 0px 15px;
    }
    .product-card__video {
        padding: 0px 15px;
    }
    .product__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 52px;
    }
    .product__title .g-title-xl {
        margin-right: 40px;
    }
    .product__title__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .product__tabs {
        padding: 20px 0;
    }
    .product__tabs.gm-sticky {
        background-color: #ffffff;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 111;
    }
    .product__back {
        display: none;
    }
    .product__serial {
        margin-bottom: 7px;
    }
}
@media (min-width: 980px) {
    .product-popup-added__card {
        width: 33.33333%;
    }
    .product-popup-slider__main {
        width: calc(100% - 90px);
        padding-left: 30px;
    }
    .product-lightbox {
        padding: 35px 40px;
        min-height: 734px;
    }
    .product-popup {
        padding: 35px 40px;
        min-height: 734px;
    }
    .product-spec__label {
        width: 190px;
    }
    .product-card__left {
        width: 58.33333333%;
    }
    .product-card__items {
        width: 41.66666667%;
    }
}
@media (min-width: 1280px) {
    .product-bg {
        margin-top: -16px;
        margin-bottom: 35px;
    }
    .product-popup-buttons.gm-compare .product-popup-buttons__button {
        width: 338px;
    }
    .product-popup-slider__main {
        padding-left: 40px;
    }
    .product-specs {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .product-card .g-t {
        display: none;
    }
    .product-card__left {
        width: 33.33333333%;
    }
    .product-card__items {
        width: 66.66666667%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .product-card__middle {
        width: 50%;
        padding: 0 45px 0 15px;
    }
    .product-card__right {
        width: 50%;
    }
    .product-card__badges {
        top: -37px;
    }
    .product__title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (min-width: 1600px) {
    .product-spec__label {
        width: 245px;
    }
    .product-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-slider__block {
        width: calc(100% - 90px);
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 30px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .product-slider__bottom {
        width: 90px;
    }
    .product-slider__thumbs:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }
    .product-slider__thumbs .slick-list.m-auto {
        height: auto !important;
    }
    .product-slider__thumb {
        width: 100%;
    }
    .product-slider__thumb:last-child {
        margin-bottom: 0;
    }
    .product-card__left {
        width: 50%;
    }
    .product-card__items {
        width: 50%;
    }
}
@media (min-width: 768px) and (min-width: 768px) {
    .product-tab__title.gm-comment {
        position: relative;
    }
    .product-tab__title.gm-comment .g-link {
        position: absolute;
        /* left: 20%;
        margin-left: 0; */
    }
}

@media (min-width: 768px) {
    .product-tab__title.gm-comment .g-link {
        margin-left: 225px;
        left: auto;
    }
}

@media (min-width: 1280px) and (max-width: 1599px) {
    .product-card__right {
        padding-right: 45px;
    }
}
@media (min-width: 768px) and (max-width: 1599px) {
    .product-slider__block {
        margin-bottom: 60px;
        height: 440px;
    }
    .product-slider__thumbs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-slider__thumb.gm-tablet {
        display: inline-block;
    }
    .product-slider__bottom {
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 1279px) {
    .product-card .g-md {
        display: none;
    }
    .product-card__items {
        padding-left: 30px;
    }
    .product-card__slider.gm-tablet>.product-slider {
        border-bottom: 1px solid #EAEAEA;
        padding-bottom: 30px;
        margin-bottom: 25px;
    }
    .product-card__param.gm-tablet>.product-param {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

@media (min-width: 1280px) and (max-width: 1599px) {
    .product-cards__item:nth-child(n+6) {
        display: none;
    }
}
@media (min-width: 980px) and (max-width: 1279px) {
    .product-cards__item:nth-child(n+5) {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .product-cards__item:nth-child(n+4) {
        display: none;
    }
}

@media (max-width: 1599px) {
    .product-popup-slider__button.g-button {
        display: none;
    }
    .product-slider__thumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 390px;
        margin: 0 auto;
        width: 100%;
    }
}
@media (max-width: 1279px) {
    .product-bg {
        margin: -16px -40px 35px;
    }
    .product-lightbox__buy {
        display: none;
    }
    .product-specs-top {
        display: none;
    }
    .product-card .g-d {
        display: none;
    }
}
@media (max-width: 979px) {
    .product-popup-slider {
        left: -20px;
        right: -20px;
        height: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-bottom: 30px;
    }
    .product-popup-slider__thumbs {
        display: none;
    }
    .product-popup-slider__left {
        display: none;
    }
}
@media (max-width: 767px) {
    .product-bg {
        margin: -16px -20px 25px;
    }
    .product-bg__title {
        padding: 0 30px;
    }
    .product-popup-comment__stars {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .product-popup-comment__stars {
        margin-top: 15px;
    }
    .product-fixed-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        background-color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        z-index: 90;
        padding: 10px 20px;
        -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
    }
    .product-fixed-mobile__image {
        display: flex;
        align-items: center;
    }
    .product-fixed-mobile.gm-active {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .product-popup-compare__block {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 25px;
    }
    .product-popup-gift {
        height: 100%;
    }
    .product-popup-gift__h1.gm-mb {
        text-align: center;
        margin-bottom: 59px;
    }
    .product-popup-gift__card {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .product-popup-gift__product.gm-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product-popup-gift__block {
        margin: 0 auto 74px;
    }
    .product-popup-gift__buttons {
        margin: 0 -20px;
    }
    .product-popup-card.gm-gift {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 23px 0 30px 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .product-popup-card.gm-gift .product-popup-card__description {
        padding-left: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: left;
    }
    .product-popup-card.gm-gift .product-popup-card__image {
        width: 120px;
        height: 95px;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .product-popup-card.gm-gift .product-popup-card__name {
        margin-bottom: 8px;
    }
    .product-popup-card.gm-gift .product-popup-card__block {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }
    .product-popup-card.gm-gift .product-popup-card__button {
        height: 30px;
        line-height: 30px;
    }
    .product-popup-buttons.gm-bg {
        padding: 20px 60px 82px;
    }
    .product-popup-buttons__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-popup-buttons__item:first-child {
        margin-bottom: 20px;
    }
    .product-popup-buttons__item.gm-xs-none {
        display: none;
    }
    .product-popup-added__products {
        display: none;
    }
    .product-popup-added__cards {
        display: none;
    }
    .product-popup-slider__main {}
    .product-popup-slider__button.g-button {
        display: none;
    }
    .product-popup-slider__item {
        width: 280px;
    }
    .product-lightbox__main {
        min-height: 344px;
    }
    .product-tab__title.gm-link {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-tab__title.gm-link .g-link {
        display: block;
    }
    .product-tab__title .g-link {
        display: none;
    }
    .product-tab__link {
        display: none;
    }
    .product-tab__checkbox {
        margin-top: 15px;
    }
    .product-comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-comment__date {
        margin-bottom: 13px;
    }
    .product-cards__view {
        display: none;
    }
    .product-cards__items {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .product-about__view {
        display: none;
    }
    .product-about__item {
        margin: 0 -20px;
        padding: 26px 20px 30px;
        border-bottom: 10px solid #F2F2F2;
    }
    .product-about__item.gm-views {
        border-bottom: 0;
    }
    .product-about__item.gm-first {
        padding-top: 0;
    }
    .product-about__content.gm-opacity {
        height: 350px;
        position: relative;
        overflow: hidden;
    }
    .product-about__content.gm-opacity:after {
        position: absolute;
        content: " ";
        bottom: 0;
        left: 0;
        right: 0;
        height: 200px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    }
    .product-receive {
        margin-bottom: 25px;
    }
    .product-slider {
        padding-bottom: 25px;
    }
    .product-slider__slider {
        display: block;
    }
    .product-slider__button {
        display: none;
    }
    .product-slider__item {
        width: auto;
        margin: 0 15px;
    }
    .product-slider__item img:not(.Magic360-img) {
        max-height: 220px;
    }
    .product-slider__thumbs {
        display: none;
    }
    .product-slider__thumb.gm-tablet {
        display: none;
    }
    .product-slider__360 {
        display: none;
    }
    .product-slider__video {
        display: none;
    }
    .product_gift {
        display: none !important;
    }
    .product-card .g-td {
        display: none;
    }
    .product-card .g-t {
        display: none;
    }
    .product-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-card__left {
        width: 100%;
    }
    .product-card__items {
        width: 100%;
    }
    .product-card__slider {
        margin: 0 -20px;
    }
    .product-card__badges .g-badge {
        margin-bottom: 2px;
    }
    .product-card__popup {
        top: 30px;
    }
    .product.gm-tab .js-card {
        display: none;
    }
    .product.gm-tab .js-tabs {
        display: none;
    }
    .product.gm-tab .product__back {
        display: block;
    }
    .product__tabs {
        padding-bottom: 40px;
        border-bottom: 10px solid #F2F2F2;
    }
}
.product-card__links .product-links {
    padding: 0 20px;
}
.product-card__links .product-links .product-links__link {
    padding: 16px 0px 14px 0px;
}
.product-card__links .product-links .product-links__link span{
    display: flex;
    margin: 0 30px;
    flex-direction: column;
}
.product-card__links .product-links .product-links__link img {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.product-card__links .product-links .product-links__link svg {
    right: 0!important;
    display: flex;
}

.color-blue{
    color: #0077C8;
}

.mt-1{
    margin-top: 1em;
}

.product-card__fixed-containers {
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden;
}


@media(max-width: 1279px) {
    .overall-rating {
        display: flex;
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 25px;
    }
}

@media(max-width: 767px) {
    .overall-rating {
        display: block;
    }
}

.overall-rating__line {
    display: flex;
    align-items: center;
}

@media(max-width: 1279px) {
    .overall-rating__line {
        display: flex;
        flex-wrap: wrap;
    }

    .overall-rating__line > * {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .overall-rating__line {
        flex-wrap: nowrap;
    }

    .overall-rating__line > * {
        width: auto;
    }
}

.overall-rating__stars {
    margin-right: 20px;
}

@media(max-width: 1279px) {
    .overall-rating__stars-box {
        width: 230px;
    }
}

@media(max-width: 767px) {
    .overall-rating__stars-box {
        width: 100%;
    }
}

@media(min-width: 980px) {
    .overall-rating__stars svg {
        height: 20px;
        width: 20px;
    }
}

.overall-rating__assessment {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

@media(min-width: 980px) and (max-width: 1279px) {
    .overall-rating__assessment {
        display: none;
    }
}

.overall-rating__number-stars {
    margin-left: auto;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

@media(max-width: 1279px) {
    .overall-rating__number-stars {
        position: absolute;
        margin-left: 229px;
        margin-bottom: 7px;
    }
}

@media(max-width: 767px) {
    .overall-rating__number-stars {
        position: static;
        margin-left: auto;
    }
}

.overall-rating__rating {
    margin-top: 45px;
}

@media(max-width: 1279px) {
    .overall-rating__rating {
        width: calc(100% - 230px);
    }
}

@media(max-width: 767px) {
    .overall-rating__rating {
        width: 100%;
        margin-top: 20px;
    }
}

.overall-rating__rating-row {
    display: flex;
    align-items: center;
}

.overall-rating__rating-row:not(:last-child) {
    margin-bottom: 10px;
}

.overall-rating__rating-number,
.overall-rating__rating-star {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
}

.overall-rating__rating-number {
    width: 100%;
    max-width: 35px;
    height: 20px;
    text-align: right;
}

.overall-rating__rating-star {
    width: 100%;
    max-width: 75px;
    height: 20px;
}

@media(max-width: 1279px) {
    .overall-rating__rating-star {
        max-width: 30px;
    }

    .overall-rating__rating-star span {
        display: none;
    }
}

@media(max-width: 767px) {
    .overall-rating__rating-star {
        max-width: 75px;
    }

    .overall-rating__rating-star span {
        display: inline-block;
    }
}

.overall-rating__progress-bar-wrap {
    position: relative;
    width: 100%;
    height: 5px;
    background: #F2F2F2;
    border-radius: 4px;
    overflow: hidden;
}

.overall-rating__progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #F8E946;
    width: 80%;
    height: 5px;
}

.product-comment__left {
    width: 230px;
}

@media(max-width: 767px) {
    .product-comment__left {
        width: 100%;
    }
}

.product-comment__right {
    width: calc(100% - 230px);
}

@media(max-width: 767px) {
    .product-comment__right {
        width: 100%;
    }
}

.overall-rating__btn {
    max-width: 220px;
    width: 100%;
    margin: 45px auto 0;
    display: block;
}

@media(max-width: 1280px) {
    .overall-rating__btn {
        max-width: none;
    }
}

@media(max-width: 1279px) {
    .overall-rating__btn {
        display: none;
    }
}

.product-comment__date,
.product-comment__model {
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
    color: #999999;
    font-weight: normal;
}

.product-comment__model {
    white-space: nowrap;
    margin-right: 20px;
}

.product-comment__likes-recommends {
    white-space: nowrap;
}

@media(max-width: 767px) {
    .product-comment__date {
        position: absolute;
        right: 0;
        top: 45px;
        font-size: 13px;
    }
}

@media(max-width: 979px) {
    .product-comment__model {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 0;
    }

    .product-about .product-comment__model {
        margin-left: 20px;
    }
}

@media(max-width: 767px) {
    .product-about .product-comment__model {
        margin-left: 0;
        position: absolute;
        top: 50px;
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: 20px;
        width: 100%;
    }

    .product-about .product-comment__text {
        margin-top: 30px;
    }
}

.product-comment__likes {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-left: auto;
}

.product-comment__likes img {
    margin-right: 10px;
}

@media(max-width: 767px) {
    .product-comment__likes-recommends span {
        display: none;
    }
}

.product-comment__answer {
    width: calc(100% - 250px);
    margin-left: auto;
    margin-top: 20px;
}

@media(max-width: 767px) {
    .product-comment__answer {
        width: calc(100% - 20px);
        margin-left: auto;
        margin-top: 20px;
    }

    .product-comment__answer .product-comment__name {
        height: 20px;
        margin-bottom: 10px;
        white-space: nowrap;
    }

    .product-comment__answer .product-comment__date {
        position: static;
    }
}

.problem-resolved {
    position: absolute;
    bottom: 25px;
    left: 0;
    padding-left: 20px;
    color: #97D653;
    line-height: 20px;
}

.problem-resolved::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 8px;
    border-right: 2px solid #97D653;
    border-bottom: 2px solid #97D653;
    transform: rotate(45deg);
}

@media(max-width: 767px) {
    .problem-resolved {
        position: relative;
        margin-top: 20px;
    }
}

.product-comments__btn {
    max-width: 250px;
    width: 100%;
    margin-left: 230px;
    margin-top: 50px;
}

@media(max-width: 767px) {
    .product-comments__btn {
        max-width: 100%;
        margin: 20px 0 0;
    }
}

@media(max-width: 979px) {
    .product-comment__name {
        position: relative;
        align-items: flex-start;
        height: 40px;
    }
}

@media(max-width: 767px) {
    .product-comment__name {
        display: flex;
        height: 65px;
    }
}

.product-tab--overflow-h {
    overflow: hidden;
}

.product-comment__date {
    margin-left: 0;
}

.product-comment__date--margin-left-20 {
    margin-left: 20px;
}

.product-comment__gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.product-comment__gallery-link {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 0;
    margin-top: 10px;
    cursor: pointer;
}

.product-comment__gallery-link img {
    max-width: 100%;
    max-height: 100%;
}

.product-comment__gallery-link:not(:last-child) {
    margin-right: 10px;
}

.product-comment__gallery-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #75787B;
    background: #F2F2F2;
}

@media(max-width: 1279px) {
    .product-comment__gallery-link {
        width: 80px;
        height: 80px;
    }
}

@media(max-width: 767px) {
    .product-comment__gallery-link {
        width: 60px;
        height: 60px;
    }
}

.product-lightbox__rating {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.product-lightbox__rating-date {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin-left: 20px;
}

.gm-star-1 .svg:nth-child(-n+1) {
    fill: #F8E71C;
}

.gm-star-2 .svg:nth-child(-n+2) {
    fill: #F8E71C;
}

.gm-star-3 .svg:nth-child(-n+3) {
    fill: #F8E71C;
}

.gm-star-4 .svg:nth-child(-n+4) {
    fill: #F8E71C;
}

.gm-star-5 .svg:nth-child(-n+5) {
    fill: #F8E71C;
}

.product-comment__answer .product-comment__name {
    height: auto;
}

.product-comment__answer .product-comment__name .product-comment__date {
    margin-bottom: 0;
}

.product-comment__container + .product-comment__container {
    border-top: 1px solid #E5E5E5;
}

@media (min-width: 980px) {
    .product-comment__model--hidden-lg {
        display: none;
    }
}

@media (max-width: 979px) {
    .product-comment__model--hidden-sm {
        display: none;
    }

    .product-comment__name {
        height: auto;
        margin-bottom: 0;
    }

    .product-comment__model {
        position: unset;
    }

    .product-comment__text {
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .product-comment__name {
        height: 45px;
        margin-bottom: 5px;
        font-size: 15px;
    }
}

.product-comment__name-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 767px) {
    .product-comment__answer {
        position: relative;
        padding-bottom: 30px;
    }

    .product-about .product-comment__answer {
        padding-bottom: 0;
    }

    .problem-resolved {
        bottom: 0;
    }

    .product-comment__answer .problem-resolved {
        position: absolute;
        left: -20px;
    }
}











/* Start:/local/templates/galaxystore/css/actionlist/actionlist.css?16001561114122*/
.action-list-card {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}
.action-list-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.action-list-card__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    height: 130px;
    position: relative;
}
.action-list-card__gift {
    width: 60px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.action-list-card__product {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.action-list-card__name {
    font-weight: 500;
}
.action-list-card__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.action-list-card__left {
    padding-top: 9px;
    padding-right: 15px;
    text-align: center;
}
.action-list-card__new {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}
.action-list-card__old {
    display: inline-block;
}
.action-list-card__right {
    text-align: center;
    padding-left: 15px;
}
.action-list-card__button {
    margin-bottom: 3px;
}
.action-list-card__btn {
    max-width: 120px;
}
.action-list {
  padding-bottom: 54px;
}
.action-list__picture {
    width: 100%;
}
.action-list__picture img {
      width: 100%;
      display: block;
    }
.action-list__item {
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EAEAEA;
}
.action-list__title {
    margin-bottom: 18px;
}
.action-list__cards {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.action-list__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.action-list__button {
    text-align: center;
}
.action-list__rules {
    padding-top: 13px;
}
@media (min-width: 768px) {
  .action-list-card {
    max-width: 280px;
  }
  .action-list-card__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .action-list-card__image {
    margin-bottom: 13px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
    padding-bottom: 85.71428571%;
  }
  .action-list-card__gift {
    width: 111px;
  }
  .action-list-card__name {
    height: 40px;
    overflow: hidden;
    text-align: center;
  }
  .action-list {
    padding-bottom: 74px;
  }
  .action-list__item {
    padding-top: 54px;
    padding-bottom: 60px;
  }
  .action-list__title {
    margin-bottom: 28px;
  }
  .action-list__cards {
    margin: 0 -15px 35px -15px;
  }
  .action-list__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 15px;
  }
  .action-list__btn {
    display: inline-block;
    max-width: 170px;
  }
  .action-list__rules {
    padding-top: 24px;
  }
}
@media (min-width: 980px) {
  .action-list__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
}
@media (min-width: 1280px) {
  .action-list__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 767px) {
  .action-list-card__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .action-list-card__image {
    margin-right: 20px;
  }
  .action-list__top {
    margin: 0 -20px;
  }
  .action-list__cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .action-list__card {
    padding: 30px 20px 25px;
  }
  .action-list__card:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

/* End */


/* Start:/local/templates/galaxystore/css/actions/end_actions.css?16001561114724*/

.w-modal, .w-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.w-modal {
    display: none;
}

.w-modal.active {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 13;
}

.w-background {
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    cursor: pointer;
}

.w-popup {
    position: relative;
    max-width: 560px;
    padding: 60px 60px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.w-popup__title {
    font-family: "SamsungSharpSans";
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    margin: -10px 0 0;
}

.w-popup__group-text {
    margin: 19px 0;
}

.w-popup__info {
    font-family: "SamsungOne";
    font-size: 14px;
    line-height: 20px;
    margin: 11px 0;
}

.w-popup__info:first-child {
    margin: 0;
}

.w-popup__link {
    position: relative;
    color: #0077c8;
    text-decoration: none;
    line-height: normal;
}

.w-popup__link__black {
    color: #000;
}

.w-popup__link:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    background: #0077c8;
    margin: auto;
    text-decoration: none;
    transition: width 0.3s ease 0s;
}

.w-popup__link__black:after {
    background: #000;
}

.w-popup__link:hover:after {
    width: 100%;
}

.w-popup__group {
    position: relative;
}

.w-popup__form, .w-popup__form .g-form {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 34px 0 0;
}

.w-popup__form-input {
    width: 210px;
    line-height: 38px;
    padding: 0 13px;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    transition: border 0.3s ease 0s;
}

.w-popup__form-input:focus {
    outline: none;
}

.w-popup__form-input::-webkit-input-placeholder {
    color: #CCCCCC;
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}

.w-popup__form-input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.w-popup__form-input::-moz-placeholder {
    color: #CCCCCC;
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}

.w-popup__form-input:focus::-moz-placeholder {
    opacity: 0;

}

.w-popup__form-button {
    width: 210px;
    font-family: "SamsungOne";
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 42px;
    height: 40px;
    border: 0;
    outline: 0;
    background: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background: #1428A0;
    padding: 0 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.25s, transform 0.1s ease 0s;
}

.w-popup__form-button:hover {
    background: #102080;
}

.w-popup__form-button:active {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
}

.w-subscribe {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 35px;
}

.w-subscribe__figure {
    width: 50px;
}

.w-subscribe__figure > img {
    display: block;
    width: 100%;
}

.w-subscribe__figcaption {
    margin-left: 10px;
}

.w-popup__animate {
    display: none;
}

.w-popup__animate:first-child {
    display: block;
}

.w-popup__group.completed .w-popup__animate:first-child {
    display: none;
}

.w-popup__group.completed .w-popup__animate:last-child {
    display: block;
}
.error{overflow: inherit !important;}
.w-popup__group.error .w-popup__form-input {
    border: 1px solid red;
}

/*
.g-header-top, .g-header {
    position: relative;
    z-index: 14;
}

.g-header-top{
    z-index: 15;
    background: #fff;
}
*/

.g-checkbox {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {

    .w-popup {
        max-width: 320px;
        padding: 30px 30px 45px 30px;
    }

    .w-popup__title {
        font-size: 22px;
    }

    .w-popup__form, .w-popup__form .g-form{
        display: block;
        margin: 0;
    }

    .w-popup__form-input, .w-popup__form-button {
        width: 100%;
        margin: 15px 0;
    }

    .w-popup__form-input{
        margin-top: 8px;
    }

    .w-subscribe {
        margin-top: 70px;
    }

    .w-subscribe__figcaption {
        max-width: 94px;
        margin-left: 20px;
    }

}
/* End */
/* /local/templates/galaxystore/css/actionlist/actionlist.css?16001561114122 */
/* /local/templates/galaxystore/css/actions/end_actions.css?16001561114724 */