/* montserrat-300 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v25-cyrillic_latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-cyrillic_latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v25-cyrillic_latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v25-cyrillic_latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v25-cyrillic_latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.btn {
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn.btn--download {
  position: relative;
  padding-left: 56px;
}
.btn.btn--download:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-download.svg);
  left: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.btn--download:hover:before {
  background-image: url(../img/icon-download--green.svg);
}
.btn.btn--service {
  position: relative;
  padding-left: 56px;
}
.btn.btn--service:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/btn-mail.svg);
  left: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.btn--service:hover:before {
  background-image: url(../img/btn-mail--white.svg);
}
@media (max-width: 500px) {
  .btn.btn--service {
    width: 100%;
  }
}
.btn.btn--white {
  background: #fff;
  color: #64AE4D;
  border: 1px solid #64AE4D;
}
.btn.btn--white:hover {
  background: #64AE4D;
  color: #fff;
}
.btn.btn--small {
  border: 1px solid #64AE4D;
  height: 48px;
}
.btn--green {
  background: #64AE4D;
  color: #fff;
  border: 1px solid #64AE4D;
}
.btn--green:hover {
  background: #fff;
  color: #64AE4D;
  border: 1px solid #64AE4D;
}
.btn.btn--white.btn--download:before {
  background-image: url(../img/icon-download--green.svg);
}
.btn.btn--white.btn--download:hover:before {
  background-image: url(../img/icon-download.svg);
}
@media (max-width: 600px) {
  .btn--desktop {
    display: none;
  }
}
.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slick-dots {
  font-size: 0;
  line-height: 0;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-dots li button {
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 16px;
  background: rgba(34, 54, 64, 0.25);
  border: 4px solid transparent;
  border-radius: 100px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 500px) {
  .slick-dots li button {
    margin-right: 8px;
    width: 10px;
    height: 10px;
  }
}
.slick-dots li button:hover {
  background: #C3CDE1;
}
.slick-dots li.slick-active button {
  background: #64AE4D;
  border-color: #64AE4D;
}
.main-slider .slick-dots {
  left: calc(50% - 700px);
  bottom: 32px;
}
@media (max-width: 1420px) {
  .main-slider .slick-dots {
    left: 20px;
  }
}
@media (max-width: 1025px) {
  .main-slider .slick-dots {
    left: 10px;
    bottom: 10px;
  }
}
.slick-disabled {
  display: none;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  color: #223640;
  overflow-y: scroll;
}
html,
body {
  height: 100%;
}
main {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.container {
  width: 1296px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media (max-width: 1336px) {
  .container {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.container-1216 {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
}
.container-1110 {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
}
body.open {
  overflow: hidden;
}
body.hidden {
  overflow: hidden;
}
@media (max-width: 1000px) {
  body.hidden-mob {
    overflow: hidden;
  }
}
body.modal-body {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: #223640;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  min-width: 320px;
}
.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider {
  overflow: hidden;
  opacity: 0;
  height: 0;
}
.catalog__title,
.page-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}
.gray-block {
  background: #F6F6F6;
  border-top: 1px solid transparent;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  padding-bottom: 27px;
}
.page-subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  color: rgba(34, 54, 64, 0.75);
  margin: 0 0 32px 0;
}
.page-label {
  width: 68.4%;
  padding-left: 28px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.32px;
  position: relative;
}
.page-label:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 100%;
  background: #64AE4D;
  left: 0;
}
.tab-info.hide {
  display: none;
}
.green {
  color: #64AE4D;
}
.header {
  position: sticky;
  background-color: #fff;
  z-index: 2000;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 20px;
  max-width: 1296px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .nav {
    position: fixed;
    overflow-y: scroll !important;
    background-color: #fff;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav__wrapper {
  z-index: 1000 ;
  position: sticky;
  top: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  height: 67px;
}
.mobile-head {
  z-index: 1000 ;
  position: sticky;
  top: 0;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .mobile-head--closed .nav {
    display: none;
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
}
@media (max-width: 1000px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.nav__list-item {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .nav__list-item:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 1px;
    left: 20px;
    right: 20px;
    background: #DEE2E6;
  }
}
@media (max-width: 1000px) {
  .nav__list-item {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.nav__list-item > a {
  color: #223640;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 27px 24px 26px 24px;
  text-decoration: none;
  display: block;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1000px) {
  .nav__list-item > a {
    padding: 24px 48px 24px 32px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
  }
}
.nav__list-item:hover > a {
  color: #64AE4D;
}
.user-login .nav__list-item > a {
  color: #fff;
}
@media (max-width: 1000px) {
  .user-login .nav__list-item > a {
    color: #223640;
  }
}
.user-login .nav__list {
  margin-right: 70px;
}
@media (max-width: 1000px) {
  .user-login .nav__list {
    margin-right: 0;
  }
}
.nav__list-item.nav__list-item--active > a {
  position: relative;
}
.nav__list-item.nav__list-item--active > a:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 5px;
  background: #64AE4D;
  right: 24px;
  left: 24px;
  bottom: 0;
}
@media (max-width: 1000px) {
  .nav__list-item.nav__list-item--active > a:after {
    content: none;
  }
}
.nav .nav__search,
.nav__en {
  cursor: pointer;
  margin-left: 62px;
}
@media (max-width: 1000px) {
  .nav .nav__search,
  .nav__en {
    display: none;
  }
}
.nav__submenu {
  position: absolute;
  z-index: 5;
  padding: 0;
  border-top: 2px solid #fff;
  list-style: none;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: none;
}
@media (max-width: 1000px) {
  .nav__submenu {
    width: 100%;
    border-radius: 0px;
    position: static;
    margin: 0;
    border-top: 2px solid #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.nav__submenu-item:first-child a {
  border-top: none;
}
@media (max-width: 1000px) {
  .nav__submenu-item:first-child a {
    padding-top: 8px;
  }
}
.nav__submenu-item a {
  color: #223640;
  padding: 12px 16px;
  display: block;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  white-space: nowrap;
  border-top: 1px solid #DEE2E6;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.nav__submenu-item a:hover {
  color: #64AE4D;
}
@media (max-width: 1000px) {
  .nav__submenu-item a {
    padding: 16px 16px 16px 44px;
    font-size: 16px;
    font-weight: 500;
    border-top: none;
  }
}
.with-submenu a:hover ~ .nav__submenu,
.nav__submenu:hover {
  display: block;
}
.with-submenu:after {
  display: none;
}
@media (max-width: 1000px) {
  .with-submenu:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 57px;
    background: url(../img/arrow-menu--green.svg) no-repeat right 16px center;
    background-size: 20px 20px;
    right: 7px;
    top: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.with-submenu.open:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 1000px) {
  .active.with-submenu.open:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 1000px) {
  .nav__list-item:hover > a.open:after {
    background: url(../img/menu-arrow-white.svg) no-repeat left 16px center;
  }
}
@media (max-width: 1000px) {
  .nav__submenu.open {
    display: block;
  }
}
.main-nav__toggle::before,
.main-nav__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background-color: #000;
}
.user-login .main-nav__toggle::before,
.user-login .main-nav__toggle::after {
  background-color: #fff;
}
.main-nav__toggle {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
@media (min-width: 1000px) {
  .main-nav__toggle {
    display: none;
  }
}
.main-nav__toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-head--closed .main-nav__toggle:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #000;
  -webkit-box-shadow: 0 8px 0 0 #000, 0 16px 0 0 #000;
  box-shadow: 0 8px 0 0 #000, 0 16px 0 0 #000;
}
.mobile-head--closed .user-login .main-nav__toggle:before {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 0 0 #fff, 0 16px 0 0 #fff;
  box-shadow: 0 8px 0 0 #fff, 0 16px 0 0 #fff;
}
.mobile-head--closed .main-nav__toggle::after {
  content: none;
}
.main-nav__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
@media (min-width: 1000px) {
  .head-nav {
    display: none;
  }
}
.head-nav__logo {
  margin-top: -26px;
}
.head-nav__logo img {
  width: 108px;
  height: 108px;
}
@media (min-width: 1000px) {
  .head-nav__logo img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1000px) {
  .head-nav__logo {
    margin: 0;
  }
}
.head-nav .nav__search {
  margin-left: auto;
  cursor: pointer;
  margin-right: 20px;
}
@media (min-width: 1000px) {
  .head-nav .nav__search {
    display: none;
  }
}
.head-nav__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  padding-top: 135px;
  color: #000;
  width: 40%;
}
@media (max-width: 1000px) {
  .head-nav__text {
    display: none;
  }
}
.head-nav__help {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  padding-top: 135px;
}
@media (max-width: 1000px) {
  .head-nav__help {
    display: none;
  }
}
.head-nav__help-tel {
  margin-right: 26px;
  text-align: right;
}
.head-nav__help-tel a {
  color: #000;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.head-nav__help-tel a:hover {
  color: #308af4;
}
.main-nav {
  position: relative;
  z-index: 20;
}
.form-search {
  padding: 0 72px 0 0;
  width: 1296px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1300px) {
  .form-search {
    width: 100%;
    padding: 0 72px 0 20px;
  }
}
@media (max-width: 768px) {
  .form-search {
    width: 100%;
    padding: 0 40px 0 20px;
  }
}
.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
input[type="submit"] {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  width: 110px;
  height: 48px;
  -webkit-box-shadow: 5px 4px 24px 0 rgba(100, 174, 77, 0.25);
          box-shadow: 5px 4px 24px 0 rgba(100, 174, 77, 0.25);
  background-color: #64ae4d;
  border: none;
  outline: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  position: relative;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1339px) {
  input[type="submit"] {
    height: 50px;
  }
}
@media (max-width: 500px) {
  input[type="submit"] {
    width: 48px;
    height: 48px;
    font-size: 0;
    background-image: url(../img/search-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
input[type="search"] {
  font-size: 0;
  width: 91%;
  height: 48px;
  border: solid 1px #DEE2E6;
  padding: 0 16px;
  font-size: 18px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #000;
}
@media (max-width: 1339px) {
  input[type="search"] {
    height: 50px;
  }
}
@media (max-width: 500px) {
  input[type="search"] {
    height: 48px;
  }
}
input[type="search"]:focus,
input[type="search"]:active {
  outline: none;
}
.form-search__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.form-search__close {
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .form-search__close {
    right: 10px;
  }
}
.form-search__subtitle {
  width: 100%;
  color: #ADB5BD;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  margin-top: 10px;
}
.form-search__wrapper {
  position: absolute;
  padding: 16px 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: #223640;
}
.nav__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  .nav__logo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.nav__logo img:nth-child(2) {
  margin: 0 10px;
}
@media (max-width: 500px) {
  .nav__logo img:nth-child(2) {
    display: none;
  }
}
@media (max-width: 500px) {
  .nav__logo img:last-child {
    margin-left: 10px;
    width: 80px;
  }
}
@media (max-width: 1000px) {
  .nav .nav__logo {
    display: none;
  }
}
.nav__copyright {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.24px;
  text-align: center;
  padding-bottom: 24px;
}
@media (min-width: 1000px) {
  .nav__copyright {
    display: none;
  }
}
.nav__wrapper--login {
  z-index: 1000 ;
  position: sticky;
  top: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.nav__wrapper--login .nav-user {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 20px;
  width: 1296px;
  margin: 0 auto;
}
.nav__logo img:nth-child(5) {
  display: none;
}
.login-link {
  display: none;
  height: 67px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
}
.login-link:hover {
  color: #64AE4D;
}
.login-link:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../img/user.svg);
  background-repeat: no-repeat;
  left: -29px;
}
@media (max-width: 1000px) {
  .user-login .nav .login-link {
    color: #223640;
  }
}
.user-login .login-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-login {
  background: #223640;
}
@media (max-width: 500px) {
  .user-login .nav__logo img {
    width: 182px;
    margin: 0;
  }
}
.sign-out {
  margin-left: 24px;
}
@media (max-width: 1000px) {
  .sign-out {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .user-login .nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer {
  margin-top: auto;
  background-color: #223640;
  color: #fff;
}
.footer__service {
  margin-top: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.24px;
  text-align: center;
  padding-top: 20px;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 48px;
}
.footer__left {
  width: 70.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
@media (max-width: 1000px) {
  .footer__left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 24px;
  }
}
.footer__contacts {
  margin-left: 48px;
}
@media (max-width: 1000px) {
  .footer__contacts {
    margin: 0 0 20px;
  }
}
.footer__address {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.32px;
  margin-bottom: 0px;
}
@media (max-width: 1000px) {
  .footer__address {
    margin: 20px auto;
  }
}
.footer__mail {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.32px;
  color: #64AE4D;
}
.footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1000px) {
  .footer__logo {
    margin: 0 0 48px 0;
  }
}
.footer__right {
  text-align: right;
  margin-bottom: 48px;
  width: 28%;
}
@media (max-width: 1000px) {
  .footer__right {
    width: 100%;
    text-align: center;
  }
}
.footer__phone {
  letter-spacing: 0.64px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .footer__phone {
    display: none;
    margin-bottom: 8px;
  }
}
.footer__grafik {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.24px;
  color: #64AE4D;
}
@media (max-width: 1000px) {
  .footer__grafik {
    display: none;
  }
}
.footer__copyright1 {
  opacity: 0.5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}
.footer__copyright2 {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.24px;
}
.footer__phone--mob,
.footer__grafik--mob {
  display: none;
}
@media (max-width: 1000px) {
  .footer__phone--mob,
  .footer__grafik--mob {
    display: block;
  }
}
@media (max-width: 1000px) {
  .footer__right.footer__right--mobile {
    display: none;
  }
}
.footer__service--white {
  background: #fff;
}
.main-banner {
  background-color: #F6F6F6;
  background-image: url(../img/logo-background.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.slick-track {
  position: relative;
}
.main-banner__slide-title1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 48px;
  line-height: 120%;
  z-index: 2;
  position: relative;
}
@media (max-width: 1000px) {
  .main-banner__slide-title1 {
    margin-bottom: 32px;
  }
}
.main-banner__slide {
  position: relative;
  padding-top: 97px;
  padding-bottom: 97px;
}
@media (max-width: 1000px) {
  .main-banner__slide {
    padding-top: 32px;
    padding-bottom: 88px;
    text-align: center;
  }
}
.main-banner__slide-title2 {
  font-size: 48px;
  line-height: 120%;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 48px;
  z-index: 2;
  position: relative;
  max-width: 480px;
}
@media (max-width: 1000px) {
  .main-banner__slide-title2 {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .main-banner__slide-title2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.main-banner__slide-title2 span {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  color: #64AE4D;
}
@media (max-width: 600px) {
  .main-banner__slide-title2 span {
    font-size: 48px;
  }
}
.main-banner__slide-title3 {
  max-width: 480px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  z-index: 2;
  position: relative;
}
@media (max-width: 1300px) {
  .main-banner__slide-title3 {
    max-width: 420px;
  }
}
@media (max-width: 1000px) {
  .main-banner__slide-title3 {
    margin: 0 auto;
    max-width: 480px;
  }
}
.main-banner__slide-img {
  position: absolute;
  top: 97px;
  right: 28px;
  z-index: 0;
}
@media (max-width: 1300px) {
  .main-banner__slide-img {
    right: 0;
  }
}
@media (max-width: 1000px) {
  .main-banner__slide-img {
    position: static;
    margin: 0 auto 16px auto;
  }
}
.main-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 48px;
  padding-top: 96px;
  margin: 0 -24px;
}
@media (max-width: 1336px) {
  .main-products {
    margin: 0 -20px;
  }
}
@media (max-width: 1200px) {
  .main-products {
    padding-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .main-products {
    padding-top: 60px;
  }
}
.main-products__item {
  width: calc(100%/4 - 24px*2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 20px 23.79px 20px;
  border-radius: 8px;
  border: 3px solid #DEE2E6;
  text-align: center;
  margin: 0 24px 48px 24px;
  height: 228px;
}
@media (max-width: 1336px) {
  .main-products__item {
    margin: 0 20px 48px 20px;
    width: calc(100%/3 - 20px*2);
  }
}
@media (max-width: 768px) {
  .main-products__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 9px 22px;
    height: 100px;
    margin-bottom: 32px;
  }
}
.main-products__item p {
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .main-products__item p {
    margin: 0;
    text-align: left;
  }
}
.main-products__item img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .main-products__item img {
    margin: 0  24px 0 0;
    width: 63px;
    height: 63px;
  }
}
.main-offer {
  background: #F6F6F6;
  background-image: url(../img/logo-background.svg);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 1300px) {
  .main-offer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1100px) {
  .main-offer {
    padding-bottom: 16px;
  }
}
.main-offer__title {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin: 0 0 72px	0;
}
.main-offer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-offer__item {
  width: 22.8%;
  padding: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.main-offer__item p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  color: rgba(34, 54, 64, 0.75);
  margin: 36px 0 0 0;
}
@media (max-width: 600px) {
  .main-offer__item p {
    margin: 0;
    font-size: 18px;
    text-align: left;
  }
}
@media (max-width: 1100px) {
  .main-offer__item {
    width: 48%;
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .main-offer__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 9px 22px;
    height: 100px;
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .main-offer__item img {
    margin: 0  24px 0 0;
    width: 63px;
    height: 63px;
  }
}
.main-info {
  padding-top: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .main-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-info img {
  margin-right: 72px;
}
@media (max-width: 1000px) {
  .main-info img {
    margin: 0 0 48px 0;
  }
}
.main-info__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: rgba(34, 54, 64, 0.75);
  margin: 0;
}
@media (max-width: 1000px) {
  .main-info__title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.main-info__text {
  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;
}
@media (max-width: 1000px) {
  .main-info__text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1000px) {
  .main-info__text .btn {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .main-info__text .btn {
    width: 100%;
  }
}
.main-info__text .btn:before {
  left: 50%;
  -webkit-transform: translateX(-92px);
      -ms-transform: translateX(-92px);
          transform: translateX(-92px);
}
.breadcrumbs {
  list-style: none;
  padding: 0;
  margin-top: 16px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  margin-right: -20px;
  margin-left: -20px;
  padding-left: 20px;
}
@media (max-width: 500px) {
  .breadcrumbs {
    margin-bottom: 24px;
  }
}
.breadcrumbs li {
  margin-right: 11px;
  position: relative;
}
.breadcrumbs li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.24px;
  color: #223640;
  white-space: nowrap;
}
.breadcrumbs li a:hover {
  color: #64AE4D;
}
.breadcrumbs li:after {
  content: '/';
  display: inline-block;
  position: absolute;
  color: rgba(34, 54, 64, 0.5);
  font-weight: 400;
  font-size: 9px;
  line-height: 13px;
  top: 9px;
  right: -8px;
}
.breadcrumbs li:last-child:after {
  content: none;
}
.breadcrumbs li:last-child a {
  opacity: 0.25;
}
.catalog {
  background: #F6F6F6;
  border-top: 1px solid transparent;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  padding-bottom: 27px;
}
.catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog__left {
  width: 23.2%;
}
@media (max-width: 1000px) {
  .catalog__left {
    width: 100%;
  }
}
.catalog__right {
  width: 71.5%;
}
@media (max-width: 1000px) {
  .catalog__right {
    width: 100%;
    margin-top: 48px;
  }
}
.catalog__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}
.catalog__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.28px;
  margin: 0 0 33px 0;
}
.catalog__right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog__item {
  width: 47.4%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 48px;
  padding: 24px 24px 16px 24px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.catalog__item:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 600px) {
  .catalog__item {
    width: 100%;
  }
}
.catalog__item.catalog__item--alt {
  width: 100%;
  position: relative;
}
.catalog__item.catalog__item--alt .catalog__item-img {
  position: absolute;
  right: 0;
}
@media (max-width: 1168px) {
  .catalog__item.catalog__item--alt .catalog__item-img {
    position: static;
  }
}
.catalog__item.catalog__item--alt .catalog__item-title,
.catalog__item.catalog__item--alt .catalog__item-subtitle,
.catalog__item.catalog__item--alt .catalog__item-spec {
  width: 54.4%;
}
@media (max-width: 1168px) {
  .catalog__item.catalog__item--alt .catalog__item-title,
  .catalog__item.catalog__item--alt .catalog__item-subtitle,
  .catalog__item.catalog__item--alt .catalog__item-spec {
    width: 100%;
  }
}
.catalog__item-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  color: #64AE4D;
  margin: 0 0 24px 0;
}
.catalog__item-img {
  margin: 0 auto 16px auto;
}
.catalog__item-subtitle {
  margin: 0 0 24px 0;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
}
.catalog__item-spec {
  padding: 8px 0;
  border-bottom: 1px dashed #DEE2E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
}
.catalog__item-spec:last-child {
  border: none;
}
.catalog__item-spec span:last-child {
  font-weight: 600;
  text-align: right;
}
.tab__title {
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  color: #223640;
  position: relative;
  opacity: 0.75;
  text-transform: uppercase;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .tab__title {
    font-size: 20px;
    padding-bottom: 8px;
  }
}
.tab__title:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  right: -26px;
  top: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-image: url(../img/arrow-menu--green.svg);
  background-size: cover;
  cursor: pointer;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 500px) {
  .tab__title:after {
    right: -5px;
  }
}
.tab__title.rotate:after,
.tab__title--mobile.rotate:after {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
@media (max-width: 1000px) {
  .tab__body--mobile {
    display: none;
    background: #fff;
    border-radius: 0 0 8px 8px;
  }
}
.tab__body {
  display: none;
  color: #223640;
}
@media (max-width: 500px) {
  .tab__body {
    padding: 0;
  }
}
.tab__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab__body ul li {
  font-size: 14px;
  padding: 12px 24px;
  line-height: 100%;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .tab__body ul li {
    padding: 8px 24px;
  }
}
.tab__body ul li:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background-color: #64AE4D;
  left: 10px;
  top: 17px;
}
@media (max-width: 768px) {
  .tab__body ul li:before {
    top: 12px;
  }
}
.tab__body ul li a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(34, 54, 64, 0.75);
  line-height: 100%;
}
.tab__body ul li.active a {
  font-weight: 700;
  color: #223640;
}
.tab__title.rotate + .tab__body,
.tab__title--mobile.rotate + .tab__body--mobile {
  display: block;
}
.tab__block {
  padding: 20px 38px 0 16px;
  border-bottom: 1px solid #DEE2E6;
}
@media (max-width: 768px) {
  .tab__block {
    padding: 10px 38px 0 16px;
  }
}
.tab__block:last-child {
  border: none;
}
.tab__btn {
  margin-top: 31px;
}
@media (max-width: 1000px) {
  .tab__btn {
    margin: 31px 0 16px 16px;
  }
}
.tab__title--mobile {
  display: none;
}
@media (max-width: 1000px) {
  .tab__title--mobile {
    display: block;
    background: #fff;
    border-radius: 8px;
    padding: 16px 36px 16px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
}
.tab__title--mobile.rotate {
  border-radius: 8px 8px 0 0;
}
.tab__title--mobile {
  position: relative;
}
.tab__title--mobile:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  right: 15px;
  top: 17px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-image: url(../img/arrow-menu--green.svg);
  background-size: cover;
  cursor: pointer;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.catalog-product {
  background: #F6F6F6;
  position: relative;
  padding-bottom: 76px;
  margin-bottom: 48px;
  font-size: 14px;
  font-weight: 400;
  color: #223640;
}
.catalog-product p {
  margin: 0 0 16px 0;
}
.catalog-product .container {
  position: relative;
}
.catalog-product__text {
  width: 47.3%;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1300px) {
  .catalog-product__text {
    width: 45%;
  }
}
@media (max-width: 1200px) {
  .catalog-product__text {
    width: 100%;
  }
}
.catalog-product__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-product__text ul li {
  padding: 0 0 0 15px;
  margin: 0 0 10px 0;
  position: relative;
  font-size: 14px;
  line-height: 120%;
}
.catalog-product__text ul li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #64AE4D;
  display: inline-block;
  border-radius: 100%;
  left: 0;
  top: 6px;
}
.catalog-product__text a {
  color: #64AE4D;
}
.catalog-product__title {
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 40px;
  width: 47.3%;
}
@media (max-width: 1300px) {
  .catalog-product__title {
    width: 45%;
  }
}
@media (max-width: 1200px) {
  .catalog-product__title {
    width: 100%;
  }
}
.catalog-product__img {
  position: absolute;
  top: 97px;
  right: 28px;
  z-index: 0;
}
@media (max-width: 1200px) {
  .catalog-product__img {
    position: static;
    margin: 0 auto;
  }
}
.catalog-product__btns {
  margin-top: 24px;
}
.catalog-product__btns .btn:first-child {
  margin-right: 32px;
}
@media (max-width: 600px) {
  .catalog-product__btns .btn:first-child {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .catalog-product__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            flex-wrap: wrap
  }
}
@media (max-width: 400px) {
  .catalog-product__btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 400px) {
  .catalog-product__btns .btn {
    width: 100%;
    margin-top: 10px;
  }
}
.catalog-product__spec {
  width: 83%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1000px) {
  .catalog-product__spec {
    width: 100%;
  }
}
.catalog-product__spec-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-top: 1px solid #DEE2E6;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-product__spec-line:last-child {
  margin-bottom: 32px;
}
.catalog-product__spec-line span {
  width: 48.5%;
  font-size: 14px;
  position: relative;
}
.catalog-product__spec-line span:last-child {
  font-weight: 600;
}
@media (max-width: 600px) {
  .catalog-product__spec-line span:last-child {
    width: 100%;
    margin-top: 12px;
  }
}
@media (max-width: 600px) {
  .catalog-product__spec-line span {
    width: 100%;
  }
}
.catalog-product__spec-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin: 0 0 32px 0;
}
.cabinet-settings__question-btn {
  background: url(../img/icon-question.svg) center / contain no-repeat;
  width: 12px;
  height: 12px;
  border: none;
  margin-right: 12px;
  cursor: pointer;
}
.registration__form-add-answer {
  display: none;
  position: absolute;
  width: 237px;
  padding: 4px 12px;
  background: #64AE4D;
  border-radius: 4px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  top: 20px;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
.registration__form-add-answer.active {
  display: block;
}
.catalog-product__description h2,
.catalog-product__description h3,
.catalog-product__description h4,
.catalog-product__description h5,
.catalog-product__description h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  padding: 0 0 16px 0;
  margin: 0 0 16px 0;
  border-bottom: 1px solid #DEE2E6;
}
.catalog-product__description {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 120%;
}
.catalog-product__description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-product__description ul li {
  padding: 0 0 0 15px;
  margin: 0 0 10px 0;
  position: relative;
  font-size: 14px;
  line-height: 120%;
}
.catalog-product__description ul li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #64AE4D;
  display: inline-block;
  border-radius: 100%;
  left: 0;
  top: 6px;
}
.catalog-product__description a {
  color: #64AE4D;
}
.catalog-product__description p {
  font-size: 14px;
  line-height: 120%;
}
.catalog-product__description table {
  border: 1px solid #DEE2E6;
  width: 1295px;
  border-collapse: collapse;
}
.catalog-product__description th {
  border: 1px solid #DEE2E6;
  padding: 10px;
  font-size: 14px;
  background-color: #F6F6F6;
}
/* границы ячеек тела таблицы */
.catalog-product__description td {
  border: 1px solid #DEE2E6;
  padding: 10px;
  font-size: 14px;
}
.catalog-product__description td:first-child {
  background-color: #F6F6F6;
}
.table-wrapper {
  margin: 25px 0;
  overflow-x: auto;
}
@media (max-width: 1295px) {
  .table-wrapper {
    margin: 25px -20px;
    padding-left: 20px;
  }
}
.catalog-recomend {
  background: #F6F6F6;
  padding-top: 48px;
  padding-bottom: 28px;
}
.catalog-recomend__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -24px;
}
@media (max-width: 1336px) {
  .catalog-recomend__wrapper {
    margin: 0 -20px;
  }
}
.catalog-recomend__wrapper .catalog__item {
  margin: 0 24px 48px 24px;
  width: calc(100%/3 - 24px*2);
}
@media (max-width: 1336px) {
  .catalog-recomend__wrapper .catalog__item {
    margin: 0 20px 48px 20px;
    width: calc(100%/3 - 20px*2);
  }
}
@media (max-width: 1000px) {
  .catalog-recomend__wrapper .catalog__item {
    width: calc(100%/2 - 20px*2);
  }
}
@media (max-width: 600px) {
  .catalog-recomend__wrapper .catalog__item {
    width: 100%;
  }
}
.catalog-recomend__title {
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin: 0 0 48px 0;
}
.map__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.map__column {
  width: 29.1%;
}
@media (max-width: 600px) {
  .map__column {
    width: 100%;
  }
}
.map__column ul {
  margin: 0 0 48px 0;
  padding: 0;
  list-style: none;
}
.map__column ul li {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 600px) {
  .map__column ul li {
    margin: 0 0 16px 0;
  }
}
.map__column ul li span {
  color: #64AE4D;
  font-size: 14px;
  font-weight: 500;
}
.map__block-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  color: rgba(34, 54, 64, 0.75);
  margin: 0 0 20px 0;
}
@media (max-width: 600px) {
  .map-img {
    display: none;
  }
}
.contacts-subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.32px;
}
.contacts-subtitle a {
  color: #64AE4D;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.contacts-subtitle a:nth-child(3) {
  font-weight: 700;
}
.contacts-subtitle a:hover {
  text-decoration: underline;
}
.contacts-phone {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}
#contacts-map {
  height: 600px;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
#contacts-map:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 206px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(rgba(246, 246, 246, 0)));
  background-image: -o-linear-gradient(top, #F6F6F6 0%, rgba(246, 246, 246, 0) 100%);
  background-image: linear-gradient(180deg, #F6F6F6 0%, rgba(246, 246, 246, 0) 100%);
  z-index: 2;
}
@media (max-width: 750px) {
  #contacts-map:before {
    height: 50px;
  }
}
@media (max-width: 750px) {
  #contacts-map {
    height: 300px;
  }
}
.ymaps-layers-pane {
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.page-logo {
  background-color: #F6F6F6;
  background-image: url(../img/logo-background.svg);
  background-repeat: no-repeat;
  background-position: center center;
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.main-form,
.success-form {
  width: 648px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 45px auto 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 6px;
}
@media (max-width: 680px) {
  .main-form,
  .success-form {
    width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 10px 0 50px 0;
    padding: 24px 20px;
  }
}
.main-form-add-product {
  width: 528px;
}
@media (max-width: 680px) {
  .main-form-add-product {
    width: 100%;
  }
}
.main-form__logo,
.success-form__logo {
  margin: 0 auto;
}
@media (max-width: 680px) {
  .main-form__logo,
  .success-form__logo {
    display: none;
  }
}
.main-form__title,
.success-form__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin: 24px 0;
  text-align: center;
  width: 100%;
}
.custom-input {
  margin-bottom: 24px;
  width: 100%;
}
.custom-input.custom-input--2 {
  width: 48%;
}
@media (max-width: 680px) {
  .custom-input.custom-input--2 {
    width: 100%;
  }
}
.custom-input input,
.custom-input textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #DEE2E6;
  border-radius: 7px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #231F20;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 14px 16px;
  resize: none;
}
.custom-input label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 6px;
  display: inline-block;
}
.custom-input label span {
  color: #64AE4D;
}
.main-form__copyright {
  margin: 0 auto 55px auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.24px;
}
@media (max-width: 680px) {
  .main-form__copyright {
    margin: 0 auto 25px auto;
  }
}
.main-form__submit {
  height: 56px;
  display: block;
  padding: 0 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #64AE4D;
  margin: 20px auto 0 auto;
  border: none;
  outline: none;
  cursor: pointer;
  border: 2px solid #64AE4D;
  text-transform: uppercase;
}
.main-form__submit:hover {
  background: #fff;
  color: #64AE4D;
}
@media (max-width: 680px) {
  .main-form__submit {
    width: 100%;
  }
}
.customError {
  margin-top: 6px;
  font-size: 12px;
  line-height: 12px;
  color: #DC3545;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
input.invalid,
textarea.invalid {
  border-color: #DC3545;
}
.custom-input .invalid + label,
.custom-input .invalid + label span {
  color: #DC3545;
}
.validate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.success-form__number {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: #64AE4D;
  text-align: center;
  width: 100%;
}
.success-form__line {
  padding: 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px dashed rgba(34, 54, 64, 0.25);
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  .success-form__line {
    -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;
  }
}
.success-form__line span:first-child {
  font-size: 14px;
  font-weight: 400;
  width: 44.5%;
  line-height: 16px;
}
@media (max-width: 500px) {
  .success-form__line span:first-child {
    width: 100%;
  }
}
.success-form__line span:last-child {
  font-size: 16px;
  font-weight: 500;
  width: 50%;
  line-height: 18px;
}
@media (max-width: 500px) {
  .success-form__line span:last-child {
    width: 100%;
  }
}
.main-form__checkbox {
  width: 100%;
}
.main-form__checkbox input {
  position: absolute;
  opacity: 0;
}
.main-form__checkbox label {
  position: relative;
  vertical-align: middle;
  display: block;
  cursor: pointer;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 500;
}
.main-form__checkbox label:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 2px solid #dee2e6;
  border-radius: 2px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 4px;
}
.main-form__checkbox a {
  color: #64AE4D;
}
.main-form__checkbox input:checked ~ label:before {
  background-color: #64AE4D;
}
#form-reg .main-form__title {
  text-align: left;
  margin-top: -20px;
}
#form-reg .main-form__logo {
  margin: 0 0 0 auto;
}
.main-form__input--100 {
  width: 100%;
}
.main-form h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 44px 0 24px;
  text-transform: uppercase;
  color: rgba(34, 54, 64, 0.5);
  position: relative;
  width: 100%;
}
.main-form h4:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: calc(100% + 48px);
  height: 1px;
  background: #DEE2E6;
  left: -24px;
  top: -32px;
}
.custom-input--3 {
  width: 70%;
}
@media (max-width: 680px) {
  .custom-input--3 {
    width: 100%;
  }
}
.custom-input--1 {
  width: 26%;
}
@media (max-width: 680px) {
  .custom-input--1 {
    width: 100%;
  }
}
.input-file {
  position: relative;
  display: inline-block;
}
.custom-input label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #112640;
  margin-bottom: 12px;
  display: block;
}
.input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.input-file .file-span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  color: #64AE4D;
}
.input-file .file-span:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-file.svg);
  top: -3px;
  left: 0px;
}
.file-name {
  color: #223640;
  position: relative;
  margin-bottom: 26px;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.main-form-add-product .input-file {
  position: relative;
  display: inline-block;
}
.main-form-add-product .input-file-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  vertical-align: middle;
  color: rgba(34, 54, 64, 0.5);
  text-align: center;
  border-radius: 4px;
  background-color: #F6F6F6;
  line-height: 20px;
  padding: 14px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  margin: 0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (max-width: 500px) {
  .main-form-add-product .input-file-btn {
    color: transparent;
    width: 48px;
    height: 48px;
    display: inline-block;
    background-color: #F6F6F6;
    background-image: url(../img/icon-file.svg);
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.main-form-add-product .input-file-text {
  padding: 0 10px;
  line-height: 40px;
  display: inline-block;
  color: #223640;
  background-color: #fff;
}
.main-form-add-product .input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.main-form-add-product .input-file-wrapper {
  border-radius: 6px;
  border: 1px solid #DEE2E6;
  background-color: #fff;
}
.main-form-add-product .formats {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  color: #ADB5BD;
  margin-top: 8px;
}
.success-message {
  text-align: center;
  width: 532px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 60px auto;
  border-radius: 6px;
}
@media (max-width: 680px) {
  .success-message {
    width: 100%;
    margin: 0;
    padding: 24px 20px;
  }
}
.success-message img {
  margin: 0 auto;
}
.success-message .success-message__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 36px 0 0 0;
}
.sign-in__top {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #223640;
}
.sign-in__top img {
  width: 415px;
}
@media (max-width: 400px) {
  .sign-in__top {
    padding-top: 30px;
  }
}
.sign-in {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #F6F6F6;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sign-in__bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .sign-in__bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sign-in__bottom {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sign-in__text {
  width: 51.7%;
  padding-top: 72px;
}
.sign-in__text p {
  margin: 0 0 24px 0;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 400;
}
.sign-in__text p .green {
  color: #64AE4D;
}
.sign-in__text p a {
  color: #64AE4D;
}
@media (max-width: 768px) {
  .sign-in__text {
    width: 100%;
    padding-top: 35px;
  }
}
.sign-in__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  .sign-in__block {
    margin-bottom: 0px;
  }
}
.sign-in__card {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 32px;
}
.sign-in__card img {
  margin-right: 18px;
}
@media (max-width: 500px) {
  .sign-in__card {
    width: 100%;
  }
}
.sign-in__form-wrapper {
  width: 320px;
  border-radius: 6px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: -88px;
}
@media (max-width: 768px) {
  .sign-in__form-wrapper {
    margin-top: -38px;
    margin-right: auto;
  }
}
@media (max-width: 400px) {
  .sign-in__form-wrapper {
    width: 100%;
  }
}
.sign-in__form {
  padding: 24px;
}
.sign-in__form h2 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 24px 0;
}
.sign-in__reg {
  padding: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #64AE4D;
  display: block;
  border-top: 1px solid #DEE2E6;
  text-align: center;
}
.sign-in__form-submit {
  margin-top: 24px;
  height: 56px;
  display: block;
  padding: 0 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 112.5% */
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #64AE4D;
  border: none;
  outline: none;
  cursor: pointer;
  border: 2px solid #64AE4D;
  width: 100%;
}
.sign-in__form-submit:hover {
  background: #fff;
  color: #64AE4D;
}
.sign-in__forget-link {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  color: #64AE4D;
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2000;
  display: none;
  width: 100%;
  bottom: 0;
  overflow-y: scroll;
  padding-bottom: 50px;
  -webkit-overflow-scrolling: touch;
}
.modal {
  position: absolute;
  z-index: 3000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.modal-form,
.modal-message {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 530px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 36px 24px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(181, 202, 217, 0.24);
          box-shadow: 0px 0px 8px 0px rgba(181, 202, 217, 0.24);
  border-radius: 6px;
}
@media (max-width: 850px) {
  .modal-form,
  .modal-message {
    width: 95%;
  }
}
@media (max-width: 600px) {
  .modal-form,
  .modal-message {
    width: 95%;
    padding: 25px;
  }
}
.modal.modal-form .close {
  top: 14px;
  right: 14px;
  font-size: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/close.svg);
  z-index: 10;
}
@media (max-width: 930px) {
  .modal.modal-form .close {
    right: 10px;
    top: 10px;
  }
}
.modal-form {
  text-align: center;
}
.modal-form h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 24px 0;
  text-align: center;
}
.modal-form p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 24px 0;
}
.modal-form-submit {
  height: 56px;
  padding: 0 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 112.5% */
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #64AE4D;
  border: none;
  outline: none;
  cursor: pointer;
  border: 2px solid #64AE4D;
}
.modal-form-submit:hover {
  background: #fff;
  color: #64AE4D;
}
.portal {
  padding-top: 48px;
  padding-bottom: 20px;
}
.portal-title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
.portal-title__wrapper h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 500px) {
  .portal-title__wrapper h2 {
    margin-right: auto;
    margin-left: auto;
  }
}
.portal-title__wrapper .portal-title__link {
  color: #64AE4D;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 10px 16px;
  border-radius: 6px;
  border: 2px solid #64AE4D;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .portal-title__wrapper .portal-title__link {
    display: none;
  }
}
.portal-title__wrapper .portal-title__link:hover {
  background-color: #64AE4D;
  color: #fff;
}
.portal-add h2 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
  margin: 0 0 48px 0;
  text-align: center;
}
@media (max-width: 500px) {
  .portal-add h2 {
    font-size: 24px;
    margin: 0 0 32px 0;
  }
}
.portal-table {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 500px) {
  .portal-table {
    margin: 0 -20px;
  }
}
.portal-table__head {
  border-bottom: 1px solid #DEE2E6;
  padding: 8px 80px  8px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.12px;
}
@media (max-width: 1140px) {
  .portal-table__head {
    display: none;
  }
}
.portal-table__head-type {
  width: 8.5%;
}
.portal-table__head-model {
  width: 18.7%;
}
.portal-table__head-number {
  width: 16px;
}
@media (max-width: 1140px) {
  .portal-table__head-number {
    display: none;
  }
}
.portal-table__head-seria {
  width: 25.7%;
}
.portal-table__head-garantia {
  width: 17.2%;
}
.portal-table__head-program {
  width: 13.7%;
  text-align: right;
}
.portal-table__line {
  padding: 16px 80px 12px 48px;
  border-bottom: 1px solid #DEE2E6;
}
@media (max-width: 768px) {
  .portal-table__line {
    padding: 16px 24px 0 40px;
  }
}
.portal-table__line .tab__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1140px) {
  .portal-table__line .tab__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.portal-table__line .tab__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 1;
  padding: 0;
  text-transform: none;
}
@media (max-width: 1140px) {
  .portal-table__line .tab__title {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 24px;
  }
}
.portal-table__line .tab__title:after {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  display: block;
  left: -26px;
  top: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-image: url(../img/arrow-green.svg);
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.portal-table__line .tab__title.rotate:after {
  background-image: url(../img/arrow-gray.svg);
}
.portal-table__line .tab__body {
  width: 66.9%;
}
@media (max-width: 1140px) {
  .portal-table__line .tab__body {
    width: 100%;
  }
}
.portal-table__line--one .tab__body {
  display: block;
}
.portal-table__line.portal-table__line--one .tab__title:after {
  content: none;
}
.portal-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 120%;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 10px;
}
.portal-table__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.portal-table__item:last-child:after {
  content: none;
}
@media (max-width: 768px) {
  .portal-table__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.portal-table__item:after {
  content: '';
  display: inline-block;
  width: 111%;
  border-bottom: 1px dashed #DEE2E6;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .portal-table__item:after {
    width: 200%;
    left: -36px;
    right: 0;
  }
}
.portal-table__link {
  position: absolute;
  right: -46px;
}
@media (max-width: 768px) {
  .portal-table__link {
    bottom: 9px;
    right: 0px;
  }
}
@media (max-width: 768px) {
  .portal-table__link img {
    width: 32px;
    height: 32px;
  }
}
.portal-table__line .portal-table__head-type {
  width: 28%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
}
@media (max-width: 768px) {
  .portal-table__line .portal-table__head-type {
    width: 80px;
    margin-right: 36px;
  }
}
.portal-table__line .portal-table__head-model {
  width: 62%;
  font-size: 16px;
  letter-spacing: 0.16px;
  font-weight: 700;
}
.portal-table__line .portal-table__head-model span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.14px;
  width: 19px;
  height: 19px;
  border: 1px solid rgba(34, 54, 64, 0.5);
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(34, 54, 64, 0.5);
}
@media (max-width: 768px) {
  .portal-table__line .portal-table__head-model {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.rotate .portal-table__head-model span {
  opacity: 0;
}
.portal-table__line .portal-table__head-seria a {
  font-weight: 600;
  color: #64AE4D;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  white-space: nowrap;
}
.portal-table__line .portal-table__head-seria a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .portal-table__line .portal-table__head-seria {
    width: 100%;
  }
}
.portal-table__line .portal-table__head-program {
  width: 20.6%;
}
@media (max-width: 768px) {
  .portal-table__line .portal-table__head-program {
    width: 100%;
    text-align: left;
    font-weight: 600;
  }
}
.portal-table__line .portal-table__head-garantia {
  width: 25.6%;
}
@media (max-width: 768px) {
  .portal-table__line .portal-table__head-garantia {
    width: 100%;
    margin-bottom: 24px;
  }
}
.portal-table__line .portal-table__head-seria {
  width: 38.6%;
}
@media (max-width: 768px) {
  .portal-table__line .portal-table__head-seria {
    width: 100%;
    margin-bottom: 24px;
  }
}
.portal-table__title {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12px;
  color: rgba(34, 54, 64, 0.5);
  display: none;
}
@media (max-width: 1140px) {
  .portal-table__title {
    display: block;
  }
}
.search-list__title {
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
  margin: 0 0 32px 0;
}
@media (max-width: 500px) {
  .search-list__title {
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 20px 0;
  }
}
.search-list {
  background: #F6F6F6;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
.search-list .form-search {
  padding: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.search-list input[type="search"] {
  width: 91.5%;
}
.search-list__result {
  margin: 24px 0 24px 16px;
  font-size: 16px;
  line-height: 120%;
}
.search-list .search-list__ul {
  padding: 0;
  margin: 0 0 60px 0;
  list-style: none;
}
.search-list .search-list__ul li {
  border-top: 1px solid #DEE2E6;
  padding: 24px 16px;
}
.search-list .search-list__ul li a {
  font-size: 18px;
  color: #64AE4D;
  font-weight: 400;
  line-height: 20px;
}
.search-list .search-list__ul li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 8px 0 0 0;
}
.datasheet {
  padding-top: 48px;
  padding-bottom: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1100px) {
  .datasheet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.datasheet__server {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: rgba(34, 54, 64, 0.5);
  width: 43%;
}
.datasheet__server div {
  font-size: 32px;
  font-weight: 500;
  color: #223640;
}
@media (max-width: 1100px) {
  .datasheet__server {
    width: 100%;
    margin-bottom: 24px;
  }
}
.datasheet__number {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: rgba(34, 54, 64, 0.5);
  width: 38%;
}
.datasheet__number div {
  font-size: 18px;
  color: #223640;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .datasheet__number {
    width: 100%;
    margin-bottom: 24px;
  }
}
.datasheet__number {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: rgba(34, 54, 64, 0.5);
  width: 38%;
}
.datasheet__number div {
  font-size: 18px;
  color: #223640;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .datasheet__number {
    width: 100%;
    margin-bottom: 24px;
  }
}
.datasheet__program {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: rgba(34, 54, 64, 0.5);
  width: 28%;
}
.datasheet__program div {
  font-size: 18px;
  color: #223640;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .datasheet__program {
    width: 100%;
    margin-bottom: 24px;
  }
}
.datasheet__garantia {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: rgba(34, 54, 64, 0.5);
  width: 28%;
  text-align: right;
}
.datasheet__garantia div {
  font-size: 18px;
  color: #223640;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .datasheet__garantia {
    width: 100%;
    text-align: left;
  }
}
.datasheet__buttons .tab-link {
  padding: 16px 32px;
  text-align: center;
  line-height: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  color: #64AE4D;
}
.datasheet__buttons .tab-link.active {
  -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  color: rgba(34, 54, 64, 0.75);
  border-radius: 6px 6px 0px 0px;
}
@media (max-width: 1000px) {
  .datasheet__buttons .tab-link.active {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #fff;
    border-radius: 0px;
  }
}
.datasheet__tabs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1000px) {
  .datasheet__tabs {
    background: #fff;
  }
}
.datasheet__tabs .tab-info {
  background: #fff;
  padding-top: 48px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.datasheet__buttons .tab__body--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .datasheet__buttons .tab__body--mobile {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #DEE2E6;
    border: 6px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1000px) {
  .datasheet__buttons .tab__title--mobile {
    border: 6px;
    border: 1px solid #DEE2E6;
    margin-top: 10px;
  }
}
.datasheet__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .datasheet__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.datasheet__buttons .tab__title--mobile.rotate + .tab__body--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.datasheet-doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
  color: #223640;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  padding-left: 44px;
  margin-bottom: 44px;
}
.datasheet-doc:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../img/icon-pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.datasheet-doc:hover {
  color: #64AE4D;
}
.datasheet-doc span {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: rgba(34, 54, 64, 0.5);
  margin-top: 5px;
}
.datasheet-tab__line,
.datasheet-tab .tab__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .datasheet-tab__line,
  .datasheet-tab .tab__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.datasheet-tab__line1 {
  width: 60.5%;
}
@media (max-width: 750px) {
  .datasheet-tab__line1 {
    width: 100%;
  }
}
.datasheet-tab__line2 {
  width: 13%;
}
@media (max-width: 750px) {
  .datasheet-tab__line2 {
    width: 50%;
  }
}
.datasheet-tab__line3 {
  width: 19.4%;
  text-align: right;
}
@media (max-width: 750px) {
  .datasheet-tab__line3 {
    width: 50%;
  }
}
.datasheet-tab.tab__block {
  padding: 0;
  border-bottom: 1px solid #DEE2E6;
}
.datasheet-tab .tab__title {
  padding: 16px 24px 16px 48px;
  text-transform: none;
  opacity: 1;
}
@media (max-width: 750px) {
  .datasheet-tab .tab__title {
    padding: 16px 24px;
  }
}
.datasheet-tab .tab__title .datasheet-tab__line1 {
  font-size: 16px;
  color: #223640;
  font-weight: 600;
  letter-spacing: 0.16px;
}
.datasheet-tab .tab__title .datasheet-tab__line2,
.datasheet-tab .tab__title .datasheet-tab__line3 {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.12px;
  color: rgba(34, 54, 64, 0.5);
  display: none;
}
.datasheet-tab .tab__title.rotate .datasheet-tab__line2,
.datasheet-tab .tab__title.rotate .datasheet-tab__line3 {
  display: block;
}
@media (max-width: 750px) {
  .datasheet-tab .tab__title.rotate .datasheet-tab__line2,
  .datasheet-tab .tab__title.rotate .datasheet-tab__line3 {
    display: none;
  }
}
.datasheet-tab__line {
  padding: 12px 24px 12px 0px;
  margin-left: 48px;
  margin-bottom: 12px;
  border-top: 1px solid #DEE2E6;
}
@media (max-width: 750px) {
  .datasheet-tab__line {
    margin-left: 24px;
  }
}
.datasheet-tab__line .datasheet-tab__line1 {
  color: #64AE4D;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.16px;
}
.datasheet-tab__line .datasheet-tab__line2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
}
.datasheet-tab__line .datasheet-tab__line3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
}
.datasheet-tab .tab__title:after {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  display: block;
  left: 10px;
  top: 14px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-image: url(../img/arrow-green.svg);
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 750px) {
  .datasheet-tab .tab__title:after {
    left: 0;
    top: 18px;
  }
}
.datasheet-tab .tab__title.rotate:after {
  background-image: url(../img/arrow-gray.svg);
}
.datasheet-tab__line2 span,
.datasheet-tab__line3 span {
  display: none;
}
@media (max-width: 750px) {
  .datasheet-tab__line2 span,
  .datasheet-tab__line3 span {
    display: block;
    color: rgba(34, 54, 64, 0.5);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12px;
  }
}
.specification-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.14px;
  background: #F6F6F6;
}
@media (max-width: 1000px) {
  .specification-title {
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    color: rgba(34, 54, 64, 0.5);
  }
}
.specification-1 {
  width: 24%;
}
@media (max-width: 1000px) {
  .specification-1 {
    width: 100%;
  }
}
.specification-2 {
  width: 61.5%;
}
.specification-3 {
  width: 90px;
  text-align: right;
}
@media (max-width: 1000px) {
  .specification-title .specification-2,
  .specification-title .specification-3 {
    display: none;
  }
}
.specification-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #DEE2E6;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.16px;
}
@media (max-width: 1000px) {
  .specification-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 0;
  }
}
.specification-line .specification-3 span {
  display: none;
}
@media (max-width: 1000px) {
  .specification-line .specification-3 span {
    display: inline;
  }
}
@media (max-width: 1000px) {
  .specification-line .specification-1,
  .specification-line .specification-2,
  .specification-line .specification-3 {
    width: 100%;
    text-align: left;
    margin-bottom: 16px;
  }
}
@media (max-width: 1000px) {
  .specification-line .specification-3 {
    margin-bottom: 0px;
  }
}
.catalog-product__btns-title{
  color: #64AE4D;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  width:100%;
}
@media (max-width: 400px) {
.catalog-product__btns-title {
text-align:center;
  }
}