@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap&subset=cyrillic");
@import url(../css/bootstrap-reboot.min.css);
@import url(../css/bootstrap-grid.min.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/jquery.formstyler.css);
@import url(../css/slick.css);
html, body {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #666666;
  width: 100%;
  height: 100%; }

a {
  color: inherit; }

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

button {
  outline: none !important;
  cursor: pointer; }

input, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

input[type="submit"] {
  cursor: pointer; }

.wrapper {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative; }

.hidden {
  display: none !important; }

.main {
  -webkit-flex-grow: 1;
  flex-grow: 1; }

.mobile, .aside__mobile {
  display: none; }

.noscroll {
  overflow: hidden; }

a {
  color: inherit;
  text-decoration: none; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.hide {
  display: none !important; }

.flex {
  display: -webkit-flex;
  display: flex; }

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

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

.bold {
  font-weight: bold; }

.wrapper {
  position: relative;
  min-height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.header {
  padding-top: 26px;
  padding-bottom: 20px; }

.desktop-hidden {
  display: none; }

.search {
  margin-left: 25px;
  margin-top: 12px;
  position: relative;
  margin-right: 12px; }

.search__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  padding-left: 38px;
  border: 1px solid #CBD4DB;
  box-sizing: border-box;
  border-radius: 3px;
  height: 41px;
  width: 100%;
  transition: all 0.2s; }
  .search__text:focus {
    border-color: #333; }

.search__submit {
  position: absolute;
  padding: 0;
  top: 4px;
  left: 5px;
  font-size: 0;
  color: #CBD4DB;
  transition: all 0.2s;
  cursor: pointer;
  background-color: transparent; }
  .search__submit:hover {
    color: #333; }

.contacts-item {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #485A67;
  margin-bottom: 11px; }
  .contacts-item:last-child {
    margin-bottom: 0; }
  .contacts-item .ico-circle {
    margin-right: 11px; }

.ico {
  display: inline-block;
  vertical-align: middle; }

.ico-circle {
  width: 27px;
  height: 27px;
  line-height: 27px;
  position: relative;
  text-align: right;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #F1F1F1;
  color: #2B3840; }
  .ico-circle.ico__tel {
    text-align: center; }
    .ico-circle.ico__tel svg {
      vertical-align: top; }
  .ico-circle.ico__clock svg {
    vertical-align: top; }
  .ico-circle.ico__email svg {
    position: relative;
    right: -2px; }
  .ico-circle svg {
    display: inline-block;
    vertical-align: middle;
    line-height: 0; }

.nav {
  border-bottom: 5px solid #80B6BC;
  position: relative;
  z-index: 50; }

.desctop-hidden {
  display: none; }

.h-slider-wrap {
  position: relative; }

.h-slider {
  background: #F1F7F8;
  padding: 44px 0 86px; }
  .h-slider .container {
    position: relative; }

.h-slider__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 55px;
  line-height: 1.1;
  color: #2B3840;
  margin-bottom: 0.5em; }
  .h-slider__title .bold {
    font-weight: bold; }

.h-slider__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #2B3840;
  margin-bottom: 1.5em;
  max-width: 420px; }

.h-slider__image {
  margin-right: 25px;
  position: relative; }
  .h-slider__image img {
    margin-left: auto;
    margin-right: auto; }

.h-slider__price {
  position: absolute;
  left: 7.35%;
  top: 11.67%;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20.5px;
  line-height: 32px;
  letter-spacing: 0.147222px;
  color: #2B3840; }
  .h-slider__price span {
    position: relative;
    z-index: 2; }
    .h-slider__price span + span {
      color: #FF7020; }
  .h-slider__price strong {
    position: relative;
    z-index: 2;
    vertical-align: baseline;
    color: #FF7020;
    font-weight: bold;
    font-size: 35.3333px;
    line-height: 1; }
  .h-slider__price:before {
    content: '';
    position: absolute;
    background: #E2E2E2;
    left: 3px;
    right: 35px;
    bottom: -5px;
    height: 30px;
    border-radius: 4.41667px; }

.h-slider__item-tip {
  position: absolute;
  top: 50%;
  right: 0;
  padding-left: 98px;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  transform: rotate(-90deg);
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  margin-top: -90px; }
  .h-slider__item-tip:before {
    content: '';
    position: absolute;
    left: 1px;
    width: 89px;
    top: 9px;
    background: #333333;
    height: 1px; }
  .h-slider__item-tip:after {
    content: '';
    position: absolute;
    background: #333333;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    top: 4px;
    left: 0; }

.h-slider__nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  z-index: 5;
  text-align: center; }

.h-slider-arrow {
  display: inline-block;
  width: 37px;
  height: 37px;
  border: 1px solid #fff;
  background: #fff;
  text-align: center;
  color: #B7C9D6;
  text-align: center;
  line-height: 35px;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s; }
  .h-slider-arrow:hover {
    background: #DCE9EA;
    border: 1px solid #6CA5AB;
    color: #6CA5AB; }

.h-slider-prev {
  padding-left: 3px; }

.slider__dot {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  transition: all 0.2s;
  cursor: pointer; }
  .slider__dot img {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.2s; }
  .slider__dot.active {
    border: 2px solid #FF7020;
    width: 37px;
    height: 37px; }
  .slider__dot.active img, .slider__dot:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }

.h-slider-next {
  padding-right: 3px; }

.section {
  padding: 40px 0; }

.section_top {
  padding-top: 80px; }

.section__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.3;
  color: #2B3840;
  position: relative;
  text-align: center;
  margin-bottom: 0.6em; }
  .section__title > span {
    display: inline-block;
    position: relative; }
    .section__title > span:after {
      height: 0.35em;
      left: 0;
      right: 0;
      content: '';
      position: absolute;
      bottom: 2px;
      background: #F1F1F1;
      border-radius: 4.41667px; }
    .section__title > span > div {
      position: relative;
      z-index: 2; }
    .section__title > span > span {
      display: inline-block;
      position: relative;
      z-index: 2; }
      .section__title > span > span:after, .section__title > span > span:before {
        content: '';
        position: absolute;
        width: 152px;
        height: 1px;
        top: 50%;
        margin-top: -0.5px;
        background: #485A67;
        left: -173px; }
      .section__title > span > span:after {
        left: auto;
        right: -173px; }

.section__desc {
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.15;
  color: #999999;
  margin-bottom: 2em; }

.col_card {
  padding-bottom: 21px; }

.card {
  min-height: 100%;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-sizing: border-box;
  box-shadow: 0px 15px 22px rgba(71, 70, 65, 0.15);
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 26px 10px;
  transition: all 0.2s;
  position: relative;
  z-index: 2; }
  .card:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 0px 35px rgba(128, 182, 188, 0.35); }

.card__icons {
  position: absolute;
  z-index: 2;
  left: 6px;
  top: 6px; }

.card__icon {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: #F8BD25;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF; }
  .card__icon + .card__icon {
    margin-top: -9px; }
  .card__icon span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }

.card__icon_new {
  background: #B0D770; }

.card__icon_onsale {
  background: #E16549; }

.card__thumb {
  display: block;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 35px; }
  .card__thumb img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.card__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.15px;
  color: #333333;
  margin-bottom: 0.6em; }

.card__count {
  text-align: center; }
  .card__count span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #436A86;
    background: #CBE0E2;
    border-radius: 3px;
    padding: 3px 8px; }

.btn, .wpcf7-submit {
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 30px;
  padding: 9px 43px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1em;
  background: #FF7020;
  border: 1px solid #E66B27;
  box-shadow: 0px 7px 25px rgba(255, 112, 32, 0.45);
  border-radius: 5px;
  text-align: center;
  transition: all 0.2s; }
  .btn:hover, .wpcf7-submit:hover {
    background: #FF9820;
    border: 1px solid #FFC120; }

.btn_fix {
  width: 220px;
  padding-left: 9px;
  padding-right: 9px;
  margin-right: 15px; }
  .btn_fix:last-child {
    margin-right: 0; }

.btn_blue {
  background: #80B6BC;
  border: 1px solid #6CA5AB;
  box-shadow: none; }
  .btn_blue:hover {
    background: #CBE0E2;
    box-shadow: 0px 0px 25px rgba(203, 224, 226, 0.5);
    border-color: transparent;
    color: #436A86; }

.btn_more {
  padding-right: 40px;
  position: relative; }
  .btn_more:after {
    content: '';
    position: absolute;
    right: -1px;
    width: 43px;
    top: -1px;
    bottom: -1px;
    border: 1px solid rgba(229, 107, 39, 0.55);
    border-radius: 0px 5px 5px 0px;
    background: url(../images/ico__more.svg) 50% 50% no-repeat #FF9154;
    position: absolute;
    transition: all 0.2s; }
  .btn_more:hover:after {
    background-color: #FF9820;
    border: 1px solid rgba(255, 193, 32, 0.55); }
  .btn_more.btn_blue:after {
    background-color: #6CA5AB;
    border-color: transparent; }
  .btn_more.btn_blue:hover:after {
    background-color: #6CA5AB;
    border-color: transparent; }

.good-slider {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px; }
  .good-slider .slick-list {
    overflow: visible; }
  .good-slider .slick-track {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch; }

.slider__left {
  padding-left: 3px; }

.slick__arrow {
  position: absolute;
  top: 50%;
  width: 58px;
  height: 58px;
  text-align: center;
  background: #F4F6F6;
  border: 1px solid #DFEDF7;
  line-height: 56px;
  color: #B7C9D6;
  margin-top: -29px;
  z-index: 5;
  left: -14px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s; }
  .slick__arrow:hover {
    color: #6CA5AB;
    background: #DCE9EA;
    border: 1px solid #6CA5AB; }
  .slick__arrow svg {
    display: inline-block;
    vertical-align: middle;
    line-height: 0; }

.good-slide {
  padding: 0 15px;
  opacity: 0;
  z-index: -5;
  height: auto;
  transition: all 0.2s; }
  .good-slide.slick-active {
    z-index: 2;
    opacity: 1; }

.card__sku {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-bottom: 5px; }

.card__price {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  color: #333333; }

.slider__right {
  padding-right: 3px;
  left: auto;
  right: -14px; }

.content {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin-bottom: 3em; }

.content__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 1.9em;
  border-bottom: 1px solid #B7C9D6;
  padding-bottom: 1.85rem; }

.complect__image {
  margin-bottom: -14px;
  text-align: right;
  position: relative;
  margin-right: 10px; }
  .complect__image:before {
    content: '';
    position: absolute;
    background: #EFF5F5;
    width: 498px;
    height: 498px;
    border-radius: 50%;
    right: -15px;
    top: 0; }
  .complect__image img {
    position: relative;
    z-index: 2; }

.section_offer {
  background: url(../images/podbor.jpg) 50% 50% no-repeat;
  color: #fff;
  text-align: center;
  padding: 70px 0 65px;
  background-size: cover;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF; }
  .section_offer p {
    margin-bottom: 24px; }
  .section_offer .bold {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 0.5em; }

.news {
  position: relative;
  padding-top: 25px;
  margin-bottom: 15px; }
  .news:before, .news:after {
    content: '';
    position: absolute;
    width: 244px;
    height: 1px;
    background: #485A67;
    top: 0;
    left: 50%;
    margin-left: -122px; }
  .news:after {
    top: auto;
    bottom: 0; }

.news__item {
  margin-bottom: 10px;
  padding-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 15px 30px;
  border: 1px solid transparent;
  transition: all 0.2s; }
  .news__item:hover {
    background: #FFFFFF;
    border: 1px solid #CBE0E2;
    box-sizing: border-box;
    box-shadow: 0px 0px 40px rgba(128, 182, 188, 0.35); }

.news__thumbnail {
  display: block;
  margin-bottom: 20px; }
  .news__thumbnail img {
    width: 100%; }

.news__date {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  background: url(../images/ico__calendar.svg) 0 50% no-repeat;
  padding-left: 25px;
  margin-bottom: 16px; }

.news__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 10px; }

.news__excerpt {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */
  color: #666666; }
  .news__excerpt p {
    margin-bottom: 0; }

.more {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #44858C; }
  .more:hover {
    color: #FF7020;
    text-decoration: underline; }

.section_bottom {
  padding-bottom: 80px; }

.footer {
  padding: 40px 0 20px; }

.footer__logo {
  margin-bottom: 70px; }

.footer__contacts .contacts-item {
  margin-bottom: 40px; }

.footer__social {
  margin-bottom: 30px; }

.social-link {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 50%;
  line-height: 38px;
  background: #F1F1F1;
  color: #2B3840;
  transition: all 0.2s; }
  .social-link:hover {
    background: #2B3840;
    color: #fff; }
  .social-link .ico {
    line-height: 0; }

.footer__widget {
  margin-bottom: 30px; }
  .footer__widget ul {
    margin-left: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.14;
    color: #44858C; }
    .footer__widget ul li {
      margin-bottom: 1em; }
      .footer__widget ul li:hover {
        color: #FF7020; }
      .footer__widget ul li a {
        display: block; }

.copy {
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
  background: #436A86;
  padding: 12px 0; }

.popup, .contacts__form {
  display: none;
  background: #FFFFFF;
  border: 1px solid #CBD4DB;
  box-sizing: border-box;
  box-shadow: 0px 15px 22px rgba(71, 70, 65, 0.15);
  border-radius: 5px;
  padding: 20px 22px 22px;
  max-width: 354px; }
  .popup .fancybox-close-small, .contacts__form .fancybox-close-small {
    width: 24px;
    height: 24px;
    padding: 0;
    color: #333333; }

.popup__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  text-align: center;
  margin-bottom: 10px; }

.popup__desc {
  margin-bottom: 19px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  /* or 114% */
  text-align: center;
  color: #999999; }

.wpcf7-text, .wpcf7-textarea {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  height: 50px;
  background: #EAF3F3;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 13px;
  color: #333333;
  padding-left: 20px; }

.wpcf7-submit {
  padding-left: 9px;
  padding-right: 9px;
  width: 100%;
  margin-bottom: 19px; }

.form__acc {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #999999; }

.form__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 13px; }

.wpcf7-textarea {
  resize: none;
  height: 189px;
  padding-top: 10px; }

.thank {
  min-height: 40vh;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333333; }

.thank__ico {
  width: 90px;
  height: 90px;
  background: url(../images/ico__thank.svg) 50% 50% no-repeat;
  margin-bottom: 27px; }

.breadcrumbs {
  padding-top: 11px;
  position: relative;
  top: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  color: #333333; }
  .breadcrumbs a {
    color: #80B6BC; }
    .breadcrumbs a:hover {
      color: #999999; }
  .breadcrumbs .sep {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px;
    width: 13px;
    height: 6px;
    background: url(../images/ico__breadcrumbs.svg) 50% 50% no-repeat; }

.page-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.3;
  color: #2B3840;
  margin-bottom: 0.8em; }

.article {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 170.52%;
  color: #666666; }
  .article h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px; }
  .article h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 1.9em; }
    .article h3 span {
      display: block;
      border-bottom: 1px solid #B7C9D6;
      padding-bottom: 1.85rem; }
  .article .alignright {
    margin-left: 30px;
    margin-bottom: 30px; }
  .article .alignleft {
    margin-right: 30px;
    margin-bottom: 30px; }
  .article:after {
    content: '';
    display: block;
    clear: both; }
  .article ol, .article ul {
    list-style: none; }
    .article ol li, .article ul li {
      position: relative; }
  .article ol {
    counter-reset: section; }
    .article ol li {
      padding-left: 33px;
      margin-bottom: 5px; }
      .article ol li:before {
        content: '';
        position: absolute;
        counter-increment: section;
        content: counter(section);
        left: 0;
        top: 3px;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 13px;
        line-height: 21px;
        text-align: center;
        background: #80B6BC;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        color: #FFFFFF; }
  .article ul li {
    padding-left: 32px; }
    .article ul li:before {
      background: #FF9154;
      border: 3px solid #FF7020;
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      top: 6px;
      left: 0;
      border-radius: 50%; }

.section_top-0 {
  padding-top: 0; }

.preim {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */
  text-align: center;
  color: #333333;
  margin-top: 2em; }
  .preim div {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }

.ico-circle_dbl {
  width: 53px;
  height: 53px;
  line-height: 53px;
  margin-bottom: 18px; }

.navigation {
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.15px;
  color: #666666; }

.blog {
  margin-top: -10px;
  margin-bottom: 20px; }

.navigation__link {
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.44px;
  color: #44858C;
  margin-left: 5px;
  margin-right: 5px;
  background: #DCE9EA;
  border-radius: 5px;
  width: 42px;
  transition: all 0.2s; }
  .navigation__link.current {
    color: #FFFFFF;
    background: #FF9154; }
  .navigation__link:hover {
    background-color: #6CA5AB;
    color: #fff; }

.contacts__items .contacts-item {
  margin-bottom: 45px; }

.article_contact {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #485A67; }

.contacts__form {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  border: 1px solid #CBD4DB;
  margin-bottom: 25px; }

.contacts__map {
  margin-top: 40px; }

.faq {
  border-top: 1px solid #485A67;
  padding-top: 21px;
  margin-bottom: 40px; }
  .faq:last-child {
    margin-bottom: 0; }

.faq__item {
  margin-bottom: 30px; }

.faq__head {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
  -webkit-align-items: center;
  align-items: center;
  color: #333333;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  transition: all 0.2s;
  cursor: pointer; }
  .faq__head.active {
    background: #80B6BC;
    box-shadow: 0px 15px 22px rgba(71, 70, 65, 0.15);
    border-radius: 5px 5px 0px 0px;
    color: #fff; }
    .faq__head.active .faq__arrow {
      background: #6CA5AB;
      box-shadow: 0px 15px 22px rgba(71, 70, 65, 0.15);
      border-radius: 5px 0px 0px 0px;
      color: #fff;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .faq__head:hover .faq__arrow {
    background: #6CA5AB;
    color: #fff; }

.section__title_left {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.15px;
  color: #2B3840;
  text-align: left; }

.faq__arrow {
  -webkit-flex: 0 0 56px;
  flex: 0 0 56px;
  min-width: 56px;
  height: 56px;
  background: #F1F7F8;
  border-radius: 5px;
  color: #80B6BC;
  transition: all 0.2s;
  text-align: center;
  line-height: 56px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-top: 3px; }

.faq__title {
  padding-left: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 18px; }

.faq__body {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  padding: 16px 22px;
  background: #F1F7F8;
  display: none;
  box-shadow: 0px 15px 22px rgba(71, 70, 65, 0.15); }
  .faq__body *:last-child {
    margin-bottom: 0; }

.section_catalog {
  padding-top: 25px; }

.section .breadcrumbs {
  top: 0;
  margin-bottom: 20px; }

.aside__btn {
  display: none; }

.filters {
  border: 1px solid #F2F4F4;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 16px; }

.aside {
  margin-bottom: 30px; }

.filters__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #2B3840;
  padding-left: 33px;
  background: url(../images/ico__filter.svg) 0 50% no-repeat;
  margin-bottom: 30px; }

.filter {
  margin-bottom: 30px; }

.filter_open .filter__title {
  font-weight: bold;
  color: #333333; }
  .filter_open .filter__title:before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
.filter_open .filter__body {
  display: block; }

.filter__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  padding: 3px 3px 3px 22px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s; }
  .filter__title:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 13px;
    bottom: 3px;
    transition: all 0.2s;
    background: url(../images/ico__filter-toggle.svg) 50% 50% no-repeat; }
  .filter__title.active {
    font-weight: bold;
    color: #333333; }
    .filter__title.active:before {
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.filter__body {
  display: none;
  padding-top: 22px; }

.filter__slider-wrap {
  position: relative;
  padding: 3px 0;
  margin-bottom: 25px; }
  .filter__slider-wrap:before, .filter__slider-wrap:after {
    content: '';
    position: absolute;
    background: #80B6BC;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 0; }
  .filter__slider-wrap:after {
    left: auto;
    right: 0; }

.filter__slider {
  height: 2px;
  background: #80B6BC;
  position: relative;
  z-index: 5; }

.ui-slider-range {
  position: absolute;
  top: -1px;
  bottom: -1px;
  background: #FF7020; }

.ui-slider-handle {
  position: absolute;
  width: 18px;
  height: 18px;
  top: -8px;
  background: #FF9154;
  border: 2px solid #FF7020;
  box-shadow: inset 0 0 0 3px #FBDBCA;
  border-radius: 50%;
  margin-left: -9px; }

.filter__prices {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.44px;
  color: #333333;
  padding: 0.5em;
  background: #EAF3F3;
  border-radius: 5px; }
  .filter__prices .sep {
    margin-right: 1em;
    margin-left: 1em; }
  .filter__prices span {
    display: inline-block;
    vertical-align: middle; }

.filter__sub-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  margin-bottom: 1.2em; }

.filter__body-block {
  margin-bottom: 15px; }

.filter__image {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  margin-bottom: 8px;
  margin-right: 5px;
  padding: 1px; }
  .filter__image img {
    clip: 0 0 36px 36px;
    border-radius: 50%;
    display: block; }
  .filter__image input[type=checkbox], .filter__image input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer; }
    .filter__image input[type=checkbox]:checked ~ span, .filter__image input[type=radio]:checked ~ span {
      border: 2px solid #FF7020; }
      .filter__image input[type=checkbox]:checked ~ span:before, .filter__image input[type=radio]:checked ~ span:before {
        content: '';
        position: absolute;
        bottom: -2px;
        right: -4px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: url(../images/ico__filter-check.svg) 50% 50% no-repeat #FF7020;
        background-size: 9px 7px; }
  .filter__image span {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #DCE9EA;
    border-radius: 50%; }

.filter__body-hide {
  display: none; }

.filter__inner-toggle {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  color: #44858C; }
  .filter__inner-toggle:hover {
    text-decoration: underline; }
  .filter__inner-toggle.active .ico {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .filter__inner-toggle span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px; }

.filter__list {
  list-style-type: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  margin: 0; }
  .filter__list li {
    margin-bottom: 1em;
    position: relative; }
  .filter__list label {
    cursor: pointer; }
  .filter__list span {
    display: inline-block;
    vertical-align: middle; }
  .filter__list input[type="checkbox"], .filter__list input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #CECECE;
    box-sizing: border-box;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin-right: 5px; }
    .filter__list input[type="checkbox"]:checked, .filter__list input[type="radio"]:checked {
      background: url(../images/ico__filter-check.svg) 50% 50% no-repeat #FF7020;
      border: 2px solid #FF7020;
      box-sizing: border-box;
      border-radius: 5px; }

.filters__hide {
  display: none; }

.filters__submit, .card__btn {
  margin-top: 30px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  border: 2px solid #FF7020;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 1em;
  transition: all 0.2s;
  margin-bottom: 2em;
  background-color: #fff;
  text-transform: uppercase;
  color: #FF7020; }
  .filters__submit:hover, .card__btn:hover {
    background: #FF9820;
    border: 2px solid #FFC120;
    color: #fff;
    box-shadow: 0px 7px 25px rgba(255, 152, 32, 0.45); }

.filters__reset {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #44858C;
  text-align: center;
  padding: 0;
  background-color: transparent;
  width: 100%;
  transition: all 0.2s; }
  .filters__reset:hover {
    color: #FF7020; }
  .filters__reset .ico {
    margin-right: 5px; }

.catalog__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #686868;
  margin-bottom: 1.7em; }

.text-wrap {
  height: 6.8em;
  overflow: hidden;
  position: relative;
  transition: all 0.2s; }

.text-toggle {
  position: absolute;
  right: 0;
  bottom: 1px;
  background-color: #fff;
  padding-left: 5px;
  color: #FF7020;
  font-weight: 500;
  text-decoration: underline; }
  .text-toggle:hover {
    text-decoration: none; }
  .text-toggle .ico {
    margin-left: 5px; }
  .text-toggle.active .ico {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.catalog__sort {
  border-bottom: 1px solid #F2F4F4; }

.form-select_sort {
  min-width: 270px; }

.f-styler {
  width: 100%;
  margin-bottom: 21px; }
  .f-styler.opened .jq-selectbox__trigger {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .f-styler.opened .jq-selectbox__select {
    border-radius: 5px 5px 0 0; }

.jq-selectbox__select {
  border: 1px solid #CBD4DB;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  padding: 0.5em 25px 0.5em 12px;
  color: #999999;
  position: relative; }

.jq-selectbox__trigger {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 13px;
  background: url(../images/ico__select.svg) 50% 50% no-repeat; }

.jq-selectbox__dropdown {
  border: 1px solid #CBD4DB;
  box-sizing: border-box;
  border-radius: 5px 5px 0px 0px;
  margin-top: -1px;
  padding: 12px;
  min-width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  background-color: #fff;
  color: #2B3840; }
  .jq-selectbox__dropdown ul {
    margin: 0; }
    .jq-selectbox__dropdown ul li {
      padding: 10px 12px;
      border-radius: 5px;
      transition: all 0.2s; }
      .jq-selectbox__dropdown ul li:hover, .jq-selectbox__dropdown ul li.sel {
        color: #2B3840;
        background: #DCE9EA; }

.catalog__view {
  font-size: 0;
  margin-bottom: 21px; }

.catalog__view-change {
  display: inline-block;
  border: 1px solid #CBE0E2;
  box-sizing: border-box;
  border-radius: 0px 5px 5px 0px;
  width: 42px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  color: #6CA5AB;
  transition: all 0.2s; }
  .catalog__view-change .ico {
    line-height: 0; }
  .catalog__view-change:first-child {
    border-radius: 5px 0 0 5px; }
  .catalog__view-change.active {
    color: #fff;
    background-color: #6CA5AB;
    border-color: #6CA5AB; }

.catalog {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch; }

.catalog__col {
  -webkit-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  padding-bottom: 30px;
  padding-left: 15px;
  transition: all 0.2s;
  padding-right: 15px; }

.card__btn {
  display: none;
  margin: 0;
  width: 180px;
  text-align: center; }

.good .filter__sub-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  color: #999999;
  margin-bottom: 1em; }

.good__slider-wrap {
  background: #FFFFFF;
  border: 2px solid #F0F0F0;
  position: relative;
  margin-bottom: 19px; }

.good__slide {
  padding: 20px; }
  .good__slide img {
    margin-left: auto;
    margin-right: auto; }
  .good__slide a {
    display: block;
    position: relative; }
    .good__slide a:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: url(../images/ico__zoom.svg) 50% 50% no-repeat; }

.good__thumbs {
  padding-left: 53px;
  padding-right: 53px;
  position: relative;
  margin-bottom: 30px; }
  .good__thumbs .slick-arrow {
    color: #80B6BC;
    background: #DCE9EA;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 42px;
    transition: all 0.2s; }
    .good__thumbs .slick-arrow.slider__right {
      left: auto;
      right: 0; }
    .good__thumbs .slick-arrow:hover {
      color: #fff;
      background-color: #80B6BC; }

.good__thumb {
  padding: 0 11px; }
  .good__thumb span {
    display: block;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 6px; }
    .good__thumb span img {
      margin-left: auto;
      margin-right: auto; }

.good__info {
  margin-bottom: 20px; }

.good__opt {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #333333;
  margin-bottom: 15px;
  background: rgba(255, 112, 32, 0.12);
  border-radius: 5px;
  padding: 8px 7px; }

.good__price {
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 44px;
  color: #333333;
  margin-bottom: 15px; }

.good__order {
  margin-bottom: 10px; }

.form__flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.44px;
  color: #333333; }

.form__quantity {
  width: 117px;
  position: relative;
  border: 1px solid #DCE9EA;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden; }

.quantity-change {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 55px;
  text-align: center;
  color: #80B6BC;
  width: 35px;
  background: #DCE9EA;
  cursor: pointer;
  transition: all 0.2s; }
  .quantity-change:hover {
    background-color: #80B6BC;
    color: #fff; }
  .quantity-change .ico {
    line-height: 0; }
  .quantity-change ~ .quantity-change {
    left: auto;
    right: 0; }

.qty {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  padding-left: 15px;
  color: #666666;
  height: 55px;
  width: 100%; }

.btn_big {
  padding-top: 12px;
  padding-bottom: 12px; }

.btn_block {
  display: block; }

.catalog__link {
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #44858C;
  margin-bottom: 1.5em;
  transition: all 0.2s; }
  .catalog__link span {
    text-decoration: underline; }
  .catalog__link:hover {
    color: #FF7020; }

.good__options {
  margin-top: 20px; }

.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 1.5em; }
  .table tr:nth-child(2n+1) {
    background: #F1F1F1;
    border-radius: 5px; }
  .table td {
    padding: 1em 0.5em; }
    .table td:first-child {
      color: #666666; }
    .table td:last-child {
      text-align: right; }

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

.link {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #6CA5AB; }
  .link:hover {
    color: #FF7020; }
  .link span + .ico {
    margin-left: 0.5em; }

@media (min-width: 768px) {
  .catalog[data-view="line"] .catalog__col {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .catalog[data-view="line"] .card {
    -webkit-flex-direction: row;
    flex-direction: row; }
    .catalog[data-view="line"] .card:hover {
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
  .catalog[data-view="line"] .card__thumb {
    -webkit-flex: 0 0 140px;
    flex: 0 0 140px;
    text-align: center;
    padding-right: 10px;
    margin-bottom: 0; }
    .catalog[data-view="line"] .card__thumb img {
      max-width: 100%;
      max-height: 125px; }
  .catalog[data-view="line"] .card__info {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 185px;
    text-align: left;
    position: relative; }
  .catalog[data-view="line"] .card__title {
    text-align: left; }
  .catalog[data-view="line"] .card__btn {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: 4px;
    display: block; }
  .catalog[data-view="line"] .card__in {
    position: absolute;
    left: 100%;
    margin-left: -185px;
    bottom: 50%;
    margin-bottom: 2px; }
  .catalog[data-view="line"] .card__price {
    position: absolute;
    right: 5px;
    bottom: 50%;
    margin-bottom: 4px; } }
@media (min-width: 1200px) {
  .nav__bar {
    display: block !important; }

  .nav__menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style-type: none;
    margin: 0;
    position: relative; }
    .nav__menu > li {
      -webkit-flex: 1 1 auto;
      flex: 1 1 auto;
      position: relative; }
      .nav__menu > li > a {
        text-align: center;
        display: block;
        text-align: center;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 2;
        padding: 10px;
        transition: all 0.2s;
        color: #333333;
        position: relative; }
        .nav__menu > li > a:hover, .nav__menu > li > a.current-menu-item {
          color: #44858C; }
      .nav__menu > li.catalog__btn {
        -webkit-flex: 0 0 270px;
        flex: 0 0 270px;
        background: #80B6BC;
        border-radius: 5px 5px 0 0; }
        .nav__menu > li.catalog__btn > a {
          color: #FFFFFF;
          border-radius: 5px 5px 0 0;
          background: url(../images/ico__catalog.svg) 19px 50% no-repeat transparent; }
          .nav__menu > li.catalog__btn > a:hover, .nav__menu > li.catalog__btn > a.active {
            background: #44858C;
            color: #fff;
            background: url(../images/ico__catalog.svg) 19px 50% no-repeat #44858C; }
      .nav__menu > li .sub-menu {
        display: none; }
      .nav__menu > li > .sub-menu {
        position: absolute;
        left: 0;
        min-width: 100%;
        top: 100%;
        background: #FFFFFF;
        border: 1px solid #DDDEDE;
        box-sizing: border-box;
        box-shadow: 0px 15px 22px rgba(71, 70, 65, 0.15), 0px 15px 22px rgba(71, 70, 65, 0.15);
        border-radius: 0px 0px 5px 5px;
        padding: 5px 15px;
        list-style-type: none;
        border-top: 5px solid #44858C; }
        .nav__menu > li > .sub-menu > li {
          position: relative; }
          .nav__menu > li > .sub-menu > li > a {
            font-family: Roboto;
            font-style: normal;
            font-weight: bold;
            font-size: 16px;
            line-height: 25px;
            display: block;
            color: #2B3840;
            padding: 15px 20px 15px 0; }
          .nav__menu > li > .sub-menu > li > i {
            position: absolute;
            height: 20px;
            width: 20px;
            top: 15px;
            cursor: pointer;
            right: 0;
            background: url(../images/ico__sub-menu.svg) 50% 50% no-repeat;
            z-index: 2; }
          .nav__menu > li > .sub-menu > li:hover > a, .nav__menu > li > .sub-menu > li.active > a {
            color: #44858C; }
          .nav__menu > li > .sub-menu > li.active > i {
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
        .nav__menu > li > .sub-menu .sub-menu {
          position: static;
          list-style-type: none;
          padding-left: 5px;
          margin: 0; }
          .nav__menu > li > .sub-menu .sub-menu li {
            border-radius: 5px;
            transition: all 0.2s; }
            .nav__menu > li > .sub-menu .sub-menu li a {
              display: block;
              font-family: Roboto;
              font-style: normal;
              font-size: 14px;
              line-height: 17px;
              padding: 10px 15px;
              color: #2B3840;
              transition: all 0.2s; }
            .nav__menu > li > .sub-menu .sub-menu li:hover, .nav__menu > li > .sub-menu .sub-menu li.current-menu-item {
              background: #DCE9EA;
              font-weight: bold; }
              .nav__menu > li > .sub-menu .sub-menu li:hover a, .nav__menu > li > .sub-menu .sub-menu li.current-menu-item a {
                color: #6CA5AB; }

  .desktop-visible {
    display: block; } }
@media (max-width: 1199px) {
  .desktop-hidden, .desctop-hidden {
    display: block; }

  .catalog__col {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%; }

  .nav__bar {
    display: none;
    padding: 15px 0; }

  .search {
    margin-left: 0;
    margin-right: 0; }

  .nav__btn span {
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    background: #000; }
    .nav__btn span:last-child {
      margin-bottom: 0; }

  .desktop-visible {
    display: none; }

  .nav {
    background: #F1F7F8; }

  .h-slider__item-tip {
    display: none; }

  .h-slider__image {
    margin-right: 0; }

  .h-slider__title {
    font-size: 45px; }

  .footer {
    border-top: 5px solid #80B6BC; }
    .footer .container {
      max-width: 320px;
      margin-left: auto;
      margin-right: auto; }

  .footer__logo {
    margin-bottom: 40px; }

  .nav__menu {
    list-style-type: none;
    margin: 0;
    position: relative; }
    .nav__menu > li {
      position: relative; }
      .nav__menu > li.current-menu-item > a {
        color: #44858C; }
      .nav__menu > li > a {
        display: block;
        text-align: center;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 1;
        text-align: left;
        padding: 10px;
        transition: all 0.2s;
        color: #333333;
        position: relative; }
        .nav__menu > li > a:hover {
          color: #44858C; }
      .nav__menu > li.catalog__btn {
        border-radius: 5px; }
        .nav__menu > li.catalog__btn > a {
          color: #FFFFFF;
          border-radius: 5px;
          padding-left: 40px;
          background: url(../images/ico__catalog.svg) 9px 50% no-repeat #80B6BC; }
          .nav__menu > li.catalog__btn > a:hover, .nav__menu > li.catalog__btn > a.active {
            background: #44858C;
            color: #fff;
            background: url(../images/ico__catalog.svg) 9px 50% no-repeat #44858C; }
      .nav__menu > li .sub-menu {
        display: none; }
      .nav__menu > li > .sub-menu {
        position: relative;
        min-width: 100%;
        background: #FFFFFF;
        box-sizing: border-box;
        border-radius: 5px;
        padding: 5px 15px;
        list-style-type: none; }
        .nav__menu > li > .sub-menu > li {
          position: relative; }
          .nav__menu > li > .sub-menu > li > a {
            font-family: Roboto;
            font-style: normal;
            font-weight: bold;
            font-size: 16px;
            line-height: 25px;
            display: block;
            color: #2B3840;
            padding: 15px 20px 15px 0; }
          .nav__menu > li > .sub-menu > li > i {
            position: absolute;
            height: 20px;
            width: 20px;
            top: 15px;
            cursor: pointer;
            right: 0;
            background: url(../images/ico__sub-menu.svg) 50% 50% no-repeat;
            z-index: 2; }
          .nav__menu > li > .sub-menu > li:hover > a, .nav__menu > li > .sub-menu > li.active > a {
            color: #44858C; }
          .nav__menu > li > .sub-menu > li.active > i {
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
        .nav__menu > li > .sub-menu .sub-menu {
          position: static;
          list-style-type: none;
          padding-left: 5px;
          margin: 0; }
          .nav__menu > li > .sub-menu .sub-menu li {
            border-radius: 5px;
            transition: all 0.2s; }
            .nav__menu > li > .sub-menu .sub-menu li a {
              display: block;
              font-family: Roboto;
              font-style: normal;
              font-size: 14px;
              line-height: 17px;
              padding: 10px 15px;
              color: #2B3840;
              transition: all 0.2s; }
            .nav__menu > li > .sub-menu .sub-menu li:hover, .nav__menu > li > .sub-menu .sub-menu li.current-menu-item {
              background: #DCE9EA;
              font-weight: bold; }
              .nav__menu > li > .sub-menu .sub-menu li:hover a, .nav__menu > li > .sub-menu .sub-menu li.current-menu-item a {
                color: #6CA5AB; }

  .complect__image:before {
    width: 350px;
    height: 350px; } }
@media (max-width: 991px) {
  .tablet-hidden {
    display: none; }

  .complect__image {
    text-align: center; }
    .complect__image:before {
      display: none; }

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

  .h-slider__text {
    margin-left: auto;
    margin-right: auto; }

  .filters {
    display: none; }

  .aside__btn {
    display: block; } }
@media (max-width: 767px) {
  .mobile-hidden {
    display: none; }

  .catalog__col {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }

  .article .alignleft, .article .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  .section__title {
    font-size: 25px;
    margin-bottom: 0.8em; }

  .card__title {
    font-size: 17px; }

  .section_offer .bold {
    font-size: 32px; }

  .h-slider__title {
    font-size: 40px; }

  .section_offer {
    padding: 40px 0 35px; } }
@media (max-width: 480px) {
  .h-slider__title {
    font-size: 29px; }

  .h-slider__text {
    font-size: 13px;
    line-height: 1.7; } }
