@charset "UTF-8";

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #767E92;
  font-family: 'Exo 2', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  overflow-x: hidden;
  max-width: 100%;
}

body.no-scroll {
  overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 40px;
  margin: 15px 0;
}

h2,
.catalog_h1 {
  font-size: 28px;
  line-height: 30px;
  color: #333F51;
  font-weight: 500;
  margin: 0.67em 0;
}

h3 {
  font-size: 18px;
  line-height: 22px;
  color: #333F51;
}

p {
  margin: 0;
}

p + p {
  margin-top: 15px;
}

p.big {
  font-size: 18px;
  line-height: 22px;
  color: #333F51;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

img[align=left] {
  margin-right: 20px;
}

img[align=right] {
  margin-left: 20px;
}

textarea,
input,
select,
radio,
button {
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  color: #333F51;
}

button {
  cursor: pointer;
}

button:hover {
  text-decoration: none;
  opacity: 0.8;
}

b,
strong {
  font-weight: bold;
}

a {
  color: #131B32;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

table {
  border-collapse: collapse;
}

table p {
  margin: 0;
}

table td,
table th {
  padding: 5px 10px;
}

.container {
  width: 100%;
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
}

.mt70 {
  margin-top: 70px;
}

.pt70 {
  padding-top: 70px;
}

.mt25 {
  margin-top: 25px;
}

.slider-scrollbar {
  height: 4px;
  background: #EEF0F3;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 25px;
  display: none;
}

.slider-scrollbar.allways {
  display: block;
}

.slider-scrollbar .swiper-scrollbar-drag {
  height: 4px;
  background: #333F51;
  border-radius: 2px;
}

.slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.slider-pagination span {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #EAEBEF;
  margin: 0 5px;
}

.slider-pagination span.swiper-pagination-bullet-active {
  background: #333F51;
}

/* Шапка */

.header,
.mobilemenu {
  background: #F9FAFC;
  border-bottom: 1px solid #EAEBEF;
}

.header .container,
.mobilemenu .container {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.header .search-header,
.mobilemenu .search-header {
  display: none;
  position: absolute;
  top: calc(100% - 8px);
  right: 0;
  background: #FFFFFF;
  border: 1px solid #EAEBEF;
  border-radius: 8px 0 8px 8px;
  width: calc(100% - 40px);
  max-width: 500px;
  margin: 0 20px;
  padding: 10px;
}

.header .search-header.open,
.mobilemenu .search-header.open {
  display: block;
}

.header .search-header .closesearch,
.mobilemenu .search-header .closesearch {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border: 1px solid #EAEBEF;
  border-radius: 50%;
}

.header .search-header form,
.mobilemenu .search-header form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .search-header textarea,
.mobilemenu .search-header textarea {
  padding: 0;
  margin: 0 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 20px;
  border: none;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  resize: none;
  overflow: hidden;
}

.header .search-header textarea::-webkit-input-placeholder, .mobilemenu .search-header textarea::-webkit-input-placeholder {
  color: rgba(78, 89, 118, 0.59);
}

.header .search-header textarea::-moz-placeholder, .mobilemenu .search-header textarea::-moz-placeholder {
  color: rgba(78, 89, 118, 0.59);
}

.header .search-header textarea:-ms-input-placeholder, .mobilemenu .search-header textarea:-ms-input-placeholder {
  color: rgba(78, 89, 118, 0.59);
}

.header .search-header textarea::-ms-input-placeholder, .mobilemenu .search-header textarea::-ms-input-placeholder {
  color: rgba(78, 89, 118, 0.59);
}

.header .search-header textarea::placeholder,
.mobilemenu .search-header textarea::placeholder {
  color: rgba(78, 89, 118, 0.59);
}

.header .search-header button,
.mobilemenu .search-header button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  height: 34px;
  background: #333F51;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
}

.header .nav-logo,
.mobilemenu .nav-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo,
.mobilemenu .logo {
  margin-right: 45px;
}

.header .logo img,
.mobilemenu .logo img {
  vertical-align: top;
}

.header .opensearch,
.mobilemenu .opensearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
}

.header .opensearch.active path,
.mobilemenu .opensearch.active path {
  stroke: #3AB682;
}

.header .navigation ul,
.mobilemenu .navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .navigation li + li,
.mobilemenu .navigation li + li {
  margin-left: 30px;
}

.header .navigation a,
.mobilemenu .navigation a {
  color: #333F51;
  text-decoration: none;
  font-weight: 500;
}

.header .navigation .catalog a,
.mobilemenu .navigation .catalog a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #EAEBEF;
  border-radius: 5px;
  color: #3AB682;
  padding: 9px 17px;
}

.header .contacts,
.mobilemenu .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .contacts > div + div,
.mobilemenu .contacts > div + div {
  margin-left: 25px;
}

.header .contacts a,
.mobilemenu .contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: 600;
  line-height: 16px;
  -webkit-font-feature-settings: 'tnum' on, 'lnum' on;
          font-feature-settings: 'tnum' on, 'lnum' on;
}

.header .contacts .icon,
.mobilemenu .contacts .icon {
  margin-top: 2px;
  margin-right: 10px;
}

.header .contacts img,
.mobilemenu .contacts img {
  vertical-align: top;
}

.header .contacts span,
.mobilemenu .contacts span {
  border-bottom: 1px solid #D8DBE4;
}

.header a.openmenu,
.mobilemenu a.openmenu {
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30px;
  height: 30px;
}

.header a.openmenu span,
.mobilemenu a.openmenu span {
  height: 2px;
  width: 30px;
  background-color: #333F51;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header a.openmenu span + span,
.mobilemenu a.openmenu span + span {
  margin-top: 8px;
  width: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header a.openmenu.open span,
.mobilemenu a.openmenu.open span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header a.openmenu.open span + span,
.mobilemenu a.openmenu.open span + span {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mobilemenu {
  padding: 20px;
  height: calc(100vh - 81px);
  position: fixed;
  top: 81px;
  left: 0;
  width: 100%;
  overflow-y: auto;
  display: none;
}

.mobilemenu .navigation ul {
  display: block;
}

.mobilemenu .navigation ul li + li {
  margin-left: 0;
  margin-top: 25px;
}

.mobilemenu .navigation ul a {
  display: inline-block !important;
}

.mobilemenu .contacts {
  display: block;
  margin-top: 60px;
}

.mobilemenu .contacts div + div {
  margin-top: 15px;
  margin-left: 0;
}

.breadcrumbs {
  background: #f9fafc;
  border-bottom: 1px solid #eaebef;
  padding: 12px 0;
}

.breadcrumbs .container {
  overflow-x: auto;
}

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

.breadcrumbs ul li {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #333F51;
  white-space: pre;
  margin-right: 24px;
}

.breadcrumbs ul li + li {
  position: relative;
}

.breadcrumbs ul li + li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: url(../images/arrow-bread.svg) no-repeat center;
  position: absolute;
  top: 6px;
  left: -16px;
}

.breadcrumbs ul li a {
  color: #767E92;
  text-decoration: none;
}

.top {
  background: #F9FAFC url(../images/header-bg.svg) no-repeat calc(50% + 310px) 0;
  border-bottom: 1px solid #EAEBEF;
  padding: 65px 0 98px;
}

.top.page {
  background: #F9FAFC url(../images/page-header-bg.svg) no-repeat calc(50% + 310px) 0;
  padding: 50px 0;
}

.top .text {
  max-width: 540px;
}

.top .text.contacts_text {
  max-width: 100%;
}

.top .label {
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #333F51;
}

.top .label img {
  margin-left: 4px;
}

.top .title {
  font-weight: 600;
  font-size: 42px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #333F51;
  margin: 0;
  margin-top: 5px;
}

.top .description {
  letter-spacing: 0.01em;
  color: #767E92;
  margin-top: 12px;
}

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

.top .description .contacts_block .cont {
  margin-left: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.top .description .contacts_block .cont .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .description .contacts_block .cont .contacts > div + div {
  margin-left: 25px;
}

.top .description .contacts_block .cont .contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: 600;
  line-height: 16px;
  -webkit-font-feature-settings: 'tnum' on, 'lnum' on;
          font-feature-settings: 'tnum' on, 'lnum' on;
}

.top .description .contacts_block .cont .contacts .icon {
  margin-top: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
}

.top .description .contacts_block .cont .contacts img {
  vertical-align: top;
}

.top .description .contacts_block .cont .contacts span {
  border-bottom: 1px solid #D8DBE4;
}

.top .search {
  background-color: #fff;
  border: 1px solid #EAEBEF;
  border-radius: 10px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.top .search .icon {
  height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 8px;
  border-right: 1px solid #EAEBEF;
}

.top .search textarea {
  padding: 0;
  margin: 0 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 20px;
  border: none;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  resize: none;
  overflow: hidden;
}

.top .search textarea::-webkit-input-placeholder {
  color: rgba(78, 89, 118, 0.59);
}

.top .search textarea::-moz-placeholder {
  color: rgba(78, 89, 118, 0.59);
}

.top .search textarea:-ms-input-placeholder {
  color: rgba(78, 89, 118, 0.59);
}

.top .search textarea::-ms-input-placeholder {
  color: rgba(78, 89, 118, 0.59);
}

.top .search textarea::placeholder {
  color: rgba(78, 89, 118, 0.59);
}

.top .search button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  height: 44px;
  background: #333F51;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
}

.top .search button img {
  display: none;
}

.top a.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  height: 44px;
  background: #333f51;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .02em;
  margin-top: 35px;
  text-decoration: none;
}

/* Каталог */

.catalog.index {
  margin-top: -75px;
}

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

.catalog > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  margin-top: 30px;
  margin-left: 30px;
  background-color: #fff;
  border: 1px solid #EAEBEF;
  border-radius: 14px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.catalog > ul > li .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  border: 1px solid #EAEBEF;
  border-radius: 8px;
  margin-right: 40px;
  overflow: hidden;
}

.catalog > ul > li .image img {
  vertical-align: top;
}

.catalog > ul > li .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #333F51;
  text-decoration: none;
}

.catalog > ul > li .for {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #767E92;
  margin-top: 14px;
}

.catalog > ul > li .subcats {
  margin: -4px 0 0 -8px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog > ul > li .subcats li {
  margin-top: 8px;
  margin-left: 8px;
}

.catalog > ul > li .subcats li a {
  border: 1px solid #EAEBEF;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #333F51;
  padding: 4px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog > ul > li .subcats li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EAEBEF;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 5px;
}

.catalog > ul > li .subcats li a span.yellow {
  background-color: #E2BE00;
}

.catalog > ul > li .subcats li a span.orange {
  background-color: #F28A5D;
}

.catalog > ul > li .subcats li a span.blue {
  background-color: #6CAEDE;
}

.catalog > ul > li .link {
  display: inline-block;
  margin-top: 30px;
  background: rgba(58, 182, 130, 0.05);
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #3AB682;
  padding: 10px 15px;
  text-decoration: none;
}

/* Продукт */

.product {
  margin-top: 25px;
  border: 1px solid #EAEBEF;
  border-radius: 14px;
  overflow: hidden;
}

.product .product-top {
  background: #F8F9FC;
  border-bottom: 1px solid #EAEBEF;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product .product-top .image-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
}

.product .product-top .image-name .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  height: 96px;
  border-radius: 8px;
  border: 1px solid #EAEBEF;
  overflow: hidden;
  margin-right: 30px;
}

.product .product-top .image-name .image img {
  vertical-align: top;
}

.product .product-top .image-name .name {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #333F51;
}

.product .product-top .image-name .name .status {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  color: #767E92;
}

.product .product-top .price-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
}

.product .product-top .price-buy .price {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #333F51;
  text-align: right;
}

.product .product-top .price-buy .price span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333F51;
  margin-right: 6px;
}

.product .product-top .price-buy .price .old-price {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #767E92;
  margin-top: 4px;
}

.product .product-top .price-buy .buy {
  margin-left: 30px;
}

.product .product-top .price-buy .buy a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 48px;
  background: #333F51;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
}

.product .product-bottom {
  padding: 40px;
}

.product .product-bottom h3 {
  margin: 0;
}

.product .product-bottom .table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EAEBEF;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #333F51;
}

.product .product-bottom .table .row.head {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #333F51;
}

.product .product-bottom .table .row > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 10px 24px;
}

.product .product-bottom .table-mobile-wrapper {
  overflow-x: hidden;
}

.product .product-bottom .table-mobile {
  display: none;
}

.product .product-bottom .table-mobile .table-element {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.product .product-bottom .table-mobile .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EAEBEF;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #333F51;
}

.product .product-bottom .table-mobile .row .head {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #333F51;
  text-align: left;
}

.product .product-bottom .table-mobile .row > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 10px 0;
  text-align: right;
}

.product .product-bottom .table-mobile-pagination {
  display: none;
}

/* Товар */

.product-slider-wrapper,
.comp-slider-wrapper {
  overflow-x: hidden;
}

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

.product-list.product-slider {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 0;
}

.product-list.product-slider .product-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 0;
}

.product-list .product-item {
  border: 1px solid #EAEBEF;
  border-radius: 14px;
  padding: 40px;
  margin-top: 30px;
  margin-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 30px);
          flex: 0 0 calc(33.333% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-list .product-item a {
  text-decoration: none;
}

.product-list .product-item .product-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-list .product-item .product-item-top .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  height: 96px;
  border: 1px solid #EAEBEF;
  border-radius: 8px;
  overflow: hidden;
}

.product-list .product-item .product-item-top .image img {
  vertical-align: top;
}

.product-list .product-item .product-item-top .product-item-category {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: 15px;
}

.product-list .product-item .product-item-top .product-item-category h3 {
  margin-top: 0;
  margin-bottom: 7px;
}

.product-list .product-item .product-item-top .product-item-category .product-item-subcats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-list .product-item .product-item-top .product-item-category .product-item-subcats li + li {
  margin-top: 9px;
}

.product-list .product-item .product-item-top .product-item-category .product-item-subcats a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #EAEBEF;
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #333F51;
}

.product-list .product-item h2 {
  margin-top: 25px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #333F51;
}

.product-list .product-item .product-item-view {
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #333F51;
}

.product-list .product-item .product-item-view img {
  margin-left: 5px;
}

.product-list .product-item .product-item-dop {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-list .product-item .product-item-desc {
  margin-top: 15px;
}

.product-list .product-item .product-item-dop,
.product-list .product-item .product-item-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #333F51;
}

.product-list .product-item .product-item-dop .title,
.product-list .product-item .product-item-desc .title {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #333F51;
  display: block;
  margin-bottom: 5px;
}

.product-list .product-item .product-item-price-buy {
  margin-top: 25px;
}

.product-list .product-item .product-item-price-buy .product-item-price {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #333F51;
}

.product-list .product-item .product-item-price-buy .product-item-price span {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #333F51;
  margin-bottom: 4px;
}

.product-list .product-item .product-item-price-buy .product-item-price .old-price {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #767E92;
  margin-top: 4px;
}

.product-list .product-item .product-item-buy a {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 48px;
  background: #333F51;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
}

/* Подкатегории */

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

.subcategories li {
  margin-left: 15px;
  margin-top: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.subcategories li.active a {
  background: #EFF9F5;
  color: #3AB682;
}

.subcategories li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  padding: 14px 32px;
  background: #F7F9FC;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #333F51;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Постраничная навигация */

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.pagination ul li,
.pagination ul a {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #767E92;
}

.pagination ul li.current,
.pagination ul a.current {
  color: #333F51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  font-weight: 500;
}

.pagination ul li.dots,
.pagination ul a.dots {
  padding-top: 5px;
}

.pagination ul li + li,
.pagination ul a + li {
  margin-left: 20px;
}

.pagination ul a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
}

/* Теплотрассы */

.heatingmain {
  position: relative;
  border: 1px solid #EAEBEF;
  border-radius: 14px;
}

.heatingmain .logo {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EAEBEF;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.heatingmain .logo img {
  vertical-align: top;
}

.heatingmain .contact-map {
  position: relative;
  z-index: 0;
  border-radius: 14px;
  overflow: hidden;
}

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

.heatingmain .hm-top .left,
.heatingmain .hm-top .right {
  padding: 40px;
}

.heatingmain .hm-top .left {
  padding-right: 25px;
}

.heatingmain .hm-top .right {
  padding-left: 25px;
}

.heatingmain .hm-top .right .spoiler {
  overflow: hidden;
}

.heatingmain .hm-top .right .spoiler-link {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #767E92;
  display: inline-block;
  margin-top: 20px;
}

.heatingmain .hm-top h2 {
  margin: 0 0 14px;
}

.heatingmain .hm-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #EAEBEF;
}

.heatingmain .hm-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #EAEBEF;
  background: rgba(58, 182, 130, 0.05);
  color: #3AB682;
  font-weight: 500;
}

.heatingmain .hm-bottom a img {
  margin-left: 5px;
}

.heatingmain .hm-bottom .left {
  padding: 20px 40px;
}

.heatingmain .hm-bottom .left b {
  display: block;
  font-size: 16px;
  color: #333F51;
}

.heatingmain .left,
.heatingmain .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

/* Выгодное предложение */

.stock {
  padding: 60px 0;
  background: #F8F9FC url(../images/stock-bg.svg) no-repeat top center;
  border: 1px solid #EAEBEF;
  text-align: center;
}

.stock h2 {
  margin: 0 0 20px;
}

.stock .buttons {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stock .buttons a {
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  height: 48px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #333F51;
  background-color: #fff;
  border: 1px solid #EAEBEF;
  border-radius: 10px;
}

.stock .buttons a.black {
  color: #fff;
  background-color: #333F51;
  border: 1px solid #333F51;
}

/* Часто ищут */

.searched h2 {
  margin: 0;
}

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

.searched .list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 30px);
          flex: 0 0 calc(33.333% - 30px);
  margin-left: 30px;
  margin-top: 30px;
  border: 1px solid #EAEBEF;
  border-radius: 5px;
}

.searched .list .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 30px;
  text-decoration: none;
  border-bottom: 1px solid #EAEBEF;
}

.searched .list .link .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.searched .list .link .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.searched .list .link .icon img {
  vertical-align: top;
}

.searched .list .link .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333F51;
  position: relative;
}

.searched .list .link .name:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  right: -7px;
  border-radius: 50%;
}

.searched .list .link .name.yellow:after {
  background: #E2BE00;
}

.searched .list .link .name.orange:after {
  background: #F2994A;
}

.searched .list .link .name.blue:after {
  background: #6CAEDE;
}

.searched .list .link .name.green:after {
  background: #3AB682;
}

.searched .list .link .name.red:after {
  background: #F2665D;
}

.searched .list .link .name.purple:after {
  background: #9686F9;
}

.searched .list .link .count {
  font-size: 14px;
  line-height: 26px;
  color: #767E92;
}

.searched .list ul {
  margin: 20px 30px;
  padding: 0;
  list-style: none;
}

.searched .list ul li + li {
  margin-top: 10px;
}

.searched .list ul a {
  text-decoration: none;
}

.searched .list ul a:hover {
  text-decoration: underline;
}

/* Форма на главной + видео */

.form-block {
  border-top: 1px solid #EAEBEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-block .form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 70px;
}

.form-block .form h2 {
  margin: 0 0 8px;
}

.form-block .form .row {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-block .form .row + .row {
  margin-top: 35px;
}

.form-block .form .row .form-element {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 25px);
          flex: 0 0 calc(50% - 25px);
}

.form-block .form .row label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #767E92;
  display: block;
}

.form-block .form .row input {
  height: 36px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #EAEBEF;
}

.form-block .form .row input:focus {
  border-bottom: 2px solid #3AB682;
}

.form-block .form .row .error input {
  border-bottom: 2px solid #F2665D;
}

.form-block .form .row button {
  background: #333F51;
  border-radius: 10px;
  color: #fff;
  height: 48px;
  width: 100%;
  border: none;
}

.form-block .video {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 70px;
}

.form-block .video .link {
  width: 100%;
  height: 254px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/video.jpg) no-repeat center/cover;
  border-radius: 14px;
  overflow: hidden;
}

.form-block .video .link img {
  vertical-align: top;
}

.form-block .video p {
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #767E92;
}

/* "Заказывая у нас, вы получаете" */

.benefits {
  border: 1px solid #EAEBEF;
  border-radius: 14px;
  padding: 25px 55px;
}

.benefits ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefits ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #767E92;
}

.benefits ul li .icon {
  margin-left: 15px;
}

.benefits ul li .icon img {
  vertical-align: top;
}

.benefits ul li.title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}

.benefits ul li.line {
  height: 92px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  background: #EAEBEF;
}

/* Ассортимент */

.assortment {
  background: #F9FAFC url(../images/assortment-bg.svg) no-repeat left top;
  border: 1px solid #EAEBEF;
  border-radius: 14px;
  padding: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.assortment h2 {
  margin: 0 0 8px;
}

.assortment .catalog,
.assortment .key {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.assortment .catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.assortment .catalog .link {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #3AB682;
  background: #FFFFFF;
  border: 1px solid #EAEBEF;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 17px;
  text-decoration: none;
}

.assortment .key .link {
  text-decoration: none;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #333F51;
}

.assortment .key .link img {
  margin-left: 5px;
}

/* Техническая информация / ссылки */

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

.technicals_cats li {
  margin-left: 30px;
  margin-top: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 30px);
          flex: 0 0 calc(25% - 30px);
}

.technicals_cats li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #F7F9FC;
  color: #333F51;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 24px;
  border-radius: 10px;
}

.technicals_cats li a .icon {
  margin-bottom: 30px;
}

.technicals_cats li a .icon img {
  vertical-align: top;
}

/* Техническая информация / файлы */

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

.technicals_files li + li {
  margin-top: 24px;
}

.technicals_files a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
}

.technicals_files a .icon {
  margin-right: 8px;
}

.technicals_files a .icon img {
  vertical-align: top;
}

.technicals_files a .text {
  border-bottom: 1px solid #D8DBE4;
}

/* Техническая информация / видео */

.technical_videos {
  overflow: hidden;
}

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

.technical_videos ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.technical_videos ul li a {
  text-decoration: none;
  display: block;
}

.technical_videos ul li a img {
  vertical-align: top;
}

.technical_videos ul li a .title {
  margin: 23px 0 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #333F51;
}

.technical_videos ul li a .link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #767E92;
  border-bottom: 1px solid #D8DBE4;
  display: inline-block;
}

/* Подвал */

.footer {
  background-color: #333F51;
  color: #969DAF;
}

.footer a {
  color: #969DAF;
}

.footer .logo-contacts {
  border-bottom: 1px solid #4E5D75;
}

.footer .logo-contacts a {
  color: #fff;
}

.footer .logo-contacts .container {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .logo-contacts .logo {
  margin-right: 45px;
}

.footer .logo-contacts .logo img {
  vertical-align: top;
}

.footer .logo-contacts .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .logo-contacts .contacts > div + div {
  margin-left: 25px;
}

.footer .logo-contacts .contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: 600;
  line-height: 16px;
  -webkit-font-feature-settings: 'tnum' on, 'lnum' on;
          font-feature-settings: 'tnum' on, 'lnum' on;
}

.footer .logo-contacts .contacts .icon {
  margin-top: 2px;
  margin-right: 10px;
}

.footer .logo-contacts .contacts img {
  vertical-align: top;
}

.footer .logo-contacts .contacts span {
  border-bottom: 1px solid #D8DBE4;
}

.footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.footer .menu a {
  text-decoration: none;
}

.footer .menu a:hover {
  text-decoration: underline;
}

.footer .menu > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 35px);
          flex: 0 0 calc(25% - 35px);
}

.footer .menu > li > span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.footer .menu > li ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.footer .menu > li ul li + li {
  margin-top: 10px;
}

.footer .copyrights {
  background-color: #2D3848;
}

.footer .copyrights .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 64px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.footer .copyrights a {
  color: #3AB682;
}

/* 404 */

.page_404 {
  padding: 90px 0 150px;
  margin-bottom: -70px;
  background: #F9FAFC url(../images/header-404.svg) no-repeat calc(50% + 310px) 0;
}

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

.page_404 .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
}

.page_404 .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  text-align: right;
}

.page_404 h1 {
  color: #333F51;
}

.page_404 .description {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #767E92;
}

.page_404 .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  height: 44px;
  background: #333f51;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .02em;
  margin-top: 35px;
  text-decoration: none;
}

/* Обертка таблицы */

.table-container {
  position: relative;
}

.table-viewport {
  overflow: auto;
}

.table-container table {
  min-width: 800px;
}

.table-container.right-shadow:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.07)));
  background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.07) 100%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.07) 100%);
}

.table-container.left-shadow:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(0, 0, 0, 0.07)));
  background: -o-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.07) 100%);
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.07) 100%);
}

/* Модалки */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(33, 44, 60, 0.68);
  z-index: 99;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

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

.overlay .modal {
  width: 100%;
  max-width: 600px;
  background: #fff;
  border-radius: 14px;
  padding: 60px;
  position: relative;
  overflow-y: auto;
  max-height: 100%;
  display: none;
}

.overlay .modal.open {
  display: block;
}

.overlay .modal#video {
  max-width: 670px;
}

.overlay .modal#video .video-block {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.overlay .modal#video .video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.overlay .modal .closemodal {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 24px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overlay .modal .closemodal img {
  vertical-align: top;
}

.overlay .modal h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  color: #333F51;
  margin: 0;
}

.overlay .modal .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #767E92;
  margin-top: 8px;
}

.overlay .modal .form-wrapper .form-row {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.overlay .modal .form-wrapper .form-row > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
}

.overlay .modal .form-wrapper .form-row > div.big {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.overlay .modal .form-wrapper .form-row.button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay .modal .form-wrapper .form-row.button .form-item:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 185px;
          flex: 0 0 185px;
}

.overlay .modal .form-wrapper .form-row.button .form-item:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 200px);
          flex: 1 0 calc(100% - 200px);
  margin-left: 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333F51;
}

.overlay .modal .form-wrapper .form-row.button .form-item:last-child a {
  color: #333F51;
}

.overlay .modal .form-wrapper label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #767E92;
}

.overlay .modal .form-wrapper input,
.overlay .modal .form-wrapper select {
  height: 36px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #EAEBEF;
  padding: 0 15px;
}

.overlay .modal .form-wrapper input:focus,
.overlay .modal .form-wrapper select:focus {
  border-bottom: 2px solid #3AB682;
}

.overlay .modal .form-wrapper input.error,
.overlay .modal .form-wrapper select.error {
  border-bottom: 2px solid #F2665D;
}

.overlay .modal .form-wrapper button {
  height: 48px;
  background: #333F51;
  border-radius: 10px;
  border: none;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
}

/* Share */

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  background: none !important;
  padding: 0 !important;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  background-image: url(../images/share.svg) !important;
  background-size: 60% !important;
}