

/* Start:/bitrix/templates/all_sites/css/reset.css?17587503874821*/
﻿/* CSS DOCUMENT (RESET.CSS) */

/*
	HTML5 Reset :: style.css
	
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

*/

/* Let's default this puppy out */

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects
*/

img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	 In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */

html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select,
input,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */

button,
input,
select,
textarea {
  margin: 0;
}

/* make buttons play nice in IE */

button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*h1 {
  color: green !important;
}*/
/* End */


/* Start:/bitrix/templates/all_sites/fancybox/jquery.fancybox.min.css?176027137919518*/
body.compensate-for-scrollbar {
  overflow: hidden
}

/* height: auto; заменён на height: 100%; в связи с некорректной работой при открытии фото (съезжает вниз весь сайт) */

.fancybox-active {
  /*height: auto;*/
  height: 100%;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .7;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /*padding: 44px;*/
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--html {
  padding: 6px
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  box-shadow: 0 0 1ex .1ex rgba(0, 0, 0, 0.7);
}

/* затемнение модального окна при показе фоток */

/*.fancybox-content:has(.fancybox-image) {
  border: 100px solid rgba(0, 0, 0, 0.7);
  outline: 3000px solid rgba(0, 0, 0, 0.7);
}*/

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:hover {
  color: #fff
}

.fancybox-button:focus {
  outline: none
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none
}

.fancybox-button div {
  height: 100%
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right)
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}

@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
  }
}

.fancybox-caption--separate {
  margin-top: -50px
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }

  .fancybox-slide--image {
    padding: 6px 0
  }

  .fancybox-close-small {
    right: -6px
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }

  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right))
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width:576px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}
/* End */


/* Start:/bitrix/templates/sportlady/owlcarousel/owl.carousel.min.css?16144359673351*/
/**
 * 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,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{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-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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}.owl-carousel .animated{animation-duration:1s;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-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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(/bitrix/templates/sportlady/owlcarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s 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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/sportlady/owlcarousel/owl.theme.default.css?16144359671380*/
/**
 * 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; }

/* End */


/* Start:/bitrix/templates/all_sites/css/styles.css?17604385055282*/
﻿/* CSS DOCUMENT (styles.css) */

/* МОДАЛЬНОЕ ОКНО */

.modal_window {
  display: none;
}

/* без первой (пустой) строки почему-то не читаются стили */

.modal_window {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100000;
}

.modal_window .modal_window_settings {
  position: relative;
  width: 75vw;
  height: 80vh;
  margin: 10vh 12.5vw;
  background: transparent;
  box-shadow: 0 0 1ex .1ex rgba(0, 0, 0, 0.7);
}

.modal_window .modal_window_settings .modal_window_content {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background: #fff;
}

.modal_window .modal_window_settings .button_close {
  position: absolute;
  top: 0;
  right: 25px;
  text-align: right;
  font-size: 3em;
  font-weight: 600;
  cursor: pointer;
}

.modal_window .modal_window_settings .button_close:hover {
  color: #800;
}

.modal_window .modal_window_settings .button_close:active {
  color: red;
}

/* ПОЛЬЗОВАТЕЛЬСКОЕ СОГЛАШЕНИЕ, ПОЛИТИКА КОНФИДЕНЦИАЛЬНОСТИ */

.user_agreement,
.privacy_policy {
  /*position: relative;*/
  padding: 5%;
  font-family: 'Montserrat', Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  text-align: justify;
  line-height: 1.3;
}

.user_agreement h1,
.privacy_policy h1 {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
}

.user_agreement h2,
.privacy_policy h2 {
  margin: 0;
  padding: 5px 0;
  font-weight: 600;
  font-size: 1em;
}

.user_agreement p,
.user_agreement li,
.privacy_policy p,
.privacy_policy li {
  margin: 0;
  padding: 5px 0;
  text-align: justify;
  list-style-type: disc;
}

.user_agreement ul,
.privacy_policy ul {
  margin-left: 4%;
}

.privacy_policy ol {
  counter-reset: item;
  margin-left: 2%;
}

.privacy_policy ol li {
  list-style-type: none;
}

.privacy_policy ol li::before {
  content: counter(item) ") ";
  counter-increment: item;
}

.privacy_policy a:hover {
  color: #800;
}

.privacy_policy a:active {
  color: red;
}

.privacy_policy .cookie_revocation {
  display: block;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2% 5%;
  border: 2px solid #000;
  background: #fff;
  color: red;
  font-weight: 600;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

@media (width <=479px) {

  .modal_window .modal_window_settings {
    width: 100vw;
    height: 100vh;
    margin: 0;
  }

  /*.privacy_policy h1 {
    margin-top: 20px;
  }*/

}

@media (width <=650px) {

  .user_agreement h1,
  .privacy_policy h1 {
    margin-top: 20px;
  }


}

@media (480px< width <=1279px) {

  .modal_window .modal_window_settings {
    width: 85vw;
    height: 85vh;
    margin: 7.5vh 7.5vw;
  }

}

@media (1280px< width <=1599px) {

  .modal_window .modal_window_settings {
    width: 80vw;
    height: 80vh;
    margin: 10vh 10vw;
  }

}

@media (width >1920px) {

  .user_agreement h1,
  .privacy_policy h1 {
    font-size: 1.6vw;
  }

  .user_agreement h1,
  .user_agreement h2,
  .user_agreement p,
  .user_agreement ul,
  .privacy_policy h1,
  .privacy_policy h2,
  .privacy_policy p,
  .privacy_policy ul {
    padding: .5% 0;
  }

  .user_agreement h2,
  .user_agreement p,
  .user_agreement ul,
  .privacy_policy h2,
  .privacy_policy p,
  .privacy_policy ul {
    font-size: .9vw;
  }

}

/* COOKIES-БАННЕР */

#cookie-consent-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  /*background-color: #2d3748;*/
  background-color: #fff;
  /*opacity: .8;*/
  /*color: #fff;*/
  color: #000;
  padding: 5px 20px;
  z-index: 1000;
  font-family: sans-serif;
  justify-content: center;
  align-items: center;
}

#cookie-consent-banner .text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px 15px;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  /*max-width: 1200px;*/
  margin: 0 auto;
  padding: 5px 10px;
  font-size: .9em;
}

#cookie-consent-banner .text p {
  margin: 0;
}

#cookie-consent-banner .text p a {
  display: inline-block;
  /*color: #fff;*/
  color: #00008B;
  text-decoration: underline;
}

#cookie-consent-banner .text p a:hover {
  color: #800;
  text-shadow: .3px .3px .3px 800;
}

#cookie-consent-banner .text p a:active {
  color: red;
  text-shadow: .3px .3px .3px red;
}

#cookie-consent-banner .button {
  display: flex;
  gap: 5px 15px;
  flex-shrink: 0;
}

#cookie-consent-accept {
  background-color: #4caf50;
  color: #fff;
  box-shadow: 1px 1px 1px 0px #000;
  border: none;
  padding: 7px 15px;
  cursor: pointer;
  border-radius: 5px;
  font-size: .9em;
}

#cookie-consent-accept:hover {
  color: #800;
  box-shadow: 1px 1px 1px 0px #800;
}

#cookie-consent-accept:active {
  color: red;
  box-shadow: none;
}

/*h1 {
  color: red !important;
}*/
/* End */


/* Start:/bitrix/templates/sportlady/components/bitrix/menu/left_menu_sportlady/style.min.css?1620934773490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/sportlady/components/bitrix/menu/left_menu_sportlady/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/components/bitrix/menu/templates/.default/style.min.css?1573978731490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/components/bitrix/menu/templates/.default/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/sportlady/components/bitrix/menu/top_menu_sportlady/style.min.css?1620761395490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/sportlady/components/bitrix/menu/top_menu_sportlady/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/sportlady/components/bitrix/main.map/main.map_sportlady/style.min.css?1620994224139*/
ul.map-level-0 a{font-weight:bold}ul.map-level-1 a,ul.map-level-2 a,ul.map-level-3 a{font-weight:normal}.map-columns td{vertical-align:top}
/* End */


/* Start:/bitrix/templates/sportlady/styles.css?177974345399115*/
/* CSS DOCUMENT: CONTENT */

/* CONTENT */

.content {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 85%;
  padding: 1%;
  box-sizing: border-box;
  box-shadow: .3ex .3ex 1ex rgba(0, 0, 0, 0.3), -.3ex .3ex 1ex rgba(0, 0, 0, 0.3);
  background-color: #FFF;
  color: #000;
}

.content h1 {
  display: block;
  width: 100%;
  padding: 1%;
  background: rgb(223, 179, 111);
  background: radial-gradient(circle, rgba(223, 179, 111, 1) 0%, rgba(119, 136, 153, 1) 90%);
  box-shadow: .1ex .1ex .1ex rgba(0, 0, 0, .3);
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  text-shadow: #fff -1.5px -1.5px 1.5px,
    #000 1.5px 1.5px 1.5px;
  color: #B22222;
  text-align: center;
  font-weight: 800;
  font-size: 35px;
}

.content h2 {
  padding: 1% 5%;
  margin: 2% 0;
  background: rgba(0, 0, 0, .02);
  color: rgba(0, 0, 0, 0.7);
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
  font-weight: 600;
  line-height: 1.5;
  font-size: 22px;
}

.content p {
  padding: .5% 0;
  line-height: 1.5;
}

.content h1,
.content h2,
.content p,
.content ul,
.content ul li,
.content span,
.content a {
  word-wrap: break-word;
}

.content_catalog .assortment_name h2 {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: .1ex .1ex .1ex #000;
  line-height: 1;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  font-size: 30px;
  padding-left: 0;
}

.content b {
  text-shadow: 0 0 .001ex #000;
}

.content .link {
  margin: 2% 0;
  text-align: left;
  text-indent: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-weight: 600;
}

.content .link a {
  display: inline-block;
  padding: 1% 3%;
  background: rgba(0, 0, 0, 0.02);
  box-shadow: .3ex .3ex 1ex rgba(0, 0, 0, 0.05), -.3ex .3ex 1ex rgba(0, 0, 0, 0.05);
}

.content .link a:hover {
  color: #800;
  box-shadow: .3ex .3ex 1ex rgba(0, 0, 0, 0.07), -.3ex .3ex 1ex rgba(0, 0, 0, 0.07);
}

.content .link a:active {
  color: red;
  box-shadow: .3ex .3ex 1ex rgba(0, 0, 0, 0.1), -.3ex .3ex 1ex rgba(0, 0, 0, 0.1);
}

.content .text {
  padding: .5% 5%;
  text-indent: 5%;
  line-height: 1.5;
  text-align: justify;
}

.content .text_left {
  padding: .5% 5%;
  line-height: 1.5;
  text-align: left;
}

.content .welcome {
  margin: 3% 0;
  padding: 0 10%;
  text-shadow: .1ex .1ex .1ex #696969;
  text-align: center;
  background: rgba(0, 0, 0, 0.02);
}

/*.content .stock {
  padding-top: 0;
  color: red;
}*/

.content .see_next {
  margin: 2% 0 2% 5%;
  color: #808080;
  font-weight: 600;
  text-align: left;
}

.content .see_next a {
  display: inline-block;
  text-indent: 0;
}

.content .see_next a:hover {
  color: #B22222;
}

.content .see_next a:active {
  color: red;
}

.content .text_opacity {
  opacity: 0;
}

/* CSS DOCUMENT: CONTENT - MEDIA */

@media all and (max-width: 479px) {

  .content .welcome {
    padding: 0 5%;
  }

}

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

  .content {
    overflow-y: hidden;
    height: auto;
    box-shadow: none;
  }

  .content h1 {
    font-size: 25px;
  }

  .content h2 {
    font-size: 20px;
  }

}

@media all and (min-width: 768px) and (max-width: 1279px) {

  .content {
    overflow-y: hidden;
    height: auto;
    box-shadow: none;
  }

  .content h1 {
    font-size: 25px;
  }

  .content h2 {
    font-size: 20px;
  }

}

@media all and (min-width: 1920px) {

  .content {
    font-size: .84vw;
  }

  .content h1 {
    font-size: 2.2em;
  }

  .content h2 {
    font-size: 1.4em;
  }

}

/* NAV_CHAIN_SEARCH */

.nav_chain_search {
  display: flex;
  margin-top: 1%;
  margin-bottom: 3%;
  padding: .5% 1%;
  background: rgba(0, 0, 0, 0.06);
  box-shadow: .1ex .1ex .1ex rgba(0, 0, 0, 0.5);
  color: #696969;
  text-align: right;
  list-style: none;
  text-shadow: .1ex .1ex .1ex #fff;
}

.nav_chain_search .nav_chain {
  width: calc(100% - 180px);
}

.nav_chain_search .bx-breadcrumb {
  margin: 0;
  padding: 0;
  padding: 5px 0 0 0;
  text-align: left;
  list-style: none;
  text-shadow: .1ex .1ex .1ex #fff;
}

.nav_chain_search .bx-breadcrumb i {
  margin-right: 5px;
  font-size: .8em;
  vertical-align: middle;
}

.nav_chain_search .bx-breadcrumb .bx-breadcrumb-item {
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 0 5px 0;
  margin: 0 10px 0 0;
}

.nav_chain_search .bx-breadcrumb .bx-breadcrumb-item a {
  color: #696969;
  text-shadow: .1ex .1ex .1ex #fff;
}

.nav_chain_search .bx-breadcrumb .bx-breadcrumb-item a:hover {
  color: #b22222;
  font-weight: 600;
  text-shadow: .1ex .1ex .1ex #fff;
}

.nav_chain_search .bx-breadcrumb .bx-breadcrumb-item a:active {
  color: red;
  font-weight: 600;
  text-shadow: .1ex .1ex .1ex #fff;
}

.nav_chain_search .bx-breadcrumb .bx-breadcrumb-item span {
  font-size: .9em;
  white-space: normal;
}

.nav_chain_search .bx-breadcrumb .bx-breadcrumb-item span.link {
  font-weight: 600;
}

.nav_chain_search .nav_search {
  width: 180px;
}

.nav_chain_search .nav_search tbody {
  display: flex;
}

.nav_chain_search .nav_search tr:first-child {
  margin: 0 10px 0 0;
}

.nav_chain_search .search-form input[type=text] {
  border: none;
  box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
  font-size: .9em;
}

.nav_chain_search .search-form input[type=submit] {
  color: #696969;
  font-size: .9em;
}

.nav_chain_search .search-form input[type=submit]:hover {
  color: #b22222;
}

.nav_chain_search .search-form input[type=submit]:active {
  color: red;
}

/* NAV_CHAIN_SEARCH - @MEDIA */

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

  /*.nav_chain_search .bx-breadcrumb {
    padding: 0;
  }*/

  /*.nav_chain_search .bx-breadcrumb .bx-breadcrumb-item {
    padding: 5px 0 5px 0;
    margin: 3px 10px 3px 0;
  }*/

  /*.nav_chain_search .bx-breadcrumb .bx-breadcrumb-item:not(:first-child):not(:last-child) {
    padding: 5px 0 5px 0;
  }*/

  .nav_chain_search .bx-breadcrumb .bx-breadcrumb-item span {
    font-size: .94em;
  }

}

@media all and (max-width: 1279px) {

  .nav_chain_search .nav_chain {
    width: calc(100% - 40px);
  }

  .nav_chain_search .nav_search {
    width: 40px;
  }

  .nav_chain_search .search-form input[type=text] {
    display: none;
  }

}

@media all and (min-width: 1920px) {

  .nav_chain_search .bx-breadcrumb .bx-breadcrumb-item span {
    font-size: .75vw;
  }

  .nav_chain_search .nav_chain {
    width: 80%;
  }

  .nav_chain_search .nav_search {
    width: 20%;
  }

  .nav_chain_search .nav_search table {
    float: right;
  }

  .nav_chain_search .search-form input {
    font-size: .6vw;
  }

}

/* BOTTOM_MENU */

.content .bottom_menu {
  margin-top: 3%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.06);
  box-shadow: .1ex .1ex .1ex rgba(0, 0, 0, .5);
  text-align: center;
  list-style: none;
  text-shadow: .1ex .1ex .1ex #fff;
}

.content .bottom_menu a {
  display: inline-block;
  padding: 2px 5px;
  vertical-align: middle;
  font-family: Arial,
    Helvetica,
    Verdana,
    sans-serif;
  color: #808080;
  text-shadow: .1ex .1ex .1ex #fff;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: .9em;
}

.content .bottom_menu a:hover {
  color: #b22222;
  text-shadow: .1ex .1ex .1ex #fff;
}

.content .bottom_menu a:active {
  color: red;
  text-shadow: .1ex .1ex .1ex #fff;
}

.content .bottom_menu .inline_block {
  display: inline-block;
  /*margin-top: -15px;*/
}

.content .bottom_menu .block {
  display: block;
  /*margin-top: -15px;*/
}

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

  /*.content .bottom_menu {
    display: none;
  }*/

}

@media (width >1920px) {

  .content .bottom_menu a {
    padding: 1% .5%;
  }

}

/* CONTENT: SPORTLADY */

.content_sportlady .foto_sportlady {
  float: right;
  width: 40%;
  height: 30%;
  margin: 5% 0 5% 5%;
}

.content_sportlady a,
.content_sportlady .office_open {
  color: #0000FF;
  text-decoration: underline;
  cursor: pointer;
}

.content_sportlady .office_open {
  text-decoration: underline;
  cursor: pointer;
}

.content_sportlady a:hover,
.content_sportlady .office_open:hover {
  color: #B22222;
}

.content_sportlady a:active,
.content_sportlady .office_open:active {
  color: red;
}

.content_sportlady .map_sportlady {
  position: relative;
  width: 90%;
  margin: 2% auto;
  box-shadow: .1ex .1ex .3ex rgba(0, 0, 0, 0.7), -.1ex .1ex .3ex rgba(0, 0, 0, 0.5);
  display: none;
}

.content_sportlady .close_office_x {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  padding: 1px 10px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  /*background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#dcdcdc', GradientType=0);*/
  box-shadow: 0 0 .1ex #000;
  cursor: pointer;
}

/*.content_sportlady .bx-yandex-view-layout {}*/

.content_sportlady .bx-yandex-map {
  width: 1500px !important;
  margin: 0 auto !important;
}

.content_sportlady .foto_inn,
.content_sportlady .foto_ogrnip {
  display: none;
}

/* CONTENT: SPORTLADY - @MEDIA */

@media all and (max-width: 359px) {

  .content_sportlady .foto {
    float: none;
    width: 90%;
    margin: 5%;
  }

}

@media all and (min-width: 360px) and (max-width: 479px) {

  .content_sportlady .foto_sportlady {
    float: none;
    width: 80%;
    margin: 5% 10%;
  }

}

@media all and (min-width: 480px) and (max-width: 539px) {

  .content_sportlady .foto_sportlady {
    float: none;
    width: 70%;
    margin: 5% 15%;
  }

}

@media all and (min-width: 540px) and (max-width: 639px) {

  .content_sportlady .foto_sportlady {
    float: none;
    width: 60%;
    margin: 5% 20%;
  }

}

@media all and (min-width: 640px) and (max-width: 767px) {

  .content_sportlady .foto_sportlady {
    width: 50%;
  }

}

@media all and (min-width: 768px) and (max-width: 1023px) {

  .content_sportlady .foto_sportlady {
    float: none;
    width: 60%;
    margin: 5% 20%;
  }

}

@media all and (min-width: 1024px) and (max-width: 1279px) {

  .content_sportlady .foto_sportlady {
    width: 50%;
  }

}

/* CONTENT: SPORTLADY_FEADBACK */

.content_sportlady .content_feadback {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.content_sportlady .mfeedback .mf-text {
  color: red;
}

.content_sportlady .mfeedback .mf-name,
.content_sportlady .mfeedback .mf-email,
.content_sportlady .mfeedback .mf-message {
  width: 100%;
}

.content_sportlady .mfeedback .mf-name {
  display: none;
}

.feadback_form input[type='submit'] {
  display: none;
}


.content_sportlady .mfeedback input[type=text],
.content_sportlady .mfeedback textarea {
  width: 50%;
}

.content_sportlady .mfeedback input[type=submit] {
  color: red;
}

.content_sportlady .feadback_consent {
  margin-top: 20px;
}

.content_sportlady .main-user-consent-request {
  display: flex;
}

.content_sportlady .main-user-consent-request-announce-link {
  display: inline-block;
  padding-left: 20px;
  font-size: .9em;
}

.content_sportlady .main-user-consent-request-announce-link a {
  text-decoration: none;
}

/*.feadback_terms_of_use .fancybox-content {
  width: 60vw !important;
  height: 80vh !important;
}*/

.fancybox-content:has(.fancybox-iframe) {
  width: 70vw !important;
  height: 80vh !important;
}

/* CONTENT: SPORTLADY_FEADBACK - @MEDIA */

@media all and (max-width: 1599px) {

  .content_sportlady .mfeedback input[type=text],
  .content_sportlady .mfeedback textarea {
    width: 60%;
  }

  /*.feadback_terms_of_use .fancybox-content {
    width: 70vw !important;
    height: 80vh !important;
  }*/

  .fancybox-content:has(.fancybox-iframe) {
    width: 80vw !important;
    height: 80vh !important;
  }

}

@media all and (max-width: 1279px) {

  .content_sportlady .mfeedback input[type=text],
  .content_sportlady .mfeedback textarea {
    width: 70%;
  }

}

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

  .content_sportlady .mfeedback input[type=text],
  .content_sportlady .mfeedback textarea {
    width: 80%;
  }

  /*.feadback_terms_of_use .fancybox-content {
    width: 80vw !important;
    height: 90vh !important;
  }*/

  .fancybox-content:has(.fancybox-iframe) {
    width: 90vw !important;
    height: 90vh !important;
  }

}

@media all and (max-width: 479px) {

  .content_sportlady .mfeedback input[type=text],
  .content_sportlady .mfeedback textarea {
    width: 90%;
  }

  /*.feadback_terms_of_use .fancybox-content {
    width: 100vw !important;
    height: 100vh !important;
  }*/

  .fancybox-content:has(.fancybox-iframe) {
    width: 100vw !important;
    height: 100vh !important;
  }

  .feadback_terms_of_use .fancybox-slide {
    padding: 0;
  }

}

@media all and (max-width: 319px) {

  .content_sportlady .mfeedback input[type=text],
  .content_sportlady .mfeedback textarea {
    width: 100%;
  }

}

/* CONTENT: nashi-partnyery */

.content_nashi-partnyery .preamble {
  text-indent: 5%;
  text-align: justify;
}

.content_nashi-partnyery .partners {
  border: 2px solid #DCDCDC;
  padding: 25px;
  margin: 1% 0;
  text-align: center;
  text-shadow: .1ex .1ex .2ex #A9A9A9;
}

.content_nashi-partnyery .logo {
  max-height: 80px;
}

.content_nashi-partnyery .name {
  color: #800;
  font-size: 1.3em;
}

.content_nashi-partnyery .activity {
  color: #808080;
  font-size: 1.1em;
}

.content_nashi-partnyery .site {
  display: inline-block;
  color: #0000FF;
}

.content_nashi-partnyery .partners_reclame {
  border: 2px solid #DCDCDC;
  padding: 25px;
  margin: 1% 0;
  margin-top: 3%;
  text-align: center;
}

.content_nashi-partnyery .end {
  color: #b22222;
  text-shadow: .1ex .1ex .2ex #A9A9A9;
  font-size: 1.3em;
  line-height: 1.2;
}

.content_nashi-partnyery .end a {
  display: inline-block;
  text-decoration: none;
}

.content_nashi-partnyery .end a:hover {
  color: #b22222;
}

.content_nashi-partnyery .end a:active {
  color: red;
}

/* CONTENT: novosti */

.content_novosti .block_news {
  width: 100%;
  margin: 3% 0;
}

.content_novosti .date {
  padding-left: 5%;
  color: #b22222;
  text-shadow: .1ex .1ex .2ex #000;
}

.content_novosti .link {
  margin: 0 0 1% 0;
}

.content_novosti .news {
  text-align: left;
}

.content_novosti .drop_down_text {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-height: 210px;
  margin: 1% auto;
  padding: 25px;
  transition: max-height .5s;
  border: 2px solid #DCDCDC;
  text-align: justify;
  text-indent: 5%;
}

.content_novosti .read_more,
.content_novosti .close_read_more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 25px;
  padding: 5px 20px 0 0;
  background: #fff;
  text-align: right;
  cursor: pointer;
  color: red;
  font-size: .9em;
}

.content_novosti .close_read_more {
  display: none;
}

.news_modal a {
  display: block;
  margin: 20px 0;
}

.content_novosti .subscription {
  width: 70%;
  margin: 0 auto;
  border: 1px solid blue;
  text-align: center;
  color: #808080;
  font-weight: 600;
  font-size: .9em;
}

.content_novosti .subscription a:hover {
  color: #b22222;
}

.content_novosti .subscription a:active {
  color: red;
}

/* CONTENT: novosti - @MEDIA */

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

  .content_novosti .subscription {
    width: 80%;
  }

}

/* CONTENT: novosti - @MEDIA */

@media all and (max-width: 479px) {

  .content_novosti .subscription {
    width: 90%;
  }

}

/* CONTENT: otzyvy */

.content_otzyvy .drop_down_text {
  position: relative;
  overflow: hidden;
  display: flex;
  max-height: 210px;
  transition: max-height .5s;
  border: 2px solid #DCDCDC;
  padding: 25px;
  margin: 1% 0;
}

.content_otzyvy .foto {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.content_otzyvy .foto span {
  vertical-align: -65px;
  color: #fff;
}

.content_otzyvy .foto .client_foto {
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.content_otzyvy .comment_text {
  width: calc(100% - 150px);
  padding-left: 25px;
  font-family: 'Bellota', cursive;
}

.content_otzyvy .name {
  padding-left: 5%;
  color: #b22222;
  text-shadow: .1ex .1ex .2ex #A9A9A9;
  font-size: 1.3em;
  text-indent: 0;
  line-height: 1;
  text-align: left;
}

.content_otzyvy .name span {
  display: inline-block;
}

.content_otzyvy .text {
  text-indent: 5%;
  text-align: justify;
}

.content_otzyvy .text span {
  vertical-align: -5px;
}

.content_otzyvy .text .smiley {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.content_otzyvy .read_more,
.content_otzyvy .close_read_more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 25px;
  padding: 5px 20px 0 0;
  background: #fff;
  text-align: right;
  cursor: pointer;
  color: red;
  font-size: .9em;
}

.content_otzyvy .close_read_more {
  display: none;
}

.content_otzyvy .end {
  margin-top: 2%;
  text-align: center;
  color: #808080;
  font-weight: 600;
  font-size: .9em;
}

.content_otzyvy .end a:hover {
  color: #b22222;
}

.content_otzyvy .end a:active {
  color: red;
}

/* CONTENT: otzyvy - @MEDIA */

@media all and (max-width: 479px) {

  .content_otzyvy .drop_down_text {
    display: block;
    max-height: 300px;
    padding: 10px 10px 20px 10px;
  }

  .content_otzyvy .foto {
    margin: 0 auto;
  }

  .content_otzyvy .comment_text {
    width: 100%;
    padding: 0;
  }

  .content_otzyvy .name {
    padding: 10px 0;
    text-align: center;
  }

  .content_otzyvy .name {
    font-size: 1em;
  }

  .content_otzyvy .read_more,
  .content_otzyvy .close {
    height: 20px;
    padding: 0 10px 0 0;
  }

}

@media all and (min-width: 480px) and (max-width: 1279px) {

  .content_otzyvy .name {
    font-size: 1.1em;
  }

}

@media all and (min-width: 2560px) {

  .content_otzyvy .drop_down_text {
    max-height: 100%;
  }

  .content_otzyvy .read_more,
  .content_otzyvy .close_read_more {
    display: none;
  }

}

/* CONTENT: fotogalereya */

.content_fotogalereya .photoalbum {
  margin: 3% 0;
  text-align: center;
}

.content_fotogalereya .photo_s {
  width: 150px;
  height: 150px;
  margin: 1%;
  border: 2px solid #DCDCDC;
  box-shadow: 0 0 0 .1ex rgba(0, 0, 0, 0.2);
}

.content_fotogalereya .photo_s:hover {
  border: 2px solid #b22222;
}

.content_fotogalereya .photo_s:active {
  border: 2px solid red;
}

/* CONTENT: karta-sayta */

.content_karta_sayta ul {
  list-style-type: none;
  padding-left: 0;
}

.content_karta_sayta .map-columns {
  width: 100%;
}

.content_karta_sayta .map-level-0 ul li a {
  text-align: left !important;
}

.content_karta_sayta .map-level-1>li:first-child>a {
  display: none;
}

.content_karta_sayta ul.map-level-0 li a {
  display: inline-block;
  text-shadow: .1ex .1ex .1ex #A9A9A9;
  box-shadow: .3ex .3ex 1ex rgba(0, 0, 0, 0.05), -.3ex .3ex 1ex rgba(0, 0, 0, 0.05);
}

.content_karta_sayta ul.map-level-0>li>a {
  margin-left: 10%;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-weight: 600;
}

.content_karta_sayta ul.map-level-1 li a,
.content_karta_sayta ul.map-level-2 li a,
.content_karta_sayta ul.map-level-3 li a {
  margin-left: 20%;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.content_karta_sayta ul.map-level-2 li a {
  margin-left: 30%;
  font-style: italic;
}

.content_karta_sayta a:hover {
  color: #b22222;
  box-shadow: .3ex .3ex 1ex rgba(0, 0, 0, 0.1), -.3ex .3ex 1ex rgba(0, 0, 0, 0.1);
}

.content_karta_sayta a:active {
  color: red;
  box-shadow: .3ex .3ex 1ex rgba(0, 0, 0, 0.2), -.3ex .3ex 1ex rgba(0, 0, 0, 0.2);
}

/* CONTENT: karta_sayta - @MEDIA */

@media all and (max-width: 479px) {

  .content_karta_sayta ul.map-level-0>li>a {
    margin-left: 5%;
  }

  .content_karta_sayta ul.map-level-1 li a {
    margin-left: 10%;
  }

  .content_karta_sayta ul.map-level-2 li a {
    margin-left: 15%;
  }

}

/* CONTENT: search */

.content_search .search-page {
  margin-top: 40px;
}

.content_search .search-page form {
  margin-bottom: 10px;
}

.content_search .search_page input[type=text] {
  width: 30%;
  margin-left: calc((100% - (30% + 70px)) /2);
  box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
}

.content_search .search_page input[type="submit"]:hover {
  color: #b22222;
}

.content_search .search_page input[type="submit"]:active {
  color: red;
}

.content_search .search_page_syntax_open {
  margin: 3% 0 0 5%;
  display: none;
}

.search_page_syntax {
  border: 2px solid #DCDCDC;
  padding: 10px;
}

.search_page_syntax p {
  font-size: .9em;
}

.search_page_syntax .instruction {
  background: rgba(0, 0, 0, 0.02);
  padding: 5px 10px;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
}

.search_page_syntax table {
  font-size: .9em;
}

.search_page_syntax th {
  font-weight: normal;
}

.search_page_syntax td {
  padding: 5px;
}

.search_page_syntax td:nth-child(1),
.search_page_syntax td:nth-child(2) {
  width: 100px;
  text-align: center;
}


/* CONTENT: search - @MEDIA */

@media all and (max-width: 479px) {

  .content_search .search_page input[type=text] {
    width: 70%;
    margin-left: calc((100% - (70% + 70px)) / 2);
  }

}

@media all and (min-width: 480px) and (max-width: 1279px) {

  .content_search .search_page input[type=text] {
    width: 330px;
    margin-left: calc((100% - (330px + 70px)) / 2);
  }

}

/* CONTENT: content_catalog - catalog_assortment */

.content_catalog .catalog_assortment {
  width: 90%;
  height: 300px;
  margin: 0 auto 3% auto;
  padding: 25px;
  background: rgba(0, 0, 0, .2);
  border-radius: 30px 30px;
  box-shadow:
    0 .1ex .4ex rgba(0, 0, 0, .3),
    -2.3ex 0 2ex -2.3ex rgba(0, 0, 0, .8),
    2.3ex 0 2ex -2.3ex rgba(0, 0, 0, .8),
    0 0 15ex #fff inset;
}

.content_catalog .assortment {
  position: relative;
  height: 100%;
  border: 5px solid #fff;
  border-radius: 15px 15px;
  background-size: cover;
  background-position: center center;
  /*-webkit-filter: drop-shadow(0 0 3px #fff);
  filter: drop-shadow(0 0 3px #fff);*/
}

.content_catalog .assortment_kurtki {
  background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/kurtki.png);
}

.content_catalog .assortment_bryuki {
  background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/bryuki.png);
}

.content_catalog .assortment_mayki {
  background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/mayki.png);
}

.content_catalog .assortment_losiny {
  background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/losiny.png);
}

.content_catalog .assortment_bridzhi {
  background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/bridzhi.png);
}

.content_catalog .assortment_shorty {
  background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/shorty.png);
}

.content_catalog .assortment_kupalniki-gimnasticheskie {
  background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/kupalniki.png);
}

.content_catalog .assortment_kostyumy-baletnye {
  background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/kostyumy_baletnye.png);
}

.content_catalog .assortment_kombinezony {
  background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/kombinezony.png);
}

.content_catalog .assortment_losiny_gimnasticheskiye {
  background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/losiny_gimnasticheskiye.png);
}

.content_catalog .assortment_mayki_gimnasticheskiye {
  background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/mayki_gimnasticheskiye.png);
}

.content_catalog .assortment_shorty_gimnasticheskiye {
  background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/shorty_gimnasticheskiye.png);
}

.content_catalog .assortment_baletki {
  background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/baletki.png);
}

.content_catalog .assortment_name {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  padding-left: 5%;
}

.content_catalog .assortment_name p {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: .1ex .1ex .1ex #000;
  line-height: 1;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  font-size: 30px;
}

.content_catalog .assortment_link {
  position: absolute;
  left: 0;
  bottom: 30px;
  padding-left: 5%;
}

.content_catalog .assortment_link a {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: .1ex .1ex .1ex rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: .1ex .1ex .1ex #800;
  background: rgba(0, 0, 0, 0.05);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.content_catalog .assortment_link a::before {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  border-radius: 5px;
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, .1)));
  background: linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, .1) 100%);*/
  background:
    -webkit-gradient(linear, left top, left bottom,
      color-stop(0%, rgba(255, 255, 255, 0.7)),
      color-stop(100%, rgba(255, 255, 255, .1)));
}

.content_catalog .assortment_link a:hover {
  color: #b22222;
  text-shadow: .1ex .1ex .1ex #fff;
  box-shadow: .1ex .1ex .1ex rgba(0, 0, 0, 0.7);
}

.content_catalog .assortment_link a:active {
  color: red;
  text-shadow: .1ex .1ex .1ex #fff;
  box-shadow: .1ex .1ex .1ex rgba(0, 0, 0, 1);
}

/* CONTENT: content_catalog - model_assortment */

.content_catalog .filters_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 5px 0 7px 0;
  border-top: 2px solid rgba(0, 0, 0, .05);
  border-bottom: 2px solid rgba(0, 0, 0, .05);
  display: none;
}

.content_catalog .filter {
  width: calc(100% / 4);
  text-align: center;
}

.content_catalog .filter span {
  vertical-align: -2px;
}

.content_catalog .filter select {
  width: 50%;
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 3px;
}

/*.content_catalog .filter select:hover {}*/

.content_catalog .filters_test {
  display: none;
  width: 90%;
  margin: 5% auto;
  padding: 10%;
  text-align: center;
  color: red;
  text-shadow: .1ex .1ex .1ex #fff, .2ex .2ex .2ex #000;
  font-weight: 600;
  border: 2px solid red;
}

.content_catalog .filters_open {
  padding: 5px 5% 7px 5%;
  border-top: 2px solid rgba(0, 0, 0, .05);
  border-bottom: 2px solid rgba(0, 0, 0, .05);
  text-align: right;
}

.content_catalog .filters_open span {
  cursor: pointer;
}

.content_catalog .filters_open .fa {
  margin-right: 5px;
}

.content_catalog .filters_open span:hover {
  text-shadow: rgba(0, 0, 0, 0.5) .5px .5px .5px;
}

.content_catalog .filters_open span:active {
  color: red;
  text-shadow: red .5px .5px .5px;
}

.content_catalog .model_assortment_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.content_catalog .model_assortment {
  width: calc(100% / 3);
  text-align: center;
}

.content_catalog .model_assortment a {
  display: block;
  position: relative;
  width: 80%;
  padding: 5px;
  margin: 10%;
  border-radius: 5%;
  box-shadow: 0 0 0 .3ex rgba(0, 0, 0, .2);
  text-decoration: none;
  cursor: pointer;
}

.content_catalog .model_assortment a:hover {
  box-shadow: 0 0 0 .3ex rgba(0, 0, 0, .2), 0 0 0 .3ex #b22222 inset, 0 0 0 .6ex #fff inset;
}

.content_catalog .model_assortment a:active {
  box-shadow: 0 0 0 .3ex rgba(0, 0, 0, .2), 0 0 0 .3ex red inset, 0 0 0 .6ex #fff inset;
}

.content_catalog .model_assortment img {
  border-radius: 5%;
}

.content_catalog .model_assortment_name {
  display: block;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 0;
}

/*.content_catalog .model_assortment_name h3,
.content_catalog .model_assortment_name .price {
  display: block;
  font-weight: 600;
  color: #000;
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
}*/

.content_catalog .model_assortment_flex .old_price {
  text-decoration: line-through;
}

.content_catalog .model_assortment_flex .model_name,
.content_catalog .model_assortment_flex .price {
  display: block;
  font-weight: 600;
  color: #000;
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
}

.content_catalog .model_assortment_flex .price {
  font-size: .9em;
}

.content_catalog .model_assortment_flex .model_assortment_name .model_name.hover,
.content_catalog .model_assortment_flex .model_assortment_name .price.hover {
  color: #FF4500;
}

.content_catalog .model_assortment_flex .model_assortment_name .model_name.active,
.content_catalog .model_assortment_flex .model_assortment_name .price.active {
  color: red;
  text-shadow: -.1ex -.1ex .1ex red, .1ex .1ex .1ex red;
}

.content_catalog .model_assortment .discount {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: red;
  box-shadow: 0 0 0 .3ex rgba(0, 0, 0, .2);
}

.content_catalog .model_assortment .discount_percent {
  width: 100%;
  height: 100%;
  padding-top: calc(50% - .8em);
  color: #fff;
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
}

/* CONTENT: content_catalog model_assortment - @MEDIA */

@media all and (max-width: 500px) {

  .content_catalog .filter {
    width: calc(100% / 2);
    padding: 5px 0;
  }

}

@media all and (max-width: 1000px) {

  .content_catalog .filter span {
    display: block;
  }

}

@media all and (max-width: 1100px) {

  .content_catalog .filter select {
    width: 80%;
  }

}

@media all and (max-width: 479px) {

  .content_catalog .assortment_kurtki {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/kurtki_0-479.png);
  }

  .content_catalog .assortment_bryuki {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/bryuki_0-479.png);
  }

  .content_catalog .assortment_mayki {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/mayki_0-479.png);
  }

  .content_catalog .assortment_losiny {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/losiny_0-479.png);
  }

  .content_catalog .assortment_bridzhi {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/bridzhi_0-479.png);
  }

  .content_catalog .assortment_shorty {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/shorty_0-479.png);
  }

  .content_catalog .assortment_kupalniki-gimnasticheskie {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/kupalniki_0-479.png);
  }

  .content_catalog .assortment_kostyumy-baletnye {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/kostyumy_baletnye_0-479.png);
  }

  .content_catalog .assortment_kombinezony {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/kombinezony_0-479.png);
  }

  .content_catalog .assortment_losiny_gimnasticheskiye {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/losiny_gimnasticheskiye_0-479.png);
  }

  .content_catalog .assortment_mayki_gimnasticheskiye {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/mayki_gimnasticheskiye_0-479.png);
  }


  .content_catalog .assortment_shorty_gimnasticheskiye {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/shorty_gimnasticheskiye_0-479.png);
  }

  .content_catalog .assortment_baletki {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/baletki_0-479.png);
  }

  .content_catalog .model_assortment {
    width: 100%;
  }

}

@media all and (max-width: 359px) {

  .content_catalog .model_assortment a {
    width: 230px;
    margin: 10% calc((100% - 230px) / 2);
  }

}

@media all and (min-width: 360px) and (max-width: 479px) {

  .content_catalog .model_assortment a {
    width: 250px;
    margin: 10% calc((100% - 250px) / 2);
  }

}

@media all and (min-width: 480px) and (max-width: 767px) {

  .content_catalog .assortment_kurtki {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/kurtki_480-767.png);
  }

  .content_catalog .assortment_bryuki {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/bryuki_480-767.png);
  }

  .content_catalog .assortment_mayki {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/mayki_480-767.png);
  }

  .content_catalog .assortment_losiny {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/losiny_480-767.png);
  }

  .content_catalog .assortment_bridzhi {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/bridzhi_480-767.png);
  }

  .content_catalog .assortment_shorty {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/shorty_480-767.png);
  }

  .content_catalog .assortment_kupalniki-gimnasticheskie {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/kupalniki_480-767.png);
  }

  .content_catalog .assortment_kostyumy-baletnye {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/kostyumy_baletnye_480-767.png);
  }

  .content_catalog .assortment_kombinezony {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/kombinezony_480-767.png);
  }

  .content_catalog .assortment_losiny_gimnasticheskiye {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/losiny_gimnasticheskiye_480-767.png);
  }

  .content_catalog .assortment_mayki_gimnasticheskiye {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/mayki_gimnasticheskiye_480-767.png);
  }

  .content_catalog .assortment_shorty_gimnasticheskiye {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/shorty_gimnasticheskiye_480-767.png);
  }

  .content_catalog .assortment_baletki {
    background-image: url(/bitrix/templates/sportlady/catalog/catalog_sections/baletki_480-767.png);
  }

}

@media all and (min-width: 480px) and (max-width: 1023px) {

  .content_catalog .model_assortment {
    width: calc(100% / 2);
  }

}

@media all and (min-width: 1920px) {

  .content_catalog .model_assortment .discount {
    top: .5vw;
    right: .5vw;
    width: 3vw;
    height: 3vw;
  }

}

@media all and (min-width: 1921px) {

  .content_catalog .catalog_assortment {
    height: 28vh;
  }

  .content_catalog .assortment_name {
    top: 10%;
    padding-left: 10%;
  }

  .content_catalog .catalog_assortment h2,
  .content_catalog .catalog_assortment p {
    font-size: 2em;
  }

  .content_catalog .assortment_link {
    bottom: 10%;
    padding-left: 10%;
  }

  .content_catalog .assortment_link a {
    padding-top: 5%;
    padding-bottom: 5%;
  }

}

/* CONTENT: content_catalog - model */

.content_catalog .model_flex {
  display: flex;
}

.content_catalog .model_img,
.content_catalog .model_text {
  width: 50%;
  padding: 0 5%;
}

.content_catalog .model_img {
  position: relative;
  text-align: center;
}

.content_catalog .model_img img {
  width: 80%;
  max-height: 100%;
  box-shadow: 0 0 0 .1ex rgba(0, 0, 0, 0.2);
}

.content_catalog .sample_img img:hover {
  box-shadow: 0 0 0 .1ex #b22222;
}

.content_catalog .sample_img img:active {
  box-shadow: 0 0 0 .1ex red;
}

.content_catalog .model_text .producer,
.content_catalog .model_text .material {
  position: relative;
}

.content_catalog .model_text .producer_podskazka,
.content_catalog .model_text .material_podskazka {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: help;
  text-align: center;
}

.content_catalog .model_text .producer_podskazka:hover,
.content_catalog .model_text .material_podskazka:hover {
  box-shadow: 0 0 0 .1ex rgba(0, 0, 0, 0.5);
}

.content_catalog .model_text .producer_podskazka:active,
.content_catalog .model_text .material_podskazka:active {
  border-color: red;
  color: red;
}

.content_catalog .model_text .producer_modal_popup,
.content_catalog .model_text .material_modal_popup {
  display: none;
  position: relative;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 25px;
  border: 1px solid #000;
  background: #fff;
  box-shadow: 0 0 0 .3ex rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: justify;
  /*word-wrap: break-word;*/
}

.content_catalog .model_text .producer_modal_popup_close,
.content_catalog .model_text .material_modal_popup_close {
  position: absolute;
  top: 0px;
  right: 5px;
  cursor: pointer;
}

.content_catalog .model_text .padding_left_50px {
  padding-left: 50px;
}

/* CONTENT: content_catalog - color */

.content_catalog .model_text .model_color {
  clear: both;
  line-height: 0;
}

.content_catalog .model_text .model_color_icon {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid #A9A9A9;
  border-radius: 5px;
  background-size: 100%;
  cursor: pointer;
}

.content_catalog .model_text .model_color_name {
  vertical-align: -14px;
  /*font-size: .94em;*/
  font-size: 1em;
}


/* ------------- А ------------- */

/* абрикосовый */
.content_catalog .model_text .abrikosovyy {
  background: #F9B669;
}

/* авокадо */
.content_catalog .model_text .avokado {
  background: #204148;
}

/* аквамарин */
.content_catalog .model_text .aquamarine {
  background: #0276d4;
}

/* акварель */
.content_catalog .model_text .akvarel {
  background-image: url(/bitrix/templates/sportlady/catalog/color/akvarel.jpg);
}

/* алый */
.content_catalog .model_text .alyy {
  background: #fe3b3f;
}

/* ------------- Б ------------- */

/* баклажан-принт */
.content_catalog .model_text .baklazhan-print {
  background: #3d324b;
}

/* бежевый */
.content_catalog .model_text .beige {
  background: #f5f5dc;
}

/* бежевый */
.content_catalog .model_text .bejevyi {
  background: #e9c9ba;
}

/* бежевый */
.content_catalog .model_text .bejevyi_1 {
  background: #e9d7c9;
}

/* бежевый */
.content_catalog .model_text .bejevyi_2 {
  background: #ffdfc4;
}

/* бежевый */
.content_catalog .model_text .bejevyi_3 {
  background: #d7bc9f;
}

/* бежевый */
.content_catalog .model_text .bejevyi_4 {
  background: #efbf97;
}

/* бежевый */
.content_catalog .model_text .bejevyi_5 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/bejevyi_5.jpg);
}

/* бежевый меланж */
.content_catalog .model_text .bezhevyy_melanj {
  background: #d7c7b8;
}

/* светло-бежевый */
.content_catalog .model_text .svetlo-bezhevyy {
  background: #dabfb8;
}

/* светло-бежевый меланж */
.content_catalog .model_text .svetlo_bezhevyy_melanj {
  background-image: url(/bitrix/templates/sportlady/catalog/color/svetlo_bezhevyy_melanj.jpg);
}

/* тёмно-бежевый, тёмно-бежевый меланж */
.content_catalog .model_text .tomno-bezhevyy,
.content_catalog .model_text .tomno-bezhevyy_melanj {
  background: #b49785;
}

/* тёмно-бежевый */
.content_catalog .model_text .tomno-bezhevyy_1 {
  background: #a57f74;
}

/* белый */
.content_catalog .model_text .white {
  background: #fff;
}

/* белый */
.content_catalog .model_text .white_1 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/white_1.jpg);
}

/* белый - сетка */
.content_catalog .model_text .belyy-setka {
  background-image: url(/bitrix/templates/sportlady/catalog/color/belyy-setka.jpg);
}

/* белый + василёк */
.content_catalog .model_text .belyy-vasilek {
  background-image: url(/bitrix/templates/sportlady/catalog/color/belyy-vasilek.jpg);
}

/* белый + жёлтый неон */
.content_catalog .model_text .belyy-zholtyy_neon {
  background-image: url(/bitrix/templates/sportlady/catalog/color/belyy-zholtyy_neon.jpg);
}

/* белый + красный */
.content_catalog .model_text .belyy-krasnyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/belyy-krasnyy.jpg);
}

/* белый + красный + чёрный */
.content_catalog .model_text .belyy-krasnyy-chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/belyy-krasnyy-chornyy.jpg);
}

/* белый + лимон */
.content_catalog .model_text .belyi-limon {
  background-image: url(/bitrix/templates/sportlady/catalog/color/belyi-limon.jpg);
}

/* белый + розовый неон */
.content_catalog .model_text .belyy-rozovyy_neon {
  background-image: url(/bitrix/templates/sportlady/catalog/color/belyy-rozovyy_neon.jpg);
}

/* белый + салатовый + тёмно-синий */
.content_catalog .model_text .belyy-salatovyy-tomno-siniy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/belyy-salatovyy-tomno-siniy.jpg);
}

/* белый + фламинго */
.content_catalog .model_text .belyi-flamingo {
  background-image: url(/bitrix/templates/sportlady/catalog/color/belyi-flamingo.jpg);
}

/* тёмно-бежевый + тёмно-годубой + чёрный */
.content_catalog .model_text .tomno-bezhevyy_tomno-goluboy_chernyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tomno-bezhevyy_tomno-goluboy_chernyy.jpg);
}

/* бирюза */
.content_catalog .model_text .biryuza {
  background: #79d1d3;
}

/* бирюзовый */
.content_catalog .model_text .biryuzovyy {
  background: #30d5c8;
}

/* бирюзовый оникс */
.content_catalog .model_text .bir_onix {
  background-image: url(/bitrix/templates/sportlady/catalog/color/bir_onix.jpg);
}

/* тёмно-бирюзовый */
.content_catalog .model_text .tomno-biryuzovyy {
  background: #1c718e;
}

/* бордо */
.content_catalog .model_text .bordo {
  background: #851b27;
}

/* бордо меланж */
.content_catalog .model_text .bordo_melanj_1 {
  background: #b4545f;
}

/* бордо, тёмный бордо, бордо меланж */
.content_catalog .model_text .bordo_melanj_2 {
  background: #611218;
}

/* бордовый */
.content_catalog .model_text .borodovii {
  background: #aa0600;
}

/* бордо + пудра + чёрный */
.content_catalog .model_text .bordo-pudra-chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/bordo-pudra-chornyy.jpg);
}

/* бордо + чёрный */
.content_catalog .model_text .bordo_chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/bordo_chornyy.jpg);
}

/* брауни */
.content_catalog .model_text .brauni {
  background: #bb492f;
}

/* брусника */
.content_catalog .model_text .brusnika {
  background: #994f60;
}

/* брусника */
.content_catalog .model_text .brusnika_1 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/brusnika_1.jpg);
}

/* бургундия */
.content_catalog .model_text .burgundy {
  background: #ad0449;
}

/* ------------- В ------------- */

/* ваниль */
.content_catalog .model_text .vanilla {
  background: #f9eed0;
}

/* ваниль + какао + тёмная вишня */
.content_catalog .model_text .vanil_kakao_tomnaya_vishnya {
  background-image: url(/bitrix/templates/sportlady/catalog/color/vanil_kakao_tomnaya_vishnya.jpg);
}

/* василёк */
.content_catalog .model_text .vasilek {
  background: #4079e2;
}

/* василёк */
.content_catalog .model_text .vasilek_1 {
  background: #2e549b;
}

/* василёк */
.content_catalog .model_text .vasilek_2 {
  background: #3254c0;
}

/* василёк */
.content_catalog .model_text .vasilek_3 {
  background: #2c338e;
}

/* василёк */
.content_catalog .model_text .vasilek_4 {
  background: #2f2fff;
}

/* василёк - сетка */
.content_catalog .model_text .vasilok-setka {
  background-image: url(/bitrix/templates/sportlady/catalog/color/vasilok-setka.jpg);
}

/* василёк - сетка */
.content_catalog .model_text .vasilek-setka {
  background-image: url(/bitrix/templates/sportlady/catalog/color/vasilek-setka.jpg);
}

/* василёк + чёрный */
.content_catalog .model_text .vasilok-chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/vasilok-chornyy.jpg);
}

/* василёк + чёрный */
.content_catalog .model_text .vasilok-chornyy_1 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/vasilok-chornyy_1.jpg);
}

/* василёк + чёрный */
.content_catalog .model_text .vasilok-chornyy_2 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/vasilok-chornyy_2.jpg);
}

/* полоска василёк + чёрный */
.content_catalog .model_text .poloska_vasilek-belyi {
  background-image: url(/bitrix/templates/sportlady/catalog/color/poloska_vasilek-belyi.jpg);
}

/* вектор */
.content_catalog .model_text .vektor {
  background-image: url(/bitrix/templates/sportlady/catalog/color/vektor.jpg);
}

/* вери пери */
.content_catalog .model_text .veri_peri {
  background: #7672ad;
}

/* вишня */
.content_catalog .model_text .vishnya {
  background: #aa0e1c;
}

/* тёмная вишня, тёмная вишня меланж */
.content_catalog .model_text .tomnaya_vishnya,
.content_catalog .model_text .tomnaya_vishnya_melanj {
  background: #521729;
}

/* тёмная вишня  */
.content_catalog .model_text .tomnaya_vishnya_1 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tomnaya_vishnya_1.jpg);
}

/* тёмная вишня + пудра + белый */
.content_catalog .model_text .tomnaya_vishnya-pudra-belyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tomnaya_vishnya-pudra-belyy.jpg);
}

/* тёмная вишня + крем */
.content_catalog .model_text .tomnaya_vishnya_krem {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tomnaya_vishnya_krem.jpg);
}

/* тёмная вишня + коралл + крем */
.content_catalog .model_text .tomnaya_vishnya_korall_krem {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tomnaya_vishnya_korall_krem.jpg);
}

/* ------------- Г ------------- */

/* геометрия изумруд */
.content_catalog .model_text .geometriya_izumrud {
  background-image: url(/bitrix/templates/sportlady/catalog/color/geometriya_izumrud.jpg);
}

/* геометрия серый */
.content_catalog .model_text .geometriya_seryy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/geometriya_seryy.jpg);
}

/* голубой */
.content_catalog .model_text .deepskyblue {
  background: #00bfff;
}

/* голубой */
.content_catalog .model_text .goluboy {
  background: #0285d7;
}

/* голубой */
.content_catalog .model_text .goluboy_1 {
  background: #aee0f7;
}

/* голубой */
.content_catalog .model_text .goluboy_2 {
  background: #80b7fa;
}

/* голубой */
.content_catalog .model_text .goluboy_3 {
  background: #6dd2dc;
}

/* голубой */
.content_catalog .model_text .goluboy_4 {
  background: #0084C0;
}

/* голубой меланж */
.content_catalog .model_text .goluboy_melanj {
  background: #8dc1fd;
}

/* голубой меланж  */
.content_catalog .model_text .goluboy_melanj_1 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/goluboy_melanj.jpg);
}

/* голубой камень */
.content_catalog .model_text .goluboy_kamen {
  background: #7e9db2;
}

/* голубой */
.content_catalog .model_text .svetlo-goluboy {
  background: #8ed8f5;
}

/* серо-голубой */
.content_catalog .model_text .sero-goluboy {
  background: #557689;
}

/* светло-голубой меланж  */
.content_catalog .model_text .svetlo-goluboy_melanj {
  background-image: url(/bitrix/templates/sportlady/catalog/color/svetlo-goluboy_melanj.jpg);
}

/* тёмно-голубой */
.content_catalog .model_text .temno-goluboy {
  background: #6697d2;
}

/* тёмно-голубой */
.content_catalog .model_text .temno-goluboy_1 {
  background: #86b8eb;
}

/* тёмно-голубой */
.content_catalog .model_text .temno-goluboy_2 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/temno-goluboy_2.jpg);
}

/* тёмно-голубой */
.content_catalog .model_text .temno-goluboy_3 {
  background: #0d68c3;
}

/* тёмно-голубой меланж */
.content_catalog .model_text .temno-goluboy_melanj {
  background: #7899c4;
}

/* тёмно-голубой + крем */
.content_catalog .model_text .tomno_goluboy_krem {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tomno_goluboy_krem.jpg);
}

/* тёмно-голубой + пыльный деним + крем */
.content_catalog .model_text .tomno-goluboy_pylnyy_denim_krem {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tomno-goluboy_pylnyy_denim_krem.jpg);
}

/* голубой + чёрный */
.content_catalog .model_text .goluboy-chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/goluboy-chornyy.jpg);
}

/* гортензия */
.content_catalog .model_text .gortenziya {
  background-image: url(/bitrix/templates/sportlady/catalog/color/gortenziya.jpg);
}

/* зелёный гранит */
.content_catalog .model_text .zelenyy_granit {
  background: #859f96;
}

/* графит */
.content_catalog .model_text .grafit {
  background-image: url(/bitrix/templates/sportlady/catalog/color/grafit.jpg);
}

/* графит */
.content_catalog .model_text .grafit_1 {
  background: #343338;
}

/* графит */
.content_catalog .model_text .grafit_2 {
  background: #8d8c9c;
}

/* графит + пудра + белый + чёрный */
.content_catalog .model_text .grafit-pudra-belyy-chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/grafit-pudra-belyy-chornyy.jpg);
}

/* ------------- Д ------------- */

/* деним */
.content_catalog .model_text .denim {
  background: #5b89ab;
}

/* деним */
.content_catalog .model_text .denim_1 {
  background: #7384af;
}

/* пыльный деним */
.content_catalog .model_text .pylnyy_denim {
  background: #7a95aa;
}

/* тёмный деним */
.content_catalog .model_text .tomnyy_denim {
  background: #79a1bb;
}

/* тёмный деним */
.content_catalog .model_text .tomnyy_denim_1 {
  background: #5175a5;
}

/* дикий лосось */
.content_catalog .model_text .dikiy_losos {
  background: #f09569;
}

/* древесный дым */
.content_catalog .model_text .drevesnyy_dym {
  background: #a5847b;
}

/* светлый дым */
.content_catalog .model_text .svetlyy_dym {
  background: #a09a9c;
}

/* дым */
.content_catalog .model_text .dym {
  background-image: url(/bitrix/templates/sportlady/catalog/color/dym.jpg);
}

/* дымчатый */
.content_catalog .model_text .dymchatyy {
  background: #6a475b;
}

/* дымчатый + чёрный */
.content_catalog .model_text .dymchatyy-chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/dymchatyy-chornyy.jpg);
}

/* ------------- Е ------------- */

/* ель */
.content_catalog .model_text .elka {
  background: #0a5572;
}

/* ------------- Ж ------------- */

/* жёлтый */
.content_catalog .model_text .yellow {
  background: yellow;
}

/* жёлтый */
.content_catalog .model_text .yellow_1 {
  background: #FAE059;
}

/* жёлтый */
.content_catalog .model_text .zholtyy {
  background: #fff57f;
}

/* жёлтый неон */
.content_catalog .model_text .zheltyy_neon {
  background: #e6e249;
}

/* ------------- З ------------- */

/* зелёный */
.content_catalog .model_text .zelonyy {
  background: #78c586;
}

/* зелёный */
.content_catalog .model_text .zelonyy_1 {
  background: #85db82;
}

/* зелёный */
.content_catalog .model_text .zelonyy_2 {
  background: #708a5b;
}

/* зелёный */
.content_catalog .model_text .zelonyy_3 {
  background: #024735;
}

/* серо-зелёный */
.content_catalog .model_text .sero-zelonyy {
  background: #626660;
}

/* тёмно-зелёный */
.content_catalog .model_text .tomno-zelonyy {
  background: #21654e;
}

/* тёмно-зелёный */
.content_catalog .model_text .tomno-zelonyy_1 {
  background: #013220;
}

/* зелёный мрамор */
.content_catalog .model_text .zelonyy_mramor {
  background-image: url(/bitrix/templates/sportlady/catalog/color/zelonyy_mramor.jpg);
}

/* золото */
.content_catalog .model_text .zoloto {
  background: #e2c893;
}

/* ------------- И ------------- */

/* изумрудный */
.content_catalog .model_text .izumrud {
  background: #65c1bb;
}

/* изумрудный */
.content_catalog .model_text .izumrudnyy {
  background: #00585E;
}

/* изумруд */
.content_catalog .model_text .izumrud_1 {
  background: #56e1ca;
}

/* изумруд */
.content_catalog .model_text .izumrud_2 {
  background: #00939f;
}

/* индиго */
.content_catalog .model_text .indigo {
  background: #455f6c;
}

/* индиго звезды */
.content_catalog .model_text .indigo-zvezdy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/indigo-zvezdy.jpg);
}

/* ------------- К ------------- */

/* какао */
.content_catalog .model_text .kakao {
  background-image: url(/bitrix/templates/sportlady/catalog/color/kakao.jpg);
}

/* какао меланж */
.content_catalog .model_text .kakao_melanj {
  background-image: url(/bitrix/templates/sportlady/catalog/color/kakao_melanj.jpg);
}

/* какао, какао меланж */
.content_catalog .model_text .kakao_1,
.content_catalog .model_text .kakao_melanj_1 {
  background: #b08072;
}

/* какао */
.content_catalog .model_text .kakao_2 {
  background: #6f414e;
}

/* светлый какао */
.content_catalog .model_text .svetlyy_kakao {
  background: #a66762;
}

/* тёмный какао */
.content_catalog .model_text .tomnyy_kakao {
  background: #a57561;
}

/* капучино */
.content_catalog .model_text .kapuchino {
  background: #7B6760;
}

/* карамель */
.content_catalog .model_text .karamel {
  background: #b12f0f;
}

/* карамель светлая */
.content_catalog .model_text .karamel_svetl {
  background: #e0865b;
}

/* кирпичный */
.content_catalog .model_text .kirpichnyy {
  background: #9a4451;
}

/* коралловый */
.content_catalog .model_text .coral {
  background: #ff7f50;
}

/* коралл */
.content_catalog .model_text .korall {
  background: #e94454;
}

/* коралл */
.content_catalog .model_text .korall_1 {
  background: #ffab8f;
}

/* коралл */
.content_catalog .model_text .korall_2 {
  background: #fe899b;
}

/* коралл */
.content_catalog .model_text .korall_3 {
  background: #fe7271;
}

/* коралл */
.content_catalog .model_text .korall_4 {
  background: #fa404b;
}

/* коралл */
.content_catalog .model_text .korall_5 {
  background: #fe6546;
}

/* коралл */
.content_catalog .model_text .korall_6 {
  background: #ff3d60;
}

/* коралл, коралл меланж */
.content_catalog .model_text .korall_melanj {
  background: #fb484c;
}

/* коралл неон */
.content_catalog .model_text .korall_neon {
  background: #fc4c60;
}

/* коралл неон */
.content_catalog .model_text .korall_neon_1 {
  background: #fc6874;
}

/* коралловый неон */
.content_catalog .model_text .korallovyy_neon {
  background: #ed3742;
}

/* коралл + чёрный */
.content_catalog .model_text .korall_chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/korall_chornyy.jpg);
}

/* коралл неон + чёрный */
.content_catalog .model_text .korall_neon-chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/korall_neon-chornyy.jpg);
}

/* коралл - сетка */
.content_catalog .model_text .korall-setka {
  background-image: url(/bitrix/templates/sportlady/catalog/color/korall-setka.jpg);
}

/* корица */
.content_catalog .model_text .koritsa {
  background: #8a5134;
}

/* коричневый */
.content_catalog .model_text .korichnevyy {
  background: #675652;
}

/* коричневый */
.content_catalog .model_text .korichnevyy_1 {
  background: #4c271e;
}

/* коричневый меланж */
.content_catalog .model_text .korichnevyy_melanj {
  background-image: url(/bitrix/templates/sportlady/catalog/color/korichnevyy_melanj.jpg);
}

/* космос */
.content_catalog .model_text .kosmos {
  background-image: url(/bitrix/templates/sportlady/catalog/color/kosmos.jpg);
}

/* красный */
.content_catalog .model_text .red {
  background: red;
}

/* красный */
.content_catalog .model_text .krasnyy {
  background: #d91c23;
}

/* крем */
.content_catalog .model_text .krem {
  background: #ecebe9;
}

/* крем */
.content_catalog .model_text .krem_1 {
  background: #f2efea;
}

/* крем */
.content_catalog .model_text .krem_2 {
  background: #f1e6e0;
}

/* крем */
.content_catalog .model_text .krem_3 {
  background: #f3f2ee;
}

/* крем */
.content_catalog .model_text .krem_4 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/krem_4.jpg);
}

/* крем + кокао */
.content_catalog .model_text .krem_kakao {
  background-image: url(/bitrix/templates/sportlady/catalog/color/krem_kakao.jpg);
}

/* крем + мокко */
.content_catalog .model_text .krem_mokko {
  background-image: url(/bitrix/templates/sportlady/catalog/color/krem_mokko.jpg);
}

/* крем + орхидея + вишня */
.content_catalog .model_text .krem_orkhideya_vishnya {
  background-image: url(/bitrix/templates/sportlady/catalog/color/krem_orkhideya_vishnya.jpg);
}

/* крем + розовая пудра + тёмная вишня */
.content_catalog .model_text .krem_rozovaya_pudra_tomnaya_vishnya {
  background-image: url(/bitrix/templates/sportlady/catalog/color/krem_rozovaya_pudra_tomnaya_vishnya.jpg);
}

/* крем + светло-серый */
.content_catalog .model_text .krem_svetlo_seryy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/krem_svetlo_seryy.jpg);
}

/* крем + тёмно-лавандовый + тёмная вишня */
.content_catalog .model_text .krem_tomno-lavandovyy_tomnaya_vishnya {
  background-image: url(/bitrix/templates/sportlady/catalog/color/krem_tomno-lavandovyy_tomnaya_vishnya.jpg);
}

/* крем + тиффани + лавандовый */
.content_catalog .model_text .krem_tiffani_lavandovyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/krem_tiffani_lavandovyy.jpg);
}

/* крокус */
.content_catalog .model_text .krokus {
  background: #ed85e6;
}

/* ------------- Л ------------- */

/* лаванда */
.content_catalog .model_text .lavanda {
  background: #ac6ce1;
}

/* лавандовый */
.content_catalog .model_text .lavandovyy {
  background: #e8d9fa;
}

/* лавандовый */
.content_catalog .model_text .lavandovyy_1 {
  background: #d7bfd9;
}

/* лавандовый */
.content_catalog .model_text .lavandovyy_2 {
  background: #d1b4ca;
}

/* лавандовый */
.content_catalog .model_text .lavandovyy_3 {
  background: #c6ace9;
}

/* лавандовый */
.content_catalog .model_text .lavandovyy_4 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/lavandovyy_4.jpg);
}

/* тёмно-лавандовый,  тёмно-лавандовый меланж */
.content_catalog .model_text .tomno-lavandovyy,
.content_catalog .model_text .tomno-lavandovyy_melanj {
  background: #aa9ca9;
}

/* тёмно-лавандовый */
.content_catalog .model_text .tomno-lavandovyy_1 {
  background: #aba3c8;
}

/* лавандовый + крем */
.content_catalog .model_text .lavandovyy_krem {
  background-image: url(/bitrix/templates/sportlady/catalog/color/lavandovyy_krem.jpg);
}

/* лавандовый + крем + вери пери */
.content_catalog .model_text .lavandovyy_krem_veri_peri {
  background-image: url(/bitrix/templates/sportlady/catalog/color/lavandovyy_krem_veri_peri.jpg);
}

/* лавандовый + ментол + чёрный */
.content_catalog .model_text .lavandovyy_mentol_chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/lavandovyy_mentol_chornyy.jpg);
}

/* лавандовый + чёрный (сетка) */
.content_catalog .model_text .lavandovyy-chornyy-setka {
  background-image: url(/bitrix/templates/sportlady/catalog/color/lavandovyy-chornyy-setka.jpg);
}

/* лазурный */
.content_catalog .model_text .lazurnyy {
  background: #2b72c2;
}

/* лайм */
.content_catalog .model_text .lime {
  background: #aefd7e;
}

/* лайм */
.content_catalog .model_text .lime_1 {
  background: #b8f5b0;
}

/* лайм рябь */
.content_catalog .model_text .laym_ryab {
  background: #cff0ab;
}

/* белый + лайм рябь */
.content_catalog .model_text .belyy-laym_ryab {
  background-image: url(/bitrix/templates/sportlady/catalog/color/belyy-laym_ryab.jpg);
}

/* лайм + чёрный */
.content_catalog .model_text .laym-chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/laym-chornyy.jpg);
}

/* леопард */
.content_catalog .model_text .leopard {
  background-image: url(/bitrix/templates/sportlady/catalog/color/leopard.jpg);
}

/* леопард */
.content_catalog .model_text .leopard_1 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/leopard_1.jpg);
}

/* лиловый */
.content_catalog .model_text .lilovyy {
  background: #5c1935;
}

/* лиловый */
.content_catalog .model_text .lilovyy_1 {
  background: #9f0038;
}

/* лиловый миллитари */
.content_catalog .model_text .lilovyy_millitari {
  background-image: url(/bitrix/templates/sportlady/catalog/color/lilovyy_millitari.jpg);
}

/* лиловый оникс */
.content_catalog .model_text .lilovyy_oniks {
  background-image: url(/bitrix/templates/sportlady/catalog/color/lilovyy_oniks.jpg);
}

/* лимон */
.content_catalog .model_text .limon {
  background: #e4fd63;
}

/* лимон */
.content_catalog .model_text .limon_1 {
  background: #f0f654;
}

/* лимон */
.content_catalog .model_text .limon_2 {
  background: #fcf0b4;
}

/* лимон + чёрный */
.content_catalog .model_text .list {
  background-image: url(/bitrix/templates/sportlady/catalog/color/list.jpg);
}

/* лимон + чёрный */
.content_catalog .model_text .limon-chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/limon-chornyy.jpg);
}

/* лососевый */
.content_catalog .model_text .lososevyy {
  background: #e8a89c;
}

/* ------------- М ------------- */

/* малахит */
.content_catalog .model_text .malachite {
  background: #14c1cf;
}

/* малахит */
.content_catalog .model_text .malachite_1 {
  background: #19a5b7;
}

/* малахит рябь */
.content_catalog .model_text .malakhit_ryab {
  background: #0393ab;
}

/* белый + малахит рябь */
.content_catalog .model_text .belyy-malakhit_ryab {
  background-image: url(/bitrix/templates/sportlady/catalog/color/belyy-malakhit_ryab.jpg);
}

/* малина */
.content_catalog .model_text .malina {
  background: #ff3497;
}

/* малина */
.content_catalog .model_text .malina_1 {
  background: #dd0e56;
}

/* мальва */
.content_catalog .model_text .malva {
  background: #d22e9c;
}

/* манго */
.content_catalog .model_text .mango {
  background: #e89515;
}

/* меланж */
.content_catalog .model_text .melanj {
  background-image: url(/bitrix/templates/sportlady/catalog/color/melanj.jpg);
}

/* меланж */
.content_catalog .model_text .melanj_1 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/melanj_1.jpg);
}

/* меланж */
.content_catalog .model_text .melanj_2 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/melanj_2.jpg);
}

/* меланж - хлопок */
.content_catalog .model_text .melanj_cotton {
  background-image: url(/bitrix/templates/sportlady/catalog/color/melanj-cotton.jpg);
}

/* тёмный меланж */
.content_catalog .model_text .tomnyy_melanj {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tomnyy_melanj.jpg);
}

/* тёмный меланж */
.content_catalog .model_text .tomnyy_melanj_1 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tomnyy_melanj_1.jpg);
}

/* тёмный меланж */
.content_catalog .model_text .tomnyy_melanj_2 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tomnyy_melanj_2.jpg);
}

/* тёмный меланж + чёрный */
.content_catalog .model_text .temnyi_melanj-black {
  background-image: url(/bitrix/templates/sportlady/catalog/color/temnyi_melanj-black.jpg);
}

/* тёмный меланж + чёрный + белый */
.content_catalog .model_text .temnyy_melanzh-chornyy-belyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/temnyy_melanzh-chornyy-belyy.jpg);
}

/* ментол */
.content_catalog .model_text .mentol {
  background: #c3f6f1;
}

/* ментол */
.content_catalog .model_text .mentol_1 {
  background: #95e7e1;
}

/* ментол */
.content_catalog .model_text .mentol_2 {
  background: #cce9ed;
}

/* ментол */
.content_catalog .model_text .mentol_3 {
  background: #a4e8d3;
}

/* ментол */
.content_catalog .model_text .mentol_4 {
  background: #87e4e9;
}

/* ментол + крем */
.content_catalog .model_text .mentol_krem {
  background-image: url(/bitrix/templates/sportlady/catalog/color/mentol_krem.jpg);
}

/* ментол - сетка */
.content_catalog .model_text .mentol-setka {
  background-image: url(/bitrix/templates/sportlady/catalog/color/mentol-setka.jpg);
}

/* ментол + слоновая кость */
.content_catalog .model_text .mentol-slonovaya_kost {
  background-image: url(/bitrix/templates/sportlady/catalog/color/mentol-slonovaya_kost.jpg);
}

/* светлый ментол */
.content_catalog .model_text .svetlyy_mentol {
  background: #d2e3ea;
}

/* светлый ментол */
.content_catalog .model_text .svetlyy_mentol_1 {
  background: #d9eee7;
}

/* миндаль, миндаль меланж */
.content_catalog .model_text .mindal_melanj {
  background: #cea89b;
}

/* миндаль + зелёный гранит + крем */
.content_catalog .model_text .mindal_zelonyy_granit_krem {
  background-image: url(/bitrix/templates/sportlady/catalog/color/mindal_zelonyy_granit_krem.jpg);
}

/* миндаль + крем */
.content_catalog .model_text .mindal_krem {
  background-image: url(/bitrix/templates/sportlady/catalog/color/mindal_krem.jpg);
}

/* мокко, мокко меланж */
.content_catalog .model_text .mokko,
.content_catalog .model_text .mokko_melanj {
  background: #997869;
}

/* мокко */
.content_catalog .model_text .mokko_1 {
  background: #c3a08a;
}

/* тёмный мокко */
.content_catalog .model_text .tomnyy_mokko {
  background: #a07565;
}

/* тёмный мокко */
.content_catalog .model_text .tomnyy_mokko_1 {
  background: #765141;
}

/* морская волна */
.content_catalog .model_text .morskaya_volna {
  background: #16bade;
}

/* морская глубина */
.content_catalog .model_text .morskaya_glubina {
  background: #2d545b;
}

/* морская глубина */
.content_catalog .model_text .morskaya_glubina_1 {
  background: #043347;
}

/* мята */
.content_catalog .model_text .myata {
  background: #9cefc1;
}

/* мятный */
.content_catalog .model_text .mjata {
  background: #7acccc;
}

/* холодная мята */
.content_catalog .model_text .kholodnaya_myata {
  background: #a5b2a8;
}

/* снежная мята */
.content_catalog .model_text .snezhnaya_myata {
  background: #a3bac8;
}

/* ------------- Н ------------- */

/* небо */
.content_catalog .model_text .nebo {
  background: #93c7e4;
}

/* небо */
.content_catalog .model_text .nebo_1 {
  background: #63d2f0;
}

/* небесный */
.content_catalog .model_text .nebesnyy {
  background: #7eb2e2;
}

/* светло-небесный */
.content_catalog .model_text .svetlo-nebesnyy {
  background: #c7e3e7;
}

/* тёмно-небесный, тёмно-небесный меланж */
.content_catalog .model_text .tomno-nebesnyy,
.content_catalog .model_text .tomno-nebesnyy_melanj {
  background: #8baac9;
}

/* неви */
.content_catalog .model_text .nevi {
  background: #202FB0;
}

/* нефрит */
.content_catalog .model_text .nefrit {
  background: #01987f;
}

/* ------------- О ------------- */

/* океан */
.content_catalog .model_text .okean {
  background: #005497;
}

/* оливковый */
.content_catalog .model_text .olive {
  background: #42462b;
}

/* оливковый */
.content_catalog .model_text .olive_1 {
  background: #7da4a3;
}

/* оливковый + крем */
.content_catalog .model_text .olivkovyy_krem {
  background-image: url(/bitrix/templates/sportlady/catalog/color/olivkovyy_krem.jpg);
}

/* оливковый + зелёный гранит + крем */
.content_catalog .model_text .olivkovyy_zelonyy_granit_krem {
  background-image: url(/bitrix/templates/sportlady/catalog/color/olivkovyy_zelonyy_granit_krem.jpg);
}

/* оранжевый */
.content_catalog .model_text .orange {
  background: #ffa500;
}

/* оранжевый */
.content_catalog .model_text .orange_1 {
  background: #ff6c29;
}

/* орхидея, орхидея меланж */
.content_catalog .model_text .orkhideya,
.content_catalog .model_text .orkhideya_melanj {
  background: #b887bf;
}

/* охра */
.content_catalog .model_text .oxra {
  background: #fdb82f;
}

/* охра + слоновая кость */
.content_catalog .model_text .oxra-slon_kost {
  background-image: url(/bitrix/templates/sportlady/catalog/color/oxra-slon_kost.jpg);
}

/* ------------- П ------------- */

/* пепел */
.content_catalog .model_text .pepel {
  background: #7c7577;
}

/* пепельный */
.content_catalog .model_text .pepelnyy {
  background: #9f9c97;
}

/* пепельный */
.content_catalog .model_text .pepelnyy_1 {
  background: #c9bdd1;
}

/* пепельный */
.content_catalog .model_text .pepelnyy_2 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/pepelnyy_2.jpg);
}

/* персик */
.content_catalog .model_text .persik {
  background: #fcc1af;
}

/* персик */
.content_catalog .model_text .persik_1 {
  background: #fec3a3;
}

/* персик */
.content_catalog .model_text .persik_2 {
  background: #fcb581;
}

/* персик */
.content_catalog .model_text .persik_3 {
  background: #f9d0ce;
}

/* нежный персик */
.content_catalog .model_text .nezhnyy_persik {
  background: #f3d7c1;
}

/* нежный персик */
.content_catalog .model_text .nezhnyy_persik_1 {
  background: #ffeacf;
}

/* примула */
.content_catalog .model_text .primula {
  background: #ffed00;
}

/* пудровый */
.content_catalog .model_text .pudra_1 {
  background: #f0d7da;
}

/* пудра */
.content_catalog .model_text .pudra_2 {
  background: #f0c3c0;
}

/* пудра */
.content_catalog .model_text .pudra_3 {
  background: #d4a89b;
}

/* пудра */
.content_catalog .model_text .pudra_4 {
  background: #e5c9be;
}

/* розовая пудра */
.content_catalog .model_text .rozovaya_pudra {
  background: #eeafb7;
}

/* розовая пудра */
.content_catalog .model_text .rozovaya_pudra_1 {
  background: #f6aea2;
}

/* розовая пудра */
.content_catalog .model_text .rozovaya_pudra_2 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/rozovaya_pudra_2.jpg);
}

/* розовая пудра меланж */
.content_catalog .model_text .rozovaya_pudra_melanj {
  background: #e1a9aa;
}

/* тёмная пудра */
.content_catalog .model_text .tomnaya_pudra {
  background: #dd9990;
}

/* пудра + белый */
.content_catalog .model_text .pudra-belyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/pudra-belyy.jpg);
}

/* пурпурный */
.content_catalog .model_text .purpurnyy {
  background: #ee46bf;
}

/* пурпурный */
.content_catalog .model_text .purpurnyy_1 {
  background: #8d325b;
}

/* пыльный меланж */
.content_catalog .model_text .pylnyy_melanj {
  background-image: url(/bitrix/templates/sportlady/catalog/color/pylnyy_melanj.jpg);
}

/* пыльно-зелёный */
.content_catalog .model_text .pylno-zelonyy {
  background: #c8ba9d;
}

/* ------------- Р ------------- */

/* пепельная роза */
.content_catalog .model_text .pepelnaya_roza {
  background: #cf8981;
}

/* пепельная роза */
.content_catalog .model_text .pepelnaya_roza_1 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/pepelnaya_roza_1.jpg);
}

/* пыльная роза */
.content_catalog .model_text .pylnaya_roza {
  background: #eaadaa;
}

/* розовый */
.content_catalog .model_text .pink {
  background: pink;
}

/* розовый */
.content_catalog .model_text .rozovyy {
  background: #ff83cc;
}

/* розовый */
.content_catalog .model_text .rozovyy_1 {
  background: #fe6180;
}

/* розовый */
.content_catalog .model_text .rozovyy_2 {
  background: #fa4ac6;
}

/* розовый */
.content_catalog .model_text .rozovyy_3 {
  background: #f4238b;
}

/* розовый */
.content_catalog .model_text .rozovyy_4 {
  background: #f46caa;
}

/* ярко-розовый */
.content_catalog .model_text .yarko-rozovyy {
  background: #FC0FC0;
}

/* розовый - варёнка */
.content_catalog .model_text .rozovyy_varonka {
  background-image: url(/bitrix/templates/sportlady/catalog/color/rozovyy_varonka.jpg);
}

/* розовый + чёрный */
.content_catalog .model_text .rozovyy-chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/rozovyy-chornyy.jpg);
}

/* розовый + чёрный */
.content_catalog .model_text .rozovyy_chornyy_1 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/rozovyy_chornyy_1.jpg);
}

/* розовый неон */
.content_catalog .model_text .rozovyy_neon {
  background: #fc4d84;
}

/* розовый неон + чёрный */
.content_catalog .model_text .rozovyy_neon-chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/rozovyy_neon-chornyy.jpg);
}

/* розовый - сетка */
.content_catalog .model_text .rozovyy-setka {
  background-image: url(/bitrix/templates/sportlady/catalog/color/rozovyy-setka.jpg);
}

/* розовый - сетка */
.content_catalog .model_text .rozovyy-setka_1 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/rozovyy-setka_1.jpg);
}

/* пыльно-розовый */
.content_catalog .model_text .pylno-rozovyy {
  background: #FFD1DC;
}

/* светло-розовый */
.content_catalog .model_text .svetlo-rozovyy {
  background: #fbafc9;
}

/* светло-розовый */
.content_catalog .model_text .svetlo-rozovyy_1 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/svetlo-rozovyy_1.jpg);
}

/* ярко-розовый */
.content_catalog .model_text .hot_pink {
  background: #fc0fc0;
}

/* ромбы тёмные */
.content_catalog .model_text .romby_tomnyye {
  background-image: url(/bitrix/templates/sportlady/catalog/color/romby_tomnyye.jpg);
}

/* рубин */
.content_catalog .model_text .rubin {
  background: #fc0fc0;
}

/* рубин */
.content_catalog .model_text .rubin_1 {
  background: #d52748;
}

/* рубиновый */
.content_catalog .model_text .rubinovyy {
  background: #AF0414;
}

/* ------------- С ------------- */

/* салатовый */
.content_catalog .model_text .salat {
  background: #aade96;
}

/* салатовый */
.content_catalog .model_text .salatovyi {
  background: #cbe416;
}

/* салатовый */
.content_catalog .model_text .salatovyi_1 {
  background: #b5d1bb;
}

/* салатовый */
.content_catalog .model_text .salatovyi_2 {
  background: #c1df95;
}

/* салатовый меланж */
.content_catalog .model_text .salat_melanj {
  background: #e2f393;
}

/* салатовый + слоновая кость */
.content_catalog .model_text .salat-slon_kost {
  background-image: url(/bitrix/templates/sportlady/catalog/color/salat-slon_kost.jpg);
}

/* серебро */
.content_catalog .model_text .serebro {
  background: #a7afbb;
}

/* серый */
.content_catalog .model_text .seryy {
  background: #727886;
}

/* серый */
.content_catalog .model_text .seryy_1 {
  background: #A4B5C5;
}

/* серый - варёнка */
.content_catalog .model_text .seryy_varonka {
  background-image: url(/bitrix/templates/sportlady/catalog/color/seryy_varonka.jpg);
}

/* серый + чёрный */
.content_catalog .model_text .seryy_chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/seryy_chornyy.jpg);
}

/* светло-серый */
.content_catalog .model_text .svetlo-seryy {
  background: #a7afbb;
}

/* светло-серый */
.content_catalog .model_text .svetlo-seryy_1 {
  background: #beb8c4;
}

/* светло-серый */
.content_catalog .model_text .svetlo-seryy_2 {
  background: #bcafc3;
}

/* светло-серый + лайм */
.content_catalog .model_text .svetlo-seryy_lime {
  background-image: url(/bitrix/templates/sportlady/catalog/color/svetlo-seryy_lime.jpg);
}

/* светло-серый + серый */
.content_catalog .model_text .svetlo-seryy_seryy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/svetlo-seryy_seryy.jpg);
}

/* тёмно-серый */
.content_catalog .model_text .tomno-seryy {
  background: #3b353f;
}

/* тёмно-серый + чёрный */
.content_catalog .model_text .tomno-seryy_chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tomno-seryy_chornyy.jpg);
}

/* бежевый + чёрный */
.content_catalog .model_text .bezhevyy_chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/bezhevyy_chornyy.jpg);
}

/* хаки + чёрный */
.content_catalog .model_text .khaki_chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/khaki_chornyy.jpg);
}

/* жемчужно-серый */
.content_catalog .model_text .zhemchuzhno-seryy {
  background: #bcc2c2;
}

/* синий */
.content_catalog .model_text .siniy {
  background: #2955ce;
}

/* синий */
.content_catalog .model_text .siniy_1 {
  background: #5dacd5;
}

/* синий */
.content_catalog .model_text .siniy_2 {
  background: #1d3261;
}

/* тёмно-синий */
.content_catalog .model_text .tomno-siniy {
  background: #20202c;
}

/* тёмно-синий */
.content_catalog .model_text .tomno-siniy_1 {
  background: #3d467d;
}

/* тёмно-синий + пудра */
.content_catalog .model_text .tomno-siniy-pudra {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tomno-siniy-pudra.jpg);
}

/* тёмно-синий + пудра + белый */
.content_catalog .model_text .tomno-siniy-pudra-belyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tomno-siniy-pudra-belyy.jpg);
}

/* тёмно-синий + серебро */
.content_catalog .model_text .tomno-siniy-serebro {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tomno-siniy-serebro.jpg);
}

/* тёмно-синий + белый + серебро */
.content_catalog .model_text .tomno-siniy-belyy-serebro {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tomno-siniy-belyy-serebro.jpg);
}

/* тёмно-синий + изумруд + василёк */
.content_catalog .model_text .tomno-siniy-izumrud-vasilok {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tomno-siniy-izumrud-vasilok.jpg);
}

/* синий коралл */
.content_catalog .model_text .akvamarin {
  background: #0276d4;
}

/* сиреневый */
.content_catalog .model_text .lilac {
  background: #c8a2c8;
}

/* сирень */
.content_catalog .model_text .siren {
  background: #b7aad6;
}

/* сирень */
.content_catalog .model_text .siren_1 {
  background: #b470c5;
}

/* сирень */
.content_catalog .model_text .siren_2 {
  background: #8286d0;
}

/* сирень */
.content_catalog .model_text .siren_3 {
  background: #ae97df;
}

/* сирень */
.content_catalog .model_text .siren_4 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/siren_4.jpg);
}

/* слива */
.content_catalog .model_text .sliva_0 {
  background: #561638;
}

/* сливовый */
.content_catalog .model_text .sliva {
  background: #2a1617;
}

/* сливовый */
.content_catalog .model_text .sliva_1 {
  background: #6a315a;
}

/* сливово-винный */
.content_catalog .model_text .slivovo-vinnyy {
  background: #660066;
}

/* слоновая кость */
.content_catalog .model_text .slonovaja_kost {
  background: #fef7eb;
}

/* сталь */
.content_catalog .model_text .stal {
  background: #97b3c6;
}

/* ------------- Т ------------- */

/* тауп */
.content_catalog .model_text .taup {
  background: #854d4d;
}

/* телесный */
.content_catalog .model_text .beige {
  background: #ffdfc4;
}

/* текила */
.content_catalog .model_text .tekila {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tekila.jpg);
}

/* тиффани */
.content_catalog .model_text .tiffani {
  background: #afe5f1;
}

/* тиффани */
.content_catalog .model_text .tiffani_1 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tiffani_1.jpg);
}

/* тиффани */
.content_catalog .model_text .tiffani_2 {
  background: #32c7dd;
}

/* тофу */
.content_catalog .model_text .tofu {
  background: #d5b8a8;
}

/* туман */
.content_catalog .model_text .tuman {
  background: #79a1b7;
}

/* голубой туман */
.content_catalog .model_text .goluboy_tuman {
  background: #97abb2;
}

/* синий туман */
.content_catalog .model_text .siniy_tuman {
  background: #5b7f8d;
}

/* синий туман */
.content_catalog .model_text .siniy_tuman_1 {
  background: #5b89ab;
}

/* ------------- Ф ------------- */

/* фиалка */
.content_catalog .model_text .fialka {
  background: #804388;
}

/* фиалка */
.content_catalog .model_text .fialka_1 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/fialka_1.jpg);
}

/* фиолетовый */
.content_catalog .model_text .purple {
  background: #8b00ff;
}

/* фиолетовый */
.content_catalog .model_text .fioletovyy {
  background: #521cba;
}

/* фиолетовый */
.content_catalog .model_text .fioletovyy_1 {
  background: #480048;
}

/* фиолетовый */
.content_catalog .model_text .fioletovyy_2 {
  background: #493c81;
}

/* фиолетовый */
.content_catalog .model_text .fioletovyy_3 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/fioletovyy_3.jpg);
}

/* фиолетовая рябь */
.content_catalog .model_text .fioletovaya_ryab {
  background: #5b34c5;
}

/* фиолетовый + чёрный */
.content_catalog .model_text .fioletovyy_chornyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/fioletovyy_chornyy.jpg);
}

/* фисташка */
.content_catalog .model_text .fistashka {
  background: #688084;
}

/* фламинго */
.content_catalog .model_text .flamingo {
  background: #faa9a9;
}

/* фрезия */
.content_catalog .model_text .frezia {
  background: #e62055;
}

/* фуксия */
.content_catalog .model_text .fuksiya {
  background: #de0556;
}

/* фуксия */
.content_catalog .model_text .fuksiya_1 {
  background: #ec0247;
}

/* фуме */
.content_catalog .model_text .fume {
  background: #45384a;
}

/* ------------- Х ------------- */

/* хаки */
.content_catalog .model_text .xaki {
  background: #524733;
}

/* хаки меланж */
.content_catalog .model_text .xaki_melanj {
  background: #616053;
}

/* хвойный */
.content_catalog .model_text .khvoynyy {
  background: #2d5546;
}

/* ------------- Ц ------------- */

/* цветы принт */
.content_catalog .model_text .tsvety_print {
  background-image: url(/bitrix/templates/sportlady/catalog/color/tsvety_print.jpg);
}

/* цикламен */
.content_catalog .model_text .tsiklamen {
  background: #e03497;
}

/* ------------- Ч ------------- */

/* чёрный */
.content_catalog .model_text .black {
  background: #000;
}

/* чёрный + аквамарин */
.content_catalog .model_text .chornyy-akvamarin {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy-vasilok.jpg);
}

/* чёрный + василёк */
.content_catalog .model_text .chornyy-vasilok {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy-vasilok.jpg);
}

/* чёрный + ель + охра */
.content_catalog .model_text .chornyy-yel-okhra {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy-yel-okhra.jpg);
}

/* чёрный + золото */
.content_catalog .model_text .chornyy-zoloto {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy-zoloto.jpg);
}

/* чёрный + коралл */
.content_catalog .model_text .chornyy-korall {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy-korall.jpg);
}

/* чёрный + коралл */
.content_catalog .model_text .chornyy-korall_1 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy-korall_1.jpg);
}

/* чёрный + леопард + охра */
.content_catalog .model_text .chernyi-leopard-oxra {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chernyi-leopard-oxra.jpg);
}

/* чёрный + тёмный меланж + неон */
.content_catalog .model_text .chornyy-temnyy_melanzh-limon {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy-temnyy_melanzh-limon.jpg);
}

/* чёрный + персик */
.content_catalog .model_text .chornyy-persik {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy-persik.jpg);
}

/* чёрный + примула */
.content_catalog .model_text .chornyy-primula {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy-primula.jpg);
}

/* чёрный + пудра + голубой туман */
.content_catalog .model_text .chornyy-pudra-goluboy_tuman {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy-pudra-goluboy_tuman.jpg);
}

/* чёрный + пурпурный */
.content_catalog .model_text .chernyy-purpurnyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chernyy-purpurnyy.jpg);
}

/* чёрный + розовый */
.content_catalog .model_text .chernyy-rozovyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chernyy-rozovyy.jpg);
}

/* чёрный + светло-розовый + розовый */
.content_catalog .model_text .chornyy-svetlo-rozovyy-rozovyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy-svetlo-rozovyy-rozovyy.jpg);
}

/* чёрный + светло-розовый + розовый неон */
.content_catalog .model_text .chornyy-svetlo-rozovyy-rozovyy_neon {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy-svetlo-rozovyy-rozovyy_neon.jpg);
}

/* чёрный + охра */
.content_catalog .model_text .chernyi-oxra {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chernyi-oxra.jpg);
}

/* чёрный оникс */
.content_catalog .model_text .chern_oniks {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chern_oniks.jpg);
}

/* черный + салатовый + серебро */
.content_catalog .model_text .chern-serebro {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chern-serebro.jpg);
}

/* чёрный + серебро */
.content_catalog .model_text .chernyi-salat-serebro {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chernyi-salat-serebro.jpg);
}

/* чёрный - сетка */
.content_catalog .model_text .chornyy-setka {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy-setka.jpg);
}

/* чёрный - сетка */
.content_catalog .model_text .chornyy-setka_1 {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy-setka_1.jpg);
}

/* чёрный + тиффани */
.content_catalog .model_text .chornyy-tiffani {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy-tiffani.jpg);
}

/* чёрный + пепельный */
.content_catalog .model_text .chornyy_pepelnyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy_pepelnyy.jpg);
}

/* чёрный + салатовый + пепельный */
.content_catalog .model_text .chornyy_salatovyy_pepelnyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/chornyy_salatovyy_pepelnyy.jpg);
}

/* ------------- Ш ------------- */

/* шалфей */
.content_catalog .model_text .shalfey {
  background: #b5b8a3;
}

/* шоколад */
.content_catalog .model_text .chocolate {
  background: #614440;
}

/* шоколад */
.content_catalog .model_text .chocolate_1 {
  background: #876156;
}

/* шоколад + бежевый */
.content_catalog .model_text .shokolad-bezhevyy {
  background-image: url(/bitrix/templates/sportlady/catalog/color/shokolad-bezhevyy.jpg);
}

/* ------------- Я ------------- */

/* ягодный */
.content_catalog .model_text .yagodnyy {
  background: #f60049;
}

/* ----------------------------- */



/* CONTENT: content_catalog - price  */

.content_catalog .model_text .price {
  display: inline-block;
  clear: both;
  position: relative;
  margin-top: 50px;
  margin-left: -30px;
  padding: 1% 5%;
  background: rgba(0, 0, 0, .02);
  box-shadow: .1ex .1ex .1ex rgba(0, 0, 0, .3);
  text-shadow: #fff -.5px -.5px .5px,
    #000 .5px .5px .5px;
  font-weight: 600;
  font-size: 1.3em;
}

.content_catalog .model_text .price_disc {
  display: inline-flex;
  align-items: center;
  margin-top: 60px;
  color: red;
}

.content_catalog .model_text .price_disc span {
  font-weight: 600;
}

.content_catalog .model_text .old_price {
  display: block;
  text-decoration: line-through;
}

.content_catalog .model_text .price_new {
  display: block;
}

.content_catalog .model_text .price .discount {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: red;
  box-shadow: 0 0 0 .3ex rgba(0, 0, 0, .2);
  z-index: 0;
}

.content_catalog .model_text .price .discount_percent {
  width: 100%;
  height: 100%;
  padding-top: calc(50% - .8em);
  color: #fff;
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
  text-align: center;
  font-size: .8em;
}

.content_catalog .model_text .price_note {
  margin-top: 20px;
  font-size: .9em;
}

/* CONTENT: content_catalog owl-carousel-catalog */

.content_catalog .model_img .owl-carousel-catalog {
  position: relative;
  width: 80%;
  max-height: 100%;
  margin: 0 auto;
}

.content_catalog .model_img .owl-carousel-catalog img {
  width: 100%;
}

.content_catalog .model_img .owl-carousel-catalog:hover {
  box-shadow: 0 0 0 .2ex #b22222;
}

.content_catalog .model_img .owl-carousel-catalog:active {
  box-shadow: 0 0 0 .2ex red;
}

.content_catalog .model_img .owl-carousel-catalog img:hover,
.content_catalog .model_img .owl-carousel-catalog img:active {
  box-shadow: none;
}

.content_catalog .model_img .owl-carousel-catalog button {
  position: absolute;
  /*top: calc(50% - 50px / 2);*/
  top: 0;
  height: 100%;
  /*background: red;*/
}

.content_catalog .model_img .owl-carousel-catalog .owl-prev {
  left: 0;
}

.content_catalog .model_img .owl-carousel-catalog .owl-next {
  right: 0;
}

.content_catalog .model_img .owl-carousel-catalog button span {
  padding: 0 10px;
  color: #C0C0C0;
  /*opacity: .7;*/
  cursor: pointer;
  text-shadow: #000 0 0 1px;
  /*font-weight: 600;*/
  font-size: 50px;
}

.content_catalog .model_img .owl-carousel-catalog button span:hover {
  color: #b22222;
}

.content_catalog .model_img .owl-carousel-catalog button span:active {
  color: red;
}

/* CONTENT: content_catalog pick_kit */

.content_catalog .pick_kit {
  margin: 5%;
  /*background: red;*/
}

.content_catalog .pick_kit_text {
  /*padding-left: 5%;*/
  font-weight: 600;
  font-size: 1.2em;
}

.content_catalog .pick_kit_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.content_catalog .pick_kit .choose_model {
  width: calc(100% / 5);
  text-align: center;
}

.content_catalog .pick_kit .choose_model a {
  display: block;
  position: relative;
  width: 80%;
  padding: 5px;
  margin: 10%;
  border-radius: 5%;
  box-shadow: 0 0 0 .2ex rgba(0, 0, 0, .2);
  text-decoration: none;
  cursor: pointer;
}

.content_catalog .pick_kit .choose_model a:hover {
  box-shadow: 0 0 0 .2ex rgba(0, 0, 0, .2), 0 0 0 .2ex #b22222 inset, 0 0 0 .4ex #fff inset;
}

.content_catalog .pick_kit .choose_model a:active {
  box-shadow: 0 0 0 .2ex rgba(0, 0, 0, .2), 0 0 0 .2ex red inset, 0 0 0 .4ex #fff inset;
}

.content_catalog .pick_kit .choose_model img {
  border-radius: 5%;
}

.content_catalog .pick_kit .choose_model_name,
.content_catalog .pick_kit .model_assortment_name {
  display: block;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 0;
  /*font-size: .94em;*/
  font-size: 1em;
}

.content_catalog .pick_kit .choose_model_name p,
.content_catalog .pick_kit .choose_model_name .price,
.content_catalog .pick_kit .model_name,
.content_catalog .pick_kit .price {
  display: block;
  color: #000;
  font-size: .9em;
  /*text-shadow: none;*/
  /*text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;*/
  /*font-size: .9em;*/
}

/*.content_catalog .pick_kit .choose_model_name p.hover,
.content_catalog .pick_kit .choose_model_name .price.hover {
  color: #b22222;
}

.content_catalog .pick_kit .choose_model_name p.active,
.content_catalog .pick_kit .choose_model_name .price.active {
  color: red;
  text-shadow: -.1ex -.1ex .1ex red, .1ex .1ex .1ex red;
  text-shadow: -.05ex -.05ex .1ex red, .05ex .05ex .1ex red;
}*/

.content_catalog .pick_kit .choose_model_name .old_price,
.content_catalog .pick_kit .old_price {
  text-decoration: line-through;
}

.content_catalog .pick_kit .choose_model .discount {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: red;
  box-shadow: 0 0 0 .3ex rgba(0, 0, 0, .2);
}

.content_catalog .pick_kit .choose_model .discount_percent {
  width: 100%;
  height: 100%;
  padding-top: calc(50% - .8em);
  color: #fff;
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
  font-size: 10px;
}

/* CONTENT: content_catalog model - @MEDIA */

@media all and (max-width: 1023px) {

  .content_catalog .model_flex {
    display: block;
  }

  .content_catalog .model_img,
  .content_catalog .model_text {
    width: 100%;
    /*height: auto;*/
    padding: 5%;
  }

  .content_catalog .model_img img,
  .content_catalog .model_img .owl-carousel-catalog {
    width: 90%;
  }

}

@media all and (max-width: 319px) {

  .content_catalog .pick_kit_flex {
    display: block;
  }

  .content_catalog .pick_kit .choose_model {
    width: 80%;
    margin: 0 auto;
  }

}

@media all and (min-width: 320px) and (max-width: 479px) {

  .content_catalog .pick_kit_flex {
    display: block;
  }

  .content_catalog .pick_kit .choose_model {
    width: 70%;
    margin: 0 auto;
  }

}

@media all and (min-width: 480px) and (max-width: 767px) {

  .content_catalog .model_img img,
  .content_catalog .model_img .owl-carousel-catalog {
    width: 80%;
  }

  .content_catalog .pick_kit .choose_model {
    width: calc(100% / 2);
  }

}

@media all and (min-width: 768px) and (max-width: 1023px) {

  .content_catalog .model_img img,
  .content_catalog .model_img .owl-carousel-catalog {
    width: 70%;
  }

  .content_catalog .pick_kit .choose_model {
    width: calc(100% / 3);
  }

}

@media all and (min-width: 1024px) and (max-width: 1279px) {

  .content_catalog .model_img img,
  .content_catalog .model_img .owl-carousel-catalog {
    width: 90%;
  }

  .content_catalog .pick_kit .choose_model {
    width: calc(100% / 4);
  }

}

@media all and (min-width: 1920px) {

  .content_catalog .model_text .price .discount {
    top: -2vw;
    right: -2vw;
    width: 3vw;
    height: 3vw;
  }

  .content_catalog .pick_kit .choose_model .discount {
    width: 1.5vw;
    height: 1.5vw;
  }

}

@media all and (min-width: 1920px) {

  .content_catalog .pick_kit .choose_model .discount {
    width: 1.5vw;
    height: 1.5vw;
  }

  .content_catalog .pick_kit .choose_model .discount_percent {
    font-size: .6em;
  }

}

@media all and (min-width: 2560px) {

  .content_catalog .model_text .model_color_icon {
    width: 1.5vw;
    height: 1.5vw;
  }

}

/* CONTENT: tablitsy-razmerov */

.content_tablitsy-razmerov .size_table table {
  width: 100%;
  text-align: center;
}

.content_tablitsy-razmerov .size_table th,
.content_tablitsy-razmerov .size_table td {
  padding: .5% 0;
  border: 5px solid #fff;
  vertical-align: middle;
}

.content_tablitsy-razmerov .size_table .column_1 {
  width: 20%;
}

.content_tablitsy-razmerov .size_table .column_2 {
  width: calc(10% / 3);
}

.content_tablitsy-razmerov .size_table .grey_color {
  background: rgba(0, 0, 0, .04);
}

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

  .content_tablitsy-razmerov .size_table th,
  .content_tablitsy-razmerov .size_table td {
    padding: 1% 0;
  }

}

/* CONTENT: ERROR_404 */

.content .error {
  width: 70%;
  margin: 0 auto;
  margin-top: 25vh;
  line-height: 1.3;
  text-align: center;
  font-weight: 600;
}

.content .error_404 {
  color: #b22222;
  text-shadow: #fff -1px -1px 0,
    #000 1px 1px 0;
  font-size: 3em;
}

.content .error_404_text {
  padding: 3% 0;
  text-shadow: #fff -1px -1px 0,
    #000 1px 1px 0;
  font-size: 1.25em;

}

/*.content .error a {}*/

.content .error a:hover {
  color: #b22222;
}

.content .error a:active {
  color: red;
}


/* CONTENT: ERROR_404 - @MEDIA */

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

  .content .error {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  content .error_404 {
    font-size: 2.5em;
  }

  .content .error_404_text {
    font-size: 1em;
  }

}

@media all and (min-width: 360px) and (max-width: 479px) {

  .content .error {
    width: 350px;
  }

}

@media all and (min-width: 480px) and (max-width: 767px) {

  .content .error {
    width: 430px;
  }

  .content .error_404 {
    font-size: 3em;
  }

  .content .error_404_text {
    font-size: 1.25em;

  }

}

@media all and (min-width: 480px) and (max-width: 767px) and (min-height: 705px) {

  .content .error {
    margin-top: calc((100vh - 670px) / 2);
    margin-bottom: calc((100vh - 670px) / 2);
  }

}

@media all and (min-width: 768px) and (max-width: 1279px) {

  .content .error {
    width: 425px;
    margin-top: calc((100vh - 640px) / 2);
    margin-bottom: calc((100vh - 640px) / 2);
  }

}
/* End */


/* Start:/bitrix/templates/sportlady/template_styles.css?175874992421097*/
/* CSS DOCUMENT - TEMPLATE_STYLES.CSS */

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Montserrat', Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

/* WRAPPER, LEFT-SIBEDAR, MIDDLE, RIGHT-SIBEDAR */

#wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgb(119, 136, 153);
  background: radial-gradient(circle, rgba(119, 136, 153, 0) 0%, rgba(119, 136, 153, 1) 50%);
}

#left-sidebar,
#right-sidebar {
  position: relative;
  width: 20%;
  height: 100%;
}

#middle {
  width: 60%;
  height: 100%;
}

/* LOGO_LEFT */

.logo_left {
  position: relative;
  height: 35%;
  padding: 10%;
}

.logo_left .name {
  padding-left: 10%;
  color: #FFD700;
  font-weight: 600;
  text-shadow: -.1ex -.1ex .1ex #fff, .2ex .2ex .1ex #b22222, .3ex .3ex .1ex #696969;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 35px;
}

.logo_left .slogan {
  padding: 5% 0 0 0;
}

.logo_left .slogan p {
  font-weight: 600;
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
}

.logo_left .slogan_1 {
  color: blue;
}

.logo_left .slogan_2 {
  color: #B22222;
}

.logo_left .address {
  padding: 20% 0 0 0;
  color: #c0c0c0;
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
  font-size: .9em;
}

.logo_left .tel {
  padding: 5% 0 0 0;
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
}

.logo_left .tel a {
  padding: 2%;
  border-radius: 5px;
  color: blue;
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.logo_left .tel a:hover {
  color: #B22222;
}

.logo_left .tel a:active {
  color: red;
}

.logo_left img {
  position: absolute;
  top: 10%;
  right: 7%;
  width: 30%;
  filter: drop-shadow(0 0 2px #000);
}

/* NAVIGATION_LEFT */

.navigation_left {
  overflow-x: auto;
  scrollbar-width: none;
  /* Fire Fox */
  -ms-overflow-style: none;
  /* IE 10+ */
  height: 55%;
  padding: 10% 5%;
  list-style: none;
  text-align: center;
}

.navigation_left::-webkit-scrollbar {
  width: 0;
  display: none;
}

.navigation_left ul.left_menu li {
  padding: 2% 0;
  background: transparent;
}

.navigation_left ul.left_menu a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, .07);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#808080));
  /*background: linear-gradient(to bottom, #fff 50%, #808080 100%);*/
  box-shadow: .3ex .3ex 1ex rgba(0, 0, 0, .2), -.3ex .3ex 1ex rgba(0, 0, 0, .2);
  text-decoration: none;
  color: rgba(0, 0, 0, .5);
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
  font-weight: 600;
}

.navigation_left ul.left_menu a:visited {
  color: rgba(0, 0, 0, .5);
}

.navigation_left ul.left_menu li a.selected {
  color: #FF4500;
  transition: all .3s ease .1s;
}

.navigation_left ul.left_menu li a:hover {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #fff), to(#808080));
  /*background: linear-gradient(to bottom, #fff 25%, #808080 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#808080', GradientType=0);
  color: #FF4500;
  transition: all .3s ease .1s;
}

.navigation_left ul.left_menu li a:active {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fff), to(#B22222));
  /* background: linear-gradient(to bottom, #fff 10%, #B22222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#B22222', GradientType=0);*/
  color: #FFF;
  text-shadow: #000 -1px -1px 1px,
    #000 1px 1px 1px;
  transition: all .3s ease .1s;
}

.navigation_left ul.left_menu li:first-child {
  display: none;
}

.submenu ul.left_menu li:first-child {
  display: block;
}

.submenu {
  display: none;
}

/* SLIDER_RIGHT - см.SLIDER-LEFT */

.slider_left {
  display: none;

}

.slider_right {
  height: 90%;
  padding: 1px 15%;

}

.slider_sidebar .slider_showing .client_foto,
.slider_sidebar .slider_showing .not_foto {
  display: block;
  height: 150px;
  width: 150px;
  margin: 0 auto;
  margin-bottom: 10%;
  border-radius: 50%;
  box-shadow: #fff -.1ex -.1ex .1ex, #000 .1ex .1ex .1ex, 0 0 .5ex rgba(0, 0, 0, 1);
  background: rgba(0, 0, 0, 0.07);
  text-align: center;
}

.slider_sidebar .slider_showing .not_foto span {
  vertical-align: -65px;
  color: #d3d3d3;
}

.slider_sidebar .slider_showing .name {
  margin-bottom: 5%;
  color: #b22222;
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
  font-size: 20px;
  text-align: center;
  font-family: 'Bellota', cursive;
}

.slider_sidebar .slider_showing .name span {
  display: inline-block;
}

.slider_sidebar .slider_showing .text {
  margin-bottom: 5%;
  text-indent: 10%;
  text-align: justify;
  line-height: 1.3;
  color: yellow;
  text-shadow: #fff -.5px -.5px .5px,
    #000 .5px .5px .5px;
  font-family: 'Bellota', cursive;
}

.slider_sidebar .slider_showing .text span {
  vertical-align: -5px;
}

.slider_sidebar .slider_showing .smiley {
  display: inline-block;
  width: 20px;
  height: 20px;
  filter: drop-shadow(.5px .5px .5px #000);
}

.slider_sidebar .slider_showing .slider {
  display: none;
  opacity: 0;
}

.slider_scroll_down {
  position: absolute;
  bottom: 100px;
  left: calc((100% - 25px) / 2);
  transform: rotate(-90deg);
  color: #fff;
  opacity: .8;
  text-shadow: #000 -1px -1px 5px,
    #000 1px 1px 5px;
  cursor: pointer;
  font-size: 50px;
  display: none;
}

/* SOCIUM_LEFT */

.socium_left {
  height: 10%;
  padding: 5%;
  text-align: center;
}

.socium_left a {
  padding: 0 3%;
  text-decoration: none;
}

.socium_left img {
  width: 10%;
  border-radius: 50%;
  box-shadow: #fff -.1ex -.1ex .1ex, #000 .1ex .1ex .1ex, 0 0 .5ex rgba(0, 0, 0, 1);
}

/* HEADER */

.header {
  width: 100%;
  height: 10%;
}

/* header_presentation_magazine */

.header .header_presentation_magazine {
  height: 50%;
  padding: 1%;
  color: #B22222;
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
  text-align: center;
  font-size: 20px;
}

/* HEADER_NAVIGATION */

.header .header_navigation {
  height: 50%;
}

.header .header_navigation ul.top_menu {
  display: block;
  display: flex;
  height: 100%;
  list-style: none;
}

.header .header_navigation ul.top_menu li {
  display: block;
  width: 25%;
  height: 100%;
  padding: 0;
  background: transparent;
}

.header .header_navigation ul.top_menu li a {
  display: block;
  height: 100%;
  padding: 2px 0;
  background: rgba(0, 0, 0, .07);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#808080));
  /*background: linear-gradient(to bottom, #fff 50%, #808080 100%); */
  box-shadow: .3ex .3ex 1ex rgba(0, 0, 0, .3), -.3ex .3ex 1ex rgba(0, 0, 0, .3);
  text-decoration: none;
  color: rgba(0, 0, 0, .5);
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}

.header .header_navigation ul.top_menu li a.selected {
  color: #FF4500;
  transition: all .3s ease .1s;
}

.header .header_navigation ul.top_menu li a:hover {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #fff), to(#808080));
  /*background: linear-gradient(to bottom, #fff 25%, #808080 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#808080', GradientType=0);*/
  color: #FF4500;
  transition: all .3s ease .1s;
}

.header .header_navigation ul.top_menu li a:active {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fff), to(#B22222));
  /* background: linear-gradient(to bottom, #fff 10%, #B22222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#FF4500', GradientType=0);*/
  color: #FFF;
  text-shadow: #000 -1px -1px 1px,
    #000 1px 1px 1px;
  transition: all .3s ease .1s;
}

/* HEADER_ADAPTIVE */

.header_adaptive {
  padding: 10px 0 0 0;
  background: rgb(119, 136, 153);
  background: radial-gradient(circle, rgba(119, 136, 153, 0) 0%, rgba(119, 136, 153, 1) 50%);
  display: none;
}

/* LOGO_ADAPTIVE */

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

.header_adaptive .logo_adaptive .logo {
  color: #FFD700;
  text-shadow: -.1ex -.1ex .1ex #fff, .2ex .2ex .1ex #b22222, .1ex .1ex .1ex #696969;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 5px;
  vertical-align: 12px;
  font-size: 30px;
}

.header_adaptive .logo_adaptive img {
  width: 30px;
  margin: 0 5px;
  filter: drop-shadow(0 0 1px #000);
}

/* NAVIGATION_TEL_ADAPNIVE */

.header_adaptive .navigation_tel_adaptive {
  display: flex;
}

/* NAVIGATION_ADAPTIVE */

.header_adaptive .navigation_adaptive {
  position: relative;
  width: 35%;
}

.header_adaptive .hamburger,
.header_adaptive .hamburger_close {
  width: 100%;
  height: 100%;
  padding: 5px;
  color: #fff;
  text-shadow: #fff -.05ex -.05ex .1ex, .1ex .1ex .1ex #000;
  cursor: pointer;
  text-align: left;
}

.header_adaptive .hamburger_close {
  display: none;
}

.header_adaptive .hamburger:hover,
.header_adaptive .hamburger_close:hover {
  color: #b22222;
  text-shadow: #fff -.05ex -.05ex .1ex, 0 0 .1ex #fff;
}

.header_adaptive .hamburger:active,
.header_adaptive .hamburger_close:active {
  color: #fff;
  text-shadow: #fff -.05ex -.05ex .1ex, 0 0 .1ex #fff;
}

/*.header_adaptive .hamburger .fa,
.header_adaptive .hamburger_close .fa {
  font-size: 25px;
  vertical-align: 1px;
}*/

.header_adaptive .hamburger .fa:active,
.header_adaptive .hamburger_close .fa:active {
  color: #fff;
  text-shadow: #fff -.05ex -.05ex .1ex, 0 0 .1ex #fff;
}

.header_adaptive .hamburger span,
.header_adaptive .hamburger_close span {
  margin-left: 5px;
  font-family: Arial,
    Helvetica,
    Verdana,
    sans-serif;
  /*vertical-align: 1px;*/
  font-size: 20px;
}

.header_adaptive .menu_adaptive {
  display: block;
  position: absolute;
  width: 70vw;
  height: auto;
  z-index: 10;
  list-style: none;
  background: #fff;
  display: none;
}

.header_adaptive .menu_adaptive .map-columns {
  width: 100%;
}

.header_adaptive .menu_adaptive a {
  display: block;
  margin: 0;
  padding: 15px 20px;
  background: rgba(0, 0, 0, .03);
  box-shadow: .3ex .3ex 1ex rgba(0, 0, 0, .2), -.3ex .3ex 1ex rgba(0, 0, 0, .2);
  text-decoration: none;
  color: #696969;
  text-shadow: .1ex .1ex .3ex #fff;
  font-weight: 600;
}

.header_adaptive .menu_adaptive a:hover,
.header_adaptive .menu_adaptive a.selected {
  color: #b22222;
}

.header_adaptive .menu_adaptive a:active {
  background: #b22222;
  color: #fff;
  text-shadow: #000 -1px -1px 1px,
    #000 1px 1px 1px;
}

.header_adaptive .submenu_adaptive a {
  padding-left: 60px;
  background: rgba(0, 0, 0, .01);
  font-size: .9em;
}

.header_adaptive .submenu_adaptive li:first-child a {
  padding-left: 40px;
}

.header_adaptive .menu_adaptive .map-level-2,
.header_adaptive .menu_adaptive .map-level-3 {
  display: none;
}

/* TEL_ADAPTIVE */

.header_adaptive .tel_adaptive {
  width: 65%;
  padding: 5px;
  text-align: right;
}

.header_adaptive .tel_adaptive a {
  padding: 2px 0;
  text-decoration: none;
  color: #fff;
  text-shadow: #fff -.05ex -.05ex .1ex, .1ex .1ex .1ex #000;
}

.header_adaptive .tel_adaptive a:hover {
  color: #b22222;
}

.header_adaptive .tel_adaptive a:active {
  color: #fff;
  text-shadow: #fff -.05ex -.05ex .1ex, .1ex .1ex .1ex #fff;
}

/* FOOTER_ADAPTIVE SOCIUM_ADAPTIVE */

.footer_adaptive {
  padding: 10px 0 0 0;
  text-align: center;
  display: none;
}

/* SOCIUM_ADAPTIVE */

.footer_adaptive .socium_adaptive {
  width: 98%;
  margin: 0 auto;
  padding: 20px 10px;
  background: rgb(223, 179, 111);
  background: radial-gradient(circle, rgba(223, 179, 111, 1) 0%, rgba(119, 136, 153, 1) 90%);
  box-shadow: .1ex .1ex .1ex rgba(0, 0, 0, .5);
}

.footer_adaptive .socium_adaptive a {
  padding: 0 10px;
  text-decoration: none;
}

.footer_adaptive .socium_adaptive img {
  width: 40px;
}

.footer_adaptive .socium_adaptive .magazine {
  padding: 1%;
  color: #B22222;
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
  text-align: center;
  font-weight: 600;
  font-size: .9em;
}

.footer_adaptive .socium_adaptive .magazine span {
  display: inline-block;
  font-weight: 600;
}

/* SECURITY_ADAPTIVE */

.footer_adaptive .security_adaptive {
  margin-top: 1%;
  padding: 10px;
  background: rgb(119, 136, 153);
  background: radial-gradient(circle, rgba(119, 136, 153, 0) 0%, rgba(119, 136, 153, 1) 50%);
}

.footer_adaptive .security_adaptive .text {
  padding-bottom: 5px;
  color: blue;
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
  font-weight: 600;
  font-size: .9em;
}

.footer_adaptive .security_adaptive .protection {
  display: inline-block;
  font-weight: 600;
}

.footer_adaptive .security_adaptive .logo {
  color: #FFD700;
  text-shadow: -.05ex -.05ex .1ex #fff, .1ex .1ex .1ex #696969, .2ex .2ex .1ex #b22222;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 800;
  vertical-align: 12px;
  font-size: 25px;
}

.footer_adaptive .security_adaptive img {
  width: 30px;
  margin: 0 5px;
  filter: drop-shadow(0 0 1px #000);
}

/* FOOTER */

.footer {
  height: 5%;
  padding: 1%;
  text-align: center;
  color: #B22222;
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
}

.footer p {
  font-weight: 600;
}

.footer span {
  display: inline-block;
  font-weight: 600;
}

/* SECURITY_RIGHT */

.security_right {
  height: 10%;
  padding: 5% 0 0 0;
  text-align: center;
}

.security_right .text {
  padding-bottom: 5px;
  color: blue;
  text-shadow: #fff -1px -1px 1px,
    #000 1px 1px 1px;
  font-weight: 600;
  font-size: .9em;
}

.security_right .text .protection {
  display: inline-block;
  font-weight: 600;
}

.security_right .logo {
  color: #FFD700;
  text-shadow: -.05ex -.05ex .1ex #fff, .1ex .1ex .1ex #696969, .2ex .2ex .1ex #b22222;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 800;
  vertical-align: 12px;
  font-size: 25px;
}

.security_right img {
  width: 27px;
  margin: 0 5px;
  filter: drop-shadow(0 0 1px #000);
}

/* CSS DOCUMENT (MEDIA) */

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

  #wrapper {
    overflow: auto;
    background: none;
  }

  #left-sidebar,
  #right-sidebar,
  .header,
  .content .sitemap_end,
  .footer {
    display: none;
  }

  #middle {
    width: 100%;
    background: #fff;
  }

  .header_adaptive,
  .footer_adaptive {
    display: block;
  }

  .header_adaptive .navigation_adaptive {
    width: 110px;
  }

  .header_adaptive .hamburger .fa,
  .header_adaptive .hamburger_close .fa {
    font-size: 20px;
  }

  .header_adaptive .tel_adaptive {
    width: calc(100% - 110px);
  }

  .footer_adaptive .socium_adaptive .magazine {
    padding: 5px;
    font-size: .94em;
  }

  .footer_adaptive .security_adaptive .text {
    font-size: .94em;
  }

}

@media all and (max-width: 319px) {

  html,
  body {
    overflow-x: scroll;
  }

  #wrapper {
    width: 319px;
  }

  .header_adaptive .menu_adaptive {
    width: 100vw;
  }

}

@media all and (max-width: 350px) {

  .footer_adaptive .socium_adaptive img {
    width: 35px;
  }

}

@media all and (min-width: 320px)and (max-width: 479px) {

  .header_adaptive .menu_adaptive {
    width: 80vw;
  }

}

@media all and (min-width: 768px) and (max-width: 1279px) {

  #right-sidebar,
  .navigation_left,
  .header .header_navigation,
  .header_adaptive .logo_adaptive,
  .header_adaptive .tel_adaptive,
  .content .sitemap_end,
  .footer_adaptive .socium_adaptive a,
  .footer {
    display: none;
  }

  #left-sidebar {
    width: 250px;
  }

  #middle {
    overflow-y: auto;
    width: calc(100% - 250px);
    background: #fff;
  }

  .logo_left {
    height: 350px;
    padding: 50px 20px 20px 20px;
  }

  .logo_left .name {
    padding-left: 0;
    font-size: 30px;
  }

  .logo_left .slogan {
    padding: 15px 0 0 0;
  }

  .logo_left .slogan p {
    font-size: 15px;
  }

  .logo_left .address {
    padding: 25px 0 0 0;
  }

  .logo_left .tel {
    padding: 30px 0 0 0;
  }

  .logo_left .tel a {
    padding: 10px;
  }

  .logo_left img {
    top: 50px;
    right: 15px;
    width: 50px;
  }

  .slider_left {
    display: block;
    height: calc(100% - (350px + 100px));
    padding: 1px 20px;
    width: calc(100% + 30px);
    overflow-y: scroll;
  }

  .slider_left .slider_left_showing {
    width: 210px;
  }

  .slider_sidebar .slider_showing .client_foto,
  .slider_sidebar .slider_showing .not_foto {
    height: 100px;
    width: 100px;
  }

  .slider_sidebar .slider_showing .not_foto span {
    vertical-align: -40px;
  }

  .slider_sidebar .slider_showing .name {
    font-size: 18px;
  }

  .slider_sidebar .slider_showing .text {
    font-size: 15px;
  }

  .slider_sidebar .slider_showing .text span {
    vertical-align: -4px;
  }

  .slider_sidebar .slider_showing .smiley {
    width: 18px;
    height: 18px;
  }

  .socium_left {
    height: 100px;
    padding: 20px 20px 50px 20px;
  }

  .socium_left a {
    padding: 0 5px;
  }

  .socium_left img {
    width: 28px;
  }

  .header {
    height: auto;
    background: rgb(119, 136, 153);
    background: radial-gradient(circle, rgba(119, 136, 153, 0) 0%, rgba(119, 136, 153, 1) 50%);
  }

  .header .header_presentation_magazine {
    height: auto;
    padding: 10px 0 0 0;
    font-size: 18px;
  }

  .header_adaptive .menu_adaptive {
    width: 50vw;
  }

  .header_adaptive,
  .footer_adaptive {
    display: block;
  }

}

@media all and (min-width: 768px) and (max-width: 1279px) and (max-height: 768px) {

  .logo_left {
    height: 320px;
    padding: 20px;
  }

  .logo_left img {
    top: 20px;
  }

  .slider_left {
    height: calc(100% - (320px + 70px));
  }

  .slider_sidebar .slider_showing .text {
    margin-bottom: 5px;
    line-height: 1.1;
  }

  .slider_scroll_down {
    bottom: 70px;
  }

  .socium_left {
    height: 70px;
    padding: 20px;
  }

}

@media all and (min-width: 768px) and (max-width: 1279px) and (max-height: 560px) {

  .slider_left .slider_left_showing {
    display: none;
  }

  .slider_left .slider_scroll_down {
    display: none;
  }

  .socium_left {
    padding: 0 20px 20px 20px;
  }

}

@media all and (min-width: 1280px) and (max-width: 1599px) {

  #left-sidebar {
    width: 300px;
  }

  #right-sidebar {
    display: none;
  }

  #middle {
    width: calc(100% - 300px);
  }

  .logo_left {
    /*height: 250px;*/
    height: auto;
    padding: 20px;
  }

  .logo_left .name {
    padding-left: 15px;
    font-size: 32.5px;
  }

  .logo_left .address {
    padding: 25px 0 0 0;
  }

  .logo_left img {
    top: 25px;
    right: calc(100% - 280px);
    width: 70px;
  }

  .navigation_left {
    height: calc(100% - (280px + 70px));
  }

  .socium_left {
    height: 70px;
    padding: 20px;
  }

  .socium_left a {
    padding: 0 5px;
  }

  .socium_left img {
    width: 30px;
  }

}

@media all and (min-width: 1280px) and (max-width: 1599px) and (max-height: 800px) {

  .header .header_navigation ul.top_menu li a {
    padding: 0;
    line-height: 1;
  }

}

@media all and (min-width: 1280px) and (max-width: 1450px) {

  .header .header_presentation_magazine {
    padding: 10px 0 0 0;
    font-size: 18px;
  }

}

@media all and (min-width: 1600px) and (max-width: 1799px) {

  .logo_left .name {
    font-size: 35px;
  }

  .logo_left img {
    top: 25px;
    right: 7%;
    width: 25%;
  }

}

@media all and (min-width: 1600px) and (max-width: 1699px) {

  .logo_left .name {
    padding-left: 1%;
  }

}

@media all and (min-width: 1700px) and (max-width: 1799px) {

  .logo_left .name {
    padding-left: 3%;
  }

}

@media all and (min-width: 1800px) and (max-width: 1919px) {

  .logo_left .name {
    padding-left: 4%;
  }

  .logo_left img {
    top: 25px;
    right: 7%;
    width: 28%;
  }

}

@media all and (min-width: 1920px) {

  .logo_left .name {
    font-size: 1.83vw;
  }

  .logo_left .slogan,
  .logo_left .address,
  .logo_left .tel,
  .navigation_left ul.left_menu a,
  .header .header_navigation ul.top_menu li a,
  .slider_right .slider_show .text {
    font-size: .84vw;
  }

  .navigation_left ul.left_menu a {
    padding: 3% 6%;
  }

  .socium_left img {
    width: 1.85vw
  }

  .header .header_presentation_magazine {
    font-size: 1.1vw
  }

  .header .header_navigation ul.top_menu li a {
    padding: 1%;
  }

  .footer {
    font-size: .84vw;
  }

  .slider_right .slider_show .name {
    font-size: 1.1vw;
  }

  .slider_right .slider_show .smiley {
    width: 1.05vw;
    height: 1.05vw;
  }

  .security_right .text {
    font-size: .75vw;
  }

  .security_right .logo {
    font-size: 1.3vw;
  }

  .security_right img {
    width: 1.4vw;
    margin: 0 2%;
  }

}

@media all and (min-width: 2560px) {

  .slider_sidebar .slider_showing .client_foto,
  .slider_sidebar .slider_showing .not_foto {
    height: 200px;
    width: 200px;
  }

  .slider_sidebar .slider_showing .not_foto span {
    vertical-align: -95px;
    font-size: .84vw;
  }


}
/* End */
/* /bitrix/templates/all_sites/css/reset.css?17587503874821 */
/* /bitrix/templates/all_sites/fancybox/jquery.fancybox.min.css?176027137919518 */
/* /bitrix/templates/sportlady/owlcarousel/owl.carousel.min.css?16144359673351 */
/* /bitrix/templates/sportlady/owlcarousel/owl.theme.default.css?16144359671380 */
/* /bitrix/templates/all_sites/css/styles.css?17604385055282 */
/* /bitrix/templates/sportlady/components/bitrix/menu/left_menu_sportlady/style.min.css?1620934773490 */
/* /bitrix/components/bitrix/menu/templates/.default/style.min.css?1573978731490 */
/* /bitrix/templates/sportlady/components/bitrix/menu/top_menu_sportlady/style.min.css?1620761395490 */
/* /bitrix/templates/sportlady/components/bitrix/main.map/main.map_sportlady/style.min.css?1620994224139 */
/* /bitrix/templates/sportlady/styles.css?177974345399115 */
/* /bitrix/templates/sportlady/template_styles.css?175874992421097 */
