@charset "UTF-8";
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

@font-face {
  font-family: 'MuseoSansCyrl';
  font-display: swap;
  src: local(""), url("../fonts/MuseoSansCyrl-300.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  font-display: swap;
  src: local(""), url("../fonts/MuseoSansCyrl-500.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  font-display: swap;
  src: local(""), url("../fonts/MuseoSansCyrl-700.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  font-display: swap;
  src: local(""), url("../fonts/MuseoSansCyrl-900.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'BerlingskeSerif';
  font-display: swap;
  src: local(""), url("../fonts/BerlingskeSerif-Regular.woff2") format("woff2"), url("../fonts/BerlingskeSerif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

::-moz-selection {
  background-color: #2d5266;
  color: #fff;
}

::selection {
  background-color: #2d5266;
  color: #fff;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  max-width: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "MuseoSansCyrl", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #0d1014;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body.disabled {
  overflow: hidden;
  max-height: 100vh;
}

.page_wr {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page_df {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.page_left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 331px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 134, 164, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(85, 134, 164, 0.15);
}

.page_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 101px;
  padding: 10px;
}

.page_top .logo {
  width: 160px;
  height: 64px;
}

.catalog-open {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 53px;
  padding-left: 57px;
  padding-right: 20px;
  background-color: #7bbee2;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.catalog-open .burger {
  margin-right: 29px;
}

.catalog-open:hover {
  background-color: #fff;
  color: #7bbee2;
}

.catalog-open:hover .burger .line, .catalog-open:hover .burger .line::before, .catalog-open:hover .burger .line::after {
  background-color: #7bbee2;
}

.page_left .catalog-close {
  display: none;
}

.page_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 331px);
}

.catalog__wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.catalog__wrap .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 2px;
}

.catalog__wrap .menu > li > a {
  position: relative;
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 12px 53px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #e3edf3;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.catalog__wrap .menu > li > a:hover {
  background: rgba(123, 190, 226, 0.3);
}

.catalog__wrap .menu .arrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 24px;
  display: block;
  width: 5px;
  height: 8px;
  background: transparent url("../img/svg/arrow-blue.svg") no-repeat center center;
  background-size: contain;
}

.catalog__wrap .sub-menu {
  display: none;
  position: absolute;
  width: 330px;
  top: 0;
  left: calc(100% - 2px);
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
  padding: 21px 25px 21px 38px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 134, 164, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(85, 134, 164, 0.15);
  z-index: 1;
}

.catalog__wrap .sub-menu > li > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 0;
  text-decoration: none;
  outline: none;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.catalog__wrap .sub-menu > li > a:hover {
  color: #5586a4;
}

.catalog__wrap .sub-menu > li > a .arrow {
  right: -5px;
}

.catalog__wrap .sub-menu--inner {
  position: static;
  width: 372px;
  padding-left: 25px;
}

.catalog__wrap .sub-menu--inner > li > a {
  padding: 10px 0;
}

.catalog__wrap .sub-menu-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% - 2px);
  height: 100%;
}

.catalog__wrap .sub-menu-wrap .sub-menu {
  max-height: 100vh;
  overflow: auto;
}

.catalog__wrap .sub-menu-wrap .sub-menu .sub-menu {
  position: absolute;
  width: 231px;
  min-height: 0;
}

.catalog__wrap.fixed {
  max-height: 100vh;
}

.catalog__icon {
  width: 28px;
  height: 28px;
  margin-right: 24px;
}

.catalog__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

img {
  width: 100%;
  height: auto;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[data-object-fit-cover] {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  width: 100%;
  height: 100%;
}

[data-object-fit-contain] {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
  width: 100%;
  height: 100%;
}

a {
  color: #0d1014;
}

.blur-it {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.accent {
  color: #2d5266;
}

.grey-bg {
  background-color: #f7f8f9;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MuseoSansCyrl", sans-serif;
}

time {
  display: block;
  font-size: 14px;
  color: rgba(13, 16, 20, 0.7);
}

.article {
  font-size: 16px;
  line-height: 1.75;
}

.article p {
  margin-bottom: 10px;
}

.article a {
  color: #2d5266;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.article a:hover {
  color: #2d5266;
}

.article img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.article img.alignleft {
  max-width: 50%;
  float: left;
  margin: 0 20px 20px 0;
}

.article img.alignright {
  max-width: 50%;
  float: right;
  margin: 0 0 20px 20px;
}

.article img.aligncenter {
  margin: 0 auto;
}

.article ul,
.article ol {
  padding-bottom: 1.5em;
  padding-left: 0;
  padding-right: 1.5em;
}

.article ul li,
.article ol li {
  margin-bottom: 24px;
  -webkit-transform: translateX(1.5em);
      -ms-transform: translateX(1.5em);
          transform: translateX(1.5em);
}

.article ul li:last-of-type,
.article ol li:last-of-type {
  margin-bottom: 0;
}

.article h2, .article h3, .article h4 {
  line-height: 1.2;
  font-weight: 500;
}

.article h2 {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 24px;
}

.article h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
}

.article h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}

.article strong {
  font-weight: 700;
}

.article table {
  margin-top: 20px;
  margin-bottom: 30px;
  border-collapse: collapse;
}

.article table td {
  padding: 17px 30px;
  border: 1px solid #000;
}

.article table td:first-of-type {
  padding-left: 39px;
}

.article table thead td {
  font-weight: 500;
}

.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

.page-title {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: 700;
}

.icon {
  max-width: 100%;
  max-height: 100%;
  fill: #2d5266;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.xlink {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn__wrap {
  display: inline-block;
}
.checkout-cart #content .btn-default,
.btn-primary,
.xbtn,
.bf-buttonclear,
input[type="submit"] {
  position: relative;
  border: none;
  outline: none;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-appearance: none;
}

.btn-primary,
.xbtn--green,
input[type="submit"].xbtn--green {
  height: 37px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #4fd904;
  border-radius: 18.5px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.btn-primary:hover,
.xbtn--green:hover,
input[type="submit"].xbtn--green:hover {
  background-color: #fff;
  color: #4fd904;
}

.checkout-cart #content .btn-default,
.xbtn--blue,
.bf-buttonclear,
input[type="submit"].xbtn--blue {
  height: 37px;
  padding-left: 37px;
  padding-right: 37px;
  background-color: #7bbee2;
  border-radius: 18.5px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.checkout-cart #content .btn-default:hover,
.xbtn--blue:hover,
.bf-buttonclear:hover,
input[type="submit"].xbtn--blue:hover {
  background-color: #fff;
  color: #7bbee2;
}

input[type="submit"][disabled] {
  cursor: no-drop;
  background: #5e5e5e;
}

.bf-buttonclear:hover {
  background: none;
}

.burger,
.catalog-close {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 25px;
}

.burger__wrap,
.catalog-close__wrap {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
  display: block;
}

.burger.active .burger__wrap .line,
.burger.active .catalog-close__wrap .line,
.catalog-close.active .burger__wrap .line,
.catalog-close.active .catalog-close__wrap .line {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.burger.active .burger__wrap .line:before, .burger.active .burger__wrap .line:after,
.burger.active .catalog-close__wrap .line:before,
.burger.active .catalog-close__wrap .line:after,
.catalog-close.active .burger__wrap .line:before,
.catalog-close.active .burger__wrap .line:after,
.catalog-close.active .catalog-close__wrap .line:before,
.catalog-close.active .catalog-close__wrap .line:after {
  -webkit-transform: translateX(0) rotate(-90deg);
      -ms-transform: translateX(0) rotate(-90deg);
          transform: translateX(0) rotate(-90deg);
}

.burger .line,
.catalog-close .line {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.burger .line, .burger .line::after, .burger .line::before,
.catalog-close .line,
.catalog-close .line::after,
.catalog-close .line::before {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.burger .line::after, .burger .line::before,
.catalog-close .line::after,
.catalog-close .line::before {
  content: '';
  left: 0;
}

.burger .line::before,
.catalog-close .line::before {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}

.burger .line::after,
.catalog-close .line::after {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}

.catalog-close .line, .catalog-close .line::after, .catalog-close .line::before {
  background-color: #7bbee2;
}

.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37px;
  background: rgba(79, 217, 4, 0.5);
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(45, 82, 102, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(45, 82, 102, 0.3);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: 250;
}

.to-top .icon {
  width: 12px;
  height: 12px;
  fill: #fff;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.to-top:hover {
  opacity: 1;
  background: rgba(79, 217, 4, 0.8);
}

.to-top.fixed {
  opacity: 1;
  height: 37px;
}

.your-file input[type="file"] {
  display: none;
}

.your-file label {
  cursor: pointer;
}

.your-file label:hover span {
  color: #4fd904;
}

.your-file span {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  color: #5586a4;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/* Переопределение стилей yandex map */
[class$='-controls-pane'],
[class$='-copyrights-pane'] {
  display: none;
}

/* Переопределение стилей swiper */
.swiper-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-slide {
  height: auto;
}

.swiper-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-pagination-bullet {
  outline: none;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #7bbee2;
  border: 1px solid #ffffff;
  margin: 0 11px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  position: relative;
  background-color: #5586a4;
}

.swiper-button-prev,
.swiper-button-next {
  top: calc(50% - 21px);
  background: none;
  border: none;
  outline: none;
  width: 43px;
  height: 43px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 134, 164, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(85, 134, 164, 0.15);
  margin: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-button-prev .icon,
.swiper-button-next .icon {
  display: block;
  width: 11px;
  height: 16px;
  fill: #2d5266;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #2d5266;
}

.swiper-button-prev:hover .icon,
.swiper-button-next:hover .icon {
  fill: #fff;
}

.swiper-button-prev {
  left: -34px;
}

.swiper-button-prev .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-next {
  right: -34px;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-button-disabled {
  display: none;
}

/* Переопределение стилей mcsb */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(29, 54, 67, 0.3);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(29, 54, 67, 0.5);
}

.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.mCustomScrollBox {
  max-width: calc(100% + 15px);
  margin-right: -15px;
  padding-right: 15px;
}

/* Переопределение bootstrap */
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1495px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

/* media */
@media screen and (max-width: 1500px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 1400px) {
  .page_top {
    min-height: 75px;
  }
  .page_top .logo {
    width: 150px;
    height: 54px;
  }
  .catalog-open {
    height: 43px;
    padding-left: 37px;
    font-size: 14px;
  }
  .catalog__wrap .menu > li > a {
    padding: 10px 20px 12px 33px;
    font-size: 16px;
  }
  .catalog__icon {
    width: 24px;
    height: 24px;
  }
  .page_left {
    width: 251px;
  }
  .page_right {
    width: calc(100% - 251px);
  }
  .catalog__wrap {
    max-height: calc(100vh - 118px);
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1170px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-title {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .catalog__wrap .sub-menu {
    width: 270px;
    padding: 16px 25px;
  }
  .catalog__wrap .sub-menu > li > a {
    padding: 8px 0;
    font-size: 14px;
  }
  .catalog__wrap .sub-menu--inner {
    width: 322px;
  }
  .catalog__wrap .sub-menu--inner > li > a {
    padding: 7px 0;
  }
  .catalog__wrap .sub-menu-wrap .sub-menu .sub-menu {
    width: 201px;
  }
}

@media screen and (max-width: 1070px) {
  .page_left .catalog-close {
    display: block;
  }
  .catalog__wrap {
    position: static;
  }
  .catalog__wrap .menu > li a .arrow {
    width: 15px;
    height: 15px;
    right: 15px;
  }
  .catalog__wrap .sub-menu {
    position: static;
    width: 100%;
    height: auto;
    list-style: none;
    padding: 10px 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .catalog__wrap .sub-menu > li > a {
    padding: 8px 0;
  }
  .catalog__wrap .sub-menu > li > a .arrow {
    width: 10px;
    height: 10px;
    right: 8px;
  }
  .catalog__wrap .sub-menu--inner {
    position: static;
    width: 100%;
    padding-left: 10px;
  }
  .catalog__wrap .sub-menu--inner > li > a {
    padding: 8px 0;
    font-size: 13px;
  }
  .catalog__wrap .sub-menu-wrap {
    position: static;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .catalog__wrap .sub-menu-wrap .sub-menu {
    max-height: 10000px;
    padding: 6px 5px 6px 15px;
    overflow: visible;
    font-size: 13px;
  }
  .catalog__wrap .sub-menu-wrap .sub-menu .sub-menu {
    position: static;
    width: 100%;
  }
  .page_left {
    position: fixed;
    top: 0;
    left: 0;
    width: 340px;
    height: 100vh;
    overflow: auto;
    background-color: #fff;
    z-index: 500;
    -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
            transform: translateX(-101%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .page_left.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .page_right {
    width: 100%;
  }
  .to-top {
    bottom: 80px;
  }
  .catalog-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog__wrap.fixed {
    max-height: calc(100vh - 118px);
  }
}

@media screen and (max-width: 991px) {
  .page_wr {
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .page_wr {
    padding-top: 65px;
  }
  .page-title {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .article {
    font-size: 14px;
    line-height: 1.5;
  }
  .article h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 19px;
  }
  .article h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .article h4 {
    margin-top: 10px;
  }
  .article table td {
    padding: 8px 10px;
  }
  .article table td:first-of-type {
    padding-left: 10px;
  }
}

@media screen and (max-width: 630px) {
  .xbtn--green,
  input[type="submit"].xbtn--green {
    height: 27px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .article img.alignleft {
    max-width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
  .article img.alignright {
    max-width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 500px) {
  .article table td {
    font-size: 12px;
  }
}

/* Переопределение стилей fancybox */
.fancybox-lock {
  max-width: 100%;
  overflow: hidden !important;
}

.fancybox-overlay {
  background: none;
  background-color: rgba(0, 0, 0, 0.5);
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../libs/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  background: none;
  top: 5px;
  right: 5px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #2d5266 !important;
  border-radius: 6px;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fancybox-close::before, .fancybox-close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 50%;
  height: 3px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1.5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fancybox-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.fancybox-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.fancybox-close:hover {
  opacity: 1;
}

.fancybox-close:hover::before, .fancybox-close:hover::after {
  background: #fff;
}

.fancybox-nav {
  background: transparent url(../libs/fancybox/blank.gif);
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: none;
}

.fancybox-next, .fancybox-prev {
  width: 25%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fancybox-prev:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(45, 82, 102, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(45, 82, 102, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(45, 82, 102, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.fancybox-next:hover {
  background: -webkit-gradient(linear, right top, left top, from(rgba(45, 82, 102, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(right, rgba(45, 82, 102, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, rgba(45, 82, 102, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background: none;
  }
  #fancybox-loading div {
    background-image: url(../libs/fancybox/fancybox_loading@2x.gif);
  }
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.socials__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33px;
  height: 33px;
  background-color: rgba(123, 190, 226, 0.2);
  margin-right: 17px;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.3s  ease-in-out;
  -o-transition: 0.3s  ease-in-out;
  transition: 0.3s  ease-in-out;
}

.socials__link:last-of-type {
  margin-right: 0;
}

.socials__link .icon {
  display: block;
  width: 16px;
  height: 17px;
  fill: #ffffff;
}

.socials__link:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  background: #7bbee2;
}

.socials--card .socials__link {
  background-color: #7bbee2;
}

.socials--card > a {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.socials--card > a:hover {
  color: #7bbee2;
}

.socials--card > a:last-of-type {
  margin-right: 0;
}

.socials--card > a span {
  margin-left: 10px;
  font-size: 14px;
}

@media screen and (max-width: 575px) {
  .socials {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* socials */
.form {
  position: relative;
  z-index: 30;
  width: 100%;
}

.form input, .form textarea {
  font-family: "MuseoSansCyrl", sans-serif;
}

.form .text-input {
  display: block;
  width: 100%;
}
#d_quickcheckout select.form-control, #d_quickcheckout textarea.form-control, #d_quickcheckout input[type="text"].form-control, #d_quickcheckout input[type="password"].form-control, #d_quickcheckout input[type="datetime"].form-control, #d_quickcheckout input[type="datetime-local"].form-control, #d_quickcheckout input[type="date"].form-control, #d_quickcheckout input[type="month"].form-control, #d_quickcheckout input[type="time"].form-control, #d_quickcheckout input[type="week"].form-control, #d_quickcheckout input[type="number"].form-control, #d_quickcheckout input[type="email"].form-control, #d_quickcheckout input[type="url"].form-control, #d_quickcheckout input[type="search"].form-control, #d_quickcheckout input[type="tel"].form-control, #d_quickcheckout input[type="color"].form-control,
.form .text-input input, .form .text-input textarea {
  background: none;
  border: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  resize: none;
}

.form .accept {
  display: block;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form .accept label {
  display: block;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
}

.form .accept label > span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}

.form .accept label .accept__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: 1px solid rgba(123, 190, 226, 0.49);
  border-radius: 50%;
}

.form .accept label .accept__icon::before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 5px;
  background: transparent url("../img/svg/tick.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.form .accept label:hover {
  color: #4fd904;
}

.form .accept input {
  display: none;
}

.form .accept input:checked + span .accept__icon::before {
  opacity: 1;
}

/* form */
.pager {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 20px;
}

.pager ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.pager ul > li {
  position: relative;
  margin: 2px 6px;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pager ul > li:first-of-type {
  margin-right: 151px;
}

.pager ul > li:last-of-type {
  margin-left: 151px;
}

.pager ul > li .page-numbers, .pager ul > li .prev, .pager ul > li .next {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 43px;
  height: 43px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 134, 164, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(85, 134, 164, 0.15);
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pager ul > li .page-numbers:not(.current):hover, .pager ul > li .prev:not(.current):hover, .pager ul > li .next:not(.current):hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 134, 164, 0.4);
          box-shadow: 0px 0px 15px 0px rgba(85, 134, 164, 0.4);
}

.pager ul > li .page-numbers:not(.prev):not(.next) {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #2d5266;
}

.pager ul > li .page-numbers:not(.prev):not(.next).current {
  background-color: #2d5266;
  color: #ffffff;
}

.pager ul > li .prev,
.pager ul > li .next {
  position: relative;
}

.pager ul > li .prev::before,
.pager ul > li .next::before {
  content: '';
  display: block;
  width: 11px;
  height: 16px;
  background: transparent url("../img/svg/arrow-blue.svg") no-repeat center center;
  background-size: contain;
}

.pager ul > li .prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1170px) {
  .pager ul > li:first-of-type {
    margin-right: 51px;
  }
  .pager ul > li:last-of-type {
    margin-left: 51px;
  }
}

@media screen and (max-width: 767px) {
  .pager {
    padding-top: 10px;
  }
  .pager ul > li:first-of-type {
    margin-right: 31px;
  }
  .pager ul > li:last-of-type {
    margin-left: 31px;
  }
  .pager ul > li .page-numbers:not(.prev):not(.next) {
    font-size: 15px;
  }
  .pager ul > li .page-numbers, .pager ul > li .prev, .pager ul > li .next {
    min-width: 36px;
    height: 36px;
  }
  .pager ul > li .prev::before, .pager ul > li .next::before {
    width: 9px;
    height: 13px;
  }
}

/* paginator */
.breadcrumb {
  border: none;
  background: none;
}
.breadcrumbs,
.breadcrumb {
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
}

.breadcrumb,
.breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb > li {
  padding: 0;
}
.breadcrumb li,
.breadcrumbs ol li {
  position: relative;
  display: inline-block;

}

.breadcrumb li a,
.breadcrumbs ol li a,
.breadcrumbs ol li span span {
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumb li a,
.breadcrumbs ol li a[href]:hover,
.breadcrumbs ol li span span[href]:hover {
  color: #2d5266;
}
.breadcrumb li::after {
  position: static;
  width: auto;
  height: auto;
  border: none;
  display: inline-block;
  transform: none;
}
.breadcrumb li:not(:last-of-type)::after,
.breadcrumbs ol li:not(:last-of-type)::after {
  content: '/';
  margin: 0 4px;
}

/* breadcrumbs */
.modal {
  position: relative;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 0;
  background-color: rgba(38, 59, 72, 0.7);
  z-index: 1000;
  opacity: 0;
  overflow: hidden;
}

.modal.active {
  display: block;
  opacity: 1;
  min-height: 100vh;
}

.modal__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 330px;
  max-width: 98%;
  opacity: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.modal__content.visible {
  opacity: 1;
}

.modal .form__wrapper {
  width: 100%;
}

.modal .form__wrapper .close {
  top: 15px;
  right: 15px;
}

.modal .form,
.modal .form.form__guarantee {
  max-height: 100vh;
  overflow: auto;
  width: 100%;
  padding: 0;
  z-index: 0;
  border-radius: 8px;
}

.modal .form .wpcf7-form-control-wrap input,
.modal .form.form__guarantee .wpcf7-form-control-wrap input {
  padding: 12px 10px 14px 20px;
}

.modal .form .form__title,
.modal .form.form__guarantee .form__title {
  margin-left: 0;
}

.modal .form .form__item--textarea,
.modal .form.form__guarantee .form__item--textarea {
  margin-bottom: 0px;
}

.modal .form__photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.modal .form__photos .form__item {
  width: calc((100% - 7px * 3) / 4);
  margin-right: 7px;
  margin-bottom: 9px;
  text-align: center;
}

.modal .form__photos .form__item:nth-of-type(4n), .modal .form__photos .form__item:last-of-type {
  margin-right: 0;
}

.modal .form__photos .form__item:last-of-type {
  width: 100%;
}

.modal .form__photos .your-photo input {
  display: none;
}

.modal .form__photos .your-photo__img {
  position: relative;
  display: none;
  width: 58px;
  height: 61px;
  border: 1px solid rgba(189, 222, 240, 0.32);
  border-radius: 10px;
  overflow: hidden;
}

.modal .form__photos .your-photo__img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(20, 22, 21, 0.7) url("../img/svg/close.svg") no-repeat center center;
  background-size: 22px 22px;
}

.modal .form__photos .your-photo .sl {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  color: #2d5266;
}

.modal .form__photos .your-photo--chosen .your-photo__img {
  display: block;
}

.modal .form__photos .your-photo--chosen .sl {
  display: none;
}

.modal .close {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 9px;
  right: 9px;
  display: block;
  width: 22px;
  height: 22px;
}

.modal .close .icon {
  display: block;
  fill: #5586a4;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.modal .close:hover .icon {
  fill: #4fd904;
}

.modal__reviews .modal__content {
  width: 737px;
}

.modal__wrap {
  max-height: 100vh;
  padding: 37px 45px 38px 53px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid rgba(189, 222, 240, 0.32);
  border-radius: 10px;
  overflow-x: hidden;
}

.modal__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 21px;
  border-bottom: 1px solid #e3edf3;
}

.modal__top .close {
  position: static;
}

.modal__top p {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
}

.modal__top time {
  display: block;
  margin-left: auto;
  margin-right: 22px;
  font-size: 14px;
}

.modal__review {
  padding-top: 17px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.modal .scr_card__thumbs-btns .swiper-button-prev,
.modal .scr_card__thumbs-btns .swiper-button-next {
  z-index: 50;
}

.modal__callback .form__title {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .modal .article {
    font-size: 14px;
    line-height: 1.5;
  }  
  .breadcrumbs,
  .breadcrumb {
    max-width: 100%;
    overflow: auto;
    padding-top: 5px;
    padding-bottom: 15px;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .breadcrumb li,
  .breadcrumbs ol li {
    margin-right: 8px;
  }
  .breadcrumb li a,
  .breadcrumbs ol li a,
  .breadcrumbs ol li span span {
    background-color: #fff;
    /*border: 1px solid #2d5266;*/
    border-radius: 50px;
    padding: 6px 12px;
    background: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 36%);
  }

  .breadcrumb li a[href]:hover,
  .breadcrumbs ol li a[href]:hover,
  .breadcrumbs ol li span span[href]:hover {
    box-shadow: 0 1px 2px rgb(0 0 0 / 70%);
  }
  .breadcrumb li:not(:last-of-type)::after,
  .breadcrumbs ol li:not(:last-of-type)::after {
    content: none;
  }

}

@media screen and (max-width: 575px) {
  .modal__wrap {
    padding: 25px;
  }
}

/* modal */
.header {
  width: 100%;
  overflow-x: hidden;
}

.header .burger {
  display: none;
}

.header__top {
  height: 101px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__search {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 330px;
  margin-right: 25px;
}

.header__search .form__item {
  position: relative;
}

.header__search .form .text-input input {
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid rgba(123, 190, 226, 0.49);
  border-radius: 22.5px;
  padding-left: 20px;
  font-size: 14px;
  color: #2d5266;
}

.header__search .form .text-input input:hover {
  border-color: #2d5266;
}

.header__search .open-search {
  position: absolute;
  top: calc(50% - 10px);
  right: 16px;
  background: none;
  border: none;
  outline: none;
  display: block;
  width: 20px;
  height: 19px;
  cursor: pointer;
}

.header__search .open-search .icon {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.header__search .open-search:hover .icon {
  fill: rgba(123, 190, 226, 0.49);
}

.header__address {
  font-size: 14px;
}

.header__address b {
  font-weight: 700;
}

.header__phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
}

.header__phones-col {
  text-align: right;
  margin-right: 28px;
}

.header__phones-col:last-of-type {
  margin-right: 0;
}

.header__phone, .header__order {
  display: block;
  text-decoration: none;
  outline: none;
  font-weight: 700;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.header__phone:hover, .header__order:hover {
  color: #7bbee2;
}

.header__order {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  color: #2d5266;
}

.header__btns {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__btn {
  background: none;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 44px;
  text-align: left;
}

.header__btn:last-of-type {
  margin-right: 0;
}

.header__btn-icon {
  margin-right: 12px;
}

.header__btn .icon {
  display: block;
  width: 21px;
  height: 18px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.header__btn:hover .icon {
  fill: #7bbee2;
}

.header__btn-num {
  position: absolute;
  top: -4px;
  right: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 21px;
  height: 21px;
  background-color: #7bbee2;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.header__btn-text {
  font-size: 14px;
  color: #2d5266;
}

.header__btn-text b {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #0d1014;
}

.header__btn--catalog {
  display: none;
}

.header__btn--cart .header__btn-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(123, 190, 226, 0.49);
  border-radius: 50%;
}

.header__msg {
  text-decoration: none;
  outline: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url("../img/svg/icons/_viber.svg") no-repeat center center;
  background-size: contain;
  margin-right: 11px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header__msg:last-of-type {
  margin-right: 0;
}

.header__msg:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.header__msg--wa {
  background-image: url("../img/svg/icons/_wa.svg");
}

.header__msg--tg {
  background-image: url("../img/svg/icons/_telegram.svg");
}

.header__menu {
  background-color: #5586a4;
}

.header .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 53px;
}

.header .menu > li {
  margin-right: 10px;
}

.header .menu > li:last-of-type {
  margin-right: 0;
}

.header .menu > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
  font-weight: 500;
  color: #ffffff;
}

.header .menu > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
}

.header .menu > li > a:hover::after {
  opacity: 1;
}

.header .logo__wrap {
  display: none;
}

.header a.logo {
  display: block;
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 1600px) {
  .header__search {
    width: 260px;
  }
  .header__phones-col {
    margin-right: 18px;
  }
  .header__btn {
    margin-right: 24px;
  }
}

@media screen and (max-width: 1500px) {
  /*.header__phones-col:nth-of-type(n + 2) {
    display: none;
  }*/
  .header__phones {
    display: block;
  }
  .header__phones-col {
    text-align: left;
  }
  .header__phones .header__order,
  .header__phones .header__msgs {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .header__top {
    height: 75px;
  }
  .header__address {
    display: none;
  }
  .header .menu {
    height: 43px;
  }
  .header .menu > li > a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1170px) {
  .header .menu > li > a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1070px) {
  .header html,
  .header body {
    overflow-x: hidden;
  }
  .header .logo {
    width: 150px;
    height: 54px;
  }
  .header .logo__wrap {
    display: block;
  }
  .header__btns {
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    z-index: 100;
    background: #5586a4;
    -webkit-box-shadow: 0 0 10px rgba(45, 82, 102, 0.2);
            box-shadow: 0 0 10px rgba(45, 82, 102, 0.2);
  }
  .header__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
  .header__btn-icon {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .header__btn-icon .icon {
    fill: #fff;
  }
  .header__btn-text {
    color: #fff;
  }
  .header__btn-text b {
    display: none;
  }
  .header__btn-num {
    top: -7px;
    right: -18px;
    min-width: 19px;
    height: 19px;
    font-size: 12px;
  }
  .header__btn--catalog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header__btn--cart {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .header__btn--cart .header__btn-icon {
    width: auto;
    height: auto;
    border: none;
  }
  .header__phones {
    margin-right: 0;
  }
  .header__phones-col {
    margin-right: 0;
  }
  .header__left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header__search {
    margin-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media screen and (max-width: 991px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(123, 190, 226, 0.1);
    background: #fff;
    z-index: 100;
  }
  .header.fixed {
    -webkit-box-shadow: 0 0 15px rgba(45, 82, 102, 0.2);
            box-shadow: 0 0 15px rgba(45, 82, 102, 0.2);
  }
  .header__menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 251px;
    height: 100vh;
    max-height: 100vh;
    padding-top: 70px;
    overflow: auto;
    z-index: 80;
    background: #fff;
    -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
            transform: translateX(-101%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 100;
  }
  .header__menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .header .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 110;
  }
  .header .burger .line, .header .burger .line::after, .header .burger .line::before {
    background-color: #7bbee2;
  }
  .header .menu {
    display: block;
  }
  .header .menu > li {
    margin-right: 0;
  }
  .header .menu > li > a {
    padding: 10px 0;
    color: #2d5266;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(45, 82, 102, 0.2);
  }
  .header__search {
    width: 100%;
    padding: 20px 15px 0;
  }
  .header__msgs {
    position: fixed;
    top: 168px;
    right: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header__msgs.fixed {
    top: 80px;
  }
  .header__msg {
    display: block;
    width: 33px;
    height: 33px;
    margin-right: 0;
    margin-bottom: 4px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 134, 164, 0.15);
            box-shadow: 0px 0px 15px 0px rgba(85, 134, 164, 0.15);
    background-color: #413787;
    background-image: url("../img/svg/icons/_viber-white.svg");
    background-size: 16px 16px;
  }
  .header__msg--wa {
    background-color: #3ade57;
    background-image: url("../img/svg/icons/_wa-white.svg");
  }
  .header__msg--tg {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    background-color: #2fa7dd;
    background-image: url("../img/svg/icons/_telegram-white.svg");
  }
}

@media screen and (max-width: 767px) {
  .header__top {
    height: 65px;
  }
  .header__phone {
    font-size: 14px;
  }
  .header .logo {
    width: 140px;
    height: 44px;
  }
}

/* .header */
.scr1 {
  position: relative;
  padding-top: 25px;
  padding-bottom: 50px;
  overflow-x: hidden;
}

.scr1__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.scr1__wrap {
  position: relative;
  width: 59.07473309608541%;
}

.scr1__slider {
  overflow: hidden;
  margin: -15px;
  padding: 15px;
}

.scr1__slider-item {
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
  background-color: #7bbee2;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr1__slider-item img {
  display: block;
}

.scr1__slider-item:hover {
  -webkit-box-shadow: 0 0 15px rgba(45, 82, 102, 0.5);
          box-shadow: 0 0 15px rgba(45, 82, 102, 0.5);
}

.scr1__slider-item .btn__wrap {
  position: absolute;
  left: 41px;
  bottom: 47px;
}

.scr1__slider-btns {
  position: absolute;
  left: 44px;
  right: 20px;
  bottom: 17px;
  z-index: 1;
}

.scr1__img {
  display: block;
  text-decoration: none;
  outline: none;
  width: 38.64768683274021%;
  background-color: #6f7477;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr1__img img {
  display: block;
}

.scr1__img:hover {
  -webkit-box-shadow: 0 0 15px rgba(45, 82, 102, 0.5);
          box-shadow: 0 0 15px rgba(45, 82, 102, 0.5);
}

.scr1__feat-btns {
  display: none;
}

.scr1__feat-item {
  height: 100%;
  padding: 22px 31px 22px 34px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(85, 134, 164, 0.15);
          box-shadow: 0px 15px 15px 0px rgba(85, 134, 164, 0.15);
  border-radius: 8px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr1__feat-item:hover {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(85, 134, 164, 0.3);
          box-shadow: 0px 10px 10px 0px rgba(85, 134, 164, 0.3);
}

.scr1__feat-df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8px;
}

.scr1__feat-content {
  padding-right: 15px;
  padding-top: 15px;
}

.scr1__feat-content h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.555555555555556;
  font-weight: 700;
}

.scr1__feat-text {
  max-width: 215px;
  font-size: 14px;
}

.scr1__feat-icon {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 76px;
  height: 76px;
  background-color: rgba(123, 190, 226, 0.5);
  border-radius: 50%;
  z-index: 1;
}

.scr1__feat-icon::before {
  content: '';
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  background-color: rgba(123, 190, 226, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  z-index: -1;
}

.scr1__feat-icon img {
  display: block;
  max-width: 35px;
  max-height: 40px;
}

@media screen and (max-width: 1400px) {
  .scr1__feat-item {
    padding: 16px;
  }
  .scr1__feat-content {
    padding-top: 0;
  }
  .scr1__feat-content h3 {
    font-size: 15px;
    line-height: 1.455556;
  }
  .scr1__feat-text {
    font-size: 13px;
  }
  .scr1__feat-icon {
    width: 66px;
    height: 66px;
  }
  .scr1__feat-icon img {
    max-width: 29px;
    max-height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .scr1 {
    padding-bottom: 25px;
  }
  .scr1__feat-btns {
    display: block;
    padding-top: 20px;
  }
  .scr1__feat-btns .swiper-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 650px) {
  .scr1__df {
    display: block;
  }
  .scr1__wrap {
    width: 100%;
  }
  .scr1__slider-btns {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .scr1__slider-btns .swiper-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .scr1__img {
    width: 100%;
    margin: 20px auto;
  }
}

@media screen and (max-width: 575px) {
  .scr1__feat-item {
    padding: 10px;
  }
  .scr1__feat-content h3 {
    font-size: 13px;
  }
  .scr1__feat-icon {
    width: 50px;
    height: 50px;
  }
  .scr1__feat-icon img {
    max-width: 20px;
    max-height: 26px;
  }
  .scr1__feat-icon::before {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }
  .scr1__slider-item .btn__wrap {
    left: 11px;
    bottom: 7px;
  }
}

/* scr1 */
.categories {
  position: relative;
  padding-top: 35px;
  padding-bottom: 65px;
  overflow-x: hidden;
}

.categories__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 230px 230px;
  grid-gap: 30px;
}

.categories__list > li:nth-of-type(8n + 2) {
  grid-row: auto / span 2;
  grid-column: 2;
}

.categories__item {
  display: block;
  text-decoration: none;
  outline: none;
  height: 100%;
  padding: 27px 20px 20px 32px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.categories__item h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  color: #2d5266;
}

.categories__item:hover {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(85, 134, 164, 0.2);
          box-shadow: 0px 5px 10px 0px rgba(85, 134, 164, 0.2);
}

.categories--page {
  padding-top: 0;
}

@media screen and (max-width: 1600px) {
  .categories__item {
    padding: 12px 20px 20px 12px;
  }
}

@media screen and (max-width: 1400px) {
  .categories__list {
    grid-gap: 10px;
  }
}

@media screen and (max-width: 1170px) {
  .categories {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .categories__list {
    grid-template-rows: 180px 180px;
    grid-auto-rows: 180px 180px;
  }
  .categories__item h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .categories__list {
    grid-template-rows: 120px 120px;
    grid-auto-rows: 120px 120px;
  }
  .categories__item h3 {
    font-size: 19px;
  }
}

@media screen and (max-width: 650px) {
  .categories__list {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr 1fr;
  }
  .categories__list > li:nth-of-type(13n + 2) {
    grid-row: auto / span 2;
    grid-column: 2;
  }
  .categories__list > li:nth-of-type(13n + 10) {
    grid-row: auto;
    grid-column: 1;
  }
}

@media screen and (max-width: 450px) {
  .categories__list {
    grid-gap: 5px;
  }
  .categories__item h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 400px) {
  .categories__item h3 {
    font-size: 16px;
  }
}

/* categories */
.prod {
  position: relative;
  padding-top: 48px;
  padding-bottom: 52px;
  overflow-x: hidden;
}

.prod__wrap {
  position: relative;
  margin-top: 29px;
}

.prod__slider {
  overflow: hidden;
  margin: -20px;
  padding: 20px;
}

.prod__slider-btns .swiper-dots {
  display: none;
}

.prod__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 14px;
  padding-bottom: 23px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(189, 222, 240, 0.32);
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
}

.prod__item:hover {
  -webkit-box-shadow: 0 5px 10px rgba(45, 82, 102, 0.2);
          box-shadow: 0 5px 10px rgba(45, 82, 102, 0.2);
}

.prod__top {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 5;
}

.prod__label {
  padding: 5px 17px;
  background-color: #fa9b06;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.prod__label--sale {
  background-color: #21b8fe;
}

.prod__btn {
  position: relative;
  background: none;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 134, 164, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(85, 134, 164, 0.15);
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.prod__btn:not(.active):hover {
  background-color: #2d5266;
}

.prod__btn:not(.active):hover .icon {
  fill: #fff;
}

.prod__btn.active .icon.hidden {
  opacity: 1;
}

.prod__btn .icon {
  display: block;
  width: 16px;
  height: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.prod__btn .icon.hidden {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.prod__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  outline: none;
  margin-bottom: 17px;
  border-radius: 8px;
  overflow: hidden;
}

.prod__img img {
  display: block;
}

.prod__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 14px;
  border-bottom: 1px solid #e3edf3;
}

.prod__content a {
  display: block;
  text-decoration: none;
  outline: none;
}

.prod__content a:hover .prod__title {
  color: #7bbee2;
}

.prod__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.333333333333333;
  font-weight: 700;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.prod__bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 14px;
}

.prod__bottom .btn__wrap {
  margin-top: 10px;
  margin-bottom: -5px;
}

.prod__bottom .btn__wrap .xbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 16px;
  padding-left: 13px;
  font-size: 13px;
}

.prod__bottom .btn__wrap .xbtn .icon {
  width: 21px;
  height: 17px;
  margin-right: 9px;
  fill: #fff;
}

.prod__bottom .btn__wrap .xbtn:hover .icon {
  fill: #4fd904;
}

.prod__price--old {
  display: block;
  margin-left: 15px;
  margin-right: auto;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #5586a4;
  text-decoration: line-through;
  line-height: 1;
}

.prod__price--new {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #2d5266;
}

.prod--sale {
  padding-top: 35px;
  padding-bottom: 69px;
}

.prod__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.prod__list > li {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  padding-bottom: 30px;
}

.prod__list > li:nth-of-type(4n) {
  margin-right: 0;
}

.prod__list .prod__item {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

.prod__list .prod__content {
  padding-left: 15px;
  padding-right: 15px;
}

.prod__list .prod__bottom {
  padding-left: 15px;
  padding-right: 15px;
}

.prod--catalog {
  padding-top: 0;
}

@media screen and (max-width: 1500px) {
  .prod__slider-btns {
    padding-top: 25px;
  }
  .prod__slider-btns .swiper-button-prev,
  .prod__slider-btns .swiper-button-next {
    display: none;
  }
  .prod__slider-btns .swiper-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prod__list > li {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    padding-bottom: 15px;
  }
  .prod__list > li:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1070px) {
  .prod {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .prod__title br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .prod__list > li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    padding-bottom: 15px;
  }
  .prod__list > li:nth-of-type(4n) {
    margin-right: 10px;
  }
  .prod__list > li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .prod__item {
    padding: 8px;
    padding-bottom: 15px;
  }
  .prod__top {
    top: 8px;
    left: 8px;
    right: 12px;
  }
  .prod__label {
    padding: 5px 7px;
    font-size: 12px;
  }
  .prod__title {
    font-size: 15px;
  }
  .prod__price--new {
    font-size: 18px;
  }
  .prod__price--old {
    margin-left: 10px;
    font-size: 14px;
  }
  .prod__bottom .btn__wrap .xbtn {
    height: 32px;
    padding-right: 16px;
    padding-left: 9px;
    font-size: 12px;
  }
  .prod__bottom .btn__wrap .xbtn .icon {
    width: 17px;
    height: 14px;
    margin-right: 5px;
  }
  .prod--sale .prod__item {
    border: none;
  }
}

@media screen and (max-width: 575px) {
  .prod__list > li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    padding-bottom: 15px;
  }
  .prod__list > li:nth-of-type(3n) {
    margin-right: 10px;
  }
  .prod__list > li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .prod__wrap {
    margin-top: 19px;
  }
  .prod__title {
    font-size: 14px;
  }
  .prod__price--new {
    font-size: 16px;
  }
  .prod__price--old {
    margin-left: 8px;
    font-size: 13px;
  }
}

/* prod */
.scr_map {
  position: relative;
  padding-top: 51px;
  padding-bottom: 44px;
  overflow-x: hidden;
}

.scr_map__wrap {
  position: relative;
}

.scr_map__contacts {
  position: absolute;
  top: 40px;
  left: 47px;
  width: 330px;
  max-width: 100%;
  padding: 37px 20px 40px 33px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(85, 134, 164, 0.15);
          box-shadow: 0px 15px 15px 0px rgba(85, 134, 164, 0.15);
  border-radius: 8px;
  z-index: 1;
}

.scr_map__contacts-item {
  margin-bottom: 29px;
}

.scr_map__contacts-item:last-of-type {
  margin-bottom: 0;
}

.scr_map__contacts-item h3 {
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 700;
}

.scr_map__contacts-item p {
  font-size: 14px;
}

.scr_map__contacts-item p a {
  display: block;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr_map__contacts-item p a:hover {
  color: #5586a4;
}

.scr_map__contacts-df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.scr_map__contacts-df h3 {
  margin-bottom: 19px;
}

.scr_map__map {
  height: 466px;
  background-color: #f7f8f9;
  border-radius: 10px;
  overflow: hidden;
}

.scr_map__phones {
  margin-right: 10px;
}

.scr_map__phone {
  display: block;
  text-decoration: none;
  outline: none;
  font-weight: 700;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr_map__phone:hover {
  color: #5586a4;
}

.scr_map .header__msgs {
  padding-top: 3px;
}

.scr_map--contacts {
  padding-top: 0;
}

@media screen and (max-width: 1400px) {
  .scr_map {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .scr_map__contacts {
    top: 20px;
    left: 17px;
    width: 230px;
    padding: 17px 10px 20px 13px;
  }
  .scr_map__contacts-item {
    margin-bottom: 14px;
  }
  .scr_map__contacts-item h3 {
    margin-bottom: 1px;
    font-size: 16px;
  }
  .scr_map__contacts-item p {
    font-size: 13px;
  }
  .scr_map__phone {
    font-size: 14px;
  }
  .scr_map__msg {
    margin-right: 7px;
  }
  .scr_map__map {
    height: 306px;
  }
  .scr_map--contacts {
    padding-top: 0;
  }
}

@media screen and (max-width: 650px) {
  .scr_map:not(.scr_map--contacts) .scr_map__contacts {
    display: none;
  }
  .scr_map--contacts .scr_map__contacts {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* scr_map */
.blog {
  position: relative;
  padding-bottom: 42px;
}

.blog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blog__list > li {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  padding-bottom: 27px;
}

.blog__list > li:nth-of-type(4n) {
  margin-right: 0;
}

.blog__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border: 1px solid rgba(189, 222, 240, 0.32);
  border-radius: 10px;
}

.blog__img {
  display: block;
  text-decoration: none;
  outline: none;
  height: 243px;
  border: 1px solid rgba(189, 222, 240, 0.32);
  border-radius: 10px;
  overflow: hidden;
}

.blog__img img {
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.blog__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.blog__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 17px 16px 21px;
}

.blog__content h2 a,
.blog__content h3 a {
  display: block;
  text-decoration: none;
  outline: none;
  min-height: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3edf3;
  font-size: 18px;
  line-height: 1.333333333333333;
  font-weight: 700;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog__content h2 a:hover,
.blog__content h3 a:hover {
  color: #4fd904;
}

.blog__content p {
  padding-top: 12px;
  font-size: 14px;
}

.blog__bottom {
  padding: 0 16px 27px;
}

.blog__link {
  display: block;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  color: #2d5266;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog__link:hover {
  color: #4fd904;
}

.blog__title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
}

.blog--post {
  padding: 32px 15px 37px 30px;
  background-color: #f7f8f9;
}

.blog--post .blog__list {
  display: block;
}

.blog--post .blog__list > li {
  width: 100%;
  margin-right: 0;
  padding-bottom: 31px;
}

.blog--post .blog__item {
  padding: 0;
  border: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.blog--post .blog__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 135px;
  height: 101px;
  margin-right: 15px;
  background-color: #f7f8f9;
  border-radius: 10px;
}

.blog--post .blog__right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog--post .blog__content {
  padding: 0;
}

.blog--post .blog__content h2 a,
.blog--post .blog__content h3 a {
  min-height: 0;
  padding-bottom: 2px;
  border-bottom: none;
  font-size: 18px;
  line-height: 1.333333333333333;
  font-weight: 700;
}

.blog--post .blog__bottom {
  padding: 0;
  padding-top: 5px;
}

.blog__btns {
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .blog__list > li {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    padding-bottom: 17px;
  }
  .blog__list > li:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1400px) {
  .blog__img {
    height: 193px;
  }
  .blog__content {
    padding: 12px 10px 16px;
  }
  .blog__content h2 a,
  .blog__content h3 a {
    min-height: 56px;
    font-size: 16px;
  }
  .blog__content p {
    padding-top: 8px;
    font-size: 13px;
  }
  .blog__bottom {
    padding: 0 10px 17px;
  }
  .blog__link {
    font-size: 13px;
  }
}

@media screen and (max-width: 1170px) {
  .blog__list > li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    padding-bottom: 17px;
  }
  .blog__list > li:nth-of-type(4n) {
    margin-right: 10px;
  }
  .blog__list > li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 650px) {
  .blog {
    padding-bottom: 30px;
  }
  .blog__list > li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    padding-bottom: 17px;
  }
  .blog__list > li:nth-of-type(3n) {
    margin-right: 10px;
  }
  .blog__list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .blog__content h2 a,
  .blog__content h3 a {
    min-height: 0;
  }
}

@media screen and (max-width: 575px) {
  .blog--post {
    padding: 20px 10px;
  }
  .blog--post .blog__list > li {
    padding-bottom: 20px;
  }
  .blog--post .blog__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 105px;
    height: 91px;
    margin-right: 10px;
  }
  .blog--post .blog__content {
    padding: 0;
  }
  .blog--post .blog__content h2 a,
  .blog--post .blog__content h3 a {
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  .blog__list > li {
    width: 100%;
    margin-right: 0;
  }
  .blog__list > li:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* blog */
.post {
  position: relative;
  padding-bottom: 45px;
}

.post .page-title {
  margin-bottom: 17px;
}

.post__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.post__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.post__content time {
  margin-bottom: 19px;
}

.post__content .article p {
  margin-bottom: 30px;
}

.post__blog {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 420px;
  margin-left: 30px;
}

@media screen and (max-width: 1170px) {
  .post__df {
    display: block;
  }
  .post__blog {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .post {
    padding-bottom: 30px;
  }
}

/* post */
.scr_card {
  position: relative;
  overflow: hidden;
}

.scr_card__wrap {
  padding-top: 39px;
}

.scr_card__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 46px;
}

.scr_card__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 47px 55px 34px 42px;
  background-color: #ffffff;
  border: 1px solid rgba(189, 222, 240, 0.32);
  border-radius: 10px;
}

.scr_card__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 40px;
}

.scr_card__content .article {
  font-size: 16px;
  line-height: 1.5;
}

.scr_card__title {
  margin-top: 0;
}

.scr_card__btns {
  padding-top: 25px;
}

.scr_card__colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 38px;
  border-bottom: 1px solid #e3edf3;
}

.scr_card__colors-title {
  padding-top: 2px;
}

.scr_card__colors span {
  margin-right: 30px;
  font-size: 18px;
}

.scr_card__colors ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.scr_card__colors ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6px 0;
  max-width: 250px;
  width: 100%;
}

.scr_card__colors ul > li label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.scr_card__colors ul > li label input {
  display: none;
}

.scr_card__colors ul > li label input:checked + i::after {
  opacity: 1;
}

.scr_card__colors ul > li label span {
  line-height: 1;
}

.scr_card__colors ul > li label i {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid transparent;
}

.scr_card__colors ul > li label i::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 2px solid #2d5266;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
}

.scr_card__buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
}

.scr_card__buy-btns .xbtn {
  height: 51px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17.8px;
}

.scr_card__buy-btns .xbtn .icon {
  width: 29px;
  height: 23px;
  margin-right: 12px;
  fill: #fff;
}

.scr_card__buy-btns .xbtn:hover .icon {
  fill: #4fd904;
}

.scr_card__prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.scr_card__price--new {
  display: block;
  margin-right: 22px;
  font-size: 36px;
  font-weight: 700;
  color: #2d5266;
}

.scr_card__price--old {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #5586a4;
}

.scr_card__tabs {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 45.51920341394026%;
  margin-left: 41px;
}

.scr_card__tab:not(:first-of-type) {
  display: none;
}

.scr_card__gallery {
  margin: -20px;
  padding: 20px;
  overflow: hidden;
}

.scr_card__gallery-item {
  border: 1px solid rgba(189, 222, 240, 0.32);
  border-radius: 10px;
  overflow: hidden;
}

.scr_card__thumbs {
  margin: -20px;
  padding: 20px;
  overflow: hidden;
}

.scr_card__thumbs-wrap {
  position: relative;
}

.scr_card__thumbs-btns .swiper-dots {
  display: none;
}

.scr_card__thumbs .swiper-slide-thumb-active .scr_card__thumb {
  border-color: #7bbee2;
}

.scr_card__thumbs .swiper-slide-thumb-active .scr_card__thumb::after {
  opacity: 0;
}

.scr_card__thumb {
  position: relative;
  height: 125px;
  background-color: #ffffff;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.scr_card__thumb::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 15, 19, 0.5);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr_card__add {
  padding-top: 47px;
  padding-bottom: 57px;
}

.scr_card__add-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 49px;
}

.scr_card__add-nav > li {
  margin-right: 43px;
}

.scr_card__add-nav > li:last-of-type {
  margin-right: 0;
}

.scr_card__add-nav > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr_card__add-nav > li > a::after {
  content: '';
  display: block;
  width: 5px;
  height: 8px;
  margin-left: 17px;
  background: transparent url("../img/svg/arrow-black.svg") no-repeat center center;
  background-size: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr_card__add-nav > li > a:hover {
  color: #5586a4;
}

.scr_card__add-nav > li.current > a {
  color: #5586a4;
}

.scr_card__add-nav > li.current > a::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.scr_card__add-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scr_card__add-tab {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 76px;
     -moz-column-gap: 76px;
          column-gap: 76px;
}

.scr_card__add-tab:not(:first-of-type) {
  display: none;
}

.scr_card__add-tab .article {
  font-size: 16px;
  line-height: 1.5;
}

.scr_card__add-item {
  margin-top: 50px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

.scr_card__add-item h3 {
  margin-bottom: 20px;
}

.scr_card__add-table table {
  width: 100%;
  border-collapse: collapse;
}

.scr_card__add-table table tr td {
  padding: 11px;
  border-bottom: 1px solid #e3edf3;
}

.scr_card__add-table table tr td:first-of-type {
  padding-left: 0;
}

.scr_card__add-table table tr td:last-of-type {
  padding-right: 0;
  text-align: right;
  font-weight: 500;
}

.scr_card__add-box table {
  width: 100%;
  border-collapse: collapse;
}

.scr_card__add-box table td {
  border-bottom: 1px solid #e3edf3;
  padding: 13px 22px;
  text-align: center;
}

.scr_card__add-box table thead tr {
  background-color: #e3edf3;
}

.scr_card__add-box table thead td {
  font-weight: 500;
}

.scr_card__add-box-total {
  padding-top: 20px;
}

.scr_card__add-box-total b {
  font-weight: 700;
}

.scr_card__footer {
  padding-top: 33px;
  padding-bottom: 79px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.scr_card__footer-item {
  width: 33%;
  margin-right: 20px;
  padding: 35px 20px 30px 33px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(85, 134, 164, 0.15);
          box-shadow: 0px 15px 15px 0px rgba(85, 134, 164, 0.15);
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.555555555555556;
}

.scr_card__footer-item:nth-of-type(3n + 2) {
  width: 34%;
}

.scr_card__footer-item:nth-of-type(3n) {
  margin-right: 0;
}

.scr_card__footer-item p {
  margin-bottom: 16px;
  font-weight: 700;
}

.scr_card__footer-link {
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scr_card__footer-link:hover {
  color: #2d5266;
}

.scr_card__footer-link strong {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  margin-right: 24px;
}

.scr_card__footer-df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.scr_card__footer-df p {
  margin-bottom: 0;
  margin-right: 20px;
}

@media screen and (max-width: 1600px) {
  .scr_card__tabs {
    width: 42.519203%;
    margin-left: 21px;
  }
  .scr_card__left {
    padding: 27px 25px 24px 22px;
  }
  .scr_card__footer {
    padding-top: 33px;
    padding-bottom: 39px;
  }
  .scr_card__footer-item {
    margin-right: 10px;
    padding: 25px 15px 20px;
    font-size: 16px;
  }
  .scr_card__footer-link {
    font-size: 14px;
  }
  .scr_card__footer-link strong {
    margin-right: 14px;
    font-size: 16px;
  }
  .scr_card__footer-df {
    display: block;
  }
  .scr_card__footer-df p {
    margin-bottom: 15px;
  }
  .scr_card__footer-df p br {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .scr_card__colors {
    padding-top: 10px;
    padding-bottom: 18px;
  }
  .scr_card__colors span {
    margin-right: 20px;
    font-size: 16px;
  }
  .scr_card__colors ul > li label i {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .scr_card__buy {
    padding-top: 22px;
  }
  .scr_card__price--new {
    margin-right: 18px;
    font-size: 28px;
  }
  .scr_card__price--old {
    font-size: 19px;
  }
}

@media screen and (max-width: 1170px) {
  .scr_card__footer {
    display: block;
  }
  .scr_card__footer-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .scr_card__footer-item:nth-of-type(2n) {
    width: 100%;
  }
  .scr_card__footer-item:last-of-type {
    margin-bottom: 0;
  }
  .scr_card__df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .scr_card__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .scr_card__tabs {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .scr_card__add-tab {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .scr_card__add-tab .article {
    font-size: 14px;
  }
  .scr_card__add-table table tr td {
    padding: 9px;
    font-size: 14px;
  }
  .scr_card__add-box table tr td {
    padding: 11px 12px;
    font-size: 14px;
  }
  .scr_card__add-nav > li > a {
    font-size: 16px;
  }
}

@media screen and (max-width: 650px) {
  .scr_card__content .article {
    font-size: 14px;
  }
  .scr_card__title {
    font-size: 20px;
  }
  .scr_card__add-tab {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .scr_card__add-item {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .scr_card__wrap {
    padding-top: 30px;
  }
  .scr_card__add {
    padding-top: 27px;
    padding-bottom: 37px;
  }
  .scr_card__add-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 29px;
  }
  .scr_card__add-nav > li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .scr_card__btns .xbtn {
    padding-left: 17px;
    padding-right: 17px;
    font-size: 12px;
  }
  .scr_card__buy {
    display: block;
  }
  .scr_card__prices {
    padding-bottom: 15px;
  }
}

/* scr_card */
.about {
  position: relative;
  padding-bottom: 44px;
  overflow-x: hidden;
}

.about__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 27px;
}

.about__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.about__content .article p {
  margin-bottom: 20px;
}

.about__img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 32.13515456506111%;
  margin-left: 53px;
}

@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 30px;
  }
  .about__df {
    display: block;
  }
  .about__content .article p {
    margin-bottom: 10px;
  }
  .about__img {
    float: right;
    width: 42.13515456506111%;
    margin-left: 30px;
    margin-bottom: 20px;
  }
}

/* about */
.works {
  position: relative;
  padding-top: 46px;
  padding-bottom: 62px;
  overflow-x: hidden;
}

.works__slider {
  overflow: hidden;
}

.works__slider-wrap {
  position: relative;
}

.works__slider-btns .swiper-dots {
  display: none;
}

.works__slider-btns .swiper-button-prev {
  left: -19px;
}

.works__slider-btns .swiper-button-next {
  right: -19px;
}

.works__item {
  display: block;
  text-decoration: none;
  outline: none;
  height: 345px;
  border: 1px solid rgba(189, 222, 240, 0.32);
  border-radius: 10px;
  overflow: hidden;
}

.works__item img {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.works__item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.works .scr_card__footer {
  padding-bottom: 0;
}

@media screen and (max-width: 1400px) {
  .works__item {
    height: 275px;
  }
}

@media screen and (max-width: 767px) {
  .works {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .works__item {
    height: 225px;
  }
  .works__slider-btns .swiper-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
  .works__slider-btns .swiper-button-prev,
  .works__slider-btns .swiper-button-next {
    display: none;
  }
}

/* works */
.brands {
  position: relative;
  padding-top: 49px;
  padding-bottom: 60px;
  overflow-x: hidden;
}

.brands__slider {
  overflow: hidden;
}

.brands__slider-wrap {
  position: relative;
}

.brands__slider-btns .swiper-dots {
  display: none;
}

.brands__slider-btns .swiper-button-prev {
  left: -19px;
}

.brands__slider-btns .swiper-button-next {
  right: -19px;
}

.brands__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 241px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(189, 222, 240, 0.32);
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.brands__img:hover {
  border-color: #2d5266;
}

.brands__img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1400px) {
  .brands__img {
    height: 161px;
  }
}

@media screen and (max-width: 767px) {
  .brands {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .brands__slider-btns .swiper-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
  .brands__slider-btns .swiper-button-prev,
  .brands__slider-btns .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 430px) {
  .brands__img {
    height: 121px;
    padding: 10px;
  }
}

/* brands */
.reviews {
  position: relative;
  padding-top: 39px;
  padding-bottom: 61px;
  overflow-x: hidden;
}

.reviews__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 47px;
}

.reviews__top .page-title {
  margin-right: 10px;
  margin-bottom: 0;
}

.reviews__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 36px 38px 43px;
  background-color: #ffffff;
  border: 1px solid rgba(189, 222, 240, 0.32);
  border-radius: 10px;
}

.reviews__item-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 23px;
  border-bottom: 1px solid #e3edf3;
}

.reviews__item-top span {
  display: block;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
}

.reviews__item-top time {
  display: block;
  font-size: 14px;
}

.reviews__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 13px;
  padding-bottom: 24px;
}

.reviews__btns {
  text-align: center;
}

.reviews__slider {
  overflow: hidden;
}

.reviews__slider-wrap {
  position: relative;
}

.reviews__slider-btns .swiper-dots {
  display: none;
}

.reviews__slider-btns .swiper-button-prev {
  left: -19px;
}

.reviews__slider-btns .swiper-button-next {
  right: -19px;
}

.reviews__text {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .reviews__item {
    padding: 26px 38px 33px 20px;
  }
  .reviews__item-top {
    padding-bottom: 13px;
  }
  .reviews__item-top span {
    font-size: 16px;
  }
  .reviews__item-top time {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .reviews {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .reviews__top {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 500px) {
  .reviews__slider-btns .swiper-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
  .reviews__slider-btns .swiper-button-prev,
  .reviews__slider-btns .swiper-button-next {
    display: none;
  }
  .reviews__item {
    padding-right: 20px;
  }
  .reviews__top {
    display: block;
  }
  .reviews__top .page-title {
    margin-bottom: 10px;
  }
}

/* reviews */
.faq {
  position: relative;
}

.faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq__item {
  position: relative;
  margin-bottom: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(85, 134, 164, 0.15);
          box-shadow: 0px 15px 15px 0px rgba(85, 134, 164, 0.15);
  border-radius: 8px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.faq__item:hover {
  -webkit-box-shadow: 0px 15px 15px 0px rgba(85, 134, 164, 0.35);
          box-shadow: 0px 15px 15px 0px rgba(85, 134, 164, 0.35);
}

.faq__item.active .top h2, .faq__item.active .top h3 {
  color: #5586a4;
}

.faq__item.active .open {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.faq__item .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 31px 20px 31px 44px;
  cursor: pointer;
}

.faq__item .top h2, .faq__item .top h3 {
  margin-right: 19px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq__item .top:hover h2, .faq__item .top:hover h3 {
  color: #5586a4;
}

.faq__item .hidden {
  display: none;
  margin-top: -10px;
  padding: 0 60px 35px 46px;
}

.faq__item p:last-of-type {
  margin-bottom: 0;
}

.faq__item a {
  color: #0d1014;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq__item a[href^=mailto] {
  text-decoration: underline;
}

.faq__item a:hover {
  color: #2d5266;
  text-decoration: none;
}

.faq__item .open {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  background: none;
  border: none;
  outline: none;
  display: block;
  width: 5px;
  height: 8px;
  background: transparent url("../img/svg/arrow-black.svg") no-repeat center center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.faq__bottom {
  padding-top: 33px;
}

.faq__bottom form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq__bottom .form__item {
  margin-right: 10px;
}

.faq__bottom .btn__wrap {
  margin-left: auto;
}

@media screen and (max-width: 1500px) {
  .faq__item .top {
    padding: 18px 20px;
  }
  .faq__item .hidden {
    padding: 0 20px 25px 25px;
  }
}

@media screen and (max-width: 500px) {
  .faq__bottom {
    padding-top: 25px;
  }
  .faq__bottom form {
    display: block;
  }
  .faq__bottom form .btn__wrap {
    margin-top: 15px;
  }
}

/* faq */
.jobs {
  position: relative;
  padding-top: 56px;
  padding-bottom: 71px;
  overflow-x: hidden;
}

.jobs__df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.jobs__col {
  width: calc((100% - 24px) / 2);
  margin-right: 24px;
}

.jobs__col:nth-of-type(2n) {
  margin-right: 0;
}

.jobs .hidden .article {
  font-size: 14px;
  line-height: 1.5;
}

.jobs .hidden .article h3 {
  font-size: 18px;
  font-weight: 700;
}

.jobs .hidden .article ul {
  list-style: disc;
}

.jobs .hidden .article ul,
.jobs .hidden .article ol {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 30;
     -moz-column-gap: 30;
          column-gap: 30;
  margin: 0;
  padding: 0;
}

.jobs .hidden .article ul > li,
.jobs .hidden .article ol > li {
  margin-bottom: 2px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media screen and (max-width: 1240px) {
  .jobs__col {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
  }
  .jobs__col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .jobs__df {
    display: block;
  }
  .jobs__col {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .jobs {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .jobs .hidden .article {
    font-size: 13px;
  }
  .jobs .hidden .article h3 {
    font-size: 16px;
  }
  .jobs .hidden .article ul,
  .jobs .hidden .article ol {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

/* jobs */
.credit {
  position: relative;
}

.credit__top {
  margin-bottom: 25px;
  padding: 45px 20px 55px 52px;
  background-color: #ffffff;
  border-radius: 8px;
  color: #fff;
}

.credit__top h2 {
  margin-bottom: 42px;
  font-size: 40.4px;
  line-height: 1.2;
  font-weight: 900;
}

.credit__top h2 span {
  position: relative;
  display: inline-block;
  font-size: 31px;
  line-height: 1.451612903225806;
  text-transform: uppercase;
  z-index: 1;
}

.credit__top h2 span::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background-color: #7bbee2;
  z-index: -1;
}

.credit__top ul li {
  font-size: 18px;
  line-height: 1.555555555555556;
  font-weight: 700;
}

.credit__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding: 32px 40px 37px 31px;
  background-color: #f7f8f9;
  border-radius: 3px;
}

.credit__col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
}

.credit__col:last-of-type {
  padding-right: 0;
}

.credit__col span {
  display: block;
  margin-right: 13px;
  font-size: 30px;
  font-weight: 500;
  color: #2d5266;
}

.credit__col p {
  padding-top: 4px;
  font-size: 14px;
  line-height: 1.285714285714286;
  font-weight: 500;
  color: #2d5266;
}

.credit__feat {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.credit__feat > li {
  width: calc((100% - 37px) / 2);
  margin-right: 37px;
  padding-bottom: 28px;
}

.credit__feat > li:nth-of-type(2n) {
  margin-right: 0;
}

.credit__feat > li .scr1__feat-icon {
  margin-right: 20px;
}

.credit__feat > li .scr1__feat-content {
  padding-top: 5px;
  padding-right: 0;
}

.credit__feat > li .scr1__feat-content h3 {
  margin-bottom: 14px;
}

.credit__feat > li .scr1__feat-text {
  max-width: 100%;
}

@media screen and (max-width: 1400px) {
  .credit__info {
    padding: 20px;
  }
  .credit__col {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1170px) {
  .credit__info {
    display: block;
  }
  .credit__col {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .credit__feat > li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .credit__top {
    padding: 25px 30px 25px;
  }
  .credit__top h2 {
    margin-bottom: 22px;
    font-size: 34.4px;
  }
  .credit__top h2 span {
    font-size: 24px;
  }
  .credit__top ul li {
    font-size: 16px;
  }
  .credit .guarantee__wrapper .article {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .credit__top h2 {
    font-size: 30px;
  }
  .credit__top h2 span {
    font-size: 20px;
  }
  .credit__top ul li {
    font-size: 14px;
  }
  .credit .guarantee__wrapper .article {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

/* credit */
.thank {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  background: transparent url("../img/thank-you-bg.jpg") no-repeat center center;
  background-size: cover;
  min-height: 653px;
  padding-top: 120px;
  padding-bottom: 50px;
}

.thank__content {
  padding-left: 146px;
}

.thank__title {
  margin-top: 0;
  margin-bottom: 38px;
  color: #2d5266;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
}

.thank__title strong {
  font-size: 48px;
  text-transform: uppercase;
}

.thank__desc {
  margin-bottom: 44px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #2d5266;
}

@media screen and (max-width: 1400px) {
  .thank {
    min-height: 500px;
    padding-top: 80px;
  }
  .thank__content {
    padding-left: 86px;
  }
  .thank__title {
    margin-bottom: 30px;
  }
  .thank__desc {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1170px) {
  .thank {
    min-height: 0;
    padding-top: 40px;
  }
  .thank__content {
    padding-left: 46px;
  }
  .thank__title {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .thank__title strong {
    font-size: 25px;
  }
  .thank__desc {
    margin-bottom: 26px;
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .thank {
    padding-top: 30px;
  }
  .thank__content {
    padding-left: 0;
  }
  .thank__title {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .thank__title strong {
    font-size: 22px;
  }
  .thank__desc {
    margin-bottom: 22px;
    font-size: 18px;
  }
  .thank__desc br {
    display: none;
  }
}


.footer {
  position: relative;
  background: #2d5266;
  overflow-x: hidden;
}

.footer .logo {
  display: block;
  text-decoration: none;
  width: 178px;
  height: 72px;
}

.footer .logo__wrap {
  margin-bottom: 29px;
}

.footer .logo .icon {
  display: block;
  fill: #fff;
}

.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 31px;
}

.footer__col {
  width: 21.77935943060498%;
  padding-right: 20px;
}

.footer__col:nth-of-type(2) {
  width: 27.90035587188612%;
}

.footer__col:nth-of-type(3) {
  width: 33.59430604982206%;
}

.footer__col:nth-of-type(4) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 0;
}

.footer__text {
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.footer__title {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .menu > li {
  margin-bottom: 21px;
}

.footer .menu > li:last-of-type {
  margin-bottom: 0;
}

.footer .menu > li > a {
  display: block;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.footer .menu > li > a:hover {
  color: #7bbee2;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__bottom-df {
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__bottom .text {
  font-size: 13px;
  line-height: 16px;
  color: #c9cacc;
}

.footer__bottom a.text {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer__bottom a.text:hover {
  color: #4fd904;
}

.footer__politics {
  margin-right: 70px;
}

.footer__copyright {
  margin-right: 99px;
}

.footer .made {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

.footer .made .icon {
  width: 60px;
  height: 22px;
  margin-left: 13px;
  fill: #c9cacc;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer .made:hover .icon {
  fill: #fff;
}

.footer .scr_map__contacts-item {
  margin-bottom: 20px;
  color: #fff;
}

.footer .scr_map__contacts-item h3 {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
}

.footer .scr_map__contacts-item p a {
  color: #fff;
}

.footer .scr_map__contacts-item p a:hover {
  color: #7bbee2;
}

.footer .scr_map__phone {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.footer .scr_map__phone:hover {
  color: #7bbee2;
}

.footer .header__msg--viber {
  background-image: url("../img/svg/icons/_viber-white.svg");
}

.footer .header__msg--tg {
  background-image: url("../img/svg/icons/_telegram-white.svg");
}

.footer .header__msg--wa {
  background-image: url("../img/svg/icons/_wa-white.svg");
}

@media screen and (max-width: 1650px) {
  .footer__col:nth-of-type(3) {
    width: 23.594306%;
  }
}

@media screen and (max-width: 1070px) {
  .footer {
    padding-bottom: 60px;
  }
  .footer .menu > li {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 900px) {
  .footer__top {
    display: block;
  }
  .footer__col {
    width: 100% !important;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .footer__col:last-of-type {
    margin-bottom: 0;
  }
  .footer .menu > li {
    margin-bottom: 0;
  }
  .footer .menu > li > a {
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media screen and (max-width: 767px) {
  .footer__bottom-df {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__bottom .footer__politics {
    margin-right: 30px;
  }
  .footer__bottom .footer__copyright {
    margin-right: 30px;
  }
}

@media screen and (max-width: 650px) {
  .footer__bottom-df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    height: auto;
    padding: 10px 0;
  }
  .footer__bottom .footer__politics {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer__bottom .footer__copyright {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .footer__bottom {
    height: auto;
  }
  .footer .logo {
    margin: 0 auto;
  }
  .footer__text {
    text-align: center;
  }
}

/* footer */


/* NEW STYLE */
.scr_card__prices .scr_card__buy {
  padding-top: 0px;
}

.scr_card__df .scr_card__prices {
  justify-content: space-between;
}


@media screen and (max-width: 475px) {
  .scr_card__df .scr_card__prices {
    flex-wrap: wrap;
    justify-content: center;
  }
}