/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-display: swap;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
@charset "UTF-8";
/*! jQuery UI - v1.13.2 - 2023-07-16
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px rgb(94, 158, 214);
          box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  -ms-filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Black.woff) format("woff"), url(../fonts/Rubik-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-BlackItalic.woff) format("woff"), url(../fonts/Rubik-BlackItalic.woff2) format("woff2");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Bold.woff) format("woff"), url(../fonts/Rubik-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-BoldItalic.woff) format("woff"), url(../fonts/Rubik-BoldItalic.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-ExtraBold.woff) format("woff"), url(../fonts/Rubik-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-ExtraBoldItalic.woff) format("woff"), url(../fonts/Rubik-ExtraBoldItalic.woff2) format("woff2");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Italic.woff) format("woff"), url(../fonts/Rubik-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Light.woff) format("woff"), url(../fonts/Rubik-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-LightItalic.woff) format("woff"), url(../fonts/Rubik-LightItalic.woff2) format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Medium.woff) format("woff"), url(../fonts/Rubik-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-MediumItalic.woff) format("woff"), url(../fonts/Rubik-MediumItalic.woff2) format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Regular.woff) format("woff"), url(../fonts/Rubik-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-SemiBold.woff) format("woff"), url(../fonts/Rubik-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-SemiBoldItalic.woff) format("woff"), url(../fonts/Rubik-SemiBoldItalic.woff2) format("woff2");
  font-weight: 600;
  font-style: italic;
}
*,
:after,
:before {
  outline: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body,
html {
  min-height: 100%;
}

html {
  margin: 0;
}

body,
html,
ul {
  padding: 0;
}

body {
  min-width: 320px;
  max-width: 1920px;
  margin: auto;
}

svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  letter-spacing: inherit;
  text-decoration: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

a,
span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  list-style: none;
}

button {
  cursor: pointer;
}

input,
textarea {
  color: #333;
  font-size: 16px;
}

button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: 0 0;
  margin: 0;
  font-family: Rubik;
}

button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gm-style-cc,
.gmnoprint a,
.gmnoprint span {
  display: none;
}

.gmnoprint div {
  background: 0 0 !important;
}

#content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cboxLoadedContent,
#content {
  overflow: hidden;
  font-family: Rubik;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  padding-top: 136px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

#cboxLoadedContent *,
#content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cboxLoadedContent .pad,
#cboxLoadedContent section,
#content .pad,
#content section {
  padding: 0 35px;
  width: 100%;
  max-width: 1470px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cboxLoadedContent .swiper-pagination-fraction,
#content .swiper-pagination-fraction {
  bottom: auto !important;
  left: auto !important;
}

#cboxLoadedContent .box-viewport,
#content .box-viewport {
  position: relative;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

#cboxLoadedContent .hidden,
#content .hidden {
  display: none;
}

#cboxLoadedContent .shade-bottom,
#content .shade-bottom {
  position: relative;
}

#cboxLoadedContent .shade-bottom:after,
#content .shade-bottom:after {
  content: "";
  width: 100vw;
  height: 350px;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4ecef), to(rgba(228, 236, 239, 0)));
  background: -o-linear-gradient(bottom, #e4ecef 0, rgba(228, 236, 239, 0) 100%);
  background: linear-gradient(to top, #e4ecef 0, rgba(228, 236, 239, 0) 100%);
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

#cboxLoadedContent .box-pagination,
#content .box-pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: calc(100% - 117px);
}

#cboxLoadedContent .box-pagination > div,
#content .box-pagination > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#cboxLoadedContent .box-pagination > div > *,
#content .box-pagination > div > * {
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a0e3), to(#00a0e3)), -webkit-gradient(linear, left bottom, left top, from(#00a0e3), to(#00a0e3)), -webkit-gradient(linear, left bottom, left top, from(#00a0e3), to(#00a0e3)), -webkit-gradient(linear, left bottom, left top, from(#00a0e3), to(#00a0e3)), #00a0e3;
  background: -o-linear-gradient(bottom, #00a0e3, #00a0e3), -o-linear-gradient(bottom, #00a0e3, #00a0e3), -o-linear-gradient(bottom, #00a0e3, #00a0e3), -o-linear-gradient(bottom, #00a0e3, #00a0e3), #00a0e3;
  background: linear-gradient(0, #00a0e3, #00a0e3), linear-gradient(0, #00a0e3, #00a0e3), linear-gradient(0, #00a0e3, #00a0e3), linear-gradient(0, #00a0e3, #00a0e3), #00a0e3;
  margin: 0 12px 12px 0;
  padding: 0;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

#cboxLoadedContent .box-pagination > div > :last-child,
#content .box-pagination > div > :last-child {
  margin: 0 0 12px;
}

#cboxLoadedContent .box-pagination > div > .swiper-pagination-bullet-active,
#content .box-pagination > div > .swiper-pagination-bullet-active {
  background: #02eaff;
}

#cboxLoadedContent .pagination,
#content .pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#cboxLoadedContent .pagination svg,
#content .pagination svg {
  display: block;
}

#cboxLoadedContent .pagination .pages,
#content .pagination .pages {
  padding: 0 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

#cboxLoadedContent .pagination .pages > *,
#content .pagination .pages > * {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
  line-height: 40px;
  text-align: center;
}

#cboxLoadedContent .pagination .pages > :last-child,
#content .pagination .pages > :last-child {
  margin: 0;
}

#cboxLoadedContent .pagination .pages a[href],
#content .pagination .pages a[href] {
  color: #00a0e3;
  border: 1px solid #00a0e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cboxLoadedContent .pagination .pages .active,
#content .pagination .pages .active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  border: 1px solid #00a0e3;
  background: #00a0e3;
}

#cboxLoadedContent .box-pane-navigation,
#content .box-pane-navigation {
  position: relative;
  z-index: 5;
}

#cboxLoadedContent .box-pane-navigation_row,
#content .box-pane-navigation_row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}

#cboxLoadedContent .box-pane-navigation_row .box-pagination,
#content .box-pane-navigation_row .box-pagination {
  margin: 0 !important;
}

#cboxLoadedContent .box-pane-navigation_row .next,
#cboxLoadedContent .box-pane-navigation_row .prev,
#content .box-pane-navigation_row .next,
#content .box-pane-navigation_row .prev {
  cursor: pointer;
}

#cboxLoadedContent .box-pane-navigation_row .btn,
#content .box-pane-navigation_row .btn {
  min-width: 280px;
}

#cboxLoadedContent .box-pane-navigation .box-pagination,
#content .box-pane-navigation .box-pagination {
  margin-top: 30px;
}

#cboxLoadedContent .thin,
#content #menu .menu-scrollbox .menu-cat a,
#content .thin {
  font-weight: 300;
}

#cboxLoadedContent .h1,
#cboxLoadedContent h1,
#content .h1,
#content h1 {
  font-size: 50px;
  line-height: 1.16em;
  font-weight: 700;
  color: #075478;
  margin: 0;
  padding-bottom: 44px;
}

#cboxLoadedContent .h2,
#cboxLoadedContent h2,
#content .h2,
#content h2 {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700;
  color: #075478;
  margin: 0;
  padding-bottom: 37px;
}

#cboxLoadedContent .h4,
#cboxLoadedContent h4,
#content .h4,
#content h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #333;
  padding: 0;
  margin: 0;
}

#cboxLoadedContent .h3,
#cboxLoadedContent h3,
#content .h3,
#content h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.78em;
  color: #333;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

#cboxLoadedContent .btn,
#content .btn {
  line-height: 60px;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  border: 1px solid #00a0e3;
  background: #00a0e3;
  border-radius: 30px;
  font-family: Rubik;
  text-align: center;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

#cboxLoadedContent .btn:hover,
#content .btn:hover {
  background: #0081c5;
}

#cboxLoadedContent .btn-white,
#content .btn-white {
  background: 0 0;
  border: 1px solid #fff;
}

#cboxLoadedContent .btn-onwhite,
#content .btn-onwhite {
  background: 0 0;
  border: 1px solid #00a0e3;
  color: #00a0e3;
}

#cboxLoadedContent .btn-onwhite:hover,
#content .btn-onwhite:hover,
#content .header-btn:hover {
  background: #0081c5;
  color: #fff;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.swiper-slide,
.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-wrapper {
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff ;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000 ;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff ;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000 ;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

#colorbox.cldType #cboxCurrent,
#content #menu .menu-scrollbox .menu-cat #menu-cat > li > ul,
.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
          box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%, 0);
      -ms-transform: translate(0, -50%, 0);
          transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-open {
  z-index: 30;
}

#content .header-pane svg,
#content .header-search_close svg,
.selectric-open .selectric-items,
form.page-search-form button svg {
  display: block;
}

.selectric-disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

#cboxOverlay,
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: 0 !important;
  border: 0 !important;
  *font: 0/0 a !important;
  background: 0 0 !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  bottom: 100%;
}

.selectric-items li,
.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  cursor: pointer;
  padding: 10px 20px;
  background: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #333;
}

.selectric-items li.selected {
  background: #e0e0e0;
}

.selectric-items li.highlighted {
  background: #d0d0d0;
}

.selectric-items li:hover {
  background: #d5d5d5;
}

.selectric-items .disabled {
  opacity: 0.5;
  cursor: default !important;
  background: 0 0 !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444;
}

#content #menu .menu-scrollbox > li:hover > a:before,
.selectric-items .selectric-group.disabled li {
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.colorbox-text {
  max-width: 510px;
  width: 100%;
}

#cboxOverlay {
  z-index: 500;
  background-color: #1e1e1e;
  opacity: 0.6 !important;
  position: fixed;
  top: 0;
  left: 0;
}

#colorbox {
  z-index: 600;
  overflow: visible !important;
}

#colorbox #cboxNext,
#colorbox #cboxPrevious {
  z-index: 5;
}

#colorbox #cboxClose {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
  right: 25px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 2;
}

#colorbox #cboxClose path,
#colorbox #cboxClose svg,
#content .basket-item .del svg path,
form.page-search-form button svg path {
  fill: #00a0e3;
}

#colorbox #cboxContent {
  position: relative;
  background: #fff;
}

#colorbox #cboxContent:after {
  height: 35%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4ecef), to(rgba(228, 236, 239, 0)));
  background: -o-linear-gradient(bottom, #e4ecef 0, rgba(228, 236, 239, 0) 100%);
  background: linear-gradient(0, #e4ecef 0, rgba(228, 236, 239, 0) 100%);
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
}

#colorbox #cboxLoadedContent {
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  padding: 70px 70px 100px;
  z-index: 1;
}

#colorbox #cboxLoadedContent h2 {
  text-align: center;
}

#colorbox #cboxLoadedContent p {
  margin: 0 0 2.1em;
  font-weight: 300;
}

#colorbox #cboxLoadedContent > *,
#content .header-pane_basket svg {
  position: relative;
  z-index: 1;
}

#colorbox #cboxLoadedContent img.cboxPhoto {
  display: block;
  line-height: 0;
}

#colorbox .main-news-subscribe {
  display: block !important;
  width: 280px;
  border: 0;
  padding: 35px 20px 20px;
}

#colorbox.cldType #cboxNext,
#colorbox.cldType #cboxPrevious {
  background: url(../img/fall_b.svg) no-repeat center;
  height: 50px;
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  width: 50px;
}

#colorbox.cldType #cboxPrevious {
  left: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#colorbox.cldType #cboxNext {
  right: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#content #menu {
  height: 100%;
}

#content #menu .menu-scrollbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 175px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

#content #menu .menu-scrollbox > li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#content #menu .menu-scrollbox > li > a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  position: relative;
}

#content #menu .menu-scrollbox .menu-cat,
#content #menu .menu-scrollbox > li > a:before {
  position: absolute;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

#content #menu .menu-scrollbox > li > a:before {
  content: "";
  background: #02eaff;
  display: block;
  height: 2px;
  bottom: calc(100% + 5px);
  right: 0;
}

#content #menu .menu-scrollbox .menu-cat {
  top: 100%;
  width: 100%;
  padding: 38px 0;
  line-height: 38px;
  visibility: hidden;
}

#content #menu .menu-scrollbox .menu-cat-side {
  width: 75%;
  border-right: 1px solid rgba(0, 160, 227, 0.3);
  padding-right: 40px;
}

#content #menu .menu-scrollbox .menu-cat-side:last-child {
  width: 25%;
  min-width: 25%;
  padding-left: 5.5%;
  padding-right: 0;
  border: 0;
}

#content #menu .menu-scrollbox .menu-cat-title {
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 12px;
}

#content #menu .menu-scrollbox .menu-cat:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fbfbfb;
}

#content #menu .menu-scrollbox .menu-cat:after,
#content .header-search:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#content #menu .menu-scrollbox .menu-cat:after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4ecef), to(rgba(228, 236, 239, 0)));
  background: -o-linear-gradient(bottom, #e4ecef 0, rgba(228, 236, 239, 0) 100%);
  background: linear-gradient(0, #e4ecef 0, rgba(228, 236, 239, 0) 100%);
  height: 144px;
}

#content #menu .menu-scrollbox .menu-cat-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 1;
}

#content #menu .menu-scrollbox .menu-cat #menu-cat {
  height: 190px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  width: 100%;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

#content #menu .menu-scrollbox .menu-cat #menu-cat > li a {
  font-weight: 300;
  color: #333;
}

#content header {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 320px;
  z-index: 50;
  max-width: 1920px;
  margin: auto;
}

#content .header-menu {
  width: 100%;
}

#content .header-menu_list,
#content .header-menu_wrap {
  height: 100%;
}

#content .header-menu_top {
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#content .header-menu_bottom {
  height: 76px;
  background: #0081c5;
}

#content .header-btn {
  font-size: 16px;
  color: #0081c5;
  line-height: 40px;
  border: 1px solid #0081c5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  width: 100%;
  max-width: 222px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

#content .header-body,
#content .header-search form {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

#content .header-logo {
  height: 76px;
  width: 34.286%;
  min-width: 34.286%;
  background: url(../img/logo.svg) no-repeat left top 12px;
}

#content .header-search {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 76px;
  background: #0081c5;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

#content .header-search.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#content .header-search:before {
  background: #0081c5;
  height: 100%;
}

#content .header-search_close {
  cursor: pointer;
}

#content .header-search_close path,
#content .main-slider-control > * svg path {
  fill: #fff;
}

#content .header-search form {
  z-index: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

#content .header-search form .input {
  height: 28px;
  width: 100%;
}

#content .header-search form input {
  height: 28px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

#content .header-search form input::-webkit-input-placeholder {
  color: #fff;
}

#content .header-search form input:-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
}

#content .header-search form input::-moz-placeholder {
  color: #fff;
}

#content .header-search form input::-ms-input-placeholder {
  color: #fff;
}

#content .header-search form input::placeholder {
  color: #fff;
}

#content .header-search form input::-webkit-input-placeholder {
  font-size: 18px;
}

#content .header-search form input::-moz-placeholder {
  font-size: 18px;
}

#content .header-search form input:-ms-input-placeholder {
  font-size: 18px;
}

#content .header-search form input::-ms-input-placeholder {
  font-size: 18px;
}

#content .header-search form input::placeholder {
  font-size: 18px;
}

#content .header-search form button {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 40px;
}

#content .header-pane {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 76px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 10;
  font-size: 0;
  line-height: normal;
}

#content .header-pane > * {
  margin-left: 38px;
}

#content .header-pane > :first-child {
  margin: 0;
}

#content .header-pane_basket {
  position: relative;
}

#content .header-pane_basket i {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -5px;
  background: #02eaff;
}

#content .header-pane_search {
  cursor: pointer;
}

#content .header-pane_menu {
  width: 24px;
  height: 19px;
  cursor: pointer;
  position: relative;
  margin-left: 35px !important;
}

#content .header-pane_menu.open:before {
  opacity: 0;
}

#content .header-pane_menu.open:after {
  opacity: 1;
}

#content .header-pane_menu:after,
#content .header-pane_menu:before,
#content .header-places_item .content-contacts_item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

#content .header-pane_menu:before {
  background: url(../img/burger.svg) no-repeat center;
}

#content .header-pane_menu:after {
  background: url(../img/menu_close.svg) no-repeat center;
  opacity: 0;
}

#content .header-places {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 2;
  position: relative;
}

#content .header-places_item {
  margin-right: 5px;
  position: relative;
  height: 19px;
}

#content .header-places_item:hover {
  z-index: 2;
}

#content .header-places_item:hover .content-contacts_title {
  margin-bottom: 11px;
}

#content .header-places_item:hover .content-contacts_item:before,
#content .header-places_item:hover .content-contacts_phone {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  max-height: 300px;
}

#content .header-places_item .content-contacts_item,
#content .header-places_item .content-contacts_item * {
  position: relative;
  z-index: 1;
}

#content .header-places_item .content-contacts_item:before {
  top: -16px;
  left: -16px;
  right: -16px;
  bottom: -16px;
  background: #fff;
  border: 1px solid #00a0e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#content .header-places_item .content-contacts_title {
  color: #0081c5;
  font-size: 16px;
  line-height: 19px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#content .header-places_item .content-contacts_title:before {
  content: "";
  height: 16px;
  width: 16px;
  margin-right: 9px;
  display: block;
  background: url(../img/phone.svg) no-repeat center/contain;
}

#content .footer-address .content-contacts_phone br,
#content .header-places_item .content-contacts_address,
#content .header-places_item .content-contacts_phone span {
  display: none;
}

#content .header-places_item .content-contacts_phone {
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

#content .header-places_item .content-contacts_phone i {
  font-style: normal;
  white-space: normal;
}

#content footer {
  background: -o-linear-gradient(346.58deg, #0081c5 -4.35%, rgba(0, 129, 197, 0) 33.14%), #075478;
  background: linear-gradient(103.42deg, #0081c5 -4.35%, rgba(0, 129, 197, 0) 33.14%), #075478;
  color: #fff;
  padding: 52px 0 59px;
  font-size: 16px;
}

#content .footer-logo {
  width: 112px;
  height: 28px;
  margin-bottom: 17px;
  background: url(../img/logo2.svg) no-repeat center/contain;
  display: block;
}

#content .footer-address_item {
  margin-bottom: 2em;
}

#content .footer-address_item:last-child,
#content .main-links-tile .tile:last-child {
  margin: 0;
}

#content .footer-address {
  color: #f2f2f2;
  width: 100%;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#content .footer-address .content-contacts_title,
#content .footer-address strong {
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  line-height: 19px;
  margin-bottom: 0.8em;
}

#content .footer-left {
  color: rgba(255, 255, 255, 0.7);
  width: 25.715%;
  min-width: 25.715%;
}

#content .footer-right {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

#content .footer-sitemap {
  line-height: 19px;
}

#content .footer-dev {
  margin-top: 45px;
  line-height: 19px;
}

#content .footer-nav .btn {
  position: absolute;
  right: 0;
  top: 135px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#content .footer-menu {
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 25%;
     -moz-column-gap: 25%;
          column-gap: 25%;
  white-space: nowrap;
}

#content .footer-menu li {
  margin-bottom: 16px;
}

#colorbox label.checkbox .check span svg,
#content #map [class$=-copyrights-pane],
#content .main-filter .mainRange .noUi-handle:after,
#content .main-filter .mainRange .noUi-handle:before,
#content .pa.dn,
#content label.checkbox .check span svg,
form#register .choose-box > div {
  display: none;
}

#content .main {
  overflow: hidden;
}

#content .main-block {
  padding-bottom: 50px;
}

#content .main-novelty .swiper-slide {
  height: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

#content .main-novelty_shade {
  overflow: hidden;
}

#content .main-catalog_sections-wrap + .breadcrumbs {
  padding: 10px 0 18px;
}

#content .main-catalog_sections-slider {
  padding: 50px 0 65px;
  overflow: hidden;
}

#content .main-catalog_sections-slider .swiper-slide {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#content .main-catalog_sections-slider .img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px auto;
  border: 2px solid rgba(0, 160, 227, 0.5);
  border-radius: 50%;
}

#content .main-catalog_sections-slider .box-pagination {
  padding-top: 20px;
}

#content .main-news-slider {
  position: relative;
}

#content .main-news_shade {
  overflow: hidden;
}

#content .main-links-tile {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 10px 0 0;
}

#content .main-links-tile .tile {
  height: 280px;
  width: calc(33.3333333333% - 6.6666666667px);
  margin: 0 10px 0 0;
  padding: 50px 40px;
}

#content .main-links-tile .tile-title {
  font-size: 40px;
  font-family: R-B;
  color: #1e1e1e;
  text-transform: uppercase;
  line-height: 0.75;
  position: relative;
}

#content .main-links-tile .tile-title.w-sup {
  font-size: 37px;
}

#content .main-links-tile .tile-title .sup {
  position: absolute;
  top: -15px;
  left: 1px;
  font-size: 20px;
}

#content .main-links-tile .tile-title span {
  position: relative;
  z-index: 1;
}

#content .main-links-tile .tile-title:after {
  content: "";
  background-color: #f9ad11;
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -2px;
  height: 55%;
}

#content .main-links-tile .tile-desc {
  padding: 40px 0 0;
  display: block;
  font-size: 30px;
  font-family: PC;
  color: #1e1e1e;
  line-height: 1;
}

#content .main-links-tile .tile-desc.red {
  color: #df2726;
}

#content .main-slider {
  height: 564px;
  position: relative;
}

#content .main-slider:before {
  content: "";
  z-index: -1;
  background: url(../img/slider.jpg) no-repeat left bottom;
  top: 0;
  left: 34.286%;
  bottom: 80px;
  width: 100vw;
  display: block;
  position: absolute;
}

#content .main-slider-control {
  width: 160px;
  height: 80px;
  position: absolute;
  left: calc(34.286% + 117px);
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

#content .main-slider-control > * {
  width: 50%;
  background: #00a0e3;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  cursor: pointer;
}

#content .main-slider-control > * svg {
  width: 40px;
}

#content .main-slider-text {
  color: #fff;
  padding: 0;
  margin: 0;
}

#content .main-slider-text p {
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
}

#content .main-slider-nav {
  position: absolute;
  bottom: 136px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  left: calc(34.286% + 195px);
}

#content .main-slider-nav > * {
  background: -webkit-gradient(linear, left bottom, left top, from(#00a0e3), to(#00a0e3)), -webkit-gradient(linear, left bottom, left top, from(#00a0e3), to(#00a0e3)), -webkit-gradient(linear, left bottom, left top, from(#00a0e3), to(#00a0e3)), -webkit-gradient(linear, left bottom, left top, from(#00a0e3), to(#00a0e3)), #00a0e3;
  background: -o-linear-gradient(bottom, #00a0e3, #00a0e3), -o-linear-gradient(bottom, #00a0e3, #00a0e3), -o-linear-gradient(bottom, #00a0e3, #00a0e3), -o-linear-gradient(bottom, #00a0e3, #00a0e3), #00a0e3;
  background: linear-gradient(0, #00a0e3, #00a0e3), linear-gradient(0, #00a0e3, #00a0e3), linear-gradient(0, #00a0e3, #00a0e3), linear-gradient(0, #00a0e3, #00a0e3), #00a0e3;
  opacity: 1;
  width: 12px;
  height: 12px;
  cursor: pointer;
  padding: 0;
  margin: 0 18px 0 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

#content .main-slider-nav > .swiper-pagination-bullet-active,
#content form#callback .inputs input,
#content form#callback .inputs textarea {
  background: #fff;
}

#content .inner .side .menu-left ul li:last-child,
#content .main-slider-nav > :last-child {
  margin: 0;
}

#content .main-slider-item {
  height: 100%;
  position: static;
  padding-left: 70px;
  padding-top: 128px;
}

#content .main-slider-img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#content .main-slider .swiper-wrapper {
  height: auto;
}

#content .main-slider .swiper-slide {
  opacity: 0;
  padding-left: calc(34.286% + 117px);
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#content .main-slider .swiper-slide:nth-child(1) {
  opacity: 1;
}

#content .main-slider .swiper-slide.swiper-slide-active,
#content .main-slider.swiper-container-initialized .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

#content .main-slider.swiper-container-initialized .swiper-slide {
  opacity: 0 !important;
}

#content .main-slider-box,
form.page-search-form,
form.uni label.checkbox > div {
  position: relative;
}

#content .main-slider-thumbs {
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 28px);
  width: calc(34.286% + 117px);
}

#content .main-slider-thumbs .swiper-slide,
form.uni label.checkbox input {
  opacity: 0;
}

#content .main-slider-thumbs .swiper-slide:nth-child(1) {
  opacity: 1;
}

#content .main-slider-thumbs .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

#content .main-slider-thumbs.swiper-container-initialized .swiper-slide:nth-child(1) {
  opacity: 0;
}

#content .main-client {
  overflow: hidden;
  height: 150px;
}

#content .main-client .client,
#content .main-client .swiper-slide,
#content .main-client .swiper-wrapper {
  height: 100%;
}

#content .main-client .client {
  border-left: 3px solid #e3e3e3;
  border-top: 3px solid #e3e3e3;
  border-bottom: 3px solid #e3e3e3;
}

#content .main-client .client img {
  max-width: 90%;
  max-height: 80%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#content .main-client .client div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#content .main-client .client div:first-child {
  opacity: 1;
  z-index: 1;
}

#content .main-client .client:hover div:first-child {
  opacity: 0;
}

#content .main-client .swiper-slide:last-child .client {
  border-right: 3px solid #e3e3e3;
}

#content .main-production {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  height: 670px;
  margin: 0 0 30px;
}

#content .main-production-item {
  height: 330px;
  width: calc((50.7% - 20px) / 2);
}

#content .main-production-item a {
  font-size: 16px;
  font-family: R-B;
  color: #1e1e1e;
  text-transform: uppercase;
  line-height: 1.563;
  background: #fff;
  height: 90px;
  max-width: 280px;
  text-align: center;
  left: 30px;
  right: 30px;
  position: absolute;
  margin: auto;
  bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

#content .main-production-item a span {
  line-height: 1.5;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: inset 0 0 transparent, inset 0 -10px transparent;
          box-shadow: inset 0 0 transparent, inset 0 -10px transparent;
}

#content .main-production-item a:hover span {
  -webkit-box-shadow: inset 0 0 #fff, inset 0 -10px #f9ad11;
          box-shadow: inset 0 0 #fff, inset 0 -10px #f9ad11;
}

#content .main-production-item:nth-child(1),
#content .main-production-item:nth-child(5) {
  width: 49.3%;
}

#content .main-production .mp-1 {
  background-image: url(../img/manufacture-uf.jpg);
}

#content .main-production .mp-2 {
  background-image: url(../img/manufacture-tampo.jpg);
}

#content .main-production .mp-3 {
  background-image: url(../img/manufacture-sublimation.jpg);
}

#content .main-production .mp-4 {
  background-image: url(../img/manufacture-cutting.jpg);
}

#content .main-production .mp-5 {
  background-image: url(../img/manufacture-packaging.jpg);
}

#content .main-production .mp-6 {
  background-image: url(../img/manufacture-plotter.jpg);
}

#content .main-sug-wrap {
  overflow: hidden;
}

#content .main-sug .swiper-slide,
form#delivery .list .all-price > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

#content .main-sug-item {
  padding: 30px 30px 0;
  width: 100%;
}

#content .main-sug-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: #f2f2f2;
}

#content .main-sug-item .img {
  height: 280px;
  width: 100%;
}

#content .main-sug-item .link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 25px;
  min-height: 80px;
  padding: 30px 0 0;
}

#content .main-gallery_row > * > div span,
#content .main-sug-item .link > span {
  width: 100%;
}

#content .main-sug-item .link > span:first-child {
  padding: 0 20px 0 0;
}

#content .main-sug-item .link > span:last-child {
  max-width: 38px;
}

#content .main-sug-item .links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0;
}

#content .main-sug .buttonBox-r {
  padding: 60px 0 0;
}

#content .main-filter form.range,
#content .main-filter_bar,
#content .main-filter_range,
#content .main-filter_select,
#content .main-gallery_row > * > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#content .main-filter_select .selectric-select {
  width: 100%;
  max-width: 100%;
}

#content .main-filter_select .selectric-select-colors {
  width: 100%;
  max-width: 220px;
}

#content .main-filter_range {
  width: 60%;
  margin-right: 16px;
}

#content .main-filter_range > span {
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 20px;
  white-space: nowrap;
}

#content .main-filter_wrap {
  background: #02eaff;
  border: 1px solid rgba(0, 160, 227, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 50px;
}

#content .main-filter .selectric-wrapper {
  margin-right: 16px;
  min-width: 260px;
}

#content .main-filter .btn {
  min-width: 185px;
  max-width: 185px;
}

#content .main-filter .mainRange {
  width: 100%;
  height: 6px;
  border-radius: 0;
  border: 0;
  padding: 0 10px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#content .main-filter .mainRange .noUi-connects {
  border-radius: 0;
}

#content .main-filter .mainRange .noUi-connect {
  background: #00a0e3;
}

#content .main-filter .mainRange .noUi-handle {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  width: 28px;
  height: 42px;
  top: -15px;
  right: -14px !important;
  background: url(../img/scale.svg) no-repeat center;
}

#content .main-filter .mainRange-inputs {
  background: #fff;
  width: 180px;
  min-width: 180px;
  height: 60px;
  border-radius: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 0 0 20px;
  font-size: 16px;
}

#content .main-filter .mainRange-inputs span {
  padding: 0 7px;
  font-weight: 500;
}

#content .main-filter .mainRange-inputs input {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  -webkit-appearance: none !important;
  appearance: none !important;
  -moz-appearance: textfield !important;
  margin: 0;
}

#content .main-filter .mainRange-inputs input.low {
  text-align: right;
}

#content .main-filter .mainRange-inputs input.up {
  text-align: left;
}

#content .main-filter form.range,
#content .main-gallery_row > * > div {
  width: 100%;
}

#content .main-filter form.range {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#content .main-about_row {
  padding: 40px 0 100px;
  overflow: hidden;
}

#content .main-about_row .box-pagination {
  padding-top: 24px;
}

#content .main-about_item {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #333;
  border-left: 3px solid #00a0e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

#content .main-about_item b {
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  font-size: 18px;
}

#content .main-gallery_wrap {
  padding-top: 100px;
  position: relative;
}

#content .main-gallery_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 160, 227, 0.5)), to(rgba(0, 160, 227, 0))), #075478;
  background: -o-linear-gradient(bottom, rgba(0, 160, 227, 0.5) 0, rgba(0, 160, 227, 0) 100%), #075478;
  background: linear-gradient(0, rgba(0, 160, 227, 0.5) 0, rgba(0, 160, 227, 0) 100%), #075478;
  bottom: 68px;
}

#content .main-gallery_row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  font-weight: 400;
}

#content .main-gallery_row > * {
  height: 220px;
  width: calc((100% - 120px) / 4);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 40px 0 0 40px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  text-align: center;
  text-transform: uppercase;
}

#content .main-gallery_row > * > div {
  min-height: 48px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#content .main-gallery_row > :nth-child(1),
#content .main-gallery_row > :nth-child(2),
#content .main-gallery_row > :nth-child(3) {
  margin-top: 0;
}

#content .main-gallery_row > .col2 {
  width: calc(50% - 20px);
}

#content .main-gallery_row > .left {
  margin-left: 0;
}

#content .main-gallery_row h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
}

#content .ul.cube,
#content ul.cube {
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 40px;
}

#content .ul.cube b,
#content ul.cube b {
  color: #1e1e1e;
  text-decoration: none;
  font-family: R-SB;
  text-transform: uppercase;
}

#content .ul.cube u a,
#content ul.cube u a {
  border-bottom: 1px solid #df2726;
  line-height: 14px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#content .ul.cube u a:hover,
#content ul.cube u a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

#content ul.cube li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 0 0 20px;
}

#content .page-404 .info > div:last-child,
#content ul.cube li:last-child {
  padding: 0;
}

#content ul.cube li:before {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  background: #df2726;
  margin: 9px 0 0;
}

#content ul.cube li span {
  padding: 0 0 0 10px;
}

.selectric-select,
.selectric-select-colors,
.selectric-select-link {
  width: 100%;
  max-width: 260px;
}

.selectric-select span.label,
.selectric-select-colors span.label,
.selectric-select-link span.label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  line-height: 60px;
  height: 60px;
  margin: 0 50px 0 20px;
}

.selectric-select-colors span.label i {
  min-width: 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 14px;
}

.selectric-select-colors span.label i.all {
  background: url(../img/color-wheel.svg) no-repeat center/contain;
}

.selectric-select-colors span.label i.transparent {
  background: url(../img/colors.png) no-repeat center/contain;
}

.selectric-select-colors span.label span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.selectric-select span.label,
.selectric-select-link span.label {
  margin: 0 50px 0 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.selectric-select .selectric-items li,
.selectric-select-link .selectric-items li {
  padding-left: 30px;
}

.selectric-select-link .selectric,
form.uni .selectric-select .selectric {
  border: 1px solid rgba(0, 160, 227, 0.5);
}

.selectric-select-link .selectric-items,
.selectric-select-link span.label {
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
}

.selectric-items {
  background: #fff;
  padding-top: 30px;
  top: calc(100% - 30px);
}

.selectric-items li:hover {
  background: #00a0e3;
  color: #fff;
}

.selectric-items li.highlighted,
.selectric-items li.selected {
  background: #075478;
  color: #fff;
}

.selectric-above .selectric-items {
  padding-top: 0;
  padding-bottom: 30px;
  top: auto;
  bottom: calc(100% - 30px);
}

.selectric-above .button {
  -webkit-transform: rotate(0) !important;
      -ms-transform: rotate(0) !important;
          transform: rotate(0) !important;
}

#content .questions-wrapper .question.show i,
#content a[data-spoiler].show:after,
.selectric-open .button {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.selectric {
  background: #fff;
  border-radius: 30px;
  border: 0;
}

.selectric .button {
  font-size: 0;
  height: 16px;
  width: 16px;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin: auto;
  right: 20px;
  background: url(../img/drop-down.svg) no-repeat center;
  position: absolute;
}

.h1_main {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.78em !important;
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.h1_main {
  display: block !important;
}

#content a[data-spoiler] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

#content a[data-spoiler]:after {
  content: "";
  background: url(../img/drop.svg) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  margin: -3px 0 0 20px;
}

#content .breadcrumbs {
  font-size: 14px;
  line-height: 28px;
  color: #bdbdbd;
  padding: 10px 0 50px;
}

#content .breadcrumbs a,
#content .breadcrumbs i,
#content .inner .side .menu-left ul .h3 {
  color: #828282;
}

#content .breadcrumbs i {
  font-style: normal;
  margin: 0 10px;
}

#content .inner,
form#delivery .list-items .price-cell .price {
  font-weight: 300;
}

#content .inner .side {
  position: static;
  width: 100%;
}

#content .inner .side .menu-left .exit {
  max-width: 155px;
  display: block;
  margin-top: 40px;
}

#content .inner .side .menu-left ul li {
  margin-bottom: 20px;
}

#content .inner .side .menu-left ul .h3.active {
  color: #075478;
}

#content .inner .side + .side {
  width: calc(100% - 360px);
  max-width: calc(100% - 360px);
  min-width: calc(100% - 360px);
}

#content .inner p {
  padding: 0;
  font-weight: 300;
  margin: 0 0 2.1em;
}

#content .inner p:last-child,
#content .inner p:nth-last-child(1) {
  margin: 0;
}

#colorbox label.checkbox .check input,
#content .inner .main-gallery section,
#content label.checkbox .check input {
  padding: 0;
}

#content .inner .main-about_text {
  border: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
}

#content .inner .main-about_row {
  padding-bottom: 0;
}

#content .page-content {
  padding: 0 0 40px;
}

#content .page-content p {
  margin: 0 0 15px;
}

#content .page-content ul > li {
  list-style: none;
  margin: 0 0 3px;
  padding: 0 0 0 20px;
  position: relative;
}

#content .page-content ul > li:before {
  background: #0081c5;
  border-radius: 100%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 8px;
}

.required-text {
  font-size: 13px;
  margin: 30px 0 0;
  text-align: center;
}

#content .sitemap .h3 > a:hover,
.form-info span,
.required-text span,
form#LoginManagerForm .remember a,
form#delivery .confirm-text a {
  color: #00a0e3;
}

.filter-input-wrapper,
.form-counter {
  height: 60px;
  border-radius: 30px;
  border: 1px solid rgba(0, 160, 227, 0.5);
}

.filter-input-wrapper {
  line-height: 60px;
  margin: 0;
  min-width: 100%;
  position: relative;
  width: 100%;
}

.filter-input-wrapper input,
.form-counter input {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.filter-input-wrapper .minus,
.filter-input-wrapper .plus {
  cursor: pointer;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.filter-input-wrapper .minus {
  left: 6px;
}

.filter-input-wrapper .minus:before,
.filter-input-wrapper .plus:after,
.filter-input-wrapper .plus:before {
  background: #00a1e2;
  content: "";
  height: 2px;
  left: 7px;
  position: absolute;
  top: 20px;
  width: 23px;
}

.filter-input-wrapper .plus {
  right: 6px;
}

.filter-input-wrapper .plus:after {
  height: 23px;
  left: 18px;
  top: 9px;
  width: 2px;
}

.form-counter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 160px;
  overflow: hidden;
}

.form-counter .set,
form.page-search-form button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.form-counter .set {
  min-width: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50px;
}

.form-counter input {
  color: #333;
  z-index: 1;
  position: relative;
}

form.page-search-form button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
}

#colorbox form#callback .form-wrap,
form.basket .main-block {
  width: 100%;
}

form.default input {
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  padding: 0 33px;
  font-size: 18px;
  color: #4f4f4f;
}

form.default input::-webkit-input-placeholder {
  color: #4f4f4f;
}

form.default input:-ms-input-placeholder {
  color: #4f4f4f;
  font-size: 18px;
  font-family: Rubik;
}

form.default input::-moz-placeholder {
  color: #4f4f4f;
}

form.default input::-ms-input-placeholder {
  color: #4f4f4f;
}

form.default input::placeholder {
  color: #4f4f4f;
}

form.default input::-webkit-input-placeholder {
  font-size: 18px;
}

form.default input::-moz-placeholder {
  font-size: 18px;
}

form.default input:-ms-input-placeholder {
  font-size: 18px;
}

form.default input::-ms-input-placeholder {
  font-size: 18px;
}

form.default input::placeholder {
  font-size: 18px;
}

form.default input::-webkit-input-placeholder {
  font-family: Rubik;
}

form.default input::-moz-placeholder {
  font-family: Rubik;
}

form.default input:-ms-input-placeholder {
  font-family: Rubik;
}

form.default input::-ms-input-placeholder {
  font-family: Rubik;
}

form.default input::placeholder {
  font-family: Rubik;
}

.input-alert {
  padding: 0 30px;
  position: absolute;
}

.input-alert,
form.uni .alert {
  color: #eb5757;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

form.uni .h2 {
  text-align: center;
}

form.uni .selectric-select {
  max-width: none;
  margin-top: 40px;
  font-weight: 400;
}

form.uni .selectric-select .selectric span.label {
  color: #4f4f4f;
  font-size: 18px;
}

form.uni select,
form.uni input {
  padding: 0 33px;
}

form.uni select {
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) 20px;
  background-size: 1em auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath d='M70.3 13.8L40 66.3 9.7 13.8z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
  line-height: 60px;
}

.kp select {
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) 15px;
  background-size: 1em auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath d='M70.3 13.8L40 66.3 9.7 13.8z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
  line-height: 30px;
}

form.uni input,
form.uni select,
form.uni textarea {
  width: 100%;
  height: 60px;
  display: block;
  margin-top: 40px;
  border-radius: 30px;
  font-size: 18px;
  color: #4f4f4f;
  border: 1px solid rgba(0, 160, 227, 0.5);
}

form.uni input {
  margin-top: 30px;
}

form.uni input::-webkit-input-placeholder,
form.uni textarea::-webkit-input-placeholder {
  color: #4f4f4f;
}

form.uni input:-ms-input-placeholder,
form.uni textarea:-ms-input-placeholder {
  color: #4f4f4f;
  font-size: 18px;
  font-family: Rubik;
}

form.uni input::-webkit-input-placeholder, form.uni textarea::-webkit-input-placeholder {
  color: #4f4f4f;
}

form.uni input::-moz-placeholder, form.uni textarea::-moz-placeholder {
  color: #4f4f4f;
}

form.uni input:-ms-input-placeholder, form.uni textarea:-ms-input-placeholder {
  color: #4f4f4f;
}

form.uni input::-ms-input-placeholder, form.uni textarea::-ms-input-placeholder {
  color: #4f4f4f;
}

form.uni input::placeholder,
form.uni textarea::placeholder {
  color: #4f4f4f;
}

form.uni input::-webkit-input-placeholder,
form.uni textarea::-webkit-input-placeholder {
  font-size: 18px;
}

form.uni input::-webkit-input-placeholder, form.uni textarea::-webkit-input-placeholder {
  font-size: 18px;
}

form.uni input::-moz-placeholder, form.uni textarea::-moz-placeholder {
  font-size: 18px;
}

form.uni input:-ms-input-placeholder, form.uni textarea:-ms-input-placeholder {
  font-size: 18px;
}

form.uni input::-ms-input-placeholder, form.uni textarea::-ms-input-placeholder {
  font-size: 18px;
}

form.uni input::placeholder,
form.uni textarea::placeholder {
  font-size: 18px;
}

form.uni input::-webkit-input-placeholder,
form.uni textarea::-webkit-input-placeholder {
  font-family: Rubik;
}

form.uni input::-webkit-input-placeholder, form.uni textarea::-webkit-input-placeholder {
  font-family: Rubik;
}

form.uni input::-moz-placeholder, form.uni textarea::-moz-placeholder {
  font-family: Rubik;
}

form.uni input:-ms-input-placeholder, form.uni textarea:-ms-input-placeholder {
  font-family: Rubik;
}

form.uni input::-ms-input-placeholder, form.uni textarea::-ms-input-placeholder {
  font-family: Rubik;
}

form.uni input::placeholder,
form.uni textarea::placeholder {
  font-family: Rubik;
}

form.uni input:first-child,
form.uni textarea:first-child {
  margin: 0;
}

form.uni input.warning,
form.uni textarea.warning {
  border-color: #eb5757;
  background: url(../img/alarm.svg) no-repeat right 20px center;
}

form.uni textarea {
  resize: none;
  padding: 13px 33px;
}

form#delivery {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

form#delivery .inputs {
  width: 100%;
  max-width: 560px;
}

form#delivery textarea {
  height: 120px;
}

form#delivery .list {
  width: 440px;
  min-width: 440px;
  padding: 38px 45px;
  min-height: 215px;
  border: 1px solid rgba(0, 160, 227, 0.3);
  font-size: 18px;
  line-height: 28px;
}

form#delivery .list .all-price {
  padding-top: 15px;
}

form#delivery .list .all-price > div .price {
  padding-left: 18px;
}

form#delivery .list-items td {
  vertical-align: top;
  padding-top: 15px;
}

form#delivery .list-items .col {
  padding: 15px 15px 0;
  white-space: nowrap;
}

form#delivery .list-items .price-cell {
  white-space: nowrap;
}

form#delivery .confirm-text {
  font-size: 14px;
  line-height: 20px;
}

form#delivery .confirm-text span {
  display: block;
  margin-bottom: 16px;
}

form#delivery .confirm-wrap {
  width: 100%;
  max-width: 560px;
}

form#delivery .confirm-wrap .confirm {
  padding: 40px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}

form#delivery .confirm-wrap .confirm > div:first-child {
  margin-bottom: 15px;
}

form#delivery .confirm-wrap .confirm .btn {
  padding: 0 44px;
}

#colorbox .inputs.col2,
#content .inputs.col2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#colorbox .inputs.col2 input,
#content .inputs.col2 input {
  width: calc(50% - 40px);
  margin-bottom: 40px;
  margin-top: 0;
}

#colorbox .col2-btn,
#content .col2-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

#colorbox .col2-btn .btn,
#content .col2-btn .btn {
  padding: 0 44px;
  white-space: nowrap;
  width: auto;
  max-width: none !important;
}

#colorbox label.checkbox,
#content label.checkbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 24px;
  color: #828282;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

#colorbox label.checkbox .check,
#content label.checkbox .check {
  background: 0 0;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(0, 160, 227, 0.5);
}

#colorbox label.checkbox .check input:checked + span,
#content label.checkbox .check input:checked + span {
  opacity: 1;
}

#colorbox label.checkbox .check span,
#content label.checkbox .check span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../img/check.svg) no-repeat center;
  pointer-events: auto;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

#colorbox label.checkbox > div:not(.check),
#content label.checkbox > div:not(.check) {
  padding-left: 20px;
}

form#subscribe {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 144px;
  padding: 24px 80px 24px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #02eaff;
  border: 1px solid rgba(0, 160, 227, 0.3);
}

form#subscribe .info {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.33em;
  padding-right: 64px;
  font-size: 18px;
}

form#subscribe .btn {
  width: 226px;
  min-width: 226px;
}

form#subscribe .input {
  width: 37%;
  min-width: 37%;
  padding-right: 20px;
}

#colorbox .form-btns {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0 0;
}

#colorbox .form-btns .button {
  margin: 0 0 10px;
  width: 100%;
  padding: 0;
}

#colorbox .form-btns .button:first-child {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
  margin: 0;
}

#colorbox .form-btns .button:last-child {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

#colorbox form#callback {
  width: 480px;
}

#colorbox form#callback label.checkbox,
form#register label.checkbox {
  margin-top: 40px;
}

#colorbox form#callback .form-btns,
form#register .form-btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

#colorbox form#callback .form-btns .btn {
  padding: 0 44px;
  width: auto !important;
  max-width: none !important;
}

#colorbox form#callback textarea {
  height: 137px;
}

.form-info {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding-top: 30px;
}

form#register {
  width: 425px;
}

form#register .choose {
  text-transform: uppercase;
  font-weight: 500;
  color: #828282;
  margin-bottom: 50px;
  text-align: center;
}

form#register .choose span {
  cursor: pointer;
}

form#register .choose .active,
form#register .choose i {
  color: #075478;
}

#content .menu-filter_tab i,
form#register .choose i {
  font-style: normal;
}

#content .catalog-card {
  cursor: pointer;
}

#content .catalog-card .toCart {
  cursor: pointer;
}

#content .catalog-card .toCart svg,
form#register .choose-box > div.active {
  display: block;
}

form#LoginManagerForm .form-wrap,
form#register .form-wrap {
  width: 100%;
}

form#LoginManagerForm {
  width: 490px;
}

form#LoginManagerForm .remember {
  padding-top: 40px;
}

form#LoginManagerForm .form-btns,
form#LoginManagerForm .remember {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

form#LoginManagerForm .form-btns .btn {
  max-width: none !important;
  width: auto !important;
  padding: 0 44px;
  margin: 0;
}

#content .page-search {
  max-width: 800px;
}

#content .page-search_top {
  padding-bottom: 40px;
}

#content .page-search .text-grey {
  color: #828282;
  margin-top: 12px;
}

#content .search-item .basket-item h4 span {
  display: inline-block;
  color: #075478;
}

#content .search-item .basket-item .price {
  margin: 15px 0 0 !important;
}

#content .sitemap .h3 {
  color: #075478;
  margin-bottom: 18px;
}

#content .sitemap .h3 > a {
  -webkit-transition: color 0.2s ease-out 0s;
  -o-transition: color 0.2s ease-out 0s;
  transition: color 0.2s ease-out 0s;
}

#content .sitemap .h3:last-child {
  margin-bottom: 0;
}

#content .sitemap .half:first-child {
  background: rgba(0, 160, 227, 0.1);
  padding: 44px 80px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#content .sitemap .half:first-child ul li {
  margin-bottom: 10px;
}

#content .sitemap .half:first-child ul li:last-child {
  margin: 0;
}

#content .sitemap .half:first-child ul li a {
  -webkit-transition: color 0.2s ease-out 0s;
  -o-transition: color 0.2s ease-out 0s;
  transition: color 0.2s ease-out 0s;
  font-size: 18px;
  line-height: 1.56em;
  position: relative;
}

#content .sitemap .half:first-child ul li a:before {
  -webkit-transition: color 0.2s ease-out 0s;
  -o-transition: color 0.2s ease-out 0s;
  transition: color 0.2s ease-out 0s;
  position: absolute;
  right: calc(100% + 12px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #00a0e3;
  opacity: 0;
}

#content .sitemap .half:first-child ul li a:hover {
  color: #00a0e3;
}

#content .btn-list svg:first-child,
#content .sitemap .half:first-child ul li a:hover:before {
  opacity: 1;
}

#content .sitemap .half:last-child {
  padding: 44px 0 70px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#content .page-404 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  max-width: 1190px;
  padding: 128px 0;
}

#content .page-404 .info-btns,
#content .page-404-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#content .page-404-wrap {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#content .page-404 .info > div,
.cubeLine-bot > div {
  padding: 0 0 25px;
}

#content .page-404 .info-btns {
  max-width: 494px;
}

#content .page-404 .info-btns > * {
  width: calc(50% - 17px);
}

#content .page-404 .img {
  width: 440px;
  min-width: 440px;
  font-size: 0;
  line-height: normal;
  text-align: center;
}

#content .page-404 img {
  max-width: 100%;
  display: inline-block;
}

#content [slider=about-top-thumbs] .swiper-slide {
  cursor: pointer;
  line-height: 22px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

#content .about-text_body a,
#content [slider=about-top-thumbs] .swiper-slide.swiper-slide-thumb-active {
  color: #0081c5;
}

#content .tech-top_img {
  width: 480px;
  min-width: 480px;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#content .tech-top_text {
  position: relative;
  color: #fff;
  padding: 50px 0 60px 80px;
  font-size: 18px;
  line-height: 28px;
}

#content .tech-top_text:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 73, 141, 0.7)), to(rgba(0, 73, 141, 0))), #0081c5;
  background: -o-linear-gradient(bottom, rgba(0, 73, 141, 0.7) 0, rgba(0, 73, 141, 0) 100%), #0081c5;
  background: linear-gradient(0, rgba(0, 73, 141, 0.7) 0, rgba(0, 73, 141, 0) 100%), #0081c5;
  z-index: -1;
}

#content .about-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

#content .about-text_body {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
}

#content .about-text_body p:last-child,
#content .about-text_body p:nth-last-child(1) {
  margin: 0 0 2.1em;
}

#content .about-text_img {
  width: 570px;
  min-width: 570px;
  height: 570px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 60px;
}

#content .about-why_list {
  overflow: hidden;
}

#content .about-why_item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  padding-bottom: 66px;
  overflow: hidden;
}

#content .about-why_item:last-child,
#content .contacts-tabs > div:last-child {
  margin: 0;
}

#content .about-why_item:last-child .about-why_item-num:after {
  display: none;
}

#content .about-why_item-num {
  width: 80px;
  min-width: 80px;
  height: 80px;
  color: #fff;
  line-height: 80px;
  font-size: 24px;
  font-weight: 500;
  background: #00a0e3;
  text-align: center;
  position: relative;
}

#content .about-why_item-num:after {
  width: 1px;
  height: 100vh;
  content: "";
  border-left: 1px dashed #00a0e3;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
}

#content .about-why_item-text {
  padding-left: 40px;
  padding-top: 0.6em;
  font-size: 18px;
  line-height: 28px;
}

#content .review_h1 {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700 !important;
  color: #075478;
  margin: 0 !important;
  padding-bottom: 37px !important;
}

#content .reviews-item {
  width: calc(50% - 20px);
  margin: 0 0 50px;
  padding-left: 40px;
  background: url(../img/quote.jpg) no-repeat left top;
}

#content .reviews-item.wide {
  width: 100%;
}

#content .reviews-item p:first-child {
  text-transform: uppercase;
  color: #828282;
  font-size: 14px;
  margin: 0 0 16px !important;
}

#content .float-left,
#content .float-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

#content .float-left img,
#content .float-right img {
  height: auto;
}

#content .float-left img {
  margin: 0 40px 40px 0;
}

#content .float-right img {
  margin: 0 0 40px 40px;
}

#content .news-page-date {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 15px !important;
  padding: 0;
  color: #828282;
}

#content .news-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 40px);
}

#content .news-list > * {
  width: calc((100% - 160px) / 4);
  margin: 0 40px 70px 0;
}

#content .news-item .h4 {
  margin-top: 12px;
}

#content .news-item .img {
  width: 100%;
  height: 184px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 12px;
}

#content .news-item .date {
  font-size: 14px;
  line-height: 24px;
  color: #828282;
  text-transform: uppercase;
  margin-top: 12px;
  display: block;
}

#content .news-item .desc {
  font-weight: 300;
  margin-top: 12px;
}

.head_photo-news {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700 !important;
  color: #075478;
  margin: 0;
  padding-bottom: 37px;
}

.work-section {
  padding: 85px 0 0;
}

.materials,
.materials-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.materials {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.materials-item {
  padding: 20px;
  width: calc(50% + 3px);
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border: 3px solid #e3e3e3;
  margin: 0 -3px -3px 0;
  font-size: 16px;
  line-height: 25px;
}

.materials-item .pic {
  width: 61px;
  min-width: 61px;
  max-width: 61px;
  height: 61px;
}

.materials-item .name {
  font-family: R-SB;
}

.materials-item .desc {
  padding: 0 0 0 25px;
}

.text-drop {
  overflow: hidden;
  max-height: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.text-drop.drop {
  padding: 0 0 25px;
  max-height: 5000px;
}

.btn-drop {
  display: inline-block;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  border-bottom: 1px dashed #df2726;
}

.orders {
  overflow: hidden;
  max-width: 100%;
}

.orders-wrap:hover .head-sections-next,
.orders-wrap:hover .head-sections-prev {
  opacity: 1;
  visibility: visible;
}

.orders .swiper-slide {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: auto;
}

.orders .swiper-slide .novelty {
  width: 100%;
}

.orders .swiper-slide .novelty .img {
  max-width: 180px;
  background-size: 100% auto;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.orders .swiper-slide .novelty .img img {
  max-width: 100%;
  max-height: 100%;
}

.orders .swiper-slide .novelty .button {
  background: #f2f2f2;
  border: 0;
  height: 40px;
  font-size: 16px;
  padding: 0;
  max-width: 175px;
  width: 100%;
}

#content .select .options > a:hover,
#content .select .options > div:hover,
.orders .swiper-slide .novelty .button:hover {
  background: #e3e3e3;
}

#content .contacts-tabs,
#content .graybox-top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#content .graybox-top {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  min-height: 60px;
  line-height: 60px;
  border-top: 1px solid #b3e3f7;
}

#content .graybox-top .price {
  font-weight: 300;
}

#content .contacts-tabs > div.active h3,
#content .graybox-top .stat {
  color: #075478;
}

#content .graybox-top .action {
  color: #0081c5;
}

#content .graybox-top .num {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}

#content .graybox-bot .basket-item {
  padding: 15px 0;
}

#content .graybox-bot .basket-item .img {
  width: 155px;
  min-width: 155px;
  height: 125px;
  top: 15px;
}

#content .graybox-bot .basket-item .desc {
  padding: 0 45px;
  min-height: 125px;
  width: calc(100% - 155px);
}

#content .graybox-bot .basket-item .desc-price {
  font-weight: 500;
}

#content .graybox-bot .basket-item .name span {
  display: block;
  margin: 15px 0;
}

.cubeLine {
  font-size: 16px;
  line-height: 30px;
}

.cubeLine-top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  font-family: R-B;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.cubeLine-top > span {
  padding: 5px 0 0 18px;
}

.cubeLine-bot {
  color: #8c8c8c;
  padding: 0 0 0 13px;
}

.cubeNum {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  background: #e3e3e3;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #df2726;
  text-align: center;
}

.totalBox {
  margin: 25px 0 0;
  border-top: 3px solid #f9ad11;
  font-size: 20px;
  font-family: R-B;
  padding: 30px 0 0;
}

.device {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  margin: 0 0 40px;
}

.device-item {
  font-size: 20px;
  width: calc(33.3333333333% + 2px);
  font-family: R-SB;
  color: #1e1e1e;
  line-height: 25px;
  text-align: center;
  border: 3px solid #e3e3e3;
  margin: 0 -3px -3px 0;
  padding: 25px 20px 40px;
  position: relative;
}

#content .btn-list svg,
.device-item:before {
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.device-item:before {
  content: "";
  border: 3px solid #f9ad11;
  opacity: 0;
  z-index: 2;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
}

.device-item:hover:before {
  opacity: 1;
}

.device-item .img,
.device-item .name {
  z-index: 3;
}

.device-item .img {
  height: 200px;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 0 25px;
}

.device-item .img img {
  max-height: 100%;
}

#content #map {
  width: calc(100% - 480px);
}

#content .contacts-tabs {
  font-size: 30px;
  position: relative;
  z-index: 1;
}

#content .contacts-tabs h3 {
  color: #828282;
  line-height: 50px;
  margin: 0;
  padding: 0 55px;
}

#content .contacts-tabs u {
  text-decoration: none;
}

#content .contacts-tabs > div {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#content .contacts-tabs > div.active {
  background: #fff;
  border-top: 1px solid rgba(0, 160, 227, 0.3);
  border-left: 1px solid rgba(0, 160, 227, 0.3);
  border-right: 1px solid rgba(0, 160, 227, 0.3);
}

#content .contacts-contents {
  width: 480px;
  padding: 60px 70px 60px 50px;
}

#content .contacts-contents .content-contacts_phone span,
#content .contacts-contents .content-contacts_title {
  display: none;
}

#content .contacts-contents .content-contacts_address,
#content .contacts-contents .content-contacts_phone {
  padding-left: 30px;
  margin-bottom: 37px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

#content .contacts-contents .content-contacts_address:before,
#content .contacts-contents .content-contacts_phone:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  color: #0081c5;
  font-weight: 500;
}

#content .contacts-contents .content-contacts_address:before {
  content: "A.";
}

#content .contacts-contents .content-contacts_phone:before {
  content: "T.";
}

#content .contacts-contents_row {
  border: 1px solid rgba(0, 160, 227, 0.3);
  margin: -1px 0 0;
}

#content .contacts-contents > div {
  visibility: hidden;
  max-height: 0;
}

#content .contacts-contents > div.active {
  visibility: visible;
  max-height: 2000px;
}

#content .contacts-contents > div.active .contacts-contents-item {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#content .contacts-contents-item {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#content .gallery-list + .box-pane-navigation .box-pagination,
.device-item .img {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

#content .gallery-list-item {
  display: block;
  width: 100%;
  padding-bottom: 61%;
  position: relative;
}

#content .gallery-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/see.svg) no-repeat center;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  opacity: 0;
}

#content .gallery-list-item:hover:before {
  opacity: 1;
}

#content .price {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  color: #333;
  white-space: nowrap;
}

#content .price:after {
  content: " Р ";
  display: inline;
}

#content .catalog-history p {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700;
  color: #075478;
  margin: 0;
  padding-bottom: 37px;
}

#content .catalog-history_slider,
#content .menu-filter form {
  position: relative;
}

#content .catalog-history_slider .swiper-slide {
  height: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

#content .catalog-branch {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#content .catalog-branch_item,
#content .catalog-branch_item .img {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

#content .catalog-branch_item {
  width: 16.6666666667%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 70px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

#content .catalog-branch_item .img {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(0, 160, 227, 0.5);
  border-radius: 50%;
  position: relative;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#content .catalog-branch_item .img img {
  display: block;
  margin: auto;
}

#content .catalog-branch_item .name {
  margin-top: 8px;
  width: 100%;
  color: #000;
}

#content .catalog-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(0, 160, 227, 0.3);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 10px 30px 0;
  width: 100%;
  background: #fff;
}

#content .catalog-card .img {
  margin-bottom: 12px;
  height: 295px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#content .catalog-card .name {
  font-weight: 300;
  line-height: 24px;
}

#content .catalog-card .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 60px;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 12px 0;
}

#content .catalog-section {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 40px);
}

#content .catalog-section .catalog-card {
  width: calc((100% - 120px) / 3);
  margin: 0 40px 40px 0;
}

#content .catalog-section-filter,
#content .catalog-section-info .pad,
#content .catalog-section-pic {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#content .catalog-section-pic {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid rgba(0, 160, 227, 0.5);
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

#content .catalog-section-pic img,
.device-item .img img {
  display: block;
  max-width: 100%;
}

#content .catalog-section-info {
  padding-bottom: 37px;
}

#content .catalog-section-info .pad {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#content .catalog-section-info .selectric-select-link {
  min-width: 260px;
}

#content .catalog-section-title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#content .catalog-section-title .h1 {
  padding: 0 40px;
}

#content .catalog-section-title h1 {
  display: inline;
  padding: 0;
  line-height: normal;
}

#content .catalog-section-sort {
  width: 100%;
}

#content .btn-filter,
#content .btn-list {
  height: 50px;
  border: 3px solid #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 14px;
  font-family: R-B;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

#content .btn-list {
  width: 50px;
}

#content .btn-list .pic {
  width: 20px;
  height: 20px;
}

#content .btn-list svg {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}

#content .btn-list svg:last-child {
  opacity: 0;
}

#content .btn-filter {
  width: 163px;
  padding: 0 15px;
}

#content .btn-filter .pic {
  max-width: 22px;
  min-width: 22px;
  height: 17px;
}

#content .btn-filter span {
  width: 100%;
  text-align: center;
}

#content .btn-filter svg {
  width: 22px;
  height: 17px;
}

#content .select {
  width: 100%;
  max-width: 270px;
  min-width: 270px;
  height: 50px;
}

#content .select.focus {
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  z-index: 100;
}

#content .select.focus .options {
  z-index: 1000;
}

#content .select.focus.col .options {
  pointer-events: all;
}

#content .select.col {
  width: 130px;
  max-width: 130px;
  min-width: 130px;
}

#content .select.col:after {
  content: "";
  background: #e3e3e3;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#content .select.col input {
  padding: 0 50px 0 0;
  text-align: center;
  border: 3px solid #e3e3e3;
  font-size: 30px;
  color: #1e1e1e;
  font-family: R;
}

#content .select.col .options {
  background: #fff;
  max-height: 300px;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  text-align: center;
  font-family: R;
  font-size: 16px;
}

#content .select.col .spin {
  top: 18px;
  right: 14px;
}

#content .select.col .spin svg {
  fill: #1e1e1e;
}

#content .select input {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 3;
  cursor: pointer;
  padding: 0 65px 0 22px;
  font-family: R-B;
  font-size: 14px;
  text-transform: uppercase;
  color: #1e1e1e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#content .select input:focus {
  border: 3px solid transparent;
}

#content .select input:focus ~ .options {
  max-height: 500px;
  background: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}

#content .select input:focus ~ .spin {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#content .select input:focus ~ .spin svg {
  fill: #1e1e1e;
}

#content .select .spin {
  position: absolute;
  top: 17px;
  right: 12px;
  z-index: 2;
  width: 22px;
  height: 14px;
}

#content .select .spin,
#content .select .spin svg {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#content .check input,
#content .select .options {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

#content .select .options {
  background: #fcd2d3;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 50px 0 0;
  max-height: 50px;
  overflow: hidden;
  font-family: R-B;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 1;
}

#content .select .options .hide {
  display: none;
}

#content .select .options > a,
#content .select .options > div {
  cursor: pointer;
  display: block;
  padding: 15px 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#content .check {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  background: #e3e3e3;
  position: relative;
}

#content .check input {
  height: 100% !important;
  z-index: 2;
  cursor: pointer;
}

#content .check input:checked + span {
  opacity: 1;
}

#content .check span,
#content .menu-filter_tab {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#content .check span {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#content .menu-filter-btns .btn {
  max-width: 100%;
  margin: 30px 0 0;
}

#content .menu-filter_tab {
  color: #333;
  font-weight: 500;
  margin-bottom: 30px;
}

#content .menu-filter_tab span {
  color: #00a0e3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

#content .menu-filter form .menu-filter_tab {
  display: block;
}

#content .menu-filter-category {
  position: relative;
}

#content .menu-filter-category .menu-filter-section-body {
  padding: 0;
}

#content .menu-filter-category .subsection div {
  padding: 0 18px 12px 25px;
  position: relative;
}

#content .menu-filter-category .subsection div:last-child,
#content .menu-filter-section .subsection div:last-child {
  padding: 0 18px 0 25px;
}

#content .menu-filter-category .subsection a {
  text-transform: uppercase;
  font-weight: 500;
}

#content .menu-filter-category .subsection a > span {
  font-size: 14px;
  font-weight: 400;
}

#content .menu-filter-section {
  border-top: 1px solid rgba(0, 160, 227, 0.3);
  border-bottom: 1px solid rgba(0, 160, 227, 0.3);
  margin: -1px 0 0;
}

#content .menu-filter-section-body {
  padding-bottom: 32px;
}

#content .menu-filter-section-body .subsection a.active {
  color: #00a0e3;
}

#content .menu-filter-section-body .main-filter_range {
  width: 100%;
  margin: 0;
  display: block;
}

#content .menu-filter-section-body .main-filter_range .mainRange {
  background: #bdbdbd;
}

#content .menu-filter-section-body .main-filter_range .mainRange .noUi-handle {
  background: url(../img/scale_w.svg) no-repeat center;
}

#content .menu-filter-section-body .main-filter_range .mainRange-inputs {
  width: 100%;
  min-width: 100%;
  border: 1px solid rgba(0, 160, 227, 0.5);
  border-radius: 30px;
  margin: 28px 0 0;
}

#content .menu-filter-section-name {
  font-weight: 500;
  text-transform: uppercase;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

#content .menu-filter-section-name.static {
  padding: 26px 0 20px;
}

#content .menu-filter-section-name:not(.static) {
  height: 77px;
  cursor: pointer;
}

#content .menu-filter-section-name:not(.static) + .menu-filter-section-body {
  display: none;
}

#content .menu-filter-section-name:not(.static) .spin svg,
#content .menu-filter-section-name:not(.static) + .menu-filter-section-body.show {
  display: block;
}

#content .menu-filter-section-name:not(.static) span {
  width: 100%;
}

#content .menu-filter-section-name:not(.static) .spin {
  width: 16px;
  min-width: 16px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

#content .menu-filter-section-name:not(.static) .spin svg path {
  fill: #0081c5;
}

#content .menu-filter-section-name:not(.static).show .spin {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#content .menu-filter-section .material,
#content .menu-filter-section .size {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#content .menu-filter-section .material > a {
  padding: 0 10px;
}

#content .menu-filter-section .material > a,
#content .menu-filter-section .material > label,
#content .menu-filter-section .size > a,
#content .menu-filter-section .size > label {
  font-size: 12px;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 1px solid #e3e3e3;
  height: 30px;
  margin: 0 10px 10px 0;
}

#content .menu-filter-section .material > label,
#content .menu-filter-section .size > label {
  padding: 0 10px;
}

#content .menu-filter-section .subsection div {
  padding: 0 18px 12px 25px;
}

#content .menu-filter-section .subsection a {
  text-transform: uppercase;
  font-weight: 500;
}

#content .menu-filter-section .input-with-border {
  border: 2px solid #dbdbdb !important;
}

#content .menu-filter-section .colors {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#content .menu-filter-section .colors > div {
  width: 30px;
  height: 30px;
  margin: 0 5px 5px 0;
  background-image: url(../img/colors.png);
}

#content .menu-filter-section .colors a {
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

#content .menu-filter-section .brands {
  font-size: 16px;
  line-height: normal;
}

#content .menu-filter-section .brands .brand {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 0 10px;
}

#content .menu-filter-section .brands .brand .name {
  padding: 0 0 0 15px;
}

#content .menu-filter-section .size > a {
  padding: 0 10px;
}

#content .menu-filter-section .watched {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: 0 -10px 0 0;
}

#content .menu-filter-section .watched > a {
  width: calc(50% - 10px);
  margin: 0 10px 10px 0;
  text-align: center;
  padding: 10px 0;
}

#content .menu-filter-section .watched > a img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

#content .order-done .btn {
  margin-top: 40px;
}

#content .order-basket-login {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}

#content .order-basket-top .alert {
  color: #eb5757;
  font-size: 14px;
}

#content .order-basket-top .btn {
  max-width: none;
  padding: 0 44px;
  width: auto;
  display: inline-block;
}

#content .order-basket-top .h3 {
  color: #075478;
  margin-bottom: 40px;
}

#content .order-basket-top .half {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#content .order-basket-top .half:first-child {
  width: 560px;
  min-width: 560px;
  margin-right: 165px;
}

.lk-wrap .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 0 0 0.4em;
  font-size: 18px;
  line-height: 28px;
}

.lk-wrap .row:last-child {
  padding: 0;
}

.lk-wrap .row > div:first-child {
  width: 194px;
  min-width: 194px;
  max-width: 194px;
  padding: 0 20px 0 0;
}

.lk-wrap .row > div:last-child {
  font-weight: 500;
}

#content .basket {
  width: 100%;
}

#content .basket-param {
  white-space: nowrap;
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
}

#content .basket-param > div {
  margin-top: 15px;
}

#content .basket-param .price {
  display: inline-block;
  margin-left: 18px;
  font-size: 18px;
}

#content .basket-create {
  padding-top: 44px;
}

#content .basket-create .btn {
  max-width: none;
  width: auto;
  font-size: 18px;
  padding: 0 64px;
}

#content .basket-item {
  border-top: 1px solid #b3e3f7;
  border-bottom: 1px solid #b3e3f7;
  margin: -1px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 40px 0;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  width: 100%;
}

#content .basket-item .del svg,
#content .basket-item .name span {
  display: block;
}

#content .basket-item .name h4 {
  margin: 0 0 0.5em;
  display: block;
}

#content .basket-item .desc {
  width: calc(100% - 260px);
  padding: 0 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  min-height: 180px;
}

#content .basket-item .desc-wrap {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  padding-bottom: 0.5em;
}

#content .basket-item .desc-price {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#content .basket-item .desc-price .price {
  white-space: nowrap;
  margin-left: 48px;
}

#content .basket-item .img {
  width: 260px;
  min-width: 260px;
  font-size: 0;
  height: 180px;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 40px;
}

#content .basket-item .img img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}

#content .basket-item .del {
  position: absolute;
  top: 40px;
  right: 0;
}

#content .basket .items {
  width: 100%;
  padding-right: 35px;
}

#content .basket-info {
  width: 440px;
  min-width: 440px;
}

#content .basket-info-wrap {
  border: 1px solid #b3e3f7;
  padding: 24px 30px 24px;
  margin-bottom: 40px;
}

#content .basket-info-wrap .btn {
  margin: 0 auto;
  max-width: 312px;
  display: block;
  width: 100%;
}

#content .basket-info-wrap .btn:last-child {
  margin-top: 20px;
}

#content .basket .basket-summ-exclamation {
  border: 2px solid #00a0e3;
  padding: 40px;
  font-size: 18px;
  line-height: 28px;
}

#content .basket .basket-summ-exclamation a,
#content .basket .basket-summ-exclamation span,
#content .product-info-stock span {
  color: #00a0e3;
}

#content .basket .basket-summ-exclamation a {
  text-decoration: underline;
  display: inline;
}

#content p.right {
  text-align: right;
}

#content p.center {
  text-align: center;
  color: #00a0e3;
}

#content .product.opacity {
  opacity: 0;
}

#content .product-page {
  position: relative;
}

#content .product-page:after {
  content: "";
  left: 50%;
  height: 1px;
  width: 100vw;
  display: block;
  position: absolute;
  bottom: 0;
  background: rgba(0, 160, 227, 0.3);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#content .product-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 0 0 30px;
  margin: 0 0 24px;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(0, 160, 227, 0.3);
}

#content .product-form .callBack,
#content .product-slider-navigation .cs-next:after,
#content .product-slider-navigation .cs-next:before,
#content .product-slider-navigation .cs-prev:after,
#content .product-slider-navigation .cs-prev:before {
  display: none;
}

#content .product-form .details {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  white-space: nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#content .product-form .details .price {
  font-size: 18px !important;
}

#content .product-form .details .form-counter {
  margin-right: 50px;
}

#content .product-form .buy .btn {
  width: 246px;
  max-width: 0 !important;
  min-width: 246px;
}

#content .product-form .price {
  font-size: 30px;
}

#content .product-form .select.col {
  height: 70px;
  width: 140px;
  max-width: 140px;
  min-width: 140px;
}

#content .product-form .select.col input {
  height: 70px;
  padding: 0 70px 0 0;
}

#content .product-form .select.col:after {
  width: 70px;
  height: 70px;
}

#content .product-form .select.col .spin {
  top: 30px;
  right: 23px;
}

#content .product-form .select.col .options {
  margin: 70px 0 0;
  padding: 0;
  z-index: 100;
}

#content .product-title {
  padding: 0 0 20px;
}

#content .product-slider {
  width: 100%;
  max-width: 520px;
  margin: auto;
  overflow: hidden;
}

#content .product-slider-wrapper {
  position: relative;
}

#content .product-slider-pagination {
  display: none;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 10px 0 0;
}

#content .product-slider-pagination > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#content .product-slider-pagination > div > span {
  background: #fff;
  height: 9px;
  width: 9px;
  margin: 0 10px 0 0;
  border: 2px solid #1e1e1e;
  opacity: 1;
}

#content .product-slider-pagination > div > span:last-child {
  margin: 0;
}

#content .product-slider-pagination > div > span.swiper-pagination-bullet-active {
  background: #1e1e1e;
}

#content .product-slider-navigation {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
}

#content .product-slider-navigation .cs-next {
  right: 0;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

#content .product-slider-navigation .cs-prev {
  left: 0;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

#content .product-slider-navigation .cs-next,
#content .product-slider-navigation .cs-prev {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 41px;
  height: 16px;
  bottom: 0;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#content .product-slider-navigation .cs-next svg,
#content .product-slider-navigation .cs-prev svg {
  display: block;
  width: 41px;
  min-width: 41px;
  height: 26px;
}

#content .product-slider-wrap {
  position: relative;
  overflow: hidden;
}

#content .product-slider-wrap .main-img {
  overflow: hidden;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 68px;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

#content .product-slider .preview,
#content .product-slider-wrap .main-img,
#content .product-sub-info .share {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#content .product-slider .preview {
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  cursor: pointer;
  overflow: hidden;
}

#content .product-slider .preview:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00a0e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#content .product-slider .preview.active:before {
  opacity: 1;
}

#content .product-slider .preview img,
#content .product-slider-wrap .main-img img {
  max-width: 100%;
  display: block;
}

#content .product-sub-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 16px;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #4f4f4f;
}

#content .product-sub-info .share {
  position: relative;
}

#content .product-sub-info .share > span {
  cursor: pointer;
  padding: 0 0 0 10px;
}

#content .product-sub-info .share > svg {
  cursor: pointer;
}

#content .product-sub-info .share-popup {
  margin: 0 0 10px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

#content .product-sub-info .share.active > span,
#content .product-sub-info .share.active > svg {
  opacity: 0.5;
}

#content .product-sub-info .share.active .share-popup {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#content .product-info {
  overflow: hidden;
}

#content .product-info-stock {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 29px 0;
}

#content .product-info-stock > * {
  margin-right: 30px;
}

#content .product-info .tabs .swiper-slide {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  color: #828282;
}

#content .product-info .tabs .swiper-slide-thumb-active {
  color: #075478;
}

#content .product-info .content {
  border: 1px solid rgba(0, 160, 227, 0.3);
  margin: -1px 0 0;
}

#content .product-info .content-wrap {
  padding: 20px 45px 40px;
}

#content div.center,
.popup-add-item,
.popup-add-item .h2 {
  text-align: center;
}

#content .callback-action {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#content form#callback {
  padding: 60px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 300;
}

#content form#callback .top {
  padding: 0 0 54px;
}

#content form#callback .btn {
  max-width: 200px;
}

#content form#callback .inputs {
  width: 100%;
  margin: auto;
  padding: 0 0 30px;
}

.popup-add-item {
  width: 100%;
  max-width: 336px;
}

.popup-add-item .btn {
  max-width: none !important;
  width: auto !important;
  padding: 0 44px;
}

#content .news-list + .btn-more {
  padding: 0;
}

#content .btn-more {
  text-align: center;
  padding: 44px 0 0;
}

#content .questions-wrapper .item {
  border: 1px solid #b3e3f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -1px 0 0;
}

#content .questions-wrapper .question {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 24px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#content .questions-wrapper .question.show circle {
  fill: rgba(0, 160, 227, 0.5);
}

#content .questions-wrapper .question i,
#content .questions-wrapper .question svg circle {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

#content .questions-wrapper .question svg {
  display: block;
  min-width: 52px;
}

#content .questions-wrapper .question h4 {
  padding: 0 0 0 28px;
}

#content .questions-wrapper .answer {
  padding: 0 21px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

@media all and (min-width: 765px) {
  #cboxLoadedContent .box-pane-navigation .box-pagination,
  #content .box-pane-navigation .box-pagination {
    margin-top: 35px;
  }
  #content .footer-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  form#LoginManagerForm .form-btns .btn-onwhite {
    -ms-flex-order: 1 !important;
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }
  #content .sitemap .half:first-child ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
  #content .news-page > .news-page-date {
    display: none;
  }
  #content .gallery-list {
    overflow: hidden;
  }
  #content .menu-filter_tab span {
    padding-left: 24px;
  }
  #content .order-basket-top,
  #content form#callback .inputs {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  #content .product-info .tabs .swiper-slide-thumb-active {
    background: #fff;
    border-top: 1px solid rgba(0, 160, 227, 0.3);
    border-left: 1px solid rgba(0, 160, 227, 0.3);
    border-right: 1px solid rgba(0, 160, 227, 0.3);
  }
  #content form#callback .inputs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #content form#callback .inputs > div {
    width: calc(50% - 20px);
  }
  #content form#callback .inputs textarea {
    height: 100%;
  }
}
@media all and (min-width: 980px) {
  #content a[data-spoiler] {
    display: none;
  }
  #content .sitemap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  #content .reviews-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #content .basket,
  #content .contacts-contents_row,
  #content .product,
  #content .reviews-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  #content .product {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #content .product > div {
    width: calc(50% - 20px);
  }
}
@media all and (min-width: 1200px) {
  #cboxLoadedContent .box-pane-navigation .box-pagination,
  #content .box-pane-navigation .box-pagination,
  #content .header-pane_menu,
  #content .main-about_row .box-pagination,
  form#subscribe .info br {
    display: none;
  }
  #content #menu .menu-scrollbox > li:hover .menu-cat,
  #content #menu .menu-scrollbox > li:hover ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #content .header-body:before {
    content: "";
    height: 76px;
    width: 100vw;
    left: 50%;
    bottom: 0;
    background: #0081c5;
    position: absolute;
    display: block;
  }
  #content .footer-right {
    padding-top: 0.8em;
  }
  #content .footer-sitemap {
    margin-top: 32px;
  }
  #content .footer-nav {
    width: 31.25%;
    min-width: 31.25%;
    position: relative;
  }
  #content .main-news-slider,
  #content .main-novelty {
    overflow: hidden;
  }
  #content .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  #content .inner [slider=about-inner] .main-about_item {
    font-size: 18px;
    line-height: 24px;
  }
  #content .sitemap .half:first-child ul li a:before {
    content: "";
  }
  #content .tech-top {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  #content .catalog-history p {
    font-size: 32px;
    line-height: 1.5em;
    padding-bottom: 20px;
  }
  #content .catalog-history_slider {
    overflow: hidden;
  }
  #content .catalog-history_slider .swiper-slide .catalog-card .img {
    height: 218px;
  }
  #content .menu-filter {
    width: 360px;
    padding: 0 85px 0 0;
  }
  #content .menu-filter_tab {
    display: none;
  }
  #content .menu-filter form {
    padding: 56px 0 0;
  }
  #content .menu-filter-category {
    padding: 28px 0 32px;
    background: #fbfbfb;
  }
  #content .menu-filter-category .subsection a.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 28px;
    background: #00a0e3;
    width: 4px;
    display: block;
  }
}
@media all and (min-width: 1400px) {
  #content .main-catalog_sections-wrap .main-catalog_sections-slider {
    border-bottom: 1px solid rgba(0, 160, 227, 0.3);
  }
}
@media all and (max-width: 1400px) {
  #cboxLoadedContent .box-pane-navigation_row,
  #content .box-pane-navigation_row {
    margin-top: 40px;
  }
  #cboxLoadedContent .box-pane-navigation_row .btn,
  #content .box-pane-navigation_row .btn {
    min-width: 230px;
  }
  #cboxLoadedContent .h1,
  #cboxLoadedContent h1,
  #content .h1,
  #content h1 {
    font-size: 44px;
    line-height: 1.18em;
  }
  #content #menu .menu-scrollbox .menu-cat #menu-cat {
    height: 230px;
  }
  #content .header-logo {
    background: url(../img/logo.svg) no-repeat left top 40%/96% auto;
  }
  #content footer {
    padding: 52px 0 55px;
  }
  #content .main-catalog_sections-wrap {
    border-bottom: 1px solid rgba(0, 160, 227, 0.3);
  }
  #content .main-catalog_sections-wrap .main-catalog_sections-slider {
    padding: 40px 0 48px;
  }
  #content .main-catalog_sections-slider {
    padding: 90px 0 65px;
  }
  #content .main-slider:before {
    background: url(../img/slider.jpg) no-repeat left -35px bottom -30px;
    bottom: 70px;
  }
  #content .main-slider {
    height: 524px;
  }
  #content .main-slider-control {
    width: 140px;
    height: 70px;
    left: calc(34.286% + 100px);
  }
  #content .main-slider-control > * svg {
    width: 36px;
  }
  #content .main-slider-nav {
    bottom: 140px;
    left: calc(34.286% + 165px);
  }
  #content .main-slider-item {
    padding-left: 60px;
    padding-top: 80px;
  }
  #content .main-slider .swiper-slide {
    padding-left: calc(34.286% + 100px);
  }
  #content .main-slider-thumbs {
    left: -35px;
    width: calc(34.286% + 135px);
  }
  #content .main-filter .selectric-wrapper,
  #content .main-filter_range {
    margin-right: 8px;
  }
  #content .main-filter_wrap {
    padding: 40px 20px;
  }
  #content .main-about_row {
    padding: 30px 0 100px;
  }
  #content .main-about_item {
    font-size: 22px;
  }
  #content .main-gallery_row > * > div span {
    font-size: 16px;
  }
  #content .float-left img {
    max-width: calc(50% - 20px);
  }
  #content .float-right img {
    max-width: calc(50% - 60px);
  }
  #content .catalog-card {
    padding: 12px 18.5px 0;
  }
  #content .catalog-card .img {
    height: 240px;
  }
  #content .catalog-card .row {
    height: 46px;
  }
  #content .product-form .details .form-counter {
    margin-right: 35px;
  }
  #content .product-form .buy .btn {
    width: 155px;
    min-width: 155px;
  }
  #content .product-slider-navigation .cs-next,
  #content .product-slider-navigation .cs-prev {
    position: relative;
    width: 25px;
  }
}
@media all and (max-width: 1200px) {
  #cboxLoadedContent,
  #content {
    padding-top: 60px;
    font-size: 14px;
    line-height: 20px;
  }
  #cboxLoadedContent .shade-bottom:after,
  #content .shade-bottom:after {
    height: 265px;
  }
  #cboxLoadedContent .h1,
  #cboxLoadedContent h1,
  #content .h1,
  #content h1 {
    font-size: 36px;
    line-height: 1.28em;
    padding-bottom: 25px;
  }
  #cboxLoadedContent .h2,
  #cboxLoadedContent h2,
  #content .h2,
  #content h2 {
    font-size: 32px;
    line-height: 1.5em;
    padding-bottom: 20px;
  }
  #cboxLoadedContent .btn,
  #content .btn {
    max-width: 233px;
    line-height: 48px;
    font-size: 16px;
  }
  #content #menu .menu-scrollbox {
    padding: 0;
  }
  #content header {
    border-bottom: 1px solid rgba(0, 160, 227, 0.3);
  }
  #content .header-menu,
  #content .header-menu_top {
    width: calc(100% - 200px);
  }
  #content .header-menu_bottom .header-menu_list {
    position: relative;
    z-index: 1;
  }
  #content .header-menu_bottom:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 100vw;
    background: #0081c5;
  }
  #content .header-body {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #content .header-logo {
    height: 60px;
    width: 112px;
    min-width: 112px;
    background: url(../img/logo_m.svg) no-repeat left center;
  }
  #content .header-pane,
  #content .header-search {
    height: 60px;
  }
  #content .header-pane svg path {
    fill: #00a0e3;
  }
  #content .header-pane svg path[stroke] {
    stroke: #00a0e3;
  }
  #content .header-pane > * {
    margin-left: 24px;
  }
  #content footer {
    padding: 39px 0 32px;
  }
  #content .footer-logo {
    width: 95px;
    height: 24px;
    margin-bottom: 14px;
  }
  #content .footer-address,
  #content .footer-desc br {
    display: none;
  }
  #content .footer-left_row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-top: 19px;
  }
  #content .footer-left {
    width: 100%;
    min-width: 100%;
  }
  #content .footer-dev {
    margin: 0;
    width: 280px;
    text-align: center;
  }
  #content .footer-nav .btn {
    width: 280px;
    max-width: none;
    top: 0;
  }
  #content .footer-menu {
    display: none;
  }
  #content .main-block {
    padding-bottom: 70px;
  }
  #content .main-novelty .swiper-slide {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #content .main-novelty .swiper-slide.swiper-slide-prev {
    opacity: 0;
    pointer-events: none;
  }
  #content .main-news_shade:before,
  #content .main-novelty_shade:before {
    content: "";
    width: 90px;
    right: 0;
    top: 0;
    position: absolute;
    display: block;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(13.02%, #fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, #fff 13.02%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #fff 13.02%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.7;
    z-index: 2;
    pointer-events: none;
  }
  #content .main-catalog_sections-slider {
    padding: 70px 0;
  }
  #content .main-slider:before {
    bottom: 0;
    background: url(../img/slider.jpg) no-repeat left 30px bottom/auto 100%;
  }
  #content .main-slider {
    height: 448px;
  }
  #content .main-slider-control {
    display: none;
  }
  #content .main-slider-nav {
    bottom: 65px;
    left: 52.573%;
  }
  #content .main-slider-item {
    padding-left: 40px;
    padding-top: 100px;
  }
  #content .main-slider .swiper-slide {
    padding-left: calc(51.573% - 35px);
  }
  #content .main-slider-thumbs {
    height: 100%;
    width: 51.573%;
  }
  #content .main-filter_bar {
    width: 100%;
  }
  #content .main-filter_select {
    width: 65.3%;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-right: 24px;
  }
  #content .main-filter_range {
    margin: 0 0 18px;
    width: 65.3%;
  }
  #content .main-filter_wrap {
    padding: 40px 50px 40px 105px;
  }
  #content .main-filter .selectric-wrapper {
    min-width: 0;
    margin: 0;
  }
  #content .main-filter .mainRange-inputs {
    height: 48px;
  }
  #content .main-filter form.range {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content .main-about_row {
    padding: 30px 0 120px;
  }
  #content .main-about_item {
    font-size: 20px;
    line-height: 1.4em;
  }
  #content .main-gallery_wrap {
    padding-top: 70px;
  }
  #content .main-gallery_wrap:before {
    bottom: 73px;
  }
  #content .main-gallery_row {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #content .main-gallery_row > * {
    width: calc((100% - 50px) / 3);
    margin: 40px 0 0;
    padding: 0 0 25px;
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  #content .main-gallery_row > * > div {
    max-width: 260px;
    min-height: 40px;
  }
  #content .main-gallery_row h3 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .selectric-select span.label,
  .selectric-select-colors span.label,
  .selectric-select-link span.label {
    line-height: 48px;
    height: 48px;
    font-size: 16px;
  }
  .selectric-items li,
  .selectric-items ul {
    font-size: 14px;
  }
  #content .breadcrumbs {
    padding: 10px 0 30px;
  }
  #content .inner .side .menu-left .exit {
    margin-top: 24px;
  }
  #content .inner .side .menu-left ul li {
    margin-bottom: 8px;
  }
  #content .inner .side + .side {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  #content .inner .main-gallery.about-page .main-gallery_wrap:before {
    bottom: 65px;
  }
  .form-counter {
    height: 48px;
    width: 117px;
  }
  .form-counter .set {
    width: 30px;
    min-width: 30px;
  }
  .form-counter .set:first-child {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
  .form-counter .set:nth-last-child(1) {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .form-counter .set svg {
    width: 18px;
  }
  form.default input {
    height: 50px;
  }
  form#register label.checkbox,
  form.uni .selectric-select {
    margin-top: 30px;
  }
  form.uni input,
  form.uni textarea {
    margin-top: 30px;
    height: 50px;
  }
  form#delivery .inputs {
    max-width: 50%;
  }
  form#delivery .list {
    padding: 24px;
  }
  form#delivery .confirm-wrap {
    max-width: 50%;
  }
  #colorbox .inputs.col2 input,
  #content .inputs.col2 input {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  #colorbox label.checkbox,
  #content label.checkbox {
    font-size: 16px;
    line-height: 20px;
  }
  #colorbox label.checkbox .check,
  #content label.checkbox .check {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  #colorbox label.checkbox .check span,
  #content label.checkbox .check span {
    background-size: 90%;
  }
  form#subscribe {
    padding: 24px 60px;
  }
  form#subscribe .info {
    padding-right: 60px;
  }
  form#subscribe .input {
    width: 33%;
    min-width: 33%;
    padding-right: 13px;
  }
  #colorbox .col2-btn .btn,
  #colorbox form#callback .form-btns .btn,
  #content .col2-btn .btn,
  form#LoginManagerForm .form-btns .btn {
    padding: 0 30px;
  }
  #content .sitemap .half:first-child {
    padding: 32px 40px;
  }
  #content .sitemap .half:last-child {
    padding: 32px 0 32px 60px;
  }
  #content .tech-top_img {
    width: 100%;
    min-width: 0;
    height: 360px;
  }
  #content .tech-top_text {
    padding: 40px 60px;
  }
  #content .tech-top_text:before {
    width: 100%;
  }
  #content .about-text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content .about-text_body {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 73, 141, 0.7)), to(rgba(0, 73, 141, 0))), #0081c5;
    background: -o-linear-gradient(bottom, rgba(0, 73, 141, 0.7) 0, rgba(0, 73, 141, 0) 100%), #0081c5;
    background: linear-gradient(0, rgba(0, 73, 141, 0.7) 0, rgba(0, 73, 141, 0) 100%), #0081c5;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
    padding: 40px 60px 60px;
    color: #fff;
  }
  #content .about-text_img {
    width: 100%;
    min-width: 0;
    height: 360px;
    margin: 0;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  #content .about-why_item {
    padding-bottom: 50px;
  }
  #content .about-why_item-num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    min-width: 60px;
  }
  #content .about-why_item-text {
    padding-top: 0;
  }
  #content .news-list {
    width: calc(100% + 35px);
  }
  #content .news-list > * {
    width: calc((100% - 105px) / 2);
    margin: 0 35px 40px 0;
  }
  .materials-item {
    width: 100%;
    margin: 0 0 -3px;
  }
  .device-item {
    width: calc(50% + 1.5px);
  }
  #content #map {
    width: calc(100% - 460px);
  }
  #content .contacts-tabs h3 {
    line-height: 44px;
    padding: 0 20px;
  }
  #content .contacts-contents {
    width: 460px;
    padding: 40px 65px 40px 35px;
  }
  #content .catalog-branch_item {
    width: 20%;
    margin-bottom: 60px;
  }
  #content .catalog-inner {
    display: block;
  }
  #content .catalog-inner .side + .side {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  #content .catalog-section {
    padding: 40px 30px 0;
  }
  #content .catalog-section-info {
    padding-bottom: 60px;
  }
  #content .catalog-section-info .selectric-select-link {
    min-width: 228px;
  }
  #content .catalog-section-title .h1 {
    padding: 0 30px;
  }
  #content .menu-filter-btns {
    padding: 0 30px 30px;
  }
  #content .menu-filter-btns .btn {
    max-width: 275px;
    display: block;
    margin: 30px auto 0;
  }
  #content .menu-filter_tab {
    height: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 60px;
    padding: 0 30px;
    font-size: 18px;
    cursor: pointer;
    background: #fbfbfb url(../img/twodir.svg) no-repeat right 14px center;
    text-transform: uppercase;
    margin: 0;
  }
  #content .menu-filter_tab.show {
    background: #fbfbfb url(../img/menu_close.svg) no-repeat right 14px center;
  }
  #content .menu-filter_tab.show ~ * {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  #content .menu-filter [data-type=catalog-filter-ajax] {
    width: 100%;
    max-width: 335px;
    padding: 0 30px;
    margin: auto;
  }
  #content .menu-filter-category .menu-filter-section-body,
  #content .menu-filter-form {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #content .menu-filter-category .menu-filter-section-body {
    padding: 30px 0;
  }
  #content .menu-filter-category .subsection div {
    padding: 0 30px 12px;
  }
  #content .menu-filter-category .subsection div:last-child {
    padding: 0 30px 12px;
  }
  #content .menu-filter-category .subsection a {
    font-size: 16px;
    line-height: 24px;
  }
  #content .menu-filter-section.main-filter {
    border-top: 0;
  }
  #content .order-basket-login {
    padding-top: 24px;
  }
  #content .order-basket-top .btn {
    padding: 0 30px;
  }
  #content .order-basket-top .h3 {
    margin-bottom: 20px;
  }
  #content .order-basket-top .half:first-child {
    width: 360px;
    min-width: 360px;
    margin-right: 140px;
  }
  .lk-wrap .row > div:first-child {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
  }
  #content .basket-param {
    padding-bottom: 20px;
  }
  #content .basket-param > div {
    margin-top: 12px;
  }
  #content .basket-param .price {
    margin-left: 30px;
  }
  #content .basket-create {
    padding-top: 25px;
  }
  #content .basket-create .btn,
  .popup-add-item .btn {
    padding: 0 30px;
  }
  #content .basket-item {
    padding: 25px 0;
  }
  #content .basket-item .desc {
    width: calc(100% - 200px);
    min-height: 150px;
  }
  #content .basket-item .img {
    width: 200px;
    min-width: 200px;
    height: 150px;
    top: 25px;
  }
  #content .basket-item .del {
    top: 25px;
  }
  #content .basket-item .del svg {
    width: 15px;
    height: 15px;
  }
  #content .basket .items {
    padding-right: 60px;
  }
  #content .basket-info {
    width: 300px;
    min-width: 300px;
  }
  #content .basket-info-wrap {
    padding: 24px;
    margin-bottom: 25px;
  }
  #content .basket-info-wrap .btn:last-child {
    margin-top: 12px;
  }
  #content .basket .basket-summ-exclamation {
    padding: 24px;
  }
  #content .product-form {
    margin: 0 0 16px;
  }
  #content .product-form .details .form-counter {
    width: 160px;
  }
  #content .product-title {
    padding: 0 0 10px;
  }
  #content .product-info-stock {
    padding: 18px 0;
  }
  #content .product-info .tabs .swiper-slide {
    line-height: 50px;
    font-size: 16px;
  }
  #content .product-info .content-wrap {
    padding: 30px 35px 35px;
  }
  #content form#callback .btn {
    max-width: 160px;
  }
}
@media all and (max-width: 1200px) and (max-width: 765px) {
  #content .main-novelty_shade:before {
    right: -23px;
  }
  #content .main-news_shade:before {
    right: -23px;
    display: none;
  }
}
@media (max-width: 1100px) {
  .h1_main {
    -ms-flex-order: 1 !important;
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }
  #content .review_h1,
  .head_photo-news {
    font-size: 32px;
    line-height: 1.5em;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 980px) {
  #cboxLoadedContent .pad,
  #cboxLoadedContent section,
  #content .pad,
  #content section {
    padding: 0 45px;
  }
  #cboxLoadedContent .box-pane-navigation_row .next,
  #cboxLoadedContent .box-pane-navigation_row .prev,
  #content .box-pane-navigation_row .next,
  #content .box-pane-navigation_row .prev {
    width: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .m-wide {
    margin: 0 -20px;
  }
  #content .header-menu_top {
    width: 100%;
    background: #fff;
    position: relative;
    padding: 25px 0;
    height: auto;
  }
  #content .header-menu_top:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 100vw;
    background: #fff;
  }
  #content .header-menu_bottom {
    position: relative;
  }
  #content footer {
    font-size: 14px;
  }
  #content .footer-desc span,
  #content .main-slider-item br,
  #content .order-basket-top .half br,
  #content .page-404 .info br,
  #content div[data-spoiler] {
    display: none;
  }
  #content .footer-nav .btn {
    top: 2px;
  }
  #content .main-slider:before {
    left: -45px;
    background: url(../img/slider.jpg) no-repeat left -105px top -40px;
  }
  #content .main-slider {
    height: auto;
    min-height: 340px;
    padding-bottom: 40px;
  }
  #content .main-slider-nav {
    position: relative;
    bottom: auto;
    left: 0;
  }
  #content .main-slider-nav > * {
    width: 8px;
    height: 8px;
    margin-right: 12px;
  }
  #content .main-slider-item {
    padding-left: 0;
    padding-top: 57px;
  }
  #content .main-slider-img {
    background-position: center top;
  }
  #content .main-slider .swiper-slide {
    padding: 0;
  }
  #content .main-slider-thumbs {
    position: relative;
    height: 400px;
    left: -45px;
    width: 100vw;
  }
  #content .main-filter_bar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  #content .main-filter_select {
    width: 100%;
    margin: 0 0 21px;
  }
  #content .main-filter_range {
    width: 100%;
  }
  #content .main-filter_wrap {
    padding: 40px 80px;
  }
  #content .main-filter .selectric-select {
    margin-right: 20px;
  }
  #content .main-filter .btn {
    min-width: 198px;
    max-width: 198px;
  }
  #content .main-filter .mainRange-inputs {
    width: 140px;
    min-width: 140px;
  }
  #content .main-about_row {
    padding: 20px 0 100px;
  }
  #content .main-gallery_wrap {
    padding-top: 50px;
  }
  #content .main-gallery_row > * {
    width: calc(50% - 20px);
  }
  #content .main-gallery_row > :last-child {
    width: 100% !important;
  }
  #content .main-gallery_row > .col2 {
    width: calc(50% - 20px);
  }
  #content .main-gallery_row h3 {
    width: 100%;
    height: auto;
    padding-right: 16px;
    margin-bottom: 24px;
    background: url(../img/arrow_down.svg) no-repeat right top 10px;
  }
  form#delivery .inputs {
    max-width: none;
  }
  form#delivery .list {
    padding: 40px 0 0;
    border: 0;
    min-width: 0;
    width: 100%;
  }
  form#delivery .confirm-wrap {
    max-width: none;
  }
  form#delivery .confirm-wrap .confirm {
    display: block;
    width: 100%;
    max-width: 280px;
  }
  form#delivery .confirm-wrap .confirm .btn {
    width: 280px;
    max-width: none;
  }
  form#subscribe {
    padding: 40px 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  form#subscribe .info {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  form#subscribe .input {
    width: calc(100% - 256px);
    padding: 0;
  }
  #content .sitemap .half:last-child {
    padding: 32px 40px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
  #content .page-404 {
    padding: 44px 0 60px;
  }
  #content .page-404-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  #content .page-404 .info {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: 100%;
  }
  #content .page-404 .img {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
    width: 100%;
    min-width: 0;
    padding: 0 40px 56px;
  }
  #content .tech-top_img {
    height: 320px;
  }
  #content .about-text_body,
  #content .tech-top_text {
    padding: 55px 70px;
  }
  #content .about-text_img {
    height: 320px;
  }
  #content .reviews-item {
    margin: 0 0 40px;
    width: 100%;
  }
  #content .float-left,
  #content .float-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content .float-left img,
  #content .float-right img {
    max-width: 100% !important;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin: 0 0 35px !important;
  }
  #content .float-left > div,
  #content .float-right > div {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  #content .news-list {
    width: calc(100% + 40px);
  }
  #content .news-list > * {
    width: calc(50% - 40px);
    margin: 0 40px 64px 0;
  }
  .device-item {
    width: calc(33.3333333333% + 2px);
    font-size: 16px;
    line-height: 18px;
    padding: 15px;
  }
  .device-item .img {
    height: 140px;
    margin: 0 0 15px;
  }
  #content #map {
    width: 100%;
    height: 270px;
    border-top: 1px solid rgba(0, 160, 227, 0.3);
  }
  #content .contacts-contents {
    width: 100%;
    padding: 35px;
  }
  #content .contacts-contents .content-contacts_address,
  #content .contacts-contents .content-contacts_phone {
    margin-bottom: 30px;
  }
  #content .contacts-contents .content-contacts_address {
    width: 100%;
    max-width: 360px;
  }
  #content .catalog-history .box-pane-navigation .next,
  #content .catalog-history .box-pane-navigation .prev,
  #content .gallery-list + .box-pane-navigation .next,
  #content .gallery-list + .box-pane-navigation .prev {
    width: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #content .catalog-history p {
    font-size: 24px;
    line-height: 1.33em;
    padding-bottom: 16px;
  }
  #content .catalog-section .catalog-card {
    width: calc((100% - 80px) / 2);
  }
  #content .catalog-section {
    padding: 30px 50px 0;
  }
  #content .catalog-section-filter {
    width: 100%;
    max-width: 440px;
  }
  #content .catalog-section-info {
    padding-bottom: 40px;
  }
  #content .catalog-section-info .pad {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content .catalog-section-info .selectric-select-link {
    width: 100%;
    max-width: 440px;
  }
  #content .catalog-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
  #content .catalog-section-title .h1 {
    padding: 0 0 0 20px;
  }
  #content .menu-filter-wrap > * {
    background: #fff;
    width: 100%;
    margin-bottom: 12px;
  }
  #content .menu-filter-wrap > :last-child {
    margin: 0;
  }
  #content .order-basket-top .half:first-child {
    width: 320px;
    min-width: 320px;
    margin-right: 120px;
  }
  #content .basket-param {
    padding-bottom: 30px;
  }
  #content .basket-param > div {
    margin-top: 4px;
  }
  #content .basket-param .price {
    margin-left: 20px;
  }
  #content .basket .items {
    padding: 0;
  }
  #content .basket-info {
    width: 100%;
    min-width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-top: 34px;
  }
  #content .basket-info-wrap {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: 300px;
    min-width: 300px;
    padding: 0 0 0 75px;
    border: 0;
    text-align: right;
    margin-top: -75px;
    margin-bottom: 0;
  }
  #content .basket .basket-summ-exclamation {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  #content .product-form {
    padding: 30px 0;
  }
  #content .product-slider-wrap {
    margin-bottom: 64px;
  }
  #content .product-form .select.col .spin,
  #content .product-info-stock {
    display: none;
  }
  #content form#callback .top {
    padding: 0 0 34px;
  }
  #content .product-form .price {
    font-size: 20px;
  }
  #content .product-form .select.col {
    width: 70px;
    max-width: 70px;
    min-width: 70px;
  }
  #content .product-form .select.col input {
    width: 70px;
    padding: 0;
    font-size: 20px;
  }
  #content .product-form .callBack {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 70px;
    width: 245px;
    max-width: 245px;
    min-width: 245px;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    font-size: 18px;
    font-family: R-B;
    text-transform: uppercase;
    border-top: 3px solid #e3e3e3;
    border-bottom: 3px solid #e3e3e3;
  }
  #content .product-form .callBack span {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 980px) {
  .h1_main {
    font-size: 16px !important;
    line-height: 1.75em !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 24px !important;
    background: url(../img/arrow_down.svg) no-repeat right top 10px !important;
  }
}
@media all and (max-width: 765px) {
  #cboxLoadedContent .pad,
  #cboxLoadedContent section,
  #content .pad,
  #content section {
    padding: 0 20px;
  }
  #cboxLoadedContent .pagination .pages > *,
  #content .pagination .pages > * {
    margin-right: 4px;
  }
  #cboxLoadedContent .h1,
  #cboxLoadedContent .h2,
  #cboxLoadedContent h1,
  #cboxLoadedContent h2,
  #content .h1,
  #content .h2,
  #content h1,
  #content h2 {
    font-size: 24px;
    line-height: 1.33em;
    padding-bottom: 16px;
  }
  #cboxLoadedContent .h4,
  #cboxLoadedContent h4,
  #content .h4,
  #content h4 {
    font-size: 18px;
    line-height: 21px;
  }
  #cboxLoadedContent .h3,
  #cboxLoadedContent h3,
  #content .h3,
  #content h3 {
    font-size: 16px;
    line-height: 1.75em;
  }
  #colorbox #cboxLoadedContent {
    padding: 70px 20px 40px;
  }
  #content #menu .menu-scrollbox {
    display: block;
  }
  #content #menu .menu-scrollbox > li {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  #content #menu .menu-scrollbox > li:last-child {
    margin: 0;
  }
  #content #menu .menu-scrollbox .menu-cat,
  #content .header-places_item .content-contacts_item:before {
    display: none;
  }
  #content .header-menu {
    position: fixed;
    top: 60px;
    height: calc(100% - 60px);
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  #content .header-menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #content .header-menu_top {
    padding: 16px 0 28px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  #content .header-menu_wrap #menu {
    padding: 45px 20px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #content .header-menu_list {
    overflow: auto;
  }
  #content .header-menu_bottom {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
  }
  #content .header-btn {
    margin-top: 26px;
  }
  #content .header-search form button {
    margin: 0 20px;
    font-size: 0;
    width: 21px;
    min-width: 21px;
    background: url(../img/search.svg) no-repeat center/contain;
  }
  #content .header-pane > * {
    margin-left: 16px;
  }
  #content .header-pane_menu {
    margin-left: 25px !important;
  }
  #content .header-places {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #content .header-places_item {
    margin: 0;
  }
  #content .header-places_item .content-contacts_phone {
    display: none;
  }
  #content footer {
    padding: 43px 0 57px;
    text-align: center;
  }
  #content .footer-logo {
    margin: 0 auto 34px;
  }
  #content .footer-left_row {
    display: block;
    padding-top: 12px;
  }
  #content .footer-dev {
    margin-top: 12px;
    width: 100%;
  }
  #content .footer-nav {
    width: 100%;
  }
  #content .footer-nav .btn {
    top: auto;
    margin-top: 34px;
    position: relative;
  }
  #content .main-block {
    padding-bottom: 60px;
  }
  #content .main-catalog_sections-slider .box-pagination,
  #content .main-catalog_sections-wrap {
    display: none;
  }
  #content .main-catalog_sections-slider {
    padding: 60px 0 50px;
    width: 100px;
    overflow: visible;
    margin: auto;
  }
  #content .main-slider:before {
    left: -20px;
    background: #0081c5 url(../img/slider.jpg) no-repeat center top/cover;
  }
  #content .main-slider {
    min-height: 250px;
  }
  #content .main-slider-item {
    padding-top: 45px;
  }
  #content .main-slider-img {
    background-size: 100% auto;
  }
  #content .main-slider-thumbs {
    left: -20px;
    height: 260px;
  }
  #content .main-filter_wrap-block,
  form#subscribe .info br {
    display: none;
  }
  #content .main-about_row {
    padding: 20px 0 100px;
  }
  #content .main-gallery_wrap:before {
    bottom: 65px;
  }
  #content .main-gallery_row > * {
    width: 100%;
    margin: 40px 0 0;
  }
  #content .main-gallery_row > * > div {
    max-width: 100%;
  }
  #content .main-gallery_row > * > div span {
    font-size: 14px;
  }
  #content .main-gallery_row > :nth-child(3) {
    margin-top: 40px;
  }
  #colorbox .inputs.col2 input,
  #content .inputs.col2 input,
  #content .main-gallery_row > .col2 {
    width: 100%;
  }
  #content .main-gallery_row h3 {
    background: url(../img/arrow_down.svg) no-repeat right top 7px;
  }
  .h1_main {
    background: url(../img/arrow_down.svg) no-repeat right top 7px !important;
  }
  #content .breadcrumbs {
    padding: 10px 0 25px;
  }
  #content .inner .side .menu-left .main-block {
    padding: 0;
  }
  #content .inner .side .menu-left .exit {
    max-width: 280px;
  }
  #content .inner .side .menu-left {
    padding-bottom: 54px;
  }
  .form-counter {
    height: 32px;
    width: 89px;
  }
  .form-counter .set {
    width: 23px;
    min-width: 23px;
  }
  .form-counter .set svg {
    width: 16px;
  }
  .form-counter input {
    font-size: 16px;
  }
  form#delivery .list .all-price > div .price,
  form#delivery .list-items .price-cell .price {
    font-size: 16px;
    line-height: inherit;
  }
  #colorbox .col2-btn .btn,
  #content .col2-btn .btn {
    padding: 0;
    width: 280px;
    margin: auto;
    display: block;
  }
  form#subscribe {
    padding: 44px 40px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  form#subscribe .info {
    margin-bottom: 28px;
  }
  form#subscribe .btn {
    max-width: 200px;
    min-width: 0;
    width: 200px;
  }
  form#subscribe .input {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 0 0 12px;
  }
  form#subscribe .input input {
    max-width: 200px;
  }
  #colorbox form#callback,
  form#LoginManagerForm,
  form#register {
    width: 280px;
  }
  form#LoginManagerForm .remember {
    padding-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  form#LoginManagerForm .remember label {
    margin-bottom: 30px;
  }
  form#LoginManagerForm .form-btns {
    padding: 30px 0 0;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  form#LoginManagerForm .form-btns .btn-onwhite {
    margin-top: 15px !important;
  }
  #content .search-item .basket-item .desc-price {
    min-height: 72px;
  }
  #content .sitemap .h3 {
    margin-bottom: 12px;
  }
  #content .sitemap .half:first-child {
    padding: 30px 20px;
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
  #content .sitemap .half:first-child ul li a {
    font-size: 14px;
    line-height: 1.43em;
  }
  #content .sitemap .half:last-child {
    padding: 30px 0;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  #content .tech-top {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
  }
  #content .tech-top_img {
    height: 150px;
  }
  #content .tech-top_text {
    padding: 15px 20px 40px;
  }
  #content .about-text {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
  }
  #content .about-text_body {
    padding: 15px 20px 44px;
  }
  #content .about-text_img {
    height: 150px;
  }
  #content .about-why_item {
    padding-bottom: 35px;
  }
  #content .about-why_item-num {
    font-size: 20px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
  }
  #content .about-why_item-text {
    padding-left: 20px;
  }
  #content .reviews-item {
    margin: 0 0 24px;
  }
  #content .reviews-item p:first-child {
    margin: 0 0 4px !important;
  }
  #content .float-left .news-page-date,
  #content .float-right .news-page-date {
    display: none;
  }
  #content .contacts-tabs > div,
  #content .news-list {
    width: 100%;
  }
  #content .news-list > * {
    width: 100%;
    margin: 0 0 44px;
  }
  #content .news-item .h4 {
    margin-top: 10px;
  }
  #content .news-item .img {
    margin-bottom: 10px;
  }
  #content .news-item .date {
    font-size: 12px;
    line-height: 21px;
  }
  #content .news-item .desc {
    margin-top: 10px;
  }
  .work-section {
    padding: 70px 0 0;
  }
  .work-section h2 {
    text-align: center;
  }
  .materials {
    margin: 0 -20px;
  }
  .materials-item {
    padding: 10px;
  }
  .materials-item .desc {
    padding: 0 0 0 10px;
  }
  #content .graybox-top {
    display: block;
    line-height: 24px;
    padding: 20px 0;
  }
  #content .graybox-top .num {
    margin-bottom: 5px;
  }
  #content .graybox-bot .basket-item .img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    top: 0;
  }
  #content .graybox-bot .basket-item .desc {
    width: calc(100% - 100px);
    min-height: 100px;
    padding: 0 20px;
  }
  #content .graybox-bot .basket-item .desc .price,
  #content .graybox-bot .basket-item .desc > * {
    font-size: 16px;
  }
  #content .graybox-bot .basket-item .name span {
    margin: 0 0 5px;
  }
  .cubeLine,
  .materials-item {
    font-size: 14px;
    line-height: 20px;
  }
  .cubeLine-top {
    margin: 0 0 10px;
  }
  .cubeLine-bot > div {
    padding: 0 0 20px;
  }
  .totalBox {
    padding: 15px 20px 0;
  }
  .box-center-m p,
  .totalBox {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .device,
  .totalBox {
    margin: 0 -20px;
  }
  .device-item {
    width: 100%;
    margin: 0 0 -3px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: left;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 16px;
  }
  .device-item .img {
    height: 80px;
    width: 85px;
    min-width: 85px;
    max-width: 85px;
    margin: 0;
  }
  .device-item .name {
    padding: 0 0 0 20px;
  }
  #content .contacts-tabs h3 {
    padding: 0;
    line-height: 35px;
  }
  #content .contacts-contents {
    padding: 20px 15px 30px;
  }
  #content .contacts-contents .btn {
    max-width: 226px;
    margin: 18px auto 0;
    display: block;
    line-height: normal;
  }
  #content .contacts-contents .content-contacts_address,
  #content .contacts-contents .content-contacts_phone {
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  #content .price {
    font-size: 14px;
    line-height: 1.1em;
  }
  #content .catalog-branch {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  #content .catalog-branch_item {
    width: 140px;
    margin-bottom: 40px;
  }
  #content .catalog-branch_item .name {
    height: 1em;
  }
  #content .catalog-card {
    padding: 9px 12px 0;
  }
  #content .catalog-card .img {
    height: 125px;
  }
  #content .catalog-card .name {
    line-height: 18px;
  }
  #content .catalog-card .row {
    height: 41px;
    margin: 8px 0;
  }
  #content .catalog-section {
    width: 100%;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 20px 0 0;
  }
  #content .catalog-section .catalog-card {
    width: calc(50% - 4px);
    margin: 0 0 20px;
  }
  #content .catalog-section-pic,
  #content .menu-filter_tab i,
  #content .product-sub-info .share > span {
    display: none;
  }
  #content .catalog-section-info {
    padding-bottom: 20px;
  }
  #content .catalog-section-title {
    margin-bottom: 18px;
  }
  #content .catalog-section-title .h1 {
    padding: 0;
  }
  #content .menu-filter_tab {
    line-height: 48px;
    height: 48px;
    background: #fbfbfb url(../img/twodir.svg) no-repeat right 14px center/16px auto;
  }
  #content .order-done .btn {
    width: 280px;
    display: block;
    margin: 40px auto 0;
  }
  #content .order-basket-top .half:first-child {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-bottom: 50px;
  }
  #content .order-basket-top .half:last-child .btn {
    margin-top: 44px;
  }
  .lk-wrap .row {
    line-height: 24px;
    display: block;
    padding: 0 0 24px;
  }
  .lk-wrap .row > div:first-child {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-bottom: 4px;
  }
  #content .basket-param > div {
    margin-top: 0;
  }
  #content .basket-param .price {
    font-size: 16px;
    margin-left: 10px;
  }
  #content .basket-create .btn {
    line-height: 24px;
    padding: 11px 20px;
    border-radius: 35px;
  }
  #content .basket-item {
    padding: 20px 0;
  }
  #content .basket-item .name h4 {
    width: calc(100% + 120px);
    position: relative;
    left: -120px;
  }
  #content .basket-item .desc {
    width: calc(100% - 100px);
    min-height: 100px;
    padding: 0 20px;
  }
  #content .basket-item .desc-wrap {
    padding-bottom: 6px;
  }
  #content .basket-info,
  #content .basket-item .desc-price {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content .basket-item .desc-price .form-counter {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  #content .basket-item .desc-price .price {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
    width: 100%;
    line-height: 28px;
    margin: 0 0 6px;
  }
  #content .basket-item .img-row {
    position: relative;
  }
  #content .basket-item .img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    left: auto;
    top: 0;
    right: calc(100% + 20px);
  }
  #content .basket-item .del {
    top: 20px;
  }
  #content .basket-info {
    padding-top: 25px;
  }
  #content .basket-info-wrap {
    margin: 0;
    padding: 25px 0 0;
    width: 100%;
    min-width: 0;
  }
  #content .basket .basket-summ-exclamation {
    padding: 20px;
  }
  #content .product-form {
    display: block;
    padding: 24px 0;
  }
  #content .product-form .details {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-bottom: 24px;
  }
  #content .product-form .details .form-counter {
    width: 140px;
    height: 48px;
  }
  #content .product-form .buy .btn {
    display: block;
    margin: auto;
  }
  #content .product-title {
    padding: 0 0 8px;
  }
  #content .product-slider-navigation {
    position: relative;
    bottom: auto;
    height: auto;
    margin: 20px 0 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  #content .product-slider-navigation .cs-next {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  #content .product-slider-navigation .cs-prev {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  #content .product-slider-navigation .cs-next,
  #content .product-slider-navigation .cs-prev {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #content .product-slider-wrap .main-img {
    margin: 0 auto 20px;
  }
  #content .product-info .tabs {
    border-top: 1px solid rgba(0, 160, 227, 0.3);
    border-left: 1px solid rgba(0, 160, 227, 0.3);
    border-right: 1px solid rgba(0, 160, 227, 0.3);
    background: url(../img/arrow_left-s.svg) no-repeat left 20px center, url(../img/arrow_right-s.svg) no-repeat right 20px center;
  }
  #content .product-info .content {
    border-top: 0;
  }
  #content .product-info .content-wrap {
    padding: 15px 20px 20px;
  }
  #content .callback-action {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  #content form#callback .btn {
    margin-top: 35px;
  }
  #content form#callback .inputs textarea {
    height: 124px;
    margin-top: 30px;
  }
  #content form#callback {
    padding: 30px 10px;
  }
  #content form#callback .top {
    padding: 0 0 25px;
  }
  .popup-add-item {
    max-width: 280px;
  }
  #content .questions-wrapper .question {
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    padding: 21px;
  }
  #content .questions-wrapper .question svg {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
  #content .questions-wrapper .question h4 {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 765px) {
  #content .main-production-button .buttonBox-r {
    text-align: center;
  }
  #content .review_h1,
  .head_photo-news {
    font-size: 24px;
    line-height: 1.33em;
    padding-bottom: 16px;
  }
}
@media all and (max-width: 440px) {
  #content .page-404 .info-btns {
    max-width: 280px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content .page-404 .info-btns > * {
    width: 100%;
    max-width: 100%;
  }
  #content .page-404 .info-btns > :first-child {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #content #menu .menu-scrollbox {
    padding: 0 135px 0 15px;
  }
  #content .header-pane > * {
    margin-left: 24px;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  #content .header-menu.open .header-menu_bottom {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #content .header-menu_bottom {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
  }
  #content .main-filter_select .selectric-select-colors {
    margin-right: 24px !important;
  }
  #content .main-filter .selectric-select {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  #content .main-gallery_row > :nth-child(3) {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  #content .main-gallery_row > :nth-child(2) {
    margin-top: 40px;
  }
  #content .main-gallery_row > .col2 {
    width: calc(100% - ((100% - 50px) / 3 + 25px));
  }
  #content .main-gallery_row > .col2 ~ .col2 {
    width: calc((100% - 50px) / 3);
  }
  #content .inner .main-gallery.about-page .main-gallery_item:nth-child(6) {
    width: calc(100% - ((100% - 50px) / 3 + 25px));
  }
  #content .menu-filter-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #content .menu-filter-wrap > * {
    width: calc(50% - 20px);
    background: #fff;
  }
}
@media (min-width: 765px) and (max-width: 980px) {
  #content .header-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  #content .header-menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #content .inner .main-gallery.about-page .main-gallery_item {
    width: calc(50% - 20px) !important;
  }
  #content .contacts-contents .content-contacts_item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  #content .contacts-contents .content-contacts_phone {
    margin-left: 25px;
    white-space: nowrap;
  }
}
@media (min-width: 765px) and (max-width: 1200px) {
  #content .catalog-history_slider .swiper-slide,
  #content .main-news-slider .swiper-slide {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #content .catalog-history_slider .swiper-slide.swiper-slide-prev,
  #content .main-news-slider .swiper-slide.swiper-slide-prev {
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 980px) and (max-width: 1400px) {
  #content .product-slider {
    max-width: 350px;
  }
  #content .product-slider-wrap .main-img {
    max-width: 350px;
    margin: 0 auto 45px;
  }
}
#content .product-slider-navigation {
  bottom: 10%;
  z-index: 99;
}

@media (max-width: 765px) {
  #content .product-slider-navigation {
    position: absolute;
    bottom: 50%;
  }
}
.form_result_div p {
  margin: 0 !important;
}

.alert-success {
  margin: 0 0 20px 0;
  color: #5c6673;
  background: #efd !important;
  padding: 15px 20px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 18px;
}

.alert-warning {
  margin: 0 0 20px 0;
  color: #fff;
  background: #eb5757 !important;
  padding: 15px 20px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 18px;
}

.subscribe .form_result_div {
  padding: 24px 80px 24px 70px;
  background: #02eaff;
  border: 1px solid rgba(0, 160, 227, 0.3);
  border-top: none;
  display: none;
}

#defaultModal a {
  color: #0081c5;
  text-decoration: underline;
}
#defaultModal a:hover {
  text-decoration: none;
}

.catalog-card .props-gallery .props {
  text-align: center;
  position: relative;
}
.catalog-card .props-gallery .props .prop {
  display: inline-block !important;
  border-radius: 2px !important;
  padding: 2px !important;
  margin: 0 2px;
  overflow: hidden;
  width: 33px !important;
  height: 33px;
  border: 1px solid #fff;
  cursor: pointer;
}
.catalog-card .props-gallery .props .prop:hover {
  border: 1px solid #004b96;
  background: #fff !important;
}
.catalog-card .props-gallery .props .prop img {
  display: block;
  max-width: 100%;
}
.catalog-card .slick-next {
  right: -15px;
}
.catalog-card .slick-next:before {
  opacity: 0.5;
  color: #6f6465;
}
.catalog-card .slick-next:hover:before {
  opacity: 1;
}
.catalog-card .slick-prev {
  left: -15px;
}
.catalog-card .slick-prev:before {
  opacity: 0.5;
  color: #6f6465;
}
.catalog-card .slick-prev:hover:before {
  opacity: 1;
}

#content .inner .product-info p {
  margin-bottom: 0.5em;
}
#content .inner .product-info img {
  max-width: 100%;
}

.product .product-info-wrap .props {
  margin-top: 2.1rem;
}
.product .product-info-wrap .props p {
  margin-bottom: 0.5rem;
}
.product .product-info-wrap .props p a {
  padding: 5px;
  border: 1px solid #00a0e3;
  margin: 0 10px 10px 0;
  text-align: center;
  min-width: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product .product-info-wrap .props p a img {
  width: auto;
  max-width: 50px;
  height: auto;
  max-height: 50px;
  display: block;
}
.product .product-info-wrap .props p a.active {
  border-color: #02eaff;
  background-color: #02eaff;
}
.product .product-info-wrap .props p a:hover {
  background-color: #02eaff;
}

.user-sitemap {
  list-style: disc;
  margin-bottom: 50px;
  margin-left: 20px;
}
.user-sitemap ul {
  list-style: circle;
  padding-left: 30px;
  margin-bottom: 15px;
}
.user-sitemap ul ul {
  list-style: square;
}

.manager-profile {
  max-width: 500px;
  margin: 0 auto;
}
.manager-profile label {
  margin-left: 15px;
}
.manager-profile #rem_pwd {
  display: block;
  margin-top: 30px;
}

#content .profile-btn {
  line-height: 40px;
}
#content .link-style {
  display: block;
}
#content .link-style iframe {
  max-width: 100%;
}
#content .link-style img {
  max-width: 100%;
}
#content .link-style a {
  display: inline-block;
  text-decoration: underline;
}
#content .link-style a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#content .link-style a.btn {
  text-decoration: none;
  max-width: none;
  width: auto;
  padding: 0 40px;
}
#content .link-style a.active {
  text-decoration: none;
}
#content .link-style .tabs .contacts-tabs h3 {
  padding: 0 20px;
}
#content .link-style .tabs .contacts-contents .tab-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#content .link-style .tabs .contacts-contents .tab-gallery .text {
  max-width: 50%;
  width: 50%;
}
#content .link-style .tabs .contacts-contents .tab-gallery .images {
  max-width: 50%;
  width: 50%;
}
#content .link-style .tabs .contacts-contents .tab-gallery .images .product-slider-wrap {
  margin-left: 50px;
}
#content .link-style .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 -15px;
}
#content .link-style .grid .column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding: 0 15px;
}
#content .link-style .grid .column p {
  margin-bottom: 1.5rem;
}
#content .link-style .grid .column ul {
  margin-bottom: 2rem;
  list-style: inside disc;
}
#content .link-style .slide-text {
  margin-left: 50px;
  text-align: center;
  font-style: italic;
}
#content .link-style .common-slick-slider {
  margin-left: 50px;
}
#content .link-style .common-slick-slider .slide img {
  max-width: 100%;
}
#content .link-style .common-slick-slider .slick-prev:before,
#content .link-style .common-slick-slider .slick-next:before {
  color: #0081c5;
}

@media (max-width: 967px) {
  #content .link-style .tabs .contacts-tabs h3 {
    padding: 10px 15px;
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 765px) {
  #content .link-style iframe {
    height: auto;
  }
  #content .link-style .tabs .contacts-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #content .link-style .tabs .contacts-tabs > div {
    width: auto;
    border: none;
    text-decoration: underline;
    margin-bottom: 0.5rem;
  }
  #content .link-style .tabs .contacts-contents .tab-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #content .link-style .tabs .contacts-contents .tab-gallery .text {
    max-width: none;
    width: auto;
    margin-bottom: 1rem;
  }
  #content .link-style .tabs .contacts-contents .tab-gallery .images {
    max-width: 100%;
    width: auto;
  }
  #content .link-style .common-slick-slider {
    margin: 0 30px;
  }
  #content .link-style .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .link-style .grid .column {
    margin-bottom: 1rem;
  }
}
#content .link-style.kp .common-slick-slider {
  margin: 0 30px;
}
#content .link-style.kp .form-field {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #e7e7e7;
  line-height: 16px;
  font-size: 14px;
}
#content .link-style.kp .form-field-checkbox {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#content .link-style.kp label {
  display: block;
  margin-bottom: 10px;
}
#content .link-style.kp .kp-props {
  border-left: 1px solid #e7e7e7;
}
#content .link-style.kp .kp-props p {
  margin-bottom: 10px;
}
#content .link-style.kp .kp-props .btn {
  margin-bottom: 20px;
}
#content .link-style.kp p {
  font-size: 16px;
  line-height: normal;
}
#content .link-style.kp p.title {
  font-size: 24px;
  font-weight: bold;
}
#content .link-style.kp .large {
  font-size: 36px;
  line-height: normal;
}
#content .link-style.kp .kp-unactive {
  opacity: 0;
}
#content .link-style.kp .del {
  position: absolute;
  top: -15px;
  right: 0;
}
#content .link-style.kp .del svg {
  display: block;
}
#content .link-style.kp .del svg path {
  fill: #00a0e3;
}
#content .link-style.kp table tr:last-child td {
  border-top: 1px solid #d7d7d7;
}
#content .link-style.kp table td:last-child {
  text-align: right;
  padding-left: 50px;
}
#content .questions-wrapper .answer a {
  text-decoration: underline;
}
#content .questions-wrapper .answer a:hover {
  text-decoration: none;
}

.kpform .form-field {
  padding: 5px 10px;
  line-height: 16px;
  font-size: 14px;
}
.kpform .btn {
  padding-top: 0;
  padding-bottom: 0;
}

.go_top {
  line-height: 40px;
  cursor: pointer;
  width: 40px;
  color: #fff;
  position: fixed;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  right: 40px;
  z-index: 111;
  bottom: 120px;
  font-size: 19px;
  background: #00a0e3;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.go_top span {
  display: block;
  text-align: center;
}
.go_top span:before {
  content: "↑";
  text-shadow: 0 0 1px #fff;
}
.go_top:hover {
  opacity: 1;
}

@media (max-width: 1200px) {
  #content .about-text_body a {
    color: #fff;
    text-decoration: underline;
  }
  #content .about-text_body a:hover {
    text-decoration: none;
  }
}
#content .box-pagination {
  margin-left: auto !important;
  margin-right: auto !important;
}

#content .box-pagination > div > *,
#content .box-pagination > div > :last-child {
  margin: 6px;
}

#content .pagination .pages > *,
#content .pagination .pages > :last-child {
  margin: 3px;
}

.news-page p span {
  font-family: inherit !important;
  line-height: inherit !important;
  font-size: inherit !important;
}

@media (max-width: 765px) {
  .main-gallery .h1_main {
    background: none !important;
  }
  #content .inner p {
    margin: 0 0 1em;
    line-height: 1.3;
  }
  #content .main-catalog_sections-slider {
    width: 100%;
  }
  #content .main-catalog_sections-slider .box-pagination {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #content .gallery-list + .box-pane-navigation .box-pagination {
    display: none;
  }
  #content .main-novelty_wrap .box-pane-navigation_row .next,
  #content .main-novelty_wrap .box-pane-navigation_row .prev,
  #content .main-news_shade .box-pane-navigation_row .next,
  #content .main-news_shade .box-pane-navigation_row .prev {
    width: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  #content .main-novelty_wrap .box-pane-navigation .swiper-pagination-bullets,
  #content .main-news_shade .box-pane-navigation .swiper-pagination-bullets {
    display: none;
  }
}
.pb-0 {
  padding-bottom: 0 !important;
}

.footer-dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 14px;
}
.footer-dev a {
  line-height: 14px;
}
.footer-dev a img {
  margin-left: 10px;
  display: block;
}

#content .profile table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 1px #e0e0e0;
          box-shadow: 0 1px #e0e0e0;
}
#content .profile table tr {
  border-bottom: 1px solid #ebedf2;
}
#content .profile table tr th {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0 20px 20px;
  border: 0;
  text-align: left;
}
#content .profile table tr td {
  padding: 15px 0 15px 20px;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 300;
}
#content .profile table tr td .btn {
  line-height: 40px;
  font-size: 14px;
}
#content .profile .catalog-section-filter {
  margin-bottom: 25px;
}
#content .profile .filters {
  margin-bottom: 25px;
}
#content .profile .filters .filter__option {
  margin-left: 50px;
  border-bottom: 1px solid #0081c5;
}
#content .profile .filters .filter__option:first-child {
  margin-left: 0;
}
#content .profile .filters .filter__option .custom_dropdown {
  border: none;
  padding: 20px 30px;
  min-width: 270px;
  -webkit-box-shadow: 0 5px 40px rgba(82, 85, 90, 0.2);
          box-shadow: 0 5px 40px rgba(82, 85, 90, 0.2);
  border-radius: 0;
  position: relative;
  top: 10px !important;
}
#content .profile .filters .filter__option .custom_dropdown input {
  width: 100%;
  height: 50px;
  border: 1px solid #ebedf2;
  border-radius: 5px;
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 10px;
}
#content .profile .filters .btn {
  line-height: 40px;
  font-size: 14px;
}
#content .profile .filters .all {
  border-bottom: 1px dashed;
  margin-bottom: 10px;
}
#content .dashboard {
  margin-bottom: 50px;
}
#content .dashboard .btn {
  line-height: 40px;
  font-size: 14px;
  width: auto;
  white-space: nowrap;
  padding: 0 40px;
  max-width: none;
}
#content .dashboard .invoice {
  border-radius: 4px;
}
#content .dashboard .invoice .text-left {
  text-align: left;
}
#content .dashboard .invoice .invoice__head {
  overflow: hidden;
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #ebedf2;
  border-bottom: 1px solid #ebedf2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#content .dashboard .invoice .invoice__head .info {
  text-align: right;
}
#content .dashboard .invoice .invoice__head .info h4 {
  margin-bottom: 5px;
  line-height: 32px;
  color: #333;
  font-weight: 500;
}
#content .dashboard .invoice .invoice__head .info p {
  margin-bottom: 0;
}
#content .dashboard .invoice .invoice__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#content .dashboard .invoice .invoice__meta p {
  line-height: 30px;
}
#content .dashboard .invoice .invoice__meta .address h5 {
  color: #000;
  line-height: 30px;
}
#content .dashboard .invoice .invoice__meta .date_info {
  text-align: right;
}
#content .dashboard .invoice .invoice__meta .date_info p span {
  color: #000;
  font-weight: 500;
  margin-right: 5px;
}
#content .dashboard .invoice .invoice__meta .date_info p span:after {
  content: ":";
  margin-left: 2px;
}
#content .dashboard .invoice .invoice__meta {
  padding: 45px 0.5rem;
}
#content .dashboard .invoice .invoice__meta p {
  margin-bottom: 0;
}
#content .dashboard .invoice .pricing_info {
  padding: 0 30px 30px;
  margin-top: 30px;
  text-align: right;
}
#content .dashboard .invoice .pricing_info p {
  margin: 0;
  color: #000;
  line-height: 36px;
}
#content .dashboard .invoice .pricing_info .bold {
  font-size: 18px;
}
#content .dashboard .invoice .invoice__detail {
  margin-top: 100px;
  width: 100%;
}
#content .dashboard .invoice .invoice__detail table {
  display: inline-table;
}
#content .dashboard .invoice input,
#content .dashboard .invoice select,
#content .dashboard .invoice textarea {
  height: 50px;
  border: 1px solid #ebedf2;
  border-radius: 3px;
  color: #747b86;
  font-size: 16px;
  padding: 0 20px;
  width: 100%;
}
#content .dashboard .invoice textarea {
  line-height: 25px;
  padding-top: 15px;
  border: 1px solid #ebedf2;
  min-height: 120px;
  resize: none;
  color: #6f7495;
  border-radius: 3px;
  min-width: 150px;
}
#content .dashboard .invoice .check {
  height: 20px;
  padding: 0;
  background: none;
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: auto;
}

.ml-auto {
  margin-left: auto;
}

.section-1589 .menu-cat .menu-cat-wrap .menu-cat-side .menu-cat-title {
    display: none;
}
.section-1589 .menu-cat .menu-cat-wrap .menu-cat-side:last-child {
    display: none;
}

#content #menu .menu-scrollbox .section-1589 .menu-cat-side {
    padding: 0;
    border: none;
    width: 100%;
}
#content #menu .menu-scrollbox .section-1589 .menu-cat {
    left: auto;
    width: auto;
}
#content #menu .menu-scrollbox .section-1589 .menu-cat:before {
    width: 150px;
    background: linear-gradient(0, #e4ecef 0, rgba(228, 236, 239, 100%) 100%);
}
#content #menu .menu-scrollbox .section-1589 .menu-cat:after {
    display: none;
}
#content #menu .menu-scrollbox .section-1589 .menu-cat #menu-cat {
    height: auto;
}
#content #menu .menu-scrollbox .section-1589 a.smooth-scroll {
    display: flex;
    align-items: center;
    height: 100%;
}
#content #menu .menu-scrollbox .section-1589 a.smooth-scroll:before {
    bottom: calc(50% + 14px);
}
@media (max-width: 765px) {
    #content #menu .menu-scrollbox .section-1589 {
        flex-direction: column;
    }
    #content #menu .menu-scrollbox .section-1589 .menu-cat {
        display: block;
        position: relative;
        visibility: visible;
        opacity: 1;
        padding: 0;
    }
    #content #menu .menu-scrollbox .section-1589 .menu-cat:before {
        background: none;
    }
    #content #menu .menu-scrollbox .section-1589 .menu-cat #menu-cat > li a {
        color: #fff;
    }
}
