

/* Start:/local/templates/galaxystore_order/css/libs/normalize.css?17459282962964*/



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: bolder;
}

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_order/css/libs/nouislider.css?17459282963466*/

.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_order/css/libs/slick.css?17556350321731*/

.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-y: visible;
    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_order/css/libs/slick-theme.css?17459282962665*/
@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_order/css/libs/leaflet.css?175563503213147*/

.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(#default#VML);
	display: inline-block;
	position: absolute;
	}

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; 
	pointer-events: auto;
	}
.leaflet-control-container {
	position: relative;
	z-index: 9;
}
.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_order/css/libs/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/local/templates/galaxystore_order/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_order/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: bold;
	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_order/css/libs/MarkerCluster.css?1755635032453*/
.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_order/css/libs/MarkerCluster.Default.css?17459282961182*/
.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_order/css/libs/jquery.skeleton.css?174592829611022*/

@-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 : normal;
        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_order/css/libs/bootstrap-mini.css?17556350324747*/
.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;
}
.tooltip--light .tooltip-inner {
  max-width: 320px;
  color: #000000;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 rgb(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px 0 rgb(0, 0, 0, 0.15);
  padding: 23px 30px;
}
.tooltip--light.in {
  opacity: 1;
}
.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_order/css/libs/bootstrap-datepicker3.css?174592829622566*/

.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active, .datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted:hover, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus, .datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active, .datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active:focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today:active.focus, .datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today[disabled]:focus, fieldset[disabled] .datepicker table tr td.today:focus, .datepicker table tr td.today.disabled.focus, .datepicker table tr td.today[disabled].focus, fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus, .datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active, .datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active:focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range:active.focus, .datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range[disabled]:focus, fieldset[disabled] .datepicker table tr td.range:focus, .datepicker table tr td.range.disabled.focus, .datepicker table tr td.range[disabled].focus, fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active, .datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted:hover, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active, .datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today[disabled].focus, fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active:active.focus, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:focus, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active.highlighted[disabled].focus, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover, .datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover:active:hover, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.active.focus, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled].focus, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled, .datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/* End */


/* Start:/local/templates/galaxystore_order/css/global/reset.css?1745928296410*/
*{
  -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_order/css/global/fonts.css?17459282964003*/
@font-face {
    font-family: 'SamsungOneC';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-300C.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-300C.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungOne';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-300.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungOne';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-700.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-700.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungOneC';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-500C.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-500C.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungOneC';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-450C.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-450C.woff') format('woff');
    font-weight: 450;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungOne';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-450.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-450.woff') format('woff');
    font-weight: 450;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungOne';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-500.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungOneC';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-700C.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-700C.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungOne';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-800.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-800.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungOne';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-400.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungOne';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-200.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-200.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungOneC';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-400C.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-400C.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungOneC';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-800C.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-800C.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungOneC';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-200C.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-200C.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungOneC';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-600C.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-600C.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungOne';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-600.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungOne-600.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungSharpSans';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungSharpSans-Bold.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungSharpSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'SamsungSharpSans';
    src: url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungSharpSans-Regular.woff2') format('woff2'), url('/local/templates/galaxystore_order/css/global/../../fonts/SamsungSharpSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    color: #000000;
    font-size: 14px;
    font-family: "SamsungOne", sans-serif;
}

/* End */


/* Start:/local/templates/galaxystore_order/css/global/styles.css?176476976725192*/
.page {
  overflow: hidden;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1280px) {
  .row-margin_leftAndRight {
    margin: 0;
  }
}
.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('/local/templates/galaxystore_order/css/global/../../img/global/svg/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;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@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-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;
  }
}
.gift-bannersPadding {
  padding: 0px;
}
@media (max-width: 1279px) {
  .block .g-d {
    display: none;
  }
  .gift-bannersPadding {
    padding: 0 50px;
  }
}
@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%;
  }
  .gift-bannersPadding {
    padding: 0 35px;
  }
}
.g-bold {
  font-family: "SamsungOne";
  font-weight: 800;
}
.g-cursor-p {
  cursor: pointer;
}

/* Hide Arrows From Input Number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.cart-done.yapay {
  display: flex;
  justify-content: center;
  padding: 40px 10px 80px 10px;
}
@media (max-width: 500px) {
  .cart-done.yapay {
    padding: 18vh 10px 28vh 10px;
  }
}
.cart-done.yapay .cart-done-thanks {
  text-align: center;
}
.cart-done.yapay .big-title {
  display: block;
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 200;
}
.cart-done.yapay .normal-p {
  font-size: 14px;
  margin: 10px 0;
  line-height: 19px;
}
.cart-done.yapay .button-yapay {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 35px;
}
/* End */


/* Start:/local/templates/galaxystore_order/css/global/elements.css?176952068952394*/
.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: "SamsungSharpSans";
    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: "SamsungSharpSans";
  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: "SamsungSharpSans";
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.g-h3, .g-title-m {
  font-family: "SamsungOne";
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
}
.g-h4, .g-title-s, .g-content-page h4 {
  color: #000000;
  font-family: "SamsungOne";
  font-weight: 800;
  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: "SamsungOne";
  font-size: 14px;
  line-height: 20px;
  min-width: 50px;
}
.g-delivery-card__content .g-text b{
  font-weight: inherit;
}
.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: 600;
}
.g-text.gm-800, .g-content-page p.gm-800 {
  font-weight: 800;
}
.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: "SamsungSharpSans";
}
.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: "SamsungSharpSans";
  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: "SamsungOne";
  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: 800;
}
.g-link.gm-m {
  font-size: 16px;
}
.g-link.gm-ff3 {
  font-family: "SamsungOneC";
}
.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-tooltip .g-link {
  transition: none !important;
}

.g-link .g-link__title-focus-on,
.g-link .g-link__title-focus-off {
  animation: fadeInOpacity 0.5s;
}

.g-link .g-link__title-focus-on,
.g-link:hover .g-link__title-focus-off,
.g-link--loader .g-link__title-focus-off {
  display: none;
}

.g-link:hover .g-link__title-focus-on,
.g-link--loader .g-link__title-focus-on {
  display: inline;
}

.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('/local/templates/galaxystore/img/global/svg/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('/local/templates/galaxystore/img/global/svg/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: "SamsungOne";
    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: "SamsungOne";
  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-line--hover:hover {
  color: #ffffff;
  background: #000000;
}
.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-button--text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-input {
  font-family: "SamsungOne";
  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[type="tel"].error,
.g-input[type="tel"].gm-error {
  color: #000000;
  border-color: #000000;
}
.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('/local/templates/galaxystore_order/css/global/../../img/global/svg/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: "SamsungOne";
  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: "SamsungOne";
  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('/local/templates/galaxystore_order/css/global/../../img/global/svg/eye.svg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%
}
.g-input-password.gm-hide {
  background-image: url('/local/templates/galaxystore_order/css/global/../../img/global/svg/eye-close.svg');
  background-position: center top 4px;
}
.g-error {
  font-family: "SamsungOne";
  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: "SamsungOne";
  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: "SamsungOne";
    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('/local/templates/galaxystore/img/global/svg/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: "SamsungOne";
    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('/local/templates/galaxystore/img/global/svg/arrow-down.svg');
}
.g-select--trade-in {
  min-width: 203px;
}
.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: "SamsungOne";
}
.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('/local/templates/galaxystore/img/global/svg/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('/local/templates/galaxystore/img/global/svg/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: "SamsungOne";
}
.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('/local/templates/galaxystore/img/global/svg/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.gm-cerulean {
  background-color: #0077c8;
}
.g-badge-present {
  width: 29px;
  height: 29px;
  background-image: url('/local/templates/galaxystore_order/css/global/../../img/global/svg/gift.svg');
  background-repeat: no-repeat;
  background-size: 29px 29px;
}
.g-badge-vip {
  width: 30px;
  height: 28px;
  background-image: url('/local/templates/galaxystore_order/css/global/../../img/global/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;
  position: relative;
  z-index: 2;
}
.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('/local/templates/galaxystore/img/global/svg/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__inline.center {
  align-items: center;
}
.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: 4px;
}
.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;
}
@media (max-width: 767px) {
  .g-block-info__icon .info-icon_img1, .g-block-info__icon .info-icon_img2 {
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }
  .g-block-info__icon {
    width: 40px;
    height: 40px;
  }
  .g-block-info__text{
    padding-left: 60px;
  }
  .g-block-info__text {
    margin-bottom: 30px;
  }
  .info-icon_img3 {
    width: 48px;
  }
}
@media (min-width: 768px) {
  .g-block-info__icon .info-icon_img3 {
    width: 60px;
  }
}
.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: 100;
  -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: 99;
  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: 20px;
  height: 20px;
  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 {
  fill: #000;
  width: 4.35em;
  height: 1em;
  margin-bottom: 4px;
}
.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 {
    font-size: 28px;
    line-height: 31px;
  }
  .g-title-xl {
    font-size: 22px;
    line-height: 27px;
  }
  .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__item--order {
    position: relative;
    padding: 27px 0 25px;
    cursor: pointer;
  }
  .g-table__item--order::before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s;
  }
  .g-table__item--order:hover {
    border-color: transparent;
    transition: 0.25s;
  }
  .g-table__item--order:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .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);
    border-radius: 5px;
  }
  .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: -11px;
    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;
  }
  .g-title-xl {
    font-size: 28px;
    line-height: 35px;
  }
}
@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: 20px;
  }
  .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,
.g-link__loader:after {
  position: absolute;
  content: " ";
  background-image: url('/local/templates/galaxystore/img/global/svg/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-link--loader {
  pointer-events: none;
  opacity: 0.3;
}

.g-link__loader {
  position: relative;
  margin-right: 18px;
  display: none;
  animation: fadeInOpacity 0.5s;
}

.g-link--loader .g-link__loader {
  display: inline;
}

.g-link__loader:after {
  width: 12px;
  height: 12px;
  top: 2px;
  left: 0;
}

.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;
}

.g-color-circles {
  font-size: 0;
}

.g-color-circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #f7f7f7;
  border-radius: 50%;
  margin: 3px 0 3px;
}

.g-color-circle:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 979px){
  .g-group-titles {
    margin-bottom: 28px;
    width: calc(100% - 24px);
  }
}

.hover-off {
  cursor: default !important;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gm-cerulean {
  background-color: #0077c8;
}

.status-label {
  display: block;
  position: relative;
  padding: 0 5px 0 15px;
}

.status-label::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000000;
}

.status-label--salad::before {
  background: #97D653;
}

.status-label--ltblue::before {
  background: #00B3E3;
}

.status-label--red::before {
  background: #FF4337;
}

.status-label--tick::before {
  background: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.80018 2.0999L4.71397 8.88151L0.418945 5.81364L1.58142 4.18617L4.28639 6.11829L8.20018 0.899902L9.80018 2.0999Z' fill='%2397D653'/%3E%3C/svg%3E%0A");
}

.status-label--dkblue::before {
  background: #1428A0;
}

@media (max-width: 767px) {
  .g-table__item--order {
    border-top: 0;
  }

  .g-table__item--order::after {
    content: '';
    position: absolute;
    width: calc(100% + 40px);
    height: 1px;
    bottom: 0;
    left: -20px;
    background: #000000;
    opacity: 0.1;
  }
}

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

.g-subtitle {
  font-size: 14px;
  line-height: 20px;
}

.g-subtitle + .g-subtitle {
  margin-top: 10px;
}

.g-subtitle a {
  font-size: inherit;
  line-height: inherit;
}

.g-subtitle--fsize-20 {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .g-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}

.g-form__item .g-input:disabled {
  color: #e1e1e1;
  transition: color 0s;
  border: 1px solid #e1e1e1;
}

.g-popup-bonus__description_new{
  margin-top: 10px;
}

.cursor-pointer{
  cursor: pointer;
}
/* End */


/* Start:/local/templates/galaxystore_order/css/global/layouts/footerMini.css?1745928296802*/
.g-footer-mini {
  padding: 0 0 15px;
}
.g-footer-mini__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.g-footer-mini__row.consultant {
  padding-bottom: 20px;
}

.js-consultant-trigger {
  cursor: pointer;
  color: #999999;
}

.js-consultant-block {
  display: none;
}

@media (min-width: 768px) {
  .g-footer-mini {
    padding: 0 0 35px;
  }
  .g-footer-mini__copy {
    margin-right: 15px;
    color: #999999;
  }
}
@media (max-width: 767px) {
  .g-footer-mini__row.consultant {
    padding-bottom: 15px;
  }
  .g-footer-mini__row.consultant.consultantToggled {
    padding-bottom: 5px;
  }
  .g-footer-mini__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-footer-mini__copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

/* End */


/* Start:/local/templates/galaxystore_order/css/global/layouts/breadcrumbs.css?17556354131691*/
.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('/local/templates/galaxystore_order/css/global/layouts/../../../img/global/svg/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 0px 31px;
  }
  .g-breadcrumbs__item:first-child {
    padding-left: 0px;
  }
  .g-breadcrumbs__item:last-child {
    padding-right: 20px;
  }
}

/* End */


/* Start:/local/templates/galaxystore_order/css/global/layouts/colorPicker.css?17556350321375*/
.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("/local/templates/galaxystore/img/global/svg/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_order/css/global/layouts/memorySelection.css?1745928296639*/
.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_order/css/global/layouts/filter.css?17556350325579*/
.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: 20px 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_order/css/global/layouts/description.css?1755635032521*/
.g-description {
  padding: 0px 0 55px;
}
.g-description__title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .g-description {
    padding: 0px 0 65px;
  }
  .g-description__body {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 980px) {
  .g-description {
    padding: 0px 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_order/css/global/layouts/card.css?17556350329554*/
.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: "SamsungOne";
    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: "SamsungOne";
    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: "SamsungOne";
      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),
  .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,
  .g-card--hover: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,
  .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,
  .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_order/css/global/layouts/pagination.css?17459282961129*/
.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_order/css/global/layouts/catalog.css?17556350329544*/
.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: "SamsungOne";
  background-color: #F2F2F2;
  border-radius: 5px;
  border: 0;
  height: 40px;
  line-height: 40px;
  width: calc(50% - 10px);
  font-size: 14px;
  color: #000000;
  font-family: "SamsungOne";
  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: "SamsungOne";
  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;
}
.accessories-tags__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 40px;
}
.accessories-tags__item {
  margin-top: 10px;
}
.accessories-tags__item:not(:last-child) {
  margin-right: 10px;
}
.accessories-tags__item.active button,
.accessories-tags__item.active button:hover {
  background-color: #1428a0;
  color: #ffffff;
}
.accessories__button {
  text-align: center;
}
.accessories__button .g-button {
  max-width: 240px;
}
#accessories .g-catalog__cards:after {
  height: 0;
}
@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%;
  }
  #accessories .g-catalog__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666666%;
    flex: 0 0 16.6666666666%;
  }
}
@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;
  }
}
@media (max-width: 1280px) {
  #accessories .g-catalog__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 989px) {
  #accessories .g-catalog__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333333333%;
    flex: 0 0 33.333333333%;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .accessories-tags__items {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-bottom: 5px;
  }

  .accessories-tags__items .accessories-tags__item .g-button {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  #accessories .g-catalog__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  #accessories .g-catalog__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}



.g-catalog__cards--minimal .g-catalog__card::before,
.g-catalog__cards--minimal .g-catalog__card::after {
  display: block;
}

.g-catalog__cards--minimal .g-catalog__card .g-card__bottom {
  display: block;
  position: static;
  box-shadow: none;
  padding: 0;
  left: auto;
  top: auto;
}

.g-catalog__cards--minimal .g-card__actions {
  animation: none !important;
}

.g-catalog__cards--minimal .g-card__bottom:before,
.g-catalog__cards--minimal .g-card__bottom:after {
  content: none;
}

.g-catalog__cards--minimal .g-card__compare,
.g-catalog__cards--minimal .g-card__badges {
  display: none;
}

.g-catalog__cards--minimal .g-card__actions .g-link {
  margin: 0 auto;
}

.g-catalog__cards--minimal .g-card__name {
  height: 60px;
}

.g-catalog__cards--minimal:after {
  content: none;
}

@media (min-width: 1280px) {
  .g-catalog__cards--minimal .g-catalog__card {
    flex: 0 0 16.667%;
  }
}

@media (min-width: 980px) {
  .g-catalog__cards--minimal .g-catalog__card .g-card::after {
    content: none;
  }
}

@media (max-width: 767px) {
  .g-catalog__cards--minimal .g-card__actions .g-link {
    margin: 0;
  }

  .g-card__name .g-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .g-catalog__cards--minimal .g-catalog__card:last-child .g-card {
    border-bottom: 0;
  }
}


.accessories__preloader-row {
    position: relative;
    height: 40px;
}

.accessories__preloader-row.width-full {
    width: 100%;
}

.accessories__preloader-row--mb-40 {
    margin-bottom: 40px;
}

.accessories__preloader-row--mt-40 {
    margin-top: 40px;
}

.accessories__preloader-row::after {
    position: absolute;
    content: " ";
    background-image: url('/local/templates/galaxystore/img/global/svg/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;
}
/* End */


/* Start:/local/templates/galaxystore_order/css/global/layouts/tab.css?17556350326229*/
.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-dropdown__item.hidden,
.g-tab__item.gm-dots.hidden {
  display: none !important;
}
.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__item.gm-dots.active .g-tab__link {
    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: 1600px) {
    /* .g-tab__item:nth-of-type(n+8) {
        display: none !important;
    }
    .g-tab__item.gm-dots {
        display: block !important;
    } */

    .g-tab__item.gm-dots:last-child {
      display: none;
  }

  .product__tabs.gm-sticky .g-tab__item:nth-of-type(n+6) {
      display: none;
  }

  .product__tabs.gm-sticky .g-tab__item.gm-dots:last-child {
    display: block !important;
  }

  .product__tabs.gm-sticky .g-tab__item:nth-child(1) + .g-tab__item.gm-dots,
  .product__tabs.gm-sticky .g-tab__item:nth-child(2) + .g-tab__item.gm-dots,
  .product__tabs.gm-sticky .g-tab__item:nth-child(3) + .g-tab__item.gm-dots,
  .product__tabs.gm-sticky .g-tab__item:nth-child(4) + .g-tab__item.gm-dots,
  .product__tabs.gm-sticky .g-tab__item:nth-child(5) + .g-tab__item.gm-dots {
    display: none !important;
  }
}

@media (min-width: 1280px) and (max-width: 1599px) {
    .g-tab__item:nth-of-type(-n+6) {
        display: block;
    }
    .g-tab__item.gm-dots:last-child {
        display: none !important;
    }

    .product__tabs.gm-sticky .g-tab__item:nth-of-type(n+5) {
      display: none;
    }

    .product__tabs.gm-sticky .g-tab__item.gm-dots:last-child {
      display: block !important;
    }

    .product__tabs.gm-sticky .g-tab__item:nth-child(1) + .g-tab__item.gm-dots,
    .product__tabs.gm-sticky .g-tab__item:nth-child(2) + .g-tab__item.gm-dots,
    .product__tabs.gm-sticky .g-tab__item:nth-child(3) + .g-tab__item.gm-dots,
    .product__tabs.gm-sticky .g-tab__item:nth-child(4) + .g-tab__item.gm-dots {
      display: none !important;
    }
}

@media (min-width: 980px) and (max-width: 1279px) {
    .g-tab__item:nth-of-type(n+5) {
        display: none;
    }
    .g-tab__item.gm-dots {
        display: block !important;
    }

    .product__tabs.gm-sticky .g-tab__item:nth-of-type(n+3) {
      display: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .g-tab__item:nth-of-type(n+4) {
        display: none;
    }

    .g-tab__item.gm-dots {
        display: block !important;
    }

    .product__tabs.gm-sticky .g-tab__item:nth-of-type(n+2) {
      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 (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('/local/templates/galaxystore_order/css/global/layouts/../../../img/global/svg/arrow-right.svg');
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 16px;
        font-weight: 800;
        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)
  }
  .g-tab--pr20{
      padding-right: 20px;
  }
}

.g-tab__info-product {
    display: none;
    position: relative;
    margin-left: auto;
    line-height: 40px;
    padding-left: 70px;
}

.g-tab__info-product .g-button {
  width: 140px;
}

.g-tab__info-product .g-tab__info-product-img-wrapper {
  position: absolute;
  width: 60px;
  height: auto;
  left: 0;
  top: -10px;
  margin: 0;

  top: 50%;
  transform: translateY(-50%);
}

.g-tab__info-product img {
    max-width: 100%;
    max-height: 100%;
}

.g-tab__info-product span {
    display: inline-block;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    width: 230px;
    margin-right: 10px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(max-width: 980px) {
  .g-tab__info-product span {
    width: 205px;
  }
}

.g-tab__info-product a {
    display: inline-block;
    width: 140px !important;
}

.product__tabs.gm-sticky > .g-content,
.product__tabs.gm-sticky .g-tab__info-product {
    display: flex;
    align-items: center;
}

.padding-right-20{
    padding-right: 20px;
}
/* End */


/* Start:/local/templates/galaxystore_order/css/global/layouts/sliderButtons.css?1745928296302*/
.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_order/css/global/layouts/table.css?17556350329579*/
.temporaryClosed-title, .soonOpening-title {
    padding: 17px 0px;
    font-weight: 800;
    flex: 1 1 100%;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}
.g-table-score {
    border-bottom: 1px solid #EAEAEA;
}
.g-table-score .g-table-score {
    border-bottom: none;
}
.g-table-score__item {
    position: relative;
  }
.g-table-score__item:not(:last-child) {
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: -1px;
}
.g-table-score__element {
    margin: 0 0 12px 0;
}
.g-table-score__number {
    margin-right: 20px;
}
.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;
}
.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: "SamsungSharpSans";
    font-weight: bold;
    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: "SamsungSharpSans";
    font-weight: bold;
    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__item--col {
        width: 25%;
    }
    .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__col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        padding-right: 16px;
    }
    .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-score__time {
        margin-bottom: -5px;
    }
    .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__time {
        margin-bottom: 0px;
    }
    .g-table-score__item--col {
        width: 33.333%;
    }
    .g-table-score__item {
        padding: 23px 20px 18px;
    }
    .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__action {
        position: absolute;
        top: 0;
        right: 0;
    }
    .g-table-score__action--col {
        position: relative;
    }
    .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;
    }
}
@media (max-width: 640px) {
    .g-table-score__item--col {
        width: 50%;
    }
}
@media (max-width: 500px) {
    .g-table-score__item--col {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/galaxystore_order/css/global/layouts/delivery.css?17556350325650*/
.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:nth-child(1), .g-delivery-payment__logo:nth-child(4), .g-delivery-payment__logo:nth-child(5) {
  display: none;
}
.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: "SamsungOne";
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}
.g-delivery-card__subtitle {
    margin-bottom: 0px;
    font-family: "SamsungOne";
    font-weight: 800;
    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('/local/templates/galaxystore/img/global/svg/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);
  }
}

.g-delivery-card {
  display: flex;
  flex-wrap: wrap;
}

.g-delivery-card .g-delivery-card__icon {
  margin-right: 25px;
  width: 55px;
  height: auto;
  align-items: flex-start;
  margin-bottom: 10px;
}

.g-delivery-card .g-delivery-card__header {
  max-width: 320px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.g-delivery-card .g-delivery-card__subtitle {
  font-size: 14px;
}

.g-delivery-card .g-delivery-card__content {
  width: 100%;
  margin-top: 15px;
}

.g-delivery-card .g-delivery-card__title {
  margin-bottom: 5px;
}
/* End */


/* Start:/local/templates/galaxystore_order/css/global/layouts/credit.css?175563503213326*/
.g-credit {
    margin-top: -13px;
}

.color-gray {
    color: #999999;
}

.g-table-credit .g-info-popper {
    margin-left: 5px;
}
.g-table-credit .g-info-wrapper:hover .g-credit-tooltip {
    display: block;
}
.g-table-credit .g-info-wrapper {
    cursor: pointer;
    position: relative;
}
.g-credit-tooltip {
    display: none;
    position: absolute;
    color: #000000;
    background-color: #ffffff;
    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: 100;
    left: 30px;
    top: 0;
    min-width: 120px;
}
.g-table-credit__overpayment .row {
    margin: 0;
}

@media (max-width: 1599px) {
    .g-credit .hidden-lg-down {
      display: none !important; 
    } 
}
  
@media (min-width: 1600px) {
    .g-credit .hidden-xl-up {
      display: none !important; 
    } 
}

.g-credit__head {
    margin-bottom: 27px;
}

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

.g-credit__text--max {
    max-width: 825px;
}

.g-credit__list {
    display: flex;
    flex: 1 auto;
    font-family: "SamsungOne";
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 38px;
    width: calc(100% + 29px);
}

.g-credit__list--question {
    margin-bottom: 31px;
}

.g-credit__list--question-min {
    margin-bottom: 20px;
}

.g-credit__list-item {
    display: flex;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
}

.g-credit__list-img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    flex-shrink: 0;
}

.g-credit__list-svg {
    width: 100%;
    height: 100%;
}

.g-credit__list-info {
    padding-right: 10px;
}

.g-credit__list-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.g-credit__list-text {
    font-size: 14px;
    line-height: 20px;
}

.g-credit__list-desc {
    font-size: 14px;
    line-height: 20px;
    color: #75787B;
    margin-top: 10px;
}

.g-calc {
    display: flex;
    background: #F7F7F7;
    width: 100%;
    margin-bottom: 40px;
}

.g-calc-info {
    background: #0077C8;
    color: #FFFFFF;
    padding: 40px 60px;
    flex-shrink: 0;
    width: 530px;
}

.g-calc-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 18px;
}

.g-calc-text {
    font-size: 14px;
    line-height: 20px;
}

.g-calc-in {
    width: 100%;
    padding: 40px 60px 107px;
}

.g-calc-head {
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 31px;
}

.g-calc-price__calc {
    color: #999999;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.g-calc-price__calc-total {
    color: #000000;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
}

.g-calc-price__links {
    position: relative;
    line-height: 20px;
}

.g-calc-price__num {
    display: block;
    white-space: nowrap;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
}

.g-calc-price__link {
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px dashed #000000;
    color: #000000;
}

.g-calc-price__link:hover {
    color: #00b3e3;
    border-color: #00b3e3;
    cursor: pointer;
}

.g-calc-price__link--absolute {
    position: absolute;
    left: calc(50% - 30px);
    top: calc(100% + 13px);
    line-height: 13px;
    text-align: center;
    transform: translate(-50%, 0px);
}

.g-calc-price__link--absolute:hover {
    z-index: 1;
}

.g-calc-tooltip {
    -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);
    background: #ffffff;
    padding: 26px 30px 27px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    position: absolute;
    top: calc(100% + 5px);
    left: -26px;
    width: 360px;
    transition: visibility 0s ease 0.25s, opacity 0.25s ease 0s;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    pointer-events: none;
}

.g-calc-tooltip--bottom {
    top: auto;
    bottom: calc(100% + 5px);
}

.g-calc-price__link--absolute:hover .g-calc-tooltip {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s ease 0s, opacity 0.25s ease 0s;
}

.g-calc-price__link--absolute:hover {
    cursor: pointer;
}

.g-calc-price__link--absolute:hover .g-calc-price__link {
    color: #00b3e3;
    border-color: #00b3e3;
    cursor: pointer;
}

.g-calc-tooltip h5 {
    margin-bottom: 13px !important;
    font-size: 16px;
    margin-top: 0;
}

.g-calc-tooltip p {
    margin: 0;
}

.g-calc-tooltip p:not(:last-child) {
    margin-bottom: 10px;
}

.g-credit__h2 {
    font-family: "SamsungSharpSans";
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 31px;
}

.g-credit__tables {
    background: #F7F7F7;
    margin: 0;
    padding: 60px 0px;
    width: 100vw;
    transform: translate(-50%, 0);
    width: 100vw;
    left: 50%;
    position: relative;
}

.g-credit__list + .g-credit__tables {
    margin-top: 59px;
}

.g-credit__list + .g-credit__tables:last-child {
    margin-bottom: -74px;
}


.g-credit__title {
    margin-bottom: 27px;
}

.g-credit__phone {
    margin: 11px 0 19px;
    display: inline-block;
    padding-left: 25px;
    background-image: url('/local/templates/galaxystore/img/global/svg/phone.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left 5px;
}

.g-credit__tel {
    font-family: "SamsungSharpSans";
    font-size: 28px;
    line-height: 31px;
    color: #000000;
    font-weight: bold;
}

.g-credit__link {
    color: #0077C8;
    font-weight: 800;
    font-size: 14px;
    line-height: 21px;
}

.g-credit__description:first-child {
    margin-top: -7px;
}

.tab-product {
    overflow: hidden;
}

@media (min-width: 768px) {
    .g-credit__title {
        margin-bottom: 50px;
    }
}

@media (min-width: 1600px) {
    .g-credit__description {
        margin-bottom: 94px;
    }
}

@media (min-width: 768px) and (max-width: 1599px) {
    .g-credit__text--max {
        max-width: 100%;
    }

    .g-credit__list {
        margin-bottom: 18px;
    }

    .g-calc-info {
        width: 380px;
        padding: 40px;
    }

    .g-calc-in {
        padding: 40px 20px 107px 40px;
    }

    .g-credit__title {
        margin-bottom: 45px;
    }

    .g-credit__table {
        padding-bottom: 55px;
        margin-bottom: 55px;
    }

    .g-table-credit__type {
        width: 245px;
        flex: none;
    }

    .g-table-credit__buy {
        flex: 0 1 100%;
    }

    .g-text-disclaimer p:not(:last-child) {
        margin-bottom: 0;
    }
}

@media (max-width: 1599px) {
    .g-credit__table {
        margin-bottom: -13px;
        padding-bottom: 55px;
    }

    .product-tab .g-credit__table {
        margin-bottom: 40px;
    }

    .g-text-info__col {
        border-bottom: 1px solid #EAEAEA;
        padding-bottom: 29px;
        margin-bottom: 61px;
    }

    .g-tab__content {
        overflow: hidden;
    }
}

@media (max-width: 1279px) {
    .g-credit {
        margin-top: -33px;
    }

    .g-credit__text {
        margin-bottom: 29px;
    }

    .g-credit__list--wrap {
        flex-wrap: wrap;
        margin-bottom: 39px;
    }

    .g-credit__list-item {
        max-width: 50%;
        align-items: center;
    }

    .g-credit__list-item--full {
        max-width: 100%;
    }

    .g-credit__list--wrap > *:nth-last-child(n + 3) {
        margin-bottom: 39px;
    }

    .g-calc {
        display: block;
    }

    .g-calc-head {
        margin-bottom: 21px;
    }

    .g-calc-price__link--absolute {
        top: calc(100% + 9px);
        left: calc(50% - 24px);
    }

    .g-calc-in {
        padding-bottom: 90px;
    }

    .g-calc-info {
        width: 100%;
        padding: 40px 40px 38px;
    }

    .g-calc-title {
        margin-bottom: 12px;
    }

    .g-credit__list--block-img > * {
        display: block;
    }

    .g-credit__list--block-img .g-credit__list-img {
        margin-bottom: 21px;
    }

    .g-credit__table {
        margin-bottom: -11px;
    }

    .product-tab .g-credit__table {
        margin-bottom: 32px;
    }

    .g-text-info__col {
        padding-bottom: 48px;
        margin-bottom: 42px;
    }
}

@media (max-width: 979px) {
    .g-credit {
        margin-top: -35px;
    }

    .g-credit__list--wrap > * {
        align-items: stretch;
    }

    .g-credit__list--wrap > *:nth-last-child(n + 3) {
        margin-bottom: 41px;
    }

    .g-calc-price__num {
        font-size: 24px;
    }

    .g-calc-price__calc-total {
        font-size: 24px;
    }

    .g-table-credit__type {
        width: 240px;
    }

    .g-table-credit__pay {
        width: 108px;
    }

    .g-table-credit__overpayment {
        width: 89px;
    }

    .g-table-credit__overpayment .active {
        color: #1428A0;
    }

    .g-table-credit__overpayment .active:hover .g-credit-tooltip {
        display: block;
    }

    .g-table-credit__overpayment .g-credit-tooltip  {
        top:100%;
        left: 0;
    }

    .g-table-credit__overpayment .g-info-popper {
        display: none;
    }

    .g-table-credit__contribution {
        width: 106px;
    }

    .g-table-credit__term {
        width: 99px;
    }

    .g-credit__title {
        margin-bottom: 50px;
    }

    .g-table__captions {
        align-items: flex-start;
        padding-bottom: 0;
    }

    .g-table__caption {
        padding-bottom: 13px;
    }

    .g-text-info__col {
        padding-bottom: 39px;
    }
}

@media (max-width: 767px) {
    .g-credit__description {
        margin-bottom: 28px;
    }

    .g-credit {
        margin-top: -3px;
    }

    .g-credit__head {
        margin-bottom: 18px;
    }

    .g-credit__list-item {
        width: 100%;
        max-width: 100%;
    }

    .g-credit__list--wrap > *:nth-last-child(n + 2) {
        margin-bottom: 30px;
    }

    .g-credit__list-img {
        height: 40px;
        width: 40px;
    }

    .g-calc {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 29px;
        width: calc(100% + 40px);
    }

    .g-calc-in {
        padding: 40px 20px 19px;
    }

    .g-calc-price__calc {
        display: block;
    }

    .g-calc-price__links {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .g-calc-price__links:not(:last-child) {
        margin-bottom: 10px;
    }

    .g-calc-price__link--absolute {
        position: relative;
        left: auto !important;
        top: auto;
        transform: none;
    }

    .g-calc-price__num {
        font-size: 30px;
    }

    .g-calc-price__calc-total {
        font-size: 30px;
        margin-left: 0;
        width: 100%;
        justify-content: flex-end;
        display: flex;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 21px;
        margin-top: 19px;
        padding-right: 8px;
    }

    .g-calc-info {
        padding-left: 20px;
        padding-right: 20px;
    }

    .g-calc-tooltip {
        width: 320px;
        left: 0;
    }

    .g-credit__h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 22px;
    }

    .g-credit__list {
        display: block;
        margin-bottom: 30px;
    }

    .g-credit__list--wrap {
        margin-bottom: 29px;
    }

    .g-credit__list--mob {
        margin-bottom: 59px;
    }

    .g-credit__list--block-img > * {
        display: flex;
    }

    .g-credit__list-item {
        align-items: stretch;
    }

    .g-credit__list-item:not(:last-child) {
        margin-bottom: 30px;
    }

    .g-credit__list--block-img .g-credit__list-img {
        margin-bottom: 0;
        margin-top: 9px;
    }

    .g-credit__list + .g-credit__tables {
        margin-top: 30px;
    }

    .g-credit__tables {
        margin-left: -20px;
        margin-right: -20px;
        padding: 29px 20px;
        left: auto;
        transform: none;
    }

    .g-credit__table {
        overflow: hidden;
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .g-credit__title {
        margin-bottom: 27px;
    }

    .g-table-credit__type {
        width: 100%;
        margin-bottom: 16px;
    }

    .g-table__item {
        padding-bottom: 24px;
    }

    .g-table-credit__term {
        padding-left: 0;
    }

    .g-text-disclaimer span {
        display: block;
        margin-bottom: 9px;
    }

    .g-text-info__col {
        margin-bottom: 49px;
    }

    .g-text-info__col:not(:first-child) {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 12px;
    }

    .g-credit__list + .g-credit__tables:last-child {
        margin-bottom: -60px;
    }

    .g-tab__content--min {
        overflow: initial;
    }

    .tab-product {
        overflow: initial;
    }

    .hidden-xs {
        display: none !important;
    }

    .show-xs { 
        display: inline !important;
    }
}

@media (max-width: 359px) {
    .g-calc-tooltip {
        width: 280px;
    }

    .g-calc-price__num,
    .g-calc-price__calc-total {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .show-xs {
        display: none !important;
    }
}

/* End */


/* Start:/local/templates/galaxystore_order/css/global/layouts/mappoint.css?17556350322263*/
.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 {
  padding-bottom: 1px;
}
.g-map-point.gm-normal:after {
  background-image: url('/local/templates/galaxystore/img/global/svg/map/default.svg');
}
.g-map-point.gm-empty:after {
  background-image: url('/local/templates/galaxystore/img/global/svg/map/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('/local/templates/galaxystore/img/global/svg/marker-map.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.g-map-point.gm-empty:after {
  background-image: url('/local/templates/galaxystore/img/global/svg/map/empty.svg');
}
.g-map-point.gm-pickpoint:after {
  background-image: url('/local/templates/galaxystore/img/global/svg/map/pickpoint.svg');
}
.g-map-point.gm-pickpoint2:after {
  background-image: url('/local/templates/galaxystore/img/global/svg/map/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_order/css/global/layouts/service.css?17556350323532*/
.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;
}

.g-service-vip__blocks .row:not(:last-child) {
    margin-bottom: 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__blocks .row:not(:last-child) {
    margin-bottom: 35px;
  }

  .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;
  }
}
.g-service-top__additional-services {
  margin-top: 100px;
}
/* End */


/* Start:/local/templates/galaxystore_order/css/global/layouts/popup.css?175563503232502*/
.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 150px;
}
.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: 600;
}
.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__step {
    max-width: 400px;
}
.g-popup-bonus__form {
    margin-bottom: 33px;
}
.g-popup-bonus__txt {
    margin-bottom: 40px;
}
.g-popup-bonus__txt .nowrap {
    white-space: nowrap;
}
.g-popup-bonus__description {
    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-150 {
    width: 150px;
}
.g-popup-bonus .gm-label.gm-250 {
    width: 120px;
}
.g-popup-bonus__radio .g-radio:not(:first-child) {
    margin-top: 10px;
}
.g-popup-bonus__buttons .g-button {
    margin-bottom: 20px;
}
.g-popup-bonus .gm-inline {
    white-space: nowrap;
}
.g-popup-bonus .gm-inline.gm-90 {
    max-width: 90px;
    width: 100%;
    margin-bottom: 0;
}
.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-bonus .g-button:disabled {
    background: #F2F2F2;
    color: #000000;
    pointer-events: none;
}
.g-popup-bonus__code {
    display: flex;
    align-items: center;
}
.g-popup-bonus__code-inputs {
    width: 152px;
    display: flex;
    justify-content: space-between;
    margin-right: 30px;
}
.g-popup-bonus__code-input {
    width: 32px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}
.g-popup-bonus__code-txt,
.g-popup-bonus__code-link {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}
.g-popup-bonus__code-link {
    color: #0077C8;
}
.g-popup-bonus__step .g-input-info.gm-error {
    margin-bottom: 5px;
}
.g-popup-bonus__card-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.g-popup-bonus__card-bonus {
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
}
.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;
    width: 100%;
    padding: 0 20px;
}
.g-popup-time__day {
    margin-bottom: 1px;
    display: block;
}
.g-popup-time__tab {
    flex: 1;
    min-width: 113px;
    min-height: 64px;
    text-align: left;
    position: relative;
}
.g-popup-time__tab + .g-popup-time__tab {
    margin-left: 5px;
}
.g-popup-time__tab.gm-calendar {
  background-image: url('/local/templates/galaxystore_order/css/global/layouts/../../../img/basket/svg/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 input[type="radio"] {
      display: none;
}
.g-popup-time__tab label {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 10px 15px;
      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%;
  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: "SamsungOne";
    font-weight: 800;
    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: "SamsungOne";
    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: "SamsungOne";
    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: 800;
}
.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 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
  }
  .g-popup-form__h1 {
    margin-bottom: 25px;
  }

  .new-password__content .g-popup-form {
    display: block;
  }
}
@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__buttons .g-button {
        margin-bottom: 0;
    }
  .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;
      padding-right: 0;
  }
  .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-tradein .g-popup-time__label {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
  }
  .g-popup-tradein .g-form__item.gm-label.gm-middle {
	  width: 85px;
  }
  .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: 80px;
    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 20px 75px;
  }
  .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__value.gm-date .gm-swipe:after {
    content: '';
    min-width: 20px;
  }
  .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: 40px;
}

.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;
  }
}

#popup-tradein .g-popup-form__content {
  text-align: center;
}

#popup-tradein .g-popup-form__thx.gm-active {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  padding: 0 40px;
}

@media(max-width: 767px) {
  #popup-tradein .g-popup-form__thx.gm-active {
    padding: 0 20px;
  }
}


.register-btns {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.g-button.register-btn__new {
    padding: 0 25px;
}

.register-jur {
    right: 0px;
    color: #0077C8;
    font-size: 14px;
}
/* Auth popup */

.g-popup-form__content.g-popup-auth__wide {
  max-width: 380px;
}

@media (max-width: 450px) {
  .register-btns {
    flex-direction: column;
  }
  .register-jur {
    margin-top: 30px;
  }
  .g-button.register-btn__new {
    width: 100%;
  }
  .g-popup-form__button.auth-btns-refactor {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .g-link.forgot-password-link-refactor {
    margin-top: 30px;
    margin-left: 0;
  }
  .g-button.gm-darkblue.auth-btn-refactor {
    width: 100%;
  }
    .g-popup-bonus .gm-label.gm-150 {
        width: 90px;
    }
    .g-popup-bonus__code {
        display: block;
    }
    .g-popup-bonus__code-inputs {
        margin: auto;
    }
    .g-popup-bonus__code-txt {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

/* End */


/* Start:/local/templates/galaxystore_order/css/global/layouts/headerMini.css?17556350322687*/
.g-header-mini {
  background-color: #000000;
  padding: 15px 0;
}
.g-header-mini__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;
}
.g-header-mini__logo {
    padding: 0px 30px 0px 0;
    border-right: 1px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.g-header-mini__logo .svg-logo {
      font-size: 25.3px;
      fill: #ffffff;
}
.g-header-mini__logo .svg-logo.m-mobile {
    display: none;
}
.g-header-mini__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;
}
.g-header-mini__back img {
      display: block;
      margin-right: 9px;
    }
.g-header-mini__page {
    font-family: "SamsungSharpSans";
    font-size: 19px;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.g-header-mini__phone .svg-phone {
      font-size: 16px;
      fill: #ffffff;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.g-header-mini__num {
    font-weight: 800;
    font-size: 15px;
    line-height: 1;
    color: #ffffff;
}
.g-header-mini__message {
    display: inline-block;
}
.g-header-mini__message img {
      width: 30px;
      height: 30px;
      display: block;
    }
.g-header-mini__message:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 1400px) {
    .g-header-mini__logo .svg-logo {
        display: none;
    }
    .g-header-mini__logo .svg-logo.m-mobile {
        display: block;
    }
}
@media (min-width: 768px) {
  .g-header-mini {
    padding: 9px 0 7px 0;
  }
  .g-header-mini__back {
    display: none;
  }
  .g-header-mini__page {
    margin-left: 29px;
  }
  .g-header-mini__phone {
    margin-right: 30px;
    margin-left: auto;
  }
  .g-header-mini__phone .svg-phone {
    display: none;
  }
}
@media (max-width: 1400px) {
    .g-header-mini__logo .svg-logo {
        display: none;
    }
    .g-header-mini__logo .svg-logo.m-mobile {
        width: 101px;
        height: 28px;
        display: block;
    }
}
@media (max-width: 767px) {
  .g-header-mini__logo {
    display: none;
  }
  .g-header-mini__phone {
    padding: 0px 3px 0px 35px;
  }
  .g-header-mini__num {
    display: none;
  }
  .g-header-mini__messages {
    display: none;
  }
}

/* End */


/* Start:/local/templates/galaxystore_order/css/global/layouts/menuMobile.css?17556350327726*/
.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;
    width: 100%;
}
.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: "SamsungSharpSans";
    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 {
    position: relative;

    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;
    width: 100%;
    cursor: pointer;
}
.g-menu-mobile-sub__back .svg {
    position: relative;
    top: -1px;

    font-size: 13px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 12px;
}
.g-menu-mobile-sub__back span {
    font-weight: 600;
}
.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: "SamsungSharpSans";
    padding: 13px 20px 12px 0;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
  }
.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: 20px;
}
.g-menu-mobile-footer__link {
    margin-left: auto;
}
.g-menu-mobile-footer__icon-links {
    display: flex;
}
.g-menu-mobile-footer__icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: relative;
}
.g-menu-mobile-footer__icon-link + .g-menu-mobile-footer__icon-link {
    margin-left: 30px;
}
.g-menu-mobile-footer__user {
    margin-right: 10px;
  }
.g-menu-mobile-footer__logout {
    color: #999;
}

.g-menu-mobile-header {
  margin-bottom: 25px;
  position: relative;
}
.g-menu-mobile-header .g-text{
    font-weight: 600;
}
.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: 12px;
    }

.g-menu-mobile-header__city .svg {
    position: relative;
    top: -1px;

    font-size: 13px;
    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;

    width: 20px;
    height: 20px;
  }
.g-menu-mobile-header__close .svg {
      font-size: 20px;
      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;
    height: calc(100% - 55px - env(safe-area-inset-bottom));
}
.g-menu-mobile__content {
    background-color: #ffffff;
    padding: 20px 20px calc(55px + env(safe-area-inset-bottom)) 20px;
    overflow-x: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.25s;
}
.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: 1089px) {
  .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);
  }
}

.img-user-new-year {
  margin-top: -6px;
}

.g-menu-mobile-links {
  margin: 25px 0;
  display: flex;
  align-items: center;
}

.g-menu-mobile-links__compare {
  position: relative;
  margin-right: 20px;
  padding: 0;
}

.g-menu-mobile-links__compare .g-header__num {
  position: static;
  display: inline-block;
  line-height: 19px;
  margin-left: 2px;
}
/* End */


/* Start:/local/templates/galaxystore_order/css/global/layouts/search.css?17556350324633*/
.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: calc(100vh - 45px);
        padding-bottom: 55px;
        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_order/css/global/layouts/region.css?17556350327191*/
.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 65px;
    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__link.city.checked{
    color: #0077C8;
}
.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: "SamsungOne";
    font-style: normal;
    font-weight: 800;
    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_order/css/home/home.css?174592829639161*/
.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: "SamsungOne";
    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: "SamsungOne";
    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: "SamsungOne";
      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: "SamsungOneC";
        font-weight: 800;
        font-size: 21px;
        line-height: 31px;
        margin-bottom: 7px;
    }
    .home-card__name.gm-big .g-text {
          font-family: "SamsungOneC";
          font-weight: 800;
          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_order/css/auth/auth.css?17459282962981*/
.auth {
  min-height: calc(100vh - 60px - 128px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
}
  .auth .col {
    padding: 0 10px;
  }
  .auth .row {
    margin: 0 -10px;
  }
  .auth__body {
    max-width: 723px;
    width: 100%;
  }
.auth__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.auth__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}
.auth__form {
    padding: 0 30px 30px;
}
.auth__row.gm-mt {
  margin-top: 20px;
}
.auth__bg {
    background-color: #F7F7F7;
    padding: 21px 30px 30px;
}
.auth__bg .g-checkbox {
      margin-bottom: 0px;
}
.auth__bg .gm-mt {
      display: inline-block;
      margin-top: 11px;
}
.auth__buttons {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.auth__bottom {
    margin-top: 23px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
@media (min-width: 768px) {
  .auth__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .auth__top {
    margin-bottom: 33px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .auth__title {
    margin-right: 28px;
    line-height: 1;
  }
  .auth__subtitle {
    line-height: 1;
  }
  .auth__block {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
  }
  .auth__form {
    padding: 40px;
  }
  .auth__row.gm-auth > .g-form__inline {
    margin-bottom: 0;
  }
  .auth__bg {
    padding: 31px 40px 40px;
  }
  .auth__buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .auth__button {
    display: inline-block;
  }
  .auth__button .g-button {
    padding: 0 28px;
  }
  .auth__recovery {
    margin-left: 39px;
  }
  .auth__bottom {
    margin-top: 33px;
    max-width: 723px;
    padding-right: 216px;
  }
}
@media (max-width: 767px) {
  .auth__body {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding-top: 26px;
  }
  .auth__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
  }
  .auth__subtitle .gm-s {
    display: none;
  }
  .auth__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .auth__recovery {
    margin-top: 23px;
  }
}

/* End */


/* Start:/local/templates/galaxystore_order/css/catalog/catalog.css?1755635032416*/
.catalog .g-content {
    z-index: unset;
}

.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;
    }
}

.overall-rating.border-none {
    border:none;
}

/* End */


/* Start:/local/templates/galaxystore_order/css/account/account.css?175563503227488*/
.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__subscribe {
    margin-top: -10px
}
.checkbox-input {
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.checkbox-input+label {
    position: relative;
    margin-left: 5px;
}
.checkbox-input+label::before {
    content: '';
    position: absolute;
    background: none;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    width: 12px;
    height: 12px;
    top: 0;
    left: -20px;
    z-index: -1
}
.checkbox-input+label::after {
    content: '';
    position: absolute;
    background: url(/local/templates/galaxystore_order/css/account/../../img/account/svg/check.svg) no-repeat 65% 65%;
    width: 12px;
    height: 12px;
    top: 0;
    left: -20px;
    z-index: -1
}
.checkbox-input:checked+label::before {
    background: #0077C8;
    border: 1px solid #0077C8;
}
.account-profile__row {
    display: flex;
    margin-top: 15px;
}
.account-profile__item {
    display: table-row;
    width: 30%;
}
.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('/local/templates/galaxystore/img/global/svg/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('/local/templates/galaxystore_order/css/account/../../img/global/svg/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 {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    height: 60px;
}
.account-tab__image img {
      display: block;
      max-width: 100%;
      mix-blend-mode: multiply;
      max-height: 60px;
      margin: auto;
    }
.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--completed {
    margin-top: 60px;
    margin-bottom: 30px;
}
.account-orders__title {
    margin-bottom: 30px;
}
.account-orders__title--completed {
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
}
.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__actions {
    position: relative;
    margin-top: 20px;
}
.account-orders .gm-num,
.account-orders .gm-date,
.account-orders .gm-ball,
.account-orders .gm-status,
.account-orders .gm-status-pay,
.account-orders .gm-sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
}
.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: "SamsungOne";
    font-size: 16px;
    font-weight: 800;
}
.account-nav__empty {
    display: none;
}
.account-nav__bonus {
    margin-left: auto;
    margin-right: 35px;
    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-tab__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0 20px 40px;
  }
  .account-tab__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-right: auto;
    margin-left: 20px;
  }
  .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 20%;
    flex: 0 0 20%;
  }
  .account-orders .gm-date {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .account-orders .gm-status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
  }
  .account-orders .gm-status-pay {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  }
  .account-orders .gm-ball {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
  }
  .account-orders .gm-sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
  }
    .account-orders__actions {
        max-width: 220px;
    }
    .account-orders__item-label {
        display: none;
    }
  .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: 60px;
  }
  .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-num {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
      flex: 0 0 18%;
    }
    .account-orders .gm-status-pay {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
    }
  .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;
  }
}
@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:first-child {
    margin-top: -16px;
  }
  .account-orders .gm-status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
  }
  .account-orders .gm-sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
  }
  .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__auth {
    margin-bottom: 30px;
  }

  .account-tab__image {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
  }

  .account-tab__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    margin-right: auto;
    margin-left: 30px;
  }

  .account-tab__prices {
    margin-left: 30px;
  }

  .account-tab__prices {
    flex: 0 1 360px;
  }

  .account-tab {
    margin-left: -40px;
    margin-right: -40px;
  }

  .account-tab__title {
    margin-left: 40px;
  }
  .account__nav {
    margin-bottom: 23px;
  }
}
@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:last-child {
    margin-top: 30px;
  }
  .account-tab__name {
    margin-bottom: 9px;
  }
  .account-orders__table .g-table__captions {
      display: none;
  }
  .account-orders--completed {
      margin-top: 30px;
  }
  .account-orders__button {
    margin-bottom: 33px;
  }
  .account-orders__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .account-orders__item {
      position: relative;
      padding-top: 18px;
      margin: 5px 0;
  }
  .account-orders__item-label {
      position: absolute;
      top: 0;
      height: 14px;
      color: #999999;
      font-weight: normal;
      font-size: 12px;
      line-height: 14px;
  }
  .account-orders__title {
      margin-bottom: 0;
  }
  .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: "SamsungOne";
    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__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;
}

@media(max-width: 767px) {
  .account-tab__title {
    margin-left: 20px;
  }

  .account-tab__block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 20px;
  }

  .account-tab__service {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #F7F7F7;
    padding: 15px 20px;
  }

  .account-tab {
    margin-left: -20px;
    margin-right: -20px;
  }

  .account-tab__image {
    flex: 0 0 80px;
  }

  .account-tab__name {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: auto;
    flex: 0 0 64%;
  }

  .account-tab__prices {
    flex: 0 1 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .account-tab__sum {
    margin-left: auto;
    font-weight: 700;
  }

  .account-tab__service:last-child {
    padding: 15px 20px 30px 20px;
  }
}

@media(min-width: 768px) {
  .account-tab__service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 10px 40px;
    align-items: center;

    background-color: #F7F7F7;
  }

  .account-tab__service:last-child {
    padding: 10px 0 30px 40px;
  }
}


.loader {
    display: none;
}
.loader.loader-fixed {
    position: fixed;
    background: hsla(0, 0%, 100%, .5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    z-index: 115;
}
.loader.loader-fixed img {
    animation: rotate-loading 1.2s linear infinite;
}

#contact-info-confirm-form,
#confirm-email {
    display: none;
}
.account-confirm-email__buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media(min-width: 768px) {
    .account-confirm-email__buttons button {
        max-width: 260px;
    }
}

/* End */


/* Start:/local/templates/galaxystore_order/css/basket/basket.css?175563503275123*/
@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: "SamsungOne";
    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: "SamsungOne";
    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 0px;
}
.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('/local/templates/galaxystore_order/css/basket/../../img/basket/svg/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: "SamsungOne";
    font-weight: 800;
    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 {
    max-width: 874px;
    width: 100%;
}
.basket-pay__radio:not(:last-child) {
  margin-right: 30px;
    margin-bottom: 7px;
}
.basket-pay__radio.nomargin:not(:last-child){
    margin:0;
}
.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('/local/templates/galaxystore_order/css/basket/../../img/basket/svg/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;
}

#reload_captcha{
    display: block;
    margin: 11px 0 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__items.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.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: 800;
}
.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-accessories__header {
  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__button {
    height: 28px;
    line-height: 28px;
    padding: 0 11px;
    background-color: #F2F2F2;
    color: #999999;
    border-radius: 3px;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 10px;
}
.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: "SamsungSharpSans";
    font-size: 19px;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
}
.basket-header__phone .svg-phone {
      font-size: 16px;
      fill: #ffffff;
}
.basket-header__num {
    font-weight: 800;
    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__note:hover {
    z-index: 1;
}

.basket-product__description.gm-acc{
    padding-left: 25px;
    background-image: url('/local/templates/galaxystore_order/css/basket/../../img/basket/svg/check.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left top 2px;
}

.basket-icon-wrapper svg{
    fill: #75787B;
    cursor: pointer;
}

.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: "SamsungOne";
  content: 'шт.';
  top: 1px;
  right: 15px;
  color: #000000;
  font-family: "SamsungOne";
  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: "SamsungOne";
  content: 'шт.';
  top: 1px;
  right: 15px;
  color: #000000;
  font-family: "SamsungOne";
  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: "SamsungOne";
}

.basket-product__val-input:after {
  position: absolute;
  font-family: "SamsungOne";
  content: 'шт';
  top: 0px;
  left: 50%;
  padding-left: 0px;
  color: #000000;
  font-family: "SamsungOne";
  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: "SamsungOne";
      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: bold;
    color: #000000;
    font-size: 16px;
    text-align: right;
    margin-bottom: 10px;
    font-family: "SamsungSharpSans", 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 {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.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('/local/templates/galaxystore_order/css/basket/../../img/basket/svg/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('/local/templates/galaxystore_order/css/basket/../../img/global/svg/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('/local/templates/galaxystore_order/css/basket/../../img/global/svg/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;
    z-index: 1;
}
#promocode-element-container {
    margin-bottom: 34px;
    margin-top: -20px;
}

.basket-lifting {
    /*width: 75px;*/
    text-align: right;
}

.order-info-icon {
    position: relative;
}

.order-info-icon .g-info {
    display: block;
    margin-left: 10px;
}

.order-info-icon .product-card__popup .g-text {
    margin-bottom: 0;
}

.order-info-icon .g-info:focus ~ .product-card__popup {
    display: block !important;

    position: absolute;
    top: calc(100% + 10px);
    left: 10px;

    width: 360px;
}
.delivery-item__w-space {
  white-space: normal;
}
@media (max-width: 850px) {
    .order-info-icon .g-info:focus ~ .product-card__popup {
        left: -68px;
    }
}

@media (max-width: 767px) {
    .order-info-icon .g-info:focus ~ .product-card__popup {
        left: -146px;
        max-width: calc(100vw - 40px);
    }
}

.basket-order-address__form .g-form__inline:last-of-type {
    margin-bottom: 0;
}

.delivery-lifting {
    flex-flow: wrap;
    margin-top: -10px;
}

.delivery-lifting__has-lift {
    display: flex;
    align-items: center;
}

.delivery-lifting .basket-order-address__value .g-input:first-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
  .delivery-lifting {
      flex-flow: nowrap;
      margin-top: 0;
  }

  .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('/local/templates/galaxystore_order/css/basket/../../img/basket/svg/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 22%;
    flex: 0 0 22%;
  }
  .basket-store-choice__middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .basket-store-choice__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
  }
  .basket-store-choice__info {
      margin-left: 22%;
    margin-bottom: 10px;
  }
  .basket-store-choice__other {
      margin-left: 22%;
  }
  .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('/local/templates/galaxystore_order/css/basket/../../img/basket/svg/point.svg');
    background-size: 30px 40px;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .basket-pickpoint-choice__top.pickpoint {
    background-image: url('/local/templates/galaxystore_order/css/basket/../../img/global/svg/map/pickpoint.svg');
  }
  .basket-pickpoint-choice__top.sdek {
    background-image: url('/local/templates/galaxystore_order/css/basket/../../img/global/svg/map/sdek.svg');
  }
  .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: 20px;
  }
  .basket-pay__title {
    white-space: nowrap;
  }
  .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-icon-glass:hover .product-card__popup--gluing-glass {
    display: block;
  }
  .basket-icon-glass {
    display: inline-block;
    transform: translateY(5px);
    margin-left: 4px;
  }

  .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 (max-width: 1024px) {
    .page.gm-fh-fix {
        padding-top: 52px;
        padding-bottom: 193px;
    }
}
@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__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 300px;
        flex: 0 0 300px;
    }
    .basket-store-choice__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
    }
  .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;
  }
  .basket__final-callback {
    margin-bottom: 30px;
  }
  .basket-info__image {
    display: block;
    flex: 0 0 60px;
    height: 60px;
    margin-right: 20px;
  }

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

  .basket-info__button .g-button {
    max-width: 330px;
    width: 100%;
  }
}
@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;
  }
  .basket-popup__nav {
    white-space: nowrap;
  }
}
@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: "SamsungOne";
    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: "SamsungOne";
    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 {
    margin-bottom: 30px;
  }
  .basket-pay__radios {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }
  .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__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: 800;
    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__final-callback {
    margin-bottom: 20px;
  }
}
.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: "SamsungOne";
    font-weight: 800;
}
.basket__bonus-card__info {
    margin-bottom: 15px;
}
.basket__bonus-card__info__title {
    font-family: SamsungOne;
    font-style: normal;
    font-weight: 800;
    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;
    padding-bottom: 55px;
}

.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: "SamsungSharpSans";
    font-size: 28px;
    font-weight: bold;
    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: normal;
}

@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: "SamsungOne";
        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;
}

.basket-product__service {
  position: relative;
  padding-left: 30px;
  margin-top: 25px;
}

.basket-product__service-img {
  position: absolute;
  left: 0;
  top: 0;
}

.basket-product__service .basket-product__remove {
  background-color: transparent;
  width: 20px;
  height: 20px;
}

.basket-product__service-descr {
  margin-top: 10px;
}

.basket-info__services-list .basket-info__left {
  max-width: 215px;
  width: 100%;
}

.basket-info__services-list .basket-info__row {
  position: relative;
  padding-left: 15px;
}

.basket-info__services-list .basket-info__row::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  background: url('/local/templates/galaxystore/img/global/svg/plus-blue.svg') no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  height: 10px;
}
.basket-order-time__notice-message {
  display: flex;
  align-items: center;
}

.basket-order-time__notice-message img {
  margin-right: 10px;
}

@media(max-width: 767px) {
  .basket-product__service {
    position: relative;
    background: #F7F7F7;
    margin: 0 -20px 0;
    padding: 20px 20px 15px;
    border-bottom: 1px solid #EAEAEA;
  }

  .basket-product__service:nth-child(1) {
    margin-top: 30px !important;
  }

  .basket-product__button {
    margin-bottom: 30px;
  }

  .basket-product__service::before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    left: 50%;
    top: -1px;
    height: 15px;
    width: 15px;
    background: #F7F7F7;
    transform: rotate(45deg) translateX(-50%);
  }

  .basket-product__service-img {
    left: 20px;
    top: 20px;
  }

  .basket-product__service .basket-product__description {
    padding-left: 0;
  }

  .basket-product__service .basket-product__name {
    padding-left: 30px;
    display: block;
  }

  .basket-products__item:not(:last-child) {
    border-bottom: 0;
  }

  .basket-products__item {
    padding: 30px 0 0;
  }

  .basket__final-callback .basket-checks {
    padding: 0;
  }

  .basket__final-callback {
    margin-top: -10px;
  }

  .basket__final .basket__result .basket-info {
    margin: 0 -20px;
  }

  .basket-info__image {
    flex: 0 0 40px;
    height: 40px;
    margin-right: 10px;
  }
}

.basket-popup__button-big {
  font-family: "SamsungOne";
  font-size: 14px;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  letter-spacing: inherit;
  height: 40px;
  display: inline-block;
  background-color: #F7F7F7;
  color: #000;
  width: 160px;
  transition: 0.25s;
}

.basket-popup__button-big--acces {
  border-radius: 5px 0px 0px 5px;
}

.basket-popup__button-big--service {
  border-radius: 0px 5px 5px 0px;
}

.basket-popup__button-big:hover {
  background-color: #e5e5e5;
}

.basket-popup__button-big.gm-active {
  color: #ffffff;
  background-color: #1428A0;
}

.basket-popup-accessories__tabs {
  margin-bottom: 30px;
  text-align: center;
}

.basket-popup-accessories__tabs .basket-popup__button {
  margin-bottom: 0;
}

.basket-popup-accessories__tabs .basket-popup__button:first-child,
.basket-popup-accessories__tabs .basket-popup__button:last-child {
  margin-right: 0;
}

#tab_services-main .basket-popup__top,
#tab_acces-main .basket-popup__top {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .basket-popup-accessories__tabs {
    white-space: nowrap;
  }

  .basket-product__service .basket-product__remove {
    width: auto;
  }
}

@media (max-width: 359px) {
  .basket-popup-accessories__tabs .basket-popup__button {
    width: 50%;
  }
}

.accessories__preloader-row {
  position: relative;
  height: 40px;
}

.accessories__preloader-row--mb-40 {
  margin-bottom: 40px;
}

.accessories__preloader-row::after {
  position: absolute;
  content: " ";
  background-image: url('/local/templates/galaxystore/img/global/svg/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;
}

@media(max-width: 767px) {
    .tab-content>.tab-pane {
        display: none !important;
    }
    .tab-content>.active {
        display: block !important;
    }
    .basket-order-time__tabs.gm-swipe {
        padding-left: 20px;
    }
    .basket-order-time__tabs.gm-swipe > div:last-child {
        padding-right: 20px;
    }
}

.basket-order-time__logo {
    width: 120px;
}

.basket-order-time__logo-yandex {
    margin-right: 5px;
}

.basket-order-time__logo-ya-go {
    width: 25px;
}

.basket-popup__nav .basket-popup__button {
    line-height: 28px;
}

.basket-icon-wrapper--glass p {
    display: inline;
}

.basket-inline-icon {
    position: relative;

    display: inline;
    height: 14px;
    width: 20px;
    margin-left: 8px;
}

.basket-inline-icon svg {
    position: absolute;
    top: -2px;
}

.basket-icon-wrapper--glass .product-card__popup {
    color: #000;
}

@media (max-width: 990px) {
    .basket-icon-wrapper--glass .product-card__popup {
        top: 20px !important;
    }
}

#popup-add-address .g-modal__close .svg {
    font-size: 20px;
}

.basket-info__pay {
    max-width: 280px;
    margin: 30px auto 0;
}

.basket-info__pay-btn + .basket-info__pay-btn {
    margin-top: 15px;
}
/* End */


/* Start:/local/templates/galaxystore_order/css/product/product.css?175563503268804*/
.product-bg {
    height: 400px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-bg__title {
    font-family: "SamsungSharpSans";
    font-size: 28px;
    line-height: 31px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    width: 100%;
    max-width: 483px;
    margin: 0 auto;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
}
.product-popup-360 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-popup-360__block {
    padding: 40px;
}
.product-popup-360 .Magic360, .product-popup-360 .Magic360-container {
    border: none;
}
.product-popup-360__top {
    padding: 15px 63px 16px 20px;
}
.product-popup-360__art {
    margin-bottom: 6px;
}
.product-popup-360__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-popup-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-popup-video .gm-active {
    width: 100%;
}
.product-popup-video__block {
    height: auto;
    padding: 0 40px 56.25%;
    position: relative;
    margin: 0 auto;
    max-width: 515px;
    width: 100%;
}
.product-popup-video__block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
}
.product-popup-video__top {
    padding: 15px 63px 16px 20px;
}
.product-popup-video__art {
    margin-bottom: 6px;
}
.product-popup-video__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-recommend {
    padding-bottom: 25px;
}
.product-recommend__title.g-text-bold {
    margin-bottom: 25px;
}
.product-recommend__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.product-recommend__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 140px;
    height: 97px;
    position: relative;
}
.product-recommend__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%);
    display: block;
}
.product-recommend__name.g-text {
    margin-bottom: 10px;
    display: inline-block;
}
.product-recommend__prices {
    margin-bottom: 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.product-recommend__new.g-text-bold {
    margin-bottom: 0;
    margin-right: 15px;
}
.product-recommend__old {
    font-family: "SamsungOne";
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #999999;
    position: relative
}
.product-recommend__old:after {
    position: absolute;
    content: '';
    opacity: 0.5;
    height: 1px;
    width: 90%;
    top: 5px;
    left: 50%;
    background-color: #FF4337;
    -webkit-transform: rotate(-10deg) translateX(-50%);
    -ms-transform: rotate(-10deg) translateX(-50%);
    transform: rotate(-10deg) translateX(-50%);
}
.product-popup-order-info {
    background-color: #F7F7F7;
    padding: 14px 20px 16px;
}
.product-popup-order-info__order {
    margin-bottom: 10px;
}
.product-popup-order-info__name {
    margin-bottom: 10px;
}
.product-popup-form {
    padding: 24px 20px;
}
.product-popup-form__content {
    max-width: 310px;
    width: 100%;
}
.product-popup-form__block, .product-popup-form__thx {
    display: none;
}
.product-popup-form__block.gm-active, .product-popup-form__thx.gm-active {
    display: block;
}
.product-popup-form__h1 {
    margin-bottom: 27px;
}
.product-popup-form__text {
    margin-bottom: 35px;
}
.product-popup-form__inlines {
    margin-bottom: 40px;
}
.product-popup-form__inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-popup-form__inline:not(last-child) {
    margin-bottom: 20px;
}
.product-popup-form__inline .g-input-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.product-popup-form__button:not(:last-child) {
    margin-bottom: 33px;
}
.product-popup-form__button .g-button {
    width: auto;
    padding: 0 30px;
}
.product-popup-form__info {
    margin-bottom: 40px;
}
.product-popup-form__info.gm-booking {
    margin-bottom: 34px;
}
.product-popup-form__store {
    margin-bottom: 35px;
}
.product-popup-comment {
    padding: 24px 20px;
    position: relative;
    height: 100%;
}
.product-popup-comment__title {
    margin-bottom: 22px;
}
.product-popup-comment__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    margin-bottom: 30px;
}
.product-popup-comment__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 10px;
}
.product-popup-comment__stars input {
    display: none;
}
.product-popup-comment__stars :checked~label .svg {
    fill: #F8E71C;
}
.product-popup-comment__stars :hover~label .svg {
    fill: #F8E71C;
}
.product-popup-comment__star {
    cursor: pointer;
    margin-left: 10px;
}
.product-popup-comment__star.gm-ml0 {
    margin-left: 0;
}
.product-popup-comment__star .svg {
    font-size: 28px;
    fill: #F4F1EE;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-popup-comment__inputs {
    margin-bottom: 20px;
}
.product-popup-comment__inputs .g-input {
    margin-bottom: 20px;
}
.product-popup-comment__button:not(:last-child) {
    margin-bottom: 33px;
}
.product-popup-comment__info {
    width: 100%;
    padding-bottom: 25px;
}
.product-popup-comment__info:not(:last-child) {
    padding-bottom: 35px;
}
.product-popup-comment__message, .product-popup-comment__main {
    display: block;
}
.product-popup-comment__message.gm-hidden, .product-popup-comment__main.gm-hidden {
    display: none;
}
.product-popup-comment__message {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    right: 20px;
    max-height: calc(100% - 50px);
}
.product-fixed-mobile__image {
    height: 30px;
    max-width: 30px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.product-fixed-mobile__image img {
    max-width: 30px;
    max-height: 40px;
}
.product-fixed-mobile__buy {
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
}
.product-fixed-mobile__name {
    margin-right: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.product-fixed-mobile__text {
    font-size: 12px;
    line-height: 14px;
}
.product-fixed-mobile__button {
    height: 30px;
    line-height: normal;
    padding: 5px 18px;
    white-space: nowrap;
}
.product-popup-compare {
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-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;
}
.product-popup-compare__image img {
    max-height: 80px;
    max-width: 100px;
    display: block;
}
.product-popup-compare__description {
    padding-left: 30px;
}
.product-popup-compare__description .g-text {
    margin-top: 9px;
}
.product-popup-gift {
    padding: 36px 20px 0;
}
.product-popup-gift__h1 {
    margin-bottom: 29px;
}
.product-popup-gift__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-popup-gift__card {
    width: 100%;
}
.product-popup-gift__products {
    display: none;
}
.product-popup-gift__products.gm-active {
    display: block;
}
.product-popup-gift__product {
    display: none;
}
.product-popup-gift__product.gm-active {
    display: block;
}
.product-popup-gift__block {
    width: 185px;
    margin: 0 auto 36px;
}
.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;
}
.product-popup-buttons.gm-bg {
    background-color: #F7F7F7;
}
.product-popup-buttons__item.gm-close {
    margin-left: 10px;
}
.product-popup-buttons__item.gm-close .g-button {
    border: none;
    background-color: transparent;
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
}
.product-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%);
}
.product-popup-added {
    padding: 36px 20px 40px;
}
.product-popup-added__h1.g-h1 {
    margin-bottom: 32px;
}
.product-popup-added__h3 {
    margin-bottom: 40px;
}
.product-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;
}
.product-popup-added__image {
    position: relative;
    width: 100px;
    padding-bottom: 100px;
}
.product-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%;
}
.product-popup-added__name {
    padding-left: 30px;
}
.product-popup-added__link {
    color: #000000;
    font-weight: 600;
}
.product-popup-added__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}
.product-popup-added__card {
    width: 100%;
    padding: 0 15px;
}
.product-popup-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-popup-slider__main {

    width: 100%;
}
.product-popup-slider__main .slick-slider, .product-popup-slider__main .slick-list, .product-popup-slider__main .slick-track {
    height: 100%;
}
.product-popup-slider__button.g-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.product-popup-slider__button.g-button.gm-prev {
    left: 70px;
}
.product-popup-slider__button.g-button.gm-next {
    right: 30px;
}
.product-popup-slider__thumbs {
    width: 90px;
}
.product-popup-slider__thumbs {

}
.product-popup-slider__left {
    width: 90px;
}
.product-popup-slider__thumb {
    width: 25%;
    height: 70px;
    position: relative;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px;
}
.product-popup-slider__thumb:not(:last-child) {
    margin-bottom: 20px;
}
.product-popup-slider__thumb.gm-active, .product-popup-slider__thumb:hover {
    opacity: 0.4;
}
.product-popup-slider__thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.product-popup-slider__slider {
    height: 100%;
}
.product-popup-slider__slider .product-popup-slider__item {
    height: 100%;
}
.product-popup-slider__item {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    height: auto;
    width: auto;
    max-width: 800px;
    margin: 0 auto;
}
.product-popup-slider__item img:not(.Magic360-img) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    display: block;
}
.product-popup-slider__slider {
    position: relative;
}
.product-popup-slider__slider.gm-hidden {
    display: none;
}
.product-popup-slider__slider.gm-visible {
    display: block;
}
.product-popup-slider__360 {
    height: 100%;
}
.product-popup-slider__360 .product-popup-slider__item {
    position: relative;
    max-width: 800px;
    width: 100%;
}
.product-popup-slider__360 .Magic360-img {
    max-height: 100%;
}
.product-popup-slider__360 .Magic360, .product-popup-slider__360 .Magic360-container {
    border: none;
}
.product-popup-slider__360 .Magic360-container.desktop {
    height: auto;
    width: 80%;
    border: none;
}
.product-popup-slider__360 .Magic360-container.desktop .Magic360 {
    display: block !important;
}
.product-popup-slider__360.gm-hidden {
    display: none;
}
.product-popup-slider__360.gm-visible {
    display: block;
}
.product-popup-slider__video {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.product-popup-slider__video .product-popup-slider__item {
    height: 100%;
    position: relative;
    max-width: 100%;
    width: 100%;

    height: 100%;
}
.product-popup-slider__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.product-popup-slider__video.gm-hidden {
    display: none;
}
.product-popup-slider__video.gm-visible {
    display: block;
}
.product-lightbox {
    padding: 15px 20px;
    height: 100%;
    position: relative;
}
.product-lightbox__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-lightbox__header {
    margin-bottom: 42px;
}
.product-lightbox__serial {
    margin-bottom: 6px;
}
.product-lightbox__title {
    font-size: 20px;
    font-weight: 800;
    padding-right: 60px;
}
.product-lightbox__main {
    height: 100%;
    position: relative;
}
.product-lightbox__buy {
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 340px;
    -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;
    background-color: #ffffff;
    z-index: 2;
}
.product-lightbox__buy.gm-stock {
    padding-bottom: 25px;
    border-bottom: 1px solid #EAEAEA;
}
.product-lightbox .slick-dots {
    bottom: -20px;
}
.product-lightbox .slick-dots li {
    width: 9px;
    height: 9px;
}
.product-lightbox .slick-dots li button {
    width: 9px;
    height: 9px;
    padding: 0;
}
.product-lightbox .slick-dots li button:before {
    width: 9px;
    height: 9px;
    font-size: 9px;
    border-radius: 100%;
    content: " ";
    background-color: rgba(0, 0, 0, 0.1);
}
.product-lightbox .slick-dots li.slick-active button:before {
    background-color: #0077C8;
}
.product-popup {
    padding: 15px 20px;
    height: 100%;
    position: relative;
}
.product-tab__title {
    margin-bottom: 16px;
}
.product-tab__title--mobile-show {
    display: none !important;
}
@media(max-width: 1279px) {
    .product-tab__title--mobile-show {
        display: flex !important;
        width: 100%;
    }
}
.product-tab__title--mobile-hide {
    display: none !important;
}
@media(min-width: 1280px) {
    .product-tab__title--mobile-hide {
        display: flex !important;
    }
}

.product-tab__link {
    margin-left: 40px;
    position: relative;
}
.product-spec:not(:last-child) {
    margin-bottom: 33px;
}
.product-spec__title {
    margin-bottom: 18px;
}
.product-spec__item {
    border-top: 1px solid #EAEAEA;
    padding: 8px 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-spec__item:last-child {
    border-bottom: 1px solid #EAEAEA;
}
.product-spec__label {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-flex: none;
    -ms-flex-positive: none;
    flex-grow: none;
    width: 50%;
    padding-right: 5px;
}
.product-specs {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.product-specs__item {
    width: 100%;
    display: inline-block;
}
.product-specs__item:not(:last-child) {
    margin-bottom: 30px;
}
.product-comments {
    padding-bottom: 20px;
}
.product-comments:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}
.product-instructions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product__instructions-header {
    margin-bottom: 23px!important;
    margin-top: 30px!important;
}
.product-instructions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 240px;
}
.product-instructions__item-img {
    margin-right: 10px;
    cursor: pointer;
}
.product-instructions__item-info {
    cursor: pointer;
}
.product-instructions__item-info a {
    color: #000000;
}
.product-instructions__item-size {
    color: #999999 !important;
    line-height: 20px;
}
.product-reviews {
    margin-top: -20px;
}
.product-reviews__title {
    letter-spacing: 1px;
    margin-bottom: 26px!important;
}
.product-reviews__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.product-reviews__content__item {
    width: calc(25% - 23px);
    margin-bottom: 35px;
}
.product-reviews__content__item {
    margin-left: 30px;
}
.product-reviews__content__item:nth-child(5n) {
    margin-left: 0;
}
.product-reviews__content__item:first-child {
    margin-left: 0;
}
.product-reviews__content__item:last-child, .product-reviews__content__item:nth-last-child(2) {
    margin-bottom: 0;
}
.product-reviews__content__item-img img {
    display: block;
    width: 100%;
}
.product-reviews__content__item-label {
    font-size: 16px;
    color: #000000;
    font-weight: 800;
    padding-top: 22px;
}
.product-comments__items {
    margin-bottom: 32px;
}
.product-comments__item:not(:last-child) {
    border-bottom: 1px solid #EAEAEA;
}
.product-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    position: relative;
}
@media(max-width: 767px) {
    .product-comment {
        padding: 20px 0;
    }
}
.product-comment.gm-first {
    padding: 0;
}
.product-comment__name {
    margin-bottom: 12px;
}
.product-comment__stars {
    margin-bottom: 8px;
}
.product-comment__stars .svg {
    fill: #F4F1EE;
}
.product-comment__stars.gm-star-1 .svg:nth-child(-n+1) {
    fill: #F8E71C;
}
.product-comment__stars.gm-star-2 .svg:nth-child(-n+2) {
    fill: #F8E71C;
}
.product-comment__stars.gm-star-3 .svg:nth-child(-n+3) {
    fill: #F8E71C;
}
.product-comment__stars.gm-star-4 .svg:nth-child(-n+4) {
    fill: #F8E71C;
}
.product-comment__stars.gm-star-5 .svg:nth-child(-n+5) {
    fill: #F8E71C;
}
@media(max-width: 767px) {
    .product-comment__stars {
        position: absolute;
        left: 0;
        top: 47px;
    }
}

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

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

}
.product-slider__thumb {
    width: 25%;
    height: 70px !important;
    position: relative;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    cursor: pointer;
    margin-bottom: 20px;
}
.product-slider__thumb.gm-active {
    opacity: 0.4;
}
.product-slider__thumb:hover {
    opacity: 0.4;
}
.product-slider__thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.product-slider__360 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-slider__360-item .Magic360, .product-slider__360-item .Magic360-container {
    border: none;
}
.product-slider__video {
    position: relative;
    padding-bottom: 64%;
}
.product-slider__video-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-offer {
    border-radius: 5px;
    background-color: #F7F7F7;
    padding: 13px 20px;
    position: relative;
}
.product-offer .g-text a {
    color: #0077c8;
}
.product-offer .g-title-xl {
    margin-bottom: 10px;
}
.product-offer__name {
    margin-bottom: 10px;
    padding-right: 35px;
}
.product-offer__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.product-offer__old {
    display: inline-block;
    margin-right: 15px;
}
.product-offer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-offer__image {
    width: 100%;
}
.product-offer__image img {
    display: block;
    max-width: 100%;
    mix-blend-mode: multiply;
}
.product-offer__link {
    margin-bottom: 14px
}
.product-offer__link.gm-more {
    position: absolute;
    bottom: 40px;
    right: 20px;
}
.product-offer__badge {
    position: absolute;
    top: 20px;
    right: 20px;
}
.product-param {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.product-param__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-param__item.gm-memory>.g-text {
    line-height: 40px;
}
.product-param__item .g-text {
    min-width: 80px;
    line-height: 30px;
}
.product-param__item:not(:last-child) {
    margin-bottom: 30px;
}
.product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #EAEAEA;
    position: relative;
}
.product-card__offer {
    margin-bottom: 25px;
}
.product-card__links.advice-open.online-sale {
    margin-bottom: 25px;
}
.product-card__buy {
    margin-bottom: 25px;
}
.product-card__buy.gm-stock {
    padding-bottom: 25px;
    border-bottom: 1px solid #EAEAEA;
}
.product-card__receive.g-loading.in {
    height: 250px;
}
.product-card .g-memory-selection {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-card__badges {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.product-card__badges .g-badge {
    cursor: pointer;
}
.product-card__popup {
    padding: 23px 30px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    width: 100%;
    max-width: 360px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
}
.product-card__popup.gm-active {
    display: block;
}
.product-card__popup .g-text {
    margin-bottom: 10px;
}
.product-card__popup--gluing-glass {
    top: 0;
    left: 35px;
    right: auto;
    width: 360px;
}
@media (max-width: 979px) {
    .product-card__popup--gluing-glass {
        left: auto;
        right: -10px;
    }
}
.product-card__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 29px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}
.product-card__360 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 10px;
}
.product-card__360 img {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 15px;
}
.product-card__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 10px;
}
.product-card__icon {
    width: 30px;
    margin-right: 10px;
    display: block;
}
.product-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.product-active__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px
}
.product-active__link:not(:last-child) {
    margin-right: 40px;
}
.product-active__link span {
    white-space: nowrap;
    margin-left: 10px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.product-active__link.gm-active .svg {
    fill: #0077c8;
}
.product-active__link .svg-heart {
    font-size: 15px;
}
.product-active__link .svg-compare {
    font-size: 10px;
}
.product-active__link .svg {
    fill: #D8D8D8;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.product__title {
    margin-bottom: 32px;
}
.product__title__links {
    display: none;
}
.product__tabs {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.product__back {
    display: none;
}
.product__back .g-button {
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: none;
    letter-spacing: normal;
}
.product__back .g-button .svg {
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: middle;
}
.product__back .g-button span {
    vertical-align: middle;
}
.product__serial {
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .product-bg__title {
        bottom: 60px;
    }
    .product-popup-form__content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .product-popup-form__h1 {
        margin-bottom: 25px;
    }
    .product-popup-form__inline .g-label {
        margin-right: 10px;
    }
    .product-popup-comment {
        padding: 40px;
    }
    .product-popup-comment__title {
        margin-bottom: 40px;
    }
    .product-popup-comment__rating {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product-popup-comment__stars {
        margin-left: 28px;
    }
    .product-popup-comment__inputs {
        margin-bottom: 30px;
    }
    .product-popup-comment__inputs .g-input {
        margin-bottom: 30px;
    }
    .product-popup-comment__button {
        max-width: 200px;
        width: 100%;
    }
    .product-popup-comment__info:last-child {
        max-width: 330px;
    }
    .product-popup-comment__info:not(:last-child) {
        padding-bottom: 55px;
    }
    .product-popup-comment__message {
        left: 40px;
        right: 40px;
    }
    .product-popup-comment__main {
        position: absolute;
        top: 50%;
        left: 40px;
        right: 40px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-height: calc(100% - 50px);
    }
    .product-fixed-mobile {
        display: none;
    }
    .product-popup-compare {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product-popup-gift {
        padding: 100px 40px 140px;
    }
    .product-popup-gift__h1 {
        text-align: center;
        margin-bottom: 52px;
    }
    .product-popup-gift__cards {
        margin: 0 -15px;
    }
    .product-popup-gift__card {
        width: 33.33333%;
        padding: 0 15px;
    }
    .product-popup-gift__card:nth-of-type(n+4) {
        margin-top: 60px;
    }
    .product-popup-card__button {
        width: 140px;
        margin: 0 auto;
    }
    .product-popup-buttons {
        padding: 20px 50px;
    }
    .product-popup-buttons.gm-bg-s {
        background-color: #F7F7F7;
    }
    .product-popup-buttons.gm-compare {
        padding: 0;
    }
    .product-popup-buttons.gm-compare .product-popup-buttons__items {
        width: auto;
        margin: 0;
    }
    .product-popup-buttons.gm-compare .product-popup-buttons__item {
        width: auto;
        padding: 0;
    }
    .product-popup-buttons.gm-compare .product-popup-buttons__button {
        width: 220px;
    }
    .product-popup-buttons__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -10px;
    }
    .product-popup-buttons__item {
        width: 50%;
        padding: 0 10px;
    }
    .product-popup-buttons__item.gm-s-none {
        display: none;
    }
    .product-popup-added {
        padding: 54px 40px 122px;
    }
    .product-popup-added__h1.g-h1 {
        margin-bottom: 52px;
    }
    .product-popup-added__item {
        margin-bottom: 60px;
    }
    .product-popup-added__link {
        font-size: 16px;
        font-weight: 700;
    }
    .product-popup-added__buttons {
        margin-bottom: 51px;
    }
    .product-popup-slider__item {
        cursor: pointer;
        height: 100%;
    }
    .product-popup-slider__360 .product-popup-slider__item {
        padding-bottom: 54%;
        height: 100%;
    }
    .product-popup-slider__360 .Magic360-container.desktop {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .product-tab__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .product-tab__title .g-link {
        margin-left: 44px;
    }
    .product-tab__title.gm-block {
        display: block;
    }
    .product-tab__checkbox {
        margin-left: 40px;
    }
    .product-spec__label {
        width: 160px;
    }
    .product-specs {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .product-comments__bottom {
        padding-left: 20%;
    }
    .product-comments__button {
        max-width: 252px;
    }
    .product-comments__empty {
        padding-left: 225px;
    }
    .product-comment__name {
        display: flex;
        align-items: center;
    }
    .product-comment__name-text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-right: 20px;
    }
    .product-comment__stars {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
    }
    .product-comment__date {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
    }
    .product-comment__text {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 80%;
        flex: 1 1 80%;
    }
    .product-cards__items {
        margin: 0 -15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-cards__item {
        padding: 0 15px;
    }
    .product-about__title {
        margin-bottom: 55px;
    }
    .product-about__title.gm-s-none {
        display: none;
    }
    .product-about__item {
        padding-bottom: 65px;
    }
    .product-about__item.gm-s-none {
        display: none;
    }
    .product-about__button {
        display: none;
    }
    .product-buy__active {
        display: none;
    }
    .product-slider__slider.gm-hidden {
        display: none;
    }
    .product-slider__slider.gm-visible {
        display: block;
    }
    .product-slider__item {
        cursor: pointer;
        height: 440px;
    }
    .product-slider__item img:not(.Magic360-img) {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-height: 100%;
        max-width: 100%;
    }
    .product-slider__360.gm-hidden {
        display: none;
    }
    .product-slider__360.gm-visible {
        display: block;
    }
    .product-slider__video.gm-hidden {
        display: none;
    }
    .product-slider__video.gm-visible {
        display: block;
    }
    .product-param {
        margin-bottom: 30px;
    }
    .product-card .g-m {
        display: none;
    }
    .product-card {
        padding-bottom: 60px;
        margin-bottom: 10px;
    }
    .product-card {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .product-card__left {
        width: 50%;
    }
    .product-card__items {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .product-card__middle {
        width: 100%;
        padding: 0 15px;
    }
    .product-card__right {
        width: 100%;
        padding: 0 15px;
    }
    .product-card__buy {
        padding-bottom: 25px;
        border-bottom: 1px solid #EAEAEA;
    }
    .product-card__badges {
        top: -29px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-card__badges .g-badge:not(:last-child) {
        margin-right: 2px;
    }
    .product-card__mobile {
        display: none;
    }
    .product-card__360 {
        padding: 0px 15px;
    }
    .product-card__video {
        padding: 0px 15px;
    }
    .product__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 52px;
    }
    .product__title .g-title-xl {
        margin-right: 40px;
    }
    .product__title__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .product__tabs {
        padding: 20px 0;
    }

    .product__back {
        display: none;
    }
    .product__serial {
        margin-bottom: 7px;
    }
    .product__tabs-content {
        z-index: 5;
    }
}
@media (min-width: 769px) {
    .product__tabs.gm-sticky {
        background-color: #ffffff;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 111;
    }
}
@media (min-width: 980px) {
    .product-popup-added__card {
        width: 33.33333%;
    }
    .product-popup-slider__main {
        width: calc(100% - 90px);
        padding-left: 30px;
    }
    .product-lightbox {
        padding: 35px 40px;
        min-height: 734px;
    }
    .product-popup {
        padding: 35px 40px;
        min-height: 734px;
    }
    .product-spec__label {
        width: 190px;
    }
    .product-card__left {
        width: 58.33333333%;
    }
    .product-card__items {
        width: 41.66666667%;
    }
}
@media (min-width: 1280px) {
    .product-bg {
        margin-top: -16px;
        margin-bottom: 35px;
    }
    .product-popup-buttons.gm-compare .product-popup-buttons__button {
        width: 338px;
    }
    .product-popup-slider__main {
        padding-left: 40px;
    }
    .product-specs {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .product-card .g-t {
        display: none;
    }
    .product-card__left {
        width: 33.33333333%;
    }
    .product-card__items {
        width: 66.66666667%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .product-card__middle {
        width: 50%;
        padding: 0 45px 0 15px;
    }
    .product-card__right {
        width: 50%;
    }
    .product-card__badges {
        top: -37px;
    }
    .product__title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (min-width: 1600px) {
    .product-spec__label {
        width: 245px;
    }
    .product-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-slider__block {
        width: calc(100% - 90px);
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 30px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .product-slider__bottom {
        width: 90px;
    }
    .product-slider__thumbs:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }
    .product-slider__thumbs .slick-list.m-auto {
        height: auto !important;
    }
    .product-slider__thumb {
        width: 100%;
    }
    .product-slider__thumb:last-child {
        margin-bottom: 0;
    }
    .product-card__left {
        width: 50%;
    }
    .product-card__items {
        width: 50%;
    }
}
@media (min-width: 768px) and (min-width: 768px) {
    .product-tab__title.gm-comment {
        position: relative;
    }
    .product-tab__title.gm-comment .g-link {
        position: absolute;
        /* left: 20%;
        margin-left: 0; */
    }
}

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

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

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

@media (max-width: 1599px) {
    .product-popup-slider__button.g-button {
        display: none;
    }
    .product-slider__thumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 390px;
        margin: 0 auto;
        width: 100%;
    }
}
@media (max-width: 1279px) {
    .product-bg {
        margin: -16px -40px 35px;
    }
    .product-lightbox__buy {
        display: none;
    }
    .product-specs-top {
        display: none;
    }
    .product-card .g-d {
        display: none;
    }
}
@media (max-width: 1024px) and (min-width: 980px) {
    .product-reviews__content__item {
        width: 31%;
    }
    .product-reviews__content__item:nth-child(5n) {
        margin-left: 30px;
    }
    .product-reviews__content__item:nth-child(4n) {
        margin-left: 0;
    }
}
@media (max-width: 979px) {
    .product-popup-slider {
        left: -20px;
        right: -20px;
        height: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-bottom: 30px;
    }
    .product-popup-slider__thumbs {
        display: none;
    }
    .product-popup-slider__left {
        display: none;
    }
    .product-reviews__title {
        margin-bottom: 23px!important;
    }
    .product-reviews__content__item {
        width: calc(50% - 15px);
        margin-left: 0;
    }
    .product-reviews__content__item:nth-child(2n) {
        margin-left: 30px;
    }
    .product-reviews__content__item-label {
        letter-spacing: -0.8px;
    }
}

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-comment__left {
    width: 230px;
}

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

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

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

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

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

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

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

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

@media(min-width: 1280px) {
    .product-comment__model {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-right: 20px;
    }

    .product-comment__model--hidden-lg {
        display: none;
    }
}

@media(max-width: 1279px) {
    .product-comment__model {
        margin: 0;
    }

    .product-comment__model--hidden-lg {
        display: block;
    }

    .product-comment__model--hidden-sm {
        display: none;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1279px) {
    .product-comment__name {
        height: auto;
        margin-bottom: 5px;
    }

    .product-comment__model {
        position: unset;
    }

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

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

    .product-comment__name .product-comment__model {
        white-space: inherit;
    }

    .product-comment__name .product-comment__name-user {
        display: inline-block;
        width: auto;
        flex-grow: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-right: 10px;
    }

    .product-comment__name .product-comment__likes {
        width: 115px;
    }
}

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

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

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

    .problem-resolved {
        bottom: 0;
    }

    .product-comment__answer .problem-resolved {
        position: absolute;
        left: -20px;
    }
}
.product-card .product-card__right .g-colorpicker {
    justify-content: flex-start;
}

.yandex-go-hover__content {
    display: none;
    position: absolute;
    top: 40px;
    left: -20px;
    z-index: 1;
}

.yandex-go-hover:hover~.yandex-go-hover__content {
    display: block;
}
/* End */


/* Start:/local/templates/galaxystore_order/styles.css?17556350321496*/
.basket-info__image{
    background-color: #f7f7f7;
}
.basket-info__image img{
    mix-blend-mode: multiply;
}
.bonus-card__remove .svg {
    fill: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    margin-right: 6px;
    top: 2px;
    position: relative;
}
/* Chrome, Safari, Edge, Opera */
.promo-inputs::-webkit-outer-spin-button,
.promo-inputs::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.promo-inputs {
    -moz-appearance:textfield;
}
.basket__bonus-card__text{
    font-weight: bold;
    white-space: nowrap;
}
.bonus-text-info{
    color: #999;
}
@media (max-width: 767px) {
    .no-mobile{
        display: none;
    }
}

.g-footer-mini__link {
    margin-right: 10px;
}

.order-footer__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-footer__pay-types {
    margin: -5px -10px;
}

.order-footer__pay-types .basket-pay__icon {
    padding: 0;
    margin: 5px 10px;
}

.order-footer__info {
    display: flex;
    flex-flow: wrap;
}

@media (max-width: 1024px) {
    .order-footer__row {
        flex-flow: column;
        align-items: flex-start;
    }

    .order-footer__pay-types {
        flex: 0 0 100%;
        width: 100%;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .order-footer__pay-types {
        order: -1;

        max-width: 100%;
        margin: -5px -15px 25px -15px;
    }

    .order-footer__pay-types .basket-pay__icon {
        margin: 5px 15px;
    }
}
/* End */


/* Start:/local/templates/galaxystore_order/css/unsub/unsub.css?17459282961066*/

.unsub .g-header-mini__logo {
    display: block;
}
.unsub .g-header-mini__back {
    display: none !important;
}
.unsub .g-header-top__contact {
    color: #fff;
    display: flex;
    align-items: center;
}
.unsub .g-header-top__tel {
    margin-right: 15px;
}
.unsub .g-header-top__time {
    display: none;
}
.unsub__main {
    max-width: 1440px;
    width: 100%;
    padding: 200px 20px 0;
    box-sizing: border-box;
    margin: 0 auto;
}
.unsub__main__icon {
    margin-bottom: 24px;
}
.unsub__main__title {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 8px;
}
.unsub__main__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
}
.unsub__main__button {
    width: 140px;
    margin-bottom: 16px;
}
.unsub__main__decline {
    color: #75787B;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    cursor: pointer;
}
@media screen and (max-width: 450px) {
    .unsub .g-header-top__phone {
        display: none;
    }
    .unsub__main {
        padding-top: 100px;
    }
}

/* End */
/* /local/templates/galaxystore_order/css/libs/normalize.css?17459282962964 */
/* /local/templates/galaxystore_order/css/libs/nouislider.css?17459282963466 */
/* /local/templates/galaxystore_order/css/libs/slick.css?17556350321731 */
/* /local/templates/galaxystore_order/css/libs/slick-theme.css?17459282962665 */
/* /local/templates/galaxystore_order/css/libs/leaflet.css?175563503213147 */
/* /local/templates/galaxystore_order/css/libs/MarkerCluster.css?1755635032453 */
/* /local/templates/galaxystore_order/css/libs/MarkerCluster.Default.css?17459282961182 */
/* /local/templates/galaxystore_order/css/libs/jquery.skeleton.css?174592829611022 */
/* /local/templates/galaxystore_order/css/libs/bootstrap-mini.css?17556350324747 */
/* /local/templates/galaxystore_order/css/libs/bootstrap-datepicker3.css?174592829622566 */
/* /local/templates/galaxystore_order/css/global/reset.css?1745928296410 */
/* /local/templates/galaxystore_order/css/global/fonts.css?17459282964003 */
/* /local/templates/galaxystore_order/css/global/styles.css?176476976725192 */
/* /local/templates/galaxystore_order/css/global/elements.css?176952068952394 */
/* /local/templates/galaxystore_order/css/global/layouts/footerMini.css?1745928296802 */
/* /local/templates/galaxystore_order/css/global/layouts/breadcrumbs.css?17556354131691 */
/* /local/templates/galaxystore_order/css/global/layouts/colorPicker.css?17556350321375 */
/* /local/templates/galaxystore_order/css/global/layouts/memorySelection.css?1745928296639 */
/* /local/templates/galaxystore_order/css/global/layouts/filter.css?17556350325579 */
/* /local/templates/galaxystore_order/css/global/layouts/description.css?1755635032521 */
/* /local/templates/galaxystore_order/css/global/layouts/card.css?17556350329554 */
/* /local/templates/galaxystore_order/css/global/layouts/pagination.css?17459282961129 */
/* /local/templates/galaxystore_order/css/global/layouts/catalog.css?17556350329544 */
/* /local/templates/galaxystore_order/css/global/layouts/tab.css?17556350326229 */
/* /local/templates/galaxystore_order/css/global/layouts/sliderButtons.css?1745928296302 */
/* /local/templates/galaxystore_order/css/global/layouts/table.css?17556350329579 */
/* /local/templates/galaxystore_order/css/global/layouts/delivery.css?17556350325650 */
/* /local/templates/galaxystore_order/css/global/layouts/credit.css?175563503213326 */
/* /local/templates/galaxystore_order/css/global/layouts/mappoint.css?17556350322263 */
/* /local/templates/galaxystore_order/css/global/layouts/service.css?17556350323532 */
/* /local/templates/galaxystore_order/css/global/layouts/popup.css?175563503232502 */
/* /local/templates/galaxystore_order/css/global/layouts/headerMini.css?17556350322687 */
/* /local/templates/galaxystore_order/css/global/layouts/menuMobile.css?17556350327726 */
/* /local/templates/galaxystore_order/css/global/layouts/search.css?17556350324633 */
/* /local/templates/galaxystore_order/css/global/layouts/region.css?17556350327191 */
/* /local/templates/galaxystore_order/css/home/home.css?174592829639161 */
/* /local/templates/galaxystore_order/css/auth/auth.css?17459282962981 */
/* /local/templates/galaxystore_order/css/catalog/catalog.css?1755635032416 */
/* /local/templates/galaxystore_order/css/account/account.css?175563503227488 */
/* /local/templates/galaxystore_order/css/basket/basket.css?175563503275123 */
/* /local/templates/galaxystore_order/css/product/product.css?175563503268804 */
/* /local/templates/galaxystore_order/styles.css?17556350321496 */
/* /local/templates/galaxystore_order/css/unsub/unsub.css?17459282961066 */
