

/* Start:/local/templates/sopdu_client/css/main.css?1755375956334609*/

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loader{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.catalog-content.unloaded{
    min-height: 250px;
    position: relative;
}
.catalog-content.unloaded .loader{
    display: block;
}
.catalog-content.unloaded .catalog-content-wrap{
    display: none;
}

.main-slider-item__image.mobile{
    display: none !important;
}

.modal-window-buy-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.modal-window-buy-form .modal-window-input-container{
    flex-grow: 1;
}

.modal-window-content p{
    display: none;
}

.thanks-msg{
    display: flex;
    align-items: center;
}

.no-goods{
    text-align: center;
    margin-top: 300px;

}

.go-catalog{
    margin-top: 150px;
    font-family: Circe;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #8C8C8C;
    display: block;
    margin-bottom: 300px;
}

.no-goods .cart-title{
    width: 400px;
    margin: auto;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */



.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }

  .item-card__images-wrap.owl-carousel.owl-loaded{
	  display: none;
  }

.item-card__images-wrap.owl-carousel.owl-loaded{
	display: none;
}

.item-card__images-wrap.owl-carousel.owl-loaded.main-img-wrap{
	display: flex;
}

  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*! jQuery UI - v1.12.1 - 2021-06-01
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
	background-image: url(/images/ui-icons_777777_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
	background-image: url(/images/ui-icons_777777_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.custom-select {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.custom-select[disabled=true] {
  pointer-events: none;
}
.custom-select[disabled=true] .custom-select-title {
  color: #000000;
}
.custom-select.open .custom-select-icon {
  transform: rotate(180deg);
}
.custom-select-placeholder {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7D7D7D;
  margin-bottom: 6px;
}
.custom-select-title {
  width: 100%;
  /*height: 100%;*/
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 29px;
  color: #000000;
  border-bottom: 1px solid #D5D7DC;
  padding-bottom: 6px;
  font-family: "SangBleu";
}
.custom-select-icon {
  display: flex;
  align-items: center;
  transform: rotate(0deg);
}
.custom-select-container {
  display: none;
}
.custom-select-container-block {
  position: absolute;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #EFEFEF;
  display: flex;
  z-index: 100000000000;
  flex-direction: column;
}
.custom-select-container-block-item {
  text-decoration: none !important;
  padding-right: 28px;
  width: 100%;
  padding-left: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
  font-weight: normal;
  color: #000;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  font-family: "SangBleu";
}
.custom-select-container-block-item:hover {
  background-color: #f5f4f4;
}
.custom-select-container-block-item.active {
  background-color: #232326;
}
@media (max-width: 576px) {
  .custom-select-placeholder {
    font-size: 12px;
    margin-bottom: 0;
  }
  .custom-select-title {
    font-size: 14px;
    padding-bottom: 4px;
  }
  .custom-select-container-block {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .custom-select-container-block-item {
    padding-right: 28px;
    font-size: 12px;
  }
}
.container {
  width: 1400px;
  margin: 0 auto;
}

.container-full {
  padding-left: 35px;
  padding-right: 35px;
}

@font-face {
    font-display: swap;
  font-family: "SangBleu";
  src: url(/fonts/SANGBLEUKINGDOM-AIR.TTF) format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
    font-display: swap;
  font-family: "SangBleu";
  src: url(/fonts/SANGBLEUKINGDOM-REGULAR.TTF) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
    font-display: swap;
  font-family: "SangBleu";
  src: url(/fonts/SANGBLEUKINGDOM-MEDIUM.TTF) format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
    font-display: swap;
  font-family: "SangBleu";
  src: url(/fonts/SANGBLEUKINGDOM-BOLD.TTF) format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
    font-display: swap;
  font-family: "SangBleu";
  src: url(/fonts/SANGBLEUKINGDOM-LIGHT.TTF) format("truetype");
  font-style: normal;
  font-weight: 100;
}
/*@font-face {
font-display: swap;
  font-family: "Circe";
  src: url(/fonts/TTNORMS-REGULAR.TTF) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
font-display: swap;
  font-family: "Circe";
  src: url(/fonts/TTNORMS-MEDIUM.TTF) format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
font-display: swap;
  font-family: "Circe";
  src: url(/fonts/TTNORMS-BOLD.TTF) format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
font-display: swap;
  font-family: "Circe";
  src: url(/fonts/TTNORMS-LIGHT.TTF) format("truetype");
  font-style: normal;
  font-weight: 100;
}*/

@font-face {
    font-display: swap;
    font-family: 'Circe';
    src: url('/fonts/Circe-Light.eot');
    src: local('Circe Light'), local('Circe-Light'),
    url('/fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-Light.woff2') format('woff2'),
    url('/fonts/Circe-Light.woff') format('woff'),
    url('/fonts/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Circe';
    src: url('/fonts/Circe-Regular.eot');
    src: local('Circe'), local('Circe-Regular'),
    url('/fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-Regular.woff2') format('woff2'),
    url('/fonts/Circe-Regular.woff') format('woff'),
    url('/fonts/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Circe';
    src: url('/local/templates/sopdu_client/css/Circe-Bold.eot');
    src: local('Circe Bold'), local('Circe-Bold'),
    url('/fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-Bold.woff2') format('woff2'),
    url('/fonts/Circe-Bold.woff') format('woff'),
    url('/fonts/Circe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}





* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

body {
  -webkit-text-size-adjust: none;
}

a, label {
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}

input[type=text], input[type=password], input[type=submit], textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.catalog-grid-full {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

@media (max-width: 992px) {
  .catalog-grid-full {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .catalog-grid-full {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 10px;
  }
}
.input-error {
  display: none;
}

.input-error-wrap .input-subtitle {
  display: none;
}
.input-error-wrap .input-error {
  display: block;
  color: #EB5757;
}

html {
  transform-origin: top left;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  font-family: "SangBleu";
  transition: transform 0.3s ease-in-out;
}
.header-mobile {
  display: none;
}
/*.header.hidden {
  transform: translateY(-100%);
}*/
.header.header-white:not(.open) .header-top__logo-image path {
  fill: #fff;
}
.header.header-white:not(.open) .header-hamburger-wrap span {
  background-color: #fff;
}
.header.header-white:not(.open) .header-top__menu-list__link span {
  color: #fff;
}
.header.header-white:not(.open) .header-bottom__list-link span {
  color: #fff;
}
.header.header-white:not(.open) .header-top__control-icon svg path {
  stroke: #fff;
}

.header.header-white:not(.open) .header-top__cart.filled svg path:first-child{
    fill: #fff;
}

.header.header-white:not(.open) .header-top__cart-counter{
    color: #000;
}

.header.header-white:not(.open) .banner_head{
    color: #fff;
}

.header.header-white:not(.open) .header-top__favorite-counter{
    color: #000;
}


.header.header-white:not(.open) .header-top__favorite.filled svg path {
    fill: #fff;
}

.header.open {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
}
.header.open .header-top__menu {
  width: auto;
}
.header.open .header-top__menu-list {
  display: none;
}
.header.open .header-top__list {
  flex-grow: 1;
  padding-left: 70px;
  padding-right: 70px;
}
.header.open .header-top__logo {
  margin-left: 44px;
}
.header.open .header-top__control {
  width: auto;
}
.header.open .header-top__control-item:first-child {
  margin-left: 0;
}
.header.open .header-bottom {
  display: none;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
  /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);*/
  border-bottom: 1px solid rgba(213, 215, 220, 0.5);
}
.header-top-mobile {
  display: none;
}
.header-top__menu {
  width: calc((100% - 222px) / 2);
  display: flex;
  align-items: center;
}
.header-top__menu-list {
  list-style: none;
  display: flex;
  align-items: center;
}
.header-top__menu-list__item {
  margin-left: 36px;
}
.header-top__menu-list__link {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  text-decoration: none;
}
.header-top__list {
  align-items: center;
  list-style: none;
  flex-grow: 0;
  display: flex;
  overflow: hidden;
  width: 0;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}
.header-top__list-link {
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  white-space: nowrap;
  font-family: "SangBleu";
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}
.header-top__logo {
  width: 222px;
  display: flex;
  align-items: center;
}
.header-top__logo-image {
  max-width: 100%;
  max-height: 100%;
}
.header-top__control {
  width: calc((100% - 222px) / 2);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-top__control-item {
  margin-left: 20px;
  cursor: pointer;
}
.header-top__control-icon {
  display: flex;
  align-items: center;
}
.header-bottom {
  width: 100%;
  display: flex;
  justify-content: center;
    position: relative;
}

.header-bottom-blur{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
}

.header-bottom__list {
  display: flex;
  align-items: center;
  list-style: none;
  padding-top: 14px;
  padding-bottom: 14px;
    position: relative;
    font-family: 'Circe';
}
.header-bottom__list-item {
  margin-left: 25px;
  margin-right: 25px;
}
.header-bottom__list-link {
  font-weight: normal;
  text-decoration: none;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
    text-transform: uppercase;
}
.header-hamburger {
  width: 65px;
  height: 32px;
  cursor: pointer;
  position: relative;
}
.header-hamburger-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.header-hamburger span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  transition: 0.3s ease-in-out;
  left: 0;
}
.header-hamburger span:nth-child(1) {
  top: 0;
}
.header-hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header-hamburger span:nth-child(3) {
  bottom: 0;
}

.header-bottom__list-link {
  transition: 0.3s ease-in-out;
}
.header-bottom__list-link:hover {
  color: #777777;
}

.header-top__menu-list__link {
  transition: 0.3s ease-in-out;
}
.header-top__menu-list__link:hover {
  color: #777777;
}

.header-top__list-link {
  transition: 0.3s ease-in-out;
}
.header-top__list-link:hover {
  color: #777777;
}

.header-hamburger span {
  transition: 0.3s ease-in-out;
}
.header-hamburger:hover span {
  background-color: #777777;
}

.header-top__favorite {
  position: relative;
}
.header-top__favorite.filled svg path {
  fill: #000;
  stroke: #000;
}


.header-top__favorite-counter {
  display: none;
  position: absolute;
  font-weight: normal;
  font-size: 9px;
  left: 50%;
  top: 55%;
  font-family: "SangBleu";
  transform: translate(-50%, -50%);
  line-height: 22px;
  color: #FFFFFF;
}
.header-top__favorite.filled .header-top__favorite-counter {
  display: block;
}

.header-top__cart {
  position: relative;
}
.header-top__cart.filled svg path {
  fill: #000;
  stroke: #000;
}


.header-top__cart.filled svg path:last-child {
	fill: none;
}


.header-top__cart-counter {
  display: none;
  position: absolute;
  font-weight: normal;
  font-size: 9px;
  left: 50%;
  top: 65%;
  font-family: "SangBleu";
  transform: translate(-50%, -50%);
  line-height: 22px;
  color: #FFFFFF;
}
.header-top__cart.filled .header-top__cart-counter {
  display: block;
}

.header-top__control-item svg path {
  transition: 0.3s ease-in-out;
}
.header-top__control-item:hover svg path {
  stroke: #777777;
}

.main {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}
.main-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-slider .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  padding-left: 8px;
  height: 100%;
  width: 208px;
  outline: none;
  transition: 0.3s ease-in-out;
}
.main-slider .owl-nav .owl-prev:hover {
  opacity: 1;
}
.main-slider .owl-nav .owl-prev.disabled {
  display: none;
}
.main-slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
  height: 100%;
  opacity: 0;
  width: 208px;
  outline: none;
  transition: 0.3s ease-in-out;
}
.main-slider .owl-nav .owl-next:hover {
  opacity: 1;
}
.main-slider .owl-nav .owl-next.disabled {
  display: none;
}
.main-slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.main-slider .owl-dots .owl-dot {
  width: 44px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 4px;
  margin-right: 4px;
}
.main-slider .owl-dots .owl-dot.active {
  background-color: rgba(140, 140, 140, 0.5);
}
.main-slider .owl-stage-outer {
  height: 100%;
}
.main-slider .owl-stage {
  height: 100%;
}
.main-slider .owl-item {
  height: 100%;
}
.main-slider-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.main-slider-item-solo .main-slider-item__container {
  width: 100%;
}
.main-slider-item__container {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.main-slider-item__container__left .main-slider-item__image {
  right: 0;
  left: unset;
}
.main-slider-item__image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
}


.menu-block {
  display: none;
}

@media (max-width: 768px) {

  .menu-block {
    margin-top: 20px;
    display: none;
    padding-left: 17px;
    padding-right: 17px;
  }
  .menu-block .container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
      margin-bottom: 25px;
  }
  .menu-block-item {
    width: calc(33% - 15px);
    margin-bottom: 15px;
    text-decoration: none;
  }
  .menu-block-item__image {
    width: 100%;
    padding-bottom: 125%;
    position: relative;
    overflow: hidden;
  }
  .menu-block-item__image img {
    position: absolute;
    width: 100%;
  }
  .menu-block-item__text {
    margin-top: 6px;
    font-family: "SangBleu";
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
  }
  .menu-block-item:nth-child(5) {
    width: calc(66% - 0px);
  }
  .menu-block-item:nth-child(5) .menu-block-item__image {
    padding-bottom: 58.5%;
  }
}
@media (max-width: 500px) {
  .menu-block {
    margin-top: 20px;
    display: block;
    padding-left: 17px;
    padding-right: 17px;
  }
  .menu-block .container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .menu-block-item {
    width: calc(50% - 5px);
    margin-bottom: 15px;
    text-decoration: none;
  }
  .menu-block-item__image {
    width: 100%;
    padding-bottom: 125%;
    position: relative;
    overflow: hidden;
  }
  .menu-block-item__image img {
    position: absolute;
    width: 100%;
  }
  .menu-block-item__text {
    margin-top: 6px;
    font-family: "SangBleu";
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
  }
  .menu-block-item:nth-child(5) {
    width: calc(100% - 0px);
  }
  .menu-block-item:nth-child(5) .menu-block-item__image {
    padding-bottom: 58.5%;
  }
}
.loyalty {
    /*padding-top: 80px;
    margin-bottom: 200px;*/
    margin-top: 90px;
    margin-bottom: 90px;
}

.loyalty h1{
    margin-bottom: 20px;
}

.loyalty-wrap {
  display: flex;
  align-items: center;
    justify-content: center;
}
.loyalty-text__label {
  position: relative;
  overflow: hidden;
  padding-right: 33px;
  display: inline-block;
  margin-bottom: 31px;
    display: none;
}
.loyalty-text__label span {
  font-weight: normal;
  font-size: 24.1258px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "SangBleu";
  background-color: #000;
  display: inline-block;
  padding-left: 25px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 5px;
  border-radius: 7px 0 0 7px;
  position: relative;
}
.loyalty-text__label-triangle {
  position: absolute;
  bottom: 6px;
  right: 13px;
  transform: rotate(-60deg);
  display: block;
  height: 57px;
  width: 53px;
  background-color: #000;
  z-index: -1;
  border-radius: 7px;
}
.loyalty-text__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  color: #1A1A1A;
  font-family: "SangBleu";
  margin-bottom: 20px;
}
.loyalty-text__list {
  display: flex;
  flex-direction: column;
  max-width: 593px;
  font-family: "Circe";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #1A1A1A;
  margin-bottom: 65px;
}
.loyalty-text__list-item {
  display: flex;
  margin-bottom: 10px;
}
.loyalty-text__list-item-marker {
  margin-right: 9px;
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
    width: 16px;
    height: 6px;
    background: #7D7D7D;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    flex: none;
}
.loyalty-text__btn-group {
  display: flex;
}
.loyalty-text__btn-fill {
    text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 143%;
  text-align: center;
  color: #FFFFFF;
  font-family: "SangBleu";
  padding-left: 52px;
  padding-right: 52px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #000;
  outline: none;
  border: none;
  cursor: pointer;
    display: flex;
    align-items: center;
}
.loyalty-text__btn-o {
  padding-left: 40px;
    text-decoration: none;
  padding-right: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: normal;
  font-family: "SangBleu";
  font-size: 18px;
  line-height: 26px;
  color: #7D7D7D;
  outline: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.loyalty-text__btn-fill {
  transition: 0.3s ease-in-out;
}
.loyalty-text__btn-fill:hover {
  background-color: #777777;
}

.loyalty-text__btn-o {
  transition: 0.3s ease-in-out;
}
.loyalty-text__btn-o span {
  position: relative;
}
.loyalty-text__btn-o span:after {
  transition: 0.3s ease-in-out;
  position: absolute;
  content: "";
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #000;
  left: 0;
}
.loyalty-text__btn-o:hover {
  color: #000;
}
.loyalty-text__btn-o:hover span:after {
  width: 100%;
}

.grid-half {
  padding-left: 35px;
  padding-right: 35px;
  display: grid;
  grid-template-areas: "A B E E E" "C D E E E";
  grid-template-columns: 1fr 1fr 3fr;
  grid-gap: 35px;
}
.grid-half-title-mobile {
  display: none;
}
.grid-half .catalog-item:nth-child(1) {
  grid-area: A;
}
.grid-half .catalog-item:nth-child(2) {
  grid-area: B;
}
.grid-half .catalog-item:nth-child(3) {
  grid-area: C;
}
.grid-half .catalog-item:nth-child(4) {
  grid-area: D;
}
.grid-half-image {
  grid-area: E;
  position: relative;
  height: calc(100% - 112px);
}
.grid-half-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.catalog-item {
  padding-bottom: 70px;
  position: relative;
}
.catalog-item-wrap {
  width: 100%;
  padding-bottom: 136%;
  position: relative;
  overflow: hidden;
    margin-bottom: 10px;
}
.catalog-item-with-label .catalog-item-image-slider .owl-dots {
  width: calc(100% - 95px);
  left: 95px;
}
.catalog-item-image {
    background-color: #F2F2F2;
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.catalog-item-image-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.catalog-item-image-item img {
  position: absolute;
    /*bottom: 0;*/
    top: 0;
    left: 0;
    object-fit: cover;
}

.catalog-item-image-slider .owl-stage-outer {
  height: 100%;
}
.catalog-item-image-slider .owl-stage-outer .owl-stage {
  height: 100%;
}
.catalog-item-image-slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.catalog-item-image-slider .owl-nav {
  opacity: 1;
    display: none;
}
.catalog-item-image-slider .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  padding-left: 8px;
  height: 100%;
  width: 60px;
  outline: none;
  transition: 0.3s ease-in-out;
}
.catalog-item-image-slider .owl-nav .owl-prev svg path {
  transition: 0.3s ease-in-out;
}
.catalog-item-image-slider .owl-nav .owl-prev:hover svg path {
  stroke: #BCBAB9;
}
.catalog-item-image-slider .owl-nav .owl-prev.disabled {
  opacity: 0;
  visibility: hidden;
}
.catalog-item-image-slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
  height: 100%;
  opacity: 1;
  width: 60px;
  outline: none;
  transition: 0.3s ease-in-out;
}
.catalog-item-image-slider .owl-nav .owl-next svg path {
  transition: 0.3s ease-in-out;
}
.catalog-item-image-slider .owl-nav .owl-next:hover svg path {
  stroke: #BCBAB9;
}
.catalog-item-image-slider .owl-nav .owl-next.disabled {
  display: none;
}
.catalog-item-image-slider .owl-dots {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
  bottom: 15px;
}
.catalog-item-image-slider .owl-dots .owl-dot {
  /*width: 44px;*/
    flex: 1;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 4px;
  margin-right: 4px;
}
.catalog-item-image-slider .owl-dots .owl-dot.active {
  background-color: rgba(140, 140, 140, 0.5);
}
.catalog-item-favorite {
    position: absolute;
    right: 12px;
    top: 11px;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: flex-end;
}
.catalog-item-favorite.active svg path {
  stroke: #000;
  fill: #000;
}
.catalog-item-label {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding-right: 33px;
  display: inline-block;
  z-index: 2;
}
.catalog-item-label span {
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-right: 3px;
  font-family: "SangBleu";
  background-color: #EB5757;
  display: inline-block;
  min-width: 64px;
  padding-top: 7px;
  padding-left: 10px;
  padding-bottom: 3px;
  position: relative;
}
.catalog-item-label-triangle {
  position: absolute;
  bottom: 6px;
  right: 19px;
  transform: rotate(-60deg);
  display: block;
  height: 57px;
  width: 53px;
  background-color: #EB5757;
  z-index: -1;
}
.catalog-item-label__grey span {
  background-color: #999999;
}
.catalog-item-label__grey .catalog-item-label-triangle {
  background-color: #999999;
}
.catalog-item-text {
  position: absolute;
  bottom: 70px;
  transform: translateY(100%);
  /*padding-top: 14px;*/
  width: 100%;
  text-decoration: none;
  font-family: "Circe";
}

.catalog-item-text-wrap{
    position: relative;
    width: 100%;
    display: block;
}
.catalog-item-text-colors-btn{
    font-weight: normal;
    font-size: 15px;
    line-height: 130%;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
    border-bottom: 1px dashed #1a1a1a;
}
.catalog-item-text-title {
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  color: #1A1A1A;
  margin-bottom: 5px;
  text-decoration: none;
}

.catalog-item-text-price {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #000000;
}
.catalog-item-text-price__sale {
  display: flex;
  align-items: flex-end;
}
.catalog-item-text-price__sale .old-price {
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #8C8C8C;
}
.catalog-item-text-price__sale .new-price {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #EB5757;
    margin-right: 12px;
}

@media (min-width: 992px) {
  .catalog-item-image-slider .owl-nav {
    transition: 0.3s ease-in-out;
    opacity: 0;
  }
  .catalog-item:hover .owl-nav {
    opacity: 1;
  }
}
.insta {
  padding-top: 64px;
  border-top: 1px solid #F3F3F3;
  margin-top: 30px;
  margin-bottom: 50px;
}
.insta-followers {
  text-align: center;
  font-family: "SangBleu";
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  color: #8c8c8c;
  margin-bottom: 6px;
}
.insta-tag {
  display: flex;
  justify-content: center;
  position: relative;
}
.insta-tag-container {
  background: -webkit-linear-gradient(45deg, #EDA37A, #D73F87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 12px;
  border: 1px solid #F3F3F3;
  font-size: 25px;
  font-weight: 500;
  font-family: "SangBleu";
  line-height: 37px;
  box-sizing: border-box;
  box-shadow: 0px 3px 13px 3px rgba(0, 0, 0, 0.05);
}
.insta-tag-container span::after {
  position: absolute;
  content: "";
  left: 12px;
  height: 1px;
  transition: 0.3s ease-in-out;
  bottom: 14px;
  width: 0;
  background: -webkit-linear-gradient(45deg, #EDA37A, #D73F87);
}
.insta-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.insta-grid-item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.insta-grid-item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  content: "";
  transition: 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
.insta-grid-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.insta-tag-container {
  position: relative;
}
.insta-tag-container:hover span::after {
  width: calc(100% - 24px);
}

.insta-grid-item:hover::after {
  opacity: 1;
}

.footer {
  background-color: #1A1A1A;
  padding-top: 67px;
}
.footer-wrap {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 98px;
}
.footer-info__logo {
  margin-bottom: 30px;
}
.footer-info-social {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.footer-info-social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  margin-right: 18px;
  text-decoration: none;
}
.footer-info-social-item:last-child {
  margin-right: 0;
}
.footer-info__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 29px;
}
.footer-info__item .title {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  font-family: "Circe";
  margin-bottom: 4px;
}
.footer-info__item .value a {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: "Circe";
  text-decoration: none;
}
.footer-info-developer {
  /*margin-top: 49px;*/
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Circe";
}
.footer-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.footer-content-top {
  display: grid;
  grid-template-columns: 1.27fr 1.7fr 1fr 346px;
  grid-gap: 30px;
}
.footer-content-top-menu__title {
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
  font-family: "Circe";
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-content-top-menu__title-icon {
  display: none;
}
.footer-content-top-menu__list {
  display: flex;
  flex-direction: column;
}
.footer-content-top-menu__list-item {
  font-weight: normal;
  font-size: 20px;
  line-height: 180%;
  margin-bottom: 2px;
  color: #999999;
  font-family: "Circe";
  text-decoration: none;
}
.footer-content-top__form-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  font-family: "Circe";
  color: #FFFFFF;
  text-transform: uppercase;
  max-width: 280px;
  margin-bottom: 52px;
}
.footer-content-top__form-input {
  width: 100%;
  height: 36px;
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 9px;
  font-family: "Circe";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background-color: transparent;
  outline: none;
}
.footer-content-top__form-input-wrap {
  width: 100%;
  position: relative;
}
.footer-content-top__form-input-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}
.footer-content-top__form-input::-moz-placeholder {
  font-family: "Circe";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #D5D7DC;
}
.footer-content-top__form-input:-ms-input-placeholder {
  font-family: "Circe";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #D5D7DC;
}
.footer-content-top__form-input::placeholder {
  font-family: "Circe";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #D5D7DC;
}
.footer-content-top-up {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-content-top-up-text {
  font-weight: normal;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  font-family: "Circe";
}
.footer-content-top-up-icon {
  cursor: pointer;
}
.footer-content-bottom {
  padding-top: 24px;
  border-top: 0.5px solid #D5D7DC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 20px;
}
.footer-content-bottom-copyright {
  font-weight: normal;
  font-size: 16px;
  line-height: 110%;
  color: #D5D7DC;
  font-family: "Circe";
}
.footer-content-bottom__politic {
  font-weight: normal;
  font-size: 16px;
  line-height: 110%;
  font-family: "Circe";
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #D5D7DC;
  margin-left: 46px;
}
.footer-content-bottom__payment {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-content-bottom__payment-item {
  margin-left: 40px;
}

.footer-content-top__form-input-wrap.focused-not-empty .footer-content-top__form-input-wrap-placeholder {
  bottom: 36px;
  font-size: 14px;
}

.footer-content-top__form-input-wrap.always-active .footer-content-top__form-input-wrap-placeholder {
    bottom: 36px;
    font-size: 14px;
}

.footer-content-top__form-input-wrap .footer-content-top__form-input-wrap-placeholder {
  position: absolute;
  transition: 0.3s;
  left: 0;
  bottom: 9px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #D5D7DC;
  font-family: "Circe";
}

.footer-content-top-menu__title {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.footer-content-top-menu__title:hover {
  color: #999999;
}

.footer-content-top-menu__list-item {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.footer-content-top-menu__list-item:hover {
  color: #FFFFFF;
}

.footer-info__item {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.footer-info__item .value a {
  position: relative;
}
.footer-info__item .value a::after {
  position: absolute;
  z-index: 10;
  content: "";
  bottom: -2px;
  left: 0;
  transition: 0.3s ease-in-out;
  background: #fff;
  width: 0;
  height: 1px;
}
.footer-info__item:hover .value a {
  position: relative;
}
.footer-info__item:hover .value a::after {
  width: 100%;
}

.footer-info-social-item {
  transition: 0.3s ease-in-out;
}
.footer-info-social-item svg path {
  transition: 0.3s ease-in-out;
}
.footer-info-social-item:hover {
  background-color: #fff;
}
.footer-info-social-item:hover svg path {
  fill: #000;
}

.search-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
}
.search-modal-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-modal-close {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.search-modal.open .search-modal-wrap {
  right: 0;
}
.search-modal-wrap {
  position: absolute;
  top: 0;
  transition: 0.3s ease-in-out;
  right: -100%;
  height: 100%;
  width: 787px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.search-modal-wrap-rel {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-modal-wrap-rel-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  padding-top: 107px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 35px;
}
.search-modal-close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.search-modal-title {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
}
.search-modal-catalog {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search-modal-catalog-title {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 35px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin-bottom: 24px;
}
.search-modal-catalog-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.search-input {
  width: 100%;
  background-color: transparent;
  padding-bottom: 11px;
  padding-left: 50px;
  padding-right: 100px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  font-weight: normal;
  font-size: 25px;
  line-height: 37px;
  color: #000000;
  font-family: "SangBleu";
}
.search-input-loop-icon {
  position: absolute;
  left: 0;
  bottom: 11px;
}
.search-input-control {
  display: none;
  position: absolute;
  right: 0;
  align-items: center;
  bottom: 17px;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #000000;
  font-family: "SangBleu";
}
.search-input-clear {
  cursor: pointer;
  margin-right: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.search-input-clear::after {
  content: "";
  position: absolute;
  right: -15px;
  height: 12px;
  width: 0.5px;
  background-color: #999999;
}
.search-input-find {
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #000000;
  font-family: "SangBleu";
}
.search-input-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 62px;
}

.menu-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
}
.menu-modal .menu-block {
  display: none;
}
.menu-modal-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.menu-modal-close {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.menu-modal.open .menu-modal-wrap {
  left: 0;
}
.menu-modal.open .menu-modal-close-icon {
  opacity: 1;
}
.menu-modal-wrap {
  position: absolute;
  top: 0;
  transition: 0.3s ease-in-out;
  left: -100%;
  height: 100%;
  width: 411px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.menu-modal-wrap-rel {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 107px;
}
.menu-modal-wrap-rel-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  padding-top: 0px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 35px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(20px);
}
.menu-modal-close-icon {
  position: absolute;
  top: 35px;
  left: 36px;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.menu-modal-list {
  flex-grow: 1;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.menu-modal-list-item {
  width: 100%;
  border-bottom: 1px solid #A7A7A7;
  margin-bottom: 20px;
}
.menu-modal-list-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.menu-modal-list-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 30px;
  line-height: 44px;
  color: #1A1A1A;
  padding-bottom: 10px;
  font-family: "SangBleu";
  cursor: pointer;
}
.menu-modal-list-item__title.open .menu-modal-list-item__title-icon {
  transform: rotate(180deg);
}
.menu-modal-list-item__title-icon {
  transition: 0.3s ease-in-out;
}
.menu-modal-list-item__title-icon svg path {
  stroke: #000;
  stroke-width: 1px;
}
.menu-modal-list-item__list {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.menu-modal-list-item__list-item {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #1A1A1A;
  font-family: "Circe";
  text-decoration: none;
  margin-bottom: 15px;
}
.menu-modal-list-item__list-item:last-child {
  margin-bottom: 0;
}
.menu-modal-footer {
  border-top: 1px solid #A7A7A7;
  width: 100%;
}
.menu-modal-footer-top {
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}
.menu-modal-footer-top-item {
  display: flex;
  flex-direction: column;
}
.menu-modal-footer-top-item .title {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #1A1A1A;
  font-family: "Circe";
  margin-bottom: 4px;
}
.menu-modal-footer-top-item .value a {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #1A1A1A;
  text-decoration: none;
}
.menu-modal-footer-social {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.menu-modal-footer-social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  margin-right: 18px;
  text-decoration: none;
}
.menu-modal-footer-social-item svg path {
  fill: #000;
}
.menu-modal-footer-social-item:last-child {
  margin-right: 0;
}

.menu-modal-footer-social-item {
  transition: 0.3s ease-in-out;
}
.menu-modal-footer-social-item svg path {
  transition: 0.3s ease-in-out;
}
.menu-modal-footer-social-item:hover {
  background-color: #000;
}
.menu-modal-footer-social-item:hover svg path {
  fill: #fff;
}

.menu-modal-footer-top-item {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.menu-modal-footer-top-item .value a {
  position: relative;
}
.menu-modal-footer-top-item .value a::after {
  position: absolute;
  z-index: 10;
  content: "";
  bottom: -2px;
  left: 0;
  transition: 0.3s ease-in-out;
  background: #000;
  width: 0;
  height: 1px;
}
.menu-modal-footer-top-item:hover .value a {
  position: relative;
}
.menu-modal-footer-top-item:hover .value a::after {
  width: 100%;
}

.filter-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
}
.filter-modal-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.filter-modal-close {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.filter-modal.open .filter-modal-wrap {
  right: 0;
}
.filter-modal.open .filter-modal-close-icon {
  opacity: 1;
}
.filter-modal-wrap {
  position: absolute;
  top: 0;
  transition: 0.3s ease-in-out;
  right: -100%;
  height: 100%;
  width: 411px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.filter-modal-wrap-rel {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 107px;
}
.filter-modal-wrap-rel-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  padding-top: 0px;
  padding-bottom: 60px;
  padding-left: 25px;
  padding-right: 30px;
}
.filter-modal-close-icon {
  position: absolute;
  top: 35px;
  right: 36px;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.filter-modal-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  font-family: "SangBleu";
  color: #1A1A1A;
  position: absolute;
  left: 30px;
  top: 35px;
}
.filter-modal-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 35px;
}
.filter-modal-item-container {
  width: 100%;
}
.filter-modal-item.open .filter-modal-item-title-icon {
  transform: rotate(0deg);
}
.filter-modal-item:last-of-type::after {
  display: none;
}
.filter-modal-item::after {
  position: absolute;
  bottom: -17px;
  content: "";
  background: linear-gradient(270deg, #A7A7A7 0%, rgba(167, 167, 167, 0) 98.79%);
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  transform: rotate(-180deg);
}
.filter-modal-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.filter-modal-item-title-icon {
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}
.filter-modal-item-title-text {
  font-family: "SangBleu";
  font-weight: 500;
  font-size: 30px;
  line-height: 44px;
  color: #1A1A1A;
}
.filter-modal-item-title-text-main {
  padding-top: 10px;
}
.filter-modal-item-title-text-second {
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  color: #000000;
}
.filter-modal-item-content {
  padding-top: 14px;
  width: 100%;
  display: none;
}
.filter-modal-item-content-color {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.filter-modal-item-content-color-item {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  margin-bottom: 7px;
  cursor: pointer;
}
.filter-modal-item-content-color-item-input:checked ~ .filter-modal-item-content-color-item-content {
  position: relative;
}
.filter-modal-item-content-color-item-input:checked ~ .filter-modal-item-content-color-item-content .filter-modal-item-content-color-item-check {
  display: flex;
}
.filter-modal-item-content-color-item-input:checked ~ .filter-modal-item-content-color-item-content::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #000000;
  display: block;
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 100%;
}
.filter-modal-item-content-color-item-round {
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
}
.filter-modal-item-content-color-item-check {
  align-items: center;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.filter-modal-item-content-checkboxes {
  display: flex;
  flex-direction: column;
}
.filter-modal-item-content-checkbox {
  cursor: pointer;
  margin-bottom: 10px;
}
.filter-modal-item-content-checkbox:last-child {
  margin-bottom: 0;
}
.filter-modal-item-content-checkbox-input {
  display: none;
}
.filter-modal-item-content-checkbox-input:checked ~ .filter-modal-item-content-checkbox-block .filter-modal-item-content-checkbox-block-icon {
  background-color: #000;
  border-color: #000;
}
.filter-modal-item-content-checkbox-input:checked ~ .filter-modal-item-content-checkbox-block .filter-modal-item-content-checkbox-block-check {
  display: flex;
}
.filter-modal-item-content-checkbox-block {
  display: flex;
  align-items: center;
}
.filter-modal-item-content-checkbox-block-icon {
  margin-right: 12px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1.47059px solid #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-modal-item-content-checkbox-block-check {
  display: none;
  align-items: center;
  justify-content: center;
}
.filter-modal-item-content-checkbox-block-text {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #1A1A1A;
}
.filter-modal-item-content-price {
  display: flex;
  flex-direction: column;
}
.filter-modal-item-content-price-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "SangBleu";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  padding-bottom: 15px;
  color: #333333;
}
.filter-modal-item-content-price-slider {
  background-color: #D5D7DC;
  font-size: 0.4em;
  border: none !important;
}
.filter-modal-item-content-price-slider-wrap {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding-bottom: 15px;
}
.filter-modal-item-content-price-slider .ui-widget-header {
  background-color: #333333;
}
.filter-modal-item-content-price-slider .ui-slider-handle {
  outline: none;
  width: 4em;
  height: 4em;
  border-radius: 100%;
  top: -1.7em;
  margin-left: -1.7em;
  background-color: #333333 !important;
  border: none !important;
}
.filter-modal-final {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.filter-modal-final-fill {
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  font-family: "SangBleu";
  width: 100%;
  background-color: #000;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  margin-bottom: 18px;
  height: 50px;
}
.filter-modal-final-fill:hover {
  background-color: #777777;
}
.filter-modal-final-o {
  width: 100%;
  height: 50px;
  font-weight: normal;
  font-family: "SangBleu";
  font-size: 18px;
  line-height: 26px;
  color: #000;
  outline: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  border: 1px solid #000000;
}
.filter-modal-final-o:hover {
  color: #fff;
  background-color: #000;
}

@media (max-width: 768px) {
  .filter-modal {
    height: calc((var(--vh, 1vh) * 100) - 56px);
    top: unset;
    bottom: 0;
  }
  .filter-modal-wrap {
    width: 100%;
    background: white;
  }
  .filter-modal-close-icon {
    right: 50%;
    transform: translateX(50%);
  }
  .filter-modal-title {
    display: none;
  }
  .filter-modal-item-title-text {
    font-size: 19.4062px;
    line-height: 29px;
  }
  .filter-modal-item-content-color-item {
    height: 30px;
    min-width: 30px;
  }
  .filter-modal-item-content-color-item.checked::after {
    min-width: 26px;
    width: 26px;
    height: 26px;
  }
  .filter-modal-item-content-color-item-round {
    min-width: 22px;
    width: 22px;
    height: 22px;
  }
  .filter-modal-item-content-checkbox-block-icon {
    width: 22px;
    height: 22px;
  }
  .filter-modal-item-content-checkbox-block-text {
    font-size: 12px;
    line-height: 14px;
  }
  .filter-modal-item-content-price-top {
    font-size: 12px;
    line-height: 130%;
  }
  .filter-modal-final-fill {
    font-size: 14px;
    line-height: 130%;
  }
  .filter-modal-final-o {
    font-size: 14px;
    line-height: 130%;
  }
}
.search-page {
  margin-top: 256px;
}
.search-page .search-input-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 722px;
  margin-bottom: 45px;
}
.search-page-value {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  font-family: "SangBleu";
  color: #000000;
}
.search-page-value:first-child {
  margin-bottom: 14px;
}
.search-page-value-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 66px;
}
.search-page-value .value {
  color: #8C8C8C;
}
.search-page-content {
  margin-bottom: 30px;
}

.breadcrumbs {
  margin-top: 208px;
}
.breadcrumbs .breadcrumbs-mobile-return {
  display: none;
}
.breadcrumbs-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding-bottom: 4px;
}
.breadcrumbs-item {
  margin-right: 21px;
}
.breadcrumbs-item:last-child {
  margin-right: 0;
}
.breadcrumbs-item:last-child .breadcrumbs-link {
  color: #000;
}
.breadcrumbs-item:last-child .breadcrumbs-link span {
  position: relative;
}
.breadcrumbs-item:last-child .breadcrumbs-link span::after {
  background-color: #000;
}
.breadcrumbs-item:not(:last-child) .breadcrumbs-link {
  position: relative;
}
.breadcrumbs-item:not(:last-child) .breadcrumbs-link::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(100%, -50%);
  right: -5px;
  height: 1px;
  width: 11px;
  background-color: #999999;
}
.breadcrumbs-item .breadcrumbs-link {
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  color: #999999;
  font-family: "Circe";
  text-decoration: none;
}
.breadcrumbs-item .breadcrumbs-link span {
  position: relative;
}
.breadcrumbs-item .breadcrumbs-link span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  background-color: #999999;
  height: 1px;
  transition: 0.3s ease-in-out;
}
.breadcrumbs-item .breadcrumbs-link:hover span::after {
  width: 100%;
}
.breadcrumbs-full .container {
  display: flex;
  align-items: center;
}
.breadcrumbs-full .breadcrumbs-return {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 40px;
  padding-bottom: 4px;
  position: relative;
	color: #999;
    font-family: 'Circe';
}
.breadcrumbs-full .breadcrumbs-return::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  background-color: #999999;
  height: 1px;
  transition: 0.3s ease-in-out;
}
.breadcrumbs-full .breadcrumbs-return__icon {
  display: flex;
  align-items: center;
  margin-right: 5px;
  padding-bottom: 1px;
}
.breadcrumbs-full .breadcrumbs-return:hover::after {
  width: 100%;
}
.breadcrumbs-full .breadcrumbs-return__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #999999;
  font-family: "SangBleu";
}

.catalog-header-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
    margin-top: -18px;
}
.catalog-header__title {
  font-weight: normal;
  font-size: 48px;
  line-height: 130%;
  color: #000000;
  font-family: "SangBleu";
    display: none;
}
.catalog-header__filter {
  display: flex;
  align-items: center;
  padding-bottom: 7px;
    margin-left: auto;
}
.catalog-header__filter-item {
  display: flex;
  align-items: center;
  margin-left: 50px;
  cursor: pointer;
}
.catalog-header__filter-item:first-child {
  margin-left: 0;
}
.catalog-header__filter-item .icon {
  margin-right: 10px;
}
.catalog-header__filter-item .text {
  font-family: "Circe";
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  text-align: center;
  color: #000000;
}
.catalog-header__filter-item .text.text-mobile {
  display: none;
}
.catalog-header-menu {
  display: none;
}
.catalog-content {
  margin-bottom: 90px;
}
.catalog-content .catalog-item {
  display: none;
}
.catalog-content .catalog-item.active {
  display: block;
}
.catalog-control {
  display: flex;
    margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
.catalog-control__quantity {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.catalog-control__quantity-mobile {
  display: none;
}
.catalog-control__quantity-title {
  font-family: "Circe";
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 16px;
}
.catalog-control__quantity-indicator {
  width: 346px;
  position: relative;
  height: 2px;
  background-color: #C4C4C4;
}
.catalog-control__quantity-indicator span {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  transition: 0.3s ease-in-out;
  background-color: #000;
}
.catalog-control-btn {
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  font-family: "Circe";
  width: 346px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #000;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.catalog-control-btn:hover {
  background-color: #777777;
}

.catalog-header__filter-item.custom-select {
  width: unset;
}
.catalog-header__filter-item.custom-select .custom-select-title {
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 29px;
  color: #000000;
  border-bottom: none;
  padding-bottom: 0;
  font-family: "SangBleu";
}
.catalog-header__filter-item.custom-select .custom-select-title .text {
  display: flex;
  align-items: center;
}
.catalog-header__filter-item.custom-select .custom-select-title .icon {
  display: flex;
  align-items: center;
}

.favorite {
  margin-bottom: 50px;
}
.favorite-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.favorite-title {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 48px;
  line-height: 130%;
  margin-bottom: 16px;
  color: #000000;
}
.favorite-login {
  margin-top: 39px;
  margin-bottom: 60px;
  max-width: 527px;
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  font-family: "SangBleu";
  text-align: center;
  color: #7D7D7D;
}
.favorite-login a {
  color: #000;
  transition: 0.3s ease-in-out;
}
.favorite-login a:hover {
  color: #999;
}

.cart {
  margin-top: 205px;
  margin-bottom: 50px;
}
.cart-title {
  font-weight: normal;
  font-size: 48px;
  line-height: 130%;
  color: #000000;
  font-family: "SangBleu";
  margin-bottom: 34px;
}
.cart-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cart-items {
  width: calc(100% - 564px);
  display: flex;
  flex-direction: column;
}

.checkout-content .cart-items{
    width: 100%;
    margin-bottom: 60px;
}

.cart-item {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D5D7DC;
}
.cart-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cart-item-content {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.cart-item-content__image {
  position: relative;
  overflow: hidden;
  width: 188px;
  height: 236px;
  margin-right: 30px;
}
.cart-item-content__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.cart-item-content-text {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
.cart-item-content-text__description {
  display: flex;
  flex-direction: column;
}
.cart-item-content-text__description__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  font-family: "SangBleu";
  margin-bottom: 22px;
}
.cart-item-content-text__description__block {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.cart-item-content-text__description__block:last-child {
  margin-bottom: 0;
}
.cart-item-content-text__description__block .title {
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  font-family: "Circe";
  color: #000000;
}
.cart-item-content-text__description__block .value {
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  font-family: "Circe";
  color: #8C8C8C;
}
.cart-item-content-text__description-price {
  display: flex;
  align-items: flex-start;
  font-family: "SangBleu";
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #000;
  margin-left: 14px;
	min-width: 95px;
}
.cart-item-content-text__description-price .old-price {
  padding-top: 6px;
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #8C8C8C;
  font-family: "SangBleu";
	min-width: 75px;
}
.cart-item-content-text__description-price .new-price {
  font-family: "SangBleu";
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #EB5757;
  margin-left: 14px;
	min-width: 95px;
}
.cart-item-control-quantity {
  position: absolute;
  bottom: 26px;
  flex-wrap: wrap;
  left: 218px;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 24.3243px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  font-family: "SangBleu";
}
.cart-item-control-quantity * {
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-item-control-quantity-title {
  font-size: 15px;
  line-height: 130%;
  width: 100%;
  margin-left: 0;
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 4px;

    font-family: "Circe";
}
.cart-item-control-quantity .plus {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.cart-item-control-quantity .minus {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.cart-item-control-quantity .value {
  width: 32px;
}
.cart-item-control-favorite {
  cursor: pointer;
  position: absolute;
  top: 60px;
  right: 0;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  /*font-family: "SangBleu";*/
    font-family: "Circe";
  color: #8C8C8C;
  transition: 0.3s ease-in-out;
}
.cart-item-control-favorite-icon {
  display: flex;
  align-items: center;
  margin-left: 8px;
  padding-bottom: 3px;
}
.cart-item-control-favorite-icon svg path {
  transition: 0.3s ease-in-out;
}
.cart-item-control-favorite:hover {
  color: #000;
}
.cart-item-control-favorite:hover .cart-item-control-favorite-icon svg path {
  stroke: #000;
}
.cart-item-control-remove {
  cursor: pointer;
  position: absolute;
  top: 90px;
  right: 0;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  /*font-family: "SangBleu";*/
    font-family: "Circe";
  color: #8C8C8C;
  transition: 0.3s ease-in-out;
}
.cart-item-control-remove-icon {
  display: flex;
  align-items: center;
  margin-left: 8px;
  padding-bottom: 3px;
}
.cart-item-control-remove-icon svg path {
  transition: 0.3s ease-in-out;
}
.cart-item-control-remove:hover {
  color: #000;
}
.cart-item-control-remove:hover .cart-item-control-remove-icon svg path {
  stroke: #000;
}
.cart-info {
  width: 534px;
  max-width: 534px;
  min-width: 534px;
  /*padding-top: 27px;
  padding-left: 35px;
  padding-right: 35px;*/
  background-color: #fafafa;
  padding-bottom: 17px;
  top: 15px;
  /* for Safari */
  position: sticky;
  align-self: flex-start;
}
.cart-info-wrap {
  display: flex;
  flex-direction: column;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
}
.cart-info-prices {
  display: flex;
  flex-direction: column;
  padding-bottom: 22px;
  border-bottom: 1px solid #D5D7DC;
}
.cart-info-price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cart-info-price-item:last-child {
  margin-bottom: 0;
}
.cart-info-price-item .title {
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
  font-family: "Circe";
}
.cart-info-price-item .value {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  font-family: "Circe";
  color: #000000;
}
.cart-info-price-item-sale .value {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #EB5757;
}
.cart-info-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D5D7DC;
}
.cart-info-result .title {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 30px;
  line-height: 130%;
  color: #000000;
}
.cart-info-result .value {
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  color: #000000;
  font-family: "SangBleu";
}
.cart-info-bonus-block {
  display: flex;
  flex-direction: column;
    margin: 0 -35px;
  margin-bottom: 39px;

    background: #F2F3F5;
    padding: 25px 35px;
}

.bonus-have{
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin-bottom: 6px;
    line-height: 130%;
}

.bonus-desc{
    font-size: 18px;
    line-height: 21px;
    color: #7D7D7D;
}

.bonus-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-info-bonus-block-wrap {
  padding-top: 39px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-info-bonus-block-title {
  display: flex;
  flex-direction: column;
}
.cart-info-bonus-block-title .first {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
  font-family: "Circe";
}
.cart-info-bonus-block-title .second {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  font-family: "Circe";
  color: #000000;
}
.cart-info-bonus-block-checkbox {
  cursor: pointer;
}
.cart-info-bonus-block-checkbox .cart-info-bonus-block-checkbox-input {
  display: none;
}
.cart-info-bonus-block-checkbox .cart-info-bonus-block-checkbox-input:checked ~ .cart-info-bonus-block-checkbox-custom .cart-info-bonus-block-checkbox-custom-indicator {
  left: calc(100% - 28px);
}
.cart-info-bonus-block-checkbox .cart-info-bonus-block-checkbox-custom {
  width: 51px;
  height: 30px;
  /*border: 1px solid #000000;*/
    background: #d7e3e7;
  border-radius: 20px;
  position: relative;
    transition: .3s;
}

.cart-info-bonus-block-checkbox .cart-info-bonus-block-checkbox-input:checked ~ .cart-info-bonus-block-checkbox-custom{
    background: #34C759;
}

.cart-info-bonus-block-checkbox .cart-info-bonus-block-checkbox-custom .cart-info-bonus-block-checkbox-custom-indicator {
  position: absolute;
  transition: 0.3s ease-in-out;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  /*background-color: #000;*/
    background: #FFFFFF;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
  border-radius: 100%;
}
.cart-info-bonus-block-content {
  display: none;
  flex-direction: column;
  padding-top: 26px;
}
.cart-info-bonus-block-content-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.cart-info-bonus-block-content-title .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #333333;
  font-family: "SangBleu";
}
.cart-info-bonus-block-content-title .value {
  font-weight: 500;
  font-size: 27px;
  line-height: 130%;
  color: #333333;
  font-family: "SangBleu";
}
.cart-info-bonus-block-content-subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3px;
}
.cart-info-bonus-block-content-subtitle .title {
  font-size: 16px;
  line-height: 130%;
  color: #333333;
  font-family: "SangBleu";
}
.cart-info-bonus-block-content-subtitle .value {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #333333;
  font-family: "SangBleu";
}
.cart-info-bonus-block-content-information {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 13px;
  line-height: 130%;
  color: #333333;
  margin-bottom: 7px;
  margin-bottom: 20px;
}
.cart-info-bonus-block-content-slider {
  background-color: #D5D7DC;
  font-size: 0.4em;
  border: none !important;
}
.cart-info-bonus-block-content-slider .ui-widget-header {
  background-color: #333333;
}
.cart-info-bonus-block-content-slider .ui-slider-handle {
  outline: none;
  width: 4em;
  height: 4em;
  border-radius: 100%;
  top: -1.7em;
  margin-left: -1.7em;
  background-color: #333333 !important;
  border: none !important;
}
.cart-info-bonus-block-promo {
  width: 100%;
    margin-bottom: 30px;
}
.cart-info-bonus-block-promo-input {
  width: 100%;
  height: 36px;
  border: none;
  border-bottom: 1px solid #000;
  padding-bottom: 9px;
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  background-color: transparent;
  outline: none;
}
.cart-info-bonus-block-promo-input-wrap {
  width: 100%;
  position: relative;
}
.cart-info-bonus-block-promo-input-icon {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  font-family: "Circe";
}
.cart-info-final {
  margin-top: 34px;
}
.cart-info-final-btn {
  width: 100%;
  margin-bottom: 18px;
}
.cart-info-final-btn__fill {
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  font-family: "Circe";
  background-color: #000;
  outline: none;
  border: none;
  cursor: pointer;
  height: 50px;
  transition: 0.3s ease-in-out;
}
.cart-info-final-btn__fill:hover {
  background-color: #777777;
}
.cart-info-final-btn__o {
    font-weight: normal;
    height: 50px;
    font-family: "Circe";
    font-size: 18px;
    line-height: 26px;
    color: #000;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #000;
    transition: 0.3s ease-in-out;
}
.cart-info-final-btn__o:hover {
    border: 1px solid #777777;
    background-color: #777777;
    color: #fff;
}
.cart-info-final-btn .cart-info-final-btn__o {
    font-weight: normal;
    height: 50px;
    font-family: "Circe";
    font-size: 18px;
    line-height: 26px;
    color: #000;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #000;
    transition: 0.3s ease-in-out;
}
.cart-info-final-btn .cart-info-final-btn__o:hover {
    border: 1px solid #777777;
    background-color: #777777;
    color: #fff;
}
.cart-info-final-attention {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
    font-family: "Circe";
  color: #7D7D7D;
}
.cart-info-final-attention a {
  display: block;
  color: #494949;
  text-decoration: none;
}

.cart-info-bonus-block-promo-wrap {
  position: relative;
}
.cart-info-bonus-block-promo-wrap.focused-not-empty .cart-info-bonus-block-promo-wrap-placeholder {
  bottom: 36px;
  font-size: 14px;
}

.cart-info-bonus-block-promo-wrap.always-active .cart-info-bonus-block-promo-wrap-placeholder {
    bottom: 36px;
    font-size: 14px;
}
.cart-info-bonus-block-promo-wrap .cart-info-bonus-block-promo-wrap-placeholder {
  position: absolute;
  transition: 0.3s;
  left: 0;
  bottom: 9px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #D5D7DC;
  font-family: "SangBleu";
}

.checkout {
  margin-top: 205px;
  margin-bottom: 50px;
}
.checkout-title {
  font-weight: normal;
  font-size: 48px;
  line-height: 130%;
  color: #000000;
  /*font-family: "SangBleu";*/
    font-family: 'Circe';
  margin-bottom: 10px;
}
.checkout-title-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 38px;
}
.checkout-login-information {
  max-width: 572px;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #7D7D7D;

    font-family: "Circe";
}
.checkout-login-information a {
  color: #000;
}
.checkout-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.checkout-content {
  width: calc(100% - 564px);
}
.checkout-content-item {
  background: #F8F8F8;
  border: 0.5px solid #EFEFEF;
  margin-bottom: 30px;
  padding: 49px 41px;
    position: relative;
    overflow: hidden;
}
.checkout-content-item:last-child {
  margin-bottom: 0;
}
.checkout-content-item-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  color: #000000;
  /*font-family: "SangBleu";*/
    font-family: "Circe";
  margin-bottom: 36px;
}
.checkout-content-item-extra {
  padding: 0;
}
.checkout-content-item-block-input-wrap {
  width: 100%;
  position: relative;
}
.checkout-content-item-block-input-wrap-subtitle {
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: translateY(100%);
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  font-family: "Circe";
  color: #7D7D7D;
}
.checkout-content-item-block-input-wrap-input {
    width: 100%;
    height: 36px;
    font-size: 18px;
    letter-spacing: 0.1px;
    color: #000000;
    background: #F2F3F5;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none !important;
    padding: 0 12px;
    transition: .3s;
    /*font-family: "SangBleu";
    border: none;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 9px;
    color: #000;
    background-color: transparent;
    outline: none;
    border-bottom: 1px solid #D5D7DC;*/
}
/*.checkout-content-item-block-input-wrap-input:focus {
  border-bottom: 1px solid #000;
}*/


.checkout-content-item-block-input-wrap-input:valid{
    background: #F7FFFA;
    border: 1px solid #6FCF97;
}

.checkout-content-item-block-input-wrap-input:empty{
    background: #F2F3F5;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.invalid .checkout-content-item-block-input-wrap-input {
    background: #FAEBEB;
    border: 1px solid #E64646;
}

.checkout-content-item-block-input-wrap-icon {
  position: absolute;
  cursor: pointer;
  /*top: 50%;*/
    bottom: 5px;
  right: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  font-family: "SangBleu";
}
.checkout-content-item-block-form {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-content-item-block-form-item {
  width: calc((100% - 39px) / 2);
}
.checkout-content-item-block-form-item:nth-child(1) {
  margin-bottom: 45px;
}
.checkout-content-item-block-ship-wrap {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.checkout-content-item-block-ship-item {
  /*width: calc((100% - 39px) / 2);*/
    width: 100%;
    margin-bottom: 39px;
  cursor: pointer;
    display: block;

}
.checkout-content-item-block-ship-item:last-child {
    margin-bottom: 0;
}
.checkout-content-item-block-ship-item input[type=radio] {
  display: none;
}
.checkout-content-item-block-ship-item input[type=radio]:checked ~ .checkout-content-item-block-ship-item-wrap {
  border: 1px solid #000;
}
.checkout-content-item-block-ship-item input[type=radio]:checked ~ .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-checked {
  right: 9px;
}
.checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap {
  border: 1px solid #D5D7DC;
  overflow: hidden;
  padding: 17px 19px 20px 19px;
  position: relative;
}
.checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-title {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-title__text {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-right: 13px;
}
.checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-description {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-description-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  font-family: "Circe";
  margin-right: 13px;
}
.checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-description-item:last-child {
  margin-right: 0;
}
.checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-description-item__simple {
  color: #000;
}
.checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-description-item__grey {
  color: #7D7D7D;
}
.checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-description-item__line {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #000000;
}
.checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-info {
  font-family: "Circe";
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-checked {
  transition: 0.3s ease-in-out;
  height: 100%;
  position: absolute;
  right: -300px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-checked svg {
  z-index: 1;
}
.checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-checked::before {
  z-index: 0;
  display: block;
  content: "";
  position: absolute;
  right: -780px;
  top: 0;
  transform: rotate(23deg);
  width: 1000px;
  height: 1000px;
  background-color: #000;
}
.checkout-content-item-block-payment-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.checkout-content-item-block-payment-item {
  width: calc((100% - 39px) / 2);
  cursor: pointer;
}
.checkout-content-item-block-payment-item input[type=radio] {
  display: none;
}
.checkout-content-item-block-payment-item input[type=radio]:checked ~ .checkout-content-item-block-payment-item-wrap {
  border-color: #000;
}
.checkout-content-item-block-payment .checkout-content-item-block-payment-item-wrap {
  padding: 18px 0px 23px 18px;
  display: flex;
  align-items: center;
  border: 1px solid #D5D7DC;
}
.checkout-content-item-block-payment .checkout-content-item-block-payment-item-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  margin-right: 17px;
}
.checkout-content-item-block-payment .checkout-content-item-block-payment-item-text {
  display: flex;
  flex-direction: column;
}
.checkout-content-item-block-payment .checkout-content-item-block-payment-item-text-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  font-family: "SangBleu";
  color: #000000;
  margin-bottom: 0px;
}
.checkout-content-item-block-payment .checkout-content-item-block-payment-item-text-subtitle {
  font-family: "Circe";
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #8C8C8C;
}
.checkout-content-item-block-extra {
  padding-top: 0;
  padding-bottom: 0;
}
.checkout-content-item-block-extra .custom-select-top {
  margin-bottom: 20px;
}
.checkout-content-item-block-extra-small-text {
  margin-top: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #7D7D7D;
  font-family: "Circe";
}
.checkout-content-item-block-extra-wrap {
  display: flex;
  justify-content: space-between;
}
.checkout-content-item-block-extra-wrap-col {
  width: 50%;
  padding: 41px 31px 41px 49px;
}
.checkout-content-item-block-extra-wrap-col-info {
  padding: 41px 49px 41px 31px;
  background-color: #EFEFEF;
  display: flex;
  align-items: center;
}
.checkout-content-item-block-extra-wrap-col-info-text {
  display: flex;
  flex-direction: column;
}
.checkout-content-item-block-extra-wrap-col-info-text-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  font-family: "SangBleu";
  margin-bottom: 5px;
}
.checkout-content-item-block-extra-wrap-col-info-text-subtitle {
  font-weight: normal;
  font-size: 15px;
  line-height: 150%;
  color: #000000;
  font-family: "Circe";
  margin-bottom: 14px;
}
.checkout-content-item-block-extra-wrap-col-info-text-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.checkout-content-item-block-extra-wrap-col-info-text-block-item {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  font-family: "Circe";
  color: #7D7D7D;
}
.checkout-content-item-block-extra-wrap-col-info-text-change {
  font-size: 14px;
  line-height: 130%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-family: "SangBleu";
  color: #000000;
  cursor: pointer;
}
.checkout-info {
  width: 534px;
  max-width: 534px;
  min-width: 534px;
  /*padding-top: 27px;*/
  padding-bottom: 17px;
  /*padding-left: 35px;
  padding-right: 35px;*/
  background-color: #fafafa;
  top: 15px;
  /* for Safari */
  position: sticky;
  align-self: flex-start;
}
.checkout-info-wrap {
  display: flex;
  flex-direction: column;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
}
.checkout-info-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid #D5D7DC;
  margin-bottom: 22px;
}
.checkout-info-title-block__element {
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  color: #000000;
  font-family: "SangBleu";
}
.checkout-info-title-block__quantity {
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  font-family: "SangBleu";
  color: #7D7D7D;
}
.checkout-info-prices {
  display: flex;
  flex-direction: column;
  padding-bottom: 22px;
  border-bottom: 1px solid #D5D7DC;
}
.checkout-info-prices-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.checkout-info-prices-item:last-child {
  margin-bottom: 0;
}
.checkout-info-prices-item .line {
  text-decoration: line-through;
  margin-right: 10px;
}
.checkout-info-prices-item .title {
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
  font-family: "Circe";
}
.checkout-info-prices-item .value {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  font-family: "Circe";
  color: #000000;
}
.checkout-info-prices-item-sale .value {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #EB5757;
}
.checkout-info-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 20px;
}
.checkout-info-result .title {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 30px;
  line-height: 130%;
  color: #000000;
}
.checkout-info-result .value {
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  color: #000000;
  font-family: "SangBleu";
}
.checkout-info-final {
  margin-top: 10px;
}
.checkout-info-final-btn {
  width: 100%;
  margin-bottom: 18px;
}
.checkout-info-final-btn__fill {
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
    font-family: "Circe";
  background-color: #000;
  outline: none;
  border: none;
  cursor: pointer;
  height: 50px;
  transition: 0.3s ease-in-out;
}
.checkout-info-final-btn__fill:hover {
  background-color: #777777;
}
.checkout-info-final-btn__o {
  font-weight: normal;
  height: 50px;
    font-family: "Circe";
  font-size: 18px;
  line-height: 26px;
  color: #000;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #000;
  transition: 0.3s ease-in-out;
}
.checkout-info-final-btn__o:hover {
  border: 1px solid #777777;
  background-color: #777777;
  color: #fff;
}
.checkout-info-final-attention {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
    font-family: "Circe";
  color: #7D7D7D;
}
.checkout-info-final-attention a {
  display: block;
  color: #494949;
  text-decoration: none;
}

.checkout-content-item-block-input-wrap {
  position: relative;

}
/*.checkout-content-item-block-input-wrap.focused-not-empty .checkout-content-item-block-input-wrap-placeholder {
  bottom: 36px;
  font-size: 14px;
}

.checkout-content-item-block-input-wrap.always-active .checkout-content-item-block-input-wrap-placeholder {
    bottom: 36px;
    font-size: 14px;
}*/
.checkout-content-item-block-input-wrap .checkout-content-item-block-input-wrap-placeholder {
  /*position: absolute;*/
    position: relative;
  transition: 0.3s;
  left: 0;
  bottom: 2px;
  /*font-weight: normal;*/
    font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #7D7D7D;
/*  font-family: "SangBleu";*/
    font-family: "Circe";
}

.account {
  margin-top: 205px;
  margin-bottom: 50px;
}
.account-title {
  font-weight: normal;
  font-size: 48px;
  line-height: 130%;
  font-family: "SangBleu";
  color: #000000;
  margin-bottom: 28px;
}
.account-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.account-control {
  width: 346px;
  max-width: 346px;
  min-width: 346px;
}
.account-control-top {
  padding: 24px;
  background: #F8F8F8;
  border: 0.5px solid #EFEFEF;
}
.account-control-top-title {
  font-family: "Circe";
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #8C8C8C;
  margin-bottom: 6px;
}
.account-control-top-count {
  font-weight: 500;
  font-size: 25px;
  font-family: "SangBleu";
  line-height: 130%;
  color: #000000;
  margin-bottom: 19px;
}
.account-control-top-indicator {
  margin-bottom: 19px;
  display: flex;
  flex-direction: column;
}
.account-control-top-indicator-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  font-family: "SangBleu";
  color: #8C8C8C;
  padding-left: 4px;
  padding-right: 4px;
}
.account-control-top-indicator-line {
  height: 3px;
  background-color: #D5D7DC;
  width: 100%;
  position: relative;
}
.account-control-top-indicator-line-filled {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #EB5757;
}
.account-control-top-indicator-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 9px;
  width: 2px;
  background-color: #D5D7DC;
}
.account-control-top-indicator-line::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 9px;
  width: 2px;
  background-color: #D5D7DC;
}
.account-control-top-indicator-line-not-null::after {
  background-color: #EB5757;
}
.account-control-top-indicator-line-full::after {
  background-color: #EB5757;
}
.account-control-top-indicator-line-full::before {
  background-color: #EB5757;
}
.account-control-top-text {
  font-family: "Circe";
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  color: #8C8C8C;
}
.account-control-menu {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}
.account-control-menu-item {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #D5D7DC;
  text-decoration: none;
}
.account-control-menu-item:last-child {
  border-bottom: none;
}
.account-control-menu-item:hover .account-control-menu-item-text {
  color: #8C8C8C;
}
.account-control-menu-item:hover .account-control-menu-item-icon svg path {
  stroke: #8C8C8C;
}
.account-control-menu-item.active .account-control-menu-item-text {
  color: #8C8C8C;
}
.account-control-menu-item.active .account-control-menu-item-icon svg path {
  stroke: #8C8C8C;
}
.account-control-menu-item-text {
  font-family: "SangBleu";
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
}
.account-control-menu-item-icon {
  display: flex;
  align-items: center;
}
.account-control-menu-item-icon-mobile {
  display: none;
}
.account-content {
  width: calc(100% - 376px);
}
.account-content-item-form {
  background: #F8F8F8;
  border: 0.5px solid #EFEFEF;
  padding-top: 76px;
  padding-bottom: 83px;
  display: flex;
  justify-content: center;
}
.account-content-item-form-wrap {
  width: 829px;
}
.account-content-item-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  font-family: "SangBleu";
  color: #000000;
}
.account-content-item-title:not(:first-child) {
  margin-top: 100px;
}
.account-content-item-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.account-content-item-block-input-wrap {
  width: 100%;
  position: relative;
}
.account-content-item-block-input-wrap-subtitle {
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: translateY(100%);
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  font-family: "Circe";
  color: #7D7D7D;
  display: none;
}
.account-content-item-block-input-wrap-input {
  width: 100%;
  height: 36px;
  border: none;
  padding-bottom: 9px;
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  background-color: transparent;
  outline: none;
  border-bottom: 1px solid #D5D7DC;
}
.account-content-item-block-input-wrap-input:focus {
  border-bottom: 1px solid #000;
}
.account-content-item-block-input-wrap-icon {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  font-family: "SangBleu";
}
.account-content-item-block-form-item {
  margin-top: 68px;
  width: calc((100% - 39px) / 2);
}
.account-content-item-block-control {
  margin-top: 65px;
  display: flex;
}
.account-content-item-block-control-save {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  font-family: "SangBleu";
  padding-left: 52px;
  padding-right: 52px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #000;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.account-content-item-block-control-save:hover {
  background-color: #777777;
}
.account-content-item-block-control-close {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: normal;
  font-family: "SangBleu";
  font-size: 15px;
  line-height: 22px;
  color: #7D7D7D;
  outline: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.account-content-item-block-control-close span {
  position: relative;
}
.account-content-item-block-control-close span:after {
  transition: 0.3s ease-in-out;
  position: absolute;
  content: "";
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #000;
  left: 0;
}
.account-content-item-block-control-close:hover {
  color: #000;
}
.account-content-item-block-control-close:hover span:after {
  width: 100%;
}

.account-content-item-block-input-wrap {
  position: relative;
}
.account-content-item-block-input-wrap.focused-not-empty .account-content-item-block-input-wrap-placeholder {
  bottom: 36px;
  font-size: 14px;
}

.account-content-item-block-input-wrap.always-active .account-content-item-block-input-wrap-placeholder {
    bottom: 36px;
    font-size: 14px;
}
.account-content-item-block-input-wrap .account-content-item-block-input-wrap-placeholder {
  position: absolute;
  transition: 0.3s;
  left: 0;
  bottom: 9px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7D7D7D;
  font-family: "SangBleu";
}

@media (min-width: 768px) {
  .account-control {
    top: 15px;
    /* for Safari */
    position: sticky;
    align-self: flex-start;
  }
}
.account-content-item-orders-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  color: #000000;
  font-family: "SangBleu";
  margin-bottom: 23px;
}
.account-content-item-orders-wrap {
  display: flex;
  flex-direction: column;
}

.account-orders-item {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid #EFEFEF;
}
.account-orders-item:last-child {
  margin-bottom: 0;
}
.account-orders-item-top {
  display: flex;
  align-items: center;
  background: #F8F8F8;
  padding: 26px 26px 22px 48px;
  margin-bottom: 33px;
}
.account-orders-item-top-label {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
  font-family: "SangBleu";
  margin-right: 33px;
}
.account-orders-item-top-status {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #EB5757;
}
.account-orders-item-content {
  display: flex;
  flex-direction: column;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 8px;
}
.account-orders-item-content-info {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 33px;
}
.account-orders-item-content-info-item {
  display: flex;
  flex-direction: column;
  margin-right: 80px;
}
.account-orders-item-content-info-item:last-child {
  margin-right: 0;
}
.account-orders-item-content-info-item .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  font-family: "SangBleu";
  margin-bottom: 9px;
}
.account-orders-item-content-info-item .value {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #999999;
}
.account-orders-item-content-items {
  padding-top: 33px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.account-orders-item-content-order {
  width: calc((100% - 30px) / 2);
  display: flex;
  margin-bottom: 31px;
}
.account-orders-item-content-order-image {
  width: 96px;
  height: 121px;
  overflow: hidden;
  position: relative;
  margin-right: 19px;
}
.account-orders-item-content-order-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.account-orders-item-content-order-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.account-orders-item-content-order-text-title {
  font-family: "SangBleu";
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 8px;
}
.account-orders-item-content-order-text-block {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  color: #8C8C8C;
  margin-bottom: 4px;
}
.account-orders-item-content-order-text-price {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  font-family: "SangBleu";
}

.block-info {
  width: 100%;
  background: #F8F8F8;
  border: 0.5px solid #EFEFEF;
  margin-bottom: 30px;
}
.block-info:last-child {
  margin-bottom: 0;
}
.block-info-main {
  padding-top: 69px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-info-main-title {
  font-family: "SangBleu";
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 20px;
}
.block-info-main-subtitle {
  font-family: "SangBleu";
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #000000;
  max-width: 780px;
  margin-bottom: 112px;
}
.block-info-main-description {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-info-main-description-title {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  color: #000000;
  font-family: "SangBleu";
}
.block-info-main-description-subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  font-family: "Circe";
  max-width: 418px;
  color: #999999;
  margin-bottom: 44px;
}
.block-info-main-description-content {
  width: 845px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 104px;
}
.block-info-main-description-content-item {
  width: 383px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-info-main-description-content-item-title {
  font-weight: normal;
  font-size: 30px;
  line-height: 160%;
  text-align: center;
  color: #000000;
  font-family: "SangBleu";
}
.block-info-main-description-content-item-title span {
  font-weight: 500;
  font-size: 50px;
  line-height: 160%;
}
.block-info-main-description-content-item-value {
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  font-family: "SangBleu";
  color: #000000;
}
.block-info-main-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-info-main-bottom-title {
  font-family: "SangBleu";
  font-weight: 500;
  font-size: 50px;
  line-height: 160%;
  text-align: center;
  color: #000000;
}
.block-info-main-bottom-subtitle {
  font-family: "Circe";
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #000000;
}
.block-info-bonus {
  padding-top: 43px;
  padding-bottom: 43px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-info-bonus-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  font-family: "SangBleu";
}
.block-info-bonus-subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  color: #000000;
  font-family: "Circe";
  margin-bottom: 70px;
}
.block-info-bonus-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 770px;
}
.block-info-bonus-content-title {
  font-family: "SangBleu";
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 70px;
}
.block-info-bonus-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 383px;
}
.block-info-bonus-content-item__icon {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-info-bonus-content-item__text {
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  font-family: "SangBleu";
  color: #000000;
}
.block-info-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 50px;
}
.block-info-cards-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 160%;
  color: #000000;
  text-align: center;
  font-family: "SangBleu";
  margin-bottom: 50px;
}
.block-info-cards-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 800px;
}
.block-info-cards-item {
  width: 383px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-info-cards-item:nth-child(1) {
  margin-bottom: 80px;
}
.block-info-cards-item:nth-child(2) {
  margin-bottom: 80px;
}
.block-info-cards-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
}
.block-info-cards-item__text {
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  font-family: "SangBleu";
  color: #000000;
  max-width: 316px;
}
.block-info-program {
  padding-top: 43px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-info-program-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 160%;
  text-align: center;
  font-family: "SangBleu";
  color: #000000;
  max-width: 509px;
}
.block-info-program-subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #7D7D7D;
  max-width: 315px;
}
.block-info-program-subtitle a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
}
.block-info-program-content {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 30px;
}
.block-info-program-content-item {
  width: calc((100% - 40px) / 2);
  position: relative;
}
.block-info-program-content-item__image {
  max-width: 100%;
}
.block-info-program-content-item__image__mobile {
  display: none;
}
.block-info-program-content-item:last-child {
  margin-top: 110px;
}
.block-info-program-content-item-text {
  position: absolute;
  top: 30px;
  left: 20px;
  display: flex;
  flex-direction: column;
}
.block-info-program-content-item-text__title {
  font-family: "SangBleu";
  font-weight: 500;
  font-size: 27.1021px;
  line-height: 130%;
  color: #FFFFFF;
}
.block-info-program-content-item-text__subtitle {
  margin-top: 10px;
  font-family: "SangBleu";
  font-weight: 500;
  font-size: 18.6198px;
  line-height: 130%;
  color: #FFFFFF;
}
.block-info-pay {
  padding-top: 32px;
  padding-bottom: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-info-pay-wrap {
  width: 782px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-info-pay-title {
  text-align: center;
  font-family: "SangBleu";
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 30px;
}
.block-info-pay-subtitle {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
    font-family: "Circe";
  color: #000000;
  text-align: justify;
  margin-bottom: 22px;
}
.block-info-pay-description {
  text-align: justify;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  font-family: "Circe";
  color: #000000;
  margin-bottom: 50px;
}
.block-info-pay-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.block-info-pay-content-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #D5D7DC;
}
.block-info-pay-content-item.active .block-info-pay-content-item__title-icon {
  transform: rotate(180deg);
}
.block-info-pay-content-item.active .block-info-pay-content-item__title-icon svg path {
  fill: #000;
}
.block-info-pay-content-item:first-child {
  border-top: 1px solid #D5D7DC;
}
.block-info-pay-content-item__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
.block-info-pay-content-item__title-text {
font-family: "Circe";
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #000000;
}
.block-info-pay-content-item__title-icon {
  transition: 0.3s ease-in-out;
}
.block-info-pay-content-item__title-icon svg path {
  transition: 0.3s ease-in-out;
}
.block-info-pay-content-item__block {
  display: none;
  padding-top: 20px;
  padding-bottom: 40px;
    font-family: "Circe";
}
.block-info-pay-content-item__block span{
    font-family: "Circe";
}
.block-info-pay-content-item__block p {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  color: #000000;
  font-family: "Circe";
}
.block-info-pay-content-item__block .icons-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.block-info-ship {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 8px;
}
.block-info-ship-wrap {
  width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-info-ship-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  color: #000000;
  font-family: "SangBleu";
  margin-bottom: 46px;
}
.block-info-ship-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.block-info-ship-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 308px;
  margin-bottom: 37px;
}
.block-info-ship-content-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
}
.block-info-ship-content-item__title {
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  font-family: "SangBleu";
  color: #000000;
}
.block-info-ship-content-item__subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #8C8C8C;
  font-family: "Circe";
  max-width: 290px;
}
.block-info-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
.block-info-table-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-info-table-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  font-family: "SangBleu";
  color: #000000;
  margin-bottom: 19px;
}
.block-info-table-block {
  width: 780px;
  margin-bottom: 62px;
}
.block-info-table-block:last-child {
  margin-bottom: 0;
}
.block-info-table-block-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #000000;
  font-family: "SangBleu";
  margin-bottom: 11px;
}
.block-info-table-block-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 13px;
}
.block-info-table-block-table thead tr th {
  background-color: #EFEFEF;
  border-right: 1px solid #EFEFEF;
  padding-left: 16px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  font-family: "Circe";
  padding-top: 16px;
  padding-bottom: 10px;
  text-align: left;
  min-width: 216px;
}
.block-info-table-block-table thead tr th:last-child {
  border-right: none;
}
.block-info-table-block-table tbody tr td {
  background-color: #FFFFFF;
  padding-left: 16px;
  border-right: 1px solid #EFEFEF;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  border-bottom: 1px solid #EFEFEF;
  font-family: "Circe";
  padding-top: 16px;
  padding-bottom: 10px;
  text-align: left;
}
.block-info-table-block-table tbody tr td:last-child {
  border-right: none;
}
.block-info-table-block-description {
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #8C8C8C;
  font-family: "Circe";
}

.client {
  margin-top: 205px;
  margin-bottom: 50px;
}
.client-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.client-info {
  width: 346px;
  display: flex;
  flex-direction: column;
}
.client-info-menu {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}
.client-info-menu-item {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #D5D7DC;
  text-decoration: none;
}
.client-info-menu-item:last-child {
  border-bottom: none;
}
.client-info-menu-item:hover .client-info-menu-item-text {
  color: #8C8C8C;
}
.client-info-menu-item:hover .account-control-menu-item-icon svg path {
  stroke: #8C8C8C;
}
.client-info-menu-item-text {
  font-family: "SangBleu";
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
}
.client-info-menu-item-icon {
  display: flex;
  align-items: center;
}
.client-info-menu-item-icon-mobile {
  display: none;
}
.client-title {
  font-weight: normal;
  font-size: 48px;
  line-height: 130%;
  font-family: "SangBleu";
  color: #000000;
  margin-bottom: 26px;
}
.client-content {
  width: calc(100% - 376px);
}

.extra-items {
  margin-bottom: 50px;
}
.extra-items-title {
  font-weight: normal;
  font-size: 35px;
  line-height: 130%;
  color: #000000;
  font-family: "SangBleu";
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.extra-items-link {
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #8C8C8C;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  font-family: "SangBleu";
  margin-bottom: 50px;
}
.extra-items-link:hover {
  text-decoration: underline;
}

.item-card {
  margin-top: 20px;
  padding-bottom: 50px;
}
.item-card-wrap {
  display: flex;
  justify-content: space-between;
}
.item-card__images {
  width: calc(100% - 376px);
}
.item-card__images-wrap {
  /*display: flex;*/
	display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.item-card__images-wrap.main-img-wrap{
	display: flex;
}


.item-card__images-item {
  width: calc(50% - 4px);
  margin-bottom: 8px;
}
.item-card__images-item-wrap {
  padding-bottom: 145%;
  position: relative;
  overflow: hidden;
  display: flex;
    align-items: flex-end;
    background: #f2f2f2;
}
/*.item-card__images-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  width: 100%;
}*/


.item-card__images-item img {
    position: absolute;
    /* top: 50%; */
    bottom: 0;
    left: 50%;
    height: 100%;
    transform: translate(-50%, 0%);
    width: auto;
}


.item-card__content {
  width: 346px;
  top: 15px;
  /* for Safari */
  position: sticky;
  align-self: flex-start;
}
.item-card__content-top {
  padding-bottom: 35px;
  border-bottom: 1px solid #EDEDED;
}
.item-card__content-ship {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #EDEDED;
}
.item-card__content-ship-title {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  font-family: "SangBleu";
  color: #000000;
  margin-bottom: 19px;
}
.item-card__content-ship-title span {
  text-decoration: underline !important;
}
.item-card__content-ship-title-icon {
  margin-left: 10px;
}
.item-card__content-ship-title.custom-select-title {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  font-family: "SangBleu";
  color: #000000;
  margin-bottom: 19px;
}
.item-card__content-ship-title.custom-select-title span {
  text-decoration: underline !important;
}
.item-card__content-ship-title.custom-select-title-icon {
  margin-left: 10px;
}
.item-card__content-ship-block {
  display: flex;
  flex-direction: column;
}
.item-card__content-ship-block-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 27px;
}
.item-card__content-ship-block-item:last-child {
  margin-bottom: 0;
}
.item-card__content-ship-block-item-icon {
  display: flex;
  align-items: center;
  margin-right: 18px;
}
.item-card__content-ship-block-item-text {
  display: flex;
  flex-direction: column;
}
.item-card__content-ship-block-item-text .title {
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  font-family: "SangBleu";
  color: #000000;
}
.item-card__content-ship-block-item-text .subtitle {
  font-weight: normal;
  font-size: 12px;
  line-height: 180%;
  font-family: "SangBleu";
  color: #8C8C8C;
}
.item-card__content-ship-block-item-text .subtitle-button {
  cursor: pointer;
}
.item-card__content-ship-block-item-text .subtitle-button:hover {
  color: #000;
}
.item-card__content-social {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #EDEDED;
}
.item-card__content-social-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  font-family: "SangBleu";
  color: #000000;
  margin-bottom: 12px;
}
.item-card__content-social-block {
  display: flex;
}
.item-card__content-social-block-item {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D5D7DC;
  border-radius: 7px;
  margin-right: 20px;
  transition: 0.3s ease-in-out;
}
.item-card__content-social-block-item:last-child {
  margin-right: 0;
}
.item-card__content-social-block-item:hover {
  background-color: #000;
}
.item-card__content-slide-block {
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #EDEDED;
}

.item-card__content-slide-block-loyality {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    margin-top: 17px;
}

.item-card__content-slide-block.opened .item-card__content-slide-block-title__icon {
  transform: rotate(180deg);
}
.item-card__content-slide-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  font-family: "SangBleu";
  cursor: pointer;
  color: #000000;
}
.item-card__content-slide-block-title span {
  text-decoration: underline;
}
.item-card__content-slide-block-title__icon {
  transition: 0.3s ease-in-out;
  transform: rotate(0deg);
  display: flex;
  align-items: center;
}
.item-card__content-slide-block-content {
  display: none;
  padding-top: 15px;
  font-family: "Circe";
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #1A1A1A;
}
.item-card__content-description {
  display: flex;
  flex-direction: column;
  padding-top: 35px;
}
.item-card__content-description-item {
  margin-bottom: 26px;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #1A1A1A;
  font-family: "Circe";
}
.item-card__content-description-item:last-child {
  margin-bottom: 0;
}
.item-card__content-description-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #1A1A1A;
  font-family: "SangBleu";
  margin-bottom: 12px;
}
.item-card__content-description-text-hidden {
  margin-top: 5px;
}
.item-card__content-description-text-hidden-btn {
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #999999;
  font-family: "SangBleu";
  cursor: pointer;
}
.item-card__content-description-text-hidden-block {
  display: none;
}
.item-card__label {
  position: relative;
  overflow: hidden;
  padding-right: 33px;
  display: inline-block;
  z-index: 2;
}
.item-card__label span {
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-right: 3px;
  font-family: "Circe";
  background-color: #EB5757;
  display: inline-block;
  min-width: 65px;
  padding-top: 7px;
  padding-left: 10px;
  padding-bottom: 3px;
  position: relative;
}
.item-card__label-triangle {
  position: absolute;
  bottom: 6px;
  right: 19px;
  transform: rotate(-60deg);
  display: block;
  height: 57px;
  width: 53px;
  background-color: #EB5757;
  z-index: -1;
}
.item-card__label__grey span {
  background-color: #999999;
}
.item-card__label__grey .catalog-item-label-triangle {
  background-color: #999999;
}
.item-card__title {
  margin-top: 14px;
  font-weight: normal;
  font-size: 22px;
  line-height: 130%;
  color: #000000;
  font-family: "Circe";
}
.item-card__price {
  margin-top: 21px;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #000000;
  font-family: "Circe";
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 15px;
}

.item-card__price-loyality {
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: #000000;
    font-family: "Circe";
    font-size: 20px;
    margin-top: 0px;
    line-height: 130%;
}

.item-card__price-sale {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.item-card__price-sale .old-price {
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #8C8C8C;
}
.item-card__price-sale .new-price {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #EB5757;
  /*margin-left: 14px;*/
  margin-right: 14PX;
}

.item-card__color {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 14px;
    margin-top: 36px;
}
.item-card__color-title {
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  color: #000000;
  font-family: "Circe";
  margin-bottom: 11px;
}
.item-card__color-content {
  display: flex;
	flex-wrap: wrap;
  align-items: center;
  overflow-x: auto;
  max-width: 100%;
  padding-bottom: 8px;
}

.colors-catalog.item-card__color {
    display: none;
    width: 100%;
    position: absolute;
    justify-content: space-between;
    flex-direction: row;
    background-color: #F1F1F1;
    margin-top: 11px;
    height: 98px;
    padding: 17px 11px 14px 11px;
    align-items: center;

}
.colors-catalog.item-card__color.open{
    display: flex;
}
.colors-catalog .item-card__color-title {
    font-weight: normal;
    font-size: 15px;
    line-height: 130%;
    color: #000000;
    font-family: "Circe";
    margin-bottom: 11px;
}
.colors-catalog .item-card__color-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 0;
    padding-right: 10px;
    height: 100%;
}
.colors-catalog .item-card__color__close{
    cursor: pointer;
}
.colors-catalog .item-card__color__close svg line{
    transition: .3s ease-in-out;
}
.colors-catalog .item-card__color__close:hover svg line{
    stroke: #0c0c0c;
}


.item-card__color-content::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.item-card__color-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.item-card__color-content::-webkit-scrollbar-thumb {
  background-color: #000;
}
.item-card__color-item {
  min-width: 40px;
  height: 40px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}


.item-card__color-item::after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
  background-color: transparent;
  border: 2px solid #000;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}




.item-card__color-item:hover:not(.active) span {
    border: 1px solid #fff;
}

.item-card__color-item:not(.active) span {
    border: 1px solid #D5D7DC;
}
.item-card__color-item:hover:not(.active)::after {
  opacity: 0.5;
}
.item-card__color-item.active span {
  border: 2px solid #fff;
}
.item-card__color-item.active::after {
  opacity: 1;
}
.item-card__color-item:last-child {
  margin-right: 0;
}
.item-card__color-item span {
  transition: 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  border-radius: 0%;
  display: block;
}


.item-card__color-item {
    min-width: 40px;
    height: 40px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}


.item-card__color-item::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: "";
    background-color: transparent;
    border: 2px solid #000;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
}




.item-card__color-item:hover:not(.active) span {
    border: 1px solid #fff;
}

.item-card__color-item:not(.active) span {
    border: 1px solid #D5D7DC;
}
.item-card__color-item:hover:not(.active)::after {
    opacity: 0.5;
}
.item-card__color-item.active span {
    border: 2px solid #fff;
}
.item-card__color-item.active::after {
    opacity: 1;
}
.item-card__color-item:last-child {
    margin-right: 0;
}
.item-card__color-item span {
    transition: 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    display: block;
}






.item-card__color-item-catalog {
    min-width: 22px;
    height: 22px;
    margin-right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}


.item-card__color-item-catalog::after {
    position: absolute;
    width: 15px;
    height: 15px;
    content: "";
    background-color: transparent;
    border: 2px solid #000;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
}




.item-card__color-item-catalog:hover:not(.active) span {
    border: 1px solid #fff;
}

.item-card__color-item-catalog:not(.active) span {
    border: 1px solid #D5D7DC;
}
.item-card__color-item-catalog:hover:not(.active)::after {
    opacity: 0.5;
}
.item-card__color-item-catalog.active span {
    border: 2px solid #fff;
}
.item-card__color-item-catalog.active::after {
    opacity: 1;
}
.item-card__color-item-catalog:last-child {
    margin-right: 0;
}
.item-card__color-item-catalog span {
    transition: 0.3s ease-in-out;
    width: 16px;
    height: 16px;
    display: block;
}



.colors-catalog .item-card__color-item-catalog {
    min-width: 29px;
    height: 29px;
    margin-right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.colors-catalog .item-card__color-item-catalog::after {
    position: absolute;
    width: 24px;
    height: 24px;
    content: "";
    background-color: transparent;
    border: 2px solid #000;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
}
.colors-catalog .item-card__color-item-catalog span {
    transition: 0.3s ease-in-out;
    width: 24px;
    height: 24px;
    display: block;
}

.colors-catalog .item-card__color-item-catalog.active span {
    border: 2px solid #fff;
}
.colors-catalog .item-card__color-item-catalog.active::after {
    opacity: 1;
}


@media(max-width: 992px){
    .colors-catalog.item-card__color{
        height: 51px;
        padding: 9px 6px 7px 6px;
    }
    .catalog-item-text-colors-btn{
        font-size: 12px;
    }
    .colors-catalog .item-card__color-title {
        font-weight: normal;
        font-size: 15px;
        line-height: 130%;
        color: #000000;
        font-family: "Circe";
        margin-bottom: 11px;
    }
    .colors-catalog .item-card__color-content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        overflow-x: auto;
        max-width: 100%;
        padding-bottom: 0;
        padding-right: 10px;
        height: 100%;
    }
    .colors-catalog .item-card__color__close{
        cursor: pointer;
    }
    .colors-catalog .item-card__color__close svg {
        width: 12px;
        height: 12px;
    }
    .colors-catalog .item-card__color__close:hover svg line{
        stroke: #0c0c0c;
    }

    .colors-catalog .item-card__color-item-catalog {
        min-width: 15px;
        height: 15px;
        margin-right: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }

    .colors-catalog .item-card__color-item-catalog::after {
        position: absolute;
        width: 10px;
        height: 10px;
        content: "";
        background-color: transparent;
        border: 1px solid #000;
        top: 50%;
        left: 50%;
        opacity: 0;
        transform: translate(-50%, -50%);
        transition: 0.3s ease-in-out;
    }
    .colors-catalog .item-card__color-item-catalog span {
        transition: 0.3s ease-in-out;
        width: 10px;
        height: 10px;
        display: block;
    }

    .colors-catalog .item-card__color-item-catalog.active span {
        border: 1px solid #fff;
    }
    .colors-catalog .item-card__color-item-catalog.active::after {
        opacity: 1;
    }
}

.item-card__control {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.item-card__control-bottom {
  display: flex;
  align-items: center;
  margin-top: 18px;
  justify-content: space-between;
}
.item-card__control-btn-cart {
  width: 100%;
  height: 50px;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
    text-decoration: none;
  color: #FFFFFF;
  font-family: "Circe";
  background-color: #000;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
	align-items: center;
	justify-content: center;
}

.item-card__control-btn-cart:hover {
  background-color: #777777;
}

.item-card__control-btn-buy {
  width: 278px;
  height: 50px;
  font-family: "Circe";
  border: 1px solid #000000;
  background-color: transparent;
  font-size: 16px;
  line-height: 130%;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.item-card__control-btn-buy:hover {
  background-color: #000;
  color: white;
}

.item-card__control-btn-favorite {
  width: 50px;
  height: 50px;
  border: 1px solid #000000;
  background-color: transparent;
  font-size: 16px;
  line-height: 130%;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-card__control-btn-favorite.active {
    background-color: #000;
    color: white;
}
.item-card__control-btn-favorite.active svg path {
    stroke: #fff;
    stroke-width: 2px;
}

.item-card__control-btn-favorite svg path {
  transition: 0.3s ease-in-out;
  stroke: #000;
}
.item-card__control-btn-favorite:hover {
  background-color: #000;
  color: white;
}
.item-card__control-btn-favorite:hover svg path {
  stroke: #fff;
  stroke-width: 2px;
}

.main-container {
  display: flex;
  align-items: center;
}

.news {
  margin-top: 205px;
  margin-bottom: 50px;
}
.news-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-title {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  color: #000000;
}
.news-content {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}
.news-content-item {
  text-decoration: none;
}
.news-content-item__image {
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 21px;
}
.news-content-item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.news-content-item__title {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 25px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 12px;
}
.news-content-item__date {
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  color: #BEBEBE;
  font-family: "SangBleu";
}

.news-page {
  margin-top: 205px;
  margin-bottom: 50px;
}
.news-page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-page-title {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  max-width: 780px;
}
.news-page-slider {
  margin-top: 50px;
  width: 100%;
  max-width: 1098px;
  position: relative;
}
.news-page-slider .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 208px;
  outline: none;
  transition: 0.3s ease-in-out;
}
.news-page-slider .owl-nav .owl-prev svg {
  margin-left: 35px;
}
.news-page-slider .owl-nav .owl-prev svg path {
  transition: 0.3s ease-in-out;
}
.news-page-slider .owl-nav .owl-prev:hover {
  opacity: 1;
}
.news-page-slider .owl-nav .owl-prev:hover svg path {
  fill: #000;
}
.news-page-slider .owl-nav .owl-prev.disabled {
  display: none;
}
.news-page-slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 208px;
  outline: none;
  transition: 0.3s ease-in-out;
}
.news-page-slider .owl-nav .owl-next svg {
  margin-right: 35px;
}
.news-page-slider .owl-nav .owl-next svg path {
  transition: 0.3s ease-in-out;
}
.news-page-slider .owl-nav .owl-next:hover {
  opacity: 1;
}
.news-page-slider .owl-nav .owl-next:hover svg path {
  fill: #000;
}
.news-page-slider .owl-nav .owl-next.disabled {
  display: none;
}
.news-page-slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-page-slider .owl-dots .owl-dot {
  width: 19%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 4px;
  margin-right: 4px;
}
.news-page-slider .owl-dots .owl-dot.active {
  background-color: rgba(140, 140, 140, 0.5);
}
.news-page-slider-item {
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}
.news-page-slider-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.news-page-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-page-slider-description {
  margin-top: 13px;
  width: 100%;
  max-width: 722px;
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  font-family: "Circe";
  color: #BEBEBE;
}
.news-page-content {
  width: 100%;
  max-width: 722px;
  margin-top: 27px;
  display: flex;
  flex-direction: column;
}
.news-page-content p {
  font-weight: normal;
  font-size: 19px;
  line-height: 180%;
  text-align: justify;
  color: #000000;
  font-family: "Circe";
  margin-bottom: 15px;
}
.news-page-content p:last-child {
  margin-bottom: 0;
}
.news-page-content-date {
  margin-top: 20px;
  width: 100%;
  max-width: 722px;
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  font-family: "SangBleu";
  color: #BEBEBE;
}

.extra-news {
  margin-top: 70px;
  margin-bottom: 50px;
}
.extra-news-wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 722px;
  align-items: center;
}
.extra-news-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  font-family: "SangBleu";
  color: #000000;
  margin-bottom: 30px;
}
.extra-news-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.extra-news-content-item {
  text-decoration: none;
}
.extra-news-content-item__image {
  width: 100%;
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 10px;
}
.extra-news-content-item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.extra-news-content-item__title {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 10px;
}
.extra-news-content-item__date {
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  color: #BEBEBE;
  font-family: "SangBleu";
}

.header-four {
  display: none !important;
}

.four {
  overflow: hidden;
  position: relative;
}
.four-block {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
  justify-content: center;
}
.four-block-image-1 {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translate(-100%);
  top: 0;
}
.four-block-image-2 {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translate(-85%, 0);
  bottom: -440px;
}
.four-block-image-3 {
  position: absolute;
  z-index: -1;
  position: absolute;
  z-index: -1;
  right: 44%;
  transform: translate(100%, 0);
  top: -440px;
}
.four-block-image-4 {
  position: absolute;
  z-index: -1;
  right: 50%;
  transform: translate(70%, 0);
  bottom: -320px;
}
.four-block-text {
  display: flex;
  flex-direction: column;
}
.four-block-text-top {
  display: flex;
  align-items: center;
}
.four-block-text-top-first {
  font-weight: bold;
  font-size: 129.306px;
  line-height: 130%;
  font-family: "SangBleu";
  color: #000000;
  margin-right: 49px;
}
.four-block-text-top-second {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 48px;
  line-height: 130%;
  color: #000000;
  max-width: 325px;
  padding-bottom: 20px;
}
.four-block-text-link {
  font-family: "Circe";
  font-weight: normal;
  font-size: 30px;
  line-height: 130%;
  color: #999999;
  text-decoration: none;
}

@media (max-width: 992px) {
  .four-block-image-1 {
    position: absolute;
    z-index: -1;
    left: 29%;
    transform: translate(-100%);
    top: -10px;
    width: 321px;
  }
  .four-block-image-1 img {
    width: 100%;
  }
  .four-block-image-2 {
    position: absolute;
    z-index: -1;
    left: 40%;
    transform: translate(-85%, 0);
    bottom: 0px;
    width: 320px;
  }
  .four-block-image-2 img {
    width: 100%;
  }
  .four-block-image-3 {
    position: absolute;
    z-index: -1;
    position: absolute;
    z-index: -1;
    right: 44%;
    transform: translate(100%, 0);
    top: -10px;
    width: 258px;
  }
  .four-block-image-3 img {
    width: 100%;
  }
  .four-block-image-4 {
    position: absolute;
    z-index: -1;
    right: 30%;
    transform: translate(70%, 0);
    bottom: 40px;
    width: 308px;
  }
  .four-block-image-4 img {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .header-four {
    display: block !important;
  }

  .four-block-image-1 {
    position: absolute;
    z-index: -1;
    left: 59%;
    transform: translate(-100%);
    top: 50px;
    width: 321px;
  }
  .four-block-image-1 img {
    width: 100%;
  }
  .four-block-image-2 {
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translate(-85%, 0);
    bottom: 70px;
    width: 320px;
  }
  .four-block-image-2 img {
    width: 100%;
  }
  .four-block-image-3 {
    position: absolute;
    z-index: -1;
    position: absolute;
    z-index: -1;
    right: 44%;
    transform: translate(100%, 0);
    top: 100px;
    width: 258px;
  }
  .four-block-image-3 img {
    width: 100%;
  }
  .four-block-image-4 {
    position: absolute;
    z-index: -1;
    right: 30%;
    transform: translate(70%, 0);
    bottom: 30px;
    width: 308px;
  }
  .four-block-image-4 img {
    width: 100%;
  }
  .four-block-text-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .four-block-text-top-first {
    margin-right: 0;
    font-size: 66.405px;
    line-height: 130%;
  }
  .four-block-text-top-second {
    font-size: 24.6503px;
    line-height: 130%;
    max-width: 177px;
  }
  .four-block-text-link {
    font-size: 15.4065px;
    line-height: 130%;
  }
}
@media (max-width: 450px) {
  .header-four {
    display: block !important;
  }

  .four {
    background-image: url(/images/mobile-four.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .four-block-image-1 {
    position: absolute;
    z-index: -1;
    left: 59%;
    transform: translate(-100%);
    top: 50px;
    width: 321px;
    display: none;
  }
  .four-block-image-1 img {
    width: 100%;
  }
  .four-block-image-2 {
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translate(-85%, 0);
    bottom: 70px;
    width: 320px;
    display: none;
  }
  .four-block-image-2 img {
    width: 100%;
  }
  .four-block-image-3 {
    position: absolute;
    z-index: -1;
    position: absolute;
    z-index: -1;
    right: 44%;
    transform: translate(100%, 0);
    top: 100px;
    width: 258px;
    display: none;
  }
  .four-block-image-3 img {
    width: 100%;
  }
  .four-block-image-4 {
    position: absolute;
    z-index: -1;
    right: 30%;
    transform: translate(70%, 0);
    bottom: 30px;
    width: 308px;
    display: none;
  }
  .four-block-image-4 img {
    width: 100%;
  }
  .four-block-text-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .four-block-text-top-first {
    margin-right: 0;
    font-size: 66.405px;
    line-height: 130%;
  }
  .four-block-text-top-second {
    font-size: 24.6503px;
    line-height: 130%;
    max-width: 177px;
  }
  .four-block-text-link {
    font-size: 15.4065px;
    line-height: 130%;
  }
}
/*.modal-window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}*/

.modal-window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
    justify-content: end;
    height: 100%;
    padding: 0;
    overflow-y: auto;
}

.modal-window-wrap{
    height: 100%;
    overflow: auto;
    max-width: 100%;
}

.modal-window-close-area {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/*.modal-window-wrap {
  position: relative;
}*/
/*.modal-window-close {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -100%);
  cursor: pointer;
}*/

.modal-window-close {
    position: absolute;
    cursor: pointer;
    top: 45px;
    right: 35px;
    width: 40px;
    height: 40px;
    background: rgba(118, 118, 128, 0.12);
    backdrop-filter: blur(54.3656px);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.modal-window-close svg{
    width: 13px;
    height: 13px;
}

/*.modal-window-title {
  font-family: "SangBleu";
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin-bottom: 21px;
}*/

.modal-window-title {
    font-size: 35px;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #000000;
    font-family: 'Circe';
}

.modal-window-subtitle {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #7D7D7D;
}
.modal-window-subtitle span {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
/*.modal-window-content {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  width: 608px;
  height: 486px;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.modal-window-content-wrap {
  width: 420px;
  display: none;
  flex-direction: column;
}*/

.modal-window-content {
    background: #fff;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    width: 540px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 45px;
    min-height: 100%;
    margin-left: auto;
}

.modal-window-content-wrap {
    width: 100%;
    display: none;
    flex-direction: column;
    padding: 80px  35px;
    justify-content: center;
}

.modal-desc{
    margin-top: 8px;
    font-size: 15px;
    line-height: 18px;
    color: #7D7D7D;
}

.modal-title-block{
    position: absolute;
    top: 45px;
}

.modal-desc{
    font-size: 15px;
    line-height: 18px;
    color: #7D7D7D;
    font-family: 'Circe';
}


.modal-window-content-wrap-phone {
  display: flex;
}
.modal-window-content-wrap-email {
  display: none;
}
.modal-window-content-wrap-code {
  display: none;
}
.modal-window-content-wrap-code .modal-window-input-wrap-input {
  text-align: center;
  font-weight: 500;
  font-size: 35px;
  line-height: 51px;
  color: #000000;
  height: 52px;
}
.modal-window-btn-fill {
  margin-top: 58px;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  font-family: "Circe";
  padding-left: 52px;
  padding-right: 52px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #000;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.modal-window-btn-fill:hover {
  background-color: #777777;
}
.modal-window-btn-o {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: normal;
  font-family: "Circe";
  font-size: 18px;
  line-height: 26px;
  color: #7D7D7D;
  outline: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.modal-window-btn-o:hover {
  color: #000;
}
.modal-window-btn-o:hover span:after {
  width: 100%;
}
.modal-window-input-container {
 /* flex-grow: 1;*/
  display: flex;
  align-items: flex-end;
    flex-wrap: wrap;
}
.modal-window-input-wrap {
  width: 100%;
  position: relative;
}
.modal-window-input-wrap-subtitle {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(100%);
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  font-family: "Circe";
  color: #7D7D7D;
}
.modal-window-input-wrap-input {
  width: 100%;
  height: 36px;
  border: none;
  border-bottom: 1px solid #000;
  padding-bottom: 9px;
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  background-color: transparent;
  outline: none;
}
.modal-window-input-wrap-icon {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  font-family: "SangBleu";
}

.modal-window-input-wrap {
  position: relative;
}
.modal-window-input-wrap.focused-not-empty .modal-window-input-wrap-placeholder {
  bottom: 36px;
  font-size: 14px;
}

.modal-window-input-wrap.always-active .modal-window-input-wrap-placeholder {
    bottom: 36px;
    font-size: 14px;
}
.modal-window-input-wrap .modal-window-input-wrap-placeholder {
  position: absolute;
  transition: 0.3s;
  left: 0;
  bottom: 9px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #7D7D7D;
  font-family: "SangBleu";
}

.modal-window-buy .modal-window-content {
  height: 416px;
}
.modal-window-buy .modal-window-title {
  max-width: 400px;
}

.modal-map {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}
.modal-map-close-area {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal-map-wrap {
  position: relative;
}
.modal-map-close {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -100%);
  cursor: pointer;
}
.modal-map-title {
  font-family: "SangBleu";
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin-bottom: 21px;
}
.modal-map-subtitle {
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #7D7D7D;
}
.modal-map-subtitle span {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.modal-map-content {
  background: #FFFFFF;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: center;
  width: 1098px;
  max-width: 90vw;
  max-height: calc((var(--vh, 1vh) * 100) - 200px);
}
.modal-map-content-wrap {
  display: flex;
  flex-direction: column;
}
.modal-map-content-map {
  width: calc(100% - 373px);
  height: 100%;
}
.modal-map-content-left {
  width: 373px;
  max-width: 373px;
  min-width: 373px;
  display: flex;
  flex-direction: column;
}
.modal-map-content-left-2 {
  display: none;
  width: 373px;
  max-width: 373px;
  min-width: 373px;
  flex-direction: column;
  padding: 25px;
  overflow-y: auto;
}
.modal-map-content-left-2-return {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 34px;
}
.modal-map-content-left-2-return-text {
  margin-left: 8px;
  font-family: "SangBleu";
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #7D7D7D;
}
.modal-map-content-left-2-btn {
  margin-top: 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  font-family: "SangBleu";
  padding-left: 52px;
  padding-right: 52px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #000;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}
.modal-map-content-left-2-btn:hover {
  background-color: #777777;
}
.modal-map-content-top {
  padding: 13px 25px;
}
.modal-map-content-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  color: #000000;
  font-family: "SangBleu";
}
.modal-map-content-title-icon {
  display: none;
}
.modal-map-content-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #7D7D7D;
  font-family: "Circe";
}
.modal-map-content-control-show-all {
  cursor: pointer;
}
.modal-map-content-search {
  background-color: #F8F8F8;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-map-content-search input {
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  color: #000000;
  font-family: "SangBleu";
  border: none;
  background-color: transparent;
  padding-bottom: 4px;
  border-bottom: 1px solid #D5D7DC;
  outline: none;
}
.modal-map-content-items {
  flex-grow: 1;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal-map-content-items::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.modal-map-content-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.modal-map-content-items::-webkit-scrollbar-thumb {
  background-color: #000;
}
.modal-map-content-item {
  padding-top: 21px;
  padding-bottom: 21px;
  border-bottom: 1px solid #D5D7DC;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
}
.modal-map-content-item:last-child {
  border-bottom: none;
}
.modal-map-content-item-title {
  font-family: "SangBleu";
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 4px;
}
.modal-map-content-item-description {
  font-family: "Circe";
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 16px;
}
.modal-map-content-item-ship-info {
  font-family: "SangBleu";
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #000000;
}
.modal-map-content .custom-select-title {
  height: unset;
}
.modal-map-content .custom-select-top {
  margin-top: 30px;
  margin-bottom: 44px;
}

.ymaps-2-1-78-search {
  display: none !important;
}

@media (max-width: 768px) {
  .modal-map {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
  }
  .modal-map-close-area {
    width: 100%;
    height: 100%;
  }
  .modal-map-wrap {
    width: 100%;
    height: 100%;
  }
  .modal-map-close {
    display: none;
  }
  .modal-map-subtitle {
    display: none;
  }
  .modal-map-content {
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .modal-map-content-wrap {
    display: flex;
    flex-direction: column;
  }
  .modal-map-content-map {
    width: 100%;
    height: 100%;
  }
  .modal-map-content-left {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: relative;
  }
  .modal-map-content-left-2 {
    padding: 17px;
    position: absolute;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #fff;
  }
  .modal-map-content-left-2-return-icon {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    margin-right: 8px;
  }
  .modal-map-content-left-2-return-icon svg {
    width: 20px;
    height: 20px;
  }
  .modal-map-content-left-2-return-text {
    font-size: 16px;
    line-height: 130%;
  }
  .modal-map-content-top {
    padding-left: 17px;
    padding-top: 17px;
  }
  .modal-map-content-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 130%;
  }
  .modal-map-content-title-icon {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    margin-right: 8px;
  }
  .modal-map-content-title-icon svg {
    width: 20px;
    height: 20px;
  }
  .modal-map-content-control {
    display: none;
  }
  .modal-map-content-search {
    position: fixed;
    width: 80%;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
      display: none;
  }
  .modal-map-content-items {
    display: none;
  }
  .ymaps-2-1-78-float-button {
    display: none !important;
  }
}
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #333;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(0deg);
}

.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #cccccc;
}

.c100 *,
.c100 *:before,
.c100 *:after {
  box-sizing: content-box;
}

.c100.center {
  float: none;
  margin: 0 auto;
}

.c100.big {
  font-size: 240px;
}

.c100.small {
  font-size: 60px;
}

.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #cccccc;
  display: block;
  text-align: center;
  white-space: nowrap;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #fff;
  width: 0.84em;
  height: 0.84em;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}

.c100.p1 .bar {
  transform: rotate(3.6deg);
}

.c100.p2 .bar {
  transform: rotate(7.2deg);
}

.c100.p3 .bar {
  transform: rotate(10.8deg);
}

.c100.p4 .bar {
  transform: rotate(14.4deg);
}

.c100.p5 .bar {
  transform: rotate(18deg);
}

.c100.p6 .bar {
  transform: rotate(21.6deg);
}

.c100.p7 .bar {
  transform: rotate(25.2deg);
}

.c100.p8 .bar {
  transform: rotate(28.8deg);
}

.c100.p9 .bar {
  transform: rotate(32.4deg);
}

.c100.p10 .bar {
  transform: rotate(36deg);
}

.c100.p11 .bar {
  transform: rotate(39.6deg);
}

.c100.p12 .bar {
  transform: rotate(43.2deg);
}

.c100.p13 .bar {
  transform: rotate(46.8deg);
}

.c100.p14 .bar {
  transform: rotate(50.4deg);
}

.c100.p15 .bar {
  transform: rotate(54deg);
}

.c100.p16 .bar {
  transform: rotate(57.6deg);
}

.c100.p17 .bar {
  transform: rotate(61.2deg);
}

.c100.p18 .bar {
  transform: rotate(64.8deg);
}

.c100.p19 .bar {
  transform: rotate(68.4deg);
}

.c100.p20 .bar {
  transform: rotate(72deg);
}

.c100.p21 .bar {
  transform: rotate(75.6deg);
}

.c100.p22 .bar {
  transform: rotate(79.2deg);
}

.c100.p23 .bar {
  transform: rotate(82.8deg);
}

.c100.p24 .bar {
  transform: rotate(86.4deg);
}

.c100.p25 .bar {
  transform: rotate(90deg);
}

.c100.p26 .bar {
  transform: rotate(93.6deg);
}

.c100.p27 .bar {
  transform: rotate(97.2deg);
}

.c100.p28 .bar {
  transform: rotate(100.8deg);
}

.c100.p29 .bar {
  transform: rotate(104.4deg);
}

.c100.p30 .bar {
  transform: rotate(108deg);
}

.c100.p31 .bar {
  transform: rotate(111.6deg);
}

.c100.p32 .bar {
  transform: rotate(115.2deg);
}

.c100.p33 .bar {
  transform: rotate(118.8deg);
}

.c100.p34 .bar {
  transform: rotate(122.4deg);
}

.c100.p35 .bar {
  transform: rotate(126deg);
}

.c100.p36 .bar {
  transform: rotate(129.6deg);
}

.c100.p37 .bar {
  transform: rotate(133.2deg);
}

.c100.p38 .bar {
  transform: rotate(136.8deg);
}

.c100.p39 .bar {
  transform: rotate(140.4deg);
}

.c100.p40 .bar {
  transform: rotate(144deg);
}

.c100.p41 .bar {
  transform: rotate(147.6deg);
}

.c100.p42 .bar {
  transform: rotate(151.2deg);
}

.c100.p43 .bar {
  transform: rotate(154.8deg);
}

.c100.p44 .bar {
  transform: rotate(158.4deg);
}

.c100.p45 .bar {
  transform: rotate(162deg);
}

.c100.p46 .bar {
  transform: rotate(165.6deg);
}

.c100.p47 .bar {
  transform: rotate(169.2deg);
}

.c100.p48 .bar {
  transform: rotate(172.8deg);
}

.c100.p49 .bar {
  transform: rotate(176.4deg);
}

.c100.p50 .bar {
  transform: rotate(180deg);
}

.c100.p51 .bar {
  transform: rotate(183.6deg);
}

.c100.p52 .bar {
  transform: rotate(187.2deg);
}

.c100.p53 .bar {
  transform: rotate(190.8deg);
}

.c100.p54 .bar {
  transform: rotate(194.4deg);
}

.c100.p55 .bar {
  transform: rotate(198deg);
}

.c100.p56 .bar {
  transform: rotate(201.6deg);
}

.c100.p57 .bar {
  transform: rotate(205.2deg);
}

.c100.p58 .bar {
  transform: rotate(208.8deg);
}

.c100.p59 .bar {
  transform: rotate(212.4deg);
}

.c100.p60 .bar {
  transform: rotate(216deg);
}

.c100.p61 .bar {
  transform: rotate(219.6deg);
}

.c100.p62 .bar {
  transform: rotate(223.2deg);
}

.c100.p63 .bar {
  transform: rotate(226.8deg);
}

.c100.p64 .bar {
  transform: rotate(230.4deg);
}

.c100.p65 .bar {
  transform: rotate(234deg);
}

.c100.p66 .bar {
  transform: rotate(237.6deg);
}

.c100.p67 .bar {
  transform: rotate(241.2deg);
}

.c100.p68 .bar {
  transform: rotate(244.8deg);
}

.c100.p69 .bar {
  transform: rotate(248.4deg);
}

.c100.p70 .bar {
  transform: rotate(252deg);
}

.c100.p71 .bar {
  transform: rotate(255.6deg);
}

.c100.p72 .bar {
  transform: rotate(259.2deg);
}

.c100.p73 .bar {
  transform: rotate(262.8deg);
}

.c100.p74 .bar {
  transform: rotate(266.4deg);
}

.c100.p75 .bar {
  transform: rotate(270deg);
}

.c100.p76 .bar {
  transform: rotate(273.6deg);
}

.c100.p77 .bar {
  transform: rotate(277.2deg);
}

.c100.p78 .bar {
  transform: rotate(280.8deg);
}

.c100.p79 .bar {
  transform: rotate(284.4deg);
}

.c100.p80 .bar {
  transform: rotate(288deg);
}

.c100.p81 .bar {
  transform: rotate(291.6deg);
}

.c100.p82 .bar {
  transform: rotate(295.2deg);
}

.c100.p83 .bar {
  transform: rotate(298.8deg);
}

.c100.p84 .bar {
  transform: rotate(302.4deg);
}

.c100.p85 .bar {
  transform: rotate(306deg);
}

.c100.p86 .bar {
  transform: rotate(309.6deg);
}

.c100.p87 .bar {
  transform: rotate(313.2deg);
}

.c100.p88 .bar {
  transform: rotate(316.8deg);
}

.c100.p89 .bar {
  transform: rotate(320.4deg);
}

.c100.p90 .bar {
  transform: rotate(324deg);
}

.c100.p91 .bar {
  transform: rotate(327.6deg);
}

.c100.p92 .bar {
  transform: rotate(331.2deg);
}

.c100.p93 .bar {
  transform: rotate(334.8deg);
}

.c100.p94 .bar {
  transform: rotate(338.4deg);
}

.c100.p95 .bar {
  transform: rotate(342deg);
}

.c100.p96 .bar {
  transform: rotate(345.6deg);
}

.c100.p97 .bar {
  transform: rotate(349.2deg);
}

.c100.p98 .bar {
  transform: rotate(352.8deg);
}

.c100.p99 .bar {
  transform: rotate(356.4deg);
}

.c100.p100 .bar {
  transform: rotate(360deg);
}

.c100:hover {
  cursor: default;
}

.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #333;
}

.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}

.c100.dark {
  background-color: #777777;
}

.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00 !important;
}

.c100.dark > span {
  color: #777777;
}

.c100.dark:after {
  background-color: #666666;
}

.c100.dark:hover > span {
  color: #c6ff00;
}

.c100.green .bar,
.c100.green .fill {
  border-color: #4db53c !important;
}

.c100.green:hover > span {
  color: #4db53c;
}

.c100.green.dark .bar,
.c100.green.dark .fill {
  border-color: #5fd400 !important;
}

.c100.green.dark:hover > span {
  color: #5fd400;
}

.c100.orange .bar,
.c100.orange .fill {
  border-color: #dd9d22 !important;
}

.c100.orange:hover > span {
  color: #dd9d22;
}

.c100.orange.dark .bar,
.c100.orange.dark .fill {
  border-color: #e08833 !important;
}

.c100.orange.dark:hover > span {
  color: #e08833;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@media (max-width: 1670px) {
  .header.open .header-top__logo {
    width: 180px;
  }
  .header.open .header-top__logo-image {
    max-width: 100%;
  }
  .header-top__list li:nth-child(3) {
    display: none;
  }
  .header-top__list-link {
    font-size: 15px;
    margin-left: 9px;
  }
  .header-top__control-item {
    margin-left: 20px;
  }
  .header-top__control-item svg {
    max-width: 36px;
  }
  .header-bottom__list-link {
    font-size: 18px;
  }
}
@media (max-width: 1420px) {
  .header.open .header-top__list {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header.open .header-top__logo {
    width: 160px;
    margin-left: 29px;
  }
  .header.open .header-top__logo-image {
    max-width: 100%;
  }

  .header-top__logo {
    width: 140px;
    margin-left: 29px;
  }
  .header-top__control-item {
    margin-left: 20px;
  }
  .header-top__control-item svg {
    max-width: 36px;
  }
  .header-hamburger {
    width: 45px;
  }
}
@media (max-width: 1300px) {

  .header.open .header-top__logo {
    width: 140px;
    margin-left: 20px;
  }
  .header-top__menu-list__link {
    font-size: 16px;
  }
  .header-top__list-link {
    font-size: 14px;
  }
  .header-top__logo {
    margin-left: 20px;
  }
  .header-top__control-item {
    margin-left: 20px;
  }
  .header-top__control-item svg {
    max-width: 30px;
  }
  .header-hamburger {
    width: 40px;
    height: 24px;
  }
  .header-top__favorite-counter {
    font-size: 11px;
  }
  .header-top__cart-counter {
    font-size: 11px;
  }
}
@media (max-width: 1100px) {

    .cart-info-bonus-block{
        margin: 0 -60px;
        margin-bottom: 39px;
    }

  .header.open .header-top {
    flex-wrap: wrap;
  }
  .header.open .header-top__menu {
    width: calc((100% - 140px) / 2);
  }
  .header.open .header-top__list {
    /*padding-top: 20px;*/
    order: 4;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .header.open .header-top__logo {
    width: 140px;
    margin-left: 0px;
  }
  .header.open .header-top__control {
    width: calc((100% - 140px) / 2);
  }
  .header-top__menu-list__item {
    margin-left: 20px;
  }
  .header-top__menu-list__link {
    font-size: 16px;
  }
  .header-top__list-link {
    font-size: 14px;
  }
  .header-top__logo {
    margin-left: 20px;
  }
  .header-top__control-item {
    margin-left: 20px;
  }
  .header-top__control-item svg {
    max-width: 30px;
  }
  .header-bottom {
    padding-left: 35px;
    padding-right: 35px;
  }
  .header-bottom__list {
    justify-content: space-between;
    width: 100%;
  }
  .header-bottom__list-item {
    margin-left: 0;
    margin-right: 0;
  }
  .header-hamburger {
    width: 40px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .header {
    background: #fff;
      position: fixed;

  }
  .header.open .header-top {
    flex-wrap: wrap;
  }
  .header.open .header-top__menu {
    width: calc((100% - 140px) / 2);
  }
  .header.open .header-top__list {
    display: none;
  }
  .header.open .header-top__logo {
    width: 140px;
    margin-left: 0px;
  }
  .header.open .header-top__control {
    width: calc((100% - 140px) / 2);
  }
  .header-top__menu-list {
    display: none;
  }
  .header-top__list-link {
    font-size: 14px;
  }
  .header-top__logo {
    margin-left: 20px;
  }
  .header-top__control-item {
    margin-left: 20px;
  }
  .header-top__control-item svg {
    max-width: 30px;
  }
 /* .header-top__control-item.header-top__user {
    display: none;
  }*/
  .header-bottom {
    display: none;
  }
  .header-hamburger {
      display: flex;
      align-items: center;
      justify-content: center;
    width: 110px;
    padding-left: 35px;
    padding-right: 35px;
    height: 96px;

  }
    .header-hamburger-wrap{
        width: 40px;
        height: 24px;
    }
    .header-top{
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }
  .header-hamburger.opened span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .header-hamburger.opened span:nth-child(2) {
    opacity: 0;
  }
  .header-hamburger.opened span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
@media (max-width: 576px) {
  .header {
    border-bottom: 1px solid rgba(213, 215, 220, 0.5);
  }
  .header-top {
    border-bottom: none;
  }
  .header-top-mobile {
    border-top: 1px solid #F1F1F1;
    margin-top: 68px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    font-family: "SangBleu";
  }
  .header-top-mobile::after {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 1px;
    content: "";
    background-color: #F1F1F1;
  }
  .header.open .header-top__menu {
    width: auto;
  }
  .header.open .header-top__logo-image {
    display: none;
    margin-bottom: 2px;
    margin-left: 16px;
  }
  .header.open .header-top__logo-image.header-mobile {
    display: block;
  }
  .header.open .header-top__control {
    flex-grow: 1;
    width: auto;
  }
  .header-top {
    flex-wrap: wrap;
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 17px;
  }
  .header-top__menu {
    width: auto;
  }
  .header-top__menu-list {
    display: none;
  }
  .header-top__list {
    display: none;
  }
  .header-top__logo {
    margin-left: 0;
  }
  .header-top__logo-image {
    display: none;
    margin-bottom: 2px;
    margin-left: 16px;
  }
  .header-top__logo-image.header-mobile {
    display: block;
  }
  .header-top__control {
    flex-grow: 1;
    width: auto;
  }
  .header-top__control-item svg {
    max-width: 19px;
    max-height: 19px;
  }
  .header-hamburger {
      width: 56px;
      padding-left: 17px;
      padding-right: 17px;
      height: 56px;
  }
  .header-hamburger-wrap {
    width: 22px;
    height: 14px;
  }
  .header-top__favorite.filled .header-top__favorite-counter {
    display: none;
  }

  .header-top__cart.filled .header-top__cart-counter {
    /*display: none;*/
  }
}
@media (max-width: 374px) {
  .header {
    padding: 18px 0;
    border-bottom: 1px solid rgba(213, 215, 220, 0.5);
  }
  .header-top {
    border-bottom: none;
  }
  .header-top-mobile {
    border-top: 1px solid #F1F1F1;
    margin-top: 68px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    font-family: "SangBleu";
  }
  .header-top-mobile::after {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 1px;
    content: "";
    background-color: #F1F1F1;
  }
  .header.open .header-top__menu {
    width: auto;
  }
  .header.open .header-top__logo-image {
    display: none;
    margin-bottom: 2px;
    margin-left: 16px;
  }
  .header.open .header-top__logo-image.header-mobile {
    display: block;
  }
  .header.open .header-top__control {
    flex-grow: 1;
    width: auto;
  }
  .header-top {
    flex-wrap: wrap;
    padding-bottom: 0;
    padding-left: 17px;
    padding-right: 17px;
  }
  .header-top__menu {
    width: auto;
  }
  .header-top__menu-list {
    display: none;
  }
  .header-top__list {
    display: none;
  }
  .header-top__logo {
    margin-left: 0;
  }
  .header-top__logo-image {
    display: none;
    margin-bottom: 2px;
    margin-left: 16px;
  }
  .header-top__logo-image.header-mobile {
    display: block;
  }
  .header-top__control {
    flex-grow: 1;
    width: auto;
  }
  .header-top__control-item svg {
    max-width: 19px;
    max-height: 19px;
  }
  .header-hamburger {
    width: 22px;
    height: 14px;
      padding: 0;
  }
  .header-top__favorite.filled .header-top__favorite-counter {
    display: none;
  }

  .header-top__cart.filled .header-top__cart-counter {
    /*display: none;*/
  }
}
/*@media (max-width: 1560px) {
  .main-slider-item__image {
    width: auto !important;
    max-height: 100%;
  }
}*/
@media (max-width: 992px) {
  .main-slider .owl-dots .owl-dot {
    width: 20px;
  }
  /*.main-slider-item__container__left .main-slider-item__image {
    right: -37px;
    left: unset;
  }
  .main-slider-item__image {
    left: -37px;
    width: auto !important;
    max-height: 100%;
  }*/
}
@media (max-width: 768px) {
  .main {
    height: 440px;
  }
  .main-slider .owl-nav {
    display: none;
  }
  .main-slider .owl-dots {
    bottom: 8px;
  }
  .main-slider .owl-dots .owl-dot {
    height: 2px;
  }
  .main-slider-item__container__left .main-slider-item__image {
    right: -37px;
    left: unset;
  }
  /*.main-slider-item__image {
    left: -37px;
    width: auto !important;
    max-height: 100%;
  }*/
    .container_loyalty {
        margin-top: 15px;
    }
}
@media (max-width: 540px) {
  .main {
    height: 285px;
      margin-top: 57px;
  }
  .main-slider-item__container__left .main-slider-item__image {
    right: -20px;
    left: unset;
  }
  /*.main-slider-item__image {
      left: 50%;
      transform: translate(-50%, -50%);
    width: auto !important;
    max-height: 100%;
    display: none !important;
  }*/

    .main-slider-item__image{

    }

  .main-slider-item__image.mobile{
      display: block !important;
  }

}
@media (max-width: 1550px) {
  .loyalty {
    margin-bottom: 180px;
  }
  .loyalty .container {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }
  .loyalty-image {
    width: 500px;
  }
  .loyalty-image img {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .loyalty {
    margin-bottom: 120px;
  }


  .loyalty-text__label {
    margin-bottom: 18px;
  }
  .loyalty-text__label span {
    font-size: 18px;
    padding-top: 8px;
    line-height: 126%;
  }
  .loyalty-text__label-triangle {
    height: 46px;
    width: 43px;
    bottom: 5px;
    right: 18px;
  }
  .loyalty-text__title {
    font-size: 20px;
    line-height: 130%;
  }
  .loyalty-text__list {
    max-width: 413px;
    margin-bottom: 25px;
  }
  .loyalty-text__list-item {
    font-size: 16px;
    line-height: 150%;
  }
  .loyalty-text__list-item-marker {
    margin-top: 6px;
  }
  .loyalty-text__list-item-marker svg {
    width: 14px;
  }
  .loyalty-text__btn-fill {
    font-size: 14px;
    line-height: 130%;
  }
  .loyalty-text__btn-o {
    font-size: 14px;
    line-height: 130%;
  }
}
@media (max-width: 1070px) {
  .loyalty {
    margin-bottom: 100px;
  }
  .loyalty-image {
    width: 350px;
  }
}
@media (max-width: 916px) {
  .loyalty {
    margin-bottom: 80px;
  }
  .loyalty-text__btn-group {
    flex-direction: column;
  }
}
@media (max-width: 740px) {
  .loyalty {
    margin-bottom: 60px;
    position: relative;
  }
  .loyalty-image {
    width: 250px;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 83px;
  }
  .loyalty-text__label {
    height: 19px;
  }
  .loyalty-text__label span {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 9.68554px;
    line-height: 158%;
    border-radius: 2px;
  }
  .loyalty-text__label-triangle {
    height: 29px;
    width: 22px;
    bottom: 1px;
    right: 29px;
    border-radius: 2px;
  }
  .loyalty-text__btn-group {
    flex-direction: column;
  }
}
@media (max-width: 690px) {
  .loyalty {
    margin-bottom: 40px;
    position: relative;
  }
  .loyalty-image {
    width: 132px;
    position: absolute;
    z-index: -1;
    right: unset;
    left: 370px;
    bottom: 83px;
  }
  .loyalty-text {
    width: 100%;
    max-width: 413px;
      padding-right: 130px;
  }
  .loyalty-text__list {
    width: 100%;
    margin-bottom: 75px;
  }
}
@media (max-width: 500px) {
  .loyalty .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .loyalty-image {
    width: 132px;
    position: absolute;
    z-index: -1;
    right: 0;
    left: unset;
    bottom: 58px;
  }
}
@media (max-width: 374px) {
  .loyalty .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .loyalty-image {
    width: 132px;
    position: absolute;
    z-index: -1;
    right: 0;
    left: unset;
    bottom: 58px;
  }

}

@media(max-width: 400px){
	.main {
    height: 225px;
}
}

@media (max-width: 1350px) {
  .grid-half-image {
    height: calc(100% - 72px);
  }
}
@media (max-width: 1070px) {
  .grid-half {
    grid-template-columns: 1fr 1fr 2fr;
  }
  .grid-half-image {
    height: calc(100% - 72px);
  }
}
@media (max-width: 950px) {
  .grid-half {
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 2fr;
  }
  .grid-half-image {
    height: calc(100% - 72px);
  }
}
@media (max-width: 740px) {
  .grid-half {
    grid-gap: 15px;
    grid-template-columns: 170px 170px 1fr;
  }
  .grid-half-image {
    height: calc(100% - 72px);
  }
}
@media (max-width: 576px) {
  .grid-half {
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "A B" "C D";
  }
  .grid-half-title-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 22px;
  }
  .grid-half-title-mobile .title {
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #1A1A1A;
    font-family: "SangBleu";
      font-weight: bold;
  }
  .grid-half-title-mobile .subtitle {
    font-weight: normal;
    font-family: "SangBleu";
    font-size: 12px;
    line-height: 130%;
    text-transform: uppercase;
    color: #8C8C8C;
    margin-bottom: 4px;
  }
  .grid-half-image {
    display: none;
    height: calc(100% - 72px);
  }
}
@media (max-width: 500px) {
  .grid-half {
    padding-left: 17px;
    padding-right: 17px;
  }
  .grid-half-image {
    display: none;
    height: calc(100% - 72px);
  }
}
@media (max-width: 1350px) {
  /*.catalog-item {
    padding-bottom: 70px;
  }*/
  /*.catalog-item-text {
    bottom: 85px;
  }*/
}
@media (max-width: 950px) {
  .catalog-item-with-label .catalog-item-image-slider .owl-dots {
    width: calc(100% - 60px);
    left: 60px;
  }
  .catalog-item-image-slider .owl-dots {
    bottom: 9px;
  }
  .catalog-item-image-slider .owl-dots .owl-dot {
    width: 16px;
    height: 2px;
    margin-left: 1px;
    margin-right: 1px;
  }
  .catalog-item-favorite {
      padding-right: 5px;
      padding-top: 6px;
    right: 0;
    top: 0;
  }
  .catalog-item-favorite svg {
    width: 20px;
    height: 20px;
  }
  .catalog-item-label {
    padding-right: 23px;
  }
  .catalog-item-label span {
    font-size: 8.50014px;
    line-height: 150%;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-right: 4px;
    height: 100%;
    min-width: 44px;
    display: flex;
    align-items: center;
  }
  .catalog-item-label-triangle {
    bottom: -1px;
    right: 13px;
  }
  .catalog-item-text {
    padding-top: 13px;
  }
  .catalog-item-text-title {
    font-size: 12px;
    line-height: 130%;
  }
  .catalog-item-text-price {
    font-size: 16px;
  }
  .catalog-item-text-price__sale .old-price {
    font-size: 16px;
  }
  .catalog-item-text-price__sale .new-price {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .catalog-item-with-label .catalog-item-image-slider .owl-dots {
    width: calc(100% - 60px);
    left: 60px;
  }
  .catalog-item-image-slider .owl-dots {
    bottom: 9px;
  }
  .catalog-item-image-slider .owl-dots .owl-dot {
    width: 16px;
    height: 2px;
    margin-left: 1px;
    margin-right: 1px;
  }
  .catalog-item-favorite {
      padding-right: 5px;
      padding-top: 6px;
    right: 0;
    top: 0;
  }
  .catalog-item-favorite svg {
    width: 20px;
    height: 20px;
  }
  .catalog-item-label {
    padding-right: 23px;
  }
  .catalog-item-label span {
    font-size: 10px;
    line-height: 150%;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-right: 4px;
    height: 100%;
    min-width: 44px;
    display: flex;
    align-items: center;
  }
  .catalog-item-label-triangle {
    bottom: -1px;
    right: 13px;
  }
  .catalog-item-text {
    padding-top: 13px;
  }
  .catalog-item-text-title {
    font-size: 14px;
    line-height: 130%;
  }
  .catalog-item-text-price {
    font-size: 18px;
  }
  .catalog-item-text-price__sale .old-price {
    font-size: 18px;
  }
  .catalog-item-text-price__sale .new-price {
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .catalog-item-with-label .catalog-item-image-slider .owl-dots {
    width: calc(100% - 60px);
    left: 60px;
  }
  .catalog-item-image-slider .owl-dots {
    bottom: 9px;
  }
  .catalog-item-image-slider .owl-dots .owl-dot {
    width: 16px;
    height: 2px;
    margin-left: 1px;
    margin-right: 1px;
  }
  .catalog-item-favorite {
      padding-right: 5px;
      padding-top: 6px;
      right: 0;
      top: 0;
  }
  .catalog-item-favorite svg {
    width: 20px;
    height: 20px;
  }
  .catalog-item-label {
    padding-right: 23px;
  }
  .catalog-item-label span {
    font-size: 8.50014px;
    line-height: 150%;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-right: 4px;
    height: 100%;
    min-width: 44px;
    display: flex;
    align-items: center;
  }
  .catalog-item-label-triangle {
    bottom: -1px;
    right: 13px;
  }
  .catalog-item-text {
    padding-top: 13px;
  }
  .catalog-item-text-title {
    font-size: 12px;
    line-height: 130%;
  }
  .catalog-item-text-price {
    font-size: 16px;
  }
  .catalog-item-text-price__sale .old-price {
    font-size: 16px;
  }
  .catalog-item-text-price__sale .new-price {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .insta-tag-container {
    padding: 9px;
    font-size: 20px;
    line-height: 30px;
  }
  .insta-grid {
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
      padding-bottom: 150px;
  }
  .insta-grid-item:nth-child(5) {
    display: none;
  }
}
@media (max-width: 576px) {
  .insta {
    padding-top: 34px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .insta-followers {
    font-size: 14px;
    line-height: 18px;
  }
  .insta-grid {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
      padding-bottom: 160px;
  }
  .insta-grid-item:nth-child(5) {
    display: none;
  }
}
@media (max-width: 374px) {
  .insta {
    padding-top: 34px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .insta-followers {
    font-size: 12px;
    line-height: 18px;
  }
  .insta-grid {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
      padding-bottom: 160px;
  }
  .insta-grid-item:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1550px) {
  .footer {
    padding-left: 35px;
    padding-right: 35px;
  }
  .footer .container {
    width: 100%;
  }
  .footer-wrap {
    grid-gap: 30px;
  }
}
@media (max-width: 1230px) {
  .footer-content-top {
    grid-template-columns: 1fr 1.5fr 1fr 2fr;
  }
  .footer-content-top-menu__title {
    font-size: 18px;
  }
  .footer-content-top-menu__list-item {
    font-size: 16px;
  }
  .footer-content-top__form-title {
    font-size: 18px;
  }
  .footer-content-bottom {
    flex-wrap: wrap;
  }
  .footer-content-bottom-copyright {
    order: 1;
  }
  .footer-content-bottom__politic {
    order: 1;
  }
  .footer-content-bottom__payment {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 14px;
  }
  .footer-content-bottom__payment-item {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .footer {
    margin-top: 250px;
    position: relative;
  }
  .footer-second {
    margin-top: 0;
  }
  .footer-second .footer-content-top__form-wrap {
    display: none;
  }
  .footer-content-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-content-top__form {
    width: 100%;
    margin-bottom: 0px;
  }
  .footer-content-top__form-wrap {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .footer-content-top__form-title {
    color: #000;
    text-align: center;
    margin-bottom: 36px;
  }
  .footer-content-top__form-input {
    color: #000;
    border-bottom-color: #000;
  }
  .footer-content-top__form-input-wrap-placeholder {
    color: #000 !important;
  }
  .footer-content-top__form-input-icon svg path {
    stroke: #000;
  }
  .footer-content-top__form-input::-moz-placeholder {
    color: #000;
  }
  .footer-content-top__form-input:-ms-input-placeholder {
    color: #000;
  }
  .footer-content-top__form-input::placeholder {
    color: #000;
  }
  .footer-content-top-up {
    display: none;
    margin-top: 20px;
  }
  .footer-content-bottom {
    margin-top: 0px;
  }
  .footer-content-bottom-copyright {
    font-size: 12px;
  }
  .footer-content-bottom__politic {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 40px;
  }
  .footer-wrap {
    grid-template-columns: 1fr;
  }
  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-info__item {
    display: none;
  }
  .footer-info-developer {
    width: 100%;
    border-top: 0.5px solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 10px;
    line-height: 180%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .footer-content-top {
    flex-direction: column;
    grid-gap: unset;
  }
  .footer-content-top-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0.5px solid #fff;
  }
  .footer-content-top-menu:first-child {
    border-top: 0.5px solid #fff;
  }
  .footer-content-top-menu__title {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    line-height: 22px;
  }
  .footer-content-top-menu__title-icon {
    display: block;
  }
  .footer-content-top-menu__list {
    padding-top: 15px;
  }
  .footer-content-top-menu__list-item {
    font-size: 14px;
    line-height: 22px;
  }
  .footer-content-top__form {
    margin-bottom: 3px;
    margin-top: 0px;
  }
  .footer-content-top-up {
    display: flex;
    justify-content: center;
  }
  .footer-content-top-up-text {
    order: 1;
    font-size: 10px;
    line-height: 110%;
  }
  .footer-content-top-up-icon {
    margin-right: 4px;
  }
  .footer-content-top-up-icon svg {
    width: 35px;
  }
  .footer-content-bottom {
    margin-top: 15px;
  }
  .footer-content-bottom-copyright {
    width: 50%;
    text-align: left;
  }
  .footer-content-bottom__politic {
    width: 50%;
    margin-left: 0;
    text-align: right;
  }
  .footer-content-bottom__payment {
    display: flex;
    justify-content: center;
  }
  .footer-content-bottom__payment-item {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 576px) {
  .footer {
    padding-top: 25px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .footer-info__logo {
    margin-bottom: 18px;
    width: 250px;
  }
  .footer-info__logo svg {
    max-width: 100%;
  }
  .footer-content-top__form-wrap {
    min-width: 270px;
  }
  .footer-content-top__form-input {
    padding-bottom: 0;
  }
  .footer-content-bottom-copyright {
    color: #D5D7DC;
  }
  .footer-content-bottom__politic {
    color: #D5D7DC;
    text-decoration: none;
  }
  .footer-content-bottom__payment {
    justify-content: space-between;
  }
  .footer-content-bottom__payment-item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 374px) {
  .footer {
    padding-top: 25px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .footer-info__logo {
    margin-bottom: 18px;
    width: 132px;
  }
  .footer-info__logo svg {
    max-width: 100%;
  }
  .footer-content-top__form-wrap {
    min-width: 270px;
  }
  .footer-content-top__form-input {
    padding-bottom: 0;
  }
  .footer-content-bottom-copyright {
    color: #D5D7DC;
  }
  .footer-content-bottom__politic {
    color: #D5D7DC;
    text-decoration: none;
  }
  .footer-content-bottom__payment {
    justify-content: space-between;
  }
  .footer-content-bottom__payment-item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .search-modal-wrap {
    width: 657px;
  }
  .search-modal-wrap-rel-container {
    padding-top: 60px;
  }
  .search-modal-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .search-modal {
    height: calc(100% - 95px);
    top: 95px;
    background-color: transparent;
  }
  .search-modal-wrap {
    width: 100%;
  }
  .search-modal-wrap-rel {
    padding-top: 100px;
  }
  .search-modal-wrap-rel-container {
    padding-top: 0;
  }
  .search-modal-close-icon {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .search-modal-title {
    display: none;
  }
  .search-modal-input-wrap {
    max-width: 100%;
  }
  .search-input-wrap {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .search-modal {
    height: calc(100% - 55px);
    top: 55px;
    background-color: transparent;
  }
  .search-modal-wrap {
    width: 100%;
  }
  .search-modal-wrap-rel {
    padding-top: 100px;
  }
  .search-modal-wrap-rel-container {
    padding-top: 0;
  }
  .search-modal-close-icon svg {
    width: 25px;
    height: 25px;
  }
  .search-modal-title {
    display: none;
  }
  .search-modal-input {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 7px;
  }
  .search-modal-input-loop-icon {
    bottom: 7px;
  }
  .search-modal-input-loop-icon svg {
    width: 19px;
    height: 19px;
  }
  .search-modal-input-control {
    font-size: 14px;
    line-height: 21px;
    bottom: 7px;
  }
  .search-modal-input-clear svg {
    width: 12px;
    height: 12px;
  }
  .search-modal-input-wrap {
    max-width: 100%;
    margin-bottom: 100px;
  }
  .search-modal-catalog-title {
    font-size: 20px;
    line-height: 130%;
  }
  .search-input {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 7px;
  }
  .search-input-loop-icon {
    bottom: 7px;
  }
  .search-input-loop-icon svg {
    width: 19px;
    height: 19px;
  }
  .search-input-control {
    font-size: 14px;
    line-height: 21px;
    bottom: 7px;
  }
  .search-input-clear svg {
    width: 12px;
    height: 12px;
  }
  .search-input-wrap {
    max-width: 100%;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .menu-modal {
    height: calc(100% - 96px);
    top: 96px;
    background-color: transparent;
  }
  .menu-modal .menu-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
  }
  .menu-modal-wrap {
    width: 100%;
  }
  .menu-modal-wrap-rel {
    padding-top: 17px;
  }
  .menu-modal-close-icon {
    display: none;
  }
  .menu-modal-list-item {
    border-bottom: 1px solid #000;
  }
  .menu-modal-list-item:first-child {
    display: none;
  }
  .menu-modal-list-item__title {
    font-size: 15px;
    line-height: 22px;
  }
  .menu-modal-list-item__list-item {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .menu-modal {
    height: calc(100% - 56px);
    top: 56px;
    background-color: transparent;
  }
  .menu-modal-list-item:first-child {
    display: none;
  }
  .menu-modal-list-item__title {
    font-size: 15px;
    line-height: 22px;
  }
  .menu-modal-list-item__list-item {
    font-size: 13px;
  }
  .menu-modal-footer-top-item .title {
    font-size: 12px;
    line-height: 18px;
  }
  .menu-modal-footer-top-item .value a {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 1550px) {
  .search-page .container {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .search-page {
    margin-top: 216px;
  }
  .search-page-value {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .search-page {
    margin-top: 110px;
  }
  .search-page-value {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 576px) {
  .search-input {
    padding-left: 30px;
  }

  .search-page {
    margin-top: 76px;
  }
  .search-page .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .search-page .search-input-wrap {
    margin-bottom: 18px;
  }
  .search-page-value {
    font-size: 14px;
    line-height: 18px;
  }
  .search-page-value:first-child {
    margin-bottom: 6px;
  }
  .search-page-value-wrap {
    margin-bottom: 19px;
  }
}
@media (max-width: 374px) {
  .search-input {
    padding-left: 30px;
  }

  .search-page {
    margin-top: 76px;
  }
  .search-page .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .search-page .search-input-wrap {
    margin-bottom: 18px;
  }
  .search-page-value {
    font-size: 12px;
    line-height: 18px;
  }
  .search-page-value:first-child {
    margin-bottom: 6px;
  }
  .search-page-value-wrap {
    margin-bottom: 19px;
  }
}
@media (max-width: 1550px) {
  .breadcrumbs .container {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .breadcrumbs {
    margin-top: 215px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin-top: 125px;
  }
  .breadcrumbs-full .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .breadcrumbs {
    margin-top: 17px;
  }
  .breadcrumbs-full {
    position: absolute;
    top: 50px;
    z-index: 10;
  }
  .breadcrumbs .breadcrumbs-mobile-return {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 12px;
    width: 13px;
    line-height: 130%;
    color: #8C8C8C;
    font-family: "SangBleu";
    text-decoration: none;
  }
  .breadcrumbs .breadcrumbs-mobile-return__icon {
    margin-right: 3px;
  }
  .breadcrumbs-list {
    display: none;
  }
  .breadcrumbs .container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 374px) {
  .breadcrumbs {
    margin-top: 17px;
  }
  .breadcrumbs-full {
    position: absolute;
    top: 50px;
    z-index: 10;
  }
  .breadcrumbs .breadcrumbs-mobile-return {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 10px;
    width: 13px;
    line-height: 130%;
    color: #8C8C8C;
    font-family: "SangBleu";
    text-decoration: none;
  }
  .breadcrumbs .breadcrumbs-mobile-return__icon {
    margin-right: 3px;
  }
  .breadcrumbs-list {
    display: none;
  }
  .breadcrumbs .container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 1550px) {
  .catalog .container {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
  }
}
@media (max-width: 1350px) {
  .catalog-control {
    margin-top: 50px;
  }
}
@media (max-width: 1100px) {
  .catalog-header__title {
    font-size: 32px;
  }
  .catalog-header__filter-item {
    margin-left: 9px;
  }
  .catalog-header__filter-item .icon {
    display: flex;
    align-items: center;
    width: 25px;
    height: 25px;
    margin-right: 0;
    margin-left: 2px;
  }
  .catalog-header__filter-item .icon svg {
    max-width: 100%;
    max-height: 100%;
  }
  .catalog-header__filter-item .text {
    font-size: 16px;
    display: none;
  }
  .catalog-header__filter-item .text.text-mobile {
    display: block;
  }
  .catalog-header__filter-item.custom-select {
    width: unset;
  }
  .catalog-header__filter-item.custom-select .custom-select-title .text {
    display: none;
  }
}
@media (max-width: 768px) {
  .catalog-header__title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .catalog-breadcrumbs {
    margin-top: 70px;
  }

  .catalog .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .catalog-header-wrap {
    flex-wrap: wrap;
  }
  .catalog-header__title {
    font-size: 26px;
    line-height: 130%;
  }
  .catalog-header__filter-item .icon {
    width: 19px;
    height: 19px;
  }
  .catalog-header__filter-item .text {
    font-size: 15px;
    line-height: 130%;
  }
  .catalog-header-menu {
    margin-top: 23px;
    width: calc(100% + 34px);
    min-width: calc(100% + 34px);
    margin-left: -17px;
    display: flex;
    overflow-x: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #F1F1F1;
  }
  .catalog-header-menu-wrap {
    padding-left: 17px;
    padding-right: 17px;
    display: flex;
    align-items: center;
  }
  .catalog-header-menu-item {
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    font-family: "SangBleu";
    color: #000000;
    white-space: nowrap;
    margin-right: 30px;
  }
  .catalog-header-menu-item:last-child {
    margin-right: 0;
  }
  .catalog-control {
    margin-top: 21px;
  }
  .catalog-control__quantity {
    display: none;
  }
  .catalog-control__quantity-mobile {
    display: block;
  }
  .catalog-control-btn {
    /*display: none;*/
      max-width: 100%;
  }
}
@media (max-width: 374px) {
  .catalog-breadcrumbs {
    margin-top: 70px;
  }

  .catalog .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .catalog-header-wrap {
    flex-wrap: wrap;
  }
  .catalog-header__title {
    font-size: 20px;
    line-height: 130%;
  }
  .catalog-header__filter-item .icon {
    width: 19px;
    height: 19px;
  }
  .catalog-header__filter-item .text {
    font-size: 12px;
    line-height: 130%;
  }
  .catalog-header-menu {
    margin-top: 10px;
    width: calc(100% + 34px);
    min-width: calc(100% + 34px);
    margin-left: -17px;
    display: flex;
    overflow-x: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #F1F1F1;
  }
  .catalog-header-menu-wrap {
    padding-left: 17px;
    padding-right: 17px;
    display: flex;
    align-items: center;
  }
  .catalog-header-menu-item {
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    font-family: "SangBleu";
    color: #000000;
    white-space: nowrap;
    margin-right: 30px;
  }
  .catalog-header-menu-item:last-child {
    margin-right: 0;
  }
  .catalog-control {
    margin-top: 21px;
  }
  .catalog-control__quantity {
    display: none;
  }
  .catalog-control__quantity-mobile {
    display: block;
  }
  /*.catalog-control-btn {
    display: none;
  }*/
}
@media (max-width: 1550px) {
  .item-card .container {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .item-card__images {
    width: calc(100% - 326px);
  }
  .item-card__content {
    width: 306px;
  }
  .item-card__content-ship-title {
    font-size: 16px;
    line-height: 130%;
  }
  .item-card__content-social-title {
    font-size: 16px;
    line-height: 130%;
  }
  .item-card__content-slide-block-title {
    font-size: 16px;
    line-height: 130%;
  }
  .item-card__content-description-title {
    font-size: 16px;
    line-height: 130%;
  }
  .item-card__title {
    font-size: 18px;
  }
  .item-card__price {
    font-size: 18px;
  }
  .item-card__price-sale .old-price {
    font-size: 14px;
  }
  .item-card__price-sale .new-price {
    font-size: 18px;
  }
  .item-card__color-item {
    margin-right: 10px;
  }

    /*.item-card__color-item-catalog {
        margin-right: 10px;
    }*/
  .item-card__control-btn-cart {
    font-size: 14px;
    line-height: 130%;
  }
  .item-card__control-btn-buy {
    width: 238px;
    font-size: 14px;
    line-height: 130%;
  }
}
@media (max-width: 992px) {
  .item-card {
    padding-bottom: 40px;
  }
  .item-card__images {
    width: calc(100% - 326px);
  }
  .item-card__images-wrap {
    position: relative;
  }
  .item-card__images-wrap .owl-nav .owl-prev {
    position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 54px;
      height: 54px;
    display: flex;
    align-items: center;
    padding-left: 8px;
    outline: none;
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
  .item-card__images-wrap .owl-nav .owl-prev.disabled {
    display: none;
  }
  .item-card__images-wrap .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
    opacity: 1;
    outline: none;
    transition: 0.3s ease-in-out;
  }
  .item-card__images-wrap .owl-nav .owl-next.disabled {
    display: none;
  }
  .item-card__images-wrap .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .item-card__images-wrap .owl-dots .owl-dot {
    max-width: 44px;
    flex-grow: 1;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: 4px;
    margin-right: 4px;
  }
  .item-card__images-wrap .owl-dots .owl-dot.active {
    background-color: rgba(140, 140, 140, 0.5);
  }
  .item-card__images-item {
    width: 100%;
  }
  .item-card__content {
    width: 306px;
  }
  .item-card__content-ship-title {
    font-size: 16px;
    line-height: 130%;
  }
  .item-card__content-social-title {
    font-size: 16px;
    line-height: 130%;
  }
  .item-card__content-slide-block-title {
    font-size: 16px;
    line-height: 130%;
  }
  .item-card__content-description-title {
    font-size: 16px;
    line-height: 130%;
  }
  .item-card__title {
    font-size: 18px;
  }
  .item-card__price {
    font-size: 18px;
  }
  .item-card__price-sale .old-price {
    font-size: 14px;
  }
  .item-card__price-sale .new-price {
    font-size: 18px;
  }
  .item-card__color-item {
    margin-right: 10px;
  }
    /*.item-card__color-item-catalog {
        margin-right: 10px;
    }*/
  .item-card__control-btn-cart {
    font-size: 14px;
    line-height: 130%;
  }
  .item-card__control-btn-buy {
    width: 238px;
    font-size: 14px;
    line-height: 130%;
  }
}
@media (max-width: 768px) {
  .item-card__images {
    width: calc(100% - 306px);
  }
  .item-card__content {
    width: 286px;
  }
  .item-card__content-top {
    padding-bottom: 15px;
  }
  .item-card__content-ship {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .item-card__content-ship-title {
    justify-content: space-between;
    font-size: 14px;
    line-height: 130%;
  }
  .item-card__content-ship-block-item {
    margin-bottom: 19px;
  }
  .item-card__content-ship-block-item-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .item-card__content-ship-block-item-icon svg {
    width: 100%;
    height: 100%;
  }
  .item-card__content-ship-block-item-text .title {
    font-size: 12px;
    line-height: 140%;
  }
  .item-card__content-ship-block-item-text .subtitle {
    font-size: 10px;
    line-height: 180%;
  }
  .item-card__content-social {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .item-card__content-social-title {
    font-size: 14px;
    line-height: 130%;
  }
  .item-card__content-slide-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .item-card__content-slide-block-title {
    font-size: 14px;
    line-height: 140%;
  }
  .item-card__content-slide-block-content {
    font-size: 12px;
    line-height: 160%;
  }
  .item-card__content-description {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .item-card__content-description-item {
    margin-bottom: 19px;
  }
  .item-card__content-description-title {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 4px;
  }
  .item-card__content-description-text {
    font-size: 12px;
    line-height: 160%;
  }
  .item-card__content-description-text-hidden {
    margin-top: 11px;
  }
  .item-card__content-description-text-hidden-btn {
    font-size: 12px;
    line-height: 140%;
  }
  .item-card__label {
    padding-right: 23px;
  }
  .item-card__label span {
    font-size: 8.50014px;
    line-height: 150%;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-right: 4px;
    height: 100%;
    min-width: 44px;
    display: flex;
    align-items: center;
  }
  .item-card__label-triangle {
    bottom: -1px;
    right: 13px;
  }
  .item-card__title {
    font-size: 14px;
    line-height: 130%;
    margin-top: 15px;
  }
  .item-card__price {
    margin-top: 7px;
    font-size: 16px;
    line-height: 130%;
  }
  .item-card__price-sale .old-price {
    font-size: 12px;
    line-height: 130%;
  }
  .item-card__price-sale .new-price {
    font-size: 16px;
    line-height: 130%;
  }
  .item-card__color {
    margin-top: 12px;
  }
  .item-card__color-title {
    font-size: 12px;
    line-height: 130%;
  }
  .item-card__color-item {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 9px;
  }
  .item-card__color-item::after {
    width: 22px;
    height: 22px;
  }
  .item-card__color-item span {
    width: 22px;
    height: 22px;
  }


    /*.item-card__color-item-catalog {
        width: 30px;
        min-width: 30px;
        height: 30px;
        margin-right: 9px;
    }
    .item-card__color-item-catalog::after {
        width: 22px;
        height: 22px;
    }
    .item-card__color-item-catalog span {
        width: 22px;
        height: 22px;
    }*/
  .item-card__control {
    margin-top: 16px;
  }
  .item-card__control-btn-buy {
    width: 218px;
  }
}
@media (max-width: 576px) {
  .item-card {
    margin-top: 114px;
  }
  .item-card-wrap {
    flex-direction: column;
  }
  .item-card .container {
    padding-left: 0;
    padding-right: 0;
  }
  .item-card__images {
    width: 100%;
  }
  .item-card__images-wrap .owl-dots {
    /*padding-left: 70px;*/
    max-width: calc(100% - 70px);
    flex-wrap: wrap;
    bottom: 5px;
  }
  .item-card__images-wrap .owl-dots .owl-dot {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .item-card__images-item {
    margin-bottom: 0;
  }
  .item-card__images-item img {
    height: 100%;
    width: auto !important;
  }
  .item-card__content {
    top: 0;
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
  }
  .item-card__content-ship-title {
    font-size: 18px;
  }
  .item-card__content-ship-block-item-text .title {
    font-size: 14px;
  }
  .item-card__content-ship-block-item-text .subtitle {
    font-size: 12px;
  }
  .item-card__content-social-title {
    font-size: 18px;
  }
  .item-card__content-slide-block-title {
    font-size: 18px;
  }
  .item-card__content-slide-block-content {
    font-size: 14px;
    margin-top: 0px;
  }
  .item-card__content-description-title {
    font-size: 16px;
  }
  .item-card__content-description-text {
    font-size: 14px;
  }
  .item-card__content-description-text-hidden-btn {
    font-size: 14px;
  }
  .item-card__label {
    position: absolute;
    left: 0px;
    top: 0;
    transform: translateY(-100%);
  }
  .item-card__label span {
    font-size: 10px;
    line-height: 150%;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-right: 4px;
    height: 100%;
    min-width: 44px;
    display: flex;
    align-items: center;
  }
  .item-card__title {
    font-size: 18px;
  }
  .item-card__price {
    font-size: 20px;
  }
  .item-card__price-sale .old-price {
    font-size: 14px;
  }
  .item-card__price-sale .new-price {
    font-size: 20px;
  }
  .item-card__color-title {
    font-size: 14px;
  }
  .item-card__control-btn-buy {
    width: calc(100% - 70px);
  }
}
@media (max-width: 374px) {
  .item-card {
    margin-top: 56px;
  }
  .item-card-wrap {
    flex-direction: column;
  }
  .item-card .container {
    padding-left: 0;
    padding-right: 0;
  }
  .item-card__images {
    width: 100%;
  }
  .item-card__images-wrap .owl-dots {
    padding-left: 70px;
    max-width: calc(100% - 70px);
    flex-wrap: wrap;
    bottom: 5px;
  }
  .item-card__images-wrap .owl-dots .owl-dot {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .item-card__images-item {
    margin-bottom: 0;
  }
  .item-card__images-item img {
    height: 100%;
    width: auto !important;
  }
  .item-card__content {
    top: 0;
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
  }
  .item-card__content-ship-title {
    font-size: 14px;
  }
  .item-card__content-ship-block-item-text .title {
    font-size: 12px;
  }
  .item-card__content-ship-block-item-text .subtitle {
    font-size: 10px;
  }
  .item-card__content-social-title {
    font-size: 14px;
  }
  .item-card__content-slide-block-title {
    font-size: 14px;
  }
  .item-card__content-slide-block-content {
    font-size: 12px;
    margin-top: 0px;
  }
  .item-card__content-description-title {
    font-size: 16px;
  }
  .item-card__content-description-text {
    font-size: 12px;
  }
  .item-card__content-description-text-hidden-btn {
    font-size: 12px;
  }
  .item-card__label {
    position: absolute;
    left: 0px;
    top: 0;
    transform: translateY(-100%);
  }
  .item-card__label span {
    font-size: 8.50014px;
    line-height: 150%;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-right: 4px;
    height: 100%;
    min-width: 44px;
    display: flex;
    align-items: center;
  }
  .item-card__title {
    font-size: 14px;
  }
  .item-card__price {
    font-size: 16px;
  }
  .item-card__price-sale .old-price {
    font-size: 12px;
  }
  .item-card__price-sale .new-price {
    font-size: 16px;
  }
  .item-card__color-title {
    font-size: 12px;
  }
  .item-card__control-btn-buy {
    width: calc(100% - 70px);
  }
}
@media (max-width: 1550px) {
  .extra-items .container {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 1100px) {
  .extra-items-title {
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .extra-items-link {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .extra-items {
    margin-bottom: 40px;
  }
  .extra-items .catalog-item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 768px) {
  .extra-items {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .extra-items .container {
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
  }
  .extra-items .catalog-item:nth-child(4) {
    display: flex;
  }
  .extra-items-title {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 4px;
    max-width: 219px;
  }
  .extra-items-link {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 20px;
  }
}
@media (max-width: 374px) {
  .extra-items .container {
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
  }
  .extra-items .catalog-item:nth-child(4) {
    display: flex;
  }
  .extra-items-title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 4px;
    max-width: 219px;
  }
  .extra-items-link {
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1550px) {
  .favorite .container {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .favorite-title {
    font-size: 32px;
  }
  .favorite-login {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .favorite-title {
    font-size: 24px;
  }
  .favorite-login {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .favorite .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .favorite-breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    margin-top: 76px;
  }
  .favorite-breadcrumbs .container {
    display: flex;
    justify-content: center;
  }
  .favorite-breadcrumbs .breadcrumbs-mobile-return {
    justify-content: center;
  }
  .favorite-title {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 0;
  }
  .favorite-login {
    margin-top: 13px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 374px) {
  .favorite .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .favorite-breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    margin-top: 76px;
  }
  .favorite-breadcrumbs .container {
    display: flex;
    justify-content: center;
  }
  .favorite-breadcrumbs .breadcrumbs-mobile-return {
    justify-content: center;
  }
  .favorite-title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 0;
  }
  .favorite-login {
    margin-top: 13px;
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 1550px) {
  .cart .container {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
  }
  .cart-items {
    width: calc(100% - 460px);
  }
  .cart-info {
    width: 430px;
    max-width: 430px;
    min-width: 430px;
  }
}
@media (max-width: 1200px) {
  .cart-item-content-text__description-price {
    flex-direction: column;
    align-items: flex-end;
  }
  .cart-item-content-text__description-price .new-price {
    margin-left: 0;
  }
}
@media (max-width: 1100px) {
  .cart-title {
    font-size: 32px;
  }
  .cart-items {
    width: calc(100% - 390px);
  }
  .cart-item-content__image {
    width: 140px;
    height: 175px;
  }
  .cart-item-content-text__description__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .cart-item-content-text__description__block {
    margin-bottom: 10px;
  }
  .cart-item-content-text__description__block .title {
    font-size: 14px;
  }
  .cart-item-content-text__description__block .value {
    font-size: 14px;
  }
  .cart-item-content-text__description-price {
    font-size: 18px;
  }
  .cart-item-content-text__description-price .old-price {
    font-size: 14px;
  }
  .cart-item-content-text__description-price .new-price {
    font-size: 18px;
  }
  .cart-item-control-quantity {
    bottom: 26px;
    left: 168px;
    font-size: 18px;
  }
  .cart-item-control-favorite {
    font-size: 14px;
  }
  .cart-item-control-remove {
    font-size: 14px;
  }
  .cart-info {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    width: 360px;
    max-width: 360px;
    min-width: 360px;
  }
  .cart-info-price-item .title {
    font-size: 14px;
  }
  .cart-info-price-item .value {
    font-size: 14px;
  }
  .cart-info-result .title {
    font-size: 24px;
  }
  .cart-info-result .value {
    font-size: 24px;
  }
  .cart-info-bonus-block-title .first {
    font-size: 14px;
  }
  .cart-info-bonus-block-title .second {
    font-size: 13px;
  }
  .cart-info-bonus-block-content-title .title {
    font-size: 16px;
  }
  .cart-info-bonus-block-content-title .value {
    font-size: 18px;
  }
  .cart-info-bonus-block-content-subtitle .title {
    font-size: 14px;
  }
  .cart-info-bonus-block-content-subtitle .value {
    font-size: 16px;
  }
  .cart-info-bonus-block-content-information {
    font-size: 10px;
  }
  .cart-info-bonus-block-content-slider {
    background-color: #D5D7DC;
    font-size: 0.4em;
    border: none !important;
  }
  .cart-info-bonus-block-content-slider .ui-widget-header {
    background-color: #333333;
  }
  .cart-info-bonus-block-content-slider .ui-slider-handle {
    outline: none;
    width: 4em;
    height: 4em;
    border-radius: 100%;
    top: -1.7em;
    margin-left: -1.7em;
    background-color: #333333 !important;
    border: none !important;
  }
  .cart-info-bonus-block-checkbox .cart-info-bonus-block-checkbox-input:checked ~ .cart-info-bonus-block-checkbox-custom .cart-info-bonus-block-checkbox-custom-indicator {
    left: calc(100% - 16px);
  }
  .cart-info-bonus-block-checkbox .cart-info-bonus-block-checkbox-custom {
    width: 35px;
    height: 18px;
  }
  .cart-info-bonus-block-checkbox .cart-info-bonus-block-checkbox-custom .cart-info-bonus-block-checkbox-custom-indicator {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 992px) {
  .cart-item-content {
    align-items: stretch;
    position: relative;
  }
  .cart-item-content__image {
    height: 150px;
    width: 120px;
    margin-right: 0px;
      background: #f1f1f1;
  }
  .cart-item-content-text {
    min-height: 150px;
    align-self: stretch;
    flex-direction: column;
    justify-content: space-between;
    padding: 7px 10px 7px 13px;
    height: 100%;
    background-color: #F1F1F1;
  }
  .cart-item-content-text__description__title {
    font-size: 10px;
    line-height: 130%;
  }
  .cart-item-content-text__description__block .title {
    font-size: 10px;
    line-height: 130%;
  }
  .cart-item-content-text__description__block .value {
    font-size: 10px;
    line-height: 130%;
  }
  .cart-item-content-text__description-price {
    flex-grow: 1;
    margin-left: 0;
    flex-direction: row;
    font-size: 12px;
    line-height: 130%;
  }
  .cart-item-content-text__description-price .old-price {
    font-size: 10px;
    line-height: 130%;
  }
  .cart-item-content-text__description-price .new-price {
    font-size: 12px;
    line-height: 130%;
    margin-left: 10px;
  }
  .cart-item-control {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cart-item-control-quantity {
    flex-grow: 1;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    font-size: 12px;
    line-height: 130%;
  }
  .cart-item-control-favorite {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    margin-right: 10px;
    font-size: 10px;
    line-height: 130%;
  }
  .cart-item-control-favorite-icon {
    width: 12px;
    height: 12px;
  }
  .cart-item-control-favorite-icon svg {
    width: 100%;
  }
  .cart-item-control-remove {
    font-size: 10px;
    line-height: 130%;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
  }
  .cart-item-control-remove-icon {
    width: 12px;
    height: 12px;
  }
  .cart-item-control-remove-icon svg {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cart {
    margin-top: 110px;
  }
  .cart-wrap {
    flex-direction: column;
  }
  .cart-items {
    width: 100%;
  }
  .cart-item {
    padding-bottom: 20px;
    border-bottom: none;
    margin-bottom: 0;
  }
  .cart-item-control-quantity-title {
    display: none;
  }
  .cart-info {
    width: 100%;
    margin-top: 30px;
    max-width: 100%;
    min-width: 100%;
  }
  .cart-info-prices {
    padding-bottom: 14px;
  }
  .cart-info-price-item {
    margin-bottom: 12px;
  }
  .cart-info-price-item .title {
    font-size: 14px;
    line-height: 130%;
  }
  .cart-info-price-item .value {
    font-size: 14px;
    line-height: 130%;
  }
  .cart-info-result {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cart-info-result .title {
    font-size: 20px;
    line-height: 130%;
  }
  .cart-info-result .value {
    font-size: 20px;
    line-height: 130%;
  }
  .cart-info-bonus-block-wrap {
    padding-top: 26px;
  }
  .cart-info-bonus-block-title .first {
    font-size: 10px;
    line-height: 130%;
  }
  .cart-info-bonus-block-title .second {
    font-size: 10px;
    line-height: 130%;
  }
  .cart-info-bonus-block-checkbox .cart-info-bonus-block-checkbox-input:checked ~ .cart-info-bonus-block-checkbox-custom .cart-info-bonus-block-checkbox-custom-indicator {
    left: calc(100% - 30px);
  }
  .cart-info-bonus-block-checkbox .cart-info-bonus-block-checkbox-custom {
    width: 53px;
    height: 35px;
  }
  .cart-info-bonus-block-checkbox .cart-info-bonus-block-checkbox-custom .cart-info-bonus-block-checkbox-custom-indicator {
    width: 28px;
    height: 28px;
  }
  .cart-info-final {
    margin-top: 30px;
  }
  .cart-info-final-btn__fill {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 130%;
  }
  .cart-info-final-btn__o {
    font-size: 14px;
    line-height: 130%;
  }
}
@media (max-width: 576px) {
  .cart {
    margin-top: 100px;
  }
  .cart .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .cart-title {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .cart-item {
    padding: 0;
    margin-bottom: 20px;
  }
  .cart-item:last-child {
    margin-bottom: 0;
  }
  .cart-item-content__image {
    width: 74px;
    height: 93px;
  }
  .cart-item-content-text {
    min-height: 93px;
  }
  .cart-item-content-text__description__title {
    margin-bottom: 6px;
  }
  .cart-item-content-text__description__block {
    margin-bottom: 3px;
  }
  .cart-info {
    margin-left: -17px;
    width: calc(100% + 34px);
    max-width: calc(100% + 34px);
    min-width: calc(100% + 34px);
    padding-left: 17px;
    padding-right: 17px;
  }
  .cart-info-price-item .title {
    font-size: 16px;
  }
  .cart-info-price-item .value {
    font-size: 16px;
  }
  .cart-info-result .title {
    font-size: 22px;
  }
  .cart-info-result .value {
    font-size: 22px;
  }
  .cart-info-bonus-block-title .first {
    font-size: 12px;
  }
  .cart-info-bonus-block-title .second {
    font-size: 12px;
  }
  .cart-info-final-btn__fill {
    font-size: 16px;
  }
  .cart-info-final-btn__o {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .cart {
    margin-top: 68px;
  }
  .cart .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .cart-title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .cart-item {
    padding: 0;
    margin-bottom: 20px;
  }
  .cart-item:last-child {
    margin-bottom: 0;
  }
  .cart-item-content__image {
    width: 74px;
    height: 93px;
  }
  .cart-item-content-text {
    min-height: 93px;
  }
  .cart-item-content-text__description__title {
    margin-bottom: 6px;
  }
  .cart-item-content-text__description__block {
    margin-bottom: 3px;
  }
  .cart-info {
    margin-left: -17px;
    width: calc(100% + 34px);
    max-width: calc(100% + 34px);
    min-width: calc(100% + 34px);
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 1550px) {
  .checkout .container {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
    padding-top: 25px;
  }
  .checkout-login-information {
    font-size: 16px;
    max-width: 482px;
  }
  .checkout-content {
    width: calc(100% - 460px);
  }
  .checkout-content-item-block-ship-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .checkout-content-item-block-payment-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .checkout-content-item-block-extra-wrap {
    flex-direction: column;
  }
  .checkout-content-item-block-extra-wrap-col {
    width: 100%;
  }
  .checkout-content-item-block-extra-wrap-col-info {
    padding: 41px 31px 41px 49px;
  }
  .checkout-info {
    width: 430px;
    max-width: 430px;
    min-width: 430px;
  }
  .checkout-info-title-block__element {
    font-size: 24px;
  }
}
@media (max-width: 1100px) {
  .checkout-title {
    font-size: 32px;
  }
  .checkout-content {
    width: calc(100% - 390px);
  }
  .checkout-content-item {
    padding: 25px 41px 40px 41px;
  }
  .checkout-content-item-extra {
    padding: 0;
  }
  .checkout-content-item-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .checkout-content-item-block-input {
    font-size: 14px;
  }
  .checkout-content-item-block-input-wrap-subtitle {
    font-size: 12px;
  }
  .checkout-content-item-block-extra-wrap-col {
    padding: 25px 41px 40px 41px;
  }
  .checkout-content-item-block-extra-wrap-col-info {
    padding: 25px 41px 40px 41px;
  }
  .checkout-info {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    width: 360px;
    max-width: 360px;
    min-width: 360px;
  }
  .checkout-info-title-block {
    padding-bottom: 16px;
  }
  .checkout-info-title-block__element {
    font-size: 18px;
  }
  .checkout-info-title-block__quantity {
    font-size: 16px;
  }
  .checkout-info-prices-item .title {
    font-size: 14px;
  }
  .checkout-info-prices-item .value {
    font-size: 14px;
  }
  .checkout-info-result .title {
    font-size: 24px;
  }
  .checkout-info-result .value {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .checkout-content-item {
    padding: 25px 20px 40px 20px;
  }
  .checkout-content-item-extra {
    padding: 0;
  }
  .checkout-content-item-block-form-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .checkout-content-item-block-form-item:nth-child(1) {
    margin-bottom: 50px;
  }
  .checkout-content-item-block-form-item:last-child {
    margin-bottom: 0;
  }
  .checkout-content-item-block-ship-item input[type=radio]:checked ~ .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-checked {
    display: none;
  }
  .checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-title__text {
    font-size: 16px;
    margin-right: 8px;
  }
  .checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-title__icon {
    height: 20px;
  }
  .checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-title__icon svg {
    max-height: 100%;
  }
  .checkout-content-item-block-payment .checkout-content-item-block-payment-item-icon {
    width: 47px;
    height: 47px;
  }
  .checkout-content-item-block-payment .checkout-content-item-block-payment-item-text-title {
    font-size: 16px;
  }
  .checkout-content-item-block-extra-wrap-col {
    padding: 25px 20px 40px 20px;
  }
  .checkout-content-item-block-extra-wrap-col-info {
    padding: 25px 20px 40px 20px;
  }
}
@media (max-width: 768px) {
  .checkout {
    margin-top: 110px;
  }
  .checkout-wrap {
    flex-direction: column;
  }
  .checkout-content {
    width: 100%;
  }
  .checkout-content-item-block-ship-item input[type=radio]:checked ~ .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-checked {
    display: flex;
  }
  .checkout-info {
    width: 100%;
    margin-top: 30px;
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 576px) {
  .checkout {
    margin-top: 76px;
  }
  .checkout .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .checkout-title {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 5px;
  }
  .checkout-title-block {
    margin-bottom: 18px;
  }
  .checkout-login-information {
    font-size: 14px;
    line-height: 140%;
  }
  .checkout-content-item {
    /*margin-left: -17px;
    width: calc(100% + 34px);*/
    padding: 17px 17px 20px 17px;
  }
  .checkout-content-item-extra {
    padding: 0;
  }
  .checkout-content-item-title {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 0;
  }
  .checkout-content-item-block-input {
    font-size: 16px;
    line-height: 21px;
  }
  .checkout-content-item-block-input-wrap-subtitle {
    font-size: 12px;
    line-height: 12px;
  }
  .checkout-content-item-block-input-wrap-input {
    font-size: 16px;
    line-height: 21px;
  }
  .checkout-content-item-block-form {
    margin-top: 39px;
  }
  .checkout-content-item-block-form-item:last-child {
    margin-bottom: 20px;
  }
  .checkout-content-item-block-ship {
    margin-top: 28px;
  }
  .checkout-content-item-block-ship-wrap {
    margin-top: 38px;
  }
  .checkout-content-item-block-ship-item input[type=radio]:checked ~ .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-checked::before {
    right: -798px;
  }
  .checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-title__text {
    font-size: 14px;
    line-height: 18px;
  }
  .checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-title__icon {
    height: 15px;
    margin-bottom: 2px;
  }
  .checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-title__icon svg {
    width: auto;
  }
  .checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-description-item {
    font-size: 14px;
    line-height: 14px;
  }
  .checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-info {
    font-size: 14px;
    line-height: 14px;
  }
  .checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-checked svg {
    width: 35px;
    height: 35px;
  }
  .checkout-content-item-block-payment {
    margin-top: 14px;
  }
  .checkout-content-item-block-payment .checkout-content-item-block-payment-item-wrap {
    padding: 12px 12px 10px 11px;
  }
  .checkout-content-item-block-payment .checkout-content-item-block-payment-item-text-title {
    font-size: 14px;
    line-height: 18px;
  }
  .checkout-content-item-block-payment .checkout-content-item-block-payment-item-text-subtitle {
    font-size: 14px;
    line-height: 18px;
  }
  .checkout-content-item-block-extra .custom-select-top {
    margin-top: 10px;
  }
  .checkout-content-item-block-extra-small-text {
    font-size: 12px;
  }
  .checkout-content-item-block-extra-wrap-col {
    padding: 17px 17px 20px 17px;
  }
  .checkout-content-item-block-extra-wrap-col-info {
    padding: 17px 17px 20px 17px;
  }
  .checkout-content-item-block-extra-wrap-col-info-text-title {
    font-size: 18px;
  }
  .checkout-content-item-block-extra-wrap-col-info-text-subtitle {
    font-size: 16px;
  }
  .checkout-content-item-block-extra-wrap-col-info-text-block {
    font-size: 14px;
  }
  .checkout-content-item-block-extra-wrap-col-info-text-change {
    font-size: 16px;
  }
  .checkout-info {
    margin-left: -17px;
    width: calc(100% + 34px);
    min-width: calc(100% + 34px);
    max-width: calc(100% + 34px);
    padding: 17px 17px 17px 17px;
  }
  .checkout-info-title-block {
    display: none;
  }
  .checkout-info-prices {
    padding-bottom: 16px;
  }
  .checkout-info-result {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .checkout-info-result .title {
    font-size: 22px;
    line-height: 130%;
  }
  .checkout-info-result .value {
    font-size: 22px;
    line-height: 130%;
  }
  .checkout-info-final {
    margin-top: 0;
  }
  .checkout-info-final-btn__fill {
    font-size: 16px;
    line-height: 130%;
  }
  .checkout-info-final-attention {
    font-size: 12px;
    line-height: 12px;
  }
  .checkout-content-item-block-input-wrap.focused-not-empty .checkout-content-item-block-input-wrap-placeholder {
    font-size: 14px;
    line-height: 18px;
  }

    .checkout-content-item-block-input-wrap.always-active .checkout-content-item-block-input-wrap-placeholder {
        font-size: 14px;
        line-height: 18px;
    }
  .checkout-content-item-block-input-wrap .checkout-content-item-block-input-wrap-placeholder {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 374px) {
  .checkout {
    margin-top: 76px;
  }
  .checkout .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .checkout-title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 5px;
  }
  .checkout-title-block {
    margin-bottom: 18px;
  }
  .checkout-login-information {
    font-size: 12px;
    line-height: 140%;
  }
  .checkout-content-item {
    /*margin-left: -17px;
    width: calc(100% + 34px);*/
    padding: 17px 17px 20px 17px;
  }
  .checkout-content-item-extra {
    padding: 0;
  }
  .checkout-content-item-title {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 0;
  }
  .checkout-content-item-block-input {
    font-size: 14px;
    line-height: 21px;
  }
  .checkout-content-item-block-input-wrap-subtitle {
    font-size: 10px;
    line-height: 12px;
  }
  .checkout-content-item-block-input-wrap-input {
    font-size: 14px;
    line-height: 21px;
  }
  .checkout-content-item-block-form {
    margin-top: 39px;
  }
  .checkout-content-item-block-form-item:last-child {
    margin-bottom: 20px;
  }
  .checkout-content-item-block-ship {
    margin-top: 28px;
  }
  .checkout-content-item-block-ship-wrap {
    margin-top: 38px;
  }
  .checkout-content-item-block-ship-item input[type=radio]:checked ~ .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-checked::before {
    right: -798px;
  }
  .checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-title__text {
    font-size: 12px;
    line-height: 18px;
  }
  .checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-title__icon {
    height: 15px;
    margin-bottom: 2px;
  }
  .checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-title__icon svg {
    width: auto;
  }
  .checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-description-item {
    font-size: 12px;
    line-height: 14px;
  }
  .checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-info {
    font-size: 12px;
    line-height: 14px;
  }
  .checkout-content-item-block-ship-item .checkout-content-item-block-ship-item-wrap .checkout-content-item-block-ship-item-checked svg {
    width: 35px;
    height: 35px;
  }
  .checkout-content-item-block-payment {
    margin-top: 14px;
  }
  .checkout-content-item-block-payment .checkout-content-item-block-payment-item-wrap {
    padding: 12px 12px 10px 11px;
  }
  .checkout-content-item-block-payment .checkout-content-item-block-payment-item-text-title {
    font-size: 12px;
    line-height: 18px;
  }
  .checkout-content-item-block-payment .checkout-content-item-block-payment-item-text-subtitle {
    font-size: 12px;
    line-height: 18px;
  }
  .checkout-content-item-block-extra .custom-select-top {
    margin-top: 10px;
  }
  .checkout-content-item-block-extra-small-text {
    font-size: 10px;
  }
  .checkout-content-item-block-extra-wrap-col {
    padding: 17px 17px 20px 17px;
  }
  .checkout-content-item-block-extra-wrap-col-info {
    padding: 17px 17px 20px 17px;
  }
  .checkout-content-item-block-extra-wrap-col-info-text-title {
    font-size: 16px;
  }
  .checkout-content-item-block-extra-wrap-col-info-text-subtitle {
    font-size: 14px;
  }
  .checkout-content-item-block-extra-wrap-col-info-text-block {
    font-size: 12px;
  }
  .checkout-content-item-block-extra-wrap-col-info-text-change {
    font-size: 14px;
  }
  .checkout-info {
    margin-left: -17px;
    width: calc(100% + 34px);
    min-width: calc(100% + 34px);
    max-width: calc(100% + 34px);
    padding: 17px 17px 17px 17px;
  }
  .checkout-info-title-block {
    display: none;
  }
  .checkout-info-prices {
    padding-bottom: 16px;
  }
  .checkout-info-result {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .checkout-info-result .title {
    font-size: 20px;
    line-height: 130%;
  }
  .checkout-info-result .value {
    font-size: 20px;
    line-height: 130%;
  }
  .checkout-info-final {
    margin-top: 0;
  }
  .checkout-info-final-btn__fill {
    font-size: 14px;
    line-height: 130%;
  }
  .checkout-info-final-attention {
    font-size: 10px;
    line-height: 12px;
  }
  .checkout-content-item-block-input-wrap.focused-not-empty .checkout-content-item-block-input-wrap-placeholder {
    font-size: 12px;
    line-height: 18px;
  }
    .checkout-content-item-block-input-wrap.always-active .checkout-content-item-block-input-wrap-placeholder {
        font-size: 12px;
        line-height: 18px;
    }
  .checkout-content-item-block-input-wrap .checkout-content-item-block-input-wrap-placeholder {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 1550px) {
  .account .container {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
  }
  .account-content-item-form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .account-content-item-form-wrap {
    max-width: 829px;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .account-title {
    font-size: 32px;
  }
  .account-content-item-form {
    padding-top: 36px;
    padding-bottom: 33px;
  }
  .account-content-item-title {
    font-size: 24px;
  }
  .account-content-item-title:not(:first-child) {
    margin-top: 60px;
  }
  .account-content-item-block-form-item {
    margin-top: 38px;
  }
}
@media (max-width: 992px) {
  .account-control {
    width: 280px;
    max-width: 280px;
    min-width: 280px;
  }
  .account-control-menu-item-text {
    font-size: 16px;
  }
  .account-control-menu-item-icon {
    width: 26px;
    height: 26px;
  }
  .account-control-menu-item-icon svg {
    max-height: 100%;
    max-width: 100%;
  }
  .account-content {
    width: calc(100% - 310px);
  }
  .account-content-item-block-form-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .account {
    margin-top: 110px;
    padding-bottom: 80px;
  }
  .account-wrap {
    flex-direction: column;
  }
  .account-control {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .account-control-menu {
    margin-top: 16px;
    flex-direction: row;
    overflow-x: scroll;
    padding-bottom: 15px;
    justify-content: space-between;
  }
  .account-control-menu::-webkit-scrollbar {
    display: none;
    width: 3px;
    height: 3px;
  }
  .account-control-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .account-control-menu::-webkit-scrollbar-thumb {
    background-color: #000;
  }
  .account-control-menu-item {
    width: 98px;
    min-width: 98px;
    height: 98px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: flex-start;
    background: #F8F8F8;
    border: 0.5px solid #EFEFEF;
  }
  .account-control-menu-item.active {
    background-color: #000000;
  }
  .account-control-menu-item.active .account-control-menu-item-icon-mobile svg path {
    stroke: #fff;
  }
  .account-control-menu-item.active .account-control-menu-item-text {
    color: #fff;
  }
  .account-control-menu-item.active:hover .account-control-menu-item-text {
    color: #fff;
  }
  .account-control-menu-item-red {
    background-color: #EB5757 !important;
  }
  .account-control-menu-item-red .account-control-menu-item-text {
    color: #fff;
  }
  .account-control-menu-item:last-child {
    margin-right: 0;
  }
  .account-control-menu-item:hover .account-control-menu-item-text {
    color: #000000;
  }
  .account-control-menu-item-text {
    font-size: 10px;
    line-height: 130%;
    text-align: center;
  }
  .account-control-menu-item-icon {
    display: none;
  }
  .account-control-menu-item-icon-mobile {
    margin-top: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
  }
  .account-content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .account {
    margin-top: 55px;
      padding-bottom: 160px;
  }
  .account .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .account-title {
    display: none;
  }
  .account-control {
    width: calc(100% + 34px);
    min-width: calc(100% + 34px);
    max-width: calc(100% + 34px);
    margin-left: -17px;
  }
  .account-control-top {
    padding: 15px 17px 15px 17px;
  }
  .account-control-top-title {
    font-size: 16px;
    line-height: 130%;
  }
  .account-control-top-count {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 3px;
  }
  .account-control-top-indicator {
    margin-bottom: 10px;
  }
  .account-control-top-indicator-wrap {
    font-size: 12px;
    line-height: 130%;
  }
  .account-control-top-text {
    font-size: 12px;
    line-height: 130%;
  }
  .account-control-menu {
    padding-right: 17px;
  }
  .account-control-menu-item:first-child {
    margin-left: 17px;
  }
  .account-control-menu-item:last-child {
    margin-right: 17px;
  }
  .account-content {
    width: calc(100% + 34px);
    margin-left: -17px;
  }
  .account-content-item-form {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .account-content-item-title {
    font-size: 18px;
    line-height: 130%;
  }
  .account-content-item-title:not(:first-child) {
    margin-top: 50px;
  }
  .account-content-item-block-input-wrap {
    font-size: 16px;
    line-height: 21px;
  }
  .account-content-item-block-input-wrap-subtitle {
    font-size: 12px;
    display: block;
    line-height: 12px;
  }
  .account-content-item-block-input-wrap-input {
    font-size: 16px;
    line-height: 21px;
  }
  .account-content-item-block-form-item {
    margin-top: 39px;
  }
  .account-content-item-block-control {
    margin-top: 40px;
    flex-direction: column;
  }
  .account-content-item-block-control-save {
    width: 100%;
    font-size: 16px;
    line-height: 130%;
  }
  .account-content-item-block-control-close {
    width: 100%;
    font-size: 16px;
    line-height: 130%;
  }
  .account-content-item-block-input-wrap.focused-not-empty .account-content-item-block-input-wrap-placeholder {
    font-size: 14px;
    line-height: 18px;
  }

    .account-content-item-block-input-wrap.always-active .account-content-item-block-input-wrap-placeholder {
        font-size: 14px;
        line-height: 18px;
    }

  .account-content-item-block-input-wrap .account-content-item-block-input-wrap-placeholder {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 374px) {
  .account {
    margin-top: 55px;
  }
  .account .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .account-title {
    display: none;
  }
  .account-control {
    width: calc(100% + 34px);
    min-width: calc(100% + 34px);
    max-width: calc(100% + 34px);
    margin-left: -17px;
  }
  .account-control-top {
    padding: 15px 17px 15px 17px;
  }
  .account-control-top-title {
    font-size: 12px;
    line-height: 130%;
  }
  .account-control-top-count {
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 3px;
  }
  .account-control-top-indicator {
    margin-bottom: 10px;
  }
  .account-control-top-indicator-wrap {
    font-size: 10px;
    line-height: 130%;
  }
  .account-control-top-text {
    font-size: 10px;
    line-height: 130%;
  }
  .account-control-menu {
    padding-right: 17px;
  }
  .account-control-menu-item:first-child {
    margin-left: 17px;
  }
  .account-control-menu-item:last-child {
    margin-right: 17px;
  }
  .account-content {
    width: calc(100% + 34px);
    margin-left: -17px;
  }
  .account-content-item-form {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .account-content-item-title {
    font-size: 16px;
    line-height: 130%;
  }
  .account-content-item-title:not(:first-child) {
    margin-top: 50px;
  }
  .account-content-item-block-input-wrap {
    font-size: 14px;
    line-height: 21px;
  }
  .account-content-item-block-input-wrap-subtitle {
    font-size: 10px;
    display: block;
    line-height: 12px;
  }
  .account-content-item-block-input-wrap-input {
    font-size: 14px;
    line-height: 21px;
  }
  .account-content-item-block-form-item {
    margin-top: 39px;
  }
  .account-content-item-block-control {
    margin-top: 40px;
    flex-direction: column;
  }
  .account-content-item-block-control-save {
    width: 100%;
    font-size: 14px;
    line-height: 130%;
  }
  .account-content-item-block-control-close {
    width: 100%;
    font-size: 14px;
    line-height: 130%;
  }
  .account-content-item-block-input-wrap.focused-not-empty .account-content-item-block-input-wrap-placeholder {
    font-size: 12px;
    line-height: 18px;
  }
    .account-content-item-block-input-wrap.always-active .account-content-item-block-input-wrap-placeholder {
        font-size: 12px;
        line-height: 18px;
    }
  .account-content-item-block-input-wrap .account-content-item-block-input-wrap-placeholder {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 1550px) {
  .block-info-main {
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-info-main-description-content {
    width: 100%;
    max-width: 845px;
  }
  .block-info-main-description-content-item {
    width: 48%;
  }
  .block-info-bonus {
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-info-bonus-content {
    width: 100%;
  }
  .block-info-bonus-content-item {
    width: 48%;
  }
  .block-info-cards {
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-info-cards-wrap {
    width: 100%;
  }
  .block-info-cards-item {
    width: 48%;
  }
  .block-info-program-content {
    padding-left: 30px;
    padding-right: 0;
  }
  .block-info-program-content-item-text__title {
    font-size: 20.1021px;
  }
  .block-info-program-content-item-text__subtitle {
    font-size: 15.6198px;
  }
  .block-info-pay {
    padding-left: 35px;
    padding-right: 35px;
  }
  .block-info-pay-wrap {
    max-width: 782px;
    width: 100%;
  }
  .block-info-pay-subtitle {
    text-align: left;
  }
  .block-info-pay-description {
    text-align: left;
  }
  .block-info-ship {
    padding-left: 35px;
    padding-right: 35px;
  }
  .block-info-ship-wrap {
    max-width: 782px;
    width: 100%;
  }
  .block-info-table {
    padding-left: 35px;
    padding-right: 35px;
  }
  .block-info-table-wrap {
    max-width: 780px;
    width: 100%;
  }
  .block-info-table-block {
    max-width: 780px;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .block-info-main-description-content-item-value {
    font-size: 18px;
  }
  .block-info-bonus-content-item__text {
    font-size: 18px;
  }
  .block-info-cards-item__text {
    font-size: 18px;
  }
  .block-info-program-content {
    flex-direction: column;
  }
  .block-info-program-content-item {
    width: 100%;
  }
  .block-info-program-content-item:last-child {
    margin-top: 4px;
  }
  .block-info-pay-title {
    margin-bottom: 25px;
  }
  .block-info-pay-subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
  }
  .block-info-pay-description {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 1100px) {
  .block-info-main {
    padding-top: 36px;
    padding-bottom: 33px;
  }
  .block-info-main-title {
    font-size: 24px;
  }
  .block-info-main-subtitle {
    font-size: 16px;
    margin-bottom: 62px;
  }
  .block-info-main-description-title {
    font-size: 24px;
  }
  .block-info-main-description-subtitle {
    font-size: 16px;
  }
  .block-info-main-description-content {
    margin-bottom: 54px;
  }
  .block-info-main-bottom-title {
    font-size: 38px;
  }
  .block-info-bonus {
    padding-top: 36px;
    padding-bottom: 33px;
  }
  .block-info-bonus-title {
    font-size: 24px;
  }
  .block-info-bonus-subtitle {
    margin-bottom: 40px;
  }
  .block-info-bonus-content-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .block-info-bonus-content-item__icon {
    width: 60px;
    height: 60px;
  }
  .block-info-bonus-content-item__icon svg {
    max-width: 100%;
    max-height: 100%;
  }
  .block-info-bonus-content-item__text {
    font-size: 14px;
  }
  .block-info-cards {
    padding-top: 36px;
    padding-bottom: 33px;
  }
  .block-info-cards-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .block-info-cards-item__icon {
    width: 60px;
    height: 60px;
  }
  .block-info-cards-item__icon svg {
    max-width: 100%;
    max-height: 100%;
  }
  .block-info-cards-item__text {
    font-size: 14px;
  }
  .block-info-program {
    padding-top: 36px;
    padding-bottom: 33px;
  }
  .block-info-program-title {
    font-size: 24px;
  }
  .block-info-program-content {
    margin-top: 40px;
  }
  .block-info-pay-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .block-info-pay-subtitle {
    font-size: 16px;
  }
  .block-info-pay-description {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .block-info-pay-content-item__title-text {
    font-size: 16px;
  }
  .block-info-pay-content-item__block p {
    font-size: 14px;
  }
  .block-info-pay-content-item__block .icons-block-item {
    margin-right: 10px;
  }
  .block-info-pay-content-item__block .icons-block-item:last-child {
    margin-right: 0;
  }
  .block-info-pay-content-item__block .icons-block-item svg {
    max-width: 100%;
  }
  .block-info-ship-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .block-info-ship-content-item {
    width: 48%;
  }
  .block-info-ship-content-item__icon {
    width: 60px;
    height: 60px;
  }
  .block-info-ship-content-item__icon svg {
    max-width: 100%;
  }
  .block-info-ship-content-item__title {
    font-size: 16px;
  }
  .block-info-ship-content-item__subtitle {
    font-size: 14px;
  }
  .block-info-table-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .block-info-table-block-title {
    font-size: 18px;
  }
  .block-info-table-block-table thead tr th {
    min-width: 176px;
  }
}
@media (max-width: 992px) {
  .block-info-main-title {
    text-align: center;
  }
  .block-info-main-subtitle {
    text-align: center;
    font-size: 13px;
  }
  .block-info-main-description-subtitle {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .block-info-main-description-content {
    flex-direction: column;
  }
  .block-info-main-description-content-item {
    margin-top: 30px;
    width: 100%;
  }
  .block-info-main-description-content-item-title {
    font-size: 25px;
  }
  .block-info-main-description-content-item-title span {
    font-size: 36px;
  }
  .block-info-main-description-content-item-value {
    max-width: 275px;
    font-size: 14px;
  }
  .block-info-ship {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .block-info-ship-title {
    font-size: 16px;
    line-height: 130%;
  }
  .block-info-ship-content-item__title {
    font-size: 10px;
    line-height: 160%;
  }
  .block-info-ship-content-item__subtitle {
    font-size: 8px;
    line-height: 160%;
  }
  .block-info-table {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .block-info-table-title {
    font-size: 16px;
    line-height: 130%;
  }
  .block-info-table-block-title {
    font-size: 14px;
    line-height: 130%;
  }
  .block-info-table-block-table thead tr th {
    min-width: unset;
    font-size: 10px;
    line-height: 120%;
  }
  .block-info-table-block-table tbody tr td {
    font-size: 10px;
    line-height: 120%;
  }
  .block-info-table-block-description {
    font-size: 10px;
    line-height: 160%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .block-info-pay {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .block-info-pay-title {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 14px;
  }
  .block-info-pay-subtitle {
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 15px;
  }
  .block-info-pay-description {
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 35px;
  }
  .block-info-pay-content-item__title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .block-info-pay-content-item__title-text {
    font-size: 12px;
    line-height: 160%;
  }
  .block-info-pay-content-item__block {
    padding-top: 8px;
    padding-bottom: 15px;
  }
  .block-info-pay-content-item__block p {
    font-size: 12px;
    line-height: 160%;
  }
  .block-info-pay-content-item__block .icons-block {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block-info-pay-content-item__block .icons-block-item {
    display: flex;
    align-self: center;
    justify-content: center;
    margin-right: 0;
    width: 48%;
  }
  .block-info-pay-content-item__block .icons-block-item:nth-child(3) {
    margin-top: 20px;
  }
  .block-info-pay-content-item__block .icons-block-item:nth-child(4) {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .block-info-main {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .block-info-main-title {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .block-info-main-subtitle {
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 34px;
  }
  .block-info-main-description-title {
    font-size: 18px;
    line-height: 130%;
  }
  .block-info-main-description-subtitle {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .block-info-main-description-content {
    margin-bottom: 30px;
  }
  .block-info-main-description-content-item {
    margin-top: 30px;
  }
  .block-info-main-description-content-item-title {
    font-size: 18px;
  }
  .block-info-main-description-content-item-title span {
    font-size: 30px;
  }
  .block-info-main-description-content-item-value {
    font-size: 12px;
    line-height: 160%;
  }
  .block-info-main-bottom-title {
    font-size: 34px;
    line-height: 160%;
  }
  .block-info-main-bottom-subtitle {
    font-size: 16px;
    line-height: 160%;
  }
  .block-info-bonus {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .block-info-bonus-title {
    font-size: 18px;
    line-height: 130%;
  }
  .block-info-bonus-subtitle {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 22px;
  }
  .block-info-bonus-content-title {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 22px;
  }
  .block-info-bonus-content-item__text {
    font-size: 12px;
    line-height: 160%;
  }
  .block-info-cards {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .block-info-cards-title {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 22px;
  }
  .block-info-cards-item:nth-child(1) {
    margin-bottom: 40px;
  }
  .block-info-cards-item:nth-child(2) {
    margin-bottom: 40px;
  }
  .block-info-cards-item__text {
    font-size: 12px;
    line-height: 160%;
  }
  .block-info-program {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .block-info-program-title {
    font-size: 18px;
    line-height: 130%;
    max-width: 283px;
    margin-bottom: 9px;
  }
  .block-info-program-subtitle {
    font-size: 14px;
    line-height: 14px;
  }
  .block-info-program-content {
    padding-left: 0;
    margin-top: 10px;
    padding-right: 0px;
  }
  .block-info-program-content-item {
    margin-top: 20px;
  }
  .block-info-program-content-item__image {
    display: none;
  }
  .block-info-program-content-item__image__mobile {
    display: block;
  }
  .block-info-program-content-item:last-child {
    margin-top: 20px;
  }
  .block-info-program-content-item-text__title {
    font-size: 22px;
    line-height: 130%;
  }
  .block-info-program-content-item-text__subtitle {
    font-size: 16px;
    line-height: 130%;
  }
  .block-info-pay {
    padding-left: 17px;
    padding-right: 17px;
  }
  .block-info-pay-title {
    font-size: 18px;
  }
  .block-info-pay-subtitle {
    font-size: 14px;
  }
  .block-info-pay-description {
    font-size: 14px;
  }
  .block-info-pay-content-item__title-text {
    font-size: 14px;
  }
  .block-info-pay-content-item__block p {
    font-size: 14px;
  }
  .block-info-ship {
    padding-left: 17px;
    padding-right: 17px;
  }
  .block-info-table {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 374px) {
  .block-info-main {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .block-info-main-title {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .block-info-main-subtitle {
    font-size: 10px;
    line-height: 160%;
    margin-bottom: 34px;
  }
  .block-info-main-description-title {
    font-size: 16px;
    line-height: 130%;
  }
  .block-info-main-description-subtitle {
    font-size: 10px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .block-info-main-description-content {
    margin-bottom: 30px;
  }
  .block-info-main-description-content-item {
    margin-top: 30px;
  }
  .block-info-main-description-content-item-title {
    font-size: 18px;
  }
  .block-info-main-description-content-item-title span {
    font-size: 30px;
  }
  .block-info-main-description-content-item-value {
    font-size: 12px;
    line-height: 160%;
  }
  .block-info-main-bottom-title {
    font-size: 30.8917px;
    line-height: 160%;
  }
  .block-info-main-bottom-subtitle {
    font-size: 12px;
    line-height: 160%;
  }
  .block-info-bonus {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .block-info-bonus-title {
    font-size: 16px;
    line-height: 130%;
  }
  .block-info-bonus-subtitle {
    font-size: 12px;
    line-height: 180%;
    margin-bottom: 22px;
  }
  .block-info-bonus-content-title {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 22px;
  }
  .block-info-bonus-content-item__text {
    font-size: 10px;
    line-height: 160%;
  }
  .block-info-cards {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .block-info-cards-title {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 22px;
  }
  .block-info-cards-item:nth-child(1) {
    margin-bottom: 40px;
  }
  .block-info-cards-item:nth-child(2) {
    margin-bottom: 40px;
  }
  .block-info-cards-item__text {
    font-size: 10px;
    line-height: 160%;
  }
  .block-info-program {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .block-info-program-title {
    font-size: 16px;
    line-height: 130%;
    max-width: 283px;
    margin-bottom: 9px;
  }
  .block-info-program-subtitle {
    font-size: 12px;
    line-height: 14px;
  }
  .block-info-program-content {
    padding-left: 0;
    margin-top: 10px;
    padding-right: 0px;
  }
  .block-info-program-content-item {
    margin-top: 20px;
  }
  .block-info-program-content-item__image {
    display: none;
  }
  .block-info-program-content-item__image__mobile {
    display: block;
  }
  .block-info-program-content-item:last-child {
    margin-top: 20px;
  }
  .block-info-program-content-item-text__title {
    font-size: 18.0425px;
    line-height: 130%;
  }
  .block-info-program-content-item-text__subtitle {
    font-size: 12.4349px;
    line-height: 130%;
  }
  .block-info-pay {
    padding-left: 17px;
    padding-right: 17px;
  }
  .block-info-ship {
    padding-left: 17px;
    padding-right: 17px;
  }
  .block-info-table {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 1200px) {
  .account-orders-item-top {
    padding: 26px 20px 22px 20px;
  }
  .account-orders-item-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1100px) {
  .account-content-item-orders-title {
    font-size: 24px;
    margin-bottom: 11px;
  }
  .account-orders-item-top {
    padding: 18px 20px 18px 20px;
    margin-bottom: 20px;
  }
  .account-orders-item-top-label {
    font-size: 16px;
  }
  .account-orders-item-top-status {
    font-size: 16px;
  }
  .account-orders-item-content-info {
    padding-bottom: 20px;
  }
  .account-orders-item-content-info-item .title {
    font-size: 14px;
  }
  .account-orders-item-content-info-item .value {
    font-size: 14px;
  }
  .account-orders-item-content-items {
    flex-direction: column;
  }

  .account-orders-item-content-order {
    width: 100%;
  }
  .account-orders-item-content-order-text {
    flex-grow: 1;
    position: relative;
    justify-content: flex-start;
  }
  .account-orders-item-content-order-text-price {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .account-content-item-orders-title {
    display: none;
  }
  .account-orders-item {
    margin-left: 0px;
    margin-right: 0px;
  }
  .account-orders-item-top {
    padding: 12px 15px;
    margin-bottom: 14px;
  }
  .account-orders-item-top-label {
    font-size: 12px;
    line-height: 130%;
  }
  .account-orders-item-top-status {
    font-size: 12px;
    line-height: 130%;
  }
  .account-orders-item-content-info {
    flex-direction: column;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .account-orders-item-content-info-item {
    margin-bottom: 14px;
  }
  .account-orders-item-content-info-item:last-child {
    margin-bottom: 0;
  }
  .account-orders-item-content-info-item .title {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 130%;
  }
  .account-orders-item-content-info-item .value {
    font-size: 12px;
    line-height: 130%;
  }
  .account-orders-item-content-items {
    padding-top: 0;
  }

  .account-orders-item-content-order {
    margin-bottom: 10px;
  }
  .account-orders-item-content-order-image {
    margin-right: 0;
  }
  .account-orders-item-content-order-text {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
    background-color: #F1F1F1;
  }
  .account-orders-item-content-order-text-title {
    font-size: 10px;
    line-height: 130%;
  }
  .account-orders-item-content-order-text-block {
    font-size: 10px;
    line-height: 130%;
  }
  .account-orders-item-content-order-text-price {
    position: relative;
    bottom: unset;
    right: unset;
    font-size: 12px;
    line-height: 130%;
  }
}
@media (max-width: 576px) {
  .account-orders-item {
    margin-left: 17px;
    margin-right: 17px;
  }
  .account-orders-item-top-label {
    font-size: 14px;
  }
  .account-orders-item-top-status {
    font-size: 14px;
  }
  .account-orders-item-content-info-item .title {
    font-size: 14px;
  }
  .account-orders-item-content-info-item .value {
    font-size: 14px;
  }
  .account-orders-item-content-order-text-title {
    font-size: 12px;
  }
  .account-orders-item-content-order-text-block {
    font-size: 12px;
  }
  .account-orders-item-content-order-text-price {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .account-orders-item {
    margin-left: 17px;
    margin-right: 17px;
  }
}
@media (max-width: 1550px) {
  .client .container {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .client-info {
    width: 286px;
  }
  .client-content {
    width: calc(100% - 316px);
  }
}
@media (max-width: 1100px) {
  .client-info {
    width: 236px;
  }
  .client-info-menu-item-text {
    font-size: 16px;
  }
  .client-info-menu-item-icon {
    width: 26px;
    height: 26px;
  }
  .client-info-menu-item-icon svg {
    max-height: 100%;
    max-width: 100%;
  }
  .client-title {
    font-size: 32px;
  }
  .client-content {
    width: calc(100% - 266px);
  }
}
@media (max-width: 768px) {
  .client {
    margin-top: 110px;
  }
  .client-wrap {
    flex-direction: column;
  }
  .client-info {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .client-info-menu {
    margin-top: 16px;
    flex-direction: row;
    overflow-x: scroll;
    padding-bottom: 15px;
    justify-content: space-between;
  }
  .client-info-menu::-webkit-scrollbar {
    display: none;
    width: 3px;
    height: 3px;
  }
  .client-info-menu-item {
    width: 98px;
    min-width: 98px;
    height: 98px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: flex-start;
    background: #F8F8F8;
    border: 0.5px solid #EFEFEF;
  }
  .client-info-menu-item.active {
    background-color: #000000;
  }
  .client-info-menu-item.active .client-info-menu-item-icon-mobile svg path {
    stroke: #fff;
  }
  .client-info-menu-item.active .client-info-menu-item-text {
    color: #fff;
  }
  .client-info-menu-item.active:hover .client-info-menu-item-text {
    color: #fff;
  }
  .client-info-menu-item:hover .client-info-menu-item-text {
    color: #000000;
  }
  .client-info-menu-item-text {
    font-size: 10px;
    line-height: 130%;
    text-align: center;
  }
  .client-info-menu-item-icon {
    display: none;
  }
  .client-info-menu-item-icon-mobile {
    margin-top: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
  }
  .client-title {
    display: none;
  }
  .client-content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .client {
    margin-top: 76px;
  }
  .client .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .client-info {
    width: calc(100% + 34px);
    min-width: calc(100% + 34px);
    max-width: calc(100% + 34px);
    margin-left: -17px;
  }
  .client-info-menu {
    margin-top: 0;
      padding-left: 15px;
  }
  .client-title {
    display: none;
  }
}
@media (max-width: 374px) {
  .client {
    margin-top: 76px;
  }
  .client .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .client-info {
    width: calc(100% + 34px);
    min-width: calc(100% + 34px);
    max-width: calc(100% + 34px);
    margin-left: -17px;
  }
  .client-info-menu {
    margin-top: 0;
  }
  .client-title {
    display: none;
  }
}
@media (max-width: 1550px) {
  .news .container {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .news-title {
    font-size: 32px;
  }
  .news-content {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
  .news-content-item__image {
    margin-bottom: 15px;
  }
  .news-content-item__title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .news-content-item__date {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .news {
    margin-top: 110px;
  }
  .news-title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .news-breadcrumbs {
    margin-top: 76px;
  }
  .news-breadcrumbs .container {
    justify-content: flex-start !important;
  }
  .news-breadcrumbs-page .container {
    justify-content: center !important;
  }

  .news {
    margin-top: 0;
  }
  .news .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .news-title {
    text-align: left;
    width: 100%;
    font-size: 22px;
    line-height: 130%;
  }
  .news-content {
    margin-top: 10px;
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
  }
  .news-content-item__title {
    font-size: 16px;
    line-height: 130%;
  }
  .news-content-item__date {
    font-size: 14px;
    line-height: 130%;
  }
}
@media (max-width: 374px) {
  .news-breadcrumbs {
    margin-top: 76px;
  }
  .news-breadcrumbs .container {
    justify-content: flex-start !important;
  }
  .news-breadcrumbs-page .container {
    justify-content: center !important;
  }

  .news {
    margin-top: 0;
  }
  .news .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .news-title {
    text-align: left;
    width: 100%;
    font-size: 20px;
    line-height: 130%;
  }
  .news-content {
    margin-top: 10px;
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
  }
  .news-content-item__title {
    font-size: 13px;
    line-height: 130%;
  }
  .news-content-item__date {
    font-size: 12px;
    line-height: 130%;
  }
}
/*@media (max-width: 768px) {
  .modal-window-wrap {
    width: 100%;
  }
  .modal-window-close {
    top: -20px;
    width: 35px;
    height: 35px;
  }
  .modal-window-close svg {
    max-width: 100%;
  }
  .modal-window-title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
  }
  .modal-window-subtitle {
    font-size: 10px;
  }
  .modal-window-content {
    width: calc(100% - 34px);
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 16px;
    height: unset;
    min-height: 306px;
  }
  .modal-window-content-wrap {
    max-width: calc(100% - 34px);
  }
  .modal-window-btn-fill {
    font-size: 14px;
    line-height: 21px;
    margin-top: 36px;
  }
  .modal-window-btn-o {
    font-size: 14px;
    line-height: 21px;
  }
  .modal-window-input {
    font-size: 14px;
    line-height: 21px;
  }
  .modal-window-input-wrap-subtitle {
    font-size: 10px;
  }
  .modal-window-input-wrap-input {
    font-size: 14px;
    line-height: 21px;
  }
  .modal-window-input-wrap .modal-window-input-wrap-placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .modal-window-buy .modal-window-content {
    min-height: 235px;
    height: 235px;
  }
  .modal-window-buy .modal-window-title {
    max-width: 260px;
    margin: 0 auto;
  }
}*/
.news-page-slider .owl-nav .owl-prev {
  width: 58px;
}
.news-page-slider .owl-nav .owl-next {
  width: 58px;
}
@media (max-width: 1550px) {
  .news-page .container {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .news-page-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .news-page {
    margin-top: 110px;
  }
  .news-page-title {
    font-size: 24px;
  }
  .extra-news {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 576px) {
  .news-breadcrumbs {
    width: 100%;
  }
  .news-breadcrumbs .container {
    display: flex;
    justify-content: center;
  }

  .news-page {
    margin-top: 0;
  }
  .news-page .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .news-page-header {
    width: 100%;
  }
  .news-page-title {
    text-align: center;
    width: 100%;
  }
  .news-page-slider {
    margin-top: 15px;
  }
  .news-page-slider-description {
    font-size: 14px;
    line-height: 130%;
  }
  .news-page-content p {
    font-size: 14px;
    line-height: 170%;
  }
  .news-page-content-date {
    font-size: 14px;
  }

  .extra-news {
    padding-left: 17px;
    padding-right: 17px;
  }
  .extra-news-title {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .extra-news-content {
    grid-template-columns: 1fr;
    width: 100%;
    grid-row-gap: 25px;
  }
  .extra-news-content-item {
    width: 100%;
  }
  .extra-news-content-item__image {
    margin-bottom: 8px;
  }
  .extra-news-content-item__title {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 8px;
  }
  .extra-news-content-item__date {
    font-size: 14px;
    line-height: 130%;
  }
}
@media (max-width: 374px) {
  .news-breadcrumbs {
    width: 100%;
  }
  .news-breadcrumbs .container {
    display: flex;
    justify-content: center;
  }

  .news-page {
    margin-top: 0;
  }
  .news-page .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .news-page-header {
    width: 100%;
  }
  .news-page-title {
    text-align: center;
    width: 100%;
  }
  .news-page-slider {
    margin-top: 15px;
  }
  .news-page-slider-description {
    font-size: 12px;
    line-height: 130%;
  }
  .news-page-content p {
    font-size: 12px;
    line-height: 170%;
  }
  .news-page-content-date {
    font-size: 12px;
  }

  .extra-news {
    padding-left: 17px;
    padding-right: 17px;
  }
  .extra-news-title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .extra-news-content {
    grid-template-columns: 1fr;
    width: 100%;
    grid-row-gap: 25px;
  }
  .extra-news-content-item {
    width: 100%;
  }
  .extra-news-content-item__image {
    margin-bottom: 8px;
  }
  .extra-news-content-item__title {
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 8px;
  }
  .extra-news-content-item__date {
    font-size: 12px;
    line-height: 130%;
  }
}








.promo-message{
	margin-top: 15px;
}

.header-top__control-icon svg {
	width: 24px;
	height: 24px;
}

.header-top__search{
	display: flex;
	position: relative;
	width: 25px;
	transition: .5s;
}

.header-top__search.active{
	width: 24vw;
}

.header-top__search.active:after{
	content: '';
	position: absolute;
	border-bottom: 1px solid #000;
	width: 100%;
	left: 0;
	bottom: -7px;
}

.search-block{
	width: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	transition: .3s;
	width: 100%;
}

/*.header-top__search.active .search-block{
	width: 100%;
}*/

.header-search{
	background: none;
	border: none;
	margin: 0 8px;
	outline: none !important;
	padding-left: 7px;
	border-left: 1px solid #000;
	font-size: 16px;
	width: 100%;
}

.v-line{
	margin-left: 15px;
	margin-right: 20px;
	height: 15px;
	width: 1px;
	background: #C4C4C4;
}

.search-find{
	font-size: 16px;
	color: #000;
	background: none;
	border: none;
	cursor: pointer;
}

.search-close{
	width: 12px;
	height: 12px;
	flex: none;
	background: url('/local/templates/sopdu/img/close.svg') no-repeat center;
	background-size: contain;
}

.loupe{
	transform: scale(1.5);
}


.menu-dropdown-wrap{
	padding-top: 13px;
    /*padding-top: 13px;*/
    background-color: transparent;
	position: absolute;
	/*left: 0;*/
    height: auto;
    visibility: hidden;
    overflow: hidden;
    transition: 0s .3s;
}
.menu-dropdown-wrap.menu-dropdown-wrap-right{
    right: 0;
}
.menu-dropdown-wrap-overflow{
    overflow: hidden;
    padding-top: 17px;

}

.header-bottom__list-item:hover .menu-dropdown-wrap{
    /*display: block;*/
    height: auto;
    visibility: visible;
    transition: 0s;
}

.menu-dropdown{
    transform: translateY(-100%);
    transition: .3s ease-in-out;
    display: flex;
    align-items: stretch;
    opacity: 0;
    /*background: rgba(255, 255, 255, 0.5);*/
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    width: 300px;
    max-width: 100%;
}
.header-bottom__list-item:hover .menu-dropdown-wrap .menu-dropdown{
    /*display: block;*/
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.dropdown-content{
    padding: 40px;
    position: relative;
}

.dropdown-content ul{
    list-style: none;
}

.dropdown-ul > li{
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 24px;
}

.dropdown-ul > li:last-child{
    margin-bottom: 0;
}

.dropdown-ul a{
    text-decoration: none !important;
    color: #000 !important;
}

.dropdown-child{
    padding-left: 10px;
    border-left: 1px solid #D5D7DC;
    margin-top: 6px;
    padding-top: 6px;
}

.dropdown-child li{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.dropdown-img{
    width: 235px;
    margin-left: auto;
    background: no-repeat center;
    background-size: cover;
    position: relative;
}

.blur-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    filter(17px);
}

.checkout-content-item-extra-ship .checkout-content-item-block-form-item{
    margin-bottom: 30px;
}

.checkout-content-item-extra-ship{
    margin-top: 30px;
}

.catalog-item.hidden{
    display: none;
}

.city-btn{
    height: 40px;
    width: 120px;
    font-size: 16px;
    flex: none;
    margin-left: 15px;
}

.city-btn-wrap{
    display: flex;
    align-items: end;
}

.loyalty-buttons{
    display: flex;
    align-items: center;
    margin-top: 75px;
}

.loyalty-btn{
    width: 336px;
    margin-bottom: 0;
}

.loyalty-grey{
    margin-left: 40px;
    color: #7D7D7D;
    font-size: 18px;
    display: block;
    text-decoration: none;
}

.catalog-control.unloaded .loader{
    display: block;
    position: relative;
    margin: auto;
    transform: none;
    left: 0;
    margin-bottom: 50px;
}

@media(max-width: 1550px){
    .menu-dropdown{
        width: 450px;
    }

    .dropdown-ul > li{
        font-size: 16px;
        margin-bottom: 20px;
    }

    .dropdown-child li {
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .dropdown-content{
        padding: 30px;
    }

    .dropdown-img{
        width: 190px;
    }
}

@media(max-width: 1200px){
    .menu-dropdown{
        width: 320px;
    }

    .dropdown-content{
        padding: 20px;
    }

    .dropdown-ul > li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .dropdown-child li {
        font-size: 10px;
    }
}

@media(max-width: 991px){
    .dropdown-img{
        display: none;
    }
    .header-bottom__list-link{
        font-size: 15px;
    }
    .menu-dropdown{
        width: 100%;
    }
}

@media(max-width: 991px){
    .mobile-hide .footer-content-top__form-wrap{
        display: none;
    }

    .loyalty-btn{
        width: auto;
        min-width: 240px;
    }
}

@media(max-width: 575px){
	.catalog-item-image .owl-nav {
		display: none;
	}

    .menu-block{
        display: none;
    }

    .header-top__search.active {
        width: auto;
        flex: 1;
        margin-left: 0;
    }

    .cart-info-bonus-block{
        margin: 0 -20px;
        margin-bottom: 39px;
    }

    .modal-window-content{
        padding-top: 25px;
    }

    .modal-title-block{
        top: 25px;
    }

    .modal-window-content-wrap {
        padding: 70px 20px;
        padding-top: 120px;
    }

    .modal-window-close{
        top: 20px;
        right: 20px;
    }

    .modal-window-title {
        font-size: 25px;
        line-height: 20px;
    }

    .modal-desc{
        font-size: 12px;
        line-height: 14px;
    }

    .modal-window-btn-o{
        font-size: 15px;
        line-height: 18px;
        padding: 10px 20px;
    }

    .buttons-block{
        margin-top: 20px;
    }
}

@media(max-width: 360px){
    .header-top__logo{
        width: 100px;
    }
}

@media(min-width: 769px){
    .header-hamburger{
        display: none;
    }
}

@media (max-width: 575px) {
    .cart-info-wrap {
        padding-left: 0px;
        padding-right: 0px;
}
}

@media (max-width: 575px) {
    .checkout-info-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
}


.container_reg {
    width: 600px;
    margin: 0 auto;
    margin-top: 205px;
    margin-bottom: 50px;
}

.reg-title {
    font-family: "SangBleu";
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
}

.checkout-content-item-reg {
    background: #F8F8F8;
    border: 0.5px solid #EFEFEF;
    padding: 88px 88px;
}

.checkout-content-item-block-form-item-reg {
    margin-bottom: 50px;
}

.modal-map-filter{
    font-family: 'SangBleu';
    padding: 25px;
}

.modal-filter-text{
    color: #1A1A1A;
    font-size: 14px;
    margin-bottom: 10px;
}

.filter-buttons{
    display: flex;
    justify-content: space-between;
}

.filter-btn{
    border: 1px solid #000;
    color: #000;
    background: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
    transition: all .3s;
    flex: 1;
    justify-content: center;
}

.filter-btn:before{
    content: '';
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: no-repeat center;
    background-size: contain;
}

.filter-btn.active, .filter-btn:hover{
    background: #000000;
    color: #fff;
}

#filter-wear{
    margin-right: 13px;
}

#filter-wear:before{
    background-image: url('/local/templates/sopdu/img/wear.svg');
}

#filter-wear.active:before, #filter-wear:hover:before{
    background-image: url('/local/templates/sopdu/img/wear-active.svg');
}

#filter-postamt:before{
    background-image: url('/local/templates/sopdu/img/postamt.svg');
}

#filter-postamt.active:before, #filter-postamt:hover:before{
    background-image: url('/local/templates/sopdu/img/postamt-active.svg');
}

.quantity-text{
    font-family: 'Circe';
    font-size: 16px;
    color: #25d366;
}

.quantity-text.not-instock{
    color: #ec4a4a;
}

.lamoda-del-block{
    width: 100%;
}



@media (max-width: 570px) {
    .container_reg {
        width: 100%;
        margin-top: 50px;
    }


    .checkout-content-item-reg {
        padding: 40px 40px;
    }

    .reg-title {
        font-size: 17px;
        line-height: 27px;
    }
}

.banner_head {
    margin-top: 20px;
    text-align: center;
    font-family: 'Circe';
}

@media (max-width: 768px) {
.banner_head {
    display: none;
}
}

@media (max-width: 768px) {
    .banner_head_mobile {
        margin: 10px;
        text-align: center;
        font-family: 'Circe';
        color: #1a1a1a;
    }
}

@media (min-width: 769px) {
    .banner_head_mobile {
        display: none;
    }
}













.big-city-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
    font-family: "Circe";
}

.big-city{
    font-weight: 500;
    font-size: 14px;
    color: #848488;
    letter-spacing: 0.2px;
    padding: 6px 15px;
    background: #EFEFF0;
    margin-right: 8px;
    margin-bottom: 8px;
    transition: .3s;
    cursor: pointer;
}

.big-city:hover, .big-city.active{
    background: #000;
    color: #fff;
}

.checkout-desc{
    color: #7D7D7D;
    font-size: 20px;
    margin: 8px 0;
    font-family: "Circe";
}

.red{
    color: #E64646
}

#street_result{
    width: 100%;
    margin-top: 10px;
}

#street_result.active::before {
    content: '';
    position: absolute;
    width: 100%;
    background: #F2F3F5;
    left: 0;
    height: 100%;
}

.get-method{
    position: relative;
    padding-top: 40px;
}

input.hidden{
    display: none;
}

.del-name{
    font-family: Circe;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2px;
    color: rgba(60, 60, 67, 0.6);
    margin-bottom: 8px;
}

.del-cost{
    font-size: 13px;
    letter-spacing: 0.2px;
    color: rgba(60, 60, 67, 0.6);
    margin-top: 8px;
    font-family: "Circe";
}

.del-price{
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.del-price.crossed{
    text-decoration-line: line-through;
    margin-right: 15px;
}

.free-del{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #7D7D7D;
}

.buttons-block{
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-window-content-wrap-reg .modal-window-input-wrap{
    margin-bottom: 25px;
}

.modal-window-content-wrap-reg .modal-window-input-container{
    width: 100%;
}

.auth-msg{
    width: 100%;
    display: none;
    background: #EFEFF0;
    color: rgba(60, 60, 67, 0.6);
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    height: 50px;
    padding: 0 15px;
}

.auth-msg .close{
    width: 13px;
    height: 13px;
    background: no-repeat center url('/local/templates/sopdu/img/close.svg');
    background-size: contain;
    cursor: pointer;
}

.auth-success .auth-msg{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
}

.auth-success .header-top__control-item{
    display: none;
}

.auth-success .search-block{
    display: none;
}

.js-open-login-modal{
    cursor: pointer;
}

.open+.footer-content-top-menu__list .footer-content-top-menu__list-item {
    display: block;
}

.discr {
    text-decoration: none;
    color: #000;
}

.checkout-info-final-attention-footer {
    padding-top: 16px;
}


.checkout-info-final-attention-footer-none {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    font-family: "Circe";
    color: #7D7D7D;
}
/* Уровни лояльности */

.card_loyalnosti_bg {
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    padding: 21px;
    margin-bottom: 18px;
}

.card_loyalnosti_txt {
    font-family: TT Norms;
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 130%;
    /* or 35px */

    color: #1a1a1a;
}


.card_loyalnosti_txt_low {
    font-family: TT Norms;
    font-style: normal;
    font-weight: normal;
    font-size: 18.6788px;
    line-height: 130%;
    color: #7D7D7D;
}

@media (max-width: 450px) {

    .card_loyalnosti_txt {
        font-size: 18px;
    }

    .card_loyalnosti_txt_low {
        font-size: 14px;
    }
}
/* End */
/* /local/templates/sopdu_client/css/main.css?1755375956334609 */
