/* General */
h1 {
  font-size: 36px;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  line-height: 34px;
}

h3 {
  font-size: 28px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 23px;
}

section,
.section {
  padding: 40px 0;
}

/* title */
.title {
  margin-bottom: 40px;
}
.title__name {
  font-size: 28px;
  line-height: 34px;
}

/* slider */
.slider__container .swiper-slide {
  height: initial;
}
.slider__container .product__item {
  border-top: 1px solid #e8e8e8;
}

/* breadcrumbs */
.breadcrumbs {
  padding: 20px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  color: #c2c4c7;
  padding: 3px 0;
  position: relative;
}
.breadcrumbs__item:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cpath fill='%230078d7' d='M1.3 1.3h17.5v17.5H1.3z'/%3E%3Cpath fill='%23ffffff' d='M5.6 6.7v6.6L10 10zM10.3 6.7v6.6l4.4-3.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center center;
}
.breadcrumbs__item:last-child:after, .breadcrumbs__item:only-child:after {
  display: none;
}
.breadcrumbs__link {
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #2b9fdc;
  text-align: center;
  vertical-align: middle;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}

.white-breadcrumbs {
  background: #ffffff;
}

/* pagination */
.pagination {
  padding: 30px 0 40px;
}
.pagination__load {
  text-align: center;
  margin-bottom: 25px;
  width: 100%;
}
.pagination__load .btn {
  width: 100%;
}
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.pagination__item {
  margin: 0 5px 10px;
}
.pagination__item.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pagination__item.is-active {
  pointer-events: none;
}
.pagination__item.is-active .pagination__link {
  color: #ffffff;
  background-color: #2b9fdc;
  border-color: transparent;
}
.pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222933;
  font-size: 14px;
  line-height: 16px;
  width: 35px;
  min-width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #dedede;
}
.pagination__link:hover {
  border-color: #2b9fdc;
}
.pagination__info {
  font-size: 13px;
  line-height: 19px;
  color: #c2c4c7;
  text-align: center;
}

/* Header */
.header {
  position: relative;
  z-index: 20;
}
.header__mobile {
  display: none;
}
.header__desctop {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.header__top--content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0;
}
.header__bottom--container {
  display: flex;
  align-items: center;
  height: 65px;
  position: relative;
}
.header__logo {
  display: block;
  width: 130px;
}
.header__logo--img {
  display: block;
  width: 100%;
}
.header__info {
  display: flex;
  margin-left: auto;
  padding-left: 20px;
}
.header__info--item {
  margin-right: 20px;
}
.header__call {
  padding-top: 4px;
}
.header__call--city {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 2px;
}
.header__call--city__link {
  display: inline-block;
  color: #2b9fdc;
  font-size: 12px;
  line-height: 14px;
  border-bottom: 1px dashed;
}
.header__call--city__link:hover {
  border-bottom-color: transparent;
}
.header__call--link {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 19px;
  color: #222933;
  font-weight: bold;
}
.header__call--link:hover {
  color: #2b9fdc;
}
.header__call--btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  color: #222933;
}
.header__call--btn .icon {
  display: block;
  width: 10px;
  height: 10px;
}
.header__call--btn:hover {
  color: #2b9fdc;
}
.header__search {
  flex: 1;
  position: relative;
  max-width: 400px;
}
.header__search--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 1px;
  right: 1px;
  background-color: transparent;
  color: #222933;
}
.header__search--btn .icon {
  display: block;
  width: 16px;
  height: 16px;
}
.header__search--btn:hover {
  color: #2b9fdc;
}
.header__user {
  display: flex;
  align-items: center;
}
.header__user--item {
  margin-left: 20px;
}
.header__user--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  color: #222933;
  position: relative;
}
.header__user--link .icon {
  display: block;
  width: 25px;
  height: 25px;
}
.header__user--link:hover {
  color: #2b9fdc;
}
.header__user--counter {
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  height: 16px;
  min-width: 15px;
  font-size: 11px;
  line-height: 16px;
  color: #ffffff;
  padding: 0 5px;
  text-align: center;
  background-color: #2b9fdc;
  border-radius: 30px;
}
.header__catalog {
  display: flex;
  align-items: center;
}
.header__catalog--category {
  margin-right: 5px;
}
.header__catalog--category:last-of-type {
  margin-right: 0;
}
.header__catalog--category:hover .header__catalog--dropdown {
  display: block;
}
.header__catalog--btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  width: 100px;
}
.header__catalog--btn .icon {
  display: block;
  min-width: 15px;
  height: 15px;
  margin-left: 10px;
}
.header__catalog--main {
  background-color: #2b9fdc;
}
.header__catalog--main:hover {
  background-color: #208bc3;
}
.header__catalog--service {
  background-color: #23b480;
}
.header__catalog--service:hover {
  background-color: #1d966b;
}
.header__catalog--dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  background-color: #ffffff;
  box-shadow: 0 7px 64px rgba(0, 0, 0, 0.1);
  margin-top: -10px;
  z-index: 10;
}
.header__catalog--list {
  padding: 10px 0;
  position: relative;
}
.header__catalog--item {
  color: #222933;
  transition: all 100ms ease;
}
.header__catalog--item.is-subcategory {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23585e67'%3E%3Cpath d='M12.9 10l-7.4 8.1c-.3.3-.3.8 0 1.2.3.3.8.3 1.1 0l8-8.7c.3-.3.3-.8 0-1.2L6.6.7a.8.8 0 00-1.1 0c-.3.3-.3.8 0 1.2l7.4 8.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 12px;
}
.header__catalog--item:hover {
  color: #2b9fdc;
  background-color: #f9f9f9;
}
.header__catalog--item:hover .header__subcategory {
  display: block;
}
.header__catalog--link {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 0 15px;
  color: inherit;
}
.header__catalog--image {
  display: block;
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__catalog--title {
  display: block;
  font-size: 13px;
  line-height: 15px;
  padding-left: 15px;
  transition: color 100ms ease;
}
.header__subcategory {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  background-color: #ffffff;
  box-shadow: 5px 7px 64px rgba(0, 0, 0, 0.1);
}
.header__subcategory--list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  height: 100%;
}
.header__subcategory--item {
  width: 25%;
  margin-bottom: 8px;
}
.header__subcategory--link {
  font-size: 13px;
  line-height: 17px;
  color: #2b9fdc;
}
.header__subcategory--link:hover {
  color: #208bc3;
  text-decoration: underline;
}
.header__navigation {
  padding: 0 10px;
  width: 100%;
}
.header__navigation--list {
  display: flex;
}
.header__navigation--item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 10px;
}
.header__navigation--link {
  display: block;
  font-size: 13px;
  line-height: 17px;
  color: #333333;
}
.header__navigation--link:hover {
  color: #2b9fdc;
}
.header__profile {
  margin-left: auto;
  margin-right: 10px;
}
.header__profile--login {
  display: flex;
  align-items: center;
}
.header__profile--login .icon {
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  fill: #2b9fdc;
  margin-right: 10px;
}
.header__profile--list {
  display: flex;
  align-items: center;
}
.header__profile--item {
  display: flex;
  align-items: center;
}
.header__profile--item:after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
  color: #c2c4c7;
}
.header__profile--item:last-child:after {
  display: none;
}
.header__profile--link {
  display: block;
  color: #222933;
  font-size: 13px;
  line-height: 15px;
}
.header__profile--link:hover {
  color: #2b9fdc;
}
.mobile__menu {
  display: none;
}

.header__call {
  position: relative;
}

.header__call--list-wrap {
  display: none;
  position: absolute;
  top: 100%;
  width: 130%;
  left: -15%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  z-index: 9;
  background: #ffffff;
  border: 1px solid #dedede;
  box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
}
.header__call--list-wrap.is-active {
  display: block;
}
.header__call--list-wrap ul {
  margin-bottom: 10px;
}
.header__call--list-wrap a {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #585E67;
}
.header__call--list-wrap a:hover {
  color: #208bc3;
}
.header__call--list-wrap .btn {
  height: 40px;
}

.header__call--city-wrap {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  padding: 10px;
  position: absolute;
  width: 798px;
  left: 0;
  top: 25px;
  z-index: 9;
  display: none;
}
.header__call--city-wrap.is-active {
  display: block;
}

.header__call--city-title {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}

.header__call--city-list {
  -moz-column-count: 4;
       column-count: 4;
}

.header__call--city-item {
  margin-bottom: 5px;
}

.header__call--city-link {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #2b9fdc;
  font-family: "Noto Sans";
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
}
.header__call--city-link:hover {
  color: #208bc3;
}

/* navigation */
/* Footer */
.footer {
  margin-top: auto;
}
.footer__city {
  text-align: center;
  background-color: #f9f9f9;
}
.footer__city--btn {
  display: none;
}
.footer__city--list {
  padding: 40px 0;
  -moz-column-count: 4;
       column-count: 4;
}
.footer__city--item {
  margin-bottom: 15px;
  line-height: 1;
  text-align: center;
}
.footer__city--link {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  color: #a5acb5;
}
.footer__city--link:hover {
  color: #2b9fdc;
}
.footer__top {
  padding: 50px 0 30px;
  border-bottom: 1px solid #dedede;
  background-color: #f9f9f9;
}
.footer__bottom {
  padding: 30px 0;
  background-color: #f9f9f9;
}
.footer__item {
  display: flex;
  flex-direction: column;
}
.footer__item--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footer__item--title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.footer__item--subtitle {
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding-right: 20px;
}
.footer__item--btn {
  display: none;
}
.footer__item--link {
  font-size: 13px;
  line-height: 19px;
  color: #222933;
  margin-bottom: 10px;
}
.footer__item--link:hover {
  color: #2b9fdc;
}
.footer__item--block {
  display: flex;
  align-items: center;
}
.footer__item .link {
  font-size: 13px;
  line-height: 18px;
  color: #2b9fdc;
  text-decoration: underline;
}
.footer__item .link:hover {
  text-decoration: none;
}
.footer__item .worktime {
  padding-top: 30px;
}
.footer__nav {
  display: block !important;
}
.footer__nav--item {
  margin-bottom: 8px;
}
.footer__nav--link {
  font-size: 13px;
  line-height: 18px;
  color: #222933;
}
.footer__nav--link:hover {
  color: #2b9fdc;
}
.footer__social--list {
  display: flex;
  align-items: center;
}
.footer__social--item {
  margin-right: 15px;
}
.footer__social--link {
  display: flex;
  width: 25px;
  height: 25px;
  color: #c2c4c7;
}
.footer__social--link:hover {
  color: #2b9fdc;
}
.footer__payment--list {
  display: flex;
  align-items: center;
}
.footer__payment--item {
  margin-right: 15px;
}
.footer__payment--image {
  display: block;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__dev--link {
  display: block;
}
.footer__dev--image {
  display: block;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__copy {
  padding: 15px 0;
  font-size: 13px;
  line-height: 18px;
  color: #c2c4c7;
  text-align: center;
  background-color: #ffffff;
}

/* Main Styles */
/* main */
.categories {
  display: none;
}

.hero {
  padding: 30px 0;
  background-color: #ffffff;
}
.hero__slider {
  height: 25vw;
  max-height: 400px;
  position: relative;
  margin-bottom: 30px;
}
.hero__slider--item {
  height: 100%;
  position: relative;
}
.hero__slider--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.hero__slider--title {
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.hero__slider--description {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 30px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.hero__slider--btn {
  min-height: 50px;
  max-width: 220px;
}
.hero__slider--image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__service {
  height: 100%;
}
.hero__service--small {
  height: 200px;
}
.hero__service--big {
  height: calc(25vw + 230px);
  max-height: calc(400px + 230px);
}
.hero__service--link {
  display: block;
  height: 100%;
  overflow: hidden;
}
.hero__service--link:hover .hero__service--image {
  transform: scale(1.03);
}
.hero__service--image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 100ms ease;
}

.partners__slider .swiper-slide:nth-child(2n) {
  padding-bottom: 30px;
}
.partners__item--link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  background-color: #ffffff;
  position: relative;
}
.partners__item--link:hover {
  z-index: 2;
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1);
}
.partners__item--image {
  display: block;
  width: 100%;
  max-width: 160px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.works {
  background-color: #ffffff;
}
.works__item--link {
  display: block;
  color: #222933;
  overflow: hidden;
}
.works__item--link:hover {
  color: #2b9fdc;
}
.works__item--link:hover .works__item--image {
  transform: scale(1.03);
}
.works__item--image {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 100ms ease;
}
.works__item--title {
  display: block;
  font-size: 16px;
  line-height: 23px;
  color: currentColor;
  padding-top: 15px;
  font-weight: bold;
}

.about {
  background-color: #ffffff;
}
.about__news {
  position: relative;
}
.about__news--bottom .btn {
  position: absolute;
  top: -80px;
  right: 0;
  min-width: 140px;
}

.news {
  background-color: #ffffff;
}
.news .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__item {
  margin-bottom: 30px;
}
.news__item--bottom {
  padding-top: 15px;
}
.news__item--link {
  display: block;
  height: 180px;
  overflow: hidden;
}
.news__item--link:hover .news__item--image {
  transform: scale(1.03);
}
.news__item--image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 100ms ease;
}
.news__item--date {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #c2c4c7;
  margin-bottom: 10px;
}
.news__item--title {
  display: block;
  margin-bottom: 10px;
  color: #222933;
}
.news__item--title:hover {
  color: #2b9fdc;
}
.news__item--name {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: currentColor;
  font-weight: bold;
}
.news__item--description {
  font-size: 14px;
  line-height: 21px;
  color: #222933;
}

.consult {
  padding: 40px 0;
}
.consult__content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.consult__content .btn {
  width: 100%;
  max-width: 260px;
}
.consult__description {
  display: flex;
  align-items: center;
}
.consult__image {
  display: block;
  width: 40px;
  height: 40px;
  min-width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.consult__title {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  padding-left: 20px;
}

.sale .tabs__content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
}
.sale .tabs__content .product__item {
  display: none;
  width: 25%;
  height: auto;
}
.sale .tabs__content .product__item--params__list {
  flex-wrap: wrap;
}
.sale .tabs__content .product__item--params__item {
  padding: 3px 5px 4px;
  margin-bottom: 3px;
}
.sale .tabs__content .product__item--params__link {
  color: #333333;
}
.sale .tabs__content .product__item--params__link:hover {
  color: #2b9fdc;
}
.sale .tabs__content .product__item.is-visible {
  display: block;
}
.sale .tabs__content .product__item.is-active {
  display: block;
}

.about {
  border-top: 1px solid #e8e8e8;
}

.block {
  margin-bottom: 50px;
}
.block__promo {
  text-align: center;
  padding: 45px 50px;
  color: #ffffff;
  background-color: #2b9fdc;
}
.block__promo-subtitle {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #f9f9f9;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.block__promo-title {
  font-size: 30px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
}
.block__promo-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.block__promo-actions .btn {
  width: 100%;
  max-width: 260px;
  margin: 0 10px;
}
.block__title {
  display: block;
  font-size: 32px;
  line-height: 1.4;
  color: #222933;
  font-weight: bold;
  margin-bottom: 30px;
}
.block__table {
  overflow: hidden;
}
.block__table .image {
  vertical-align: middle;
  text-align: center;
  width: 20%;
  padding: 10px;
}
.block__table table {
  background-color: #ffffff;
  border: 1px solid #dedede;
}
.block__table table thead tr th {
  font-size: 14px;
  line-height: 1.5;
  color: #222933;
  padding: 15px 20px;
  font-weight: normal;
  text-align: left;
  background-color: #f9f9f9;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.block__table table thead tr th:last-child {
  border-right: none;
}
.block__table table tbody tr:hover td {
  color: #2b9fdc;
}
.block__table table tbody tr td {
  font-size: 14px;
  line-height: 1.5;
  color: #222933;
  padding: 15px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.block__table table tbody tr td:last-child {
  border-right: none;
}
.block__table-wrap {
  max-height: 450px;
  overflow-y: hidden;
}
.block__table-wrap.is-show {
  max-height: 100%;
}
.block__table-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 100%;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  color: #23b480;
  background-color: #ffffff;
  border: 1px solid #dedede;
  text-decoration: underline;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
}
.block__table-btn:hover {
  text-decoration: none;
}
.block__table-btn.is-active {
  box-shadow: none;
  border-top: none;
}
.block__slider-picture {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 33% 0;
  position: relative;
  background-color: #c2c4c7;
}
.block__slider-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block__slider-title {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #222933;
  padding-top: 20px;
  margin-bottom: 10px;
}
.block__slider-description {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  color: #222933;
  margin-bottom: 20px;
}
.block .wysiwyg {
  overflow: hidden;
}

.catalog__top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.catalog__select {
  display: flex;
  align-items: center;
}
.catalog__select--title {
  display: none;
}
.catalog__sort {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.catalog__sort--item {
  margin-right: 20px;
}
.catalog__view {
  display: flex;
  margin-left: auto;
}
.catalog__view--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  color: #222933;
  border: 1px solid #dedede;
  border-radius: 3px;
}
.catalog__view--btn .icon {
  width: 18px;
  height: 18px;
}
.catalog__view--btn:hover {
  border-color: #222933;
}
.catalog__view--btn.is-active {
  color: #2b9fdc;
  border-color: #2b9fdc;
}
.catalog__list {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
.catalog__list .product__item {
  width: 50%;
  border-left: none;
}
.catalog__wysiwyg {
  margin-bottom: 40px;
}

.filter {
  display: block;
  margin-bottom: 40px;
  /* filter bubble */
}
.filter__mobile {
  display: none;
}
.filter__title {
  display: none;
}
.filter__close {
  display: none;
}
.filter__item {
  padding: 10px 15px;
  border: 1px solid #dedede;
  background-color: #ffffff;
  border-radius: 3px;
  margin-bottom: 20px;
}
.filter__item--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222933;
  width: 100%;
}
.filter__item--title span {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.filter__item--title .icon {
  display: block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  margin-left: 10px;
}
.filter__item--title.is-show .icon {
  transform: rotate(90deg);
}
.filter__item--content {
  display: block;
  padding-top: 15px;
}
.filter__item--content.is-hide {
  display: none;
}
.filter__tags--block {
  margin-bottom: 5px;
}
.filter__tags--title {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #585E67;
  margin-bottom: 5px;
}
.filter__tags--list {
  display: flex;
  flex-wrap: wrap;
}
.filter__tags--item {
  margin-right: 5px;
  margin-bottom: 5px;
}
.filter__tags--btn {
  display: flex;
  align-items: center;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #222933;
  border: 1px solid #dedede;
  border-radius: 50px;
  padding: 0 10px;
  cursor: pointer;
}
.filter__tags--btn .icon {
  display: block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  fill: #f00;
  margin-left: 5px;
}
.filter__tags--btn:hover {
  background-color: #f9f9f9;
}
.filter__tags--reset {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  color: #2b9fdc;
  text-decoration: underline;
}
.filter__tags--reset .icon {
  display: block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  margin-right: 5px;
}
.filter__tags--reset:hover {
  text-decoration: none;
}
.filter__sort {
  max-height: 232px;
  overflow-y: auto;
}
.filter__sort--item {
  margin-bottom: 10px;
}
.filter__sort--link {
  display: block;
  font-size: 13px;
  line-height: 21px;
  color: #222933;
}
.filter__sort--link:hover {
  color: #2b9fdc;
}
.filter__range {
  display: flex;
  flex-wrap: wrap;
}
.filter__range--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter__range--item {
  display: flex;
  align-items: center;
  width: 50%;
  font-size: 0;
}
.filter__range--label {
  display: flex;
  align-items: center;
}
.filter__range--label .input {
  font-weight: 500;
  width: 100%;
  max-width: 90px;
  height: 32px;
  text-align: left;
}
.filter__range--text {
  display: block;
  text-align: center;
  margin: 0 7px;
  font-size: 13px;
  color: #c2c4c7;
  line-height: 1;
}
.filter__range--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 13px;
  line-height: 17px;
  color: #ffffff;
  background-color: #2b9fdc;
  height: 32px;
  padding: 0 10px;
  border-radius: 3px;
}
.filter__range--btn:hover {
  background-color: #208bc3;
}
.filter__action {
  display: none;
}
.filter__bubble {
  display: none;
  position: absolute;
  left: 100%;
  min-width: 240px;
  border-radius: 3px;
  background-color: rgba(34, 41, 51, 0.8);
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  z-index: 50;
}
.filter__bubble.is-show {
  display: block;
}
.filter__bubble--content {
  display: flex;
  align-items: center;
  padding: 12px 15px;
}
.filter__bubble--content:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(34, 41, 51, 0.8);
}
.filter__bubble--link {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: yellow;
  text-decoration: underline;
}
.filter__bubble--link:hover {
  text-decoration: none;
}
.filter__bubble--text {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-left: 5px;
  color: #ffffff;
  white-space: nowrap;
}

.product__item {
  padding: 10px;
  height: 100%;
  background-color: #ffffff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.product__item:hover {
  z-index: 10;
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1);
}
.product__item:hover .product__item--chars {
  display: block;
}
.product__item--top {
  margin-bottom: 15px;
  position: relative;
}
.product__item--discount {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.product__item--discount__label {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 3px;
  background-color: #ff6100;
}
.product__item--options {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product__item--available {
  margin-bottom: 20px;
  position: relative;
}
.product__item--available span {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 3px;
}
.product__item--available span.is-active {
  background-color: #00b911;
}
.product__item--available span.is-contract {
  background-color: #f5a04b;
}
.product__item--available span.is-deactive {
  background-color: #333333;
}
.product__item--label {
  margin-bottom: 15px;
}
.product__item--label span {
  display: block;
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.product__item--label span.is-sale {
  background-color: #f00;
}
.product__item--label span.is-novelty {
  background-color: #23b480;
}
.product__item--label span.is-hot {
  background-color: #2b9fdc;
}
.product__item--credit img {
  display: block;
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
  text-align: center;
}
.product__item--link {
  display: block;
  position: relative;
  max-height: 200px;
  width: 100%;
  overflow: hidden;
}
.product__item--link:before {
  content: "";
  display: block;
  padding: 50% 0;
}
.product__item--image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__item--user {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
}
.product__item--compare {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  position: relative;
  color: #222933;
  background-color: #ffffff;
  border-radius: 50%;
}
.product__item--compare .icon {
  width: 22px;
  height: 22px;
}
.product__item--compare:hover {
  color: #2b9fdc;
  background-color: #f9f9f9;
}
.product__item--compare.is-active:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 3px;
  right: 0;
  background-color: #23b480;
  border-radius: 50%;
}
.product__item--compare.is-active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  right: 4px;
  width: 6px;
  height: 9px;
  border: 2px solid #ffffff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  transition: opacity 100ms ease;
  z-index: 2;
}
.product__item--wish {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  color: #222933;
  background-color: #ffffff;
  border-radius: 50%;
}
.product__item--wish .icon {
  width: 22px;
  height: 22px;
  fill: transparent;
  stroke: currentColor;
}
.product__item--wish:hover {
  color: #2b9fdc;
  background-color: #f9f9f9;
}
.product__item--wish.is-active {
  color: #f5a04b;
}
.product__item--wish.is-active .icon {
  fill: #f5a04b;
}
.product__item--reviews {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product__item--reviews span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #c2c4c7;
  padding-left: 10px;
}
.product__item--title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #2b9fdc;
  height: 55px;
  overflow: hidden;
}
.product__item--title:hover {
  text-decoration: underline;
}
.product__item--params {
  display: flex;
  height: 25px;
  margin-bottom: 15px;
}
.product__item--params__list {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #E5E5E5;
}
.product__item--params__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  color: #222933;
  background-color: #ffffff;
  padding: 0 5px;
  height: 25px;
  width: 50px;
  min-width: 50px;
  position: relative;
  white-space: nowrap;
}
.product__item--params__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  height: 14px;
  width: 1px;
  background-color: #585E67;
}
.product__item--params__item:only-child:before {
  display: none;
}
.product__item--params__item.active {
  color: #fd0028;
  order: -1;
}
.product__item--params__item.active:before {
  display: none;
}
.product__item--params__item.active a {
  color: #fd0028;
}
.product__item--params__item a {
  color: #222933;
}
.product__item--params__item a:hover {
  color: #fd0028;
}
.product__item--bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product__item--price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 50px;
}
.product__item--price span {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #c2c4c7;
  text-decoration: line-through;
  margin-bottom: 5px;
}
.product__item--price span + p {
  color: #f00;
}
.product__item--price p {
  font-size: 20px;
  line-height: 1;
  color: #222933;
  font-weight: bold;
}
.product__item--buy {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #222933;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #23b480;
  transition: background-color 100ms ease;
}
.product__item--buy .icon {
  display: block;
  width: 25px;
  height: 25px;
}
.product__item--buy span {
  display: none;
}
.product__item--buy:hover {
  color: #ffffff;
  background-color: #1d966b;
  border-color: transparent;
}
.product__item--ask {
  font-size: 14px;
  line-height: 45px;
  color: #2b9fdc;
  height: 45px;
  margin: 0 auto;
  text-decoration: underline;
  transition: background-color 100ms ease;
}
.product__item--ask:hover {
  text-decoration: none;
}
.product__item--install {
  width: 100%;
  padding-top: 5px;
  text-align: center;
}
.product__item--install .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 1;
  color: #222933;
  border-radius: 3px;
  background-color: #fdf6ec;
}
.product__item--install .link:hover {
  color: #222933;
  background-color: #f5a04b;
}
.product__item--chars {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  padding: 0 10px 10px;
  background-color: #ffffff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.product__item--chars__item {
  display: flex;
  justify-content: space-between;
  align-self: flex-end;
  margin-bottom: 7px;
}
.product__item--chars__text {
  font-size: 13px;
  line-height: 16px;
  max-width: 70%;
  word-break: break-all;
}
.product__item--chars__dots {
  position: relative;
  flex-grow: 1;
  margin: 0 5px;
}
.product__item--chars__dots:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  border-bottom: 1px dotted;
}
.product__item.horizontal {
  display: flex;
  align-items: flex-start;
  width: 100% !important;
}
.product__item.horizontal .product__item--top {
  display: flex;
  align-items: center;
  width: 25%;
  margin-bottom: 0;
}
.product__item.horizontal .product__item--description {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  flex: 1;
}
.product__item.horizontal .product__item--bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-self: center;
  width: 25%;
}
.product__item.horizontal .product__item--options {
  padding-top: 0;
}
.product__item.horizontal .product__item--available {
  margin-bottom: 10px;
}
.product__item.horizontal .product__item--reviews {
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.product__item.horizontal .product__item--title {
  height: auto;
  overflow: visible;
  padding-top: 5px;
  margin-bottom: 15px;
  order: -1;
}
.product__item.horizontal .product__item--chars {
  display: block;
  position: static;
  padding: 0;
  box-shadow: none;
  border: none;
  margin-top: auto;
}
.product__item.horizontal .product__item--price {
  height: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.product__item.horizontal .product__item--buy {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  height: 35px;
  font-weight: bold;
  border-radius: 3px;
  background-color: #23b480;
  border: none;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.product__item.horizontal .product__item--buy .icon {
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
}
.product__item.horizontal .product__item--buy span {
  display: block;
}
.product__item.horizontal .product__item--buy:hover {
  background-color: #1d966b;
}
.product__item.horizontal .product__item--ask {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  color: #222933;
  height: 35px;
  font-weight: bold;
  border-radius: 3px;
  background-color: #e8e8e8;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-decoration: none;
}
.product__item.horizontal .product__item--ask:hover {
  background-color: #c2c4c7;
}
.product__item.horizontal .product__item--install {
  padding: 10px 0;
}
.product__item.horizontal .product__item--install .link {
  max-width: 200px;
  height: 35px;
}
.product__item.horizontal .product__item--user {
  position: static;
  justify-content: center;
}

.calculator {
  padding: 50px 0;
  background-color: #ffffff;
}
.calculator__wrapper {
  padding: 50px;
  background-color: #2b9fdc;
}
.calculator__content--top {
  margin-bottom: 25px;
}
.calculator__content--bottom {
  padding: 50px 40px;
  border-radius: 3px;
  background-color: #ffffff;
}
.calculator__title--desctop {
  display: flex;
  align-items: center;
}
.calculator__title--mobile {
  display: none;
}
.calculator__indicator {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.calculator__indicator--counter {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-size: 24px;
  color: #2b9fdc;
  line-height: 1;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 3px;
}
.calculator__indicator--name {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 15px;
}
.calculator__indicator:hover .calculator__indicator--name {
  text-decoration: underline;
}
.calculator__item--label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.calculator__item--title {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-right: 10px;
  color: #222933;
  height: 20px;
}
.calculator__item--title sup {
  font-size: 13px;
  line-height: 1;
}
.calculator__item--tooltip {
  position: relative;
}
.calculator__item--tooltip .icon {
  display: block;
  width: 20px;
  height: 20px;
  padding: 4px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
}
.calculator__item--tooltip .tooltip {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  background-color: #ffffff;
  padding: 5px 8px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  font-size: 13px;
  line-height: 1;
}
.calculator__item--tooltip .tooltip:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 8px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.calculator__item--tooltip:hover .icon {
  border-color: #2b9fdc;
}
.calculator__item--tooltip:hover .tooltip {
  display: block;
}
.calculator__item--qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 38px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
}
.calculator__item--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 36px;
  font-size: 14px;
  line-height: 1;
  color: #222933;
  background-color: transparent;
}
.calculator__item--btn:hover {
  background-color: #f9f9f9;
}
.calculator__item--minus {
  border-right: 1px solid #dfdfdf;
}
.calculator__item--plus {
  border-left: 1px solid #dfdfdf;
}
.calculator__item--input {
  width: 100%;
  max-width: 60px;
  text-align: center;
  height: 36px;
  font-size: 14px;
  line-height: 1;
  color: #222933;
  border: transparent;
}
.calculator__item--text {
  font-size: 22px;
  line-height: 28px;
  color: #222933;
  font-weight: bold;
}
.calculator__item--sum {
  font-size: 38px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
}
.calculator__item .link {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #2b9fdc;
  padding-top: 15px;
}
.calculator__item .link:hover {
  text-decoration: underline;
}
.calculator__item--consult {
  display: none;
  text-align: center;
  padding-top: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #a5acb5;
}
.calculator__item--consult .link {
  padding-top: 0;
}
.calculator__item--consult.is-show {
  display: block;
}
.calculator__action {
  text-align: center;
}
.calculator__action .btn {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.calculator__action .btn.is-disabled {
  background-color: #c2c4c7 !important;
  pointer-events: none;
}

.product .title {
  margin-bottom: 25px;
}
.product-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
}
.product-top__info {
  display: flex;
  align-items: center;
}
.product-top__available span {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  padding: 3px 6px;
  border-radius: 3px;
}
.product-top__available span.is-active {
  background-color: #00b911;
}
.product-top__available span.is-contract {
  background-color: #f5a04b;
}
.product-top__available span.is-deactive {
  background-color: #333333;
}
.product-reviews {
  margin-right: 15px;
}
.product-container {
  display: flex;
  width: 100%;
}
.product-slider {
  width: 550px;
  margin-right: 30px;
}
.product-discount {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.product-discount__label {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  padding: 3px 6px;
  border-radius: 3px;
  background-color: #ff6100;
}
.product-buy {
  padding: 10px;
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.product-buy__information {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(100% - 550px);
}
.product-buy__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.product-buy__price-old {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: line-through;
  font-size: 16px;
  line-height: 27px;
  color: #c2c4c7;
  position: relative;
}
.product-buy__price-current {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #E10014;
}
.product-buy__item--qty {
  max-width: 105px;
}
.product-buy__item--qty .qty__btn {
  width: 30px;
  min-width: 30px;
  margin-bottom: 0;
}
.product-buy button {
  width: 100%;
  margin-bottom: 15px;
}
.product-buy__user-options {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.product-buy__user .btn-line {
  width: 100%;
}
.product-buy__wishlist {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  color: #222933;
}
.product-buy__wishlist .icon {
  fill: transparent;
  stroke: currentColor;
  margin-right: 8px;
}
.product-buy__wishlist:hover {
  color: #208bc3;
}
.product-buy__wishlist.is-active .icon {
  stroke: #f5a04b;
  fill: #f5a04b;
}
.product-buy__compare {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  color: #222933;
  position: relative;
}
.product-buy__compare .icon {
  margin-right: 8px;
}
.product-buy__compare:hover {
  color: #208bc3;
}
.product-buy__compare.is-active:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -5px;
  left: 10px;
  background-color: #23b480;
  border-radius: 50%;
}
.product-buy__compare.is-active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 15px;
  width: 6px;
  height: 9px;
  border: 2px solid #ffffff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  transition: opacity 100ms ease;
  z-index: 2;
}
.product-slider__for {
  margin-bottom: 20px;
}
.product-slider__for .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-slider__nav .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  z-index: 10;
}
.product-slider__nav .slick-arrow .icon {
  fill: #2b9fdc;
}
.product-slider__nav img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-slider__nav .slick-prev {
  left: 0;
}
.product-slider__nav .slick-next {
  right: 0;
}
.product-slider__nav .slick-list {
  max-width: 510px;
  margin: 0 auto;
}
.product-slider__nav .slide {
  padding: 0 5px;
  text-align: center;
}
.product-slider__nav .slide img {
  display: inline-block;
  border: 1px solid transparent;
}
.product-slider__nav .slide.slick-current img {
  border-radius: 2px;
  border-color: #dedede;
}
.product-characteristic {
  width: 50%;
  margin-right: 15px;
}
.product-characteristic__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 20px;
}
.product-characteristic__list li {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}
.product-characteristic__list li:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #585E67;
}
.product-characteristic__list span {
  display: inline-block;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  color: #585E67;
  background: #f9f9f9;
  position: relative;
}
.product-characteristic__list span:first-of-type {
  padding-right: 5px;
}
.product-characteristic__list span:last-of-type {
  padding-left: 5px;
}
.product-characteristic__table {
  table-layout: fixed;
}
.product-characteristic__table-title {
  width: 50%;
  word-break: break-word;
}
.product-characteristic__table-descr {
  width: 50%;
  word-break: break-word;
}
.product-user__information {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 2px;
  padding: 15px;
}
.product-user__item {
  width: 25%;
  padding: 0 5px;
  text-align: center;
}
.product-user__item a {
  color: #2b9fdc;
  padding: 0 2px;
  text-decoration: underline;
}
.product-user__item a:hover {
  color: #208bc3;
  text-decoration: none;
}
.product-user__item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #222933;
  margin-bottom: 10px;
}
.product-user__item-title .icon {
  margin-right: 5px;
  fill: #2b9fdc;
}
.product-user__item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #585E67;
}
.product .product__item--params {
  height: auto;
}
.product .product__item--params__list {
  overflow: visible;
  flex-wrap: wrap;
  background-color: #ffffff;
}

.mobile-product__information {
  display: none;
}

.news .pagination {
  flex-direction: column;
}
.news .pagination__load {
  max-width: 505px;
  margin: 0 auto 25px;
}

.contact {
  padding: 0 0 40px;
}
.contact-top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
  margin-bottom: 20px;
}
.contact-item {
  padding: 18px 25px;
}
.contact-item:nth-child(1) {
  grid-column: 1/5;
}
.contact-item:nth-child(2) {
  grid-column: 5/8;
}
.contact-item:nth-child(3) {
  grid-column: 8/13;
}
.contact-map {
  margin-bottom: 40px;
}
.contact-map__map {
  padding-bottom: 30%;
}
.contact-info__item {
  width: 60%;
  padding: 55px;
  margin-bottom: 0;
}
.contact-info__form {
  width: 40%;
}

.profile {
  padding: 0 0 50px;
}
.profile-wrap {
  display: flex;
}
.profile-wrap__nav {
  width: 255px;
  box-sizing: border-box;
  border-right: 1px solid #dedede;
}
.profile-wrap__content {
  width: calc(100% - 290px);
  margin-left: 35px;
}
.profile-wrap__content .tabs-item {
  width: 100%;
}
.profile-nav__title {
  display: none;
}
.profile-nav__item {
  margin-bottom: 20px;
}
.profile-nav__link {
  font-size: 16px;
  line-height: 24px;
  color: #222933;
}
.profile-nav__link.active {
  font-weight: bold;
}
.profile .logout-link a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #222933;
}
.profile .logout-link .icon {
  width: 24px;
  height: 24px;
  fill: #2b9fdc;
  margin-right: 20px;
}
.profile .logout-link:hover a {
  color: #333333;
}
.profile .logout-link:hover .icon {
  fill: #208bc3;
}
.profile-item {
  display: flex;
  background: #ffffff;
  position: relative;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #dedede;
}
.profile-item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: #2b9fdc;
}
.profile-item .label, .profile-item .select {
  margin-bottom: 15px;
}
.profile-item .label:last-of-type, .profile-item .select:last-of-type {
  margin-bottom: 0;
}
.profile-item .input, .profile-item .select {
  max-width: 400px;
}
.profile-item .modal-group {
  margin-bottom: 25px;
}
.profile-info {
  width: 50%;
  padding: 0 5px;
}
.profile-info__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #222933;
  margin-bottom: 25px;
}
.profile .catalog__select--title {
  display: block;
}
.profile .pagination__list {
  margin: 0 auto;
}
.profile .catalog__select span {
  display: inline-block;
  margin-right: 20px;
}
.profile .select {
  width: 100%;
}
.profile-wishlist__sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.profile-product {
  background: #ffffff;
  padding: 30px 20px;
  border: 1px solid #dedede;
}
.profile-product:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: #2b9fdc;
}
.profile-product__item {
  padding: 10px;
  background: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #dedede;
}
.profile-product__top {
  display: flex;
  align-items: center;
}
.profile-product__bottom {
  display: none;
}
.profile-product__bottom.is-open {
  display: flex;
}
.profile-product__info {
  width: 350px;
}
.profile-product__info-date {
  font-size: 12px;
  line-height: 16px;
  color: #585E67;
}
.profile-product__info-status {
  font-size: 16px;
  line-height: 27px;
}
.profile-product__info-status.status-check {
  color: #23b480;
}
.profile-product__info-status.status-cancel {
  color: #E10014;
}
.profile-product__info-status.status-procces {
  color: #c2c4c7;
}
.profile-product__summ {
  width: calc( 100% - 400px);
}
.profile-product__summ-title {
  font-size: 12px;
  line-height: 16px;
  color: #585E67;
}
.profile-product__summ-number {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #222933;
}
.profile-product__review button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.profile-product__review.is-open .icon {
  transform: rotate(180deg);
}
.profile-product__bottom {
  flex-wrap: wrap;
  padding: 40px 0 10px;
  align-items: flex-start;
}
.profile-product__list-title {
  font-size: 14px;
  line-height: 21px;
  color: #585E67;
  width: 350px;
  margin-bottom: 12px;
}
.profile-product__list {
  width: 350px;
  padding-right: 30px;
}
.profile-product__list li {
  font-size: 14px;
  line-height: 21px;
  color: #222933;
  margin-bottom: 15px;
}

.profile-item__product {
  width: calc( 100% - 400px);
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  align-items: flex-start;
}
.profile-item__product-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.profile-item__product-media {
  width: 55px;
  height: 55px;
  position: relative;
}
.profile-item__product-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile-item__product-media .icon-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f5a04b;
}
.profile-item__product-media .icon-bg .icon {
  height: 12px;
  width: 12px;
  fill: #ffffff;
}
.profile-item__product-description {
  width: calc(100% - 70px);
  margin-left: 15px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.profile-item__product-title {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  color: #2b9fdc;
  margin-bottom: 10px;
}
.profile-item__product-title:hover {
  color: #208bc3;
}
.profile-item__product-inform {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.profile-item__product-count {
  font-size: 12px;
  line-height: 16px;
  color: #222933;
}
.profile-item__product-price {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #222933;
}
.profile-item__price-list {
  width: 100%;
  border-top: 1px solid #dedede;
  padding: 15px 0;
}
.profile-item__price-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.profile-item__price-list li:last-of-type span:nth-of-type(1) {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.profile-item__price-list li:last-of-type span:nth-of-type(2) {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.profile-item__price-list span {
  font-size: 16px;
  line-height: 27px;
}
.profile-item__price-list span:nth-of-type(1) {
  color: #585E67;
}
.profile-item__price-list span:nth-of-type(2) {
  color: #222933;
}
.profile-item .label input {
  max-width: 300px;
}

.profile-order__button {
  width: 100%;
}
.profile-order__button button {
  display: block;
  margin: 0 0 0 auto;
}

/* Wysiwyg */
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  padding-top: 20px;
  margin-bottom: 20px;
}
.wysiwyg h1 {
  font-size: 38px;
  line-height: 1.4;
}
.wysiwyg h2 {
  font-size: 32px;
  line-height: 1.4;
}
.wysiwyg h3 {
  font-size: 28px;
  line-height: 1.4;
}
.wysiwyg h4 {
  font-size: 24px;
  line-height: 1.4;
}
.wysiwyg h5 {
  font-size: 22px;
  line-height: 1.4;
}
.wysiwyg h6 {
  font-size: 18px;
  line-height: 1.4;
}
.wysiwyg p {
  font-size: 14px;
  line-height: 26px;
  color: #222933;
  margin-bottom: 15px;
}
.wysiwyg a {
  color: #23b480;
  text-decoration: underline;
}
.wysiwyg a:hover {
  color: #2b9fdc;
  text-decoration: none;
}
.wysiwyg ol {
  counter-reset: section;
  margin-bottom: 15px;
}
.wysiwyg ol li {
  font-size: 14px;
  line-height: 24px;
  color: #222933;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.wysiwyg ol li:before {
  counter-increment: section;
  content: counter(section) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #23b480;
}
.wysiwyg ul {
  padding-left: 30px;
  margin-bottom: 15px;
}
.wysiwyg ul li {
  font-size: 14px;
  line-height: 24px;
  color: #222933;
  margin-bottom: 10px;
  position: relative;
}
.wysiwyg ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -22px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #23b480;
}
.wysiwyg table {
  table-layout: fixed;
  margin-bottom: 40px;
  background-color: #ffffff;
  border: 1px solid #dedede;
}
.wysiwyg table thead tr th {
  font-size: 14px;
  line-height: 1.5;
  color: #222933;
  padding: 15px 20px;
  font-weight: normal;
  text-align: left;
  background-color: #f9f9f9;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.wysiwyg table thead tr th:last-child {
  border-right: none;
}
.wysiwyg table tbody tr:hover td {
  color: #2b9fdc;
}
.wysiwyg table tbody tr td {
  font-size: 14px;
  line-height: 1.5;
  color: #222933;
  padding: 15px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.wysiwyg table tbody tr td:last-child {
  border-right: none;
}
.wysiwyg img {
  display: inline;
  width: auto;
  max-width: 100%;
}
.wysiwyg__block-white {
  padding: 40px;
  background-color: #ffffff;
}
.wysiwyg__block-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.wysiwyg__block-column {
  background-color: #ffffff;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 30px 40px;
}
.wysiwyg__block-column:nth-child(even) {
  border-left: none;
}
.wysiwyg__block-column:nth-child(1), .wysiwyg__block-column:nth-child(2) {
  border-top: 1px solid #dedede;
}
.wysiwyg__info {
  width: 100%;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

/* Customize */
.call__mobile {
  display: none;
}

/* Media */
@media screen and (min-width: 992px) {
  section {
    padding: 50px 0;
  }

  /* title */
  .title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  /* title */
  .title__name {
    font-size: 34px;
    line-height: 36px;
  }

  .header__logo {
    width: 150px;
  }
  .header__info {
    padding-right: 20px;
    padding-left: 40px;
  }
  .header__info--item {
    margin-right: 30px;
  }
  .header__user {
    padding-left: 20px;
  }
  .header__user--item {
    margin-left: 30px;
  }
  .header__catalog--category {
    margin-right: 10px;
  }
  .header__catalog--btn {
    font-size: 14px;
    padding: 0 15px;
    width: 190px;
  }
  .header__catalog--title {
    font-size: 14px;
  }
  .header__subcategory--item {
    margin-bottom: 10px;
  }
  .header__subcategory--link {
    font-size: 14px;
  }
  .header__navigation--link {
    font-size: 14px;
  }
  .header__profile {
    margin-right: 20px;
  }
  .header__profile--link {
    font-size: 13px;
  }

  .hero__slider--title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .hero__slider--description {
    margin-bottom: 50px;
  }
  .hero__service--small {
    height: 240px;
  }
  .hero__service--big {
    height: calc(25vw + 270px);
    max-height: calc(400px + 270px);
  }

  .sale .tabs__content .product__item {
    width: 20%;
  }

  .calculator__item--label {
    justify-content: flex-start;
  }
  .calculator__item--qty {
    max-width: 140px;
  }

  .about__content {
    padding-right: 100px;
  }

  .news__item--link {
    height: 220px;
  }
  .news__item--name {
    font-size: 20px;
    line-height: 26px;
  }

  .footer__item--head {
    margin-bottom: 30px;
  }
  .footer__item--title {
    font-size: 22px;
    line-height: 26px;
  }
  .footer__item--subtitle {
    font-size: 14px;
    line-height: 19px;
  }
  .footer__item--link {
    font-size: 14px;
    line-height: 19px;
  }
  .footer__item .link {
    font-size: 14px;
    line-height: 19px;
  }
  .footer__nav--item {
    margin-bottom: 10px;
  }
  .footer__nav--link {
    font-size: 14px;
    line-height: 19px;
  }
  .footer__city--list {
    -moz-column-count: 5;
         column-count: 5;
  }

  .catalog__select {
    min-width: 220px;
  }
  .catalog__list .product__item {
    width: 33.3%;
  }

  .pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pagination__list {
    margin-bottom: 0;
  }
  .pagination__item {
    margin: 0 5px 0 0;
  }

  .product-characteristic {
    margin-right: 30px;
  }
  .product-buy {
    width: calc(50% - 30px);
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1300px) {
  .header__catalog--btn {
    width: 200px;
  }
  .header__navigation {
    padding: 0 20px;
  }
  .header__navigation--item {
    margin: 0 15px;
  }
  .header__profile {
    margin-right: 25px;
  }

  .catalog__list .product__item {
    width: 25%;
  }
}
@media screen and (min-width: 1367px) {
  .header__info {
    padding-right: 40px;
  }
  .header__info--item {
    margin-right: 50px;
  }
  .header__search {
    max-width: 480px;
  }
  .header__user {
    padding-left: 50px;
  }
  .header__subcategory--item {
    width: 20%;
  }

  .hero__slider--title {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .hero__slider--description {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 50px;
  }
  .hero__service--small {
    height: 300px;
  }
  .hero__service--big {
    height: calc(25vw + 330px);
    max-height: calc(400px + 330px);
  }

  .sale .tabs__content .product__item {
    width: 16.6%;
  }

  .calculator__content--bottom {
    padding: 60px 80px;
  }
}
@media screen and (max-width: 1400px) {
  .product-slider {
    width: 470px;
  }
  .product-slider__nav .slick-list {
    max-width: 420px;
  }
  .product-buy__information {
    width: calc(100% - 495px);
  }
  .product-buy__price-current {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .product-slider {
    width: 400px;
    margin-right: 15px;
  }
  .product-buy__information {
    width: calc(100% - 400px);
  }
  .product-characteristic__list span {
    font-size: 14px;
    line-height: 20px;
  }
  .product-slider__nav .slick-list {
    max-width: 350px;
    margin: 0 auto;
  }
  .product-buy__item {
    flex-direction: column;
    text-align: center;
  }
  .product-buy__price-current {
    margin-bottom: 10px;
  }
  .product-user__information {
    display: none;
  }
  .product-bonus__price-old {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-product__information {
    display: flex !important;
    margin-bottom: 30px;
  }

  .contact-top {
    grid-gap: 15px;
  }
  .contact-item:nth-child(1) {
    grid-column: 1/7;
  }
  .contact-item:nth-child(2) {
    grid-column: 7/13;
  }
  .contact-item:nth-child(3) {
    grid-column: 1/13;
  }
}
@media screen and (max-width: 992px) {
  .product-bonus__price-old {
    flex-direction: column;
  }
}
