product-cart__detail_text* {
  margin: 0;
  padding: 0
}

body,
html {
  font-family: "Roboto";
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
  position: relative;
  width: 100%;
  /* height: 100%; */
  margin: 0;
  padding: 0
}

h1,
.h1 {
  font-size: 4rem
}

h2,
.h2 {
  font-size: 2.2rem
}

h3,
.h3 {
  font-size: 2rem
}

h4,
.h4 {
  font-size: 2rem
}

h5,
.h5 {
  font-size: 2rem
}

h6,
.h6 {
  font-size: 1rem
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto";
  font-weight: 600;
  line-height: 1.5;
  cursor: default;
  text-align: center;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0
}

p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #383838;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0
}

img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  border: 0
}

blockquote {
  padding-left: 10px;
  border-left: 3px solid #afafaf
}

div {
  vertical-align: top
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none
}

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

:focus {
  outline: 1px solid transparent
}

input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}

input[type=radio].css-checkbox+label.css-label {
  font-size: 1.4rem;
  line-height: 23px;
  display: inline-block;
  height: 18px;
  padding-left: 25px;
  cursor: pointer;
  vertical-align: middle;
  color: #4258FF;
  background-repeat: no-repeat;
  background-position: 0 0
}

input[type=radio].css-checkbox:checked+label.css-label:before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  content: "";
  cursor: pointer;
  border: solid 1px #4258FF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #4258FF
}

label.css-label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .2s;
  transition: .2s
}

label.css-label:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  cursor: pointer;
  border: solid 1px #4258FF;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.index-page {
  font-size: 2rem;
  line-height: 3rem
}

.hidden {
  position: absolute;
  top: -9999px;
  left: -9999px
}

.visible {
  position: static;
  top: inherit;
  left: inherit
}

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

.show {
  display: inherit
}

.hide {
  display: none
}

.invisibles {
  visibility: hidden
}

.visibles {
  visibility: visible
}

.fixed {
  position: fixed;
  z-index: 9999
}

.overflow {
  overflow: hidden
}

@media screen and (max-width: 960px) {
  .responsive-hide {
    display: none
  }
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column
}

header#index {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

header#index .black-top-block--wrapper {
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 90;
  background: #222324
}

header#index .black-top-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 17px 0 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

header#index .black-top-block .black-top-block-menu {
  font-size: 1.4rem;
  font-weight: 600;
  height: 100%;
  color: #d8d8d8
}

header#index .black-top-block .black-top-block-menu ul.menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

header#index .black-top-block .black-top-block-menu ul.menu-block li.menu-element {
  line-height: 40px;
  margin-right: 16px
}

header#index .black-top-block .black-top-block-menu ul.menu-block li.menu-element a {
  color: #d8d8d8
}

header#index .black-top-block .black-top-block-menu ul.menu-block li.menu-element a:hover {
  color: #fff
}

header#index .black-top-block .activity-user-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

header#index .black-top-block .activity-user-block .social-links-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

header#index .black-top-block .activity-user-block .social-links-block span.social-links-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 40px;
  color: #bababa
}

header#index .black-top-block .activity-user-block .social-links-block a {
  line-height: 40px;
  margin: 0 8px;
  object-fit: contain
}

header#index .black-top-block .activity-user-block .social-links-block a.fb {
  width: 10px;
  height: 18px;
  background: url(../img/fb.svg)
}

header#index .black-top-block .activity-user-block .social-links-block a.vk {
  width: 23px;
  height: 13px;
  background: url("/bitrix/templates/apetta/assets/img/Vkontakte_simbol.svg")
}

header#index .black-top-block .activity-user-block .social-links-block a.tg {
  width: 23px;
  height: 23px;
  background: url(../img/tg.svg)
}

header#index .black-top-block .activity-user-block .social-links-block a.ok {
  width: 11px;
  height: 18px;
  background: url(../img/ok.svg)
}

header#index .black-top-block .activity-user-block .social-links-block a.insta {
  width: 23px;
  height: 23px;
  background: url(../img/insta.svg);
  background-size: cover
}

header#index .black-top-block .activity-user-block .city-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px
}

header#index .black-top-block .activity-user-block .city-block span.city-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 40px;
  margin-right: 5px;
  color: #bababa
}

header#index .black-top-block .activity-user-block .city-block .city-block_select {
  font-size: 1.4rem;
  font-weight: 600
}

header#index .black-top-block .activity-user-block .city-block .city-block_select a {
  line-height: 40px;
  text-decoration: underline;
  color: #4258FF
}

header#index .black-top-block .activity-user-block .city-block .city-block_select a svg path {
  fill: #4258FF
}

header#index .black-top-block .activity-user-block .city-block .city-block_select a.active {
  color: #02b3ef
}

header#index .black-top-block .activity-user-block .city-block .city-block_select a.active svg path {
  fill: #02b3ef
}

header#index .black-top-block .activity-user-block .city-block .city-block_select a:hover {
  color: #4258FF
}

header#index .black-top-block .activity-user-block .city-block .city-block_select a:hover svg path {
  fill: #4258FF
}

header#index .black-top-block .activity-user-block .manage-panel {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 40px;
  margin-left: 16px
}

header#index .black-top-block .activity-user-block .manage-panel_lang a {
  line-height: 40px;
  color: #4258FF
}

header#index .black-top-block .activity-user-block .manage-panel_lang a svg path {
  fill: #4258FF
}

header#index .black-top-block .activity-user-block .manage-panel_lang a.active {
  color: #02b3ef
}

header#index .black-top-block .activity-user-block .manage-panel_lang a.active svg path {
  fill: #02b3ef
}

header#index .black-top-block .activity-user-block .manage-panel_lang a:hover {
  color: #4258FF
}

header#index .black-top-block .activity-user-block .manage-panel_lang a:hover svg path {
  fill: #4258FF
}

header#index .functions-block--wrapper {
  width: 100%;
  background-color: #f6f6f6
}

header#index .functions-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

header#index .functions-block .functions-logo a img {
  width: 130px;
  height: 50px
}

header#index .functions-block .functions-menu {
  z-index: 5
}

header#index .functions-block .functions-menu .menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

header#index .functions-block .functions-menu .menu-block .menu-element a {
  font-weight: 600
}

header#index .functions-block .functions-search {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

header#index .functions-block .functions-search form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse
}

header#index .functions-block .functions-search form .search_input {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-left: 16px;
  padding: 0 16px;
  -webkit-transition: .5s;
  transition: .5s;
  border: none;
  background: #f0f0f0
}

header#index .functions-block .functions-search form .search_input_hide {
  right: -1000px
}

header#index .functions-block .functions-search form .search_submit {
  z-index: 30;
  width: 48px;
  height: 100%;
  background: url(../img/loup.svg) no-repeat center center, #f0f0f0
}

header#index .functions-block .functions--wrapper {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

header#index .functions-block .functions-contacts {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2f3031
}

header#index .functions-block .functions-contacts .time-block {
  position: absolute;
  top: -12px;
  right: 5px;
  cursor: pointer
}

header#index .functions-block .functions-contacts .phone {
  font-weight: 600;
  color: #2f3031
}

header#index .functions-block .functions-contacts .phone a {
  white-space: nowrap;
  color: #2f3031
}

header#index .functions-block .functions-contacts .call-me-link {
  font-size: 1.2rem;
  line-height: 1.5;
  text-decoration: underline
}

header#index .functions-block .functions-contacts .call-me-link a {
  display: block;
  margin-top: 6px;
  color: #2f3031
}

header#index .functions-block .functions-personal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 0 16px;
  border-left: solid 1px #d8d8d8;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

header#index .functions-block .functions-personal .authorizire-me-link {
  font-size: 1.6rem;
  line-height: 20px
}

header#index .functions-block .functions-personal .authorizire-me-link a {
  font-weight: 400;
  color: #2f3031
}

header#index .functions-block .functions-personal .authorizire-me-link a span {
  display: none;
  margin-left: 5px
}

header#index .functions-block .functions-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 0 16px;
  border-left: solid 1px #d8d8d8;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

header#index .functions-block .functions-cart .cart-link {
  font-size: 1.6rem;
  line-height: 20px
}

header#index .functions-block .functions-cart .cart-link a span {
  display: none
}

header#index .functions-block .functions-cart .cart-link.empty a {
  font-weight: 400;
  color: #8a8d8f
}

header#index .slide__menu_hide {
  left: -320px !important
}

header#index .slide__menu_hide .btn_close:after {
  display: none
}

header#index .slide__menu {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 320px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  color: #fff;
  background: #212628
}

header#index .slide__menu .btn_close {
  width: 12px;
  height: 12px;
  padding: 20px 0 0 20px;
  border: none;
  color: #BBBBBB;
  background: transparent !important;
}

header#index .slide__menu .btn_close:after {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  cursor: default;
  background: transparent
}

header#index .slide__menu .slide__menu_search {
  position: relative;
  margin-top: 15px
}

header#index .slide__menu .slide__menu_search .search_input {
  font-size: 1.4rem;
  width: 100%;
  padding: 0 50px 0 25px;
  border: none;
  background: #8a8d8f
}

header#index .slide__menu .slide__menu_search input::-moz-placeholder {
  color: #fff
}

header#index .slide__menu .slide__menu_search input::-webkit-input-placeholder {
  color: #fff
}

header#index .slide__menu .slide__menu_search .search_submit {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 19px;
  height: 19px;
  background: url(../img/white-loup.svg) no-repeat
}

header#index .slide__menu .slide__menu_top {
  margin-top: 10px;
  display: none;
}

header#index .slide__menu .slide__menu_top.active {
  display: block;
}

header#index .slide__menu .slide__menu_top.active  .catalog-section:first-child {
  display: none;
}
header#index .slide__menu .slide__menu_top.active  .catalog-section:not(:last-child) {
  /*display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;*/
  padding-bottom: 15px;
}

header#index .slide__menu .slide__menu_top.active .catalog-section.active .catalog-name,
header#index .slide__menu .slide__menu_top .catalog-element-list__item.sub.active .parent {
  color:#4258FF;
  padding-bottom: 10px;
}

header#index .slide__menu .slide__menu_top.active  .catalog-section a {
  line-height: 1.6;
  padding-left: 20px;
  display: inline-block;
  max-width: 80%;
}


header#index .slide__menu .slide__menu_top.active &gt; .catalog-section.sub &gt; .menu-arrows,
header#index .slide__menu .slide__menu_top .catalog-element-list__item.sub .menu-arrows {
 background: url(../img/open.png) no-repeat;
 width: 9px;
  height: 9px;
  position: absolute;
  left: 93%;
  margin-top: 11px;
  cursor: pointer;
}

header#index .slide__menu .slide__menu_top.active &gt; .catalog-section.sub.active &gt; .menu-arrows,
header#index .slide__menu .slide__menu_top .catalog-element-list__item.sub.active .menu-arrows {
  background: url(../img/close.png) no-repeat;
}

header#index .slide__menu .slide__menu_top.active .catalog-element-list,
header#index .slide__menu .slide__menu_top .catalog-element-list__item.sub .catalog-element-list {
  display: none;
  transition: all 0.5s;
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}

header#index .slide__menu .slide__menu_top.active .catalog-section.active &gt; .catalog-element-list,
header#index .slide__menu .slide__menu_top .catalog-element-list__item.sub.active .catalog-element-list {
  display: block;
  transition: all 0.5s;
}

header#index .slide__menu .slide__menu_top.active .catalog-section.active &gt; .catalog-element-list .catalog-element-list__item:not(:last-child),
header#index .slide__menu .slide__menu_top .catalog-element-list__item.sub.active .catalog-element-list .catalog-element-list__item:not(:last-child) {
  padding-bottom: 15px;
}

header#index .slide__menu .slide__menu_top .catalog-element-list__item.sub.active .catalog-element-list {
  padding-bottom: 0;
}

header#index .slide__menu .slide__menu_top.active .catalog-section.active &gt; .catalog-element-list .catalog-element-list__item.catalog-element-list__item--active a,
header#index .slide__menu .slide__menu_top .catalog-element-list__item.sub.active .catalog-element-list .catalog-element-list__item.catalog-element-list__item--active a {
  color: #4258FF;
}

header#index .slide__menu .slide__menu_top a {
  font-size: 1.6rem;
  line-height: 37px;
  color: #fff
}

header#index .slide__menu .slide__menu_bottom {
  margin-top: 14px;
  padding: 0 20px 20px 20px
}

header#index .slide__menu .slide__menu_bottom a {
  font-size: 1.6rem;
  line-height: 37px;
  color: #fff
}

header#index .slide__menu .slide__menu_bottom a.active {
  color: #4258FF;
  text-decoration: underline;
}

header#index .slide__menu .slide__menu_catalog_title {
  background: #3A3A3A;
  font-size: 1.6rem;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header#index .slide__menu .slide__menu_catalog_title.active {
  background: #4258FF;
}

header#index .slide__menu .slide__menu_catalog_title.active:after {
  transform: rotate(180deg);
}

header#index .slide__menu .slide__menu_catalog_title:after {
  content: '';
  background: #4258FF url(../img/arrow-left.png) no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 15px;
}

header#index .slide__menu .slide__menu_recall a {
  font-size: 1.4rem;
  line-height: 63px;
  color: #fff
}

header#index .slide__menu .slide__menu_social-links-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

header#index .slide__menu .slide__menu_contacts {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #3A3F41;
  margin: 0  20px 0 20px
}

header#index .slide__menu .slide__menu_social-links-block .social-links-title {
  font-size: 1.4rem
}

header#index .slide__menu .slide__menu_social-links-block a {
  display: block;
  margin-left: 10px
}

header#index .slide__menu .slide__menu_social-links-block a.fb {
  width: 10px;
  height: 18px;
  background: url(../img/fb.svg)
}

header#index .slide__menu .slide__menu_social-links-block a.vk {
  width: 30px;
  height: 30px;
  background: url(../img/vk.svg)
}

header#index .slide__menu .slide__menu_social-links-block a.tg {
  width: 30px;
  height: 30px;
  background: url(../img/tg.svg)
}

header#index .slide__menu .slide__menu_social-links-block a.insta {
  width: 23px;
  height: 23px;
  background: url(/bitrix/templates/apetta/assets/img/insta.svg);
  background-size: cover
}

header#index .slide__menu .slide__menu_recall {
  display: flex;
  align-items: center;
}

header#index .slide__menu .slide__menu_recall:before {
  content: '';
  background: url(../img/carbon_phone-voice.png) no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding-right: 15px;
}

header#index .slide__menu .slide__menu_city-block {
  font-size: 1.4rem;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  padding: 10px 20px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

header#index .slide__menu .slide__menu_city-block .city-block_select {
  padding-top: 20px;
}

header#index .slide__menu .slide__menu_city-block .city-block_select li {
  display: flex;
  align-items: center;
}

header#index .slide__menu .slide__menu_city-block .city-block_select li:before {
  content: '';
  background: #4258FF;
  width: 3px;
  max-width: 3px;
  height: 3px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
}

header#index .slide__menu .slide__menu_city-block .city-block_select a {
  font-weight: 400;
  color:#fff;
  line-height: 1.6;
}

header#index .slide__menu .slide__menu_manage-panel_lang {
  font-size: 1.4rem;
  padding: 20px;
  background: #3A3A3A;
}

header#index .slide__menu .slide__menu_manage-panel_lang a {
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}

header#index .slide__menu .slide__menu_manage-panel_lang a:not(:last-child) {
  padding-right: 20px;
}

header#index .slide__menu .slide__menu_manage-panel_lang a.active {
  color: #4258FF;
  text-decoration: none;
}

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

main .section-page .breadcrumbs-block .breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

main .section-page .breadcrumbs-block .breadcrumbs .breadcrumbs-element {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #8a8d8f
}

main .section-page .breadcrumbs-block .breadcrumbs .breadcrumbs-element a {
  color: #8a8d8f
}

main .wrapper-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto
}

main .wrapper-content .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

main .wrapper-content .row .item1 {
  min-width: 107px;
  max-width: 107px
}

main .wrapper-content .row .item2 {
  min-width: 214px;
  max-width: 214px
}

main .wrapper-content .row .item3 {
  min-width: 321px;
  max-width: 321px
}

main .wrapper-content .row .item4 {
  min-width: 428px;
  max-width: 428px
}

main .wrapper-content .row .item5 {
  min-width: 535px;
  max-width: 535px
}

main .wrapper-content .row .item6 {
  min-width: 642px;
  max-width: 642px
}

main .wrapper-content .row .item7 {
  min-width: 749px;
  max-width: 749px
}

main .wrapper-content .row .item8 {
  min-width: 856px;
  max-width: 856px
}

main .wrapper-content .row .item9 {
  min-width: 963px;
  max-width: 963px
}

main .wrapper-content .row .item10 {
  min-width: 1070px;
  max-width: 1070px
}

main .wrapper-content .row .item11 {
  min-width: 1177px;
  max-width: 1177px
}

main .wrapper-content .row .item12 {
  min-width: 1284px;
  max-width: 1284px
}

.content .search__form,
.content .lineform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px auto
}

.content .search__form input,
.content .lineform input {
  line-height: 52px;
  width: 100%;
  height: 52px;
  padding: 0 16px
}

.content .search__form button,
.content .search__form input[type="submit"],
.content .lineform button,
.content .lineform input[type="submit"] {
  font-size: 1.6rem;
  line-height: 52px;
  max-width: 150px;
  padding: 0 24px;
  color: #fff;
  border: none;
  background: #4258FF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(138, 141, 143, .31);
  box-shadow: 0 2px 4px 0 rgba(138, 141, 143, .31)
}

main .social-network__wrap .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

main .social-network__wrap .links img {
  margin-right: 10px
}

footer#finish {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

footer#finish .triggers-block--wrapper {
  width: 100%;
  padding: 30px 0
}

footer#finish .triggers-block {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 0;
  padding: 0 18px;
  color: #8a8d8f;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

footer#finish .footer-menu--wrapper {
  width: 100%;
  background-color: #f6f6f6
}

footer#finish .footer-menu {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 18px
}

footer#finish .footer-menu .menu-block {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

footer#finish .footer-menu .menu-block .menu-element a {
  color: #000
}

footer#finish .footer-copyright {
  width: 100%;
  text-align: center;
  color: #8a8d8f;
  background-color: #f6f6f6
}

footer#finish .footer-copyright a {
  margin-left: 5px;
  white-space: nowrap
}

body .btn,
body a.btn {
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 155px;
  padding: 16px 15px;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  color: #fff;
  background-color: #94FA65;
  -webkit-box-shadow: 0 2px 4px 0 rgba(138, 141, 143, .31);
  box-shadow: 0 2px 4px 0 rgba(138, 141, 143, .31)
}

body .btn:hover,
body .btn:active,
body .btn:visited,
body .btn:focus,
body a.btn:hover,
body a.btn:active,
body a.btn:focus,
body a.btn:visited {
  color: #fff;
  background-color: #4258FF
}

body .btn:active,
body a.btn:active {
  -webkit-transform: scale(.98);
  -ms-transform: scale(.98);
  transform: scale(.98);
  -webkit-box-shadow: none;
  box-shadow: none
}

body .btn.red,
body a.btn.red {
  background-color: #da291c
}

body .btn.red:hover,
body a.btn.red:hover {
  color: #fff;
  background-color: #eb1f10
}

input,
textarea,
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  resize: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  border: 0;
  outline: none
}

input:focus,
textarea:focus,
select:focus {
  border: 1px solid transparent;
  outline: 1px solid transparent
}

input[disabled],
textarea[disabled],
select[disabled] {
  resize: none;
  cursor: default;
  opacity: .5
}

main select {
  font-size: 1.4rem;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 1px transparent;
  background: #fff
}

main select:focus {
  border: 1px solid #d8d8d8
}

label {
  cursor: pointer
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  font-size: 1.6rem;
  line-height: 58px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height: 58px;
  padding: 0 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
  border: 1px solid #d8d8d8;
  outline: 1px transparent;
  background: #fff
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  -webkit-transition: all .2s;
  transition: all .2s;
  border: 1px solid #cb5a5a
}

input:required:valid,
textarea:required:valid {
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #5acb5a
}

select,
option {
  width: auto;
  -webkit-transition: all .2s;
  transition: all .2s
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

mark {
  color: #000;
  background: #ff0
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  color: inherit
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

html input[type="button"],
button,
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input {
  line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid silver
}

legend {
  padding: 0;
  border: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

td,
th {
  padding: 0
}

main .section-page {
  margin: 0 auto;
  max-width: 800px;
}
.section-page .caption {
  text-align: left;
  margin-left: 20px;
}
.chistka-page h3 {
  font-size: 26px;
}
.chistka-page .page1 {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #383838;
  margin-left: auto;
  margin-top: auto;
}

.chistka-page .oclok {
  padding-right: 10px;
}

#page1_phone {
  display: inline-block;
  font-size: 39px;
  line-height: 39px;
}

#page1_time {
  font-size: 28px;
}

.chistka-page .intros {
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
  justify-content: left;
}

.chistka-page .intros .intros-button {
  display: flex;
}

.intros .intros_mobile_form {
  position: relative;
  border: 0;
  background-color: #3c86e0;
  color: #fff;
  padding: 17px 16px 16px 16px;
  font-weight: 600;

  text-align: center;
  font-size: 15px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.intros .intros_mobile_form:hover {
  background-color: #4c82c2;
  color: #fff;
}

.intros .intros_mobile_form:active {
  background-color: #4c82c2;
  color: #fff;
}

.chistka-page h3 {
  text-align: left;
}
.chistka-page p {

  text-align: justify;
}

.chistka-page .delivery-btn {
  border: 1px solid #3C86E0;
  padding: 14px 22px;
  margin-left: 20px;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 600;
  font-size: 15.4295px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.857197px;
  color: #111B42;
}

.chistka-page .price-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0 30px 0;
}
.chistka-page .price-table .t-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #E5E5E5;
  width: 100%;
  min-height: 48px;
  padding: 24px 0;
}
.chistka-page .price-table .t-row:last-child {
  border-bottom: 1px solid #E5E5E5;
}
.chistka-page .price-table .number {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #111B42;
  opacity: 0.4;
  width: 35px;
}
.chistka-page .price-table .text {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  color: #111B42;
  width: 60%;
}

.chistka-page .price-table .price {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #111B42;
  margin-left: auto;

}
.addr-list {
  list-style: none !important;
}
.addr-list li {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #111B42;
  position: relative;
  margin-bottom: 6px;
}
.addr-list li span {
  position: absolute;
  margin: -2px 0 0 11px;
}

.addr-list li span a {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #111B42;
}

.addr-list li:before {
  content: '';
  display: inline-block;
  background: url(/bitrix/templates/apetta/assets/img/bi_geo-alt.png) center center no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
}
.chistka-page .banner {
  background: url(/bitrix/templates/apetta/assets/img/banner-chistka.png) center center no-repeat;
  height: 144px;
  width: 100%;
  padding: 30px 0;
}

.chistka-page .banner span {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 36px 240px 24px 36px;
}

.chistka-page .privil {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 53px 0 53px 0;

}

.chistka-page .privil .p-col-33 {
  width: 30%;
}
.chistka-page .privil .p-col-33 span{
  display:block;
}
.chistka-page .privil .p-col-33 span:nth-child(1) {
  /*width: 56px;
  height: 56px;*/
}

.chistka-page .privil .p-col-33 p {
  font-size: 10px;
  line-height: 14px;
  text-align: left;
}

.chistka-page .privil .p-col-33 p span {
  font-family: Proxima\ Nova;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #111b42;
  width: 60%;
  padding: 10px 0 10px 0;
}
.chistka-page .privil .p-col-33 span:nth-child(3) {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #111B42;
  opacity: 0.5;

}

.chistka-page .trg-elmnt {
  position: relative;
  border: 0;
  background-color: #3c86e0;
  color: #fff;
  padding: 17px 16px 16px 16px;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  width: 100%;
}

.chistka-page .triggers-element img {
  display: none;
}

@media screen and (min-width: 1920px) {
  header .black-top-block {
    max-width: 1920px
  }

  header .functions-block {
    max-width: 1920px
  }

  header .search_input {
    right: 0 !important;
    max-width: 455px
  }
}

@media screen and (max-width: 1919px) {
  header .black-top-block {
    max-width: 1280px
  }

  header .functions-block {
    max-width: 1280px
  }

  main .main-content__wrap .main-content_block .bx-slider .content-block {
    padding: 121px 20px
  }

  .main-content__wrap .main-content_block .top_slider_block {
    max-width: 1280px;
    margin: 0 auto
  }

  .main-content__wrap .main-content_block .top_slider_block ul .image_block {
    background-position-y: center;
    background-position: 75%
  }
}

@media screen and (min-width: 1021px) and (max-width: 1280px) {
  main .services_block {
    max-width: 1020px
  }

  main .service_item {
    max-width: 298px
  }

  main .service_item .name {
    padding-top: 75px
  }

  main .service_item .description {
    padding-top: 20px
  }

  main .service_item:hover .name {
    padding-top: 45px
  }

  main .service_item:hover .description {
    padding-top: 18px
  }
}

@media screen and (min-width: 1281px) {
  header .functions--wrapper span {
    display: inline-block !important
  }

  header .phone {
    font-size: 2.2rem
  }

  header .functions-block {
    height: 100px
  }

  header .functions-menu {
    top: 42px;
    left: 133px
  }

  header .functions-menu .menu-element {
    margin: 0 5px
  }

  header .functions-contacts {
    padding: 0 22px
  }

  header .menu-element a {
    font-size: 1.55rem
  }

  main h1 {
    margin: 66px 0 54px
  }

  main .main-content_block h2 {
    font-size: 4rem;
    margin: 50px 0
  }

  main .services_block {
    max-width: 1280px
  }

  main .service_item {
    min-width: 391px
  }

  main .service_item svg {
    right: 5px;
    bottom: 10px
  }

  main .service_item .name {
    width: 10px;
    padding: 75px 0 0 60px
  }

  main .service_item .description {
    width: 290px;
    padding: 20px 0 0 60px
  }

  main .service_item:hover .name {
    padding: 20px 0 0 60px
  }

  main .service_item:hover .description {
    padding: 12px 0 0 60px
  }
}

@media screen and (max-width: 1280px) {
  header .phone {
    font-size: 1.5rem
  }

  header .functions-logo img {
    width: 62px;
    height: 34px
  }

  header .functions-block {
    height: 70px
  }

  header .functions-menu {
    top: 28px;
    left: 112px
  }

  header .functions-menu .menu-element {
    margin: 0 8px
  }

  header .functions-contacts {
    padding: 0 10px
  }

  header .menu-element a {
    font-size: 1.22rem
  }

  main h1 {
    font-size: 3.2rem;
    margin: 33px 0 20px
  }

  main .main-content_block h2 {
    font-size: 3.2rem;
    margin: 30px 0
  }

  main .main-content__wrap .main-content_block .bx-slider .content-block {
    padding: 100px 55px
  }

  main .main-content__wrap .main-content_block .bx-slider .content-block__title {
    font-size: 4rem;
    line-height: 5rem
  }

  main .service_item {
    min-width: 298px
  }

  main .service_item svg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
  }

  main .service_item {
    text-align: center
  }

  main .service_item .name {
    width: 151px;
    margin: 0 auto
  }

  main .service_item .description {
    max-width: 290px;
    margin: 0 auto
  }

  header#index .black-top-block .black-top-block-menu ul.menu-block li.menu-element {
    margin-right: 6px
  }

  header#index .black-top-block .activity-user-block .social-links-block a {
    margin: 0 5px
  }

  header#index .black-top-block .activity-user-block .city-block {
    margin-left: 10px
  }

  header#index .black-top-block .activity-user-block .manage-panel {
    margin-left: 10px
  }
}

@media screen and (max-width: 1030px) {
  header .menu-element a {
    font-size: 1.15rem
  }

  header#index .black-top-block .activity-user-block .social-links-block span.social-links-title {
    font-size: 1.25rem;
  }

  header#index .black-top-block .activity-user-block .city-block span.city-title {
    font-size: 1.25rem;
  }

  header#index .black-top-block .activity-user-block .city-block .city-block_select {
    font-size: 1.28rem;
  }

  header#index .black-top-block .activity-user-block .manage-panel {
    font-size: 1.28rem;
  }
}

@media screen and (min-width: 1021px) {
  main .services_block {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  main .service_item {
    margin-bottom: 24px
  }

  main .digits_block {
    margin: 0 auto
  }
}

@media screen and (max-width: 1020px) {
  main .service_item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  main .digits_block {
    margin: 0 44px
  }

  main .wrapper-content .row .item10 {
    min-width: 100%;
    max-width: 100%
  }

  main .wrapper-content .row .item10 .item6 {
    min-width: 55%;
    max-width: 55%;
    min-width: 45%;
    max-width: 45%
  }

  .product-cart__detail_text,
  .questions-answers__list .news-list&gt;b {
    display: none
  }
}

@media screen and (min-width: 961px) {
  header .burger-menu-button {
    display: none
  }

  header .functions--wrapper {
    background: rgba(255, 255, 255, .6)
  }

  main .digits_block .count {
    font-size: 4rem
  }

  footer .triggers-element {
    position: relative;
    margin-left: 40px
  }

  footer .triggers-element img {
    position: absolute;
    top: 5px
  }

  footer .triggers-element .img_callme {
    left: -41px
  }

  footer .triggers-element .img_email {
    left: -54px
  }

  footer .triggers-element .img_address {
    left: -35px
  }
}

@media screen and (max-width: 991px) {
  header .responsive-hide {
    display: none !important
  }

  header .functions-menu,
  header .call-me-link,
  header .time-block {
    display: none !important
  }

  main h2 {
    font-size: 1.8rem
  }

  main .product-cart__buyit {
    min-width: 327px
  }

  main h1 {
    font-size: 2.8rem;
    margin: 33px 0 16px
  }

  main .main-content_block h2 {
    font-size: 2.8rem;
    margin: 20px 0
  }

  main .digits_block .count {
    font-size: 3.2rem
  }

  footer .menu-block {
    display: none !important
  }

  footer .triggers-block {
    flex-direction: column;
    margin: 15px 0;
    border-top: solid 1px #f6f6f6;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  footer .triggers-element {
    margin: 15px 0;
    text-align: center
  }

  main .red-border_block {
    width: 680px
  }
}

@media screen and (min-width: 769px) {
  header .cart-link img {
    margin-right: 12px
  }

  header .functions-block {
    padding-left: 18px
  }

  header .burger-menu-button {
    margin: 0 25px 0 7px
  }

  header .slide__menu_search {
    display: none
  }

  .functions-logo {
    margin-right: 8px
  }

  main .wrapper-content {
    padding: 0 18px
  }

  footer .footer-copyright {
    padding: 24px 0
  }
}

@media screen and (max-width: 768px) {
  body main .wrapper-content {
    overflow: hidden;
  }

  main .social-network__wrap .links {
    width: 200px;
    margin: 0 auto
  }

  main .personal--wrapper .content_block .change-pass_wrap .column-form input[type="submit"] {
    max-width: 155px;
    margin: 0 auto
  }

  main .main-content__wrap .main-content_block .maps-block .map {
    top: 170px;
    height: 390px
  }

  .content .catalog__wrapper {
    flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse
  }

  .content .catalog__wrapper .catalog_level {
    margin-bottom: 30px
  }

  .content .catalog__wrapper .catalog_level:before,
  .content .catalog__wrapper .catalog_level:after {
    display: none
  }

  .content .catalog__wrapper .catalog_level .section_image {
    margin: 0 auto
  }

  main .wrapper-content {
    padding: 0 10px
  }

  main .wrapper-content .row .item10 {
    min-width: 100%;
    max-width: 100%
  }

  main .wrapper-content .row .item10 .item6 {
    min-width: 100%;
    max-width: 100%;
    min-width: 100%;
    max-width: 100%
  }

  main .wrapper-content .row .item6 {
    min-width: 100%
  }

  main .wrapper-content .row .item7 {
    min-width: 100%
  }

  main .wrapper-content .row .item8 {
    min-width: 100%
  }

  main .wrapper-content .row .item9 {
    min-width: 100%
  }

  main .wrapper-content .row .item10 {
    min-width: 100%
  }

  main .wrapper-content .row .item11 {
    min-width: 100%
  }

  main .wrapper-content .row .item12 {
    min-width: 100%
  }

  header .functions-block--wrapper {
    position: fixed;
    z-index: 100;
    top: 0
  }

  header .functions-block {
    height: 50px
  }

  header .functions-search {
    display: none !important
  }

  header .functions-logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  header .functions-block {
    padding-left: 5px
  }

  header .burger-menu-button {
    margin: 0 10px 0 7px
  }

  header .functions-logo img {
    width: 40px;
    height: 24px
  }

  header .phone {
    font-size: 1.2rem
  }

  main .wrapper-content .product-cart__wrapper&gt;.row {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
  }

  main .product-cart__buyit {
    margin-bottom: 50px
  }

  main .product-cart__wrapper {
    position: relative
  }

  main .related-products {
    bottom: 0
  }

  main .wrapper-content .row .product-cart__buyit {
    position: inherit;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 25px;
    background-color: #f5f5f5
  }

  main .product-cart__buyit .buyit__background {
    display: none
  }

  main .product-cart__generating .variable_content .radiobuttons_block .hover_hint {
    width: 150px
  }

  main .related-products .product_item:nth-child(5) {
    display: none
  }

  main .related-products .product_item:nth-child(6) {
    display: none
  }

  main h1 {
    font-size: 2.2rem;
    /*min-width: 320px;*/
    margin: 30px 0 5px
  }

  main .main-content_block h2 {
    font-size: 2.2rem;
    margin: 10px 0
  }

  main .digits_block {
    flex-direction: column;
    margin: 0 15px;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
  }

  footer .footer-copyright p {
    font-size: 1.4rem;
    padding: 16px 0
  }

  main .auth-block {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
  }

  main .auth-block .social-network__wrap {
    position: relative;
    left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  main .red-border_block {
    flex-direction: column;
    width: 100%;
    height: auto;
    text-align: left;
    border: 0;
    border-top: 1px solid #8a8d8f;
    border-bottom: 1px solid #8a8d8f;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
  }

  main .red-border_block .title {
    font-size: 1.4rem;
    position: relative;
    top: 0;
    left: 0;
    margin: 10px 0;
    margin-left: 0
  }

  main .red-border_block .pluses_block {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
  }

  main .red-border_block .pluses_block .plus_item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    margin: 10px 0;
    text-align: left
  }

  main .red-border_block .pluses_block .plus_item img {
    position: absolute;
    top: 8px;
    left: 0
  }

  main .red-border_block .pluses_block .plus_item p {
    padding-left: 40px
  }


  .chistka-page .intros {
    flex-wrap: wrap;
  }

  .chistka-page .page1 {
    margin-left: 0;
    margin-top: 15px;
  }

  .chistka-page .delivery-btn {
    margin-left: 5px;
  }

  .intros .intros_mobile_form,
  .chistka-page .delivery-btn {
    padding: 10px;
    font-size: 11px;
    line-height: 19px;
  }

  .chistka-page .price-table .text,
  .chistka-page .price-table .price {
    font-size: 17px;
    line-height: 22px;
  }

  .chistka-page .privil {
    flex-direction: column;
    padding-top: 15px;
  }

  .chistka-page .privil .p-col-33 {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .chistka-page .privil .p-col-33:not(:last-child) {
    margin-bottom: 25px;
  }

  .chistka-page .privil .p-col-33 .img {
    margin-right: 15px;
  }

  .chistka-page .privil .p-col-33 p span {
    width: 100%;
    padding-bottom: 5px;
  }

  .chistka-page .banner {
    background-position: 70% center;
    display: flex;
    align-items: center;
  }

  .chistka-page .banner span {
    font-size: 13px;
    line-height: 1.5;
    padding: 0 0 0 25px;
    max-width: 70%;
  }

}

@media screen and (max-width: 480px) {
  main .related-products .related-products__items .product_item {
    width: 155px
  }

  main .product-cart__generating .variable_content .radiobuttons_block .radiobutton {
    width: 155px
  }

  main .product-cart__buyit .buyit__content .properties_block .property_row .name,
  main .product-cart__buyit .buyit__content .properties_block .property_row .value {
    font-size: 1.4rem
  }

  main .product-cart__buyit .buyit__content .buttons_block {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
  }

  main .product-cart__buyit .buyit__content .buttons_block a.btn {
    width: 100%
  }

  main .wrapper-content .row .item3 {
    width: 100%;
    min-width: 100%;
    max-width: 100%
  }

  main .product-cart__buyit {
    margin-bottom: 50px
  }

  main .wrapper-content&gt;img {
    width: 100%
  }

  main .wrapper-content .main_img {
    width: 100%
  }

  main .wrapper-content .img_block,
  main .wrapper-content .life_img_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  main .wrapper-content .img_block img,
  main .wrapper-content .life_img_block img {
    margin-bottom: 10px
  }
}

@media screen and (max-width: 1189px) {
  .content .catalog__wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/ProximaNova-Semibold.eot);
  src: url(../fonts/ProximaNova-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Semibold.woff) format("woff"), url(../fonts/ProximaNova-Semibold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/ProximaNova-Regular.eot);
  src: url(../fonts/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Regular.woff) format("woff"), url(../fonts/ProximaNova-Regular.ttf) format("truetype");
  font-display: swap;
}

@media screen and (min-width: 1024px) {
  .rc-expanded #rc-phone-back {
    top: -2.2em !important
  }

  .rc-expanded #rc-phone-form {
    top: -3em !important
  }
}

table {
  background-color: transparent
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left
}

th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 1.6rem
}

.table&gt;thead&gt;tr&gt;th,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table&gt;thead&gt;tr&gt;th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table&gt;caption+thead&gt;tr:first-child&gt;th,
.table&gt;colgroup+thead&gt;tr:first-child&gt;th,
.table&gt;thead:first-child&gt;tr:first-child&gt;th,
.table&gt;caption+thead&gt;tr:first-child&gt;td,
.table&gt;colgroup+thead&gt;tr:first-child&gt;td,
.table&gt;thead:first-child&gt;tr:first-child&gt;td {
  border-top: 0
}

.table&gt;tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed&gt;thead&gt;tr&gt;th,
.table-condensed&gt;tbody&gt;tr&gt;th,
.table-condensed&gt;tfoot&gt;tr&gt;th,
.table-condensed&gt;thead&gt;tr&gt;td,
.table-condensed&gt;tbody&gt;tr&gt;td,
.table-condensed&gt;tfoot&gt;tr&gt;td {
  padding: 5px
}

.table-bordered {
  border: 1px solid #ddd
}

.table-bordered&gt;thead&gt;tr&gt;th,
.table-bordered&gt;tbody&gt;tr&gt;th,
.table-bordered&gt;tfoot&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;tbody&gt;tr&gt;td,
.table-bordered&gt;tfoot&gt;tr&gt;td {
  border: 1px solid #ddd
}

.table-bordered&gt;thead&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td {
  border-bottom-width: 2px
}

.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
  background-color: #f9f9f9
}

.table-hover&gt;tbody&gt;tr:hover {
  background-color: #f5f5f5
}

.table&gt;thead&gt;tr&gt;td.active,
.table&gt;tbody&gt;tr&gt;td.active,
.table&gt;tfoot&gt;tr&gt;td.active,
.table&gt;thead&gt;tr&gt;th.active,
.table&gt;tbody&gt;tr&gt;th.active,
.table&gt;tfoot&gt;tr&gt;th.active,
.table&gt;thead&gt;tr.active&gt;td,
.table&gt;tbody&gt;tr.active&gt;td,
.table&gt;tfoot&gt;tr.active&gt;td,
.table&gt;thead&gt;tr.active&gt;th,
.table&gt;tbody&gt;tr.active&gt;th,
.table&gt;tfoot&gt;tr.active&gt;th {
  background-color: #f5f5f5
}

.table-hover&gt;tbody&gt;tr&gt;td.active:hover,
.table-hover&gt;tbody&gt;tr&gt;th.active:hover,
.table-hover&gt;tbody&gt;tr.active:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;.active,
.table-hover&gt;tbody&gt;tr.active:hover&gt;th {
  background-color: #e8e8e8
}

.table&gt;thead&gt;tr&gt;td.success,
.table&gt;tbody&gt;tr&gt;td.success,
.table&gt;tfoot&gt;tr&gt;td.success,
.table&gt;thead&gt;tr&gt;th.success,
.table&gt;tbody&gt;tr&gt;th.success,
.table&gt;tfoot&gt;tr&gt;th.success,
.table&gt;thead&gt;tr.success&gt;td,
.table&gt;tbody&gt;tr.success&gt;td,
.table&gt;tfoot&gt;tr.success&gt;td,
.table&gt;thead&gt;tr.success&gt;th,
.table&gt;tbody&gt;tr.success&gt;th,
.table&gt;tfoot&gt;tr.success&gt;th {
  background-color: #dff0d8
}

.table-hover&gt;tbody&gt;tr&gt;td.success:hover,
.table-hover&gt;tbody&gt;tr&gt;th.success:hover,
.table-hover&gt;tbody&gt;tr.success:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;.success,
.table-hover&gt;tbody&gt;tr.success:hover&gt;th {
  background-color: #d0e9c6
}

.table&gt;thead&gt;tr&gt;td.info,
.table&gt;tbody&gt;tr&gt;td.info,
.table&gt;tfoot&gt;tr&gt;td.info,
.table&gt;thead&gt;tr&gt;th.info,
.table&gt;tbody&gt;tr&gt;th.info,
.table&gt;tfoot&gt;tr&gt;th.info,
.table&gt;thead&gt;tr.info&gt;td,
.table&gt;tbody&gt;tr.info&gt;td,
.table&gt;tfoot&gt;tr.info&gt;td,
.table&gt;thead&gt;tr.info&gt;th,
.table&gt;tbody&gt;tr.info&gt;th,
.table&gt;tfoot&gt;tr.info&gt;th {
  background-color: #d9edf7
}

.table-hover&gt;tbody&gt;tr&gt;td.info:hover,
.table-hover&gt;tbody&gt;tr&gt;th.info:hover,
.table-hover&gt;tbody&gt;tr.info:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;.info,
.table-hover&gt;tbody&gt;tr.info:hover&gt;th {
  background-color: #c4e3f3
}

.table&gt;thead&gt;tr&gt;td.warning,
.table&gt;tbody&gt;tr&gt;td.warning,
.table&gt;tfoot&gt;tr&gt;td.warning,
.table&gt;thead&gt;tr&gt;th.warning,
.table&gt;tbody&gt;tr&gt;th.warning,
.table&gt;tfoot&gt;tr&gt;th.warning,
.table&gt;thead&gt;tr.warning&gt;td,
.table&gt;tbody&gt;tr.warning&gt;td,
.table&gt;tfoot&gt;tr.warning&gt;td,
.table&gt;thead&gt;tr.warning&gt;th,
.table&gt;tbody&gt;tr.warning&gt;th,
.table&gt;tfoot&gt;tr.warning&gt;th {
  background-color: #fcf8e3
}

.table-hover&gt;tbody&gt;tr&gt;td.warning:hover,
.table-hover&gt;tbody&gt;tr&gt;th.warning:hover,
.table-hover&gt;tbody&gt;tr.warning:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;.warning,
.table-hover&gt;tbody&gt;tr.warning:hover&gt;th {
  background-color: #faf2cc
}

.table&gt;thead&gt;tr&gt;td.danger,
.table&gt;tbody&gt;tr&gt;td.danger,
.table&gt;tfoot&gt;tr&gt;td.danger,
.table&gt;thead&gt;tr&gt;th.danger,
.table&gt;tbody&gt;tr&gt;th.danger,
.table&gt;tfoot&gt;tr&gt;th.danger,
.table&gt;thead&gt;tr.danger&gt;td,
.table&gt;tbody&gt;tr.danger&gt;td,
.table&gt;tfoot&gt;tr.danger&gt;td,
.table&gt;thead&gt;tr.danger&gt;th,
.table&gt;tbody&gt;tr.danger&gt;th,
.table&gt;tfoot&gt;tr.danger&gt;th {
  background-color: #f2dede
}

.table-hover&gt;tbody&gt;tr&gt;td.danger:hover,
.table-hover&gt;tbody&gt;tr&gt;th.danger:hover,
.table-hover&gt;tbody&gt;tr.danger:hover&gt;td,
.table-hover&gt;tbody&gt;tr:hover&gt;.danger,
.table-hover&gt;tbody&gt;tr.danger:hover&gt;th {
  background-color: #ebcccc
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive&gt;.table {
    margin-bottom: 0
  }

  .table-responsive&gt;.table&gt;thead&gt;tr&gt;th,
  .table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,
  .table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,
  .table-responsive&gt;.table&gt;thead&gt;tr&gt;td,
  .table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,
  .table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td {
    white-space: nowrap
  }

  .table-responsive&gt;.table-bordered {
    border: 0
  }

  .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,
  .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,
  .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,
  .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,
  .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,
  .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child {
    border-left: 0
  }

  .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,
  .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,
  .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,
  .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,
  .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,
  .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child {
    border-right: 0
  }

  .table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,
  .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,
  .table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,
  .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td {
    border-bottom: 0
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "
}

.clearfix:after {
  clear: both
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.text-bottom {
  font-size: 1.6rem;
  line-height: 2.4rem
}

.banner-form {
  height: 500px;
  margin-top: 10px;
  position: relative;
  background-size: cover
}

.banner-form-inner {
  position: absolute;
  left: 20px;
  bottom: 20px
}

.banner-form-inner .success {
  color: #fff;
  font-size: 16px;
  line-height: 20px
}

.banner-form-title {
  color: #fff;
  font-size: 20px;
  line-height: 32px
}

.banner-form-fields&gt;div {
  display: inline-block
}

.banner-form-fields&gt;div:last-child {
  margin-left: 10px
}

.banner-form-fields .btn {
  padding: 0;
  background-color: #F1C40F;
  color: #000
}

.banner-form-fields input {
  height: 40px;
  line-height: 40px;
  border-radius: 5px
}

.banner-form-fields input[type="text"] {
  width: 220px
}

.align-items-center {
  align-items: center
}

.how-calculate-min {
  cursor: pointer;
  margin-left: 8px;
  transition: all .2s ease-in-out
}

.how-calculate-min:hover {
  transform: scale(1.2)
}

.how-calculate {
  padding: 8px 16px;
  color: #4258FF;
  font-weight: 600;
  font-size: 14px;
  background-color: #E6F5FB;
  display: inline-flex;
  align-items: center;
  margin-left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  border-radius: 8px;
  transition: all .2s ease-in-out;
  box-sizing: border-box
}

.how-calculate:hover {
  box-shadow: inset 0 0 0 2px #4258FF
}

.how-calculate.autoWidth {
  margin: 0;
  transform: none;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 16px
}

.how-calculate img {
  width: 24px;
  margin-left: 10px
}

.how-calculate__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: 99999
}

.how-calculate__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  z-index: 99999;
  padding: 64px 88px;
  border-radius: 8px;
  text-align: center
}

.how-calculate__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 16px;
  cursor: pointer
}

.how-calculate__close img {
  width: 100%
}

.how-calculate__title {
  font-weight: 600;
  font-size: 24px;
  color: #111B42;
  margin-bottom: 24px
}

.how-calculate__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #111B42;
  margin-bottom: 32px
}

.how-calculate__btn {
  display: inline-block;
  background-color: #3C86E0;
  padding: 16px 64px;
  color: #FFF;
  font-size: 18px;
  cursor: pointer
}

.how-calculate__btn:hover {
  transition: all .2s ease-in-out;
  background-color: #3C86E033;
  color: #3C86E0
}


@media screen and (max-width: 768px) {
  .del-page-form form input[type="text"] {
    width: 100% !important;
  }

  .how-calculate {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    max-width: 230px;
    margin-top: 15px;
    transform: translateX(0);
    border-radius: 15px;
  }
}

#cart_line .errortext {
  display: none;
}

.review__content ul,
.questions-answers__wrapper ul {
  list-style: none !important;
}

body .wrapper.company-wrapper {
  width: 60%;
  flex-wrap: wrap;
  margin-top: 30px !important;
}

.company-title {
  margin-bottom: 30px;
  width: 100%;
}

body section.company-section {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 1200px) {
  body .wrapper.company-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 1000px) {
  body .wrapper.company-wrapper {
    flex-direction: column;
  }
  body .wrapper.company-wrapper .content {
    width: 100%;
  }
  .company-wrapper .sidebar {
    margin-right: 0;
    width: unset;
  }
  .company-wrapper .sidebar .select {
    width: 100%;
  }
  .company-wrapper .sidebar .select::after {
    display: none;
  }
}

.kovry-banner p {
	padding: 10px 190px 10px 20px;
}

@media screen and (max-width: 550px) {
  .kovry-banner {
    background: #3c86e1 !important;
  }
  .kovry-banner p {
    padding: 0 20px;
  }
  .chistka-page .kovry-banner {
    height: 100px;    
    margin: 20px 0;
  }
}

@media screen and (max-width: 350px) {
  .kovry-banner p { 
    line-height: 1.1;
  }
}

.section.comparison .item .image {
  height: 275px;
}

.section.comparison .item .image&gt;img {
  width: 100%;
  object-fit: cover;
}

.main-header {
  z-index: 1849 !important;
}

.page_not_finde {
  height: unset !important;
}

.new-title {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}

.chistka-page-block p {
  font-family: 'Proxima Nova';
}

.main-text-chistka {
  margin-top: 85px;
  max-width: 1100px;
}

.img-text-block-chistka {
  display: flex;
  justify-content: space-between;
}

.main-img-chistka {
  max-width: 460px;
  margin-top: -75px;
}

.main-text-chistka ul {
  font-family: 'Proxima Nova';
}

.new-title-h2 {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 48px;
  text-align: left;
}

.price-block-chistka {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.price-block-chistka__item {
  width: 21.7%;
  padding: 35px 25px;
  background: #F1F6F8;
  margin-bottom: 25px;
}

.price-block-chistka__item-up {
  color: #4258FF;
  font-family: 'Proxima Nova';
  font-size: 20px;
  margin-bottom: 10px;
}

.price-block-chistka__item-up span {
  font-weight: 700;
  font-size: 50px;
  line-height: 48px;
}

.price-block-chistka__item-bottom {
  font-weight: 500;
  font-size: 23px;
  line-height: 25px;
}

.img-text-block-chistka.sovr-oborud {
  margin-bottom: 80px;
}

.img-text-block-chistka.sovr-oborud .main-img-chistka {
  margin-top: 0;
}

.sovr-oborud__bottom-text {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  color: #4258FF;
  margin-top: -60px;
  margin-bottom: 90px;
}

.main-img-chistka__mobile {
  display: none;
}

.advant-chistka {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.advant-chistka__item {
  width: 20%;
  margin: 0px 45px;
  text-align: center;
}

.advant-chistka__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.advant-chistka__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}



.chistka-steps-block {
  display: flex;
  justify-content: center;
}

.chistka-steps-block__item {
  text-align: center;
  margin: 5px 10px;
  width: 15%;
}

.chistka-steps-block__item img {
  width: 100%;
}

.chistka-steps-block__item-number {
  font-weight: 700;
  font-size: 50px;
  color: #4258FF;
  margin-top: 20px;
  margin-bottom: 20px;
}

.chistka-steps-block__item-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #363636;
}

.yt-video-section {
  margin-top: 70px;
  text-align: center;
}

.yt-video-section iframe {
  width: 90%;
}

.addr-block {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}

.addr-block p, .addr-block li {
  font-family: 'Proxima Nova';
  font-size: 17px;
}

.addr-block p {
  margin-bottom: 20px;
}

.addr-block-left {
  width: 45%;
}

.addr-block-right {
  width: 50%;
}

.addr-block-right .section.locations {
  background-color: #fff !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.img-text-block-chistka-2 {
  align-items: center;
}

.kover-calc {
  /* display: none; */
  margin-top: 150px;
}

.kover-calc h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #4258FF;
  text-align: inherit;
}

.kover-calc__block {
  margin-top: 65px;
}

.kover-calc__block-item {
  width: 17%;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(34, 60, 80, 0.05);
  -moz-box-shadow: 0px 0px 7px 0px rgba(34, 60, 80, 0.05);
  box-shadow: 0px 0px 7px 0px rgba(34, 60, 80, 0.20);
  border-radius: 5px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.kover-calc__block-title {
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  margin-top: 15px;
}

.kover-calc__block-item p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  min-height: 50px;
}

.kover-calc__block-item img, .raschet-form-number-item-checkbox, .raschet-form-number-item-button, .raschet-form-number-item-info {
  width: 100%;
}

.kover-calc__block-button {
  margin-top: 15px;
}

.kover-calc__block-button a{
  padding: 8px 45px;
  background: #4258FF;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.kover-calc__block-title, .kover-calc__block-item p, .kover-calc__block-button {
  padding: 0 15px;
}

.kover-calc__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-head {
    font-weight: 600;
    font-size: 25px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
	width: 100%;
    font-family: "Proxima Nova";
}

#raschet-kovr {
	cursor: inherit !important;
	max-width: 1200px;
	padding: 80px 70px 115px 115px;
}

#raschet-kovr .fast-order-wrapper {
	width: unset !important;
}

#raschet-kovr form {
    display: flex;
    flex-wrap: wrap;
}

.raschet-form-number-item-radio .raschet-form-item__label {
    margin-bottom: 15px;
}

.raschet-form-number-item-radio label span, .checkbox-block__text {
	font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    font-family: "Proxima Nova";
}

.raschet-form-number-item-radio input {
	 margin-bottom: 10px;
}

.raschet-form-number-item-block, .raschet-form-number-item-radio {
	width: 45%;
}

.raschet-form-number-item input, .raschet-form-number-item-radio input, .raschet-form-number-item-checkbox__inner input {
	min-width: unset !important;
}

.raschet-form-number-item-checkbox__inner input {
	margin-right: 10px;
}

.raschet-form-number-item input, .raschet-form-number-item-info-inner input {
    border: none;
    border-bottom: 1px solid #DEDEDE;
	height: 30px;
    margin-bottom: 35px;
}

.raschet-form-item__label {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
    font-family: "Proxima Nova";
}

.raschet-form-number-item-checkbox__inner {
    display: flex;
    align-items: center;
	justify-content: space-between;
}

.checkbox-block {
	display: flex;
    align-items: center;
}

.raschet-form-number-item-checkbox .raschet-form-item__label {
	margin-bottom: 10px;
}

.raschet-form-number-item-checkbox {
	margin-bottom: 65px;
}

.title-hidden-input {
	display: none;
}

.raschet-form-number-item-info {
	display: flex;
    padding-right: 70px;
    justify-content: space-between;
}

.raschet-form-number-item-info-inner {
	width: 41%;
}

.raschet-form-number-item-info-inner input {
	min-width: unset !important;
	width: 100%;
}

.raschet-form-number-item-button {
	display: flex;
    justify-content: flex-end;
	padding-right: 70px;
}

.raschet-form-number-item-button input {
	color: #4258FF;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Proxima Nova';
    line-height: 24px;
    background: none;
	min-width: unset !important;
}

#raschet-kovr .fancybox-close-small svg {
    color: #4a1ac3 !important;
}

.img-text-block-chistka-2 .main-img-chistka {
	margin-top: 50px;
}

body .catalog__wrapper .catalog_level {
	max-width: unset !important;
	width: 100%;
}

.catalog__wrapper .subsection_list__wrapper {
	display: flex;
	flex-wrap: wrap;
}

.catalog__wrapper a {
	width: 5.3%;
    margin: 5px;
    background: #F1F6F8;
    padding: 35px 95px 45px;
	background: #F1F6F8;
    text-align: center;
}

.catalog__wrapper .subsection_element {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #363636;
}

.catalog__wrapper .subsection_element-img {
    margin-bottom: 35px;
	height: 75px;
}

.work-photo__slider-item-case--no-border {
	border: none !important;
}

.oborudovanie-photo__name {
	padding: 0 70px !important;
	margin-top: 30px;
}

@media screen and (min-width: 1900px) {
  .addr-block-right .section.locations .ymaps-2-1-79-map {
    height: 600px !important;
  }
}

@media screen and (max-width: 1700px) {
  .main-text-chistka {
    max-width: 850px;
  } 
	.subsection_list__wrapper {
		justify-content: center;
	}
	.catalog__wrapper a {
		width: 4%;
	}

}

@media screen and (max-width: 1600px) {
  .main-text-chistka {
    max-width: 850px;
  }  
  .price-block-chistka__item {
    width: 45%;
  }
	.catalog__wrapper a {
		width: 3%;
	}
}

@media screen and (max-width: 1600px) {
  .main-text-chistka {
    max-width: 750px;
  }  
  .kover-calc__block-title {
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .kover-calc__block-item p {
    min-height: 85px;
  }
}

@media screen and (max-width: 1500px) {
	.catalog__wrapper a {
		width: 2%;
	}
}

@media screen and (max-width: 1400px) {
  .img-text-block-chistka {
    flex-direction: column;
  }
  .main-text-chistka {
    max-width: 100%;
  }
  .main-img-chistka {
    display: none;
  }
  .main-img-chistka__mobile {
    display: block;
    margin-top: 15px;
    width: 100%;
  }
  .main-text-chistka,  .sovr-oborud__bottom-text  {
    margin-top: 20px;
  }

	.catalog__wrapper a {
		width: 25%;
	}
	.catalog__wrapper .subsection_list__wrapper {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 1100px) {
  .price-block-chistka__item {
    width: 42%;
  }
  .price-block-chistka__item-bottom {
    font-size: 19px;
  }
  .advant-chistka__item {
    width: 30%;
    margin: 0px 15px;
  }
  .advant-chistka__text {
    font-size: 14px;
  }
  .chistka-steps-block {
    flex-wrap: wrap;
  }
  .chistka-steps-block__item {
    width: 45%;
    margin-bottom: 20px !important;
  }
  .yt-video-section iframe {
    width: 100%;
  }
  .addr-block {
    padding: 0;
  }
  .addr-block-left {
    width: 35%;
  }
  .addr-block-right {
    width: 60%;
  }
  .kover-calc__block-item {
    width: 46%;
  }
  .kover-calc__block-title {
    min-height: unset;
  }
  .kover-calc__block-item p {
    min-height: 35px;
  }
	#raschet-kovr {
		padding: 45px 70px 95px 80px;
	}
	.raschet-form-number-item-block, .raschet-form-number-item-radio {
	width: 100%;
	}
	.raschet-form-number-item-radio {
		margin-bottom: 25px;
	}
	.raschet-form-number-item-checkbox__inner {
		align-items: flex-start;
		flex-direction: column;
	}
	.checkbox-block {
		margin-bottom: 5px;
	}
	.raschet-form-number-item-info {
		flex-direction: column;
	}
	.raschet-form-number-item-checkbox {
		margin-bottom: 15px;
	}
	.raschet-form-number-item input, .raschet-form-number-item-info-inner input {
		width: 370px !important;
	}
	.raschet-form-number-item-button {
		padding-right: 0;
    	margin-top: -90px;
	}
	.raschet-form-number-item-info {
		width: 80%;
   		 z-index: 888;
	}
	.kover-calc {
		margin-top: 50px;
	}
	.catalog__wrapper a {
		padding: 35px 20px 45px;
	}
}

@media screen and (max-width: 765px) {
  .price-block-chistka__item {
    width: 100%;
  }
  .advant-chistka {
    flex-wrap: wrap;
  }
  .advant-chistka__item {
    width: 100%;
    margin-bottom: 35px;
  }
  .advant-chistka__text {
    max-width: 255px;
    margin: 0 auto;
  }
  .new-title-h2.advant-title {
    margin-bottom: 25px !important;
  }
  .price-block-chistka__item-up span {
    font-size: 35px;
  }
  .addr-block {
    flex-wrap: wrap;
  }
  .addr-block-left {
    margin-bottom: 20px;
  }
  .addr-block-left, .addr-block-right, .kover-calc__block-item  {
    width: 100%;
  }
  .kover-calc__block-item {
    margin-bottom: 25px;
  }
	#raschet-kovr {
		padding: 25px 25px 50px 15px;
	}
	.raschet-form-number-item input, .raschet-form-number-item-info-inner input {
		width: 220px !important;
	}
	.raschet-form-number-item-button {
		margin-top: 0 !important;
		justify-content: center;
	}
}

@media screen and (max-width: 600px) {
  .chistka-steps-block__item {
    width: 100%;
  }
  .new-title-h2 {
    line-height: 24px;
  }
	.form-head {
		font-size: 18px;
	}
	.catalog__wrapper a {
		width: 28%;
	}
	.subsection_element-img img {
		width: 50px;
		height: 50px;
	}
	.catalog__wrapper .subsection_element-img {
		margin-bottom: 5px;
    	height: 60px;
	}
	.catalog__wrapper .subsection_element {
		font-size: 16px;
	}
}

@media screen and (max-width: 370px) {
	.raschet-form-number-item input, .raschet-form-number-item-info-inner input {
		width: 170px !important;
	}
}

@media screen and (min-width: 768px)
.navigation.services li {
    margin: 0 15px 10px 0 !important;
}

.wrapper-content .section.verhnyaya-section .items-block__all {
	display: none;
}

.wrapper-content .section.verhnyaya-section .items-block__all.opened {
	display: block !important;
}

.section.verhnyaya-section .products .item.head {
	background-color: white !important;
}

.section.verhnyaya-section .products .link.expand {
	background: #F1F6F8;
    padding: 15px 70px 15px 40px;
    font-weight: 500;
    font-size: 20px !important;
	padding-right: 70px !important;
}

.section.verhnyaya-section .products .button.add.inactive span:before {
	display:none !important;
}

.wrapper-content .section.verhnyaya-section .products .button.add {
	font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #4258FF;
    border: 1px solid #4258FF;
    background: none;
    width: 200px;
}

.wrapper-content .section.verhnyaya-section .products .button.add:disabled {
	color: #fff;
}

.wrapper-content .section.verhnyaya-section .items-block__head {
	display: flex;
    justify-content: space-between;
    padding: 30px;
    margin-bottom: 15px;
    background: #F1F6F8;
	margin-top: 20px;
}

.wrapper-content .section.verhnyaya-section .items-block__head-name {
	font-weight: 500;
    font-size: 20px;
    color: #363636;
	position: relative;
}

.wrapper-content .section.verhnyaya-section .items-block__head-more {
    font-weight: 400;
    font-size: 20px;
    color: #8D8E94;
}

.wrapper-content .section.verhnyaya-section .items-block__head-name:after {
	background: url('/bitrix/templates/apetta/assets/img/item-arr.svg') 50% no-repeat;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 1px;
    transition-duration: .2s;
    transition-property: opacity,transform;
    transition-timing-function: ease-in-out;
    left: auto;
    right: -30px;
    width: 15px;
}

.wrapper-content .section.verhnyaya-section .products .column.buttons {
	display: flex;
    justify-content: flex-end;
}

.wrapper-content .section.verhnyaya-section .products .item {
	background-color: #fff;
	padding-right: 0;
}


.wrapper-content .section.verhnyaya-section .products .link.expand:after {
	right: 30px;
}

.wrapper-content .section.verhnyaya-section .products .block.collapsed {
	margin-top: 40px;
	margin-bottom: 40px;
}

.wrapper-content .section.verhnyaya-section .items-block__head-name.after-rotate:after {
	    transform: rotate(180deg);
}

.wrapper-content .section.verhnyaya-section .checkout {
	margin-top: 0px;
}

.wrapper-content .section.verhnyaya-section .products .block.collapsed .block {
	min-height: 70px;
}

.wrapper-content .section.verhnyaya-section .block.top {
	margin-bottom: 15px !important;
}