/* Start:/local/templates/galaxystore/css/libs/normalize.css?15645713162964*/

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


body {
  margin: 0;
}

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

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


figcaption, figure, main { 
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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


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

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: 700;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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


audio, video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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


button, input, optgroup, select, textarea {
  font-family: sans-serif; 
  font-size: 100%; 
  line-height: 1.15; 
  margin: 0; 
}

button, input { 
  overflow: visible;
}

button, select { 
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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


details, menu {
  display: block;
}

summary {
  display: list-item;
}


canvas {
  display: inline-block;
}

template {
  display: none;
}


[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/galaxystore/css/libs/nouislider.css?15682750613466*/

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
  border-radius: 4px;
}
.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
  border-radius: 3px;
  height: 8px;
  background-color: #F2F2F2;
  
  border-radius: 4px;
  position: relative;
}
.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.noUi-connect {
  background-color: #1428A0;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 8px;
}
.noUi-handle {
  position: absolute;
  width: 24px;
  height: 24px;
  top: -8px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  border: 3px solid #1428A0;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -12px;
  left: auto;
}
[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
[disabled] .noUi-connect {
  background: #B8B8B8;
}
.noUi-pips, .noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
@media (min-width: 980px) {
  .noUi-connects {
    background-color: #CCCCCC;
  }
}

/* End */


/* Start:/local/templates/galaxystore/css/libs/slick.css?15645713161706*/

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/galaxystore/css/libs/slick-theme.css?15742539222665*/
@charset 'UTF-8';





.slick-prev, .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before, .slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/galaxystore/css/banner/style.css?15911833448401*/
.banner-block {
    /* max-width: 1520px; */
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    /* padding: 0 40px; */
    max-height: 340px;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

@media (min-width: 1280px) {
    .banner-block {
        padding: 0 40px;
    }
}

@media (min-width: 1600px) {
    .banner-block {
        padding: 0 80px;
    }
}

.banner-block.active {
    opacity: 1;
}

.banner-wrap {
    width: calc(100% - 215px);
    overflow: visible;
    display: block;
}

.home-hero {
    width: 100%;
}

.banner-slider {
    width: 100%;
}

.banner-slider.slick-dotted.slick-slider {
    margin: 0;
}

.banner-slider .slick-dots {
    display: table;
    bottom: 30px;
    margin: 0;
    width: auto;
    left: 19.7777%;
}

.banner-slider .slick-dots li {
    width: 10px;
    height: 10px;
    background: #E3E3E3;
    border-radius: 50%;
    margin: 0 5px;
}

.banner-slider .slick-dots li.slick-active {
    background: #1428A0;
}

.banner-slider .slick-dots li button {
    display: none;
}

.banner-slide {
    width: 100%;
    height: 340px;
    position: relative;
}

.banner-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 35px;
}

.color_blue {
    color: #0077C8;
}

.banner-title_top {
    margin-top: 10px;
}

.banner-info {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-top: 12px;
}

.banner-image {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.banner-half {
    width: 50%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.banner-content {
    width: 60%;
}

.banner-box {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.slide-button {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 140px;
    min-height: 40px;
    border: 1px solid #000000;
    border-radius: 20px;
    margin-top: 30px;
}

.slide-button__text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    padding: 5px 10px 4px;
}

.banner-slider .slick-prev:before, .banner-slider .slick-next:before {
    display: none;
}

.banner-slider .slick-prev, .banner-slider .slick-next {
    width: 40px;
    height: 40px;
    font-size: 0;
    border-radius: 50%;
    border: none;
    z-index: 2;
}

@media screen and (min-width: 981px) {

    .banner-slider .slick-prev, .banner-slider .slick-next {
        opacity: 0;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        transform: translate(0, -50%) scale(0.98);
        transition: opacity 0.2s ease 0s, box-shadow 0.2s ease 0s, transform 0.2s ease 0s;
    }

    .banner-slider:hover .slick-prev, .banner-slider:hover .slick-next {
        opacity: 1;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
        transform: translate(0, -50%) scale(1);
    }

}

.banner-slider .slick-prev {
    background: #fff url("../img/prev.svg") no-repeat calc(50% - 2px) center;
    left: -10px;
}

.banner-slider .slick-prev.slick-disabled {
    background: #F2F2F2 url("../img/prev.svg") no-repeat calc(50% - 2px) center;
    left: -10px;
}

.banner-slider .slick-next {
    background: #fff url("../img/next.svg") no-repeat calc(50% + 1px) center;
    right: -10px;
}

.banner-slider .slick-next.slick-disabled {
    background: #F2F2F2 url("../img/next.svg") no-repeat calc(50% + 1px) center;
    right: -10px;
}

.banner-card {
    width: 215px;
    padding: 40px 20px;
    box-sizing: content-box;
    background: #F4F4F4;
}

.banner-card__name {
    margin-top: 22px;
}

.banner-card__name + .home-card__prices {
    margin-top: 4px;
}

.hero-points {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 12px;
}

.hero-point {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0 2px;
}

.banner-slider .banner-desktop{
    display: block;
}

.banner-slider .banner-note, .banner-slider .banner-tablet, .banner-slider .banner-mobile{
    display: none;
}

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

    .banner-content {
        width: 80%;
    }

    /* .banner-slider .slick-dots {
        left: 9.4444%;
    } */

}

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

    .banner-wrap {
        width: 100%;
        padding: 0;
    }

    .banner-card {
        display: none;
    }

    .banner-block {
        padding: 0;
    }

    .banner-slider .slick-prev, .banner-slider .slick-next {
        opacity: 1;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    }

    .banner-slider .slick-prev {
        left: 20px;
    }

    .banner-slider .slick-next {
        right: 20px;
    }

    .banner-slider .slick-dots {
        left: 11.7777%;
    }

    .banner-slider .banner-desktop{
        display: none;
    }

    .banner-slider .banner-note{
        display: block;
    }

}

@media screen and (min-width: 769px) and (max-width: 979px) {
    .banner-container .home-hero__image {
        height: 272px;
    }

    .banner-slide {
        height: 272px;
    }

    .banner-slider .slick-dots {
        bottom: 20px;
        left: 20.429vw;
    }
}

@media screen and (min-width: 1440px) {
    .banner-container .home-hero__image {
        background-size: cover;
    }
}

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

    .banner-slider .banner-note{
        display: none;
    }

    .banner-slider .banner-tablet{
        display: block;
    }

    .banner-slide {
        height: 266px;
    }

    .banner-slider .slick-dots {
        bottom: 20px;
        left: 12.4444%;
    }

}

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

    .banner-slide {
        height: auto;
    }

    .banner-container {
        position: relative;
    }

    .banner-container .home-hero__image {
        background-size: cover;
    }

    .banner-block {
        max-height: none;
    }

    .banner-slider .slick-prev, .banner-slider .slick-next {
        display: none !important;
    }

    .banner-slider .slick-dots {
        display: block;
        left: 0;
        right: 0;
        bottom: 20px;
        transform: none;
    }

    .banner-title__part {
        display: block;
    }

    .banner-title__separator {
        display: none;
    }

}

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

    .banner-slider .banner-tablet{
        display: block;
    }

    .banner-slider .banner-mobile{
        display: block;
    }

}

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

    .banner-half {
        justify-content: center;
    }

    .banner-content {
        width: auto;
    }

}

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

    .banner-half {
        justify-content: flex-end;
    }

    .banner-content {
        width: 74%;
    }

    .banner-title {
        font-size: 26px;
        line-height: 28px;
    }

    .banner-info {
        font-size: 16px;
        line-height: 20px;
        margin-top: 11px;
    }

}

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

    .banner-half {
        width: 100%;
        justify-content: flex-start;
        padding: 0 0;
    }

    .banner-content {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .banner-title {
        font-size: 18px;
        line-height: 24px;
    }

    .banner-title_top {
        margin-top: 0px;
    }

    .banner-info {
        font-size: 14px;
        line-height: 20px;
        margin-top: 7px;
    }

    .slide-button {
        display: none;
    }

}
/* End */


/* Start:/local/templates/galaxystore/css/basket/basket.css?159895405767391*/
@charset "utf-8";
.basket-cards {
    margin-bottom: 74px;
}

.basket-cards__title {
    margin-bottom: 35px;
}

.basket-cards__item {
    width: 100%;
}

.basket-empty__block {
    padding: 55px 0 60px;
    background-color: #f7f7f7;
    text-align: center;
    margin-bottom: 20px;
}

.basket-empty__title {
    margin-bottom: 27px;
}

.basket-empty__text {
    margin-bottom: 34px;
}

.basket-empty__button {
    display: inline-block;
}

.basket-empty__button .g-button {
    width: 210px;
}

.basket-calendar {
    width: 375px;
    position: relative;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    z-index: 9;
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
}

.basket-calendar__close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
}

.basket-calendar__close .svg {
    font-size: 13px;
}

.basket-calendar__body {
    padding: 23px 20px 28px;
}

.basket-calendar__month:not(:last-child) {
    margin-bottom: 25px;
}

.basket-calendar__name {
    margin-bottom: 19px;
    text-align: center;
}

.basket-calendar__weeks {

}

.basket-calendar__week {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -6px;
}

.basket-calendar__caption {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1;
    cursor: default;
    width: 34px;
    text-align: center;
    margin-bottom: 8px;
}

.basket-calendar__day {
    padding: 0 6px;
}
.basket-calendar__data {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.basket-calendar__data:hover {
  background-color: #EEEEEE;
}
.basket-calendar__data.gm-disabled {
  color: #BFBFBF;
  cursor: default;
}
.basket-calendar__data.gm-disabled:hover {
  background-color: transparent;
}
.basket-calendar__data.gm-today {
  border-color: #BFBFBF;
  cursor: default;
}
.basket-calendar__data.gm-today:hover {
  background-color: transparent;
}
.basket-calendar__data.gm-active {
  background-color: #1428a0;
  color: #ffffff;
  cursor: pointer;
}
.basket-calendar__data.gm-active:hover {
  background-color: #1428a0;
}
.basket-popup-bonus {
  padding: 35px 40px 40px;
}
.basket-popup-bonus__top {
    margin-bottom: 25px;
  }
.basket-popup-bonus__title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 19px;
  }
.basket-popup-bonus__middle {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 27px;
  }
.basket-popup-bonus__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px;
  }
.basket-popup-bonus__input {
    width: 90px;
    margin-left: 14px;
    margin-right: 15px;
  }
.basket-popup-product {
  padding: 20px;
}
.basket-popup-product__title {
    padding-right: 45px;
    margin-bottom: 14px;
    min-height: 40px;
  }
.basket-popup-product__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
  }
.basket-popup-product__new {
    margin-right: 16px;
  }
.basket-popup-product__num {
    margin-left: auto;
  }
.basket-popup-product__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
  }
.basket-popup-product__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
.basket-popup-product__image img {
      width: 100%;
    }
.basket-popup-product__description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 19px;
  }
.basket-popup-product__button:not(:last-child) {
  margin-bottom: 20px;
}
.basket-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basket-about__title {
    margin-bottom: 10px;
}
.basket-about__item:not(:last-child) {
  margin-bottom: 10px;
}
.basket-about__list.gm-mb {
  margin-bottom: 40px;
}
.basket-about__place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.basket-about__metro {
    margin-right: 9px;
}
.basket-about__metro .svg {
      font-size: 17px;
      fill: inherit;
    }
.basket-about__link {
    margin-top: 10px;
    display: inline-block;
}
.basket-about__left .gm-mb10 {
      margin-bottom: 10px;
}
.basket-about__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 435px;
    flex: 0 0 435px;
    margin-left: 72px;
}
.basket-store-choice {
  padding-bottom: 22px;
}
.basket-store-choice__top {
    margin-bottom: 19px;
}
.basket-store-choice__place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket-store-choice__metro {
    margin-right: 9px;
}
.basket-store-choice__metro .svg {
      font-size: 11px;
      fill: inherit;
    }
.basket-store-choice__caption {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    padding-bottom: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.basket-store-choice__item:not(:last-child) {
  margin-bottom: 10px;
}
.basket-store-choice__bottom {

}
.basket-store-choice__button {
    margin-bottom: 20px;
}
.basket-pickpoint-choice {
  padding-bottom: 22px;
}
.basket-pickpoint-choice__top {
    margin-bottom: 17px;
}
.basket-pickpoint-choice__place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}
.basket-pickpoint-choice__metro {
    margin-right: 9px;
}
.basket-pickpoint-choice__metro .svg {
      font-size: 17px;
      fill: inherit;
    }
.basket-pickpoint-choice__list {
    margin-bottom: 32px;
}
.basket-pickpoint-choice__info {
    margin-bottom: 60px;
}
.basket-pickpoint__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 26px;
  }
.basket-pickpoint__checks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.basket-pickpoint__check:not(:last-child) {
  margin-right: 30px;
}
.basket-pickpoint__check.g-checkbox {
  margin-bottom: 0px;
}
.basket-pickpoint__map {
    margin-bottom: 27px;
}
.basket-pickpoint__button {
    margin-top: 24px;
}
.basket-store__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 26px;
  }
.basket-store__checks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.basket-store__radio:not(:last-child) {
  margin-right: 30px;
}
.basket-store__radio.g-radio {
  margin-bottom: 0px;
}
.basket-store__empty {

}
.basket-store__button {
    margin-top: 30px;
}
.basket-order-time__title {
    margin-bottom: 19px;
  }
.basket-order-time__item:not(:last-child) {
  margin-bottom: 22px;
}
.basket-order-time__item.gm-disabled {
  position: relative;
}
.basket-order-time__item.gm-disabled:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.basket-order-time__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}
.basket-order-time__day {
    margin-bottom: 1px;
    display: block;
}
.basket-order-time__tab {
    min-width: 100px;
    min-height: 64px;
    text-align: left;
    position: relative;
}
.basket-order-time__tab.gm-calendar {
  background-image: url('../img/calendar.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 25px;
}
.basket-order-time__tab.gm-mobile select {
        display: block;
        height: 100%;
        width: 100%;
        min-height: 64px;
        z-index: 2;
        position: relative;
        opacity: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
}
.basket-order-time__tab:not(:last-child) {
  margin-right: 10px;
}
.basket-order-time__tab input[type="radio"] {
      display: none;
}
.basket-order-time__tab label {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 10px 17px;
      border: 2px solid #E6E6E6;
      border-radius: 5px;
      cursor: pointer;
      z-index: 1;
}
.basket-order-time__tab input[type="radio"]:checked+label {
      border-color: #1428A0;
}
.basket-order-time__tab input[type="radio"]:checked+label .basket-order-time__day {
        color: #000000;
      }
.datepicker {
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 315px;

  padding: 23px 30px 20px;
  margin-top: 10px
}
.datepicker:before, .datepicker:after {
  display: none;
}
.datepicker .table-condensed {
    width: 100%;
}
.datepicker .datepicker-switch {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 20px;
    text-align: center;
}
.datepicker .datepicker-switch:hover {
  background-color: transparent;
}
.datepicker th.prev, .datepicker th.next {
    opacity: 0;
    visibility: hidden;
}
.datepicker table tr td {
    position: relative;
    background-color: transparent;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}
.datepicker table tr td:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.datepicker table tr td.day:hover {
  background-color: #EEEEEE;
}
.datepicker table tr td.day:active, .datepicker table tr td.day:focus, .datepicker table tr td.day.today:active, .datepicker table tr td.day.today:focus, .datepicker table tr td.disabled:hover {
  background-color: transparent;
}
.datepicker table tr td.today {
  background-color: transparent;
  border-color: #ffb733;
  border-radius: 34px;
  height: 34px;
  width: 34px;
  position: relative;
}
.datepicker table tr td.today:before {
  border-color: #B8B8B8;
}
.datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-color: transparent;
}
.datepicker table tr td.active.active {
  background-color: #1428A0;
}
.datepicker table tr td.active.active:hover {
  background-color: #1428A0;
}
.basket-order-address__title {
    margin-bottom: 27px;
  }
.basket-order-address .g-select {
      width: 100%;
}
.basket-checks {
    padding: 21px 0 26px;
}
.basket-checks__item:not(:last-child) {
  margin-bottom: 8px;
}
.basket-pay__types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket-pay__radios {
    padding: 20px 0 26px;
    max-width: 874px;
    width: 100%;
}
.basket-pay__radio:not(:last-child) {
  margin-right: 30px;
    margin-bottom: 7px;
}
.basket-pay__req {
    background-color: #F7F7F7;
    padding: 23px 30px 24px;
}
.basket-pay__subtitle {
    margin-bottom: 26px;
}
.basket-pay__textarea {
    margin-bottom: 20px;
}
.basket-pay__button {
    margin-bottom: 23px;
    max-width: 320px;
    width: 100%;
}
.basket-pay__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    background-image: url('../img/file.svg');
    background-size: 15px 20px;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 20px;
}
.basket-pay__item:not(:last-child) {
  margin-bottom: 10px;
}
.basket-pay__remove {
    margin-left: 8px;
}
.basket-pay__remove .svg-close {
    font-size: 13px;
    fill: rgba(0, 0, 0, 0.2);
}

.basket__multi {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 35px;
}
.basket__multi .m-grey {
    color: #999;
}
.basket__multi__list {
    margin-bottom: 12px;
}
.basket__multi__item {
    margin-bottom: 12px;
}
.basket__multi__item:last-child {
    margin-bottom: 0;
}
.basket__multi__item__info {
    width: calc(100% - 64px - 20px);
    margin-left: 20px;
}
.basket__multi__item__field {
    width: 120px;
    margin-right: 25px;
}
.basket__multi__item__sum {
    margin-right: 20px;
}
.basket__multi__item__name {
    max-width: 200px;
    flex-grow: 1;
    margin-right: 20px;
}
.basket__multi__item__btn {
    transition: opacity 0.3s linear;
}
.basket__multi__item__btn:hover .m-grey {
    color: #ff4337;
}
.basket__multi__item__btn:hover path {
    fill: #ff4337;
}
@media screen and (max-width: 749px) {
    .basket__multi__item__btn span {
        display: none;
    }
    .basket__multi__item__field {
        width: 70px;
        margin-right: 5px;
    }
}
@media screen and (min-width: 511px) {
    .basket__multi__item__name {
        min-width: 170px;
    }
    .basket__multi__item__sum {
        min-width: 65px;
    }
}
@media screen and (max-width: 510px) {
    .basket__multi__item__info {
        width: calc(100% - 64px - 8px);
        margin-left: 8px;
    }
    .basket__multi__item__info-wrapper {
        width: calc(100% - 75px - 20px - 10px);
        flex-flow: column nowrap;
        margin-right: 10px;
        align-items: baseline;
        overflow: hidden;
    }
    .basket__multi__item__sum {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        margin-right: 0;
    }
    .basket__multi__item__name {
        width: 100%;
        margin-right: 0;
    }
    .basket__multi__item__name .m-grey {
        display: none;
    }
    .basket__multi__item__sum {
        margin-right: 0;
    }
    .basket__multi__item__sum .m-grey{
        margin-right: 3px;
    }
}
@media screen and (max-width: 330px) {
    .basket__multi__item__sum .m-grey {
        display: none;
    }
}

.basket-popup-multi {
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 35px 40px 40px;
}
.basket-popup-multi__img {
    width: 140px;
    margin-bottom: 20px;
}
.basket-popup-multi__text {
    margin-bottom: 20px;
}
.basket-popup-multi__text.m-error {
    color: #ff4337;
}
.basket-popup-multi__fields {
    margin-bottom: 10px;
}
.basket-popup-multi__fields__num {
    width: 210px;
    margin-right: 10px;
}
.basket-popup-multi__fields__cvc {
    width: 60px;
}
.basket-popup-multi__help {
    position: relative;
    margin-bottom: 20px;
}
.basket-popup-multi__help__popup {
    color: #000;
    background: #fff;
    width: 320px;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: -5px;
    left: 0;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear, visibility 0.3s linear;
    padding: 25px 30px;
}
.basket-popup-multi__help:hover .basket-popup-multi__help__popup {
    opacity: 1;
    visibility: visible;
}
.basket-popup-multi__btn.m-disabled {
    background: #f2f2f2;
    color: #75787B;
    pointer-events: none;
}
.basket-popup-multi__btn:not(.m-disabled):hover {
    cursor: pointer;
}


.basket-tabs__title {
    margin-bottom: 19px;
}
.basket-tabs__subtitle {
    margin-bottom: 25px;
}
.basket-tabs__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}
.basket-tabs__item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.basket-tabs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.basket-tabs__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin-right: 20px;
}
.basket-footer {

}
.basket-top__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
.basket-top__info {
    display: inline-block;
}
.basket-top__info:not(:last-child) {
  padding-right: 40px;
  position: relative;
}
.basket-top__info:not(:last-child):after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #999999;
}
.basket-top__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.basket-top__button {
    margin-top: 25px;
}
.basket-top__button.gm-215 {
  width: 100%;
}
.basket-popup-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
.basket-popup-card__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    height: 70px;
    position: relative;
}
.basket-popup-card__image img {
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.basket-popup-card__name {
    margin-bottom: 14px;
    display: inline-block;
}
.basket-popup-card__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;
}
.basket-popup-card__link {
    font-weight: 700;
}
.basket-popup-card__link.gm-in-basket {
  color: #999999;
  font-weight: 400;
}
.basket-popup {
  padding-top: 20px;
}
.basket-popup__select {
    margin-left: 25px;
}
.basket-popup__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}
.basket-popup__top {
    margin-bottom: 6px;
}
.basket-popup__swipe-scroll {
    padding-bottom: 100px;
    margin-bottom: -100px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.basket-popup__swipe-scroll::-webkit-scrollbar {
  display: none;
}
.basket-popup__nav {
    white-space: nowrap;
}
.basket-popup__button {
    height: 28px;
    line-height: 28px;
    padding: 0 11px;
    background-color: #F2F2F2;
    color: #999999;
    border-radius: 3px;
    display: inline-block;
    white-space: nowrap;
}
.basket-popup__button:hover {
  background-color: #e5e5e5;
}
.basket-popup__button.gm-active {
  color: #ffffff;
  background-color: #1428A0;
}
.basket-popup__button:not(:last-child) {
  margin-right: 10px;
}
.basket-bonus {
  background-color: #F7F7F7;
  padding: 36px 0 25px;
}
.basket-bonus__inputs {
    width: 100%;
    margin-bottom: 20px;
    display: none;
}
.basket-bonus__inputs .g-form__item:not(:last-child) {
      margin-bottom: 20px;
}
.basket-bonus__inputs-title {
    margin-bottom: 25px;
}
.basket-bonus__inputs .g-input:not(:first-child) {
      margin-top: 20px;
}
.basket-bonus__title {
    margin-bottom: 17px;
}
.basket-bonus__subtitle {
    margin-bottom: 18px;
    width: 100%;
    max-width: 570px;
}
.basket-bonus__card {
    margin-bottom: 33px;
    width: 260px;
}
.basket-bonus__card img {
      width: 100%;
    }
.basket-bonus__list {
    margin-bottom: 10px;
}
.basket-bonus__list li:not(:last-child) {
      margin-bottom: 10px;
    }
.basket-bonus__radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 250px;
}
.basket-bonus__text {
    max-width: 255px;
    width: 100%;
    margin-bottom: 8px;
}
.basket-bonus__checks {
    margin-bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket-bonus__checks .g-checkbox:not(:last-child) {
      margin-right: 30px;
      margin-bottom: 0px;
}
.basket-bonus__button {
    width: 100%;
    max-width: 137px;
    margin-bottom: 23px;
}
.basket-bonus__row {
    margin-bottom: 18px;
}
.basket-bonus__input {
    width: 100%;
}
.basket-bonus__bottom {
    max-width: 320px;
    width: 100%;
}
.basket-bonus .gm-form.gm-edit .basket-bonus__inputs {
        display: block;
}
.basket-bonus .gm-form.gm-edit .basket-bonus__list {
        display: none;
}
.basket-bonus .gm-form.gm-edit .basket-bonus__edit {
        display: none;
}
.basket-infoOrder {

}
.basket-header {
  background-color: #000000;
  padding: 15px 0;
}
.basket-header__body {
    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;
}
.basket-header__logo {
    padding: 5px 30px 5px 0;
    border-right: 1px solid #ffffff;
}
.basket-header__logo .svg-logo {
      font-size: 26px;
      fill: #ffffff;
}
.basket-header__back {
    font-size: 14px;
    line-height: 1.2;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket-header__back img {
      display: block;
      margin-right: 9px;
    }
.basket-header__page {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
}
.basket-header__phone .svg-phone {
      font-size: 16px;
      fill: #ffffff;
}
.basket-header__num {
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: #ffffff;
}
.basket-header__message {
    display: inline-block;
}
.basket-header__message img {
      width: 30px;
      height: 30px;
      display: block;
    }
.basket-header__message:not(:last-child) {
  margin-right: 10px;
}
.basket-products__item {
    padding: 30px 0 25px;
}
.basket-products__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.basket-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.basket-product__image {
    height: 69px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    position: relative;
}
.basket-product__image img {
      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%);
}
.basket-product__badges {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.basket-product__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.basket-product__acc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.basket-product__note {
    margin-top: 5px;
    width: 100%;
}
.basket-product__description.gm-acc {
  padding-left: 5px;
  /*background-image: url('/local/templates/galaxystore/css/basket/../../img/basket/svg/check.svg');*/
  background-size: 15px 11px;
  background-repeat: no-repeat;
  background-position: left top 2px;
}
.basket-product__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.basket-product__val {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    position: relative;
    width: 60px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.basket-product__val-select {

}
.basket-product__val-select .g-select-down.gm-costum {

      padding-right: 0;
      position: relative
    }
.basket-product__val-select .g-select-down.gm-costum:after {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  content: 'шт.';
  top: 1px;
  right: 15px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  pointer-events: none;
}
.basket-product__val-select .g-select-down.gm-costum select {
        padding-right: 37px;
}
.basket-product__val-select .g-select-down__selected{
      padding-right: 37px;
      position: relative
    }
.basket-product__val-select .g-select-down__selected:after {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  content: 'шт.';
  top: 1px;
  right: 15px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  pointer-events: none;
}
.basket-product__val-select .g-select-down__items {
      min-width: 50px;
    }
.basket-product__val-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    border: none;
    background-color: #f2f2f2;
    border-radius: 3px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

.basket-product__val-input:after {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  content: 'шт';
  top: 0px;
  left: 50%;
  padding-left: 0px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}
.basket-product__val-input input[type='number'] {
      -moz-appearance: textfield;
      -webkit-appearance: none;
}
.basket-product__val-input input[type=number]::-webkit-inner-spin-button, .basket-product__val-input input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
}
.basket-product__val-input input[type="number"] {
      -moz-appearance: textfield;
}
.basket-product__val-input input[type="number"]:hover, .basket-product__val-input input[type="number"]:focus {
      -moz-appearance: number-input;
}
.basket-product__val-input input[type="number"]::-webkit-outer-spin-button, .basket-product__val-input input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
}
.basket-product__val-input input, .basket-product__val-input select {
      position: absolute;
      font-family: 'Roboto', sans-serif;
      top: 0;
      left: 15%;
      text-align: center;
      line-height: 30px;
      padding-right: 5px;
      width: 40%;
      height: 100%;
      padding: 0;
      border: none;
      background-color: transparent;
}
.basket-product__val-input select {
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      text-align: right;
}
.card__prices-stock-detail {
    font-style: normal;
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    text-align: right;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.card__prices-stock-detail span {
    color: #FF4337;
}
.basket-product__price {
    text-align: right;
}
.basket-product__cost {
    margin-bottom: 3px;
    display: block;
}
.basket-product__remove .svg {
      fill: rgba(0, 0, 0, 0.25);
      font-size: 11px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
    }
.basket-product__remove:hover .svg {
        fill: rgb(0, 0, 0);
}
.basket-product__bottom {
    padding-top: 25px;
}
.basket-product.gm-final .basket-product__val {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
}
.basket-product__choice.gm-xl {
  display: none;
}
.basket-product .gm-hidden {
    display: none;
}
.basket-delivery__top {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.basket-delivery__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.basket-delivery__icon {
    position: absolute;
    top: 0;
    left: 0;
}
.basket-delivery__item {
    padding-left: 35px;
    position: relative;
    white-space: nowrap;
}
.basket-delivery__item.gm-score:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0px;
  height: 100%;
  width: 1px;
  background-color: #F2F2F2;
}
.basket-delivery__item.gm-mappoint:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0px;
  height: 100%;
  width: 1px;
  background-color: #F2F2F2;
}
.basket-sale__title {
    margin-bottom: 10px;
  }
.basket-info__top {
    background-color: #F7F7F7;
    padding: 23px 20px 30px;
    margin-bottom: 17px;
}
.basket-info__cards {
    padding: 24px 20px 40px;
    background-color: #F7F7F7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.basket-info__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card_wrap{
    flex-wrap: wrap;
}
.basket-info__sp{
    padding-left: 10px;
}
.basket-info__card:not(:last-child) {
  margin-bottom: 25px;
}
.basket-info__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    position: relative;
}
.basket-info__image 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%;
}
.basket-info__description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.basket-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.basket-info__row:not(:last-child) {
  margin-bottom: 9px;
}
.basket-info__left .gm-plus {
      padding-left: 19px;
      background-image: url('../img/plus.svg');
      background-repeat: no-repeat;
      background-position: left top 3px;
      background-size: 10px;
      max-width: 190px;
    }
.basket-info__right {
    text-align: right;
    white-space: nowrap;
    padding-left: 15px;
}
.basket-info__item {
    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;
}
.basket-info__item.gm-hidden {
  display: none;
}
.basket-info__item:not(:last-child) {
  margin-bottom: 10px;
}
.basket-info__button {
    margin-top: 24px;
    text-align: right;
}
.basket-info__button .g-button {
      width: 194px;
    }
.basket-info__bottom {
    margin-top: 35px;
}
.basket-info__bottom .g-link {
      padding-left: 5px;
    }
.basket-info__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.basket-info__input-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 40px;
    border-radius: 20px;
    background-color: #F2F2F2;
    background-image: url('../img/done.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 16px;
    margin-left: 20px;
}
.basket-info__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.basket-info__done {
    background-image: url('../img/done.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 18px 16px;
    padding-left: 25px;
}
.basket-info__person {
    margin-top: 28px;
}
.basket {
  padding: 25px 0 0;
}
.basket__delivery {
    position: relative;
}
.basket__delivery:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: -20px;
  right: -20px;
  height: 10px;
  background-color: #F2F2F2;
}
.basket__bonus {
    padding-bottom: 10px;
}
.page.gm-fh-fix {
  padding-top: 50px;
  padding-bottom: 108px;
  position: relative;
  min-height: 100vh;
}
.page.gm-fh-fix .g-header-mini {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.page.gm-fh-fix .g-footer-mini {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
#promocode-element-container {
    margin-bottom: 34px;
    margin-top: -20px;
}
@media (min-width: 768px) {
  .basket-cards__items {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .basket-cards__item {
    padding: 0 15px;
  }
  .basket-empty__block {
    padding: 74px 0 80px;
    margin-bottom: 50px;
  }
  .basket-empty__title {
    margin-bottom: 25px;
  }
  .basket-store-choice {
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .basket-store-choice__top {
    margin-bottom: 21px;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px;
    background-image: url('../img/point-blue.svg');
    background-size: 30px 40px;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .basket-store-choice__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 10px;
  }
  .basket-store-choice__row .gm-none-s {
    display: none;
  }
  .basket-store-choice__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
  .basket-store-choice__middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
  .basket-store-choice__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
  .basket-store-choice__info {
    margin-left: 180px;
    margin-bottom: 10px;
  }
  .basket-store-choice__other {
    margin-left: 180px;
  }
  .basket-store-choice__button {
    display: none;
  }
  .basket-pickpoint-choice {
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .basket-pickpoint-choice__top {
    margin-bottom: 9px;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px;
    background-image: url('../img/point.svg');
    background-size: 30px 40px;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .basket-pickpoint-choice__list {
    margin-bottom: 10px;
  }
  .basket-pickpoint-choice__info {
    margin-bottom: 10px;
  }
  .basket-pickpoint-choice__other {

}
  .basket-pickpoint-choice__button {
    display: none;
  }
  .basket-pickpoint__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 32px;
  }
  .basket-pickpoint__title {
    margin-right: 38px;
  }
  .basket-pickpoint__map {
    margin-bottom: 34px;
  }
  .basket-pickpoint__bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
  }
  .basket-pickpoint__button {
    display: none;
  }
  .basket-store__top {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 32px;
  }
  .basket-store__title {
    margin-right: 38px;
  }
  .basket-store__single {
    margin-left: auto;
  }
  .basket-store__content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
  }
  .basket-store__button {
    display: none;
  }
  .basket-order-time__title {
    display: none;
  }
  .basket-order-time__radios {
    max-width: 597px;
    width: 100%;
  }
  .basket-order-time__item:not(:last-child) {
    margin-bottom: 36px;
  }
  .basket-order-time__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .basket-order-time__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
  .basket-order-time__value {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .basket-order-time__button {
    display: none;
  }
  .basket-order-time__tab.gm-mobile {
    display: none;
  }
  .basket-order-address__title {
    display: none;
  }
  .basket-order-address__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .basket-order-address__button {
    display: none;
  }
  .basket-order-address__input.gm-xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-right: 20px;
  }
  .basket-order-address__input.gm-m {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .basket-order__address {
    padding: 0 0 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .basket-order__time {
    padding: 33px 0 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .basket-checks {
    padding: 0;
  }
  .basket-pay {
    padding-top: 33px;
  }
  .basket-pay__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 27px;
  }
  .basket-pay__title {
    white-space: nowrap;
    margin-right: 20px;
  }
  .basket-pay__icon:not(:last-child) {
    margin-right: 10px;
  }
  .basket-pay__radios {
    padding: 0px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .basket-pay__radio .gm-block-xs {
        display: block;
  }
  .basket-pay__req {

  }
  .basket-tabs {
    margin-bottom: 40px;
  }
  .basket-tabs__title {
    margin-bottom: 11px;
  }
  .basket-tabs__subtitle {
    margin-bottom: 33px;
  }
  .basket-tabs__items {
    width: 100%;
  }
  .basket-tabs__item {
    border: 2px solid #E6E6E6;
    border-radius: 5px;
    margin: 0 5px;
  }
  .basket-tabs__item.active {
    border-color: #1428a0;
  }
  .basket-tabs__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding:8px 36px 8px 16px;
  }
  .basket-tabs__icon {
    display: none;
  }
  .basket-top__top {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 25px;
  }
  .basket-top__title {
    line-height: 0.9;
    margin-right: 30px;
  }
  .basket-top__items {

}
  .basket-top__button.gm-380 .g-button {
          width: auto;
          padding: 0 30px;
  }
  .basket-top__button.gm-215 {
    max-width: 215px;
  }
  .basket-popup-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 54px;
  }
  .basket-popup-card__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 138px;
    flex: 0 0 138px;
    height: 100px;
    margin-bottom: 30px;
  }
  .basket-popup-card__description {
    text-align: center;
  }
  .basket-popup-card__name {
    margin-bottom: 9px;
    height: 60px;
    overflow: hidden;
  }
  .basket-popup-card__price {
    margin-bottom: 9px;
  }
  .basket-popup-card__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .basket-popup {
    padding-top: 63px;
  }
  .basket-popup__header {
    margin-bottom: 32px;
  }
  .basket-popup__top {
    margin-bottom: 55px;
  }
  .basket-bonus {
    padding: 40px 0 35px;
  }
  .basket-bonus__inputs {
    max-width: 320px;
  }
  .basket-bonus__title {
    margin-bottom: 25px;
  }
  .basket-bonus__subtitle {
    margin-bottom: 28px;
  }
  .basket-bonus__radios {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .basket-bonus__radios .g-radio {
        margin-bottom: 0px;
  }
  .basket-bonus__input {
    width: 320px;
  }
  .basket-header {
    padding: 10px 0;
  }
  .basket-header__back {
    display: none;
  }
  .basket-header__page {
    margin-left: 29px;
  }
  .basket-header__phone {
    margin-right: 30px;
    margin-left: auto;
  }
  .basket-header__phone .svg-phone {
    display: none;
  }
  .basket-products {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .basket-products__item {
    padding: 40px 0;
  }
  .basket-product__right {
    padding-left: 25px;
  }
  .basket-product__acc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 50px;
  }
  .basket-product__acc.gm-acc {
    padding-top: 23px;
    position: relative;
  }
  .basket-product__acc.gm-acc .basket-product__remove {
    background-color: transparent;
    top: 15px;
  }
  .basket-product__note {
    max-width: 480px;
  }
  .basket-product__note.gm-xs-block {
    display: none;
  }
  .basket-product__description {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(100% - 190px);
  }
  .basket-product__middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
  }
  .basket-product__val {
    margin-top: -5px;
  }
  .basket-product__remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #F2F2F2;
    border-radius: 2px;
    display: block;
  }
  .basket-product__delete {
    display: none;
  }
  .basket-product__button {
    display: inline-block;
    width: auto;
    padding: 0 27px;
  }
  .basket-product__info {
    padding-top: 10px;
  }
  .basket-product.gm-final .basket-product__acc {
    padding-right: 0px;
  }
  .basket-delivery__top {
    margin-bottom: 25px;
  }
  .basket-delivery__city {
    margin-right: 30px;
  }
  .basket-delivery__item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .basket-delivery__item.gm-courier {
    padding: 0 29px 0 0px;
  }
  .basket-delivery__item.gm-score {
    padding: 0 29px 0 20px;
  }
  .basket-delivery__item.gm-mappoint {
    padding: 0 0 0 20px;
  }
  .basket {
    padding: 50px 0 0;
  }
  .basket__delivery {
    margin-bottom: 20px;
  }
  .basket__delivery:after {
    display: none;
  }
  .basket__top {
    margin-bottom: 60px;
  }
  .basket__final {
    padding-top: 31px;
  }
  .page.gm-fh-fix {
    padding-top: 52px;
    padding-bottom: 128px;
  }
}
@media (min-width: 980px) {
  .basket-about {
    padding: 54px 0 65px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .basket-about__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
  }
  .basket-about__col:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .basket-about__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .basket-pickpoint__single {
    margin-left: auto;
  }
  .basket-top__item.gm-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 435px;
    flex: 0 0 435px;
    margin-right: 30px;
  }
  .basket-top__item.gm-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .basket-popup-card__image {
    margin-bottom: 20px;
  }
  .basket-bonus {
    padding: 60px 0 55px;
  }
  .basket-bonus__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .basket-bonus__inputs {
    max-width: 252px;
    margin-bottom: 0px;
  }
  .basket-bonus__inputs.gm-xs-block {
    display: none !important;
  }
  .basket-bonus__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 367px;
    flex: 0 0 367px;
  }
  .basket-bonus__block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .basket-bonus__title {
    margin-bottom: 26px;
  }
  .basket-bonus__subtitle {
    margin-bottom: 35px;
  }
  .basket-bonus__list.gm-xs-block {
    display: none !important;
  }
  .basket-bonus__checks {
    margin-bottom: 36px;
  }
  .basket-bonus__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 33px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 530px;
  }
  .basket-bonus__input {
    width: 216px;
  }
  .basket-bonus__bottom {
    max-width: 390px;
  }
  .basket-bonus__edit.gm-xs-block {
    display: none !important;
  }
  .basket-products__item {
    padding: 40px 0 35px;
  }
  .basket-product__description {
    width: calc(100% - 180px);
  }
  .basket-product__middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
  .basket-delivery__item.gm-courier {
    padding: 3px 38px 6px 30px;
  }
  .basket-delivery__item.gm-score {
    padding: 3px 0 6px 60px;
  }
  .basket-delivery__item.gm-score .basket-delivery__icon {
    left: 30px;
  }
  .basket-delivery__item.gm-mappoint {
    padding: 3px 0 6px 30px;
    margin-top: 23px;
  }
  .basket {
    padding: 54px 0 0;
  }
  .basket__sale {
    margin-bottom: 30px;
  }
  .basket__delivery {
    margin-bottom: 26px;
  }
  .basket__final {
    padding-top: 40px;
  }
  .basket__about.gm-xs-s {
    display: none;
  }
  .basket__about.gm-s {
    display: none;
  }
}
@media (min-width: 1280px) {
  .basket-about__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
  }
  .basket-about__col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
  }
  .basket-about__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 790px;
    flex: 0 0 790px;
    margin-left: 17px;
  }
  .basket-checks {
    padding-top: 31px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .basket-pay__title {
    margin-right: 40px;
  }
  .basket-pay__icon:not(:last-child) {
    margin-right: 20px;
  }
  .basket-top__item.gm-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 532px;
    flex: 0 0 532px;
    margin-right: 70px;
  }
  .basket-products__item {
    padding: 40px 0;
  }
  .basket-product__image {
    height: 148px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
  }
  .basket-product__description {
    width: calc(100% - 195px);
  }
  .basket-product__middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 195px;
    flex: 0 0 195px;
  }
  .basket__content.gm-paddingLg {
    padding-right: 120px;
  }
  .basket__delivery {
    margin-bottom: 20px;
  }
  .basket__checks.gm-xs {
    display: none;
  }
  .basket__final {
    padding-top: 0px;
  }
}
@media (min-width: 1600px) {
  .basket-about__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 365px;
    flex: 0 0 365px;
  }
  .basket-about__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 950px;
    flex: 0 0 950px;
    margin-left: 20px;
  }
  .basket-store-choice__middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
  }
  .basket-checks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .basket-checks__item:not(:last-child) {
    margin-right: 42px;
    margin-bottom: 0px;
  }
  .basket-top__item.gm-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 653px;
    flex: 0 0 653px;
    margin-right: 80px;
  }
  .basket-popup__top {
    margin-bottom: 65px;
  }
  .basket-product__description {
    width: calc(100% - 255px);
  }
  .basket-product__middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 255px;
    flex: 0 0 255px;
  }
  .basket-product__choice.gm-xs {
    display: none;
  }
  .basket-product__choice.gm-xl {
    display: inline-block;
    width: 266px;
    margin-right: 20px;
  }
  .basket-delivery__item.gm-score {
    padding: 3px 30px 6px 60px;
  }
  .basket-delivery__item.gm-mappoint {
    margin-top: 0px;
    padding: 3px 0 6px 59px;
  }
  .basket-delivery__item.gm-mappoint .basket-delivery__icon {
    left: 30px;
  }
  .basket-info__description {
    padding-left: 15px;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .basket-cards__item:nth-last-child(-n+1) {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1599px) {
  .basket-delivery__item.gm-mappoint {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .basket-delivery__item.gm-mappoint:after {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .basket-cards__item:nth-last-child(-n+2) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .basket-pay {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .basket-cards__item:nth-last-child(-n+3) {
    display: none;
  }
  .basket-pickpoint__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .basket-pickpoint__single {
    margin-left: 306px;
    margin-top: 10px;
  }
  .basket-order-time__tab:nth-child(5) {
    display: none;
  }
  .basket-top__item.gm-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-right: 68px;
  }
  .basket-top__item.gm-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }
  .basket-products {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .basket-products {
    margin-bottom: 33px;
  }
  .basket-delivery__icon {
    display: none;
  }
  .basket-delivery__item {
    padding-left: 0px;
  }
  .basket__about.gm-xs-m {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .basket__top:after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .basket-popup__swipe-container {
    margin-left: -40px;
    margin-right: -40px;
  }
  .basket-popup__swipe-container {
    overflow: hidden;
  }
  .basket-popup__swipe-scroll {
    padding-left: 40px;
    padding-right: 40px;
  }
  .basket-popup__button:last-child {
    margin-right: 40px;
  }
  .basket-info__image {
    display: none;
  }
  .basket-info__person {
    display: none;
  }
}
@media (max-width: 1279px) {
  .basket-info__cards {
    display: none;
  }
  .basket__checks.gm-l {
    display: none;
  }
}
@media (max-width: 979px) {
  .basket-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 0 30px;
  }
  .basket-about__col:not(:last-child) {
    margin-bottom: 40px;
  }
  .basket-about__right {
    display: none;
  }
  .basket-bonus__inputs.gm-m-block {
    display: none !important;
  }
  .basket-bonus__card {
    display: none;
  }
  .basket-bonus__list.gm-m-block {
    display: none !important;
  }
  .basket-bonus__input {
    margin-bottom: 21px;
  }
  .basket-bonus__edit {
    margin-bottom: 24px;
  }
  .basket-bonus__edit.gm-m-block {
    display: none !important;
  }
  .basket__about.gm-m {
    display: none;
  }
}
@media (max-width: 767px) {
  .basket-cards__items {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .basket-cards__item:last-child .g-card {
          border-bottom: 0;
  }
  .basket-calendar {
    display: none;
  }
  .basket-store-choice__place {
    margin-bottom: 10px;
  }
  .basket-store-choice__row {
    margin-bottom: 10px;
  }
  .basket-store-choice__row .gm-none-xs {
    display: none;
  }
  .basket-store-choice__caption {
    display: none;
  }
  .basket-store-choice__middle {
    margin-bottom: 10px;
  }
  .basket-store-choice__info {
    margin-bottom: 35px;
  }
  .basket-store-choice__other {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 42px;
    height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    color: transparent;
    background-color: transparent;
    border-radius: 20px;
    display: inline-block;
    padding: 0 13px;
    width: 100%;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    border: 0;
    color: #000000;
    background-color: #F2F2F2;
  }
  .basket-store-choice__other:hover {
    background-color: #e5e5e5;
  }
  .basket-pickpoint-choice__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .basket-pickpoint-choice__bottom {
    padding-top: 19px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .basket-pickpoint-choice__other {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 42px;
    height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    color: transparent;
    background-color: transparent;
    border-radius: 20px;
    display: inline-block;
    padding: 0 13px;
    width: 100%;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    border: 0;
    color: #000000;
    background-color: #F2F2F2;
  }
  .basket-pickpoint-choice__other:hover {
    background-color: #e5e5e5;
  }
  .basket-pickpoint__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .basket-pickpoint__title {
    padding-right: 120px;
  }
  .basket-pickpoint__checks {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .basket-pickpoint__single {

  }
  .basket-store__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .basket-store__title {
    padding-right: 120px;
  }
  .basket-store__single {
    position: absolute;
    top: 0;
    right: 0;
  }
  .basket-store__checks {
    margin-top: 17px;
  }
  .basket-order-time__items {
    margin-bottom: 26px;
  }
  .basket-order-time__label {
    display: none;
  }
  .basket-order-time__value.gm-date {
    overflow: hidden;
  }
  .basket-order-time__value.gm-date .gm-swipe {
    position: relative;
    bottom: -10px;
    margin-top: -10px;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .basket-order-time__value.gm-date {
    margin: 0 -20px;
  }
  .basket-order-time .gm-mb-xs {
    margin-bottom: 19px;
  }
  .basket-order-time__tab.gm-desktop {
    display: none;
  }
  .basket-order-address__form {
    margin-bottom: 72px;
  }
  .basket-order-address__value .g-input:first-child {
        margin-bottom: 20px;
  }
  .basket-order-address__input.gm-xs {
    margin-bottom: 20px;
  }
  .basket-order-address .gm-mb-xs {
    margin-bottom: 20px;
  }
  .basket-order__address {
    display: none;
  }
  .basket-order__time {
    display: none;
  }
  .basket-pay {
    display: none;
  }
  .basket-pay__top {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .basket-pay__title {
    margin-bottom: 26px;
  }
  .basket-pay__types {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 240px;
    width: 100%;
  }
  .basket-pay__icon{
    padding-left: 10px;
      margin-bottom: 10px;
  }
  .basket-pay__req {
    margin: 0 -20px;
    padding: 23px 20px 24px;
  }
  .basket-tabs__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -20px;
    margin-right: -20px;
  }
  .basket-tabs__item {
    padding: 0 20px;
    border-top: 1px solid #EAEAEA;
  }
  .basket-tabs__item:last-child {
    border-bottom: 1px solid #EAEAEA;
  }
  .basket-tabs__info {
    padding-right: 10px;
  }
  .basket-tabs__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1px;
  }
  .basket-tabs__time {
    color: #000000;
  }
  .basket-tabs__price {
    text-align: right;
    margin-left: auto;
  }
  .basket-top__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .basket-top__title {
    margin-bottom: 9px;
  }
  .basket-top__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .basket-top__item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 23px;
    position: relative;
  }
  .basket-top__item:not(:last-child):after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -20px;
    right: -20px;
    height: 1px;
    background-color: #F2F2F2;
  }
  .basket-popup-card {
    padding: 22px 0 25px;
  }
  .basket-popup-card__description {
    padding-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .basket-popup__select {
    display: none;
  }
  .basket-popup__header {
    padding-right: 25px;
  }
  .basket-popup__swipe-container {
    margin-left: -20px;
    margin-right: -20px;
  }
  .basket-popup__swipe-scroll {
    padding-left: 20px;
    padding-right: 20px;
  }
  .basket-popup__button:last-child {
    margin-right: 20px;
  }
  .basket-header__logo {
    display: none;
  }
  .basket-header__phone {
    padding: 0px 3px 0px 35px;
  }
  .basket-header__num {
    display: none;
  }
  .basket-header__messages {
    display: none;
  }
  .basket-products__item.gm-service {
    border-bottom: 0 solid rgba(0, 0, 0, 0.1);
  }
  .basket-product {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .basket-product__image {
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100px;
  }
  .basket-product__acc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .basket-product__acc.gm-acc {
    margin-top: 30px;
    padding: 23px 20px 25px;
    background-color: rgba(0, 0, 0, 0.03);
    margin-left: -20px;
    margin-right: -20px;
  }
  .basket-product__note {
    margin-bottom: 21px;
  }
  .basket-product__note.gm-xs-none {
    display: none;
  }
  .basket-product__description {
    padding-left: 119px;
    min-height: 69px;
    margin-bottom: 23px;
  }
  .basket-product__description.gm-acc {
    margin-bottom: 10px;
    min-height: auto;
  }
  .basket-product__middle {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .basket-product__val {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .basket-product__val-input {
    display: none;
  }
  .basket-product__remove .svg {
    display: none;
  }
  .basket-product__info {
    margin-bottom: 19px;
  }
  .basket-delivery__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .basket-delivery__city .g-link-city {
        display: inline;
  }
  .basket-delivery__text {
    margin-top: 3px;
  }
  .basket-delivery__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .basket-delivery__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .basket-delivery__item.gm-courier .basket-delivery__icon {
    top: 3px;
  }
  .basket-delivery__item.gm-score:after {
    display: none;
  }
  .basket-delivery__item.gm-mappoint:after {
    display: none;
  }
  .basket-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .basket-info__bottom {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
  }
  .basket-info__bottom:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: -20px;
    right: -20px;
    height: 10px;
    background: #F2F2F2;
  }
  .basket .gm-visible {
      display: block !important;
  }
  .basket .gm-hidden {
      display: none;
  }
  .basket__tabs>.tab-content>.active {
    display: none;
  }
  .basket__sale {
    padding-top: 33px;
    position: relative;
    margin-bottom: 15px;
  }
  .basket__sale:after {
    position: absolute;
    content: '';
    top: 0;
    left: -20px;
    right: -20px;
    height: 10px;
    background-color: #F2F2F2;
  }
  .basket__info {
    padding-bottom: 35px;
    position: relative;
  }
  .basket__info:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -20px;
    right: -20px;
    height: 10px;
    background-color: #F2F2F2;
  }
  .basket__delivery {
    padding-bottom: 35px;
  }
  .basket__top {
    padding-bottom: 40px;
    position: relative;
  }
  .basket__top:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: -20px;
    right: -20px;
    height: 10px;
    background-color: #F2F2F2;
  }
  .basket__final {
    display: none;
  }
  .basket__about.gm-s {
    display: none;
  }
}
.basket-top__list{
    padding-bottom: 2px;
}
.basket__bonus-card {
    margin-top: 40px;
}
.basket__bonus-card__container.m-enter .g-flex {
    margin-bottom: 15px;
}
.basket__bonus-card__fields {
    margin-bottom: 15px;
}
.basket__bonus-card__container.m-error .basket__bonus-card__fields {
    margin-bottom: 10px;
}
.basket__bonus-card__fields__item {
    width: 32px;
    height: 40px;
    font-size: 18px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 8px;
    padding: 10px 8px;
}
.basket__bonus-card__container.m-error .basket__bonus-card__fields__item {
    border-color: #FF4337;
}
.basket__bonus-card__error {
    color: #FF4337;
    font-size: 14px;
    line-height: 20px;
    display: none;
    margin-bottom: 15px;
}
.basket__bonus-card__container.m-error .basket__bonus-card__error {
    display: block;
}
.basket__bonus-card__button {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
.basket__bonus-card__button svg {
    margin-right: 8px;
}
.basket__bonus-card__button:first-child {
    margin-right: 20px;
}
.basket__bonus-card__button.m-margin {
    margin: 0 0 0 70px;
}
.basket__bonus-card__img {
    width: 64px;
    height: 40px;
    margin-right: 10px;
}
.basket__bonus-card__info__text {
    font-size: 14px;
    line-height: 20px;
}
.basket__bonus-card__info__text.m-bold {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.basket__bonus-card__info {
    margin-bottom: 15px;
}
.basket__bonus-card__info__title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.basket-error-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.basket-error-popup__content {
    position: relative;
    max-width: 544px;
    padding: 50px;
    background-color: #fff;
}

.basket-error-popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    cursor: pointer;
}

.basket-error-popup__title {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
}

.basket-error-popup__descr {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
}

.basket-error-popup__row {
    display: flex;
    margin-top: 40px;
}

.basket-error-popup__btn + .basket-error-popup__btn {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .basket__bonus-card {
        order: -1;
        margin: 0 0 40px;
    }
    .basket-error-popup__content {
        max-width: none;
        width: 100%;
        height: 100%;
        padding: 20px;
    }

    .basket-error-popup__title {
        font-size: 22px;
        line-height: 27px;
    }

    .basket-error-popup__row {
        flex-direction: column;
        margin-top: 30px;
    }

    .basket-error-popup__btn {
        width: 100% !important;
    }

    .basket-error-popup__btn + .basket-error-popup__btn {
        margin-left: 0;
        margin-top: 20px;
    }
}

.basket__bonus-card__info__title .g-info {
    margin-left: 10px;
}
.basket__bonus-card__info__title .g-info:hover {
    background: #0077C8;
}
@media (max-width: 767px) {
    .basket__bonus-card {
        order: -1;
        margin: 0 0 40px;
    }
}
.basket__bonus-card__info__title .product-card__popup{
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .basket-error-popup {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }

    .basket-error-popup__content {
        height: auto;
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        -o-transition: transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
    }

    .basket-error-popup.active .basket-error-popup__content {
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        -o-transition: transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
    }

    .basket-error-popup__title {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        line-height: 22px
    }

    .basket-error-popup__descr {
        margin-top: 10px;
    }

    .basket-error-popup__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-top: 20px;
    }

    .basket-error-popup__btn + .basket-error-popup__btn {
        margin-top: 0;
        margin-left: 20px;
    }
}

.basket-delivery__top {
    position: relative;
}

/* End */


/* Start:/local/templates/galaxystore/css/libs/leaflet.css?157061936313082*/

.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        -ms-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}

.leaflet-tile::-moz-selection {
	background: transparent;
}
.leaflet-tile::selection {
	background: transparent;
}

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}

.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon, .leaflet-marker-shadow {
	display: block;
	}


.leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	-webkit-filter: inherit;
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 800;
	}

.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(/local/templates/galaxystore/css/libs/#default#VML);
	display: inline-block;
	position: absolute;
	}

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; 
	pointer-events: auto;
	}
.leaflet-top, .leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	        -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
	        transition:         -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
	        -o-transition:         transform 0.25s cubic-bezier(0, 0, 0.25, 1);
	        transition:         transform 0.25s cubic-bezier(0, 0, 0.25, 1);
	        transition:         transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
	}
.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	        -o-transition: none;
	        transition: none;
	}
.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:         grab;
	}
.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane, .leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:         grabbing;
	}

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
	pointer-events: none;
	}
.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; 
	pointer-events: auto;
	}

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}

.leaflet-container {
	font: 8px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}

.leaflet-bar {
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a, .leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a, .leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}
.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}

.leaflet-control-layers {
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/local/templates/galaxystore/css/libs/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/local/templates/galaxystore/css/libs/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

.leaflet-default-icon-path {
	background-image: url(/local/templates/galaxystore/css/libs/images/marker-icon.png);
	}

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution, .leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
	-webkit-box-shadow: none;
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background: white;
	color: #333;
	-webkit-box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 0 Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: 700;
	background: transparent;
	font-size: 0;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}
.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}
.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* End */


/* Start:/local/templates/galaxystore/css/libs/MarkerCluster.css?15645713161048*/
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	-webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
	transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
}
.leaflet-cluster-spider-leg {
	
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	-webkit-transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
	-o-transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/* End */


/* Start:/local/templates/galaxystore/css/libs/MarkerCluster.Default.css?15645713161182*/
.marker-cluster-small div {
	background-color: #000000;
	}
.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}
.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}
.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}
.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}
.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #ffffff;
	}
.marker-cluster span {
	line-height: 30px;
	}

/* End */


/* Start:/local/templates/galaxystore/css/libs/jquery.skeleton.css?156457131611022*/

@-webkit-keyframes skeletonAnimation {
        0% {
          opacity: 0.8;
        }
        50% {
          opacity: 0.4;
        }
        100% {
          opacity: 0.8;
        }
      }
@keyframes skeletonAnimation {
        0% {
          opacity: 0.8;
        }
        50% {
          opacity: 0.4;
        }
        100% {
          opacity: 0.8;
        }
      }

.reset-this {
        -webkit-animation : none;
        animation : none;
        -webkit-animation-delay : 0;
        animation-delay : 0;
        -webkit-animation-direction : normal;
        animation-direction : normal;
        -webkit-animation-duration : 0;
        animation-duration : 0;
        -webkit-animation-fill-mode : none;
        animation-fill-mode : none;
        -webkit-animation-iteration-count : 1;
        animation-iteration-count : 1;
        -webkit-animation-name : none;
        animation-name : none;
        -webkit-animation-play-state : running;
        animation-play-state : running;
        -webkit-animation-timing-function : ease;
        animation-timing-function : ease;
        -webkit-backface-visibility : visible;
        backface-visibility : visible;
        background : 0;
        background-attachment : scroll;
        background-clip : border-box;
        background-color : transparent;
        background-image : none;
        background-origin : padding-box;
        background-position : 0 0;
        background-position-x : 0;
        background-position-y : 0;
        background-repeat : repeat;
        background-size : auto auto;
        border : 0;
        border-style : none;
        border-width : medium;
        border-color : inherit;
        border-bottom : 0;
        border-bottom-color : inherit;
        border-bottom-left-radius : 0;
        border-bottom-right-radius : 0;
        border-bottom-style : none;
        border-bottom-width : medium;
        border-collapse : separate;
        -webkit-border-image : none;
        -o-border-image : none;
        border-image : none;
        border-left : 0;
        border-left-color : inherit;
        border-left-style : none;
        border-left-width : medium;
        border-radius : 0;
        border-right : 0;
        border-right-color : inherit;
        border-right-style : none;
        border-right-width : medium;
        border-spacing : 0;
        border-top : 0;
        border-top-color : inherit;
        border-top-left-radius : 0;
        border-top-right-radius : 0;
        border-top-style : none;
        border-top-width : medium;
        bottom : auto;
        -webkit-box-shadow : none;
        box-shadow : none;
        -webkit-box-sizing : content-box;
        box-sizing : content-box;
        caption-side : top;
        clear : none;
        clip : auto;
        color : inherit;
        -webkit-columns : auto;
        -moz-columns : auto;
        columns : auto;
        -webkit-column-count : auto;
        -moz-column-count : auto;
        column-count : auto;
        -webkit-column-fill : balance;
        -moz-column-fill : balance;
        column-fill : balance;
        -webkit-column-gap : normal;
        -moz-column-gap : normal;
        column-gap : normal;
        -webkit-column-rule : medium none currentColor;
        -moz-column-rule : medium none currentColor;
        column-rule : medium none currentColor;
        -webkit-column-rule-color : currentColor;
        -moz-column-rule-color : currentColor;
        column-rule-color : currentColor;
        -webkit-column-rule-style : none;
        -moz-column-rule-style : none;
        column-rule-style : none;
        -webkit-column-rule-width : none;
        -moz-column-rule-width : none;
        column-rule-width : none;
        -webkit-column-span : 1;
        -moz-column-span : 1;
        column-span : 1;
        -webkit-column-width : auto;
        -moz-column-width : auto;
        column-width : auto;
        content : normal;
        counter-increment : none;
        counter-reset : none;
        cursor : auto;
        direction : ltr;
        display : inline;
        empty-cells : show;
        float : none;
        font : normal;
        font-family : inherit;
        font-size : medium;
        font-style : normal;
        font-variant : normal;
        font-weight: 400;
        height : auto;
        -webkit-hyphens : none;
        -ms-hyphens : none;
        hyphens : none;
        left : auto;
        letter-spacing : normal;
        line-height : normal;
        list-style : none;
        list-style-image : none;
        list-style-position : outside;
        list-style-type : disc;
        margin : 0;
        margin-bottom : 0;
        margin-left : 0;
        margin-right : 0;
        margin-top : 0;
        max-height : none;
        max-width : none;
        min-height : 0;
        min-width : 0;
        opacity : 1;
        orphans : 0;
        outline : 0;
        outline-color : invert;
        outline-style : none;
        outline-width : medium;
        overflow : visible;
        overflow-x : visible;
        overflow-y : visible;
        padding : 0;
        padding-bottom : 0;
        padding-left : 0;
        padding-right : 0;
        padding-top : 0;
        page-break-after : auto;
        page-break-before : auto;
        page-break-inside : auto;
        -webkit-perspective : none;
        perspective : none;
        -webkit-perspective-origin : 50% 50%;
        perspective-origin : 50% 50%;
        position : static;
        
        quotes : '\201C' '\201D' '\2018' '\2019';
        right : auto;
        -moz-tab-size : 8;
        -o-tab-size : 8;
        tab-size : 8;
        table-layout : auto;
        text-align : inherit;
        -moz-text-align-last : auto;
        text-align-last : auto;
        text-decoration : none;
        -webkit-text-decoration-color : inherit;
        text-decoration-color : inherit;
        -webkit-text-decoration-line : none;
        text-decoration-line : none;
        -webkit-text-decoration-style : solid;
        text-decoration-style : solid;
        text-indent : 0;
        text-shadow : none;
        text-transform : none;
        top : auto;
        -webkit-transform : none;
        -ms-transform : none;
        transform : none;
        -webkit-transform-style : flat;
        transform-style : flat;
        -webkit-transition : none;
        -o-transition : none;
        transition : none;
        -webkit-transition-delay : 0s;
        -o-transition-delay : 0s;
        transition-delay : 0s;
        -webkit-transition-duration : 0s;
        -o-transition-duration : 0s;
        transition-duration : 0s;
        -webkit-transition-property : none;
        -o-transition-property : none;
        transition-property : none;
        -webkit-transition-timing-function : ease;
        -o-transition-timing-function : ease;
        transition-timing-function : ease;
        unicode-bidi : normal;
        vertical-align : baseline;
        visibility : visible;
        white-space : normal;
        widows : 0;
        width : auto;
        word-spacing : normal;
        z-index : auto;
        
        all: initial;
        all: unset;
    }

.pending {
        color: #bdc3c7!important;
        background-color: #bdc3c7!important;
        border-color: #bdc3c7!important;
        -webkit-animation-name: skeletonAnimation;
        animation-name: skeletonAnimation;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
      }
.pending_el {
        color: #ccc !important;
        background-color: #ccc !important;
        -webkit-animation-name: skeletonAnimation;
        animation-name: skeletonAnimation;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;

      }
.container2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        border: 1px solid #ddd;
        border-radius: 5px;
        }
.avatar {
            display: block;
            width: 150px;
            height: 150px;
        }
.content {
            background-color: #f0f0f0 !important;
            padding: 10px 16px;
            color: #34495e !important;
            font-family: system-ui, sans-serif;
            width: calc(100% - 150px);
        }
.demo:empty {
        margin: auto;
        width: 500px;
        height: 600px; 
        
        background-image:
          -webkit-radial-gradient(circle 50px at 50px 50px, lightgray 99%, transparent 0), -webkit-linear-gradient(350deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), -webkit-linear-gradient(lightgray 20px, transparent 0), -webkit-linear-gradient(lightgray 20px, transparent 0), -webkit-linear-gradient(lightgray 20px, transparent 0), -webkit-linear-gradient(lightgray 20px, transparent 0);
        
        background-image:
          -o-radial-gradient(circle 50px at 50px 50px, lightgray 99%, transparent 0), -o-linear-gradient(350deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), -o-linear-gradient(lightgray 20px, transparent 0), -o-linear-gradient(lightgray 20px, transparent 0), -o-linear-gradient(lightgray 20px, transparent 0), -o-linear-gradient(lightgray 20px, transparent 0);
        
        background-image:
          radial-gradient(circle 50px at 50px 50px, lightgray 99%, transparent 0), linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0);

        background-repeat: repeat-y;

        background-size:
          100px 200px, 
          50px 200px, 
          150px 200px,
          350px 200px,
          300px 200px,
          250px 200px;

        background-position:
          0 0, 
          0 0, 
          120px 0,
          120px 40px,
          120px 80px,
          120px 120px;

        -webkit-animation: shine 1s infinite;

        animation: shine 1s infinite;
      }
@-webkit-keyframes shine {
        to {
          background-position:
            0 0, 100% 0, 120px 0, 120px 40px, 120px 80px, 120px 120px;
        }
      }
@keyframes shine {
        to {
          background-position:
            0 0, 100% 0, 120px 0, 120px 40px, 120px 80px, 120px 120px;
        }
      }
.bg-image {
    position: relative;
    height: 0;
    overflow: hidden;
    background-color: #f0f0f0;
  
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30%
    }
/* End */


/* Start:/local/templates/galaxystore/css/libs/bootstrap-mini.css?15657818914484*/
.tab-content>.tab-pane {
  display: none;
}
.tab-content>.active {
  display: block;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.tooltip.top {
  padding: 10px 0 17px;
  margin-top: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 10px;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0;
  border-top-color: #000;
}
.tooltip.bottom {
  padding: 20px 17px;
  margin-top: 3px;
}
.tooltip.bottom .tooltip-arrow {
  top: 13px;
  left: 50%;
  margin-left: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 128px;
  padding: 10px 15px;
  text-align: center;
  background-color: #000;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.dropdown-menu.fade {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.open>.dropdown-menu.fade {
  pointer-events: auto;
  opacity: 1;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
  max-width: 360px;
  padding: 1px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 5px !important;
  margin-left: 0;
  border-top-color: #fff;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 14px 20px;
}

/* End */


/* Start:/local/templates/galaxystore/css/global/reset.css?1564571316410*/
*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
p {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a, button, input, label, select, textarea {
  outline: 0;
}
a {
  text-decoration: none;
}
button {
  cursor: pointer;
  border: 0;
  outline: 0;
  background: none;
  padding: 0;
  margin: 0;
}

/* End */


/* Start:/local/templates/galaxystore/css/global/fonts.css?15645713164003*/

body {
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

/* End */


/* Start:/local/templates/galaxystore/css/global/styles.css?159238915124139*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-1-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
.g-flex {
  display: -webkit-box;
  
  
  display: -ms-flexbox;
  
  
  display: flex;
  
}
.g-ff-rn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.g-ff-rw {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.g-ff-cn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.g-ff-cw {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.g-fw-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.g-ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.g-ai-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.g-jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.g-jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.g-jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.g-block {
  display: block;
}
.g-iblock {
  display: inline-block;
}
.g-none {
  display: none !important;
}
.g-relative {
  position: relative;
}
.g-uppercase {
  text-transform: uppercase;
}
.g-text-c {
  text-align: center;
}
.g-va-middle {
  vertical-align: middle;
}
.g-bold {
  font-family: 'Rotonda-Bold';
}
.g-clear {
  clear: both;
}
.g-hidden {
  overflow: hidden;
}
.g-ellipsis {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.g-fw-50-td {
  width: 100%;
}
.g-fw-50-mtd {
  width: 50%;
}

.block {
  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;
}
.block__offer {
    margin-bottom: 25px;
}
.block__links {
    margin-bottom: 25px;
}
.block__rexeive {}
.block .g-memory-selection {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.leaflet-pane {
  z-index: 9;
}
.leaflet-popup {
  margin: 0;
}
.leaflet-popup-tip-container {
  display: none;
}
.leaflet-popup-content-wrapper {
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.27);
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.27);
}
.leaflet-popup-content {
  margin: 0;
  padding: 25px 30px;
}
.leaflet-top {
  z-index: 5;
}
.leaflet-marker-pane {
  z-index: 100;
}
.leaflet-popup-pane {
  z-index: 101;
}
.leaflet-container a.leaflet-popup-close-button {
  width: 30px;
  height: 30px;
  padding: 0;
  top: 20px;
  right: 20px;
  background-image: url('../img/close.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.noUi-target{
  padding: 0 12px;
}
.noUi-base .noUi-connects {
  width: auto;
  margin: 0 -12px;
}
@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .col-sm-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .g-fw-50-td {
    width: 50%;
  }
  .block .g-m {
    display: none;
  }
  .block__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(-238%);
    flex: 1 1 calc(-238%);
    padding-right: 30px;
    min-width: 50%;
  }
  .block__middle {
    width: 338px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .block__right {
    width: 338px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-right: 0px;
  }
}
@media (min-width: 980px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .block {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .block__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: auto;
  }
  .block__items {
    width: 730px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block__middle {
    width: 350px;
    margin-right: 30px;
  }
  .block__right {
    width: 350px;
    padding-right: 30px;
  }
}
@media (min-width: 1600px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .block__items {
    width: 704px;
  }
  .block__middle {
    width: 337px;
  }
  .block__right {
    width: 337px;
    padding-right: 0;
  }
}
@media (max-width: 1279px) {
  .block .g-d {
    display: none;
  }
}
@media (max-width: 767px) {
  .block .g-td {
    display: none;
  }
  .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}
.g-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.g-cursor-p {
  cursor: pointer;
}
/* End */


/* Start:/local/templates/galaxystore/css/global/elements.css?159890365547827*/
.g-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
  .g-title__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    position: relative;
  }
.g-title__link:hover .svg {
        fill: #0077c8;
}
.g-title .svg {
    font-size: 17px;
    margin-left: 18px;
    fill: #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    position: relative;
    top: -1px;
}
.g-title span {
    display: block;
}
.g-h1, .g-title-xl {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
}
.g-h1 .gm-grey, .g-title-xl .gm-grey {
    color: #CCCCCC;
}
.g-h2, .g-title-l {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.g-h3, .g-title-m {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.g-h4, .g-title-s, .g-content-page h4 {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px
}
.g-h4.gm-mb13, .g-title-s.gm-mb13, .g-content-page h4.gm-mb13 {
  margin-bottom: 13px;
}
.g-text, .g-content-page p {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.g-text-time{
  color: #999999;
}
.g-text p:not(:last-child), .g-content-page p p:not(:last-child) {
    margin-bottom: 10px;
  }
.g-text.gm-bold, .g-content-page p.gm-bold {
  font-weight: 700;
}
.g-text.gm-600, .g-content-page p.gm-600 {
  font-weight: 700;
}
.g-text.gm-800, .g-content-page p.gm-800 {
  font-weight: 700;
}
.g-text.gm-m, .g-content-page p.gm-m {
  font-size: 16px;
}
.g-text.gm-gray, .g-text.gm-grey, .g-content-page p.gm-gray, .g-content-page p.gm-grey, a.gm-grey {
  color: #999999;
}
.g-text.gm-ff2, .g-content-page p.gm-ff2 {
  font-family: 'Open Sans', sans-serif;
}
.g-text.gm-lh30, .g-content-page p.gm-lh30 {
  line-height: 30px;
}
.g-text.gm-mb10, .g-content-page p.gm-mb10 {
  margin-bottom: 10px;
}
.g-text.gm-mb28, .g-content-page p.gm-mb28 {
  margin-bottom: 28px;
}
.g-text.gm-orange, .g-content-page p.gm-orange {
  color: #ff4337;
}
.g-text.gm-turquoise, .g-content-page p.gm-turquoise {
  color: #00c3b2;
}
.g-text.gm-blue, .g-content-page p.gm-blue {
  color: #0077c8;
}
.g-text.gm-red, .g-content-page p.gm-red {
  color: #FF4337;
}
.g-text-bold {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.g-text-old-pay {
  color: #999999;
  position: relative
}
.g-text-old-pay:after {
  position: absolute;
  content: '';
  height: 1px;
  top: calc(50% - 2px);
  left: -5px;
  right: -5px;
  background-color: #FF4337;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.g-text-disclaimer, .g-content-page.g-text-disclaimer p {
  color: #999999;
}
.g-link {
  color: #0077c8;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s
}
.g-link.gm-800 {
  font-weight: 700;
}
.g-link.gm-m {
  font-size: 16px;
}
.g-link.gm-ff3 {
  font-family: 'Open Sans', sans-serif;
}
.g-link.gm-grey {
  color: #999999;
}
.g-link.gm-red {
  color: rgba(255, 67, 55, 0.6);
}
.g-link.gm-red:hover {
  color: #FF4337;
}
.g-link:hover {
  color: #00b3e3;
}
.g-link-city, .js-compare-select {
  position: relative;
  padding-right: 23px;
  cursor: pointer;
  display: inline-block
}
.g-link-city:after, .js-compare-select:after {
  position: absolute;
  content: " ";
  top: 50%;
  right: 0;
  background-image: url('../img/arrow-right-bold.svg');
  background-repeat: no-repeat;
  background-size: 7px 14px;
  height: 14px;
  width: 7px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.g-link-select, .g-link-select-fake {
  position: relative;
  padding-right: 23px;
  cursor: pointer;
  display: inline-block
}
.g-link-select:after, .g-link-select-fake:after {
  position: absolute;
  content: " ";
  top: 50%;
  right: 3px;
  background-image: url('../img/arrow-right-bold.svg');
  background-repeat: no-repeat;
  background-size: 7px 14px;
  height: 14px;
  width: 7px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.g-list li {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 26px
  }
.g-list li:not(:last-child) {
  margin-bottom: 10px;
}
.g-list li:after {
  position: absolute;
  left: 0;
  top: 5px;
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #0077c8;
  border-radius: 100%;
}
.g-list.gm-sm li {
      color: #ff4337;
      padding-left: 15px;
      line-height: 20px;
}
.g-list.gm-sm li:after {
  width: 5px;
  height: 5px;
  top: 5px;
}
.g-list.gm-red li {
      color: #ff4337;
}
.g-list.gm-red li:after {
  background-color: #ff4337;
}
.g-info {
  width: 18px;
  height: 18px;
  background-color: #F2F2F2;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  margin-left: 19px;
  position: relative;
}
.g-info .svg {
    font-size: 9px;
    fill: #999999;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
.g-info:hover {
  background-color: #0077C8;
}
.g-info:hover .svg {
      fill: #ffffff;
}
.g-content-page p:not(:last-child) {
  margin-bottom: 10px;
}
.g-button {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 42px;
  height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  color: transparent;
  background-color: transparent;
  border-radius: 20px;
  display: inline-block;
  padding: 0 13px;
  width: 100%;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border: 0;
  cursor: pointer;
}
.g-button.gm-blue {
  color: #ffffff;
  background-color: #0077c8;
}
.g-button.gm-lightblue {
  color: #FFFFFF;
  background-color: #0077C8;
}
.g-button.gm-lightblue:hover {
  background-color: #005FA0;
}
.g-button.gm-yellow {
  color: #000000;
  background-color: #F8E946;
}
.g-button.gm-yellow:hover {
  background-color: #C6BA38;
}
.g-button.gm-grey {
  color: #000000;
  background-color: #F2F2F2;
}
.g-button.gm-grey:hover {
  background-color: #e5e5e5;
}
.g-button.gm-darkblue {
  color: #ffffff;
  background-color: #1428A0;
}
.g-button.gm-black {
  color: #ffffff;
  background-color: #1A1A1A;
}
.g-button.gm-black:hover {
  background-color: #1428A0;
}
.g-button.gm-darkblue:hover {
  background-color: #102080;
}
.g-button.gm-line {
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
}
.g-button.gm-circle {
  border-radius: 100%;
  width: 40px;
}
.g-button.gm-circle.g-button.gm-icon .svg {
      line-height: 40px;
      vertical-align: middle;
    }
.g-button.gm-mini {
  height: 35px;
  line-height: 35px;
}
.g-button.gm-xs {
  height: 30px;
  line-height: 30px;
  letter-spacing: normal;
  padding: 0 19px;
}
.g-button.gm-br-mini {
  border-radius: 5px;
}
.g-button.gm-non-uppercase {
  text-transform: none;
}
.g-button.gm-bs {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.g-button-close {
  padding: 0;
  border: none;
  background: none;
}
.g-button-close .svg {
    font-size: 22px;
    fill: #222222;
  }
.g-button--width-auto {
    min-width: 93px;
    width: auto;
    padding: 0 23px;
}
.g-input {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #000000;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: inline-block;
  height: 40px;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none
}
.g-input::-webkit-input-placeholder {
  color: #CCCCCC;
}
.g-input::-moz-placeholder {
  color: #CCCCCC;
}
.g-input:-moz-placeholder {
  color: #CCCCCC;
}
.g-input:-ms-input-placeholder {
  color: #CCCCCC;
}
.g-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.g-input:focus::-moz-placeholder {
  color: transparent;
}
.g-input:focus:-moz-placeholder {
  color: transparent;
}
.g-input:focus:-ms-input-placeholder {
  color: transparent;
}
.g-input.gm-error {
  border-color: #ff4337;
}
.g-input.gm-mini {
  height: 30px;
}
.g-input.gm-placeholder {
  padding-left: 28px;
}
.g-input.gm-search {
  padding-left: 43px;
}
.g-input.gm-password {
  padding-right: 43px;
}
.g-input.gm-done {
  background-image: url('../img/done.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 30px;
}
.g-input-block {
  position: relative;
  display: inline-block
}
.g-input-block.gm-error .g-error {
      opacity: 1;
      visibility: visible;
}
.g-input-block.gm-input-limit .g-input {
      padding-left: 28px;
}
.g-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #CCCCCC;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.g-input-placeholder.gm-black {
  color: #000000;
}
.g-input-info {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 3px;
  color: rgba(0, 0, 0, 0.4)
}
.g-input-info.gm-error {
  color: #ff4337;
}
.g-input-search {
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g-input-search .svg {
    font-size: 15px;
    fill: rgba(0, 0, 0, 0.2);
    display: block;
  }
.g-input-password {
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  right: 16px;
  top: 12px;
  width: 28px;
  height: 23px;
  background-image: url('../img/eye.svg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%
}
.g-input-password.gm-hide {
  background-image: url('../img/eye-close.svg');
  background-position: center top 4px;
}
.g-error {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #ff4337;
  margin-top: 3px;
}
.g-date-input {
  position: relative;
}
.g-date-input__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    opacity: 0;
  }
.g-date-input__date{
    padding: 0 10px;
  }
.g-textarea {
  padding: 10px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #000000;
  display: block;
  width: 100%;
  -webkit-appearance: none
}

.g-textarea.error {
  margin-bottom: 7px;
}
.static-feedback__textarea.g-textarea.error {
  margin-bottom: 0;
}

.g-textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}
.g-textarea::-moz-placeholder {
  color: #CCCCCC;
}
.g-textarea:-moz-placeholder {
  color: #CCCCCC;
}
.g-textarea:-ms-input-placeholder {
  color: #CCCCCC;
}
.g-textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.g-textarea:focus::-moz-placeholder {
  color: transparent;
}
.g-textarea:focus:-moz-placeholder {
  color: transparent;
}
.g-textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.g-textarea.gm-error {
  border-color: #ff4337;
}
.g-textarea.gm-mini {
  height: 30px;
}
.g-checkbox {
  display: block
}
.g-checkbox:not(:last-child) {
  margin-bottom: 12px;
}
.g-checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0px 0px 0px 23px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000000;
    vertical-align: middle;
}
.g-checkbox label:before {
  position: absolute;
  content: "";
  display: inline;
  left: 0px;
  top: 3px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.g-checkbox label:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 6px;
  background-image: url('../img/check.svg');
  background-position: center;
  background-size: 0%;
  background-repeat: no-repeat;
  left: 3px;
  top: 7px;
}
.g-checkbox label.gm-grey, .g-checkbox label .gm-grey {
      color: #999999;
}
.g-checkbox label:hover:before {
  border-color: #0077c8;
}
.g-checkbox input[type="checkbox"] {
    display: none;
}
.g-checkbox input[type="checkbox"]:checked+label:after {
  background-size: 100%;
}
.g-checkbox input[type="checkbox"]:checked+label:before {
  background: #0077c8;
}
.g-checkbox input[type="checkbox"]:disabled+label {
    cursor: default;
}
.g-checkbox input[type="checkbox"]:disabled+label:after {}
.g-checkbox input[type="checkbox"]:disabled+label:before {
  background-color: #E5E5E5;
  border-color: #E5E5E5;
}
.g-checkbox-color {
  display: inline-block;
  padding: 2px;
}
.g-checkbox-color label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: rgba(0, 0, 0, .05) 1px solid;
  }
.g-checkbox-color label {
  
}
.g-checkbox-color label:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.g-checkbox-color {
  
}
.g-checkbox-color label {
  
}
.g-checkbox-color input[type="checkbox"] {
    display: none;
}
.g-checkbox-color input[type="checkbox"]:checked+label:after {
  border-color: #0077c8;
}
.g-checkbox-color input[type="checkbox"]:checked+label {
  
}
.g-radio {
  display: block
}
.g-radio.gm-inline {
  margin-bottom: 0;
  margin-right: 15px;
  display: inline-block;
}
.g-radio.gm-inline:not(:last-child) {
  margin-bottom: 0;
}
.g-radio:not(:last-child) {
  margin-bottom: 12px;
}
.g-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0px 0px 0px 23px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000000;
    vertical-align: middle;
}
.g-radio label:before {
  position: absolute;
  content: "";
  display: inline;
  left: 0px;
  top: 3px;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.g-radio label:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: transparent;
  left: 5px;
  top: 8px;
}
.g-radio label.gm-red, .g-radio label .gm-red {
      color: #FF4337;
}
.g-radio label:hover:before {
  border-color: #0077c8;
}
.g-radio input[type="radio"] {
    display: none;
}
.g-radio input[type="radio"]:checked+label:after {
  background-color: #ffffff;
}
.g-radio input[type="radio"]:checked+label:before {
  background: #0077c8;
}
.g-radio input[type="radio"]:disabled+label {
    cursor: default;
}
.g-radio input[type="radio"]:disabled+label:after {}
.g-radio input[type="radio"]:disabled+label:before {
  background-color: #E5E5E5;
  border-color: #E5E5E5;
}
.g-label {
  display: inline-block;
  min-width: 80px;
  width: 100%;
  margin-bottom: 10px;
}
.g-label-inline {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  display: block;
  padding: 9px 0;
}
.g-select {
  position: relative;
}
.g-select.isActive .g-select__items {
      display: block;
      margin-top: 3px;
}
.g-select.gm-costum {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #000000;
  cursor: pointer;
  width: 100%;
  border: 0;
  font-size: 14px;
  outline: none;
  background-color: #F2F2F2;
  display: block;
  background-repeat: no-repeat;
  background-position: right 12px top 50%;
  background-image: url('../img/arrow-down.svg');
}
.g-select.gm-costum select {
      border: none;
      background: none;
      padding: 0 30px 0 10px;
      margin: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 100%;
      width: 100%;
      color: #000000;
      font-family: 'Roboto', sans-serif;
}
.g-select__selected {
    border-radius: 5px;
    display: block;
    color: #000000;
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 10px;
    cursor: pointer;
    width: 100%;
    border: 0;
    font-size: 14px;
    outline: none;
    background-color: #F2F2F2;
    display: block;
    background-repeat: no-repeat;
    background-position: right 12px top 50%;
    background-image: url('../img/arrow-down.svg');
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.g-select__selected:hover {
  background-color: #E5E5E5;
}
.g-select__items {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 5;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}
.g-select__items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.g-select__items::-webkit-scrollbar {
  width: 3px;
  background-color: #ffffff;
}
.g-select__items::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
}
.g-select__item {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #000000;
    padding: 0 15px;
    cursor: pointer;
    background-color: #F2F2F2;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.g-select__item:hover {
  background-color: #E5E5E5;
}
.g-select__item.isSelected {
  background-color: #E5E5E5;
}
.g-select-down {
  position: relative;
}
.g-select-down.isActive .g-select-down__items {
      display: block;
      margin-top: 3px;
}
.g-select-down.gm-costum {
  line-height: 20px;
  color: #000000;
  cursor: pointer;
  width: 100%;
  border: 0;
  font-size: 14px;
  outline: none;
  display: block;
  background-repeat: no-repeat;
  background-position: right 0px top 50%;
  background-image: url('../img/arrow-down.svg');
}
.g-select-down.gm-costum select {
      border: none;
      background: none;
      padding: 0;
      padding-right: 22px;
      margin: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      color: #000000;
      font-family: 'Roboto', sans-serif;
}
.g-select-down__selected {
    color: #000000;
    line-height: 20px;
    padding-right: 22px;
    cursor: pointer;
    width: 100%;
    border: 0;
    font-size: 14px;
    outline: none;
    display: block;
    background-repeat: no-repeat;
    background-position: right 0 top 50%;
    background-image: url('../img/arrow-down.svg');
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.g-select-down__items {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 5;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    max-height: 200px;
    min-width: 200px;
    overflow-y: auto;
}
.g-select-down__items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.g-select-down__items::-webkit-scrollbar {
  width: 3px;
  background-color: #ffffff;
}
.g-select-down__items::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
}
.g-select-down__item {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #000000;
    padding: 0 15px;
    cursor: pointer;
    background-color: #F2F2F2;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.g-select-down__item:hover {
  background-color: #E5E5E5;
}
.g-select-down__item.isSelected {
  background-color: #E5E5E5;
}
.g-badge {
  font-size: 10px;
  line-height: normal;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.42px;
  padding: 3px 6px 2px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer
}
.g-badge.gm-red {
  background-color: #FF4337;
}
.g-badge.gm-orange {
  background-color: #F5A623;
}
.g-badge.gm-green {
  background-color: #97D653;
}
.g-badge.gm-purple {
  background-color: #D939B2;
}
.g-badge.gm-blue {
  background-color: #1428A0;
}
.g-badge-present {
  width: 29px;
  height: 29px;
  background-image: url('../img/gift.svg');
  background-repeat: no-repeat;
  background-size: 29px 29px;
  cursor: pointer;
}
.g-badge-vip {
  width: 30px;
  height: 28px;
  background-image: url('../img/vip.png');
  background-repeat: no-repeat;
  background-size: 30px 28px;
  cursor: pointer;
}
.g-instock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.g-instock.gm-map-point .g-instock__items {
      margin-right: 19px;
}
.g-instock.gm-full .g-instock__item {
      background-color: #1428A0;
}
.g-instock.gm-one .g-instock__item:first-child {
      background-color: #FF4337;
}
.g-instock.gm-two .g-instock__item:nth-of-type(-n+2) {
      background-color: #1428A0;
}
.g-instock.gm-three .g-instock__item:nth-of-type(-n+3) {
      background-color: #1428A0;
}
.g-instock__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 9px;
}
.g-instock__item {
    width: 5px;
    height: 12px;
    background-color: #D8D8D8;
    border-radius: 2.5px;
}
.g-instock__item:not(:last-child) {
  margin-right: 3px;
}
.g-content {
  width: 100%;
  min-width: 320px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.g-table__captions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
.g-table__caption {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    padding-bottom: 17px;
}
.g-table__caption.gm-in-item {
  padding-bottom: 2px;
  display: block;
}
.g-table__item {
    border-top: 1px solid #EAEAEA;
    position: relative;
}
.g-table__item.gm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.g-loading {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative
}
.g-loading:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  background-image: url('../img/loader.svg');
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: calc(50% - 20px);
  -webkit-animation: rotate-loading 1.2s linear infinite;
  animation: rotate-loading 1.2s linear infinite;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.g-loading__basket:after {
    left: initial;
}
.g-loading.gm-top100:after {
  top: 100px;
}
.g-loading.gm-center:after {
  top: calc(50% - 20px);
}
.g-loading > div {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.g-loading.in > div {
  opacity: 0;
}
.g-loading.in:after {
  width: 40px;
  height: 40px;
  opacity: 1;
}
@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.modal-open {
  overflow: hidden;
}
.g-modal {
  overflow: auto !important;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #ffffff;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.50;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.g-modal {
  position: fixed;
  background-color: #ffffff;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}
.g-modal.gm-ff {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  overflow-x: auto;
  padding-right: 0px !important;
}
.g-modal.gm-ff.in {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.g-modal.gm-cf {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  overflow-x: auto;
  width: 100%;
}
.g-modal.gm-cf.in {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.g-modal.gm-br {
  overflow-y: auto;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.g-modal.gm-fr {
  overflow-y: auto;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.g-modal.gm-tr {
  overflow-y: auto;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  padding: 36px 20px 0;
  max-height: 100%;
}
.g-modal.gm-bt {
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.g-modal.gm-fn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  overflow-x: auto;
}
.g-modal.gm-fn.in {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.g-modal.gm-lightbox {
  display: block;
}

.g-modal__close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 101;
}
.g-modal__close button {
      padding: 0;
      border: none;
      background: none;
}
.g-modal__close .svg {
      font-size: 22px;
      fill: #222222;
}
.g-form__inlines:not(:last-child) {
  margin-bottom: 40px;
}
.g-form__inlines.gm-mtb {
  margin: 0;
  padding: 40px 0;
}
.g-form__inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.g-form__inline:not(:last-child) {
  margin-bottom: 20px;
}
.g-form__inline.gm-error:not(:last-child) {
  margin-bottom: 15px;
}
.g-form__inline.gm-mb {
  margin-bottom: 20px;
}
.g-form__inline.gm-mb15:not(:last-child) {
  margin-bottom: 15px;
}
.g-form__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    position: relative;
}
.g-form__item.gm-label {
  width: 95px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.g-form__item.gm-label.gm-middle {
  width: 140px;
}
.g-form__item.gm-label.gm-full {
  width: 100%;
}
.g-form__item.gm-label.gm-big {
  width: 175px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.g-form__input {
    margin-bottom: 18px;
}
.g-form__row {
    margin: 0 -5px;
}
.g-form__row .col{
      padding: 0 5px;
    }
.g-hero {
  overflow: hidden;
}
.g-hero .g-header-top {
    background-color: #F7F7F7;
  }
.g-hero__content {
    background-color: #F7F7F7;
    padding-bottom: 35px;
    position: relative;
    min-height: 500px;
  }
.g-hero__top {
    position: relative;
    z-index: 4;
}
.g-hero__block {
    padding-top: 20px;
}
.g-hero__bg-image {
    position: absolute;
    bottom: 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1000px;
    height: 550px;
}
.g-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}
.g-hero__bg.gm-purple:after {
  background: rgba(189, 16, 224, 1);
  background: -webkit-gradient(left top, right top, color-stop(0%, #bd10e0), color-stop(100%, #9013fe));
  background: -webkit-linear-gradient(left, #bd10e0 0%, #9013fe 100%);
  background: -o-linear-gradient(left, #bd10e0 0%, #9013fe 100%);
  background: -webkit-gradient(linear, left top, right top, from(#bd10e0), to(#9013fe));
  background: linear-gradient(to right, #bd10e0 0%, #9013fe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd10e0', endColorstr='#9013fe', GradientType=1);
}
.g-hero__bg.gm-lightpink:after {
  background-color: #FDD3D8;
}
.g-hero__bg.gm-lightblue:after {
  background-color: #00B3E3;
}
.g-hero__bg.gm-darkgreen:after {
  background-color: #00C3B2;
}
.g-hero__bg.gm-green:after {
  background-color: #97D653;
}
.g-hero__bg.gm-blue:after {
  background-color: #4A90E2;
}
.g-hero__bg.gm-left:after {
  position: absolute;
  content: " ";
  width: 804px;
  height: 804px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  border-radius: 120px;
  bottom: -550px;
}
.g-hero__bg.gm-right:after {
  position: absolute;
  content: " ";
  width: 804px;
  height: 804px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  border-radius: 120px;
  bottom: -550px;
}
.g-hero__title {
    margin-bottom: 27px;
}
.g-block-info.gm-xs-inline .g-block-info__icon {
      margin-bottom: 14px;
}
.g-block-info.gm-xs-inline .g-block-info__title {
      margin-bottom: 10px;
}
.g-block-info__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.g-block-info__icon img {
      display: block;
    }
.g-block-info__title {
    margin-bottom: 10px;
}
.g-block-info__text {
    width: 100%;
}
.g-block-info__text:not(:last-child) {
  margin-bottom: 10px;
}
.g-block-info__hh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 11px 10px;
    max-width: 233px;
    width: 100%;
    margin: 25px 0 23px;
}
.g-block-info__hh img {
      margin-right: 10px;
    }
.g-file__list{
    margin-bottom: 10px;
  }
.g-file__delete {
    margin-left: 9px;
  }
.g-tooltip {
  position: absolute;
  color: #000000;
  background-color: #ffffff;
  width: 360px;
  padding: 14px 20px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  z-index: 6;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0
}
.g-tooltip[aria-hidden="true"] {
  opacity: 0;
}
.g-tooltip[aria-hidden="false"] {
  opacity: 1;
}
.g-tooltip__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.g-tooltip__close .svg{
    font-size: 21px;
    color: #000000;
  }
.g-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.swipe-container {
  overflow: hidden;
}
.swipe-scroll {
  padding-bottom: 100px;
  margin-bottom: -100px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}
.swipe-scroll::-webkit-scrollbar {
  display: none;
}
.svg-account-1-old {
  width: 0.85em;
  height: 1em;
  fill: #000;
}
.svg-account-1 {
  width: 1em;
  height: 1em;
  fill: initial;
}
.svg-account-2-old {
  width: 1.04em;
  height: 1em;
  fill: #000;
}
.svg-account-2 {
  width: 1em;
  height: 1em;
  fill: initial;
}
.svg-account-3-old {
  width: 0.89em;
  height: 1em;
  fill: #000;
}
.svg-account-3 {
  width: 1em;
  height: 1em;
  fill: initial;
}
.svg-account-4-old {
  width: 1em;
  height: 1em;
  fill: #000;
}
.svg-account-4 {
  width: 1em;
  height: 1em;
  fill: initial;
}
.svg-account-5-old {
  width: 0.73em;
  height: 1em;
  fill: #000;
}
.svg-account-5 {
  width: 1em;
  height: 1em;
  fill: initial;
}
.svg-account-6-old {
  width: 1.5em;
  height: 1em;
  fill: #000;
}
.svg-account-6 {
  width: 1em;
  height: 1em;
  fill: initial;
}
.svg-account-7-old {
  width: 1.08em;
  height: 1em;
  fill: #000;
}
.svg-account-7 {
  width: 1em;
  height: 1em;
  fill: initial;
}
.svg-arrow-left {
  width: 0.56em;
  height: 1em;
  fill: #000;
}
.svg-arrow-right-bold {
  width: 0.54em;
  height: 1em;
  fill: #000;
}
.svg-arrow-right-title {
  width: 1.13em;
  height: 1em;
  fill: #000;
}
.svg-arrow-right {
  width: 0.56em;
  height: 1em;
  fill: #000;
}
.svg-burger {
  width: 1.13em;
  height: 1em;
  fill: #FFF;
}
.svg-cart {
  width: 1em;
  height: 1em;
  fill: #FFF;
}
.svg-close-bold {
  width: 1em;
  height: 1em;
  fill: #222;
}
.svg-close {
  width: 1em;
  height: 1em;
  fill: #222;
}
.svg-compare-h {
  width: 1.36em;
  height: 1em;
  fill: #FFF;
}
.svg-compare {
  width: 1.3em;
  height: 1em;
  fill: #D8D8D8;
}
.svg-dots {
  width: 4em;
  height: 1em;
  fill: #000;
}
.svg-eye-close {
  width: 1.87em;
  height: 1em;
  fill: #000;
}
.svg-eye {
  width: 1.75em;
  height: 1em;
  fill: #000;
}
.svg-favorite {
  width: 1em;
  height: 1em;
  fill: #FFF;
}
.svg-heart {
  width: 1.07em;
  height: 1em;
  fill: #CCC;
}
.svg-info {
  width: 0.44em;
  height: 1em;
  fill: #999;
}
.svg-logo {
  width: 4.35em;
  height: 1em;
  fill: #0F218B;
}
.svg-loup {
  width: 1em;
  height: 1em;
  fill: #FFF;
}
.svg-menu-user {
  width: 0.9em;
  height: 1em;
  fill: none;
}
.svg-metro-ekb {
  width: 1em;
  height: 1em;
  fill: initial;
}
.svg-metro-kazan {
  width: 1em;
  height: 1em;
  fill: initial;
}
.svg-metro-moscow {
  width: 1em;
  height: 1em;
  fill: initial;
}
.svg-metro-nnovgorod {
  width: 1em;
  height: 1em;
  fill: initial;
}
.svg-metro-novosibirsk {
  width: 1em;
  height: 1em;
  fill: initial;
}
.svg-metro-samara {
  width: 1em;
  height: 1em;
  fill: initial;
}
.svg-metro-speter {
  width: 1em;
  height: 1em;
  fill: initial;
}
.svg-metro-volgograd {
  width: 1em;
  height: 1em;
  fill: #D40000;
}
.svg-metro {
  width: 1.36em;
  height: 1em;
  fill: #016DB8;
}
.stores__content .svg-metro-ekb, .stores__content .svg-metro-kazan, .stores__content .svg-metro-moscow,
.stores__content .svg-metro-nnovgorod, .stores__content .svg-metro-novosibirsk, .stores__content .svg-metro-samara,
.stores__content .svg-metro-speter, .stores__content .svg-metro-volgograd{
    width: 1.36em;
    height: 1.36em;
}
.svg-minus {
  width: 7em;
  height: 1em;
  fill: #222;
}
.svg-phone-m {
  width: 1em;
  height: 1em;
  fill: #FFF;
}
.svg-phone {
  width: 1em;
  height: 1em;
  fill: #FFF;
}
.svg-play {
  width: 1.42em;
  height: 1em;
  fill: none;
}
.svg-plus {
  width: 1em;
  height: 1em;
  fill: #222;
}
.svg-sort-2 {
  width: 1.3em;
  height: 1em;
  fill: #D8D8D8;
}
.svg-sort {
  width: 1.3em;
  height: 1em;
  fill: #000;
}
.svg-star {
  width: 1.03em;
  height: 1em;
  fill: #F4F1EE;
}
.svg-user {
  width: 0.89em;
  height: 1em;
  fill: #000;
}
.g-map.gm-product {
  height: 600px;
}
.g-map.gm-basket-store {
  height: 400px;
}
.g-text-metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.g-text-metro .svg {
    font-size: 17px;
    fill: inherit;
    display: block;
    margin-right: 9px;
  }
.g-text-metro .g-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
.g-text-metro.gm-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.g-text-metro.gm-center .svg {
      font-size: 10px;
}
@media (min-width: 768px) {
  .g-title__link {
    font-size: 28px;
    line-height: 31px;
  }
  .g-title {
    font-size: 28px;
    line-height: 31px;
  }
  .g-h1, .g-title-xl {
    font-size: 28px;
    line-height: 31px;
  }
  .g-h2, .g-title-l {
    font-size: 24px;
    line-height: 27px;
  }
  .g-label {
    width: auto;
    margin-bottom: 0;
  }
  .g-content {
    padding: 0 40px;
  }
  .g-table__captions {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .g-table__caption.gm-in-item {
    display: none;
  }
  .g-table__item.gm-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .g-table__item {
    padding: 20px 0 25px;
  }
  .g-table__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .g-modal.gm-cf {
    max-width: 400px;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translateY(-200%) translateX(-50%);
    -ms-transform: translateY(-200%) translateX(-50%);
    transform: translateY(-200%) translateX(-50%);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  }
  .g-modal.gm-cf.in {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .g-modal.gm-br {
    height: 100%;
    top: 0;
  }
  .g-modal.gm-br {
    width: 680px;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
  }
  .g-modal.gm-br.in {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .g-modal.gm-fr {
    width: 680px;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
  }
  .g-modal.gm-fr.in {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .g-modal.gm-tr {
    height: 100%;
    bottom: 0;
  }
  .g-modal.gm-tr {
    width: 680px;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
  }
  .g-modal.gm-tr.in {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .g-modal.gm-bt {
    top: 0;
    bottom: auto;
  }
  .g-modal.gm-bt {
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
  }
  .g-modal.gm-bt.in {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .g-modal.gm-bt.is-open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: block;
    z-index: 1040;
    opacity: 1;
  }
  .g-form__inlines.gm-mtb {
    padding: 60px 0;
  }
  .g-form__input {
    margin-bottom: 30px;
  }
  .g-hero__content {
    min-height: 470px;
  }
  .g-hero__bg-image {
    left: calc(50% - 50px);
  }
  .g-hero__bg.gm-left:after {
    left: calc(50% + 150px);
  }
  .g-hero__bg.gm-right:after {
    left: calc(50% + 150px);
  }
  .g-hero__title {
    margin-bottom: 25px;
  }
  .g-tooltip__close {
    display: none;
  }
  .g-tooltip .g-tooltip__arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 12px;
    border-color: #ffffff;
  }
  .g-tooltip[x-placement^="top"] {
    margin-bottom: 12px;
  }
  .g-tooltip[x-placement^="top"] .g-tooltip__arrow {
    border-width: 12px 12px 0 12px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -12px;
    left: calc(50% - 12px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .g-tooltip[x-placement^="bottom"] {
    margin-top: 12px;
  }
  .g-tooltip[x-placement^="bottom"] .g-tooltip__arrow {
    border-width: 0 12px 12px 12px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -12px;
    left: calc(50% - 12px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .popper[x-placement^="right"] {
    margin-left: 12px;
  }
  .g-tooltip[x-placement^="right"] .g-tooltip__arrow {
    border-width: 12px 12px 12px 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: -12px;
    top: calc(50% - 12px);
    margin-left: 0;
    margin-right: 0;
  }
  .g-tooltip[x-placement^="left"] {
    margin-right: 12px;
  }
  .g-tooltip[x-placement^="left"] .g-tooltip__arrow {
    border-width: 12px 0 12px 12px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -12px;
    top: calc(50% - 12px);
    margin-left: 0;
    margin-right: 0;
  }
  .g-map.gm-basket-store {
    height: 450px;
  }
}
@media (min-width: 980px) {
  .g-modal.gm-tr {
    padding: 54px 40px 0;
  }
  .g-modal.gm-bt {}
  .g-hero__content {
    min-height: 571px;
  }
  .g-hero__bg-image {
    left: calc(50% - 50px);
  }
  .g-hero__bg.gm-left:after {
    left: calc(50% - 150px);
  }
  .g-hero__bg.gm-right:after {
    left: calc(50% - 150px);
  }
}
@media (min-width: 1280px) {
  .g-hero__bg-image {
    left: calc(50%);
  }
  .g-hero__bg.gm-left:after {
    left: calc(50%);
  }
  .g-hero__bg.gm-right:after {
    left: calc(50%);
  }
  .g-block-info__text {
    max-width: 400px;
  }
}
@media (min-width: 1600px) {
  .g-content {
    padding: 0 80px;
  }
  .g-hero__bg-image {
    left: calc(50% - 280px);
  }
  .g-hero__bg.gm-left:after {
    left: calc(50% - 150px);
  }
  .g-hero__bg.gm-right:after {
    left: calc(50% - 150px);
  }
}
@media (max-width: 1599px) {
  .g-map.gm-product {
    display: none;
  }
}
@media (max-width: 767px) {
  .g-checkbox-color label {
    width: 30px;
    height: 30px;
  }
  .g-checkbox-color label:after {
    width: 36px;
    height: 36px;
  }
  .g-select {
    width: 100%;
  }
  .g-select-down {
    width: 100%;
  }
  .g-instock.gm-table {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .g-instock.gm-table .g-instock__text {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
  }
  .g-instock.gm-table .g-instock__items {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0;
        margin-left: 9px;
  }
  .g-table__caption {
    display: none;
  }
  .g-table__item.gm-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-table__item {
    padding: 27px 20px 28px;
    margin: 0 -20px;
  }
  .g-table__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-modal.gm-br {
    -webkit-transform: translatey(110%);
    -ms-transform: translatey(110%);
    transform: translatey(110%);
    left: 0;
  }
  .g-modal.gm-br.in {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
  .g-modal.gm-fr {
    -webkit-transform: translatey(110%);
    -ms-transform: translatey(110%);
    transform: translatey(110%);
    left: 0;
    top: auto;
  }
  .g-modal.gm-fr.in {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
  .g-modal.gm-tr {
    -webkit-transform: translatey(110%);
    -ms-transform: translatey(110%);
    transform: translatey(110%);
    left: 0;
  }
  .g-modal.gm-tr.in {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
  .g-modal.gm-bt {
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
  }
  .g-modal.gm-bt.in {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .g-modal.gm-bt.is-open {
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 1040;
    opacity: 1;
  }
  .g-modal__close {
    top: 20px;
    right: 20px;
  }
  .g-modal__close.gm-xs-none {
    display: none;
  }
  .g-form__item.gm-xs-none {
    display: none;
  }
  .g-hero__block {
    padding-bottom: 300px;
  }
  .g-hero__bg-image {
    height: 300px;
    width: 600px;
    left: 50px;
  }
  .g-block-info.gm-xs-inline .g-block-info__icon {
    margin-bottom: 0;
    margin-right: 9px;
  }
  .g-block-info.gm-xs-inline .g-block-info__title {
    margin-bottom: 0;
  }
  .g-block-info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px;
  }
  .g-tooltip {
    position: fixed !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    left: 0 !important;
    right: 0;
    width: auto;
    padding: 24px 80px 24px 20px;
  }
}
.basket-fullpage-preloader, [data-area-id="fullpage-preloader"]{
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: .5;
    z-index: 1498;
}
.basket-fullpage-preloader:after, [data-area-id="fullpage-preloader"]:after {
    position: absolute;
    content: " ";
    background-image: url('../img/loader.svg');
    background-size: cover;
    background-repeat: no-repeat;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    -webkit-animation: rotate-loading 1.2s linear infinite;
    animation: rotate-loading 1.2s linear infinite;
    z-index: 3;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    width: 40px;
    height: 40px;
    opacity: 1;
}

.g-table-score__number {
  white-space: nowrap;
}

.g-group-titles {
  width: 100%;
}

.g-group-titles > .g-title-xl, .g-group-titles > .gm-grey {
  display: inline;
}

.g-group-titles > .gm-grey {
  color: #CCCCCC;
}

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

  .g-group-titles {
    margin-bottom: 28px;
  }

}
/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/footer.css?15790871637663*/
.g-footer-mobile {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.g-footer-mobile__top {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px;
    cursor: pointer;
}
.g-footer-mobile__top span {
      margin-right: 11px;
    }
.g-footer-mobile__top .svg {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      font-size: 14px;
      fill: #000000;
    }
.g-footer-mobile__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.g-footer-mobile__item {
    position: relative;
}
.g-footer-mobile__link {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    display: block;
    padding: 0 10px;
}
.g-footer-bottom {
  padding: 23px 0 35px;
}
.g-footer-bottom__logo {
    display: block;
    width: 140px;
}
.g-footer-bottom__logo img {
      width: 100%;
      display: block;
}
.g-footer-bottom__link {
    color: #000000;
    margin-right: 30px;
}
.g-footer-bottom__member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.g-footer-bottom__member span {
      margin-right: 22px;
}
.g-footer-bottom__memberLogo {
    width: 40px;
    height: 42px;
    display: block;
}
.g-footer-bottom__memberLink {
    display: block;
}
.g-footer-bottom__memberLink img {
    display: block;
}
.g-footer-bottom__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.g-footer-bottom__item:not(:last-child) {
    margin-right: 25px;
}
.g-footer-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
}
.g-footer-about__phone {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}
.g-footer-about__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.g-footer-about__link {
    color: #000000;
    line-height: 30px;
    white-space: nowrap;
    margin: 0 12px;
}
.g-footer-about__messages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.g-footer-about__message {
    margin-right: 15px;
}
.g-footer-about__message img {
      width: 35px;
      height: 35px;
    }
.g-footer-nav__block {
    padding: 0 15px;
}
.g-footer-nav__title {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 23px;
}
.g-footer-nav.gm-dot {
  padding-left: 15px;
  position: relative;
}
.g-footer-nav.gm-dot:after {
  position: absolute;
  content: " ";
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #00B3E3;
  border-radius: 100%;
}
.g-footer-nav__link {
    color: #000000;
    line-height: 30px;
}
.g-footer {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  background-color: #F7F7F7;
}
.g-footer-about__messages .g-footer-about__message.mobile-viber {
    display: none;
}
@media (min-width: 768px) {
  .g-footer-mobile {
    margin-bottom: 30px;
  }
  .g-footer-mobile {
    display: none;
  }
  .g-footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 38px 0 44px;
  }
  .g-footer-bottom__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
    .g-footer-bottom__item:not(:last-child) {
        margin-right: 60px;
    }
  .g-footer-bottom__member {
    margin-left: auto;
  }
  .g-footer-about {
    padding-bottom: 30px;
  }
  .g-footer-about__phone {
    margin-bottom: 5px;
  }
  .g-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 54px 0 36px;
    margin: 0 -15px;
  }
  .g-footer-nav__block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 980px) {
  .g-footer-bottom__logo {
    width: 160px;
    margin-right: 30px;
  }
  .g-footer-about__contact {
    margin-right: 40px;
  }
  .g-footer-about__nav {
    max-width: 435px;
  }
  .g-footer-about__messages {
    margin-left: auto;
  }
  .g-footer-about__messages .g-button {
    display: none;
  }
  .g-footer-nav {
    padding: 54px 0 46px;
  }
}
@media (min-width: 1280px) {
  .g-footer-bottom {
    padding: 39px 0 39px;
  }
  .g-footer-about__contact {
    margin-right: 52px;
  }
  .g-footer-about__nav {
    max-width: 700px;
  }
    .g-footer-bottom__items {
        margin-left: auto;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
  .g-footer-bottom__logo {
    display: none;
  }
  .g-footer-about__contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-bottom: 20px;
  }
  .g-footer-about__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(-140%);
    flex: 1 1 calc(-140%);
  }
  .g-footer-about__messages {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .g-footer-about__messages .g-button {
    display: none;
  }
}
@media (min-width: 414px) and (max-width: 767px) {
  .g-footer-about__messages .g-button {
    margin-left: 20px;
  }
}
@media (max-width: 1599px) {
  .g-footer-nav__block:nth-of-type(6) {
    display: none;
  }
}
@media (max-width: 1279px) {
  .g-footer-nav__block:nth-of-type(4), .g-footer-nav__block:nth-of-type(6) {
    display: none;
  }
    .g-footer-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .g-footer-bottom__items {
        width: 100%;
        margin-top: 35px;
    }
}
@media (max-width: 979px) {
  .g-footer-nav__block:nth-of-type(5) {
    display: none;
  }
}
@media (max-width: 767px) {
  .g-footer-bottom__logo {
    margin-bottom: 12px;
  }
  .g-footer-bottom__link {
    margin-bottom: 10px;
  }
  .g-footer-bottom__member {
    display: none;
  }
  .g-footer-about__contact {
    display: none;
  }
  .g-footer-about__nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 -12px;
  }
    .g-footer-bottom__items {
        margin-top: 25px;
    }
  .g-footer-about__messages {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 14px;
  }
  .g-footer-about__messages .g-footer-about__message.mobile-viber {
    display: block;
  }
  .g-footer-about__messages .g-footer-about__message.desktop-viber {
    display: none;
  }
  .g-footer-about__messages .g-button {
        text-transform: none;
        letter-spacing: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
  }
    .g-footer-about__messages .g-button .svg {
        font-size: 16px;
        fill: #000000;
        margin-right: 9px;
        vertical-align: middle;
        display: block;
    }
    .g-footer-nav {
        display: none;
    }
    .g-footer-bottom__nav {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/breadcrumbs.css?15718291651694*/
.g-breadcrumbs {
  padding-top: 16px;
}
.g-breadcrumbs__item {
    display: inline;
    font-size: 12px;
    line-height: normal;
    color: #999999;
}
.g-breadcrumbs__item:not(:last-child) {
  background-image: url('../img/arrow-right-grey.svg');
  background-position: right 10px center;
  background-size: 7px;
  background-repeat: no-repeat;
}
.g-breadcrumbs__item .svg {
      font-size: 12px;
      fill: #999999;
      position: absolute;
      top: 1px;
      right: 10px;
}
.g-breadcrumbs__item:not(:last-child) {
  position: relative;
  padding-right: 25px;
}
.g-breadcrumbs__link {
    color: inherit;
}
.g-breadcrumbs__page {
    cursor: default;
}
@media (min-width: 980px) {
  .g-breadcrumbs {
    margin-bottom: 32px;
  }
}
@media (max-width: 979px) {
  .g-breadcrumbs {
    overflow: hidden;
  }
  .g-breadcrumbs .gm-swipe {
    position: relative;
    bottom: -10px;
    margin-top: -10px;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .g-breadcrumbs {
    margin: 0 -40px 32px;
  }
  .g-breadcrumbs__item:first-child {
    padding-left: 40px;
  }
  .g-breadcrumbs__item:last-child {
    padding-right: 40px;
  }
  .g-breadcrumbs__link {
    white-space: nowrap;
  }
  .g-breadcrumbs__page {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .g-breadcrumbs {
    margin: 0 -20px 31px;
  }
  .g-breadcrumbs__item:first-child {
    padding-left: 20px;
  }
  .g-breadcrumbs__item:last-child {
    padding-right: 20px;
  }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/colorPicker.css?15682750611427*/
.g-colorpicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -8px 0;
}
  .g-colorpicker__item {
    margin: 15px 8px 0
  }
  .g-colorpicker__item:hover .g-colorpicker__circle:after {
        border-color: rgba(0, 119, 200, 0.2);
}
  .g-colorpicker__item.gm-active .g-colorpicker__circle:after {
        border-color: #0077c8;
}
  .g-colorpicker__item.gm-disabled {
  position: relative;
}
  .g-colorpicker__item.gm-disabled:after {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('../img/color-disabled.svg');
  background-size: cover;
  background-position: center;
}
  .g-colorpicker__item.gm-disabled .g-colorpicker__circle {
        opacity: 0.5;
}
  .g-colorpicker__circle {
    display: block;
    background-color: #ffffff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: relative;
    vertical-align: middle
  }
  .g-colorpicker__circle:after {
  position: absolute;
  content: '';
  display: block;
  height: 36px;
  width: 36px;
  left: 50%;
  top: 50%;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 4;
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/memorySelection.css?1564571316639*/
.g-memory-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
  .g-memory-selection__button {
    color: #000000;
    font-size: 14px;
    border-radius: 5px;
    border: 2px solid #D8D8D8;
    width: 75px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin: 0 5px;
    margin-bottom: 10px
  }
  .g-memory-selection__button:hover {
  background-color: rgba(219, 233, 239, 0.5);
  border-color: rgba(0, 119, 200, 0.2);
}
  .g-memory-selection__button.gm-active {
  border-color: #0077C8;
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/filter.css?15694057725579*/
.g-filter {
  background-color: #ffffff;
  padding: 24px 20px 14px;
  width: 100%;
  position: relative;
}
.g-filter__item:not(:last-child) {
  margin-bottom: 30px;
}
.g-filter .g-title-m {
    margin-bottom: 20px;
}
.g-filter .g-title-s {
    margin-bottom: 10px;
    margin-right: 20px;
}
.g-filter__block.gm-visible-4 .g-filter__checkbox:nth-child(n+5) {
        display: none;
}
.g-filter__block.g-jc-sb .g-input-block {
        width: 100%;
}
.g-filter__block.g-jc-sb .gm-padding-right {
        padding-right: 5px;
}
.g-filter__block.g-jc-sb .gm-padding-left {
        padding-left: 5px;
}
.g-filter__block .g-input-block {
      margin-bottom: 20px;
}
.g-filter .g-checkbox {
    display: inline-block;
}
.g-filter__colors {
    margin-bottom: 15px;
}
.g-filter__colors .g-checkbox-color {
      margin-right: 6px;
      margin-bottom: 8px;
    }
.g-filter:not(:last-child) {
  margin-bottom: 12px;
}
.g-filter__checkbox:not(:last-child) {
  margin-bottom: 12px;
}
.g-filter__checkboxes:not(:last-child) {
    margin-bottom: 12px;
}
.g-filter__bottom {
    position: relative;
}
.g-filter__bottom:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.g-filter__bottom .g-button {
      width: 100%;
}
.g-filter__refresh {
    margin-top: 13px;
    text-align: center;
}
.g-filter__close {
    position: relative;
}
.g-filter__close button {
      padding: 0;
      border: none;
      background: none;
      position: absolute;
      top: -4px;
      right: 0;
}
.g-filter__close svg {
      font-size: 20px;
      fill: #222222;
}
.g-filter__range {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.g-filter-go {
    color: #ffffff;
    position: absolute;
    height: 30px;
    padding: 0 13px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 100;
}
.g-filter-go.gm-active {
  -webkit-animation: ani-left 0.5s;
  animation: ani-left 0.5s;
}
.g-filter-go:after {
  position: absolute;
  content: " ";
  top: 50%;
  left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 7px 6.5px 0;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@-webkit-keyframes ani-left {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes ani-left {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .g-filter .g-title-m {
    display: none;
  }
  .g-filter:not(:last-child) {
    margin-bottom: 5px;
  }
  .g-filter__checkbox:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media (min-width: 980px) {
  .g-filter {
    background-color: rgba(230, 230, 230, 0.4);
    position: relative;
  }
  .g-filter__content {
    padding-bottom: 35px;
  }
  .g-filter__bottom {
    padding-top: 20px;
  }
  .g-filter__bottom:after {
    left: 0;
    right: 0;
  }
  .g-filter__close {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .g-filter__block.gm-input-100-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .g-filter__block.gm-input-100-m .gm-padding-right {
    padding-right: 0px;
    margin-bottom: 5px;
  }
  .g-filter__block.gm-input-100-m .gm-padding-left {
    padding-left: 0px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .g-filter.gm-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 979px) and (max-width: 767px) {
  .g-filter {
    -webkit-transform: translatey(200%);
    -ms-transform: translatey(200%);
    transform: translatey(200%);
  }
  .g-filter.gm-active {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .g-filter {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
    width: 240px;
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@media (max-width: 979px) {
  .g-filter {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    padding: 0;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .g-filter__content {
    -webkit-overflow-scrolling:touch;
    overflow-y: auto;
    height: calc(100% - 107px);
    padding: 24px 20px 35px;
  }
  .g-filter__bottom {
    padding: 20px 20px 14px;
  }
}
@media (max-width: 767px) {
  .g-filter__colors .g-checkbox-color {
    margin-right: 12px;
    margin-bottom: 14px;
  }
  .g-filter {
    display: inline-block;
  }
  .g-filter:not(:last-child) {
    margin-right: 20px;
  }
  .g-filter__checkbox {
    display: inline-block;
  }
  .g-filter__checkbox:not(:last-child) {
    margin-right: 20px;
  }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/description.css?1568275061570*/
.g-description {
  padding: 35px 0 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.g-description__title {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
  .g-description {
    padding: 50px 0 65px;
  }
  .g-description__body {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 980px) {
  .g-description {
    padding: 70px 0 75px;
  }
}
@media (min-width: 1600px) {
  .g-description__title {
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .g-description__top {
    margin-bottom: 10px;
  }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/card.css?15706193639062*/
.g-card {
  width: 100%;
  position: relative;
  z-index: 1;
}
.g-card.g-card.gm-disabled {
    opacity: 0.5;
}
.g-card.gm-loading .g-card__image {
      width: 100px;
      height: 100px;
      border-radius: 100%;
}
.g-card.gm-loading .g-card__name {
      width: 100%;
      height: 20px;
}
.g-card.gm-loading .g-card__cost {
      width: 70px;
      height: 20px;
}
.g-card.gm-search .g-card__image {
      height: 120px;
}
.g-card__image {
    width: 100%;
    max-width: 215px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
    display: block;
}
img.g-card__img {
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}
img.g-card__img.gm-active {
  opacity: 1;
  display: block;
}
.g-card__badges-normal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.g-card__badges-special {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
}
.g-card__badges-special div:not(:last-child) {
        margin-bottom: 10px;
      }
.g-card__top {
    padding-bottom: 0px;
    z-index: 2;
    position: relative;
}
.g-card__name {
    margin-bottom: 6px;
}
.g-card__prices {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.g-card__prices:not(:last-child) {
  margin-bottom: 11px;
}
.g-card__prices.gm-tv:not(:last-child) {
  margin-bottom: 5px;
}
.g-card__cost:not(:last-child) {
    margin-right: 10px;
}
.g-card__diagonal {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
    margin-bottom: 5px;
}
.g-card__diagonal.gm-diagonal-m {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -5px;
}
.g-card__diagonal.gm-diagonal-m span {
        display: none;
}
.g-card__size {
    color: inherit;
    margin: 0 5px;
    position: relative;
}
.g-card__size.g-card__size.gm-active:after {
      position: absolute;
      content: '';
      bottom: -3px;
      left: 30%;
      background-color: #999999;
      width: 3px;
      height: 3px;
      border-radius: 50%;
    }
.g-card__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 135px;
    max-height: 28px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.g-card__colors.gm-colors-m {
  text-align: center;
}
.g-card__color {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0 2px;
    position: relative;
    margin-bottom: 10px;
}
.g-card__color.g-card__color.gm-active:after {
      position: absolute;
      content: '';
      bottom: -5px;
      left: 50%;
      background-color: #999999;
      width: 3px;
      height: 3px;
      border-radius: 100%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }
.g-card .g-list {
    margin-bottom: 8px;
}
.g-card__bottom {
    top: 100%;
    background-color: #ffffff;
    z-index: 10;
}
.g-card__compare {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.g-card__compare .svg {
      font-size: 10px;
      fill: rgba(0, 0, 0, 0.4);
      margin-right: 5px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
    }
.g-card__compare:hover, .g-card__compare.gm-active {
  color: #0077c8;
}
.g-card__compare:hover .svg, .g-card__compare.gm-active .svg {
        fill: #0077c8;
}
.g-card__list {
    margin-bottom: 8px;
}
.g-card__list li {
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      line-height: 20px;
      position: relative;
      padding-left: 15px
    }
.g-card__list li:not(:last-child) {
  margin-bottom: 5px;
}
.g-card__list li:after {
  position: absolute;
  left: 0;
  top: 7px;
  content: " ";
  width: 5px;
  height: 5px;
  background-color: #0077c8;
  border-radius: 100%;
}
@-webkit-keyframes ani {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ani {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .g-card:after {
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    position: absolute;
    content: '';
    top: -35px;
    left: -35px;
    right: -35px;
    bottom: 0;
    z-index: 1;
    display: none;
  }
  .g-card__image {
    height: 170px;
  }
  .g-card__image 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%;
  }
  .g-card__badges {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .g-card__badges-normal {
    width: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-card__badges-normal:not(:last-child) {
    margin-bottom: 10px;
  }
  .g-card__badges-normal .g-badge:not(:last-child) {
          margin-bottom: 2px;
  }
  .g-card__top {
    text-align: center;
    padding-bottom: 15px;
  }
  .g-card__name .g-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .g-card__prices {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .g-card__diagonal.gm-diagonal-m {
    display: none;
  }
  .g-card__colors.gm-colors-m {
    display: none;
  }
  .g-card__bottom {
    padding: 0px 0px 20px;
    display: none;
    -webkit-box-shadow: 0px 12px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 12px 20px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    left: -35px;
    right: -35px;
    padding: 13px 35px 35px;
  }
  .g-card__bottom:after {
    position: absolute;
    content: " ";
    height: 1px;
    top: 0;
    left: 35px;
    right: 35px;
    background-color: #EAEAEA;
    z-index: 4;
  }
  .g-card__bottom:before {
    position: absolute;
    content: " ";
    height: 20px;
    top: -10px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 4;
  }
  .g-card__favorite {
    text-align: center;
  }
}
@media (min-width: 980px) {
  .g-card:hover:not(.gm-disabled):not(.gm-loading):not(.gm-search):not(.gm-favorite) {
    z-index: 2;
  }
  .g-card:hover:not(.gm-disabled):not(.gm-loading):not(.gm-search):not(.gm-favorite):after {
    display: block;
  }
  .g-card:hover:not(.gm-disabled):not(.gm-loading):not(.gm-search):not(.gm-favorite) .g-card__bottom {
        display: block;
  }
  .g-card:hover:not(.gm-disabled):not(.gm-loading):not(.gm-search):not(.gm-favorite) .g-card__list, .g-card:hover:not(.gm-disabled):not(.gm-loading):not(.gm-search):not(.gm-favorite) .g-card__actions {
        -webkit-animation: ani .6s;
        animation: ani .6s;
  }
}
@media (max-width: 767px) {
  .g-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 32px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .g-card__first {
    width: 100px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .g-card__image {
    margin-bottom: 13px;
  }
  .g-card__image img {
    max-width: 100px;
    max-height: 130px;
    margin: 0 auto;
    display: block;
  }
  img.g-card__img {
    display: none;
  }
  .g-card__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 20px;
  }
  .g-card__badges-normal {
    margin-bottom: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-card__badges-normal .g-badge:not(:last-child) {
          margin-right: 10px;
  }
  .g-card__badges-normal .g-badge {
          margin-bottom: 5px;
  }
  .g-card__badges-special {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 3;
  }
  .g-card__prices {
    margin-bottom: 11px;
  }
  .g-card__diagonal.gm-diagonal-t {
    display: none;
  }
  .g-card__colors.gm-colors-t {
    display: none;
  }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/pagination.css?15645713161129*/
.g-pagination {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.g-pagination__button {
    margin-bottom: 23px;
}
.g-pagination__button .g-button {
      width: 215px;
}
.g-pagination__button .g-button:hover {
  background-color: #4353b4;
}
.g-pagination__link {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    width: 26px;
    height: 26px;
    background: transparent;
    border: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
}
.g-pagination__link.gm-active {
  color: #999999;
  background: #F7F7F7;
}
.g-pagination__link:not(:last-child) {
  margin-right: 8px;
}
.g-pagination__link:hover:not(span) {
  color: #ffffff;
  background: #1428A0;
}
@media (min-width: 768px) {
  .g-pagination__button {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .g-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/catalog.css?15972346355662*/
.g-catalog-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-catalog__cards .exponea-catalogbanner img{
    width: 100%;
}
  .g-catalog-sort__link {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    position: relative;
    padding-left: 20px;
  }
  .g-catalog-sort__link .svg {
      display: none;
      position: absolute;
      left: 0;
      top: 4px;
    }
  .g-catalog-sort__link.gm-active {
  color: #000000;
}
  .g-catalog-sort__link.gm-active .svg {
        fill: #000000;
        display: block;
}
  .g-catalog-sort__link.gm-active2 {
  color: #000000;
}
  .g-catalog-sort__link.gm-active2 .svg {
        fill: #000000;
        display: block;
        -webkit-transform: rotate(180deg) scale(-1, 1);
        -ms-transform: rotate(180deg) scale(-1, 1);
        transform: rotate(180deg) scale(-1, 1);
}
  .g-catalog-sort__link:hover {
  color: #0077C8;
}
  .g-catalog-sort__link:hover .svg {
        fill: #0077C8;
}
  .g-catalog-sort__link:not(:last-child) {
  margin-right: 30px;
}
  .g-catalog-sort__link span {
      color: inherit;
}
  .g-catalog-sort__link .svg {
      font-size: 10px;
      fill: #000000;
      -webkit-transition: color 0.25s;
      -o-transition: color 0.25s;
      transition: color 0.25s;
}
.g-catalog-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-catalog-top__sort {
    margin-left: auto;
}
.g-catalog-top__select {
    margin-right: 10px;
    width: calc(50% - 10px);
}
.g-catalog-top__select.gm-favorite {
  width: 100%;
  margin: 0;
}
.g-catalog-top__button {
    font-family: 'Roboto', sans-serif;
    background-color: #F2F2F2;
    border-radius: 5px;
    border: 0;
    height: 40px;
    line-height: 40px;
    width: calc(50% - 10px);
    font-size: 14px;
    color: #000000;
}
.g-catalog-top__tags {
    overflow: hidden;
    margin: 20px -20px 0 -20px;
}
.g-catalog-top__tags-content {
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 20px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    position: relative;
    bottom: -10px;
    margin: 0 -5px;
}
.g-catalog-top__tag {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 30px;
    padding: 0 13px;
    border-radius: 5px;
    background-color: #F2F2F2;
    display: block;
}
.g-catalog-top__tag-item {
    padding: 0 5px;
}
.g-catalog-top__tag-item:last-child {
  padding-right: 25px;
}
.g-catalog__top {
    margin-bottom: 21px;
  }
.g-catalog__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.g-catalog__content {
    width: 100%;
}
.g-catalog__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
    z-index: 4;
}
.g-catalog__cards:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
}
.g-catalog__cards.gm-favorite {
  display: block;
}
.g-catalog__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.g-catalog__pagination {
    margin-bottom: 30px;
}
.g-catalog__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.g-catalog__links .g-text {
      margin-right: 30px;
      line-height: 22px;
    }
@media (min-width: 768px) {
  .g-catalog-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .g-catalog-top__select {
    display: none;
  }
  .g-catalog-top__button {
    width: 150px;
  }
  .g-catalog-top__tags {
    display: none;
  }
  .g-catalog-top__tag {
    padding: 0 10px;
  }
  .g-catalog__top {
    margin-bottom: 28px;
  }
  .g-catalog__content {}
  .g-catalog__cards.gm-favorite {
    margin: 0 0 54px;
  }
  .g-catalog__cards.gm-favorite:after {
    left: 0;
    right: 0;
  }
  .g-catalog__cards .col {
    padding-top: 30px;
  }
  .g-catalog__cards {
    margin: 0 -15px 54px;
    padding-top: 20px;
  }
  .g-catalog__cards:after {
    left: 15px;
    right: 15px;
  }
  .g-catalog__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .g-catalog__links .g-text {
    line-height: 30px;
  }
}
@media (min-width: 980px) {
  .g-catalog-top__button {
    display: none;
  }
  .g-catalog__top {
    margin-bottom: 32px;
  }
  .g-catalog__body {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -15px;
  }
  .g-catalog__filter {
    padding: 0 15px;
    width: 25%;
  }
  .g-catalog__content {
    padding: 0 15px;
    width: 75%;
    display: block;
  }
  .g-catalog__cards {
    padding-top: 0px;
  }
}
@media (min-width: 1280px) {
  .g-catalog__filter {
    width: 20%;
  }
  .g-catalog__content {
    width: 80%;
  }
  .g-catalog__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 979px) {
  .g-catalog-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-catalog-top .g-title-xl:not(.gm-favorites) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .g-catalog-top .g-title-l.gm-favorites {
    margin-bottom: 30px;
  }
  .g-catalog-top__sort {
    display: none;
  }
  .g-catalog-top__button {
    margin-left: 10px;
  }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/tab.css?15960168463616*/
.g-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.g-tab__item.active .g-tab__link {
        color: #ffffff;
        background-color: #1428A0;
}

.g-tab__item.gm-dots.active:last-child > .g-tab__link {
    background-color: #e5e5e5;
}

.g-tab__item.gm-dots:hover>.g-tab__dropdown {
  display: block;
}
.g-tab__item.gm-dots:last-child {
  display: block;
}
.g-tab__item.gm-dots:last-child .svg {
          font-size: 4px;
}
.g-tab__item:not(:last-child) {
  margin-right: 2px;
}
.g-tab__item:last-child .g-tab__link {
        border-radius: 0 5px 5px 0;
}
.g-tab__item:first-child .g-tab__link {
        border-radius: 5px 0 0 5px;
}
.g-tab__link {
    color: #000000;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    white-space: nowrap;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 400;
    background-color: #F7F7F7;
    line-height: 40px;
    display: block
}
.g-tab__link:hover {
  background-color: #E5E5E5;
}
.g-tab__dropdown {
    position: absolute;
    z-index: 10;
    display: none;
}
.g-tab-dropdown {
    margin-top: 10px;
    padding: 25px 30px;
    background-color: #F7F7F7;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    position: relative
}
.g-tab-dropdown:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #F7F7F7 transparent;
  top: -8px;
  left: 20px;
}
.g-tab-dropdown__link {
      color: #000000;
      line-height: 30px;
}
.g-tab__content {
    padding: 25px 0 60px;
}
.g-tab__content.gm-bottom {
  padding: 25px 0 0;
}
.g-tab__content.gm-form {
  padding: 0;
}
.g-tab__inner.g-loading {
    height: 100vh;
}
@media (min-width: 768px) {
  .g-tab__content {
    padding: 53px 0 74px
  }
  .g-tab__content.gm-bottom {
    padding: 25px 0 0
  }
}
/*@media (min-width: 980px) {*/
    /*.g-tab-dropdown__item:nth-of-type(1) {*/
        /*display: none;*/
    /*}*/
/*}*/
@media (min-width: 768px) {
    .g-tab-dropdown__item:nth-of-type(-1) {
        display: none;
    }

}
@media (min-width: 980px) {
    .g-tab-dropdown__item:nth-of-type(-n+1) {
        display: none;
    }

}
@media (min-width: 1280px) {
  .g-tab-dropdown__item:nth-of-type(-n+3) {
    display: none;
  }
    .g-tab__item.gm-dots:last-child {
        display: none;
    }
}
@media (min-width: 1600px) {
  .g-tab__item:nth-last-child(2) .g-tab__link {
          border-radius: 0 5px 5px 0;
  }
  .g-tab__item:first-child .g-tab__link {
          border-radius: 5px 0 0 5px;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .g-tab__item:nth-of-type(n+8) {
    display: none !important;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .g-tab__item:nth-of-type(n+5) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .g-tab__item:nth-of-type(n+4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .g-tab.gm-product {
    display: block;
  }
  .g-tab.gm-product .g-tab__link {
        padding-right: 20px;
        padding-left: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background-image: url('../img/arrow-right.svg');
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 16px;
        font-weight: 700;
        line-height: 49px;
        background-color: #ffffff;
        color: #000000;
  }
  .g-tab__item.gm-dots:last-child {
    display: none !important;
  }
  .g-tab__inner.g-loading {
    height: calc(100vh - 90px)
  }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/sliderButtons.css?1564571316302*/
.sliderButtons__button {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .sliderButtons__button.gm-prev {
    left: -10px;
}
  .sliderButtons__button.gm-next {
    right: -10px;
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/table.css?15989036558620*/
.g-table-score__item {
    border-top: 1px solid #EAEAEA;
    position: relative;
  }
.g-table-score__item:last-child {
    border-bottom: 1px solid #EAEAEA;
}
.g-table-score__name {
    display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.g-table-score__name:hover {
    color: #0077C8;
}
.g-table-score__badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
}
.g-table-score__badge {
    cursor: pointer;
}
.g-table-score__badge:not(:last-child) {
    margin-right: 20px;
}
.g-table-score__badge.gm-image {
    width: 118px;
}
.g-table-score__badge.gm-image-tax {
    width: 52px;
}
.g-table-score__badge.gm-image img, .g-table-score__badge.gm-image-tax img {
    display: block;
    width: 100%;
    height: 12px;
}
.g-table-score__badge.gm-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    color: #042395;
}
.g-table-credit:not(:last-child) {
    margin-bottom: 28px;
}
.g-table-instock__captions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.g-table-instock__caption {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    padding-bottom: 17px;
}
.g-table-instock__item {
    border-top: 1px solid #EAEAEA;
    position: relative;
}
.g-table-instock__badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
}
.g-table-instock__badge:not(:last-child) {
    margin-right: 20px;
}
.g-table-instock__badge.gm-image {
    width: 118px;
}
.g-table-instock__badge.gm-image img {
        display: block;
        width: 100%;
}
.g-table-instock__badge.gm-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    color: #042395;
}
.g-table-instock__empty.gm-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}
.g-table-instock__empty.gm-s {
    padding-top: 10px;
}
.table {}
@media (min-width: 768px) {
    .g-table-score__item {
        padding: 23px 0 27px;
    }
    .g-table-score__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .g-table-score__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
    }
    .g-table-score__name {
        margin-bottom: 4px;
    }
    .g-table-score__middle {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .g-table-score__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 117px;
        flex: 0 0 117px;
        text-align: right;
    }
    .g-table-credit:not(:last-child) {
        margin-bottom: 68px;
    }
    .g-table-credit__title-m {
        padding-bottom: 17px;
    }
    .g-table-credit__type {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        padding-right: 20px;
    }
    .g-table-credit__title-s {
        margin-bottom: 6px;
    }
    .g-table-credit__term, .g-table-credit__overpayment, .g-table-credit__contribution {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 90px;
        padding-right: 20px;
    }
    .g-table-credit__pay {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 150px;
        padding-right: 20px;
    }
    .g-table-credit__contribution .g-table__caption {
        width: 44px;
    }
    .g-table-instock__item {
        padding: 20px 0 25px;
    }
    .g-table-instock__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .g-table-instock__name {
        padding-right: 20px;
    }
    .g-table-instock__action {
        width: 100px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .g-table-instock__address {
        padding-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .g-table-instock__instock {
        width: 146px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding-right: 20px;
    }
    .g-table-instock__time {
        width: 189px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding-right: 20px;
    }
    .g-table-instock__get{
        width: 122px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding-right: 20px;
    }
    .g-table-instock__time span {
        display: block;
    }
    .g-table-instock__empty.gm-xs {
        display: none;
    }
}
@media (min-width: 980px) {
    .g-table-credit__term, .g-table-credit__overpayment, .g-table-credit__contribution {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 120px;
    }
    .g-table-credit__pay {
        width: 245px;
    }
    .g-table-credit__buy {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50px;
    }
    .g-table-instock__name {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 155px;
    }
    .g-table-instock__address .g-title-s {
        display: none;
    }
    .g-table-instock__badges {
        padding-left: 155px;
    }
    .g-table-instock__empty {
        padding-left: 155px;
    }
}
@media (min-width: 1280px) {
    .g-table-credit__buy {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 95px;
    }
    .g-table-instock__name {
        width: 273px;
    }
    .g-table-instock__badges {
        padding-left: 273px;
    }
    .g-table-instock__empty {
        padding-left: 273px;
    }
}
@media (min-width: 1600px) {
    .g-table-instock__name {
        width: 212px;
    }
    .g-table-instock__badges {
        padding-left: 212px;
    }
    .g-table-instock__empty {
        padding-left: 212px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .g-table-credit__buy {
        display: none;
    }
}
@media (max-width: 979px) {
    .g-table-instock__name {
        display: none;
    }
    .g-table-instock__address .g-title-s {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .g-table-score__item {
        padding: 23px 20px 18px;
        margin: 0 -20px;
    }
    .g-table-score__row {
        position: relative;
    }
    .g-table-score__name {
        padding-right: 75px;
    }
    .g-table-score__metro {
        margin-bottom: 15px;
    }
    .g-table-score__time {
        display: none;
    }
    .g-table-score__number {
        display: none;
    }
    .g-table-score__action {
        position: absolute;
        top: 0;
        right: 0;
    }
    .g-table-credit__type {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-bottom: 21px;
    }
    .g-table-credit__title-s {
        margin-bottom: 5px;
        padding-right: 60px;
    }
    .g-table-credit__pay {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding-right: 5px;
    }
    .g-table-credit__overpayment {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin-bottom: 14px;
        padding-left: 5px;
    }
    .g-table-credit__contribution {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding-right: 5px;
    }
    .g-table-credit__term {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding-left: 5px;
    }
    .g-table-credit__buy {
        position: absolute;
        top: 27px;
        right: 20px;
    }
    .g-table-instock__captions {
        display: none;
    }
    .g-table-instock__item {
        padding: 27px 20px 28px;
        margin: 0 -20px;
    }
    .g-table-instock__action {
        position: absolute;
        top: 27px;
        right: 20px;
    }
    .g-table-instock__address.gm-product {
        padding-right: 120px;
    }
    .g-table-instock__address.gm-product .g-table-instock__metro {
          padding-right: 0;
    }
    .g-table-instock__address {
        margin-bottom: 18px;
    }
    .g-table-instock__instock {
        position: absolute;
        top: 57px;
        right: 20px;
    }
    .g-table-instock__metro {
        padding-right: 120px;
    }
    .g-table-instock__empty.gm-s {
        display: none;
    }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/delivery.css?15828038934965*/
.delivery-time {
  width: 100%;
  max-width: 325px;
  margin-bottom: 23px;
}
  .delivery-time__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 17px;
  }
  .delivery-time__num {
    position: relative
  }
  .delivery-time__num:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  width: 1px;
  height: 11px;
  background: #CCCCCC;
}
  .delivery-time__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 18px;
  }
  .delivery-time__line {
    height: 5px;
    border-radius: 15px;
    background-color: #242424;
    width: 25%;
    margin: 0 2px;
  }
.g-delivery-top {
  margin-bottom: 40px;
}
.g-delivery-top__text {
    margin-bottom: 15px;
  }
.g-delivery-top__search {
    position: relative;
    width: 220px;
  }
.g-delivery-top__button {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.g-delivery-top__button .svg {
      fill: #000000;
      font-size: 19px;
    }
.g-delivery-payment {
  padding-top: 35px;
  padding-bottom: 35px;
}
.g-delivery-payment .g-title-l {
    margin-bottom: 28px;
}
.g-delivery-payment .g-title-s {
    margin-bottom: 13px;
}
.g-delivery-payment .gm-mb33 {
    margin-bottom: 33px;
}
.g-delivery-payment__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -10px;
    min-height: 65px;
}
.g-delivery-payment__logo {
    padding: 0 10px 15px;
}
.g-delivery-cards__item {
    width: 100%;
}
.g-delivery-card {
  background-color: #F7F7F7;
  position: relative;
}
.g-delivery-card__icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.g-delivery-card__icon img{
    width: 100%;
      max-width: 100%;
      max-height: 100%;
    }
.g-delivery-card__title {
    margin-bottom: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}
.g-delivery-card__subtitle {
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.g-delivery-card__content .g-text:not(:last-child) {
      margin-bottom: 20px;
}
.g-delivery-card__content img {
      max-width: 100%;
}
.g-delivery.gm-page {
  padding-bottom: 55px;
}
.g-delivery__title {
    margin-bottom: 17px;
}
.g-delivery__bottom {
    padding-top: 33px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .g-delivery-payment {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 54px;
    padding-bottom: 59px;
  }
  .g-delivery-payment .g-title-l {
    margin-bottom: 26px;
  }
  .g-delivery-payment .g-title-s {
    margin-bottom: 11px;
  }
  .g-delivery-cards {
    margin: 0 -15px 60px;
    overflow: hidden;
  }
  .g-delivery-cards__item {
    width: 50%;
    padding: 0 15px;
  }
  .g-delivery-cards__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .g-delivery-card {
    padding: 30px 30px 35px;
  }
  .g-delivery-card__header {
    padding: 25px 0 20px;
  }
  .g-delivery.gm-page {
    padding-bottom: 75px;
  }
  .g-delivery__title {
    margin-bottom: 25px;
  }
  .g-delivery__bottom {
    padding-top: 53px;
  }
}
@media (min-width: 1280px) {
  .g-delivery-cards__item {
    width: 33.33333333%;
  }
}
@media (max-width: 1279px) {
  .g-delivery-payment .gm-mb29 {
    margin-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .g-delivery-top__search {
    width: 100%;
  }
  .g-delivery-payment__logos {
    margin-bottom: 34px;
  }
  .g-delivery-cards__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .g-delivery-card {
    margin: 0 -20px;
  }
  .g-delivery-card__icon {
    display: none;
  }
  .g-delivery-card__header {
    padding: 25px 20px;
  }
  .g-delivery-card__title {
    padding-right: 20px;
    position: relative;
  }
  .g-delivery-card__title:after {
    position: absolute;
    top: 5px;
    right: 0;
    content: " ";
    background-image: url('../img/arrow-right-bold.svg');
    background-repeat: no-repeat;
    background-size: 7px 14px;
    width: 7px;
    height: 14px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .g-delivery-card__content {
    display: none;
  }
  .g-delivery-card.gm-active .g-delivery-card__content {
        display: block;
        padding: 0 20px 20px;
  }
  .g-delivery-card.gm-active .g-delivery-card__title:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
  }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/credit.css?15682750611048*/
.g-credit__title {
    margin-bottom: 27px;
  }
.g-credit__phone {
    margin: 11px 0 19px;
    display: inline-block;
    padding-left: 25px;
    background-image: url('../img/phone.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left 5px;
}
.g-credit__tel {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    line-height: 31px;
    color: #000000;
    font-weight: 700;
}
@media (min-width: 768px) {
    .g-credit__title {
        margin-bottom: 51px;
    }
}
@media (min-width: 1600px) {
    .g-credit__description {
        margin-bottom: 39px;
    }
}
@media (min-width: 768px) and (max-width: 1599px) {
    .g-credit__table {
        padding-bottom: 55px;
        margin-bottom: 55px;
    }
}
@media (max-width: 1599px) {
    .g-credit__table {
        margin-bottom: 35px;
        border-bottom: 1px solid #EAEAEA;
        padding-bottom: 35px;
    }
}
@media (max-width: 767px) {
    .g-credit__description {
        margin-bottom: 28px;
    }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/mappoint.css?15989036552212*/
.g-map-point {
  position: relative
}
.g-map-point:after {
  position: absolute;
  content: '';
  bottom: -50px;
  left: calc(50% - 15px);
  width: 30px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.g-map-point.gm-normal:after {
  background-image: url('../img/normal.svg');
}
.g-map-point.gm-empty:after {
  background-image: url('../img/empty.svg');
}
.g-map-point.gm-instock:after {
    position: absolute;
    content: '';
    bottom: -50px;
    left: calc(50% - 1px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 40px;
    background-image: url('../img/marker-map.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.g-map-point.gm-empty:after {
  background-image: url('../img/empty.svg');
}
.g-map-point.gm-pickpoint:after {
  background-image: url('../img/pickpoint.svg');
}
.g-map-point.gm-pickpoint2:after {
  background-image: url('../img/pickpoint2.svg');
}
.g-map-point__name {
    margin-bottom: 2px;
    padding-right: 25px;
}
.g-map-point__metro {
    margin-bottom: 10px;
}
.g-map-point__close {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
}
.g-map-point__instock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.g-map-point__instock .g-text {
      margin-right: 19px;
    }
.g-map-point__address {
    margin-bottom: 10px;
}
.g-map-point__time {
    margin-bottom: 15px;
}g-table-instock__empty
.g-map-point__more {
    display: inline-block;
}
.g-map-point__empty {
    margin-bottom: 10px;
    margin-right: 20px;
}
.g-map-point__bottom {
    padding-top: 30px
}
.g-map-point__bottom.gm-sm {
  padding-top: 10px;
}
.g-map-point__item:not(:last-child) {
  margin-bottom: 10px;
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/service.css?15694057723316*/
.g-service-vip {
  padding: 30px 0 35px;
  background-color: #F7F7F7;
  border-bottom: 2px solid #ffffff;
}
.g-service-vip__top {
    position: relative;
    margin-bottom: 35px;
}
.g-service-vip__title {
    margin-bottom: 9px;
}
.g-service-vip__description {
    max-width: 705px;
    width: 100%;
}
.g-service-vip__image {
    width: 50px;
}
.g-service-vip__image img {
      width: 100%;
      display: block;
      mix-blend-mode: multiply;
}
.g-service-vip__blocks {
    margin-bottom: 50px;
}
.g-service-vip__title-m {
    margin-bottom: 30px;
}
.g-service-vip__roadmap {
    margin-bottom: 28px;
}
.g-service-vip__disclaimer {
    width: 100%;
    max-width: 705px;
}
.g-service-top {
  padding: 0 0 35px;
}
.g-service-top.gm-page {
  padding: 35px 0;
}
.g-service-top__title {
    margin-bottom: 17px;
}
.g-service-top__description {
    margin-bottom: 28px;
    width: 100%;
    max-width: 460px;
}
.g-service-top__title-m {
    margin-bottom: 11px;
}
.g-service-top .g-text .g-link:not(:last-child) {
  margin-right: 10px;   
    }
.g-service-top .g-text.gm-mb-second {
  margin-bottom: 27px;
}
.g-service-guarantee {
  padding: 35px 0 55px;
}
.g-service-guarantee__title {
    margin-bottom: 18px;
}
.g-service-guarantee__description {
    margin-bottom: 60px;
    max-width: 705px;
    width: 100%;
}
.g-service-guarantee .col:not(:last-child) {
    margin-bottom: 30px;
}
.g-service-block__title {
    margin-bottom: 10px;
}
.g-service-block__icon {
    width: 60px;
    height: 60px;
}
.service {}
@media (min-width: 768px) {
  .g-service-vip {
    padding: 50px 0 55px;
  }
  .g-service-vip__top {
    margin-bottom: 55px;
  }
  .g-service-vip__title {
    margin-bottom: 20px;
  }
  .g-service-vip__blocks .col:not(:nth-last-child(-n+3)) {
        margin-bottom: 16px;
  }
  .g-service-top {
    padding: 0 0 55px;
  }
  .g-service-top.gm-page {
    padding: 55px 0;
  }
  .g-service-top .col:not(:nth-last-child(-n+3)) {
    margin-bottom: 48px;
  }
  .g-service-top__title {
    margin-bottom: 30px;
  }
  .g-service-top__description {
    margin-bottom: 48px;
  }
  .g-service-guarantee {
    padding: 55px 0 75px;
  }
  .g-service-block__title {
    margin-bottom: 17px;
  }
  .g-service-block__icon {
    margin-bottom: 23px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 980px) {
  .g-service-vip__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 109px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .g-service-vip__image {
    display: none;
  }
}
@media (max-width: 767px) {
  .g-service-vip__image {
    margin-bottom: 25px;
    width: 50px;
  }
  .g-service-vip__blocks .col:not(:last-child) {
        margin-bottom: 35px;
  }
  .g-service-vip__roadmap .col:not(:last-child) {
        margin-bottom: 28px;
  }
  .g-service-top .col:not(:last-child) {
    margin-bottom: 28px;
  }
  .g-service-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .g-service-block__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
  .g-service-block__content {
    padding-left: 10px;
  }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/popup.css?159895405729436*/
.popup-gift, .product-popup-gift {
  padding: 36px 20px 0;
}
.popup-gift__h1, .product-popup-gift__h1 {
    margin-bottom: 29px;
}
.popup-gift__cards, .product-popup-gift__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popup-gift__card, .product-popup-gift__card {
    width: 100%;
}
.popup-gift__products {
    display: none;
}
.popup-gift__products.gm-active, .product-popup-gift__products.gm-active {
  display: block;
}
.popup-gift__product, .product-popup-gift__product {
    display: none;
}
.popup-gift__product.gm-active, .product-popup-gift__product.gm-active {
  display: block;
}
.popup-gift__block, .product-popup-gift__block {
    width: 185px;
    margin: 0 auto 36px;
}
.popup-store {
  padding: 25px 20px 0px 20px;
}
.popup-store__title {
    margin-bottom: 17px;
    padding-right: 30px;
}
.popup-store__description {
    margin-bottom: 25px;
    padding-top: 17px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.popup-store__buttons {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popup-store__metro {
    margin-bottom: 10px;
}
.popup-store__items {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popup-store__map {
    height: 400px;
}
.g-popup-order-info {
  background-color: #F7F7F7;
  padding: 14px 20px 16px;
}
.g-popup-order-info__order {
    margin-bottom: 10px;
  }
.g-popup-order-info__name {
    margin-bottom: 10px;
  }
.g-popup-card__image {
    width: 100%;
    height: 142px;
    margin-bottom: 24px;
    position: relative;
}
.g-popup-card__image 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%;
    }
.g-popup-card__description {
    text-align: center;
}
.g-popup-card__name {
    margin-bottom: 18px;
}
.g-popup-card__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.g-popup-card__block:not(:last-child) {
  margin-bottom: 25px;
}
.g-popup-card__gift, .product-g-popup-card__gift {
    margin-left: 10px;
}
.g-popup-card__button {
    width: 100px;
    display: block;
}
.g-popup-form {
  padding: 24px 20px;
}
.g-popup-form.gm-page {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
}
.g-popup-form__content {
    max-width: 310px;
    width: 100%;
}
.g-popup-form__block, .g-popup-form__thx {
    display: none;
    margin-bottom: 50px;
}
.g-popup-form__block.gm-active, .g-popup-form__thx.gm-active {
  display: block;
}
.g-popup-form__h1 {
    margin-bottom: 27px;
}
.g-popup-form__text {
    margin-bottom: 35px;
}
.g-popup-form__inlines {
    margin-bottom: 40px;
}
.g-popup-form__inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.g-popup-form__inline:not(last-child) {
  margin-bottom: 20px;
}
.g-popup-form__inline .g-input-block {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
}
.g-popup-form__button:not(:last-child) {
  margin-bottom: 33px;
}
.g-popup-form__button .g-button {
      width: auto;
      padding: 0 30px;
}
.g-popup-form__button .g-link {
      margin-left: 30px;
}
.g-popup-form__info {
    margin-bottom: 40px;
}
.g-popup-form__info.gm-booking {
  margin-bottom: 34px;
}
.g-popup-form__store {
    margin-bottom: 35px;
}
.g-popup-form__form:not(:last-child) {
  margin-bottom: 40px;
}
.g-popup-form__auths {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.g-popup-form__auth:not(:last-child) {
  margin-right: 30px;
}
.g-popup-added {
  padding: 36px 20px 40px;
}
.g-popup-added__h1.g-h1 {
    margin-bottom: 32px;
}
.g-popup-added__h3 {
    margin-bottom: 40px;
}
.g-popup-added__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px;
}
.g-popup-added__image {
    position: relative;
    width: 100px;
    padding-bottom: 100px;
}
.g-popup-added__image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      max-width: 100%;
      max-height: 100%;
    }
.g-popup-added__name {
    padding-left: 30px;
}
.g-popup-added__link {
    color: #000000;
    font-weight: 700;
}
.g-popup-added__inner.g-loading {
    height: 300px;
}
.g-popup-added__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}
.g-popup-added__card {
    width: 100%;
    padding: 0 15px;
}
.g-popup-compare {
  padding-top: 20px;
  padding-bottom: 20px;
}
.g-popup-compare__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 30px;
}
.g-popup-compare__image img {
      max-height: 80px;
      max-width: 100px;
      display: block;
    }
.g-popup-compare__description {
    padding-left: 30px;
}
.g-popup-compare__description .g-text {
      margin-top: 9px;
    }
.g-popup-buttons.gm-bg {
  background-color: #F7F7F7;
}
.g-popup-buttons__item.gm-close {
  margin-left: 10px;
}
.g-popup-buttons__item.gm-close .g-button {
        border: none;
        background-color: transparent;
        position: relative;
        width: 40px;
        height: 40px;
        display: block;
}
.g-popup-buttons__item.gm-close .svg {
        font-size: 20px;
        fill: #222222;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
.g-popup-welcome__h1 {
    margin-bottom: 27px;
}
.g-popup-welcome__image {
    max-width: 203px;
    width: 100%;
    display: block;
    padding-top: 35px;
    padding-bottom: 33px;
}
.g-popup-welcome__image img {
      display: block;
      width: 100%;
}
.g-popup-welcome__content {
    margin-bottom: 35px;
}
.g-popup-bonus__body {
    display: none;
}
.g-popup-bonus__body.m-active {
  display: block;
}
.g-popup-bonus__h1 {
    margin-bottom: 35px;
    padding-right: 30px;
}
.g-popup-bonus__close {
    margin-top: 35px;
}
.g-popup-bonus__form {
    margin-bottom: 33px;
}
.g-popup-bonus__description {
    max-width: 310px;
    width: 100%;
}
.g-popup-bonus .g-form {
    margin-bottom: 35px;
}
.g-popup-bonus .gm-label.gm-120 {
    width: 120px;
}
.g-popup-bonus .gm-label.gm-250 {
    width: 120px;
}
.g-popup-bonus .gm-inline {
    white-space: nowrap;
}
.g-popup-bonus .gm-inline.gm-110 {
    margin-right: 0px;
}
.g-popup-bonus .gm-inline.gm-110:not(:last-child) {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  max-width: 90px;
}
.g-popup-tradein__body {
    padding: 25px 20px;
  }
.g-popup-tradein__h1 {
    margin-bottom: 34px;
}
.g-popup-tradein__top {
    background-color: #F7F7F7;
    padding: 14px 20px;
}
.g-popup-tradein__item {
    padding: 33px 0 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.g-popup-tradein__h3 {
    margin-bottom: 25px;
}
.g-popup-tradein__h4 {
    margin-bottom: 10px;
}
.g-popup-tradein__button {
    padding: 30px 0 13px;
}
.g-popup-tradein__description {
    max-width: 350px;
    width: 100%;
}
.g-popup-tradein .g-form.gm-13 {
    margin-bottom: 13px;
}
.g-popup-time__title {
    margin-bottom: 19px;
  }
.g-popup-time__item:not(:last-child) {
  margin-bottom: 22px;
}
.g-popup-time__item.gm-disabled {
  position: relative;
}
.g-popup-time__item.gm-disabled:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.g-popup-time__value.gm-date {
  margin: 0 -20px;
}
.g-popup-time__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}
.g-popup-time__day {
    margin-bottom: 1px;
    display: block;
}
.g-popup-time__tab {
    min-width: 100px;
    min-height: 64px;
    text-align: left;
    position: relative;
}
.g-popup-time__tab.gm-calendar {
  background-image: url('../img/calendar.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 25px;
}
.g-popup-time__tab.gm-mobile select {
        display: block;
        height: 100%;
        width: 100%;
        min-height: 64px;
        z-index: 2;
        position: relative;
        opacity: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
}
.g-popup-time__tab:not(:last-child) {
  margin-right: 10px;
}
.g-popup-time__tab input[type="radio"] {
      display: none;
}
.g-popup-time__tab label {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 10px 17px;
      border: 2px solid #E6E6E6;
      border-radius: 5px;
      cursor: pointer;
      z-index: 1;
}
.g-popup-time__tab input[type="radio"]:checked+label {
      border-color: #1428A0;
}
.g-popup-time__tab input[type="radio"]:checked+label .g-popup-time__day {
        color: #000000;
      }
.datepicker {
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 315px;
  
  padding: 23px 30px 20px;
  margin-top: 10px
}
.datepicker:before, .datepicker:after {
  display: none;
}
.datepicker .table-condensed {
    width: 100%;
}
.datepicker .datepicker-switch {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 20px;
    text-align: center;
}
.datepicker .datepicker-switch:hover {
  background-color: transparent;
}
.datepicker th.prev, .datepicker th.next {
    opacity: 0;
    visibility: hidden;
}
.datepicker table tr td {
    position: relative;
    background-color: transparent;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}
.datepicker table tr td:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.datepicker table tr td.day:hover {
  background-color: #EEEEEE;
}
.datepicker table tr td.day:active, .datepicker table tr td.day:focus, .datepicker table tr td.day.today:active, .datepicker table tr td.day.today:focus, .datepicker table tr td.disabled:hover {
  background-color: transparent;
}
.datepicker table tr td.today {
  background-color: transparent;
  border-color: #ffb733;
  border-radius: 34px;
  height: 34px;
  width: 34px;
  position: relative;
}
.datepicker table tr td.today:before {
  border-color: #B8B8B8;
}
.datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-color: transparent;
}
.datepicker table tr td.active.active {
  background-color: #1428A0;
}
.datepicker table tr td.active.active:hover {
  background-color: #1428A0;
}
.popup-calendar {
  width: 375px;
  position: relative;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  z-index: 9;
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
}
.popup-calendar__close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
}
.popup-calendar__close .svg {
      font-size: 13px;
    }
.popup-calendar__body {
    padding: 23px 20px 28px;
}
.popup-calendar__month:not(:last-child) {
  margin-bottom: 25px;
}
.popup-calendar__name {
    margin-bottom: 19px;
    text-align: center;
}
.popup-calendar__weeks {

}
.popup-calendar__week {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin: 0 -6px;
}
.popup-calendar__caption {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1;
    cursor: default;
    width: 34px;
    text-align: center;
    margin-bottom: 8px;
}
.popup-calendar__day {
    padding: 0 6px;
}
.popup-calendar__data {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.popup-calendar__data:hover {
  background-color: #EEEEEE;
}
.popup-calendar__data.gm-disabled {
  color: #BFBFBF;
  cursor: default;
}
.popup-calendar__data.gm-disabled:hover {
  background-color: transparent;
}
.popup-calendar__data.gm-today {
  border-color: #BFBFBF;
  cursor: default;
}
.popup-calendar__data.gm-today:hover {
  background-color: transparent;
}
.popup-calendar__data.gm-active {
  background-color: #1428a0;
  color: #ffffff;
  cursor: pointer;
}
.popup-calendar__data.gm-active:hover {
  background-color: #1428a0;
}
.g-popup-acc {
  padding-top: 20px;
}
.g-popup-acc__select {
    margin-left: 25px;
}
.g-popup-acc__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}
.g-popup-acc__top {
    margin-bottom: 6px;
}
.g-popup-acc__swipe-scroll {
    padding-bottom: 100px;
    margin-bottom: -100px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.g-popup-acc__swipe-scroll::-webkit-scrollbar {
  display: none;
}
.g-popup-acc__nav {
    white-space: nowrap;
}
.g-popup-acc__button {
    height: 28px;
    line-height: 28px;
    padding: 0 11px;
    background-color: #F2F2F2;
    color: #999999;
    border-radius: 3px;
    display: inline-block;
    white-space: nowrap;
}
.g-popup-acc__button:hover {
  background-color: #e5e5e5;
}
.g-popup-acc__button.gm-active {
  color: #ffffff;
  background-color: #1428A0;
}
.g-popup-acc__button:not(:last-child) {
  margin-right: 10px;
}
.g-popup-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
.g-popup-card__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    height: 70px;
    position: relative;
}
.g-popup-card__image img {
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.g-popup-card__name {
    margin-bottom: 14px;
    display: inline-block;
}
.g-popup-card__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;
}
.g-popup-card__link {
    font-weight: 700;
}
.g-popup-card__link.gm-in-basket {
  color: #999999;
  font-weight: 400;
}
.popup {

}
@media (min-width: 340px) {
  .g-popup-bonus .gm-inline.gm-110:not(:last-child) {
    width: 100%;
    max-width: 110px;
  }
}
@media (min-width: 718px) {
  .g-popup-form {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .g-popup-form__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: calc(100% - 50px);
  }
  .g-popup-form__h1 {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .popup-gift, .product-popup-gift {
    padding: 100px 40px 140px;
  }
  .popup-gift__h1, .product-popup-gift__h1 {
    text-align: center;
    margin-bottom: 52px;
  }
  .popup-gift__cards, .product-popup-gift__cards {
    margin: 0 -15px;
  }
  .popup-gift__card, .product-popup-gift__card {
    width: 33.33333%;
    padding: 0 15px;
  }
  .popup-gift__card:nth-of-type(n+4), .product-popup-gift__card:nth-of-type(n+4) {
    margin-top: 60px;
  }
  .g-popup-card__button {
    width: 140px;
    margin: 0 auto;
  }
  .g-popup-added {
    padding: 54px 40px 122px;
  }
  .g-popup-added__h1.g-h1 {
    margin-bottom: 52px;
  }
  .g-popup-added__item {
    margin-bottom: 60px;
  }
  .g-popup-added__link {
    font-size: 16px;
    font-weight: 700;
  }
  .g-popup-added__buttons {
    margin-bottom: 51px;
  }
  .g-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;
  }
  .g-popup-buttons {
    padding: 20px 50px;
  }
  .g-popup-buttons.gm-bg-s {
    background-color: #F7F7F7;
  }
  .g-popup-buttons.gm-compare {
    padding: 0;
  }
  .g-popup-buttons.gm-compare .g-popup-buttons__items {
        width: auto;
        margin: 0;
  }
  .g-popup-buttons.gm-compare .g-popup-buttons__item {
        width: auto;
        padding: 0;
  }
  .g-popup-buttons.gm-compare .g-popup-buttons__button {
        width: 220px;
  }
  .g-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;
  }
  .g-popup-buttons__item {
    width: 50%;
    padding: 0 10px;
  }
  .g-popup-buttons__item.gm-s-none {
    display: none;
  }
  .g-popup-welcome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .g-popup-welcome__body {
    margin: auto;
    max-width: 310px;
    padding: 24px 0;
  }
  .g-popup-welcome__image {
    max-width: 253px;
  }
  .g-popup-welcome__button {
    max-width: 117px;
    width: 100%;
  }
  .g-popup-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .g-popup-bonus__body {
    margin: auto;
    
    padding: 20px 0;
  }
  .g-popup-bonus__body.gm-thanks {
    margin: auto;
    max-width: 283px;
    padding: 24px 0;
  }
  .g-popup-bonus__h1 {
    margin-bottom: 32px;
  }
  .g-popup-bonus__button {
    max-width: 194px;
    width: 100%;
  }
  .g-popup-bonus__close {
    max-width: 128px;
    width: 100%;
  }
  .g-popup-bonus__close.g-popup-bonus__close-full{
    max-width: inherit;
  }
  .g-popup-bonus__form {
    margin-bottom: 13px;
  }
  .g-popup-bonus .gm-label.gm-250 {
    width: 250px;
  }
  .g-popup-tradein__body {
    padding: 34px 40px;
  }
  .g-popup-tradein__h1 {
    margin-bottom: 32px;
  }
  .g-popup-tradein__button {
    max-width: 200px;
    width: 100%;
    padding: 40px 0 13px;
  }
  .g-popup-tradein .g-form.gm-13 {
    margin-bottom: 23px;
  }
  .g-popup-time__title {
    display: none;
  }
  .g-popup-time__radios {
    max-width: 597px;
    width: 100%;
  }
  .g-popup-time__item:not(:last-child) {
    margin-bottom: 36px;
  }
  .g-popup-time__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .g-popup-time__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
  .g-popup-time__value {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .g-popup-time__button {
    display: none;
  }
  .g-popup-time__tab.gm-mobile {
    display: none;
  }
  .g-popup-acc {
    padding-top: 63px;
  }
  .g-popup-acc__header {
    margin-bottom: 32px;
  }
  .g-popup-acc__top {
    margin-bottom: 55px;
  }
  .g-popup-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 54px;
  }
  .g-popup-card__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 138px;
    flex: 0 0 138px;
    height: 100px;
    margin-bottom: 30px;
  }
  .g-popup-card__description {
    text-align: center;
  }
  .g-popup-card__name {
    margin-bottom: 9px;
    height: 60px;
    overflow: hidden;
  }
  .g-popup-card__price {
    margin-bottom: 9px;
  }
  .g-popup-card__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .g-modal.gm-768 {
    width: 768px;
  }
}
@media (min-width: 980px) {
  .popup-store__items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-store__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .g-popup-added__card {
    width: 33.33333%;
  }
  .g-popup-card__image {
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .popup-store {
    padding: 33px 40px 66px 40px;
  }
  .popup-store__title {
    margin-bottom: 33px;
  }
  .popup-store__description {
    margin-bottom: 35px;
    padding-top: 33px;
  }
  .popup-store__buttons {
    margin-bottom: 40px;
  }
  .popup-store__items {
    margin-bottom: 35px;
  }
  .g-popup-buttons.gm-compare .g-popup-buttons__button {
        width: 338px;
  }
}
@media (min-width: 1600px) {
  .g-popup-acc__top {
    margin-bottom: 65px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .g-popup-time__tab:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1599px) {
  .g-popup-acc__swipe-container {
    margin-left: -40px;
    margin-right: -40px;
  }
  .g-popup-acc__swipe-container {
    overflow: hidden;
  }
  .g-popup-acc__swipe-scroll {
    padding-left: 40px;
    padding-right: 40px;
  }
  .g-popup-acc__button:last-child {
    margin-right: 40px;
  }
}
@media (max-width: 979px) {
  .popup-store__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup-store__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .popup-store__map {
    margin-left: -20px;
    margin-right: -20px;
    height: 360px;
  }
}
@media (max-width: 767px) {
  .popup-gift, .product-popup-gift {
    height: 100%;
  }
  .popup-gift__h1.gm-mb, .product-popup-gift__h1.gm-mb {
    text-align: center;
    margin-bottom: 59px;
  }
  .popup-gift__card, .product-popup-gift__card {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .popup-gift__product.gm-active, .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;
  }
  .popup-gift__block, .product-popup-gift__block {
    margin: 0 auto 74px;
  }
  .popup-gift__buttons {
    margin: 0 -20px;
  }
  .g-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;
  }
  .g-popup-card.gm-gift .g-popup-card__description {
        padding-left: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: left;
  }
  .g-popup-card.gm-gift .g-popup-card__image {
        width: 120px;
        height: 95px;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
  }
  .g-popup-card.gm-gift .g-popup-card__name {
        margin-bottom: 8px;
  }
  .g-popup-card.gm-gift .g-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;
  }
  .g-popup-card.gm-gift .g-popup-card__button {
        height: 30px;
        line-height: 30px;
  }
  .g-popup-added__products {
    display: none;
  }
  .g-popup-added__cards {
    display: none;
  }
  .g-popup-compare__block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px;
  }
  .g-popup-buttons.gm-bg {
    padding: 20px 60px 82px;
  }
  .g-popup-buttons__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .g-popup-buttons__item:first-child {
    margin-bottom: 20px;
  }
  .g-popup-buttons__item.gm-xs-none {
    display: none;
  }
  .g-popup-welcome__body {
    padding: 24px 20px;
  }
  .g-popup-welcome__image {
    margin: 0 auto;
  }
  .g-popup-bonus__body {
    padding: 20px;
  }
  .g-popup-bonus__body.gm-thanks {
    padding: 24px 20px;
  }
  .g-popup-tradein .col.gm-mb20 {
    margin-bottom: 20px;
  }
  .g-popup-time__items {
    margin-bottom: 26px;
  }
  .g-popup-time__label {
    display: none;
  }
  .g-popup-time__value.gm-date {
    overflow: hidden;
  }
  .g-popup-time__value.gm-date .gm-swipe {
    position: relative;
    bottom: -10px;
    margin-top: -10px;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .g-popup-time .gm-mb-xs {
    margin-bottom: 19px;
  }
  .g-popup-time__tab.gm-desktop {
    display: none;
  }
  .popup-calendar {
    display: none;
  }
  .g-popup-acc__select {
    display: none;
  }
  .g-popup-acc__header {
    padding-right: 25px;
  }
  .g-popup-acc__swipe-container {
    margin-left: -20px;
    margin-right: -20px;
  }
  .g-popup-acc__swipe-scroll {
    padding-left: 20px;
    padding-right: 20px;
  }
  .g-popup-acc__button:last-child {
    margin-right: 20px;
  }
  .g-popup-card {
    padding: 22px 0 25px;
  }
  .g-popup-card__description {
    padding-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 717px) {
  .g-popup-form__inline.gm-label-none .g-label-inline {
    display: none;
  }
}

.sign-block{
    margin-top: 44px;
}

.sign-figure{
    width: 52px;
}

.sign-block__top-middle{
    margin-top: 1em !important;
}

.sign-img{
    display: block;
    width: 100%;
}

.sign-text {
    flex: 1;
    -webkit-flex: 1;
    padding-left: 24px;

}

.product-popup-card__image {
  width: 100%;
  height: 142px;
  margin-bottom: 24px;
  position: relative;
}
.product-popup-card__image 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-popup-card__description {
  text-align: center;
}
.product-popup-card__name {
  margin-bottom: 18px;
}
.product-popup-card__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-popup-card__block:not(:last-child) {
  margin-bottom: 25px;
}
.product-popup-card__gift {
  margin-left: 10px;
}
.product-popup-card__button {
  width: 100px;
  display: block;
}
@media (min-width: 768px) {
  .product-popup-card__button {
      width: 140px;
      margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .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;
  }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/header.css?157908716316451*/
.g-header-search {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 50px;
  z-index: 3;
}
.g-header-search__button {
    margin-right: 13px;
}
.g-header-search__button .svg {
      font-size: 19px;
      fill: #ffffff;
      display: block;
}
.g-header-search__close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    z-index: 3;
}
.g-header-search__close .svg {
      fill: #ffffff;
      font-size: 22px;
      display: block;
}
.g-header-search__input {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    background-color: transparent;
    border: 0;
    z-index: 3;
    display: block;
    width: 100%;
    line-height: normal;
    height: 100%;
}
.g-header-search__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.g-header-search__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.g-header-search__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.g-header-search__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.g-header-basket {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: -30px;
  z-index: 100;
  padding-top: 0px;
  min-width: 600px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  padding-top: 13px;
}
.g-header-basket:after {
  position: absolute;
  content: " ";
  top: 8px;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 7px 7.5px;
  border-color: transparent transparent #f7f7f7 transparent;
}
.g-header-basket.gm-active {
  pointer-events: auto;
  opacity: 1;
}
.g-header-basket__content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    padding: 30px 20px 30px 40px;
    position: relative;
}
.g-header-basket__close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 101;
}
.g-header-basket__close button {
      padding: 0;
      border: none;
      background: none;
}
.g-header-basket__close .svg.svg-close {
      font-size: 20px;
      fill: #222222;
}
.g-header-basket__header {
    margin-bottom: 38px;
}
.g-header-basket__title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #000000;
}
.g-header-basket__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;
}
.g-header-basket__full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.g-header-basket__full-text {
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 21px;
      color: #000000;
      margin-right: 18px;
    }
.g-header-basket__full-num {
      font-family: 'Open Sans', sans-serif;
      font-size: 24px;
      line-height: 27px;
      font-weight: 700;
      color: #000000;
    }
.g-header-basket__button .g-button {
    padding: 0 25px;
}
.g-header-basket__main {
    margin-bottom: 30px;
    border-bottom: 1px solid #EAEAEA;
}
.g-header-basket__items {
    max-height: 278px;
    padding-right: 20px;
    overflow-y: auto;
    position: relative;
}
.g-header-basket__items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
  background-color: #ffffff;
}
.g-header-basket__items::-webkit-scrollbar {
  width: 2px;
  background-color: #ffffff;
}
.g-header-basket__items::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
}
.g-header-basket__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}
.g-header-basket__item:not(:last-child) {
  border-bottom: 1px solid #EAEAEA;
}
.g-header-basket__image {
    width: 93px;
    height: 71px;
    margin-right: 33px;
}
.g-header-basket__image img {
      max-width: 93px;
      max-height: 71px;
      display: block;
      margin: 0 auto;
    }
.g-header-basket__name {
    max-width: 215px;
    width: 100%;
}
.g-header-basket__name-link {
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 21px;
      color: #000000;
    }
.g-header-basket__cost {
    margin-left: auto;
    margin-right: 46px;
}
.g-header-basket__item-close {
    font-size: 14px;
    fill: rgba(34, 34, 34, 0.2);
}
.g-header-drop {
  position: absolute;
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 100;
  padding-top: 0px;
  min-width: 280px;
}
.g-header-drop__items {
    background-color: #F7F7F7;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    padding: 25px 0;
  }
.g-header-drop__link {
    display: block;
    padding: 0 29px;
    line-height: 30px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    white-space: nowrap;
}
.g-header-drop__link:hover, .g-header-drop__link.gm-active {
  background-color: rgba(0, 0, 0, 0.03);
  color: #0077C8!important;
}
.g-header-drop__orange {
    margin-left: 10px;
}
.g-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.g-header-nav__item.gm-mini {
  position: relative;
}
.g-header-nav__item:hover .g-header-drop {
        pointer-events: auto;
        opacity: 1;
}
.g-header-nav__item:hover:after {
  opacity: 1;
}
.g-header-nav__item:after {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 7px 7.5px;
  border-color: transparent transparent #f7f7f7 transparent;
  z-index: 101;
  opacity: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.g-header-nav__link {
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    padding: 14px 9px 15px 15px;
    display: block;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    position: relative;
    transition: 0.25s
  }
.g-header-nav__link:hover {
  color: #cccccc!important;
}
.g-header-user {
  position: relative;
}
.g-header-user__menu {
    position: absolute;
    top: 100%;
    right: -40px;
    left: auto;
    z-index: 100;
    padding-top: 10px;
    min-width: 180px
  }
.g-header-user__menu:after {
  position: absolute;
  content: " ";
  top: 3px;
  right: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 7px 7.5px;
  border-color: transparent transparent #f7f7f7 transparent;
}
.g-header-user__items {
    background-color: #F7F7F7;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    padding: 25px 0;
}
.g-header-user__link {
    display: block;
    padding: 0 29px;
    line-height: 30px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    white-space: nowrap;
}
.g-header-user__link:hover, .g-header-user__link.gm-active {
  background-color: rgba(0, 0, 0, 0.03);
  color: #0077C8;
}
.g-header-top.gm-static {
  position: relative;
  z-index: 11;
}
.g-header-top .g-content {
    position: relative;
}
.g-header-top__content {
    padding: 30px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*background: url(/upload/galaxy_content/header_ny_new@2x.png) center top no-repeat;
    background-size: auto 100%;*/
}
.g-header-top__logo {
    display: block;
}
.g-header-top__logo .svg {
  display: block;
  font-size: 40px;
}
.g-header__logo .svg.m-mobile {
    display: none;
}
.g-header-top__region {
    padding-left: 39px;
    position: relative;
}
.g-header-top__city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 36px 10px 0;
    margin-right: 39px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.g-header-top__city span {
      color: #000000;
      font-size: 14px;
      line-height: 20px;
      white-space: nowrap;
    }
.g-header-top__city .svg {
      display: block;
      margin-left: 12px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      font-size: 12px;
    }
.g-header-top__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -17px;
    width: 100%;
}
.g-header-top__more.m-hidden {
    display: none;
}
.g-header-top__icon {
    width: 30px;
    height: 30px;
    background-color: #eeeeee;
    border-radius: 100%;
    position: relative;
}
.g-header-top__icon .svg {
      font-size: 4px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
.g-header-top__link {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin: 0 17px;
    white-space: nowrap;
}
.g-header-top__link.gm-sale {
  color: #ff7f3f;
}
.g-header-top__link:hover {
  color: #0077c8;
}
.g-header-top__user {
    margin-left: auto;
    cursor: pointer;
}
.g-header-top__user .svg-user {
      font-size: 18px;
      color: #000000;
      display: block;
}
.g-header-top__contact {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 32px;
}
.g-header-top__phone {
    text-align: right;
    margin-right: 40px;
}
.g-header-top__tel {
    color: #000000;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    white-space: nowrap;
}
.g-header-top__time {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
.g-header-top__messages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.g-header-top__message img {
      width: 30px;
      height: 30px;
      display: block;
    }
.g-header-top__message:not(:last-child) {
  margin-right: 10px;
}
.g-header.gm-static {
  position: relative;
  z-index: 5;
}
.g-header .g-content {
    position: relative;
}
.g-header.gm-search .g-header__elems {
      opacity: 0;
}
.g-header.gm-search .g-header-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.g-header.gm-search .g-search {
      pointer-events: auto;
      opacity: 1;
}
.g-header.gm-sticky {
  z-index: 10;
}
.g-header.gm-sticky .g-header__phone {
      overflow: hidden;
}
.g-header.gm-sticky .g-header__phone img {
        bottom: auto;
        top: 5px;
      }
.g-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.g-header__elems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    opacity: 1;
}
.g-header__logo {
    display: block;
}
.g-header__logo .svg {
      display: block;
      fill: #ffffff;
      font-size: 20px;
}
.g-header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.g-header__button {
    position: relative;
}
.g-header__button .svg {
      display: block;
      fill: #ffffff;
}
.g-header__button .svg-cart {
      font-size: 24px;
}
.g-header__button .svg-burger {
      font-size: 16px;
}
.g-header__button .svg-loup {
      font-size: 19px;
}
.g-header__button .svg-favorite {
      font-size: 18px;
}
.g-header__button .svg-compare {
      font-size: 14px;
}
.g-header__button.gm-cart {
  cursor: pointer;
}
.g-header__button.gm-burger {
  padding-right: 20px;
}
.g-header__button-icon {
    position: relative;
    display: block;
}
.g-header__num {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    top: -5px;
    right: -8px;
    background-color: #0077c8;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    font-size: 10px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
}
.g-header__phone {
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    padding: 0 8px 0 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    position: relative;
    margin-left: 30px;
    height: 50px;
    line-height: 50px;
}
.g-header__phone:hover {
  color: #cccccc!important;
}
.g-header__phone img {
      height: 61px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      margin-right: 16px;
}
@media (min-width: 768px) {
  .g-header-search {
    left: 20px;
    right: 20px;
  }
  .g-header-search__button {
    margin-right: 30px;
  }
  .g-header-search__close {
    display: none;
  }
}
@media (min-width: 980px) {
  .g-header-search {
    left: 0;
  }
  .g-header__logo {
    display: none;
  }
  .g-header__buttons {
    margin-left: auto;
  }
  .g-header__button.gm-compare, .g-header__button.gm-favorite {
    margin-right: 30px;
    display: block;
  }
  .g-header__button.gm-search {
    margin-right: 20px;
  }
  .g-header__button.gm-burger {
    display: none;
  }
}
@media (min-width: 1280px) {
  .g-header-search {
    left: 30px;
  }
  .g-header-drop__items {
    left: -40px;
    right: auto;
  }
  .g-header-user__menu:after {
    right: auto;
    left: 40px;
  }
  .g-header-user__menu {
    left: -40px;
    right: auto;
  }
  .g-header-top__user {
    margin-right: 40px;
  }
  .g-header-top__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .g-header__content {
    background-color: #000000;
    border-radius: 5px;
  }
  .g-header__button.gm-search {
    margin-left: 30px;
  }
  .g-header__button.gm-cart {
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .g-header .g-content {
    padding: 0 20px;
  }
}
@media (max-width: 1599px) {
  .g-header-top__link:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 1400px) {
  .g-header__phone {
    display: none;
  }
}
@media (max-width: 1279px) {
  .g-header-top__contact {
    display: none;
  }
  .g-header {
    background-color: #000000;
  }
}
@media (max-width: 979px) {
  .g-header-basket {
    display: none;
  }
  .g-header-top__content {
    display: none;
  }
  .g-header {
    height: 50px;
  }
  .g-header .g-content {
    padding-right: 0;
    height: 100%;
  }
  .g-header__content {
    height: 100%;
  }
    .g-header__logo .svg {
        display: none;
    }
    .g-header__logo .svg.m-mobile {
        display: block;
        width: 101px;
        height: 28px;
    }
  .g-header__nav {
    display: none;
  }
  .g-header__button {
    padding: 0 10px;
  }
  .g-header__button.gm-compare, .g-header__button.gm-favorite {
    display: none;
  }
  .g-header__button.gm-search {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .g-header-search__input {
    font-weight: 400;
    margin-right: 55px;
  }
  .g-header-search__input::-webkit-input-placeholder {
    color: #ffffff;
  }
  .g-header-search__input::-moz-placeholder {
    color: #ffffff;
  }
  .g-header-search__input::-ms-input-placeholder {
    color: #ffffff;
  }
  .g-header-search__input::placeholder {
    color: #ffffff;
  }
  .g-header-basket__close {
    top: 20px;
    right: 20px;
  }
  .g-header-basket__close.gm-xs-none {
    display: none;
  }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/menuMobile.css?15718291657207*/
.g-menu-mobile-sub {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 2;
  padding: 25px 20px 40px 20px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 320px;
  z-index: 101
}
.g-menu-mobile-sub.gm-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.g-menu-mobile-sub__block {
    padding: 14px 0 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.g-menu-mobile-sub__block:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.g-menu-mobile-sub__block.gm-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.g-menu-mobile-sub__block.gm-inline .g-menu-mobile-sub__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
}
.g-menu-mobile-sub__block.gm-inline .g-menu-mobile-sub__list {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0;
        display: block
}
.g-menu-mobile-sub__block.gm-inline .g-menu-mobile-sub__list:nth-of-type(1) {
  padding-right: 10px;
}
.g-menu-mobile-sub__block.gm-inline .g-menu-mobile-sub__list:last-child {
  padding-left: 10px;
}
.g-menu-mobile-sub__block.gm-inline .g-menu-mobile-sub__item {
        padding: 0;
}
.g-menu-mobile-sub__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.g-menu-mobile-sub__lists .g-menu-mobile-sub__list {
      display: block;
      width: 50%;
      margin: 0;
    }
.g-menu-mobile-sub__lists .g-menu-mobile-sub__item {}
.g-menu-mobile-sub__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: 260px;
}
.g-menu-mobile-sub__item {
    padding: 0 10px
}
.g-menu-mobile-sub__item.gm-series {
  position: relative
}
.g-menu-mobile-sub__item.gm-series:not(:first-child):after {
  position: absolute;
  /*content: "|";*/
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
}
.g-menu-mobile-sub__item.gm-series .g-text.gm-orange {
        margin-left: 10px;
        font-size: 12px;
}
.g-menu-mobile-sub__title {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 11px;
}
.g-menu-mobile-sub__link {
    line-height: 30px;
}
.g-menu-mobile-sub__more {
    line-height: 30px;
}
.g-menu-mobile-sub__info {
    margin-left: 20px;
}
.g-menu-mobile-sub__back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    cursor: pointer;
}
.g-menu-mobile-sub__back .svg {
      font-size: 12px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      margin-right: 9px;
    }
.g-menu-mobile-items {
  margin-bottom: 23px;
}
.g-menu-mobile-items__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
  }
.g-menu-mobile-items__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.g-menu-mobile-items__link {
    font-family: 'Open Sans', sans-serif;
    padding: 14px 20px 14px 0;
    display: block;
    position: relative;
  }
.g-menu-mobile-items__link .svg {
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 13px;
      color: #000000;
    }
.g-menu-mobile-footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
.g-menu-mobile-footer__item:not(:last-child) {
  margin-bottom: 10px;
}
.g-menu-mobile-footer__link {
    position: relative
  }
.g-menu-mobile-footer__link:not(:last-child) {
  margin-right: 19px;
}
.g-menu-mobile-footer__num {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    background-color: #0077c8;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    font-size: 10px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    margin-left: 9px;
  }
.g-menu-mobile-footer__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 17px;
  }
.g-menu-mobile-footer__user .svg {
      fill: #000000;
      font-size: 10px;
      margin-right: 10px;
      display: block;
    }
.g-menu-mobile-header {
  margin-bottom: 25px;
  position: relative;
}
.g-menu-mobile-header__city {
    margin-bottom: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
.g-menu-mobile-header__city span {
      margin-right: 8px;
    }
.g-menu-mobile-header__city .svg {
      font-size: 12px;
      display: block;
      fill: #000000;
    }
.g-menu-mobile-header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
.g-menu-mobile-header__link:not(:last-child) {
    margin-right: 18px;
  }
.g-menu-mobile-header__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }
.g-menu-mobile-header__close .svg {
      font-size: 16px;
      display: block;
      color: #000000;
    }
.g-menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s
}
.g-menu-mobile__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.g-menu-mobile__body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.g-menu-mobile__content {
    background-color: #ffffff;
    padding: 20px;
    overflow-x: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}
.g-menu-mobile__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}
.g-menu-mobile__close .svg {
      font-size: 16px;
      display: block;
      color: #000000;
    }
@media (max-width: 979px) {
  .g-menu-mobile.gm-active {
    display: block
  }
  .g-menu-mobile.gm-active.gm-in .g-menu-mobile__backdrop {
        opacity: 1;
  }
  .g-menu-mobile.gm-active.gm-in .g-menu-mobile__body {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
  }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/search.css?15706193634589*/
.g-search-cards__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}
.g-search-cards__card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
}
.g-search-result__list {
    margin-bottom: 30px;
}
.g-search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.g-search-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0 10px;
}
.g-search-list__item:not(.gm-50) .g-search-list__link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.g-search-list__item.gm-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}
.g-search-list__item.gm-50:not(:nth-last-child(-n+2)) .g-search-list__link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.g-search-list__link {
    display: block;
    line-height: 40px;
    position: relative;
}
.g-search-list__link.gm-icon {
    padding-left: 30px;
}
.g-search-list__link .svg-loup {
      fill: rgba(0, 0, 0, 0.1);
      font-size: 19px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.g-search {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.g-search:after {
    position: absolute;
    content: " ";
    top: -5px;
    left: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 7px 7.5px;
    border-color: transparent transparent #f7f7f7 transparent;
}
.g-search__content {
    background-color: #ffffff;
    padding: 12px 20px 40px 20px;
    position: relative;
}
.g-search__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 101;
}
.g-search__close button {
      padding: 0;
      border: none;
      background: none;
}
.g-search__close .svg {
      font-size: 22px;
      fill: #222222;
}
.g-search__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
    padding-right: 30px;
}
.g-search__tag {
    white-space: nowrap;
    padding: 5px;
}
.g-search__tag.gm-link {
    margin-left: 19px;
}
.g-search__info {
    margin-bottom: 18px;
}
.g-search__title {
    margin-bottom: 26px;
}
@media (min-width: 768px) {
    .g-search-result {
        padding-top: 40px;
    }
    .g-search-result__list {
        display: none;
    }
    .g-search-result__button {
        display: none;
    }
    .g-search-list {
        display: none;
    }
    .g-search__content {
        background-color: #F7F7F7;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
        padding: 30px 30px 30px 40px;
    }
    .g-search__pop {
        padding-top: 33px;
    }
    .g-search__pop.gm-empty {
        display: none;
    }
    .g-search__info {
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
}
@media (min-width: 1280px) {
    .g-search {
        left: 40px;
        right: 40px;
    }
}
@media (min-width: 1600px) {
    .g-search-cards__card:nth-child(n+7) {
        display: none;
    }
    .g-search {
        left: 80px;
        right: 80px;
    }
}
@media (max-width: 1599px) {
    .g-search-cards__card:nth-child(n+6) {
        display: none;
    }
}
@media (max-width: 1279px) {
    .g-search-cards__card:nth-child(n+5) {
        display: none;
    }
    .g-search:after {
        left: 45px;
    }
}
@media (max-width: 979px) {
    .g-search:after {
        left: 60px;
    }
}
@media (max-width: 767px) {
    .g-search-cards {
        display: none;
    }
    .g-search-result__cards {
        display: none;
    }
    .g-search {
        position: fixed;
        top: 50px;
        bottom: 0;
    }
    .g-search:after {
        display: none;
    }
    .g-search__content {
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .g-search__close {
        display: none;
    }
    .g-search__tags {
        display: none;
    }
    .g-search__title {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 10px;
    }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/region.css?15948085507139*/
.region-down { }
.g-region-to__title {
    margin-bottom: 25px;
  }
.g-region-to__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
.g-region-to__button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
  }
.g-region-to__button .g-button{
      padding: 0 25px;
    }
.g-region-search {
  margin-bottom: 33px;
  position: relative;
}
.g-region-search__button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 16px;
  }
.g-region-search__button .svg-loup {
      display: block;
      font-size: 15px;
      fill: rgba(0, 0, 0, 0.1);
    }
.g-region-search__input{
    padding-left: 43px;
  }
.g-region.gm-down {
    display: none;
}
.g-region.gm-down.gm-active {
    display: block;
}
.g-region.m-grey .g-region__content {
      background-color: #F7F7F7;
}
.g-region__content {
    padding: 33px 40px 35px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}
.g-region__title {
    margin-bottom: 28px;
}
.g-region__list {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.g-region__item {
    width: 100%;
    display: inline-block;
}
.g-region__link {
    line-height: 30px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer;
}
.g-region__link:hover {
    color: #0077C8;
}
.g-region__close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 101;
}
.g-region__close button {
      padding: 0;
      border: none;
      background: none;
}
.g-region__close .svg {
      font-size: 20px;
      fill: #222222;
}
.g-region__backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 109;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.g-region__backdrop.gm-active {
    opacity: 1;
}
@media (min-width: 980px) {
    .g-region.gm-to {
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        -o-transition: transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
        -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
    }
    .g-region.gm-to.gm-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .g-region {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        top: calc(100%);
        left: 120px;
        z-index: 110;
        padding-top: 0px;
        width: 620px;
        -webkit-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }
    .g-region.gm-to {
        width: auto;
    }
    .g-region.gm-active {
        pointer-events: auto;
        opacity: 1;
        display: block;
    }
    .g-region__list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media (min-width: 980px) and (min-width: 980px) {
    .g-region.gm-fixed {
        position: fixed;
        top: 70px;
    }
}
@media (max-width: 979px) {
    .g-region {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 115;
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        -o-transition: transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
    }
    .g-region {
        -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
        transform: translateY(200%);
    }
    .g-region.gm-active {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .g-region.gm-to {
        top: auto;
    }
    .g-region.gm-to.gm-active .g-region__content {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .g-region__content {
        height: 100%;
        overflow: auto;
        padding: 33px 20px 35px;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767px) {
    .g-region__close {
        top: 20px;
        right: 20px;
    }
    .g-region__close.gm-xs-none {
        display: none;
    }
}

/* Подтверждение города в шапке */
.g-region-confirm {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - 17px);
    left: 264px;
    z-index: 110;
    padding-top: 0px;
    /* width: 620px; */
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.g-region-confirm.active {
    pointer-events: auto;
    opacity: 1;
    display: block;
}

.g-region-confirm__inner {
    width: 360px;
    background: #FFFFFF;
    padding: 30px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

.g-region-confirm__title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.g-region-confirm__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.g-region-confirm__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.g-region-confirm__btns .g-button:not(:first-child) {
    margin-left: 20px;
}

@media screen and (max-width: 1599px) {
    .g-region-confirm {
        left: 222px;
    }
}

@media screen and (max-width: 979px) {
    .g-region-confirm {
        top: calc(100% + 17px);
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@media screen and (max-width: 767px) {
    .g-region-confirm,
    .g-region-confirm.active {
        display: none;
    }
}

.region-confirm-popup-btn {
    position: absolute;
    width: 0;
    height: 0;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
}

@media screen and (min-width: 768px) {
    #region-confirm-popup {
        display: none !important;
    }
}

.g-region-confirm--basket {
    top: calc(100% + 17px);
    left: 0;
}

.g-region-confirm--basket .g-region-confirm__inner {
    width: 400px;
}

.g-region-confirm--basket .g-region-confirm__title {
    margin-bottom: 10px;
}

@media screen and (max-width: 979px) {
    .g-region-confirm--basket {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
}
/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/preorder.css?15815826219068*/
.preorder-info {
  padding: 24px 0 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.preorder-info__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.preorder-info__card:not(:last-child) {
  margin-bottom: 25px;
}
.preorder-info__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    position: relative;
}
.preorder-info__image 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%;
    mix-blend-mode: multiply;
}
.preorder-info__description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.preorder-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.preorder-info__row:not(:last-child) {
  margin-bottom: 9px;
}
.preorder-info__left .gm-plus {
      padding-left: 19px;
      background-image: url('../img/plus.svg');
      background-repeat: no-repeat;
      background-position: left top 3px;
      background-size: 10px;
      max-width: 190px;
    }
.preorder-info__right {
    text-align: right;
    white-space: nowrap;
    padding-left: 15px;
}
.preorder-info__notes {
    margin-bottom: 18px;
}
.preorder-info__note:not(:last-child) {
  margin-bottom: 11px;
}
.action {
  margin-bottom: 20px;
  padding-top: 26px;
}
.action__item:not(:last-child) {
  margin-bottom: 20px;
}
.preorder-result {
  background-color: #F7F7F7;
  padding: 23px 20px 30px;
  margin-bottom: 17px;
}
.preorder-result__item {
    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;
}
.preorder-result__item.gm-hidden {
  display: none;
}
.preorder-result__item:not(:last-child) {
  margin-bottom: 10px;
}
.preorder-result__button {
    margin-top: 24px;
    text-align: right;
    max-width: 194px;
    width: 100%;
    margin-left: auto;
}
.preorder-result__button .g-button {
      width: 100%;
    }
.preorder-consent {
  width: 100%;
  /*max-width: 270px;*/
  margin-top: 23px;

}
.preorder-tabs {
  padding-top: 24px;
  margin-bottom: 30px;
}
.preorder-tabs__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    max-width: 320px;
    width: 100%;
}
.preorder-tabs__item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #E6E6E6;
    border-radius: 5px;
    margin: 0 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.preorder-tabs__item.active {
  border-color: #1428a0;
}
.preorder-tabs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 36px 8px 16px;
}
.preorder-tabs__info {}
.preorder-tabs__name {}
.preorder-tabs__price {}
.preorder-content {
  margin-bottom: 30px;
}
.preorder-content__address {
    margin-top: 13px;
}
.preorder-content .g-select {
    width: 100%;
}
#popup-reserve .preorder {
  padding: 23px 0 60px;
  position: relative;
}
.preorder__h1 {
    margin-bottom: 25px;
}
.preorder__step {
    margin-bottom: 7px;
}
.preorder__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;

    padding-bottom: 30px;
    padding-top: 24px;
}
.preorder__input {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.preorder__radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 17px;
    margin-bottom: 26px;
}
.preorder__radio:not(:last-child) {
  margin-right: 35px;
  margin-bottom: 19px;
}
.preorder__note {
    padding: 23px 0 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 23px;
}
.preorder {

}
@media (min-width: 768px) {
  .preorder-info {
    background-color: #F7F7F7;
    padding: 24px 20px 40px;
  }
  .preorder-info__program {
    display: none;
  }
  .preorder-info__notes {
    display: none;
  }
  .action {
    margin-bottom: 53px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .action__item .g-button {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .preorder-tabs {
    padding-top: 26px;
    margin-bottom: 40px;
  }
  .preorder-content {
    margin-bottom: 40px;
  }
  .preorder-content__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .preorder-content__input.gm-xs {
    width: 90px;
  }
  .preorder-content__input.gm-m {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  #popup-reserve .preorder {
    padding: 54px 0 75px;
  }
  .preorder__steps {
    display: none;
  }
  .preorder__next {
    display: none;
  }
  .preorder__inputs {
    padding-bottom: 40px;
    padding-top: 26px;
  }
  .preorder__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .preorder__radios {
    margin-bottom: 49px;
  }
  .preorder__radio:not(:last-child) {
    margin-right: 44px;
  }
  .preorder__note {
    padding: 33px 0 35px;
    margin-bottom: 33px;
  }
  .preorder .gm-desktop-hidden {
    display: none;
  }
}
@media (min-width: 980px) {
  .action__item {
    display: inline-block;
  }
  .action__item:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .preorder-content__input.gm-xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-right: 20px;
  }
  .preorder__consent.gm-s {
    display: none;
  }
  .preorder__inputs {
    max-width: 643px;
    width: 100%;
  }
  .preorder__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .preorder__radios {
    margin-bottom: 0px;
  }
  .preorder__radio:not(:last-child) {
    margin-right: 40px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1600px) {
  .preorder-info__description {
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .preorder-info {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .preorder-result {
    padding-left: 7px;
    padding-right: 7px;
  }
  .preorder-result__item {
    padding-left: 13px;
    padding-right: 13px;
  }
  .preorder-consent {
    margin-top: 0px;
  }
  .preorder-content__value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .preorder__consent.gm-xs-m-l {
    display: none;
  }
  .preorder__input:not(:nth-last-child(-n+2)) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1599px) {
  .preorder-info__image {
    display: none;
  }
}
@media (max-width: 979px) {
  .preorder-content__input.gm-xs {
    margin-bottom: 20px;
  }
  .preorder__radios {
    width: 100%;
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .preorder-info__card {
    position: relative;
  }
  .preorder-info__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 69px;
    display: block;
  }
  .preorder-info__row.gm-top {
    min-height: 69px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .preorder-info__row.gm-top .preorder-info__left {
    min-height: 91px;
    padding-left: 119px;
  }
  .preorder-info__row.gm-service {
    display: block;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 23px 20px 25px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .preorder-info__row.gm-service .preorder-info__left {
    margin-bottom: 21px;
  }
  .preorder-info__row.gm-service .preorder-info__left .gm-plus {
    padding-left: 25px;
    background-image: url('../img/check.svg');
    background-size: 16px 11px;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .action__item .g-button {
    height: auto;
  }
  .preorder-content__value .g-input:first-child {
        margin-bottom: 20px;
  }
  .preorder__h1 {
    display: none;
  }
  .preorder__h2 {
    display: none;
  }
  .preorder__consent.gm-s {
    display: none;
  }
  .preorder__input:not(:last-child) {
    margin-bottom: 20px;
  }
  .preorder .gm-hidden-step {
    display: none;
  }
  .preorder__result {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    border-top: 10px solid #F2F2F2;
  }
}

/* End */


/* Start:/local/templates/galaxystore/css/global/layouts/subscription.css?15802961332784*/
.subscription {
    padding-top: 20px;
}
.subscription__line {
    background-color: #1428a0;
}
.subscription__body {
    padding-top: 36px;
    padding-bottom: 35px;
}
.subscription__left {
    height: 134px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.subscription__left {

}
.subscription__image {
    height: 154px;
}
.subscription__title {
    margin-bottom: 9px;
    color: #ffffff;
}
.subscription__subtitle {
    color: #ffffff;
}
.subscription__right .g-checkbox label {
    color: #ffffff;
}
.subscription__form {
    margin-bottom: 13px;
    width: 100%;
}
.subscription__input.gm-error .g-input-info {
    color: #ffffff;
}
.subscription__input {

}
@media (min-width: 768px) {
    .subscription__body {
        padding-top: 34px;
    }
    .subscription__title {
        margin-bottom: 17px;
    }
    .subscription__subtitle {
        font-size: 18px;
        line-height: 22px;
    }
    .subscription__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 8px;
    }
    .subscription__input {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-right: 20px;
    }
    .subscription__button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 169px;
        flex: 0 0 169px;
    }
    .subscription .g-form {
        max-width: 490px;
    }
}
@media (min-width: 980px) {
    .subscription__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 31px;
        padding-bottom: 35px;
    }
    .subscription__left {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .subscription__middle {
        padding-top: 34px;
        padding-bottom: 34px;
        margin-right: 65px;
        min-width: 400px;
    }
    .subscription__right {
        padding-top: 34px;
        padding-bottom: 34px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}
@media (min-width: 1280px) {
    .subscription__body {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .subscription__left {
        padding-right: 75px;
    }
    .subscription__left {
        padding-right: 52px;
        padding-left: 23px;
    }
    .subscription__middle {
        margin-right: 90px;
    }
}
@media (max-width: 1279px) {
    .subscription__left {
        display: none;
    }
}
@media (max-width: 979px) {
    .subscription__middle {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .subscription__input {
        margin-bottom: 20px;
    }
}

/* End */


/* Start:/local/templates/galaxystore/css/error/error.css?15694057721442*/
.error {
  position: relative;
  overflow: hidden;
}

  .error__title {
    margin-bottom: 17px;
  }

.error__text {
    margin-bottom: 25px;
}

.error__search {
    padding: 30px 20px 25px 20px;
    background-color: #F7F7F7;
}

.error__input {
    position: relative;
    margin-bottom: 8px;
}

.error__content {
    position: relative;
}

.error__image img {
      display: block;
      width: 100%;
}

@media (min-width: 768px) {

  .error__block {
    width: 329px;
    padding: 45px 0 139px;
  }

  .error__search {
    padding: 30px 30px 25px 30px;
  }

  .error__image {
    width: 562px;
    position: absolute;
    top: -40px;
    left: calc(100% + 50px);
  }
}

@media (min-width: 980px) {

  .error__title {
    margin-bottom: 25px;
  }

  .error__text {
    margin-bottom: 35px;
  }

  .error__block {
    width: 435px;
    padding: 70px 0 97px;
  }

  .error__image {
    top: -65px;
  }
}

@media (min-width: 1280px) {

  .error__block {
    width: 517px;
    padding: 80px 0 140px;
  }

  .error__image {
    width:647px;
    top: -75px;
  }
}

@media (min-width: 1600px) {

  .error__block {
    width: 583px;
    padding: 80px 0 230px;
  }

  .error__image {
    width: 770px;
    top: -50px;
    left: calc(100% + 65px);
  }
}

@media (max-width: 767px) {

  .error__search {
    margin-left: -20px;
    margin-right: -20px;
  }

  .error__image {
    width: 100%;
    max-width: 347px;
    margin: 30px 0 auto 40px;
  }
}

/* End */


/* Start:/local/templates/galaxystore/css/home/home.css?158884926839161*/
.home-categories__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-categories__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    position: relative;
}
.home-categories__image {
    display: block;
    max-height: 60px;
    max-width: 60px;
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
.home-hero {
  background: rgba(224, 219, 213, 1);
  background: -webkit-gradient(linear, left top, left bottom, from(#e0dbd5), to(#f3f2f0));
  background: -webkit-linear-gradient(top, #e0dbd5 0%, #f3f2f0 100%);
  background: -o-linear-gradient(top, #e0dbd5 0%, #f3f2f0 100%);
  background: linear-gradient(to bottom, #e0dbd5 0%, #f3f2f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dbd5', endColorstr='#f3f2f0', GradientType=0);
}
.home-hero__image {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    display: block;
}
.home-hero__video {
    display: block;
}
.home-hero__card-title {
      text-align: center;
      margin-bottom: 25px;
}
.home-hero video {
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow: hidden;
    display: block;
    height: calc(100% + 32px);
    object-fit: cover;
}
.home-hit {
  padding: 25px 0 30px;
  background-color: rgba(234, 234, 234, 0.5);
}
.home-hit .sliderButtons {
    display: none;
}
.home-hit__title {
    text-align: center;
    margin-bottom: 24px;
}
.home-hit__content {
    position: relative;
}
.home-hit__items {
    margin: 0 -1px;
}
.home-hit__item {
    padding: 0 1px;
    margin-bottom: 2px;
}
.home-hit__item.gm-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}
.home-hit__item.gm-image img {
        display: block;
        width: 100%;
}
.home-hit__item .home-card {
      height: 100%;
}
.home-hit__image {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.home-recommend__title {
    margin-bottom: 24px;
    text-align: center;
}
.home-recommend__content {
    position: relative;
}
.home-recommend__button {
    position: absolute;
    top: 65px;
    z-index: 2;
}
.home-recommend__button.gm-prev {
    left: -10px;
}
.home-recommend__button.gm-next {
    right: -10px;
}
.home-tags {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home-tags__title {
    line-height: 30px;
}
.home-tags__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
}
.home-tags__item {
    margin-top: 10px;
}
.home-tags__item:not(:last-child) {
    margin-right: 10px;
}
.home-sale {
  background-color: rgba(234, 234, 234, 0.5);
  padding: 25px 0 30px;
  overflow-x: hidden;
}
.home-sale__title {
    margin-bottom: 20px;
    text-align: center;
}
.home-sale__items {
    margin: 0 -1px;
}
.home-sale__items .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
.home-sale__item {
    padding: 0 1px;
    float: none;
    height: auto;
}
.home-sale__item .home-card {
      height: 100%;
}
.home-sale__content {
    position: relative;
}
.home-sale__button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.home-sale__button.gm-prev {
    left: -10px;
}
.home-sale__button.gm-next {
    right: -10px;
}
.home-accessories {
  padding-bottom: 32px;
}
.home-accessories__title {
    color: #ffffff;
    margin-bottom: 17px;
}
.home-accessories__text {
    color: #ffffff;
    margin-bottom: 24px;
}
.home-accessories__image {
    background-color: #000000;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    cursor: pointer;
}
.home-accessories__block {
    background-color: #474747;
    position: relative;
}
.home-accessories__block:after {
    position: absolute;
    content: " ";
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}
.home-accessories__block-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-accessories__block-bottom .g-button{
    width: 215px;
}
.home-accessories__cost {
    color: #ffffff;
    white-space: nowrap;
    margin-right: 19px;
}
.home-accessories__button {
    width: 120px;
}
.home-accessories__item {
    padding: 0 1px;
}
.home-accessories__item .home-card{
      height: 100%;
    }
.home-card {
  width: 100%;
  position: relative;
  z-index: 1;
}
.home-card.gm-big {
    background-color: #ffffff;
}
.home-card.gm-card {
    background-color: #ffffff;
    padding: 20px 10px;
}
.home-card.gm-card .home-card__badges {
      top: 10px;
      left: 10px;
}
.home-card__image {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
    display: block;
    height: 103px;
}
.home-card__image 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%;
}

.banner-wrap + .banner-card .home-card__image {
    background: #F4F4F4;
}

.banner-wrap + .banner-card .home-card__image img {
      mix-blend-mode: multiply;
}

.home-card__badges {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.home-card__badges-normal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 60px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
    }
.home-card__badges-normal:not(:last-child) {
    margin-bottom: 10px;
}
.home-card__badges-normal .g-badge:not(:last-child) {
        margin-bottom: 2px;
}
.home-card__badges-special {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
.home-card__badges-special div:not(:last-child) {
        margin-bottom: 10px;
      }
.home-card__top {
    z-index: 2;
    position: relative;
    text-align: center;
}
.home-card__name {
    margin-bottom: 6px;
}
.home-card__prices {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.home-card__prices:not(:last-child) {
    margin-bottom: 11px;
}
.home-card__prices.gm-tv:not(:last-child) {
    margin-bottom: 5px;
}
.home-card__cost:not(:last-child) {
    margin-right: 10px;
}
.home-card__diagonal {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
    margin-bottom: 5px;
}
.home-card__diagonal.gm-diagonal-m {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px;
}
.home-card__diagonal.gm-diagonal-m span {
        display: none;
}
.home-card__size {
    color: inherit;
    margin: 0 5px;
    position: relative;
}
.home-card__size.home-card__size.gm-active:after {
      position: absolute;
      content: '';
      bottom: -3px;
      left: 30%;
      background-color: #999999;
      width: 3px;
      height: 3px;
      border-radius: 50%;
    }
.home-card__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 135px;
    max-height: 28px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.home-card__color {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0 2px;
    position: relative;
}
.home-card__color.home-card__color.gm-active:after {
      position: absolute;
      content: '';
      bottom: -5px;
      left: 50%;
      background-color: #999999;
      width: 3px;
      height: 3px;
      border-radius: 100%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }
.home-card .g-list {
    margin-bottom: 8px;
}
.home-card__bottom {
    top: 100%;
    background-color: #ffffff;
    z-index: 2;
    display: none;
}
.home-card__compare {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.home-card__compare .svg {
      font-size: 10px;
      fill: rgba(0, 0, 0, 0.4);
      margin-right: 5px;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
    }
.home-card__compare:hover, .home-card__compare.gm-active {
    color: #0077c8;
}
.home-card__compare:hover .svg, .home-card__compare.gm-active .svg {
        fill: #0077c8;
}
.home-card__list {
    margin-bottom: 8px;
}
.home-card__list li {
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      line-height: 20px;
      position: relative;
      padding-left: 15px
    }
.home-card__list li:not(:last-child) {
    margin-bottom: 5px;
}
.home-card__list li:after {
    position: absolute;
    left: 0;
    top: 7px;
    content: " ";
    width: 5px;
    height: 5px;
    background-color: #0077c8;
    border-radius: 100%;
}
@-webkit-keyframes card-top {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes card-top {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.home-new-items {
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home-new-items .sliderButtons__button {
      top: 85px;
}
.home-new-items__title {
    text-align: center;
    margin-bottom: 34px;
}
.home-new-items__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-info.gm-big .home-info__title {
      margin-bottom: 25px;
}
.home-info__title {
    margin-bottom: 34px;
    text-align: center;
}
.home-info__main {
    position: relative;
}
.home-info__button {
    position: absolute;
    z-index: 2;
}
.home-info__button.gm-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-info__button.gm-45 {
    top: 45%;
}
.home-info__button.gm-prev {
    left: -10px;
}
.home-info__button.gm-next {
    right: -10px;
}
.home-info__slider {
    margin: 0 -15px;
}
.home-info__slide {
    padding: 0 15px;
}
.home-info__image {
    display: block;
}
.home-info__image img {
      display: block;
      width: 100%;
    }
.home-info__image.gm-mb24 {
    margin-bottom: 24px;
}
.home-images__block {
    display: block;
    width: 100%;
}
.home-images__image {
    width: 100%;
    display: block;
}
.home-logos {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-logos__item {
    background-color: #F7F7F7;
    height: 94px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
.home-logos__image {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.home-news__title {
    margin-bottom: 28px;
    text-align: center;
}
.home-news__title-s {
    margin-bottom: 10px;
    max-width: 337px;
    width: 100%;
}
.home-news__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-news__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0 10px;
}
.home-blocks__icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}
.home-blocks__image {
    max-width: 100%;
    max-height: 100%;
}
.home-blocks__title {
    margin-bottom: 10px;
}
.home .slick-track{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.home .slick-slide{
    float: none;
    height: auto;
  }
.home__hero {
    margin-bottom: 20px;
  }
.home__search {
    position: relative;
    margin-bottom: 20px;
}
.home__search-button {
      position: absolute;
      right: 0;
      top: 0;
      width: 60px;
      height: 40px;
}
.home__search-button .svg {
        font-size: 19px;
        fill: #000000;
      }
.home__search-input {
      background-color: #F7F7F7;
      border: 0;
      -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
      font-size: 16px;
      padding: 10px 60px 10px 20px;
}
.home__categories {
    margin-bottom: 17px;
}
.home__image-link {
    margin-bottom: 30px;
    display: block;
}
.home__image-link img {
      display: block;
      width: 100%;
}
.home__info {
    padding-top: 35px;
    margin-bottom: 35px;
}
.home__selections {
    padding: 25px 0 30px;
}
.home__tags {
    margin-bottom: 25px;
}
.home__recommend {
    margin-bottom: 54px;
}
.home__new-items {
    padding-top: 32px;
}
.home__new-items__title {
      margin-bottom: 34px;
      text-align: center;
}
.home__news {
    margin-bottom: 35px;
}
.home__logos {
    margin-bottom: 49px;
}
.home__blocks {
    margin-bottom: 35px;
}
.home__images {
    margin-bottom: 20px;
}
.home__images.gm-two {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .home-hero__image {
        height: 266px;
    }
    .home-hit {
        padding: 34px 0 38px;
    }
    .home-hit__title {
        margin-bottom: 32px;
    }
    .home-recommend__title {
        margin-bottom: 32px;
    }
    .home-tags {
        padding: 30px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .home-tags__title {
        margin-right: 30px;
        white-space: nowrap;
    }
    .home-sale {
        padding: 33px 0 41px;
    }
    .home-sale__title {
        margin-bottom: 32px;
    }
    .home-accessories__title {
        margin-bottom: 15px;
    }
    .home-accessories__text {
        margin-bottom: 25px;
    }
    .home-accessories__image {
        height: 280px;
    }
    .home-card.gm-mini .home-card__image {
        height: 120px;
    }
    .home-card.gm-card {
        padding: 30px 14px;
    }
    .home-card.gm-card .home-card__badges {
        top: 20px;
        left: 20px;
    }
    .home-card__image {
        height: 170px;
    }
    .home-card__name .g-text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .home-card__diagonal.gm-diagonal-m {
        display: none;
    }
    .home-card__bottom {
        padding: 0px 0px 20px;
        display: none;
        -webkit-box-shadow: 0px 12px 20px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0px 12px 20px 0 rgba(0, 0, 0, 0.15);
        position: absolute;
        left: -35px;
        right: -35px;
        top: 100%;
        padding: 13px 35px 35px;
    }
    .home-card__bottom:after {
        position: absolute;
        content: " ";
        height: 1px;
        top: 0;
        left: 35px;
        right: 35px;
        background-color: #EAEAEA;
        z-index: 4;
    }
    .home-card__bottom:before {
        position: absolute;
        content: " ";
        height: 20px;
        top: -10px;
        left: 0;
        right: 0;
        background-color: #ffffff;
        z-index: 4;
    }
    .home-new-items {
        padding-bottom: 60px;
    }
    .home-new-items__title {
        margin-bottom: 52px;
    }
    .home-info:not(.gm-big) {
        padding-bottom: 46px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .home-info.gm-big .home-info__title {
        margin-bottom: 25px;
    }
    .home-info__title {
        margin-bottom: 45px;
    }
    .home-logos__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16.66666667%;
        flex: 0 1 16.66666667%;
        height: 57px;
    }
    .home-logos__item:not(:last-child) {
        border-right: 1px solid #ffffff;
    }
    .home-news__title {
        margin-bottom: 46px;
    }
    .home-news__items {
        margin: 0 -15px;
    }
    .home-news__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333333%;
        flex: 0 1 33.33333333%;
    }
    .home__hero {
        margin-bottom: 30px;
    }
    .home__search {
        display: none;
    }
    .home__categories {
        margin-bottom: 30px;
    }
    .home__image-link {
        margin-bottom: 60px;
    }
    .home__info {
        margin-bottom: 60px;
        padding-top: 54px;
    }
    .home__selections {
        padding: 50px 0 60px;
    }
    .home__tags {
        margin-bottom: 34px;
    }
    .home__new-items {
        padding-top: 54px;
    }
    .home__new-items__title {
        margin-bottom: 52px;
    }
    .home__news {
        margin-bottom: 75px;
    }
    .home__logos {
        margin-bottom: 60px;
    }
    .home__blocks {
        margin-bottom: 55px;
    }
    .home__images {
        margin-bottom: 40px;
    }
    .home__images.gm-two {
        margin-bottom: 47px;
    }
}
@media (min-width: 980px) {
    .home-categories {
        background-color: #F7F7F7;
        border-radius: 5px;
    }
    .home-categories__items {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .home-categories__item:not(:first-child):after {
        position: absolute;
        content: " ";
        left: 0;
        top: 20px;
        bottom: 20px;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.05);
    }
    .home-categories__item:hover .home-categories__image {
          opacity: 0.7;
    }
    .home-categories__item:hover .home-categories__text {
          color: #0077C8;
    }
    .home-categories__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0;
    }
    .home-categories__image-block {
        margin-right: 20px;
    }
    .home-categories__text {
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
    }
    .home-hero__image {
        height: 340px;
    }
    .home-hit {
        padding: 34px 0 38px;
    }
    .home-accessories {
        background-color: rgba(234, 234, 234, 0.5);
    }
    .home-accessories {
        padding: 40px 0;
    }
    .home-accessories__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .home-accessories__block {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding: 40px 45px;
        width: 310px;
        height: 250px;
        margin-left: -30px;
    }
    .home-accessories__block:after {
        top: -30px;
        border-width: 0 0 30px 30px;
        border-color: transparent transparent #1A1A1A transparent;
    }
    .home-accessories__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .home-accessories__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
    .home-card.gm-accessories .home-card__first {
        padding: 0 10px;
    }
    .home-info__slide {
        padding: 8px 15px;
    }
    .home-info__image {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .home-info__image:hover {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }
    .home-logos__item {
        height: 75px;
    }
    .home-blocks .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .home__recommend {
        margin-bottom: 50px;
    }
    .home__images.gm-two {
        margin-bottom: 60px;
    }
    .home__images.gm-three {
        margin-bottom: 55px;
    }
}
@media (min-width: 1280px) {
    .home-hero {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .home-hero__image, .home-hero__video {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        /*height: auto;*/
        background-position: center;
        overflow: hidden;
    }
    .home-hero__card {
        padding: 42px 15px 38px;
        width: 244px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        background-color: #F4F4F4;
        cursor: pointer;
    }
    .home-hit__items {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 478px;
    }
    .home-hit__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333333%;
        flex: 0 1 33.33333333%;
    }
    .home-hit__item:not(.gm-big) {
        min-height: 299px;
    }
    .home-hit__item.gm-big {
        width: 478px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: auto;
    }
    .home-hit__item .home-card {
        padding-bottom: 0;
    }
    .home-accessories__block {
        width: 410px;
    }
    .home-accessories__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
    }
    .home-card.gm-hover:after {
        -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
        background-color: #ffffff;
        position: absolute;
        content: '';
        top: -35px;
        left: -35px;
        right: -35px;
        bottom: 0;
        z-index: 1;
        display: none;
    }
    .home-card.gm-hover .home-card__top {
        padding-bottom: 15px;
    }
    .home-card.gm-hover:hover {
        z-index: 2;
    }
    .home-card.gm-hover:hover:after {
        display: block;
    }
    .home-card.gm-hover:hover .home-card__bottom {
          display: block;
    }
    .home-card.gm-hover:hover .home-card__list, .home-card.gm-hover:hover .home-card__actions {
          -webkit-animation: card-top 0.6s;
          animation: card-top 0.6s;
    }
    .home-card.gm-big {
        height: 100%;
    }
    .home-card.gm-big .home-card__image {
        height: 364px;
        margin-bottom: 30px;
    }
    .home-card.gm-big .home-card__name .g-text {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 21px;
        line-height: 31px;
        margin-bottom: 7px;
    }
    .home-card__name.gm-big .g-text {
          font-family: 'Open Sans', sans-serif;
          font-weight: 700;
          font-size: 21px;
          line-height: 31px;
    }
    .home-new-items .sliderButtons {
        display: none;
    }
    .home-new-items__slider {
        position: relative;
        padding-right: 41.66666667%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .home-new-items__slide {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333333%;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .home-new-items__slide.gm-big {
        position: absolute;
        right: 0;
        width: 41.66666667%;
        top: 0;
        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;
    }
    .home-logos__item {
        height: 100px;
    }
}
@media (min-width: 1600px) {
    .home-hero__card {
        width: 215px;
    }
    .home-hit__items {
        padding-left: 460px;
    }
    .home-hit__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
    .home-hit__item.gm-big {
        width: 460px;
    }
    .home-accessories__block {
        width: 490px;
    }
    .home-accessories__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16.6666666667$;
        flex: 0 1 16.6666666667$;
        display: none;
    }
    .home-accessories__item:nth-child(-n+6) {
        display: block;
    }
    .home-new-items__slider {
        padding-right: 33.33333333%;
    }
    .home-new-items__slide {
        width: 25%;
    }
    .home-new-items__slide.gm-big {
        width: 33.33333333%;
    }
    .home-logos__item {
        height: 120px;
    }
    .home-news__items {
        margin: 0 -30px;
    }
    .home-news__item {
        padding: 0 30px;
    }
}
@media (min-width: 768px) and (max-width: 979px) and (min-width: 768px) {
    .home-card.gm-accessories .home-card__badges {
        top: 20px;
        left: 20px;
    }
}
@media (min-width: 1280px) and (max-width: 1599px) {
    .home-categories__item {
        display: none;
    }
    .home-categories__item:nth-child(-n+5) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .home-accessories__item {
        display: none;
    }
    .home-accessories__item:nth-child(-n+5) {
        display: block;
    }
    .home-new-items__slide:nth-last-child(-n+2) {
        display: none;
    }
}
@media (min-width: 980px) and (max-width: 1279px) {
    .home-categories__item {
        display: none;
    }
    .home-categories__item:nth-child(-n+4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .home-hit .sliderButtons {
        display: block;
    }
    .home-accessories__item {
        display: none;
    }
    .home-accessories__item:nth-child(-n+4) {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 1279px) {
    .home-new-items__content {
        position: relative;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .home-recommend__button.gm-prev {
        left: -12px;
    }
    .home-recommend__button.gm-next {
        right: -12px;
    }
    .home-card.gm-accessories {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 148px;
    }
    .home-card.gm-accessories .home-card__badges {
        top: 10px;
        left: 10px;
    }
    .home-images {
        margin: 0 -40px 0px -40px;
        padding: 0 20px;
        overflow: hidden;
    }
    .home-images .gm-swipe {
        position: relative;
        bottom: -10px;
        margin-top: -10px;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .home-images .row.gm-swipe {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 -20px;
    }
    .home-images .col {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 410px;
    }
    .home-images .col:first-child {
        padding-left: 40px;
        width: 430px;
    }
    .home-images .col:last-child {
        padding-right: 40px;
        width: 430px;
    }
    .home-blocks .col:not(:nth-last-child(-n+2)) {
        margin-bottom: 35px;
    }
}
@media (max-width: 1599px) {
    .home-hit__item.gm-image {
        display: none;
    }
}
@media (max-width: 1279px) {
    .home-hero {
        margin: 0 -40px;
    }
    .home-hero__card {
        display: none;
    }
    .home-hit {
        overflow-x: hidden;
        overflow-y: auto;
    }
}
@media (max-width: 979px) {
    .home-categories {
        margin: 0 -40px;
        overflow: hidden;
    }
    .home-categories .gm-swipe {
        position: relative;
        bottom: -10px;
        margin-top: -10px;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .home-categories__item:first-child {
        padding-left: 40px;
    }
    .home-categories__item:last-child {
        padding-right: 40px;
    }
    .home-categories__item:not(:last-child) {
        margin-right: 14px;
    }
    .home-categories__image-block {
        background-color: #F7F7F7;
        border-radius: 100%;
        width: 75px;
        height: 75px;
        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 auto 11px;
    }
    .home-categories__image {
        max-height: 40px;
    }
    .home-categories__text {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 85px;
    }
    .home-hit__content {
        overflow: hidden;
    }
    .home-hit__content .gm-swipe {
        position: relative;
        bottom: -10px;
        margin-top: -10px;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .home-hit__content {
        margin: 0 -40px;
    }
    .home-hit__item:first-child {
        padding-left: 40px;
    }
    .home-hit__item:nth-last-child(-n+2) {
        padding-right: 40px;
    }
    .home-sale__item:first-child {
        padding-left: 40px;
    }
    .home-sale__item:last-child {
        padding-right: 40px;
    }
    .home-sale__content {
        margin: 0 -40px;
        overflow: hidden;
    }
    .home-sale__content .gm-swipe {
        position: relative;
        bottom: -10px;
        margin-top: -10px;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .home-sale__buttons {
        display: none;
    }
    .home-accessories {
        background-color: #474747;
        overflow: hidden;
    }
    .home-accessories__header {
        margin: 0 -40px;
    }
    .home-accessories__block {
        padding: 25px 20px 30px;
    }
    .home-accessories__block:after {
        top: -40px;
        border-width: 40px 0 0 40px;
        border-color: transparent transparent transparent #1A1A1A;
    }
    .home-accessories__content {
        overflow: hidden;
    }
    .home-accessories__content .gm-swipe {
        position: relative;
        bottom: -10px;
        margin-top: -10px;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .home-accessories__content {
        margin: 0 -40px;
        padding: 0 10px;
    }
    .home-accessories__items {
        margin: 0 -40px;
    }
    .home-accessories__item:first-child {
        padding-left: 40px;
    }
    .home-accessories__item:last-child {
        padding-right: 40px;
    }
    .home-card {
        min-width: 228px;
    }
    .home-card.gm-accessories .home-card__name {
        display: none;
    }
    .home__image-link {
        margin: 0 -40px 60px;
    }
}
@media (max-width: 767px) {
    .home-categories {
        margin: 0 -20px;
    }
    .home-categories__item:first-child {
        padding-left: 20px;
    }
    .home-categories__item:last-child {
        padding-right: 20px;
    }
    .home-hero {
        margin: 0 -20px;
    }
    .home-hero__image {
        padding-bottom: 55%;
    }
    .home-hero__video {
        padding-bottom: 0;
    }
    .home-hit__content {
        margin: 0 -20px;
    }
    .home-hit__item:first-child {
        padding-left: 20px;
    }
    .home-hit__item:nth-last-child(-n+2) {
        padding-right: 20px;
    }
    .home-recommend {
        overflow: hidden;
        margin: 0 -20px;
        padding: 0 20px;
    }
    .home-recommend__content {
        margin: 0 -20px;
        overflow: hidden;
    }
    .home-recommend__content .gm-swipe {
        position: relative;
        bottom: -10px;
        margin-top: -10px;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .home-recommend__card {
        padding: 0 10px;
    }
    .home-recommend__card:first-child {
        padding-left: 20px;
    }
    .home-recommend__card:last-child {
        padding-right: 20px;
    }
    .home-recommend__buttons {
        display: none;
    }
    .home-tags {
        padding: 19px 20px 30px;
        margin: 0 -20px;
    }
    .home-tags__title {
        margin-bottom: 3px;
    }
    .home-sale__item:first-child {
        padding-left: 20px;
    }
    .home-sale__item:last-child {
        padding-right: 20px;
    }
    .home-sale__content {
        margin: 0 -20px;
    }
    .home-accessories__header {
        margin: 0 -20px;
    }
    .home-accessories__image {
        padding-bottom: 61%;
    }
    .home-accessories__content {
        margin: 0 -20px;
    }
    .home-accessories__items {
        margin: 0 -20px;
    }
    .home-accessories__item:first-child {
        padding-left: 20px;
    }
    .home-accessories__item:last-child {
        padding-right: 20px;
    }
    .home-card {
        width: 148px;
    }
    .home-card__image {
        margin-bottom: 13px;
    }
    .home-card__diagonal.gm-diagonal-t {
        display: none;
    }
    .home-new-items {
        overflow: hidden;
        margin: 0 -20px;
        padding: 0 20px 34px;
    }
    .home-new-items .sliderButtons {
        display: none;
    }
    .home-new-items__content {
        overflow: hidden;
    }
    .home-new-items__content .gm-swipe {
        position: relative;
        bottom: -10px;
        margin-top: -10px;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .home-new-items__content {
        margin: 0 -20px;
    }
    .home-new-items__slide {
        padding: 0 10px;
    }
    .home-new-items__slide:first-child {
        padding: 0 10px 0 20px;
    }
    .home-new-items__slide:last-child {
        padding: 0 20px 0 10px;
    }
    .home-info__main {
        margin: 0 -20px;
        overflow: hidden;
    }
    .home-info__main .gm-swipe {
        position: relative;
        bottom: -10px;
        margin-top: -10px;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .home-info__buttons {
        display: none;
    }
    .home-info__slider {
        margin: 0;
    }
    .home-info__slide {
        display: block;
        width: 240px;
        padding: 0 10px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .home-info__slide:first-child {
        width: 250px;
        padding: 0 10px 0 20px;
    }
    .home-info__slide:last-child {
        padding: 0 20px 0 10px;
        width: 250px;
    }
    .home-images .row.gm-swipe {
        margin: 0 -20px;
    }
    .home-images .col {
        padding: 0;
    }
    .home-images .col:not(:last-child) {
        margin-bottom: 20px;
    }
    .home-logos__item:not(:nth-last-child(-n+2)) {
        border-bottom: 1px solid #ffffff;
    }
    .home-logos__item:not(:nth-of-type(2n)) {
        border-right: 1px solid #ffffff;
    }
    .home-news {
        margin: 0 -20px;
        overflow: hidden;
    }
    .home-news .gm-swipe {
        position: relative;
        bottom: -10px;
        margin-top: -10px;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .home-news__item {
        width: 240px;
    }
    .home-news__item:first-child {
        padding-left: 20px;
    }
    .home-news__item:last-child {
        padding-right: 20px;
    }
    .home-blocks .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 -20px;
        overflow-x: auto;
        -webkit-overflow-scrolling:touch;
    }
    .home-blocks .col {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 240px;
    }
    .home-blocks .col:first-child {
        padding-left: 20px;
    }
    .home-blocks .col:last-child {
        padding-right: 20px;
    }
    .home__image-link {
        margin: 0 -20px 30px;
    }
}

/* End */


/* Start:/local/templates/galaxystore/css/catalog/catalog.css?1564571316321*/
.catalog__title {
    margin-bottom: 21px;
  }
.catalog__main {
    margin-bottom: 35px;
}
@media (min-width: 768px) {
    .catalog__title {
        margin-bottom: 28px;
    }
    .catalog__main {
        margin-bottom: 60px;
    }
}
@media (min-width: 980px) {
    .catalog__title {
        margin-bottom: 32px;
    }
}

/* End */


/* Start:/local/templates/galaxystore/css/account/account.css?159730184423987*/
.account-popup-remove {
  padding: 47px 20px 67px;
  text-align: center;
}
.account-popup-remove__title {
    margin-bottom: 19px;
}
.account-popup-remove__buttons {
    max-width: 215px;
    width: 100%;
    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: 25px auto 0;
}
.account-popup-remove__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 93px;
    flex: 0 0 93px;
}
.account-popup {
  height: 100%;
}
.account-popup__button .g-button {
      width: 100%;
}
.account-popup__info, .account-popup__view {
    display: none;
}
.account-popup__info.gm-active, .account-popup__view.gm-active {
  display: block;
}
.account-popup__title {
    margin-bottom: 27px;
}
.account-popup__text {
    margin-bottom: 35px;
}
.account-popup__mini-title {
    margin-bottom: 20px;
}
.account-favorites__title {
    margin-bottom: 26px;
  }
.account-favorites__text {
    margin-bottom: 35px;
  }
.account-favorites__button .g-button {
      width: 212px;
    }
.account-messages__title {
    margin-bottom: 24px;
}
.account-messages__button-tgl {
    margin-bottom: 30px;
}
.account-messages__item {
    padding: 23px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.account-messages__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.account-messages__date {
    margin-bottom: 10px;
}
.account-messages__text {
    margin-bottom: 10px;
}
.account-messages__button {
    margin-bottom: 33px;
}
.account-messages__text-empty {
    width: 100%;
    max-width: 252px;
    margin-bottom: 35px;
}
.account-messages__message:not(:last-child) {
  margin-bottom: 23px;
}
.account-messages__message:not(.gm-answer) {
  padding-right: 40px;
}
.account-messages__message-date {
      margin-bottom: 10px;
      font-size: 12px;
}
.account-messages__message-date span {
        white-space: nowrap
      }
.account-messages__message-date span:first-child {
  margin-right: 10px;
}
.account-messages__message-text {
      border-radius: 5px;
      background-color: #EDF5FB;
      padding: 9px 15px 15px;
}
.account-messages__message-image img {
        max-width: 100%;
        display: block;
        margin-bottom: 8px;
      }
.account-messages__message.gm-answer {
  padding-left: 40px;
}
.account-messages__message.gm-answer .account-messages__message-date {
        padding-left: 21px;
        position: relative;
}
.account-messages__message.gm-answer .account-messages__message-date:after {
  position: absolute;
  top: 5px;
  left: 0;
  content: " ";
  width: 10px;
  height: 10px;
  background-color: #1428A0;
  border-radius: 100%;
}
.account-messages__message.gm-answer .account-messages__message-text {
        background-color: #F7F7F7;
}
.account-messages__radios {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.account-profile__title {
    margin-bottom: 40px;
  }
.account-profile__items {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.account-profile__item {
    display: table-row;
    width: 100%;
}
.account-profile__text {
    display: table-cell;
    height: 40px;
    line-height: 40px;
}
.account-profile__text span {
      word-wrap: break-word;
      width: 100%;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
    }
.account-profile__content {
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 40px;
}
.account-profile__button .g-button {
      display: inline-block;
      width: auto;
      padding: 0 30px;
}
.account-profile .g-radio {
    margin-right: 0px;
}
.account-profile .g-radio:not(:last-child) {
  margin-right: 30px;
}
.account-address__title-l {
    margin-bottom: 28px;
  }
.account-address__inputs {
    padding-bottom: 35px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 40px;
}
.account-address__inputs .g-form {
      width: 100%;
      max-width: 385px;
}
.account-address__items {
    margin-bottom: 51px;
}
.account-address__item {
    padding: 25px 0;
}
.account-address__item:first-child {
    padding-top: 0;
}
.account-address__item:last-child {
    padding-bottom: 0;
}
.account-address__item:not(:last-child) {
  border-bottom: 1px solid #EAEAEA;
}
.account-address__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.account-address__actives {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.account-address__active {
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    white-space: nowrap;
}
.account-address__active:not(:last-child) {
  margin-right: 20px;
}
.account-address__active.gm-active {
  position: relative;
  padding-left: 18px;
  color: #000000;
}
.account-address__active.gm-active:after {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  background-image: url('../img/check-spec.svg');
  width: 9px;
  height: 8px;
}
.account-address .g-radio {
    margin-right: 0px;
}
.account-address .g-radio:not(:last-child) {
  margin-right: 30px;
}
.account-bonus__title {
    margin-bottom: 8px;
  }
.account-bonus__card-num {
    margin-bottom: 35px;
}
.account-bonus__card-num.gm-empty {
  margin-bottom: 15px;
}
.account-bonus__list {
    margin-bottom: 33px;
}
.account-bonus__item {
    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;
    height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.account-bonus__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.account-bonus__link:not(:last-child) {
  margin-bottom: 10px;
}
.account-bonus__description.gm-empty {
  margin-bottom: 18px;
}
.account-bonus__title-s {
    margin-bottom: 10px;
}
.account-bonus__text {
    margin-bottom: 25px;
}
.account-bonus__buttons {
    margin-bottom: 53px;
}
.account-bonus__button .g-button {
      display: inline-block;
      width: auto;
      padding: 0 30px;
}
.account-bonus__form {
    margin-bottom: 23px;
}
.account-bonus__info.g-text {
    padding-bottom: 33px;
    color: #000000;
    padding-left: 30px;
    background-image: url('../img/done.svg');
    background-repeat: no-repeat;
    background-position: left top;
}
.account-tab__inner {
    padding: 34px 0 30px;
  }
.account-tab__block {
    background-color: #F7F7F7;
    padding: 20px;
  }
.account-tab__block.account-tab__block_delivery {
    padding: 0px 0px 54px 40px;
}
.account-tab__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 123px;
    flex: 0 0 123px;
    padding-right: 30px;
}
.account-tab__image img {
      display: block;
      max-width: 100%;
      mix-blend-mode: multiply;
    }
.account-tab__code {
    margin-top: 5px;
}
.account-tab__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.account-tab__num {
    margin-right: 13px;
}
.account-orders__title {
    margin-bottom: 30px;
}
.account-orders__text {
    margin-bottom: 35px;
}
.account-orders__button .g-button {
      width: 212px;
    }
.account-orders__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.account-orders .gm-num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}
.account-orders .gm-date {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.account-orders .gm-sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}
.account-nav__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
}
.account-nav__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.account-nav .svg-arrow-right-bold {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.account-nav__link {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7.5px 0;
}
.account-nav__icon {
    height: 40px;
    width: 40px;
    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-left: -10px;
}
.account-nav__svg.gm-xs {
  display: block;
}
.account-nav__svg.gm-s {
  display: none;
}
.account-nav__title:not(.g-title-l) {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.account-nav__empty {
    display: none;
}
.account-nav__bonus {
    margin-left: 18px;
    line-height: 1;
}
.account-nav__orders {
    height: 215px;
    overflow-y: auto;
    margin-bottom: 25px;
}
.account-nav__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.account {
  padding-bottom: 35px;
}
.account__content {
    padding-top: 15px;
}
.account__title {
    margin-bottom: 35px;
}
.account__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.account__user-name {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    margin-right: 29px;
}
.account__auth {
    padding: 13px 20px 20px 20px;
    background-color: rgba(230, 230, 230, 0.4);
    margin-bottom: 15px;
}
.account__auth .g-button {
      width: 120px;
}
.account__auth-text {
    margin-bottom: 15px;
}
@media (min-width: 718px) {
  .account-popup__content {
    padding: 24px 0;
  }
  .account-popup__content.gm-center-s {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
  }
  .account-popup__title {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .account-popup__content.gm-add {
    width: 309px;
  }
  .account-popup__content.gm-lost {
    width: 327px;
  }
  .account-popup__content.gm-remove {
    width: 380px;
  }
  .account-popup__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
  .account-popup__button {
    padding: 0 10px;
  }
  .account-popup__button .g-button {
        width: 240px;
  }
  .account-messages .gm-s-hidden {
    display: none;
  }
  .account-messages__button-tgl {
    display: none;
  }
  .account-messages__button .g-button {
    width: 216px;
  }
  .account-messages__button-empty {
    width: 240px;
  }
  .account-profile__title {
    margin-bottom: 35px;
  }
  .account-address__title-l {
    margin-bottom: 46px;
  }
  .account-address__inputs {
    padding-bottom: 55px;
  }
  .account-address__button .g-button {
    display: inline-block;
    width: auto;
    padding: 0 30px;
  }
  .account-address__items {
    margin-bottom: 69px;
  }
  .account-address__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .account-address__type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 140px;
    flex: 0 1 140px;
  }
  .account-address__address {
    padding-right: 30px;
  }
  .account-bonus__title {
    margin-bottom: 18px;
  }
  .account-bonus__list {
    padding-right: 40px;
  }
  .account-bonus__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 492px;
    width: 100%;
    margin: 0 -15px 23px;
  }
  .account-bonus__form-item {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .account-tab__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 41px 0 54px 40px;
  }
  .account-tab__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
    margin-right: auto;
  }
  .account-tab__prices {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
  }
  .account-tab__num {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .account-tab__sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 114px;
    flex: 0 0 114px;
  }
  .account-orders .gm-num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 122px;
    flex: 0 0 122px;
  }
  .account-orders .gm-date {
    margin-right: auto;
  }
  .account-orders .gm-status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 123px;
    flex: 0 0 123px;
  }
  .account-orders .gm-ball {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 123px;
    flex: 0 0 123px;
  }
  .account-orders .gm-sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 114px;
    flex: 0 0 114px;
  }
  .account-nav.gm-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: calc(50% + 25px / 2);
    position: relative;
    margin: 0 -15px;
  }
  .account-nav.gm-main .svg-arrow-right-bold {
    display: none;
  }
  .account-nav.gm-main .account-nav__item {
    border: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .account-nav.gm-main .account-nav__item:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
  }
  .account-nav.gm-main .account-nav__item:first-child .account-nav__link {
            height: 100%;
  }
  .account-nav.gm-main .account-nav__link {
    background-color: #F7F7F7;
    height: 220px;
    padding: 35px 40px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: block;
  }
  .account-nav.gm-main .account-nav__link:hover {
    background-color: #EAEAEA;
  }
  .account-nav.gm-main .account-nav__icon {
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 35px;
    right: 35px;
  }
  .account-nav.gm-main .account-nav__icon img {
    width: auto;
  }
  .account-nav.gm-main .account-nav__svg.gm-xs {
    display: none;
  }
  .account-nav.gm-main .account-nav__svg.gm-s {
    display: block;
  }
  .account-nav.gm-main .account-nav__empty {
    display: block;
    padding: 26px 0 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .account-nav.gm-main .account-nav__bonus {
    margin-top: 6px;
    margin-left: 0;
  }
  .account {
    padding-bottom: 80px;
  }
  .account__content {
    position: relative;
    padding-top: 19px;
  }
  .account__title {
    margin-bottom: 33px;
  }
  .account__title.gm-mb {
    margin-bottom: 52px;
  }
  .account__user {
    position: absolute;
    top: 28px;
    right: 0;
  }
  .account__auth {
    padding: 24px 30px 30px 30px;
  }
  .account__auth-text {
    margin-bottom: 25px;
  }
}
@media (min-width: 980px) {
  .account-tab__prices {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 287px;
    flex: 0 0 287px;
  }
  .account-tab__sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 103px;
    flex: 0 0 103px;
  }
  .account-orders .gm-status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 122px;
    flex: 0 0 122px;
  }
  .account-orders .gm-ball {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
  }
  .account-orders .gm-sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 103px;
    flex: 0 0 103px;
  }
  .account-nav.gm-main {
    padding-left: calc(33.333333333333% + 15px / 2);
  }
  .account-nav.gm-main .account-nav__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .account-nav.gm-main .account-nav__item:first-child {
    width: 33.33333333%;
  }
  .account-nav.gm-main .account-nav__bonus {
    margin-top: 10px;
  }
  .account__title {
    margin-bottom: 30px;
  }
  .account__nav.gm-page {
    max-width: 250px;
    width: 100%;
  }
    .account__favorites {
        margin-top: -50px;
    }
}
@media (min-width: 1280px) {
  .account-profile__block:not(:last-child) {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .account-profile__content {
    padding-bottom: 55px;
  }
  .account-address__content {
    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;
  }
  .account-tab__prices {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
  }
  .account-tab__sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
  }
  .account-orders .gm-status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 116px;
    flex: 0 0 116px;
  }
  .account-orders .gm-ball {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 124px;
    flex: 0 0 124px;
  }
  .account-orders .gm-sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
  }
}
@media (min-width: 1600px) {
  .account-profile__block.gm-block-left {
    max-width: 365px;
  }
  .account-bonus__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .account-bonus__button:first-child {
    margin-right: 20px;
  }
  .account-tab__prices {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
  }
  .account-tab__sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
  }
  .account-orders {
    margin-top: -16px;
  }
  .account-orders .gm-status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 122px;
    flex: 0 0 122px;
  }
  .account-orders .gm-sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
  }
  .account-nav.gm-main {
    padding-left: calc(25% + 15px / 2);
  }
  .account-nav.gm-main .account-nav__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333333%;
    flex: 0 1 33.33333333%;
  }
  .account-nav.gm-main .account-nav__item:first-child {
    width: 25%;
  }
  .account-nav.gm-main .account-nav__icon {
    margin-right: 0px;
  }
  .account-nav__link {
    padding: 8px 0;
  }
  .account-nav__icon {
    margin-right: 8px;
  }
  .account__nav.gm-page {
    max-width: 280px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .account-messages {
    padding-top: 13px;
  }
  .account-messages__radios .gm-mt {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .account-profile__block {
    width: 100%;
    max-width: 380px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .account-nav.gm-main {
    padding-bottom: 240px;
  }
  .account-nav.gm-main .account-nav__item:first-child {
    height: 720px;
    width: calc(50% + 4px / 2);
  }
  .account-nav.gm-main .account-nav__item:nth-child(5) {
    position: absolute;
    left: 0;
    top: 750px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
  .account-nav.gm-main .account-nav__item:nth-child(7) {
    position: absolute;
    left: 0;
    top: 1000px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
}
@media (max-width: 1599px) {
  .account-bonus__button:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 1279px) {
  .account-profile__block {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #EAEAEA;
  }
  .account-profile__block.gm-last {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .account-address__address {
    margin-bottom: 10px;
  }
  .account-tab__image {
    display: none;
  }
}
@media (max-width: 979px) {
  .account__nav.gm-page {
    display: none;
  }
  .account__auth {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .account-popup__button:first-child {
    margin-bottom: 20px;
  }
  .account-favorites__button {
    margin-bottom: 53px;
  }
  .account-messages .gm-xs-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .account-messages .gm-xs-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .account-messages .gm-xs-hidden {
    display: none;
  }
  .account-messages__messages, .account-messages__new-message {
    margin-bottom: 23px;
    padding-bottom: 35px;
    position: relative;
  }
  .account-messages__messages:after, .account-messages__new-message:after {
    position: absolute;
    content: " ";
    bottom: 0;
    left: -20px;
    right: -20px;
    height: 10px;
    background-color: #F7F7F7;
  }
  .account-messages__button-empty {
    margin-bottom: 35px;
  }
  .account-profile__button {
    margin-bottom: 35px;
  }
  .account-address__button {
    margin-bottom: 33px;
  }
  .account-address__type {
    margin-bottom: 10px;
  }
  .account-address .g-form__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .account-address .g-form__item.gm-label.gm-middle {
    width: 120px;
  }
  .account-bonus__links {
    margin-bottom: 29px;
  }
  .account-bonus__link.gm-empty {
    margin-bottom: 19px;
  }
  .account-bonus__description {
    margin-bottom: 29px;
  }
  .account-bonus__form-item {
    width: 100%;
  }
  .account-bonus__form-item:first-child {
    margin-bottom: 30px;
  }
  .account-tab__name {
    margin-bottom: 9px;
  }
  .account-orders__button {
    margin-bottom: 33px;
  }
  .account-orders__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .account-orders .gm-status {
    display: none;
  }
  .account-orders .gm-ball {
    display: none;
  }
  .account-orders .gm-sum {
    text-align: right;
  }
  .account-orders__tab {
    padding-top: 12px;
  }
  .account-orders .g-table__caption.gm-num, .account-orders .g-table__caption.gm-date, .account-orders .g-table__caption.gm-sum {
    display: block;
  }
  .account-orders .g-table__item {
    margin-left: 0px;
    margin-right: 0px;
    padding: 27px 0px 28px;
  }
  .account-nav.gm-main .account-nav__icon {
    margin-right: 9px;
  }
  .account-nav.gm-main .account-nav__title.g-title-l {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
  }
  .account-nav__block {
    display: none;
  }
  .account__title.gm-xs-none {
    display: none;
  }
  .account__user.gm-pt-xs {
    border-top: 1px solid #EAEAEA;
    padding-top: 33px;
  }
  .account__nav {
    margin-bottom: 23px;
  }
  .account__auth {
    margin: 0 -20px 30px;
  }
}
@media (max-width: 717px) {
  .account-popup__content {
    padding: 24px 20px;
  }
  .account-popup__content.gm-center-xs {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 100%;
  }
}

@media (min-width: 1280px) {
    .account-profile__block--dsk-hidden {
        display: none;
    }
}

@media (max-width: 1279px) {
    .account-profile__block--mob-hidden {
        display: none;
    }
}

@media (max-width: 768px) and (min-width: 768px) {
    .account-profile__block--tablet-absolute {
        position: absolute;
        right: 0;
        max-width: 36vw;
        padding-bottom: 0;
        border: none;
        margin-bottom: 0;
    }

    .account-profile__block--tablet-absolute .row .row > div:first-child {
        flex: 0 0 22%;
        max-width: 22%;
    }

    .account-profile__block--tablet-absolute .row .row > div:last-child {
        flex: 0 0 78%;
        max-width: 78%;
    }
}

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


/* Start:/local/templates/galaxystore/css/stores/stores.css?15694057723643*/
.stores__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}
.stores__title-city {
    margin-left: 28px;
}
.stores__tabs {
    margin-bottom: 21px;
}
.stores__checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.stores__checkbox.g-checkbox {
    margin-bottom: 0;
}
.stores__checkbox.g-checkbox.gm-open-now {
    margin-right: 25px;
}
.stores__input {
    position: relative;
}
.stores__input .g-input {
      padding-left: 43px;
}
.stores__input .g-input::-webkit-input-placeholder {
    color: #CCCCCC;
}
.stores__input .g-input::-moz-placeholder {
    color: #CCCCCC;
}
.stores__input .g-input::-ms-input-placeholder {
    color: #CCCCCC;
}
.stores__input .g-input::placeholder {
    color: #CCCCCC;
}
.stores__input .svg {
      fill: #CCCCCC;
}
.stores__input button {
      position: absolute;
      top: 0;
      left: 0;
      height: 40px;
      width: 45px;
}
.stores__content {
    padding-bottom: 40px;
}
.stores__content .g-tabs__content {
      padding: 0;
}
.stores__map {
    height: 450px;
    z-index: 5;
}
.stores__description {
    margin-bottom: 28px;
}
.stores__list {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    max-width: 450px;
    width: 100%;
}
.stores__item {
    margin-bottom: 10px;
}
.stores__link:hover {
    color: #0077C8;
}
@media (min-width: 768px) {
    .stores .tab-content>.tab-pane {
      display: block;
      opacity: 1;
    }
    .stores__title {
        margin-bottom: 32px;
    }
    .stores__tabs {
        display: none;
    }
    .stores__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px;
    }
    .stores__checkboxes {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .stores__input {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 280px;
        margin-right: 40px;
    }
    .stores__content {
        padding-bottom: 80px;
    }
    .stores__content .g-tabs__content {
        display: block;
    }
    .stores__map {
        height: 400px;
    }
    .stores__description {
        max-width: 675px;
        width: 100%;
    }
}
@media (min-width: 980px) {
    .stores__input {
        width: 400px;
    }
}
@media (min-width: 1280px) {
    .stores__map {
        height: 640px;
    }
    .stores__description {
        padding-top: 33px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}
@media (min-width: 768px) and (max-width: 1279px) {
    .stores__map {
        margin: 0 -40px 60px;
    }
}
@media (max-width: 1279px) {
    .stores__list {
        margin-bottom: 75px;
    }
}
@media (max-width: 767px) {
    .stores__tabs .g-tab__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        text-align: center;
    }
    .stores__checkboxes {
        margin-bottom: 21px;
    }
    .stores__input {
        margin-bottom: 30px;
    }
    .stores__input.gm-active {
        display: block;
    }
    .stores__map {
        margin: 0 -20px;
    }
    .stores__list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        margin-bottom: 55px;
    }
}

/* End */


/* Start:/local/templates/galaxystore/css/dadata/suggestions.min.css?15694057729546*/
.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.suggestions-wrapper{display:inline-block;position:relative;margin:0;padding:0;vertical-align:top;min-height:1px;-webkit-text-size-adjust:100%}.suggestions-addon{display:none;opacity:0;position:absolute}.suggestions-addon[data-addon-type=spinner]{background:rgba(255,255,255,.75) url(data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=) 50% 50% no-repeat;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.suggestions-addon[data-addon-type=clear]{background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;background-size:contain;cursor:pointer;opacity:.8}.suggestions-addon[data-addon-type=clear]:hover{opacity:1}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:4px 4px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected{background:#f0f0f0}.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:4px 4px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%}.suggestions-constraints{list-style:none!important;margin:0!important;padding:0!important;position:absolute!important;white-space:nowrap!important}.suggestions-constraints:empty{display:none!important}.suggestions-constraints li{background:#f8f8f8;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;cursor:default;display:inline-block;margin:0 4px 0 0;padding:0 .5em}.suggestions-constraints li .suggestions-remove{height:1em;width:1em;display:inline-block;margin:0 0 0 .25em;background:transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;background-size:contain;cursor:pointer;opacity:.8}.suggestions-constraints li .suggestions-remove:hover{opacity:1}.suggestions-constraints li span{vertical-align:middle}.suggestions-subtext{color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:''}.suggestions-promo{font-size:85%;color:#777;padding:4px 4px 6px 4px}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}
/* End */


/* Start:/local/templates/galaxystore/components/multisite/elastic.search/.default/style.css?1569405772139*/
.popular-search{
    height: 30px;
    overflow: hidden;
}
.popular-product__img {
    max-height: 96px;
}
#form-search{
    width: 100%;
}
/* End */


/* Start:/local/templates/galaxystore/components/bitrix/menu/main_menu_mobile/css/menu.css?15682750619000*/
/*main, footer {
    display: none;
}*/

body.menu-is-open{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.menu-is-open .m-menu {
    height: 100vh;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transition: height 0s ease 0s, transform 0.4s ease 0s;
    overflow: hidden;

}
.m-menu a{
    text-decoration: none;
    color:initial;
}


.block-menu {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

.menu-is-open .block-menu {
    height: calc(100vh - 137px);
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transition: height 0s ease 0s, transform 0.4s ease 0s;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.block-menu__grid {
    padding: 0px 20px;
}

.block-menu__box-header {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    padding-bottom: 1px;
    background: #fff;
    z-index: 2;
}

.block-menu__header, .block-menu__personal {
    height: 60px;
    background: #ffffff;
}

.block-menu__personal a.block-menu__header-item,
.block-menu__header a.block-menu__header-item {
    height: 60px;
    width: 100%;
    cursor: pointer;
}


.block-menu__personal {
    background: #FFFAE7;
}

.block-menu__header-figure {
}

.block-menu__header-icon {
    display: block;
    max-width: 20px;
}

.block-menu__header-text {
    margin: 0px 0px 0px 4px;
}

.block-menu__tabs {
    margin: 6px 0px 30px;
}

.block-menu__tab {
    flex: 1;
    -webkit-flex: 1;
    font-size: 15px;
    line-height: normal;
    color: #000;
    text-align: center;
    padding: 10px 0px;
    background: #eeece3;
    border-right: 1px solid #d7d5cd;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    transition: color 0.3s ease 0s, background 0.3s ease 0s;
}

.block-menu__tab:first-child {
    border-radius: 3px 0px 0px 3px;
}

.block-menu__tab:last-child {
    border-right: none;
    border-radius: 0px 3px 3px 0px;
}

.block-menu__tab.active {
    color: #fff;
    background: #003b45;
}

.block-menu__container {
    position: relative;
    /*height: 404px;*/
    /*transition: height 0.6s ease 0s;*/
    z-index: 1;
    overflow: hidden;
}

.block-menu__group-lists {
    position: absolute;
    width: 100%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transition: 0.6s ease 0s;
}

.show-product .block-menu__group-lists {
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    transition: 0.6s ease 0s;
}

.block-menu__product-section {
    position: relative;
}

.block-list {
    display: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0px 0px 0px;
    background: #fff;
    overflow: hidden;
}

.block-list.active {
    display: block;
}

.block-list__item {
    position: relative;
    background: #F6F5F0;
    overflow: hidden;
    margin: 6px 0px;
}

.block-list__item_bg-yellow {
    background: #F7E53B;
}

.block-list__item_bg-green {
    background: #01F8E5;
}

.block-list__item:last-child {
    margin-bottom: 0px;
}

.block-list__item:first-child {
    margin-top: 0px;
}

.block-list__item-bg {
    display: block;
    /*max-width: 296px; остаются края для цветного фона*/
    position: absolute;
    top: 0px;
    /* left: 0px; */
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 1;
}

.block-list__item-link {
    position: relative;
    z-index: 2;
    height: 89px;
    cursor: pointer;
    text-decoration: none;
    color: initial;
}

.block-list__item-text {
    margin: 0px;
    font-size: 15px;
}

.block-list__item-figure {
    width: 10px;
}

.block-list__item-icon {
    display: block;
    max-width: 100%;
}

.block-menu__product-section {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    transform: translateX(101%);
    -webkit-transform: translateX(101%);
    transition: transform 0.6s ease 0s, z-index 0s ease 0s;

}

.show-product .block-menu__product-section {
    z-index: 3;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transition: transform 0.6s ease 0s, z-index 0s ease 0.6s;
}

.block-menu__product-header {
    height: 60px;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
}

.block-menu__back-button {
    width: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    cursor: pointer;
}

.block-menu__product-figure {
    width: 10px;
}

.block-menu__product-icon {
    display: block;
    max-width: 100%;
}

.block-menu__product-text, .block-menu__brand-item {
    margin: 0px;
    font-size: 15px;
}

.block-menu__product-text_left {
    margin-left: 12px;
}

.block-menu__product-title {
    font-family: 'Proxima Nova ExCn';
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0px;
}

.block-menu__product-lists {
    position: relative;
}

.block-menu__product-list, .block-menu__brand-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.block-menu__product-item, .block-menu__brand-item {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.block-menu__product-link, .block-menu__brand-link {
    height: 89px;
    position: relative;
    background: #fff;
    cursor: pointer;
    border-bottom: 1px solid #EAEAEA;
    box-sizing: border-box;
    overflow: hidden;
}

.block-menu__brand-link {
    height: 60px;
}

.block-menu__product-link_button {
    height: 60px;
    background: #f6f5f1;
    /*border-bottom: none;*/
    border-bottom: 1px solid #EAEAEA;
}

.block-menu__product-bg {
    max-width: 290px;
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.block-menu__section {
    background: #fff;
}

.block-menu__list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.block-menu__list-item {
    padding: 0px;
    margin: 0px;
    background: #fff;
}

.block-menu__list-link {
    height: 60px;
    border-bottom: 1px solid #EAEAEA;
    box-sizing: border-box;
}

.block-menu__list-figure {
    width: 20px;
}

.block-menu__list-icon {
    display: block;
    max-width: 100%;
}

.block-menu__list-text {
    font-size: 15px;
    padding: 0px;
    margin: 0px 0px 0px 15px;
}

.block-menu__footer {

    background: #fff;

    padding-bottom: 80px;
}

.block-menu__footer-list {
    padding: 0px;
    margin: 19px -8px;
    list-style: none;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.block-menu__footer-item {
    padding: 0px;
    margin: 0px;
    list-style: none;
}


.m-menu ul li:before {
    display: none;
}

.block-menu__footer-link {
    display: block;
    padding: 8px 9px;
}

.block-menu__button {
    height: 50px;
    border: 1px solid #cccccc;
    margin: 19px 0px;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: 0.1s ease 0s;
}

.block-menu__button:active {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
}

.block-menu__button-figure {
    max-width: 20px;
}

.block-menu__button-icon {
    display: block;
    max-width: 100%;
}

.block-menu__button-text {
    margin: 0px 0px 0px 10px;
}

.block-menu__box-toggle {
    overflow: hidden;
    height: 0px;
}

.block-menu__additionally {
    outline: 1px solid;
}

.block-menu__additionally-separator {
    height: 10px;
    width: 100%;
    background: #f6f5f1;
}

.block-menu__additionally-list {
    width: auto;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 10px -10px;
}

.block-menu__additionally-item {
    display: block;
    width: calc(50% - 20px);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin: 10px 10px;
}

.block-menu__additionally-img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.block-menu__additionally-container {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}

.block-menu__additionally-text {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 12px 12px;
}

.block-menu__product-list, .block-menu__brand-list {
    width: 100%;
    transition: transform 0.6s ease 0s;
}

.block-menu__product-list {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

.show-brands .block-menu__product-list {
    position: absolute;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    transition: 0.6s ease 0s;
}

.block-menu__brand-list {
    position: absolute;
    top: 0px;
    transform: translateX(101%);
    -webkit-transform: translateX(101%);
}

.show-brands .block-menu__brand-list {
    position: relative;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transition: 0.6s ease 0s;
}
/* End */


/* Start:/local/templates/galaxystore/components/multisite/catalog.preorder/samsung/style.css?159895405711543*/
#popup-pre_order .pre_order {
    padding: 23px 0 60px;
    position: relative;
}

@media (min-width: 768px) {
    #popup-pre_order .pre_order {
        padding: 54px 0 75px;
    }
}

.pre_order-info {
    padding: 24px 0 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pre_order-info__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pre_order-info__card:not(:last-child) {
    margin-bottom: 25px;
}
.pre_order-info__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    position: relative;
}
.pre_order-info__image 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%;
    mix-blend-mode: multiply;
}
.pre_order-info__description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.pre_order-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pre_order-info__row:not(:last-child) {
    margin-bottom: 9px;
}
.pre_order-info__left .gm-plus {
    padding-left: 19px;
    background-image: url('../img/plus.svg');
    background-repeat: no-repeat;
    background-position: left top 3px;
    background-size: 10px;
    max-width: 190px;
}
.pre_order-info__right {
    text-align: right;
    white-space: nowrap;
    padding-left: 15px;
}
.pre_order-info__notes {
    margin-bottom: 18px;
}
.pre_order-info__note:not(:last-child) {
    margin-bottom: 11px;
}
.action {
    margin-bottom: 20px;
    padding-top: 26px;
}
.action__item:not(:last-child) {
    margin-bottom: 20px;
}
.pre_order-result {
    background-color: #F7F7F7;
    padding: 23px 20px 30px;
    margin-bottom: 17px;
}
.pre_order-result__item {
    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;
}
.pre_order-result__item.gm-hidden {
    display: none;
}
.pre_order-result__item:not(:last-child) {
    margin-bottom: 10px;
}
.pre_order-result__button {
    margin-top: 24px;
    text-align: right;
    max-width: 200px;
    width: 100%;
    margin-left: auto;
}
.pre_order-result__button .g-button {
    width: 100%;
}
.pre_order-consent {
    width: 100%;
    margin-top: 23px;

}
.pre_order-tabs {
    padding-top: 24px;
    margin-bottom: 30px;
}
.pre_order-tabs__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    max-width: 320px;
    width: 100%;
}
.pre_order-tabs__item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #E6E6E6;
    border-radius: 5px;
    margin: 0 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.pre_order-tabs__item.active {
    border-color: #1428a0;
}
.pre_order-tabs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 36px 8px 16px;
}
.pre_order-tabs__info {}
.pre_order-tabs__name {}
.pre_order-tabs__price {}
.pre_order-content {
    margin-bottom: 30px;
}
.pre_order-content__address {
    margin-top: 13px;
}
.pre_order-content .g-select {
    width: 100%;
}
#popup-reserve .pre_order {
    padding: 23px 0 60px;
    position: relative;
}
.pre_order__h1 {
    margin-bottom: 25px;
}
.pre_order__step {
    margin-bottom: 7px;
}
.pre_order__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;

    padding-bottom: 30px;
    padding-top: 24px;
}
.pre_order__input {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.pre_order__radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 17px;
    margin-bottom: 26px;
}
.pre_order__radio:not(:last-child) {
    margin-right: 35px;
    margin-bottom: 19px;
}
.pre_order__note {
    padding: 23px 0 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 23px;
}
.pre_order {

}
@media (min-width: 768px) {
    .pre_order-info {
        background-color: #F7F7F7;
        padding: 24px 20px 40px;
    }
    .pre_order-info__program {
        display: none;
    }
    .pre_order-info__notes {
        display: none;
    }
    .action {
        margin-bottom: 53px;
        padding-top: 40px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .action__item .g-button {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .pre_order-tabs {
        padding-top: 26px;
        margin-bottom: 40px;
    }
    .pre_order-content {
        margin-bottom: 40px;
    }
    .pre_order-content__value {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .pre_order-content__input.gm-xs {
        width: 90px;
    }
    .pre_order-content__input.gm-m {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    #popup-reserve .pre_order {
        padding: 54px 0 75px;
    }
    .pre_order__steps {
        display: none;
    }
    .pre_order__next {
        display: none !important;
    }
    .pre_order__inputs {
        padding-bottom: 40px;
        padding-top: 26px;
    }
    .pre_order__input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .pre_order__radios {
        margin-bottom: 49px;
    }
    .pre_order__radio:not(:last-child) {
        margin-right: 44px;
    }
    .pre_order__note {
        padding: 33px 0 35px;
        margin-bottom: 33px;
    }
    .pre_order .gm-desktop-hidden {
        display: none;
    }
}
@media (min-width: 980px) {
    .action__item {
        display: inline-block;
    }
    .action__item:not(:last-child) {
        margin-bottom: 0px;
        margin-right: 20px;
    }
    .pre_order-content__input.gm-xs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        margin-right: 20px;
    }
    .pre_order__consent.gm-s {
        display: none;
    }
    .pre_order__inputs {
        max-width: 643px;
        width: 100%;
    }
    .pre_order__input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }
    .pre_order__radios {
        margin-bottom: 0px;
    }
    .pre_order__radio:not(:last-child) {
        margin-right: 40px;
        margin-bottom: 0px;
    }
}
@media (min-width: 1600px) {
    .pre_order-info__description {
        padding-left: 15px;
    }
}
@media (min-width: 768px) and (max-width: 1279px) {
    .pre_order-info {
        /* display: none; */
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .pre_order-result {
        padding-left: 7px;
        padding-right: 7px;
    }
    .pre_order-result__item {
        padding-left: 13px;
        padding-right: 13px;
    }
    .pre_order-consent {
        margin-top: 0px;
    }
    .pre_order-content__value {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .pre_order__consent.gm-xs-m-l {
        display: none;
    }
    .pre_order__input:not(:nth-last-child(-n+2)) {
        margin-bottom: 20px;
    }
}
@media (max-width: 1599px) {
    .pre_order-info__image {
        display: none;
    }
}
@media (max-width: 979px) {
    .pre_order-content__input.gm-xs {
        margin-bottom: 20px;
    }
    .pre_order__radios {
        width: 100%;
        max-width: 360px;
    }
}
@media (max-width: 767px) {
    .pre_order-info__card {
        position: relative;
    }
    .pre_order-info__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 69px;
        display: block;
    }
    .pre_order-info__row.gm-top {
        min-height: 69px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .pre_order-info__row.gm-top .pre_order-info__left {
        min-height: 91px;
        padding-left: 119px;
    }
    .pre_order-info__row.gm-service {
        display: block;
        background-color: rgba(0, 0, 0, 0.03);
        padding: 23px 20px 25px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .pre_order-info__row.gm-service .pre_order-info__left {
        margin-bottom: 21px;
    }
    .pre_order-info__row.gm-service .pre_order-info__left .gm-plus {
        padding-left: 25px;
        background-image: url('../img/check.svg');
        background-size: 16px 11px;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .action__item .g-button {
        height: auto;
    }
    .pre_order-content__value .g-input:first-child {
        margin-bottom: 20px;
    }
    .pre_order__h1 {
        display: none;
    }
    .pre_order__h2 {
        display: none;
    }
    .pre_order__consent.gm-s {
        display: none;
    }
    .pre_order__input:not(:last-child) {
        margin-bottom: 20px;
    }
    .pre_order .gm-hidden-step {
        display: none;
    }
    .pre_order__result {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        border-top: 10px solid #F2F2F2;
    }
}


.product-popup-gift__h1{
    margin-top: 30px;
}
.product-popup-gift__h1:first-child{
    margin-top: 0;
}

.preorder-popup__mkad{
    margin-top: 8px;
}

.pre_order__services{
    margin-bottom: 30px;
}
.pre_order__services .service-item:not(:first-child){
    margin-top: 20px;
}
@media (max-width: 767px) {
    .pre_order__services {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width:778px) and (min-width:768px) {
    .hide-768-778 {
        display: none;
    }
}
.service-price-block{
    display: none;
}

.service-price-block .service-price-block__text {
    position: relative;
    padding-left: 18px;
}
.service-price-block__plus {
    position: absolute;
    margin-right: 18px;
    left: 0;
}
.service-price-block__plus::before,
.service-price-block__plus::after {
    content: '';
    display: block;
    position: absolute;
    background: #0079CD;
}
.service-price-block__plus::before {
    top: 7px;
    left: 2px;
    height: 2px;
    width: 10px;
}

.service-price-block__plus::after {
    top: 3px;
    left: 6px;
    height: 10px;
    width: 2px;
}

.service-price-block .service-price {
    font-weight: 700;
}

.pre_order__sale {
    margin-bottom: 30px;
}

.pre-order-sale__title {
    margin-bottom: 10px;
}
@media (max-width: 979px) and (min-width: 768px){
    .pre_order-result__item.service-price-block {
        padding-left: 0;
        padding-right: 0;
    }

    .service-price {
        white-space: nowrap;
        padding-left: 15px;
    }
}


#acessoriesContainer {
    margin-bottom: 25px;
}
/* End */


/* Start:/local/templates/galaxystore/styles.css?1598954057731*/
.home__hero .home-card__first a{
    background-color: #f4f4f4;
}
.g-search__content .g-card__image{
    background-color: #f7f7f7;
}
.product-card__middle .product-offer__image{
    background-color: #f7f7f7;
}
.home__hero .home-card__first img, .g-search__content .g-card__image img, .product-card__middle .product-offer__image img{
    mix-blend-mode: multiply;
}
.page-credit .g-header-top.gm-static{
    background-color: #f7f7f7;
}
@media (min-width: 1280px) {
    .page-credit .g-header.gm-static {
        background-color: #f7f7f7;
    }
}
.g-card_prices-stock {
    color: #FF4337;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

/* End */
/* /local/templates/galaxystore/css/libs/normalize.css?15645713162964 */
/* /local/templates/galaxystore/css/libs/nouislider.css?15682750613466 */
/* /local/templates/galaxystore/css/libs/slick.css?15645713161706 */
/* /local/templates/galaxystore/css/libs/slick-theme.css?15742539222665 */
/* /local/templates/galaxystore/css/banner/style.css?15911833448401 */
/* /local/templates/galaxystore/css/basket/basket.css?159895405767391 */
/* /local/templates/galaxystore/css/libs/leaflet.css?157061936313082 */
/* /local/templates/galaxystore/css/libs/MarkerCluster.css?15645713161048 */
/* /local/templates/galaxystore/css/libs/MarkerCluster.Default.css?15645713161182 */
/* /local/templates/galaxystore/css/libs/jquery.skeleton.css?156457131611022 */
/* /local/templates/galaxystore/css/libs/bootstrap-mini.css?15657818914484 */
/* /local/templates/galaxystore/css/global/reset.css?1564571316410 */
/* /local/templates/galaxystore/css/global/fonts.css?15645713164003 */
/* /local/templates/galaxystore/css/global/styles.css?159238915124139 */
/* /local/templates/galaxystore/css/global/elements.css?159890365547827 */
/* /local/templates/galaxystore/css/global/layouts/footer.css?15790871637663 */
/* /local/templates/galaxystore/css/global/layouts/breadcrumbs.css?15718291651694 */
/* /local/templates/galaxystore/css/global/layouts/colorPicker.css?15682750611427 */
/* /local/templates/galaxystore/css/global/layouts/memorySelection.css?1564571316639 */
/* /local/templates/galaxystore/css/global/layouts/filter.css?15694057725579 */
/* /local/templates/galaxystore/css/global/layouts/description.css?1568275061570 */
/* /local/templates/galaxystore/css/global/layouts/card.css?15706193639062 */
/* /local/templates/galaxystore/css/global/layouts/pagination.css?15645713161129 */
/* /local/templates/galaxystore/css/global/layouts/catalog.css?15972346355662 */
/* /local/templates/galaxystore/css/global/layouts/tab.css?15960168463616 */
/* /local/templates/galaxystore/css/global/layouts/sliderButtons.css?1564571316302 */
/* /local/templates/galaxystore/css/global/layouts/table.css?15989036558620 */
/* /local/templates/galaxystore/css/global/layouts/delivery.css?15828038934965 */
/* /local/templates/galaxystore/css/global/layouts/credit.css?15682750611048 */
/* /local/templates/galaxystore/css/global/layouts/mappoint.css?15989036552212 */
/* /local/templates/galaxystore/css/global/layouts/service.css?15694057723316 */
/* /local/templates/galaxystore/css/global/layouts/popup.css?159895405729436 */
/* /local/templates/galaxystore/css/global/layouts/header.css?157908716316451 */
/* /local/templates/galaxystore/css/global/layouts/menuMobile.css?15718291657207 */
/* /local/templates/galaxystore/css/global/layouts/search.css?15706193634589 */
/* /local/templates/galaxystore/css/global/layouts/region.css?15948085507139 */
/* /local/templates/galaxystore/css/global/layouts/preorder.css?15815826219068 */
/* /local/templates/galaxystore/css/global/layouts/subscription.css?15802961332784 */
/* /local/templates/galaxystore/css/error/error.css?15694057721442 */
/* /local/templates/galaxystore/css/home/home.css?158884926839161 */
/* /local/templates/galaxystore/css/catalog/catalog.css?1564571316321 */
/* /local/templates/galaxystore/css/account/account.css?159730184423987 */
/* /local/templates/galaxystore/css/stores/stores.css?15694057723643 */
/* /local/templates/galaxystore/css/dadata/suggestions.min.css?15694057729546 */
/* /local/templates/galaxystore/components/multisite/elastic.search/.default/style.css?1569405772139 */
/* /local/templates/galaxystore/components/bitrix/menu/main_menu_mobile/css/menu.css?15682750619000 */
/* /local/templates/galaxystore/components/multisite/catalog.preorder/samsung/style.css?159895405711543 */
/* /local/templates/galaxystore/styles.css?1598954057731 */
