@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
*, :before, :after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
  font-family: inherit;
  color: #AEAEAE !important;
}

::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: inherit;
  color: #AEAEAE !important;
}

:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: inherit;
  color: #AEAEAE !important;
}

:-ms-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
  font-family: inherit;
  color: #AEAEAE !important;
}

:focus::-webkit-input-placeholder {
  text-indent: -1000px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
  text-indent: -1000px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

label, input:not([type="checkbox"]),
input:not([type="radio"]), button {
  -webkit-appearance: none;
  font-family: inherit;
}

label, input[type="submit"], button {
  cursor: pointer;
}

img {
  border: none;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

button:focus {
  outline: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:hover::-webkit-outer-spin-button,
input:hover::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

/* @include transform-translate(#, #); */
/* @include transform-translateY(#); */
/* @include transform-translateX(#); */
/* @include transform-translate3d(#, #, #); */
/* @include transform-rotate(#); */
/* @include transform-scale(#); */
/* @include animation(#); */
/* @include animation-delay(#); */
/* @include animation-duration(#); */
/* @include animation-fill-mode(#); */
/* @include animation-name(#); */
/* @include transition(#); */
/* @include transition-transform(#, #); */
/* @include transition-transform-cubic-bezier(#, #, #, #, #); */
/* @include transition-timing-function(#); */
/* @include transition-duration(#); */
/* @include transition-delay(#); */
/* @include backface-visibility(#); */
/* @include transition-opacity-visibility(#, #); */
/* @include transition-opacity(#); */
/* @include box-shadow(#); */
/* @include opacity(#); */
/* @include border-radius(#); */
/* @include border_b_l-radius(#); */
/* @include border_b_r-radius(#); */
/* @include border_t_r-radius(#); */
/* @include border_t_l-radius(#); */
/* @include box-sizing(#); */
/* @include user-select(#); */
/* @include filter-blur-brightness(#, #); */
/* @include filter-img(#, #); */
/* @include filter(#); */
/* @include box-sizing(#, #(0)); */
.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tab-pane > h1 {
  font-size: 22px;
}

.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal__close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: none;
}

.modal__close:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .modal__close.icon-close {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../img/icons/close-black.svg);
    top: 1.6rem;
    right: 2.3rem;
  }
}

.modal__body {
  width: 40rem;
  max-width: 100%;
  margin: 0 auto;
}

.modal__body_padding {
  padding: 0.9rem 0 6.7rem;
}

@media only screen and (max-width: 991px) {
  .modal__body_padding {
    padding: 0;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .modal__body_padding {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .modal__body_padding p {
    margin-bottom: 4.8rem !important;
  }
}

.modal__form {
  padding-top: 0.7rem;
}

@media only screen and (max-width: 767px) {
  .modal__form {
    padding: 0;
  }
}

.modal__text {
  padding-top: 0.3rem;
}

.modal__text p {
  margin-bottom: 1.1rem !important;
}

.modal .text_size-xsm {
  line-height: 2rem;
}

@media only screen and (max-width: 991px) {
  .modal__title.title_size-md {
    font-size: 3.2rem;
    line-height: 3.9rem;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767px) {
  .modal__title.title_size-md {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
}

.modal__title-md.title_size-md {
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin: 1rem 0 1.3rem;
}

@media only screen and (max-width: 767px) {
  .modal__title-md.title_size-md {
    margin-top: -0.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .modal__btn.btn {
    font-size: 1.6rem;
    padding: 1.2rem 3.1rem 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .modal__btn.btn {
    font-size: 1.4rem;
    padding: 0.7rem 2.35rem 0.7rem;
  }
}

.modal__tab-nav.tab-nav {
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  border-top: 1px solid #EDEDED;
}

.modal__tab-nav.tab-nav .tab-nav__item {
  margin: 0;
}

.modal__tab-nav.tab-nav .tab-nav__link {
  line-height: 2.8rem;
  border: none;
  font-size: 1.6rem;
  padding: 2.5rem 2rem 2.3rem;
  text-align: center;
  color: #3F892C;
  display: block;
}

.modal__tab-nav.tab-nav .tab-nav__link.active {
  display: none;
}

.modal-dialog {
  position: relative;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .modal-dialog {
    width: 57.6rem;
    margin: 5rem auto;
  }
}

@media only screen and (min-width: 992px) {
  .modal-dialog {
    width: 82rem;
    margin: 10rem auto;
  }
}

@media only screen and (max-width: 991px) {
  .modal-dialog_tablet-full {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog_sm {
    max-width: 100%;
    margin: 5.6rem 2rem;
  }
  .modal-dialog_sm .modal__close.icon-close {
    top: 2rem;
    right: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog .form-group_margin-xs {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog .form-group_margin-xsm {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog .form-group_margin-md {
    margin-bottom: 2.5rem;
  }
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.3;
}

.modal-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  pointer-events: auto;
  background: #fff;
  padding: 9.5rem 5.5rem 10.1rem;
}

@media only screen and (max-width: 991px) {
  .modal-content {
    padding: 6rem 5.5rem 2.2rem 4.9rem;
    min-height: 45.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .modal-content {
    padding: 8.2rem 2.4rem;
    min-height: 100vh;
  }
  .modal-content .text_size-sm {
    line-height: 2.1rem !important;
  }
}

.modal-content_padding {
  padding-bottom: 5.4rem;
}

@media only screen and (max-width: 991px) {
  .modal-content_padding {
    position: relative;
    max-width: 38rem;
    margin: 0 auto;
    padding-left: 6rem;
    padding-right: 6.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .modal-content_padding {
    padding: 4rem 4rem 1.7rem;
    min-height: 1rem;
  }
}

.modal-content_padding-sm {
  padding: 7.8rem 8rem 7rem;
}

@media only screen and (max-width: 991px) {
  .modal-content_padding-sm {
    padding: 8.2rem 4.8rem 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .modal-content_padding-sm {
    padding: 8.1rem 2.4rem 7rem;
  }
}

@media only screen and (max-width: 991px) {
  .modal-content_padding-sm .modal__title {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
}

.modal-content p {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .modal-content p {
    margin-bottom: 2.3rem;
  }
}

.modal-content__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: -0.1rem 6rem 0 0;
}

@media only screen and (max-width: 991px) {
  .modal-content__icon {
    margin-right: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .modal-content__icon {
    margin: 0 auto 2rem !important;
    width: 14.6rem;
    display: block !important;
  }
}

.modal-content__text {
  padding: 0.3rem 1rem 0 0;
}

@media only screen and (max-width: 991px) {
  .modal-content__text {
    padding: 0;
  }
  .modal-content__text .text_size-sm {
    line-height: 2.1rem !important;
  }
}

@media only screen and (max-width: 991px) {
  .partners-modal__text.text_size-sm {
    font-size: 1.4rem !important;
    line-height: 2.4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .partners-modal__text.text_size-sm {
    line-height: 2.1rem !important;
  }
}

.dropdown {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .collapse-dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 100%;
    margin: 0.8rem 0 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
            box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
    border-radius: 6px;
    min-width: 28.6rem;
    height: auto !important;
  }
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 100%;
  margin: 0.8rem 0 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
          box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
  border-radius: 6px;
}

.dropdown-menu_right {
  inset: 100% 0 auto auto !important;
}

.dropdown-menu_left {
  inset: 100% auto auto 0 !important;
}

.dropdown-menu_nav {
  -webkit-box-shadow: 0px 3px 10px rgba(45, 45, 45, 0.18);
          box-shadow: 0px 3px 10px rgba(45, 45, 45, 0.18);
  min-width: 28.6rem;
  margin: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.dropdown-menu__link {
  font-size: 1.4rem;
  line-height: 2.8rem;
  display: block;
  padding: 1.2rem 1.6rem;
}

@media only screen and (max-width: 991px) {
  .dropdown-menu__link {
    padding: 1rem 2rem 1rem 3rem;
  }
}

.dropdown-menu__link.active {
  background: #ECF3EA;
}

.dropdown-menu.show {
  display: block;
}

.calculator-dropdown {
  max-height: 40rem;
  overflow: auto;
}

.dropdown-toggle {
  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;
  padding: 0.7rem 2.1rem 0.7rem 2.4rem;
  border: 1px solid #EDEDED;
}

.dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 0.8rem;
  margin: 0.1rem 0 0 1rem;
  background: url(../img/icons/caret.svg) no-repeat;
  background-size: contain;
}

.dropdown-toggle:hover {
  border-color: #3F892C;
  color: #000;
}

[aria-expanded="true"] {
  font-weight: bold;
}

.dropdown-toggle.show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-color: #3F892C;
}

@media only screen and (max-width: 991px) {
  .dropdown-toggle {
    padding: 1.1rem 1.5rem 1rem;
  }
}

.dropdown-toggle_primary {
  background: #ECF3EA;
  border-color: #3F892C;
  font-size: 1.6rem;
}

.dropdown-btn {
  border: 1px solid #E2E2E2;
  border-radius: 2px;
  background: #fff;
  padding: 0.6rem 1.4rem 0.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  border-radius: 5px;
}

.dropdown-btn.show {
  color: #3F892C;
}

.dropdown-select {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .dropdown-select-menu {
    position: static;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .dropdown-select-menu_primary {
    border: 1px solid #3F892C;
    border-radius: 0;
  }
}

.btn {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  font-size: 1.6rem;
  padding: 1.2rem 3.1rem 1rem;
  line-height: 2.8rem;
  font-weight: 500;
  border: 1px solid #000;
  overflow: hidden;
  border-radius: 60px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .btn {
    font-size: 1.4rem;
    padding: 0.7rem 2.35rem 0.7rem;
  }
}

.btn:hover {
  border-color: #3F892C !important;
  background: #3F892C !important;
  color: #fff !important;
}

.btn:hover .icon-copy {
  background-image: url(../img/icons/copy-inversion.svg);
}

.btn:disabled, .btn.disabled {
  cursor: default;
  pointer-events: none;
  border-color: #AEAEAE;
  color: gray;
}

.btn__icon {
  margin: 0 0.8rem 0.3rem 0;
}

.btn-primary {
  border-color: transparent;
  background: rgba(63, 137, 44, 0.1);
  color: #3F892C;
}

.btn-outline {
  color: #000;
  border-color: #000;
  background: transparent;
}

.btn-outline_inversion {
  color: #fff;
  border-color: #fff;
}

.btn-outline_light {
  color: #AEAEAE;
  border-color: #CCCCCC;
}

.btn-outline_primary {
  border-color: #3F892C;
  color: #3F892C;
}

.btn-light {
  border-color: #fff;
  color: #3F892C;
  background: #fff;
}

.btn-dark {
  border-color: #191919;
  color: #fff;
  background: #191919;
}

.btn-green {
  border-color: #3F892C;
  color: #fff;
  background: #3F892C;
}

.btn-black {
  border-color: #000;
  color: #fff;
  background: #000;
}

.btn-active {
  border-color: #3F892C;
  background: #3F892C;
  color: #fff;
}

.btn-active:hover {
  border-color: #0d5700 !important;
  background: #0d5700 !important;
}

.btn-active.active .icon-favorite-inversion {
  background-image: url(../img/icons/favorite-inversion-fill.svg);
}

.btn_size-xs {
  padding: 0 1.85rem;
  line-height: 2.6rem;
  font-size: 1.2rem;
}

.btn_size-sm {
  font-size: 1.4rem;
  padding: 0.7rem 3.1rem;
  display: inline-table;
}

.btn_size-md {
  padding: 1.5rem 3.5rem;
}

@media only screen and (max-width: 991px) {
  .btn_size-md {
    padding: 0.7rem 2.35rem 0.7rem;
  }
  .btn_size-md.text_size-sm {
    font-size: 1.4rem !important;
  }
}

.btn.text_size-sm {
  line-height: 2.8rem !important;
}

.btn-circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.9rem;
  height: 7.9rem;
}

@media only screen and (max-width: 991px) {
  .btn-circle {
    width: 4.8rem;
    height: 4.8rem;
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .btn-circle_sm {
    width: 7.4rem;
    height: 7.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .btn-circle_sm .icon-favorite-inversion {
    width: 1.7rem;
    height: 1.5rem;
    margin-top: 0.5rem;
  }
}

.btn-circle .icon-caret-next-inversion {
  margin: -0.2rem 0 0 0.4rem;
}

@media only screen and (max-width: 991px) {
  .btn-circle .icon-caret-next-inversion {
    margin: 0.1rem 0 0 0.2rem;
  }
}

.btn-plus {
  position: relative;
}

.btn-plus:before, .btn-plus:after {
  content: '';
  background: #3F892C;
  height: 0.2rem;
  width: 2.4rem;
  position: absolute;
  right: 2.4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 991px) {
  .btn-plus:before, .btn-plus:after {
    right: 1.6rem;
    width: 1.6rem;
  }
}

.btn-plus:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn-plus:hover:before, .btn-plus:hover:after {
  background: #fff;
}

.btn-square {
  width: 4.4rem;
  height: 4.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-radius: 0;
}

.btn-group .btn:not(:last-child) {
  margin-right: 1.2rem;
}

.btn-group_md .btn:not(:last-child) {
  margin: 0 2rem 1.6rem 0;
}

@media only screen and (max-width: 991px) {
  .btn-group_md .btn:not(:last-child) {
    margin-right: 1.1rem;
  }
}

.icon {
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: 0 0;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.icon-search {
  width: 1.6rem;
  height: 1.7rem;
  background-image: url(../img/icons/search.svg);
}

.icon-favorite {
  width: 1.9rem;
  height: 1.6rem;
  background-image: url(../img/icons/favorite.svg);
}

.icon-basket {
  width: 1.6rem;
  height: 1.8rem;
  background-image: url(../img/icons/basket.svg);
}

.icon-login {
  width: 1.7rem;
  height: 1.7rem;
  background-image: url(../img/icons/login.svg);
}

.icon-location {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.4rem;
  background-image: url(../img/icons/location.svg);
}

.icon-dots {
  width: 1.5rem;
  height: 0.3rem;
  background-image: url(../img/icons/dots.svg);
}

.icon-drop {
  width: 1.3rem;
  height: 1.7rem;
  background-image: url(../img/icons/drop.svg);
}

.icon-drop-primary {
  width: 1.2rem;
  height: 1.6rem;
  margin: -0.2rem 0.7rem 0 0;
  background-image: url(../img/icons/drop-primary.svg);
}

.icon-close {
  width: 4rem;
  height: 4rem;
  background-image: url(../img/icons/close.svg);
}

.icon-close:hover {
  opacity: 0.5;
}

.icon-close_sm {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/icons/close-black.svg);
}

.icon-close_sm:hover {
  opacity: 0.5;
}

.icon-bookmark {
  width: 1.4rem;
  height: 1.6rem;
  background-image: url(../img/icons/bookmark.svg);
}

.icon-bookmark.active, .icon-bookmark:hover {
  background-image: url(../img/icons/bookmark-active.svg);
}

.icon-vk {
  width: 1.7rem;
  height: 1rem;
  background-image: url(../img/icons/vk.svg);
}

.icon-facebook {
  width: 1.7rem;
  height: 1rem;
  background-image: url(../img/icons/icon-facebook.svg);
}

.icon-instagram {
  width: 1.7rem;
  height: 1rem;
  background-image: url(../img/icons/icon-instagram.svg);
}

.icon-ok {
  width: 1.7rem;
  height: 1rem;
  background-image: url(../img/icons/icon-odnoklassniki.png);
}

.icon-max {
    width: 1.7rem;
    height: 1rem;
    background-image: url(../img/icons/icon-odnoklassniki.png);
}

.icon-vk-inversion {
  background-image: url(../img/icons/vk-inversion.svg);
}

.icon-tg {
  width: 1.7rem;
  height: 1.3rem;
  background-image: url(../img/icons/tg.svg);
}

.icon-tg-inversion {
  background-image: url(../img/icons/tg-inversion.svg);
}

.icon-whatsapp {
  width: 1.7rem;
  height: 1.7rem;
  background-image: url(../img/icons/whatsapp.svg);
}

.icon-whatsapp-inversion {
  background-image: url(../img/icons/whatsapp-inversion.svg);
}

.icon-youtube {
  width: 1.8rem;
  height: 1.2rem;
  background-image: url(../img/icons/youtube.svg);
}

.icon-youtube-inversion {
  background-image: url(../img/icons/youtube-inversion.svg);
}

.icon-zen {
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../img/icons/zen.svg);
}

.icon-zen-inversion {
  background-image: url(../img/icons/zen-inversion.svg);
}

.icon-ok {
  width: 1.2rem;
  height: 1.9rem;
  background-image: url(../img/icons/ok.svg);
}

.icon-max {
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../img/icons/logo-max.svg);
}

.icon-ok-inversion {
  background-image: url(../img/icons/ok-inversion.svg);
}

.icon-max-inversion {
    background-image: url(../img/icons/logo-max-inversion.svg);
}

.icon-ins {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/icons/ins.svg);
}

.icon-ins-inversion {
  background-image: url(../img/icons/ins-inversion.svg);
}

.icon-fb {
  width: 0.9rem;
  height: 1.7rem;
  background-image: url(../img/icons/fb.svg);
}

.icon-fb-inversion {
  background-image: url(../img/icons/fb-inversion.svg);
}

.icon-arrow {
  width: 6.3rem;
  height: 3.8rem;
  background-image: url(../img/icons/arrow.svg);
}

@media only screen and (max-width: 767px) {
  .icon-arrow {
    height: 2rem;
    width: 3.5rem;
  }
}

.icon-doc {
  width: 2.2rem;
  height: 2.8rem;
  background-image: url(../img/icons/doc.svg);
}

.icon-sort {
  width: 1.5rem;
  height: 1.1rem;
  background-image: url(../img/icons/sort.svg);
}

.icon-sort-block {
  width: 1.5rem;
  height: 1.4rem;
  background-image: url(../img/icons/sort-block.svg);
}

@media only screen and (max-width: 991px) {
  .icon-sort-block {
    width: 1.7rem;
    height: 1.6rem;
  }
}

.icon-sort-block.active, .icon-sort-block:hover {
  background-image: url(../img/icons/sort-block-active.svg);
}

.icon-sort-list {
  width: 1.5rem;
  height: 1.4rem;
  background-image: url(../img/icons/sort-list.svg);
}

@media only screen and (max-width: 991px) {
  .icon-sort-list {
    width: 1.7rem;
    height: 1.6rem;
  }
}

.icon-sort-list.active, .icon-sort-list:hover {
  background-image: url(../img/icons/sort-list-active.svg);
}

.icon-prev {
  width: 0.8rem;
  height: 1.5rem;
  background-image: url(../img/icons/prev-caret.svg);
}

.icon-next {
  width: 0.8rem;
  height: 1.5rem;
  background-image: url(../img/icons/next-caret.svg);
}

.icon-hand {
  width: 1.1rem;
  height: 1rem;
  background-image: url(../img/icons/hand.svg);
}

.icon-favotire-primary {
  width: 1.4rem;
  height: 1.2rem;
  background-image: url(../img/icons/favorite-primary.svg);
}

.icon-favotire-primary-fill {
  background-image: url(../img/icons/favorite-primary-fill.svg);
}

.icon-promo {
  width: 2.4rem;
  height: 1.4rem;
  background-image: url(../img/icons/promo.svg);
}

.icon-download {
  width: 2rem;
  height: 2rem;
  background-image: url(../img/icons/download.svg);
}

.icon-arrow-left {
  width: 2.4rem;
  height: 0.8rem;
  background-image: url(../img/icons/arrow-left.svg);
}

.icon-arrow-left-inversion {
  width: 2.4rem;
  height: 0.8rem;
  background-image: url(../img/icons/arrow-left-inversion.svg);
}

.icon-caret-primary {
  width: 1.5rem;
  height: 0.8rem;
  vertical-align: middle;
  margin-right: 0.8rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../img/icons/caret-primary.svg);
}

a[aria-expanded="true"] .icon-caret-primary {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.icon-caret {
  width: 1.5rem;
  height: 0.8rem;
  margin-right: 0.8rem;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-image: url(../img/icons/caret.svg);
}

a[aria-expanded="true"] .icon-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon-close-inversion {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../img/icons/close-inversion.svg);
}

.icon-catalogue {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url(../img/icons/catalogue.svg);
}

.icon-home {
  width: 2rem;
  height: 2.3rem;
  background-image: url(../img/icons/home.svg);
}

.icon-phone {
  width: 2rem;
  height: 2rem;
  background-image: url(../img/icons/phone.svg);
}

.icon-caret-prev {
  width: 0.9rem;
  height: 1.6rem;
  background-image: url(../img/icons/caret-prev.svg);
}

.icon-filter {
  width: 2.2rem;
  height: 1.6rem;
  background-image: url(../img/icons/filter.svg);
}

.icon-star-primary {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../img/icons/star-primary.svg);
}

.icon-caret-next-inversion {
  width: 1.2rem;
  height: 2.1rem;
  background-image: url(../img/icons/caret-next-inversion.svg);
}

.icon-check-cirlce {
  width: 2rem;
  height: 2rem;
  background-image: url(../img/icons/check-cirlce.svg);
}

.icon-favorite-inversion {
  width: 2.4rem;
  height: 2rem;
  background-image: url(../img/icons/favorite-inversion.svg);
}

.icon-info {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/icons/info.svg);
}

.icon-info-primary {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/icons/info-primary.svg);
}

.icon-money {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../img/icons/money-primary.svg);
}

.icon-money_inversion {
  background-image: url(../img/icons/money-inversion.svg);
}

.icon-money_danger {
  background-image: url(../img/icons/money-danger.svg);
}

.icon-logout {
  width: 1.8rem;
  height: 1.3rem;
  background-image: url(../img/icons/logout.svg);
}

.icon-check-primary {
  width: 1.2rem;
  height: 0.9rem;
  background-image: url(../img/icons/check-primary.svg);
}

.icon-copy {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/icons/copy.svg);
}

.icon-del {
  width: 1.3rem;
  height: 1.3rem;
  background-image: url(../img/icons/korzina-del.svg);
}

a:hover > .icon-del {
  width: 1.3rem;
  height: 1.3rem;
  background-image: url(../img/icons/korzina-del-green.svg);
}

.icon-discount {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/icons/discount.svg);
}

body {
  font: 500 1.6rem/2.8rem 'Montserrat', sans-serif;
  color: #000;
  background: #fff;
  padding-top: 14.8rem;
}

body.body_home {
  padding-top: 0;
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 1.4rem;
    /*line-height: 1rem;*/
    padding-top: 5.8rem;
  }
  #description > h1 {
    line-height: 1.2;
  }
}

body.overflow-none, body.overflow-none-search {
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  body.overflow-none, body.overflow-none-search {
    padding-right: 17px;
  }
}

body.fixed-header {
  padding-top: 5.9rem;
  overflow: hidden;
}

.wrap {
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content {
  padding-bottom: 5.8rem;
}

@media only screen and (max-width: 991px) {
  .content {
    padding-bottom: 4.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .content {
    padding-bottom: 4.7rem;
  }
}

.content_padding {
  padding-bottom: 10.3rem;
}

@media only screen and (max-width: 991px) {
  .content_padding {
    padding-bottom: 5.9rem;
  }
}

.container {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1272px;
  }
}

@media only screen and (max-width: 991px) {
  .container {
    /*max-width: 752px;*/
  }
}

a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #3F892C;
}

.link-underline {
  display: inline-block;
  border-bottom: 1px solid rgba(63, 137, 44, 0.3);
  line-height: 1.7rem;
}

.link-underline:hover {
  text-decoration: none !important;
  border-color: transparent;
}

p {
  margin-bottom: 2.8rem;
}

@media only screen and (max-width: 991px) {
  p {
    margin-bottom: 2.1rem;
  }
}

.pane {
  display: block;
  height: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  max-width: 100%;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 98;
}

.pane.show {
  -webkit-transform: none;
          transform: none;
}

.pane_left {
  right: auto;
  left: 0;
}

.pane_left:not([class*="show"]) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.pane-close__link {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.pane-close__link.show, .pane-close__link.show-search {
  z-index: 97;
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .pane__header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 5rem;
    padding: 1rem 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .pane .pane-close.icon-close {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../img/icons/close-black.svg);
  }
}

.nav-pane-close__link {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 0;
  z-index: 97;
}

.nav-pane-close__link.show, .nav-pane-close__link.show-search {
  width: 100%;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.img-fluid {
  display: block;
  max-width: 100%;
  max-height: 540px;
}

.title_size-sm {
  font-size: 2.4rem;
  line-height: 2.9rem;
}

@media only screen and (max-width: 991px) {
  .title_size-sm {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.title_size-smd {
  font-size: 2.8rem;
  line-height: 3.8rem;
}

@media only screen and (max-width: 991px) {
  .title_size-smd {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.title_size-md {
  font-size: 3.2rem;
  line-height: 3.9rem;
}

@media only screen and (max-width: 991px) {
  .title_size-md {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.title_size-lg {
  font-size: 4rem;
  line-height: 4.9rem;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .title_size-lg {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
}

.title_margin-bottom-xxs {
  margin-bottom: 1.2rem;
}

.title_margin-bottom-xs {
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .title_margin-bottom-xs {
    margin-bottom: 1.3rem;
  }
}

.title_margin-bottom-sm {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 991px) {
  .title_margin-bottom-sm {
    margin-bottom: 1.3rem;
  }
}

.title_margin-bottom-md {
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 991px) {
  .title_margin-bottom-md {
    margin-bottom: 2.6rem;
  }
}

.title_margin-bottom-lg {
  margin-bottom: 7.2rem;
}

@media only screen and (max-width: 991px) {
  .title_margin-bottom-lg {
    margin-bottom: 6.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .title_margin-bottom-lg {
    margin-bottom: 4rem;
  }
}

.title_margin-bottom-xl {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 991px) {
  .title_margin-bottom-xl {
    margin-bottom: 4.8rem;
  }
}

.title_margin-top-xs {
  margin-top: 1.6rem;
}

.title_margin-top-sm {
  margin-top: 2.5rem;
}

.title_margin-top-md {
  margin-top: 3.2rem;
}

@media only screen and (max-width: 991px) {
  .title_margin-top-md {
    margin-top: 2.6rem;
  }
}

.title_margin-top-lg {
  margin-top: 7.2rem;
}

@media only screen and (max-width: 991px) {
  .title_margin-top-lg {
    margin-top: 6.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .title_margin-top-lg {
    margin-top: 4rem;
  }
}

.title_margin-top-xl {
  margin-top: 8rem;
}

@media only screen and (max-width: 991px) {
  .title_margin-top-xl {
    margin-top: 4.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .title_nav {
    margin-right: 15rem;
  }
}

.title__count {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.6rem;
}

.title__count_margin {
  margin-left: 1.8rem;
}

.title__count_margin-md {
  margin-left: 2.6rem;
}

.text_size-xs {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.text_size-xsm {
  font-size: 1.3rem;
  line-height: 2.2rem;
}

.text_size-sm {
  font-size: 1.4rem !important;
  line-height: 2.4rem !important;
}

@media only screen and (max-width: 991px) {
  .text_size-sm {
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
  }
}

.text_size-md {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.2rem;
}

@media only screen and (max-width: 991px) {
  .text_size-md {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.text_size-lg {
  font-size: 2.4rem;
  line-height: 2.4rem;
}

.text-inversion {
  color: #fff;
}

a.text-inversion:hover, a.text-primary:hover {
  /*text-decoration: underline;*/
}

.text-light {
  color: #AEAEAE;
}

.text-primary {
  color: #3F892C;
}

.text-warning {
  color: #F6A508;
}

.text-danger {
  color: #F33B3B;
}

.text-normal {
  font-weight: 400 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-semibold {
  font-weight: 600 !important;
}

@media only screen and (max-width: 991px) {
  .text-semibold_md {
    font-weight: 600 !important;
  }
}

.text-bold {
  font-weight: 700 !important;
}

.text-upper {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .text-center-sm {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .text-center-md {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}

.bg-primary {
  background: #3F892C !important;
}

.bg-secondary {
  background: #FFF2E6 !important;
}

.bg-light {
  background: #ECF3EA !important;
}

.bg-dark {
  background: #F5F5F5 !important;
}

@media only screen and (max-width: 767px) {
  .no-wrap-sm {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 991px) {
  .bg-tablet-dark {
    background: #F4F4F4;
  }
}

.w-100 {
  width: 100% !important;
}

@media only screen and (min-width: 992px) {
  .w-100_lg {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .w-100_md {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .w-100_sm {
    width: 100%;
  }
}

.row {
  margin-left: -1.8rem;
  margin-right: -1.8rem;
}

.row > * {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.row-sm {
  margin-left: -1rem;
  margin-right: -1rem;
}

@media only screen and (max-width: 991px) {
  .row-sm {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .row-sm {
    margin-left: -0.55rem;
    margin-right: -0.55rem;
  }
}

.row-sm > * {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (max-width: 991px) {
  .row-sm > * {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .row-sm > * {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }
}

@media only screen and (min-width: 1600px) {
  .row-md {
    margin-left: -2.1rem;
    margin-right: -2.1rem;
  }
  .row-md > * {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}

@media only screen and (min-width: 1600px) {
  .row-lg {
    margin-left: -2.8rem;
    margin-right: -2.8rem;
  }
  .row-lg > * {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}

@media only screen and (max-width: 991px) {
  .mb-0-md {
    margin-bottom: 0;
  }
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem -0.4rem;
}

.slick-dots li {
  margin: 0 0.4rem;
}

.slick-dots button {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  font-size: 0;
  background: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: none;
  opacity: 0.2;
}

.slick-dots button:hover {
  opacity: 1;
  background: #3F892C;
}

.slick-dots .slick-active button {
  opacity: 1;
  background: #3F892C;
}

.slick-dots_inversion button {
  background: #fff !important;
}

.slick-arrow {
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid #000;
  border-radius: 50%;
  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: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.slick-arrow:hover:not([class*="slick-disabled"]) {
  border-color: #3F892C;
}

.slick-arrow:hover:not([class*="slick-disabled"]):before {
  background-image: url(../img/icons/prev-caret-primary.svg);
}

.slick-arrow:before {
  content: '';
  display: block;
  width: 0.8rem;
  height: 1.5rem;
  background: url(../img/icons/prev-caret.svg) 0 0 no-repeat;
  background-size: contain;
  margin-left: -0.2rem;
}

.slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.slick-arrow.slick-next:before {
  background-image: url(../img/icons/next-caret.svg);
  margin-left: 0.2rem;
}

.slick-arrow.slick-next:hover:not([class*="slick-disabled"]):before {
  background-image: url(../img/icons/next-caret-primary.svg);
}

.slick-arrow:hover {
  opacity: 0.5;
}

.slick-arrow.slick-disabled {
  opacity: 0.2;
}

.breadcrumb {
  margin: 3.2rem 0 1.4rem;
  font-size: 1.2rem;
  line-height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #AEAEAE;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .breadcrumb {
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 1.7rem 0 0.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .breadcrumb_margin {
    margin-bottom: 2.2rem;
  }
}

.breadcrumb__item {
  margin-bottom: 1rem;
}

.breadcrumb__item + .breadcrumb__item:before {
  content: '–';
  color: #000;
  display: inline-block;
  margin: 0 0.7rem;
}

@media only screen and (max-width: 991px) {
  .breadcrumb__item + .breadcrumb__item:before {
    margin: 0 0.55rem;
  }
}

.breadcrumb__icon {
  margin-right: 1.2rem;
}

.breadcrumb_inversion .breadcrumb__link:not(:hover) {
  color: #fff;
}

.breadcrumb_inversion .breadcrumb__item:before {
  color: #fff;
}

.tab-nav {
  margin: 0.3rem 0rem 5.4rem;
}

@media only screen and (max-width: 991px) {
  .tab-nav {
    margin: 1.2rem 0rem 3.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .tab-nav {
    margin-top: 0.4rem;
  }
}

.tab-nav__item {
  margin: 0 1.4rem;
}

.tab-nav__link {
  color: #AEAEAE;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid transparent;
}

.tab-nav__link:hover {
  color: #000;
}

.tab-nav__link.active {
  border-color: #000;
  color: #000;
}

@media only screen and (max-width: 991px) {
  .tab-nav__link {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 4.6rem;
}

@media only screen and (max-width: 991px) {
  .main {
    padding-left: 0;
  }
}

.main_md {
  max-width: 92.5rem;
}

.main_padding {
  padding-top: 0.8rem;
}

@media only screen and (max-width: 991px) {
  .main_padding {
    padding-top: 3.2rem;
  }
}

.main_padding-md {
  padding: 0.8rem 0 0 6.2rem;
}

@media only screen and (max-width: 991px) {
  .main_padding-md {
    padding: 0;
  }
}

.main_reverse {
  width: 80%;
  padding: 0 6rem 0 0;
}

@media only screen and (max-width: 1199px) {
  .main_reverse {
    padding-right: 3rem;
  }
}

@media only screen and (max-width: 991px) {
  .main_reverse {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .main__title {
    margin-bottom: 1.8rem;
  }
}

.sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.4rem;
  width: 24.1%;
}

@media only screen and (max-width: 991px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar_padding {
  padding: 11.3rem 0 0 0rem;
  width: 23.75%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sidebar_padding > .fixed {
  width: 29.45rem;
  margin-top: 6rem;
}

@media only screen and (max-width: 1400px) {
  .sidebar_padding > .fixed {
    width: 26.31rem;
  }
}

@media only screen and (max-width: 1199px) {
  .sidebar_padding {
    width: 29%;
  }
  .sidebar_padding > .fixed {
    width: width: 26.91rem;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar_padding {
    width: 100%;
    padding-top: 0;
  }
  .floating {
    position: unset;
  }
  .sidebar_padding > .fixed {
    display: none;
  }
}

.sidebar-nav {
  border-left: 1px solid #E8E8E8;
}

@media only screen and (max-width: 991px) {
  .sidebar-nav {
    border: none;
    overflow: hidden;
  }
}

.sidebar-nav_tablet-bordered {
  margin: 0.4rem 0.5rem 0 0;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
  .sidebar-nav_tablet-bordered {
    border-radius: 15px;
    border: 1px solid #E7E7E7;
    padding: 0;
    margin: -0.1rem 0 3.3rem;
    font-size: 1.6rem;
  }
}

.sidebar-nav_tablet-bordered .sidebar-nav__item {
  margin-bottom: 0.4rem;
}

.sidebar-nav_tablet-bordered .sidebar-nav__item_margin {
  margin-bottom: 1.3rem;
}

@media only screen and (max-width: 991px) {
  .sidebar-nav_tablet-bordered .sidebar-nav__item_margin .sidebar-nav__link {
    padding: 1.7rem 2.2rem;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar-nav_tablet-bordered .sidebar-nav__item {
    margin: 0;
  }
  .sidebar-nav_tablet-bordered .sidebar-nav__item:not(:last-child) {
    border-bottom: 1px solid #E7E7E7;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar-nav_tablet-bordered .sidebar-nav__link {
    padding: 1.66rem 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-nav_tablet-bordered .sidebar-nav__link {
    padding: 1.66rem 2.3rem;
  }
}

.sidebar-nav__item {
  margin: 0 0 1.15rem -0.1rem;
}

@media only screen and (max-width: 991px) {
  .sidebar-nav__item {
    margin: 0;
  }
}

.sidebar-nav__link {
  display: block;
  padding: 1rem 0 1.1rem 2.4rem;
  line-height: 2rem;
  border-left: 1px solid transparent;
}

@media only screen and (max-width: 991px) {
  .sidebar-nav__link {
    border: none;
    padding: 1rem 2rem;
  }
}

.sidebar-nav__link.active, .sidebar-nav__link:hover {
  border-color: #000;
  color: #3F892C;
}

@media only screen and (max-width: 991px) {
  .sidebar-nav__link.active, .sidebar-nav__link:hover {
    background: #ECF3EA;
    color: #3F892C;
  }
}

.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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: #191919;
  z-index: 999;
}

.preloader__image {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: rotate;
  animation-name: rotate;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.form-group {
  margin-bottom: 2.4rem;
}

.form-group_margin-xs {
  margin-bottom: 1.6rem;
}

.form-group_margin-xsm {
  margin-bottom: 2.1rem;
}

.form-group_margin-sm {
  margin-bottom: 3.4rem;
}

.form-group_margin-md {
  margin-bottom: 4.1rem;
}

@media only screen and (max-width: 991px) {
  .form-group_margin-md {
    margin-bottom: 3.8rem;
  }
  .form-group_margin-md.form-group_margin-md-tablet {
    margin-bottom: 2.4rem;
  }
}

.form-group_margin-lg {
  margin-bottom: 5rem;
}

.form-control {
  font-family: inherit;
  display: block;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 1rem 0 1rem;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  background: transparent;
}

.form-control.has-error {
  border-color: #F33B3B;
}

.form-control.has-error::-webkit-input-placeholder {
  color: #F33B3B !important;
}

.form-control.has-error::-moz-placeholder {
  color: #F33B3B !important;
}

.form-control.has-error:-moz-placeholder {
  color: #F33B3B !important;
}

.form-control.has-error:-ms-input-placeholder {
  color: #F33B3B !important;
}

.form-control_primary {
  border-color: #3F892C;
  color: #3F892C;
}

.form-control_light {
  border-color: #AEAEAE;
}

.form-control_light::-webkit-input-placeholder {
  color: #AEAEAE !important;
}

.form-control_light::-moz-placeholder {
  color: #AEAEAE !important;
}

.form-control_light:-moz-placeholder {
  color: #AEAEAE !important;
}

.form-control_light:-ms-input-placeholder {
  color: #AEAEAE !important;
}

@media only screen and (max-width: 767px) {
  .form-control {
    font-size: 1.4rem;
    line-height: 1.7rem;
    padding-bottom: 1.1rem;
  }
}

@media only screen and (max-width: 991px) {
  .form-control_md {
    font-size: 1.4rem;
    line-height: 1.7rem;
    padding-bottom: 1.1rem;
  }
}

.form-control_date {
  background: url(../img/icons/calendar.svg) 100% 0 no-repeat;
  background-size: 20px 20px;
}

.form-control_dotted {
  padding: 0.9rem 2.3rem 0.7rem;
  border: 1px dotted #000;
}

.form-check-input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  vertical-align: -0.3rem;
  margin-right: 1.2rem;
  border: 1px solid #E0E0E0;
  background: #E0E0E0;
  cursor: pointer;
  -webkit-transition: background-color, border-color 0.3s ease-out;
  transition: background-color, border-color 0.3s ease-out;
}

.form-check-input:hover {
  background: #000;
  border-color: #000;
}

.form-check-input:checked {
  background: #3F892C url(../img/icons/checkbox.svg) 60% 50% no-repeat;
  background-size: 12px 9px;
  border-color: #3F892C;
}

.form-radio-input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #EDEDED;
  border: 5px solid #EDEDED;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .form-radio-input {
    margin-right: 1rem;
  }
}

.form-radio-input:checked {
  background: transparent;
  border-color: #000;
}

.form-radio-input_primary:checked {
  background: transparent;
  border-color: #3F892C;
}

.form-radio-input_border {
  border-width: 0.75rem;
}

.radio-label {
  margin-bottom: 0.9rem;
}

.radio-label .form-radio-input {
  margin-right: 1.4rem;
}

.radio-group .radio-label:not(:last-child) {
  margin-right: 4.7rem;
}

@media only screen and (max-width: 991px) {
  .radio-group .radio-label:not(:last-child) {
    margin-right: 5.7rem;
  }
}

.checkbox-group .checkbox-label {
  margin-right: 4rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

select.form-control {
  background: url(../img/icons/caret.svg) 99% 15% no-repeat;
  background-size: 16px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  select.form-control {
    background-position: 100% 11%;
  }
}

.select-styling {
  background: url(../img/icons/caret.svg) 90.5% 56% no-repeat;
  padding: 0.8rem 2.4rem 0.6rem;
  background-size: 15px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-family: inherit;
  border: 1px solid #EDEDED;
  font-weight: 500;
  width: 100%;
  color: #000;
}

@media only screen and (max-width: 991px) {
  .select-styling {
    font-size: 1.4rem;
    padding: 1.1rem 1.5rem;
    background-position: 95.5% 56%;
  }
}

.select-styling_primary {
  border-color: #3F892C;
}

.select-styling_primary-fill {
  margin-top: 0.3rem;
  background: #ECF3EA url(../img/icons/caret.svg) 95% 55% no-repeat;
  border-color: #3F892C;
  padding: 0.7rem 3rem 0.7rem 1.55rem;
  font-size: 1.4rem;
  line-height: 2.8rem;
  background-size: 17px 8px;
}

.label {
  display: block;
  color: #000000;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 1.4rem;
}

.label_margin-sm {
  margin-bottom: 0.2rem;
}

@media only screen and (max-width: 767px) {
  .label {
    margin-bottom: 0.9rem;
  }
}

@media only screen and (max-width: 991px) {
  .label_md {
    margin-bottom: 0.9rem;
  }
}

.ui-slider {
  background: rgba(0, 0, 0, 0.2);
  height: 0.2rem;
  margin: 1.7rem 0 3.1rem;
}

@media only screen and (max-width: 991px) {
  .ui-slider {
    margin: 1.1rem 0 2.2rem;
  }
}

.ui-slider.range_margin {
  margin: 2.5rem 0 0.7rem;
}

@media only screen and (max-width: 991px) {
  .ui-slider.range_margin {
    margin-top: 2.9rem;
  }
}

.ui-slider .ui-slider-handle {
  width: 1.6rem;
  height: 1.6rem;
  background: #3F892C;
  top: -0.7rem;
}

.ui-slider .ui-slider-range {
  height: 0.2rem;
  background: #3F892C;
}

.range-value {
  border: none;
  width: 10.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  border-radius: 0;
}

.range-value_md {
  width: 5rem;
}

@media only screen and (max-width: 991px) {
  .range-value {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}

.input-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-number__input {
  text-align: center;
  width: 100%;
  border: none;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.3rem;
  background: transparent;
  width: 3.6rem;
}

.input-number__plus, .input-number__minus {
  position: relative;
  width: 4rem;
  height: 4rem;
  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-radius: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.input-number__plus:before, .input-number__minus:before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background: #AEAEAE;
}

.input-number__plus:hover, .input-number__minus:hover {
  background: #EEEEEE;
}

.input-number__plus:hover:before, .input-number__plus:hover:after, .input-number__minus:hover:before, .input-number__minus:hover:after {
  background: #000;
}

.input-number__plus:after {
  content: '';
  width: 0.2rem;
  height: 1.6rem;
  background: #000;
  position: absolute;
}

.input-number__plus:before {
  background: #000;
}

.input-number__minus {
  bottom: 0;
}

.fake-btn {
  width: 26.9rem;
  height: 6rem;
  border-radius: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #3F892C;
}

@media only screen and (max-width: 991px) {
  .fake-btn {
    height: 4.4rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media only screen and (max-width: 767px) {
  .fake-btn {
    width: 19rem;
  }
}

.fake-btn__text {
  white-space: nowrap;
  margin: 0 -2rem 0 0.5rem;
}

@media only screen and (max-width: 991px) {
  .fake-btn__text {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .fake-btn__text {
    display: none;
  }
}

.fake-btn .input-number__input {
  width: 3rem;
  margin-left: -1.1rem;
  text-align: right;
  color: #fff;
  font-size: 1.4rem;
}

@media only screen and (max-width: 991px) {
  .fake-btn .input-number__input {
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .fake-btn .input-number__input {
    text-align: center;
    margin: 0;
    width: 100%;
  }
}

.fake-btn .input-number__plus {
  margin-left: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fake-btn .input-number__plus, .fake-btn .input-number__minus {
  height: 6rem;
  width: 5.6rem;
  position: relative;
  z-index: 2;
}

.fake-btn .input-number__plus:before, .fake-btn .input-number__plus:after, .fake-btn .input-number__minus:before, .fake-btn .input-number__minus:after {
  background: #fff;
}

.fake-btn .input-number__plus:before, .fake-btn .input-number__minus:before {
  width: 2.4rem;
}

.fake-btn .input-number__plus:after, .fake-btn .input-number__minus:after {
  height: 2.4rem;
}

.fake-btn .input-number__plus:hover, .fake-btn .input-number__minus:hover {
  background: none;
  opacity: 0.7;
}

.wrap-rating {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating {
  width: 6.8rem;
  height: 1.2rem;
  position: relative;
  background: url(../img/icons/rating.svg) 0 0 no-repeat;
  background-size: auto 100%;
  margin-right: 1.2rem;

  overflow: hidden;
}

.rating__active {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../img/icons/rating-active.svg) 0 0 no-repeat;
  background-size: auto 100%;
}

@media only screen and (min-width: 992px) {
  .rating_md {
    width: 9.8rem;
    height: 1.7rem;
  }
}

.rating-num {
  font-size: 1.2rem;
}

.fake-select {
  position: relative;
}

.fake-select__info {
  display: inline-block;
  margin-left: 1.2rem;
}

.fake-select__item {
  display: block;
  font-size: 1.3rem;
  line-height: 2.8rem;
  padding: 0.1rem 2.4rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  /*border-bottom: 1px solid #EDEDED;*/
}

.fake-select__item:hover {
  /*background: #ECF3EA;*/
}

.fake-select__item_active {
  /*background: #ECF3EA;*/
  font-weight: bold;
  font-size: 18px;
  /*padding: 1rem 0 1rem 0;*/
}

.fake-select__link {
  white-space: nowrap;
}

.fake-select__link.active {
  background: #ECF3EA;
  border: 1px solid #3F892C;
}

.fake-select__link.form-control {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000;
}

.fake-select__link.form-control.active {
  background: none;
}

.fake-select_check .fake-select__link {
  padding: 0.8rem 1.5rem 0.6rem;
}

.fake-select_check .fake-select__link:not([class*="active"]) {
  border-color: #AEAEAE;
}

.fake-select_check .fake-select__item {
  padding: 1.6rem 2.4rem;
}

.fake-select_check .fake-select__item_active:after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 0.9rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto 0;
  background: url(../img/icons/check-primary.svg) 0 0 no-repeat;
  background-size: contain;
}

.promocode {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.promocode__input {
  border: 1px dashed #000;
  width: 100%;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.6rem;
  padding: 1.6rem 4rem 1.6rem 6.4rem;
  font-weight: 600;
}

.promocode__input.has-success {
  color: #3F892C;
  border-color: #3F892C;
  background: url(../img/icons/succes.svg) 95.5% 50% no-repeat;
  background-size: 2.2rem 2.2rem;
}

.promocode__input.text-center {
  padding: 1.6rem 4.5rem;
}

.promocode .has-success + .icon-promo {
  background-image: url(../img/icons/promo-primary.svg);
}

.promocode__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.6rem;
  margin: auto 0;
}

.radio-list {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 15px;
  overflow: hidden;
  margin: -0.2rem 0 2.6rem;
}

@media only screen and (max-width: 991px) {
  .radio-list {
    margin: 1.6rem -0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .radio-list {
    margin: 1.6rem 0;
  }
}

.radio-list_margin {
  margin: 0 0 4.2rem;
}

@media only screen and (max-width: 991px) {
  .radio-list_margin {
    margin: 0 0 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .radio-list_margin {
    margin: 0;
  }
}

.radio-list__item {
  padding: 1.25rem 2.3rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 991px) {
  .radio-list__item {
    padding: 1.4rem 0.7rem 1.6rem 1.9rem;
  }
}

.radio-list__item:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}

.radio-list__item.active {
  background: #ECF3EA;
}

.radio-list__item P {
  margin-bottom: 0;
}

.radio-list__item .form-radio-input {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 991px) {
  .radio-list__item .form-radio-input {
    margin: 0.1rem 1.2rem 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .radio-list__item .text-semibold {
    margin-bottom: 0.5rem;
  }
}

.radio-list__item_md {
  padding: 1.45rem 2.3rem;
}

@media only screen and (max-width: 991px) {
  .radio-list__item_md {
    padding: 1rem 1.8rem 1rem 1.9rem;
  }
  .radio-list__item_md .text-semibold {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .radio-list__item_md {
    padding-top: 0.95rem;
  }
}

.radio-list__item_md .form-radio-input {
  margin-top: 0;
}

.radio-list__item_md .radio-list__logo {
  width: 8.4rem;
}

.radio-list__text {
  margin-right: 1rem;
}

.radio-list__logo {
  margin-left: auto;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13rem;
}

.wrap-select {
  position: relative;
  max-width: 70.1rem;
}

.wrap-select__label {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 4rem;
}

@media only screen and (max-width: 767px) {
  .wrap-select__label {
    line-height: 1.7rem;
  }
}

.wrap-select__form-control {
  padding-left: 14.5rem;
  color: #AEAEAE;
}

@media only screen and (max-width: 991px) {
  .wrap-select__form-control {
    font-size: 1.4rem;
    padding-left: 12.1rem;
    padding-bottom: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-select__form-control {
    padding-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .select-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.select-group .fake-select {
  min-width: 25.9rem;
  margin-right: 1.6rem;
}

@media only screen and (max-width: 991px) {
  .select-group .fake-select {
    width: 48.3%;
    margin: 0;
    padding: 0.7rem 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .select-group .fake-select {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}

.ui-datepicker-prev {
  left: 0 !important;
  border: none !important;
  background: transparent !important;
  top: 0.2rem !important;
  cursor: pointer;
}

.ui-datepicker-next {
  right: 0 !important;
  border: none !important;
  background: transparent !important;
  top: 0.2rem !important;
  cursor: pointer;
}

.ui-icon-circle-triangle-w {
  background: url(../img/icons/prev-caret.svg) 50% 50% no-repeat !important;
  background-size: contain;
}

.ui-icon-circle-triangle-e {
  background: url(../img/icons/next-caret.svg) 50% 50% no-repeat !important;
  background-size: contain;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: #3F892C;
  border-color: #3F892C;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  color: #fff;
}

.form-inline {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 17.9rem;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .form-inline {
    width: 30.5rem;
  }
}

.form-inline_large {
  width: 31.1rem;
}

@media only screen and (max-width: 991px) {
  .form-inline_large {
    width: 30.7rem;
  }
}

.form-inline__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.8rem;
}

@media only screen and (max-width: 991px) {
  .form-inline__btn {
    margin-left: 1.2rem;
  }
}

.info-block {
  position: relative;
  z-index: 3;
}

.info-block.collapse:not(.show) {
  display: none !important;
}

.info-block.first-plane {
  z-index: 100;
}

.info-block__body {
  padding: 0.7em 3rem;
  position: relative;
}

.info-block__body p {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .info-block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.info-block__close {
  opacity: 0.3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2rem;
  margin: auto 0;
}

.info-block__close:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .info-block__close {
    position: relative;
    margin-left: 0.8rem;
    right: 0;
  }
}

.fixed-header .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 94;
  background: #ffffff;

}

@media only screen and (max-width: 991px) {
  .header {
    padding-bottom: 1.6rem;
    background: none;
    z-index: 95;
  }
  .header.first-plane {
    z-index: 100;
  }
}

.header a:not([class*="logo"]) {
  -webkit-transition: none;
  transition: none;
}

.header_fixed {
  background: #fff !important;
}

@media only screen and (min-width: 992px) {
  .header_fixed .header__top {
    padding-top: 1.7rem;
    padding-bottom: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .header_fixed .logo {
    width: 13rem;
    margin-right: 8.7%;
  }
}

@media only screen and (min-width: 992px) {
  .header_inversion000000:not([class*="header_search"]):not([class*="header_fixed"]) {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .header_inversion000:not([class*="header_search"]):not([class*="header_fixed"]) .hidden-inversion {
    display: none !important;
  }
  .header_inversion000:not([class*="header_search"]):not([class*="header_fixed"]) .visible-inversion {
    display: block !important;
  }
  .header_inversion000:not([class*="header_search"]):not([class*="header_fixed"]) .icon-search {
    background-image: url(../img/icons/search-inversion.svg);
  }
  .header_inversion000:not([class*="header_search"]):not([class*="header_fixed"]) .icon-favorite {
    background-image: url(../img/icons/favorite-inversion.svg);
  }
  .header_inversion000:not([class*="header_search"]):not([class*="header_fixed"]) .icon-basket {
    background-image: url(../img/icons/basket-inversion.svg);
  }
  .header_inversion000:not([class*="header_search"]):not([class*="header_fixed"]) .icon-login {
    background-image: url(../img/icons/login-inversion.svg);
  }
  .header_inversion000:not([class*="header_search"]):not([class*="header_fixed"]) .icon-location {
    background-image: url(../img/icons/location-inversion.svg);
  }
  .header_inversion000:not([class*="header_search"]):not([class*="header_fixed"]) .icon-dots {
    background-image: url(../img/icons/dots-inversion.svg);
  }
  .header_inversion000:not([class*="header_search"]):not([class*="header_fixed"]) .btn-menu:not(:hover) .btn-menu__item {
    background: #fff;
  }
  .header_inversion000:not([class*="header_search"]):not([class*="header_fixed"]) .nav-list__link:not(:hover), .header_inversion000:not([class*="header_search"]):not([class*="header_fixed"]) .phone:not(:hover), .header_inversion000:not([class*="header_search"]):not([class*="header_fixed"]) .location-link:not(:hover) {
    color: #fff;
  }
  .header_inversion000:not([class*="header_search"]):not([class*="header_fixed"]) .nav-list__link:not(:hover):after, .header_inversion000:not([class*="header_search"]):not([class*="header_fixed"]) .phone:not(:hover):after, .header_inversion000:not([class*="header_search"]):not([class*="header_fixed"]) .location-link:not(:hover):after {
    /*background: #fff;*/
    background: url(../img/icons/caret-white.svg) no-repeat;
    background-size: 80% auto;
  }
  .header_inversion000:not([class*="header_search"]):not([class*="header_fixed"]) .header__btn:not(:hover) {
    color: #fff;
    background: rgba(112, 223, 75, 0.1);
    border-color: rgba(112, 223, 75, 0);
  }
}

.header_search {
  background: #fff;
  z-index: 98;
}

.header__top {
  padding: 3.7rem 0 0.6rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 991px) {
  .header__top {
    padding-top: 1.7rem;
    padding-bottom: 0;
  }
}

.header__logo {
  margin-right: 5.5%;
}

@media only screen and (max-width: 991px) {
  .header__logo {
    margin: 0 auto;
    width: 13.9rem;
  }
}

.header__phone {
  margin: 0 3.9rem 0.1rem 0;
}

@media only screen and (max-width: 991px) {
  .header__phone {
    position: relative;
    margin: 0;
    top: -0.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .header__phone {
    right: 0.8rem;
  }
}

@media only screen and (max-width: 991px) {
  .header__phone:before {
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.header__btn {
  margin-bottom: -0.4rem;
}

@media only screen and (max-width: 991px) {
  .header__btn {
    margin: 1rem 1.5rem 2rem;
    display: block;
  }
}

.header__btn:not(:hover) {
  background: #ECF3EA;
  border-color: #ECF3EA;
}

.header__btn.header__btn_home:not(:hover) {
  background: #D5E7D0;
  border-color: #D5E7D0;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .header__bottom {
    margin-top: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .header__bottom {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .header__bottom {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .header__nav {
    position: static;
    background: none;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
    overflow: visible;
  }
}

@media only screen and (max-width: 991px) {
  .header__nav {
    padding-top: 5rem;
    width: 29rem;
  }
}

.visible-inversion {
  display: none !important;
}

.logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.logo:hover {
  opacity: 0.7;
}

.phone {
  font-size: 1.6rem;
  line-height: 1.9rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phone:before {
  content: '';
  display: block;
  background: #78B968;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  margin-right: 1.5rem;
}

.icons-nav {
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 991px) {
  .icons-nav {
    margin: 0;
    z-index: 96;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #FFFFFF;
    -webkit-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.08);
            box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.08);
    padding: 1.2rem 5% 1.4rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 1.2rem 6% 1.3rem 6.5%;
  }
}

@media only screen and (max-width: 767px) {
  .icons-nav {
    padding: 1.3rem 5.7% 1.2rem 6.5%;
  }
}

.icons-nav__link {
  text-align: center;
  margin-left: 3rem;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.icons-nav__link:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 991px) {
  .icons-nav__link {
    margin: 0 1.5rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .icons-nav__link:hover {
    opacity: 1;
  }
  .icons-nav__link .icon-basket {
    width: 2.2rem;
    height: 2.4rem;
    margin: 0 1.5rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .icons-nav__link .icon-favorite {
    width: 2.4rem;
    height: 2rem;
  }
  .icons-nav__link .icon-login {
    width: 2.2rem;
    height: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .icons-nav__link {
    margin: 0;
  }
  .icons-nav__link-catalogue {
    margin: 0 1.3rem 0 1.4rem;
  }
}

.icons-nav__link.active, .icons-nav__link:hover {
  color: #3F892C;
}

.icons-nav__link.active .icon-home, .icons-nav__link:hover .icon-home {
  background-image: url(../img/icons/home-primary.svg);
}

.icons-nav__link.active .icon-catalogue, .icons-nav__link:hover .icon-catalogue {
  background-image: url(../img/icons/catalogue-primary.svg);
}

.icons-nav__link.active .icon-basket, .icons-nav__link:hover .icon-basket {
  background-image: url(../img/icons/basket-primary.svg);
}

.icons-nav__link.active .icon-favorite, .icons-nav__link:hover .icon-favorite {
  background-image: url(../img/icons/favorite-primary.svg);
}

.icons-nav__link.active .icon-login, .icons-nav__link:hover .icon-login {
  background-image: url(../img/icons/login-primary.svg);
}

.icons-nav .icon {
  position: relative;
}

.icons-nav__text {
  margin-top: 0.2rem;
}

.icons-nav__count {
  display: block;
  position: absolute;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 0 0.6rem;
  color: #fff;
  background: #3F892C;
  border-radius: 30px;
  top: -0.6rem;
  right: -1.3rem;
}

@media only screen and (max-width: 991px) {
  .icons-nav__count {
    font-size: 0.9rem;
    line-height: 1.2rem;
    padding: 0.1rem 0.45rem;
    top: -0.3rem;
    right: -1rem;
  }
}

.nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.nav .icon-dots {
  margin: 0 0.1rem 0.2rem 0;
}

.nav__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

@media only screen and (max-width: 991px) {
  .nav-list {
    padding-bottom: 2rem;
  }
}

.nav-list__item {
  margin-right: 5%;
}

@media only screen and (min-width: 992px) {
  .nav-list__item {
    padding: 1.2rem 0;
  }
  .nav-list__item > .collapse-dropdown-menu.collapse {
    display: none;
  }
  .nav-list__item:hover > .collapse-dropdown-menu {
    display: block;
  }
}

@media only screen and (max-width: 1399px) {
  .nav-list__item {
    margin-right: 3rem;
  }
}

@media only screen and (max-width: 1199px) {
  .nav-list__item {
    margin-right: 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .nav-list__item {
    margin-right: 0;
  }
}

.nav-list__item_last {
  margin-left: auto;
  margin-right: 0;
}

.nav-list__link {
  font-size: 1.4rem;
}

@media only screen and (min-width: 992px) {
  .nav-list__link.dropdown-toggle {
    padding: 0;
    border: none;
  }
}

.nav-list__link.dropdown-toggle::after {
  width: 1.1rem;
  height: 0.5rem;
}

.nav-list__link.active {
  color: #3F892C;
}

@media only screen and (max-width: 991px) {
  .nav-list__link {
    display: block;
    padding: 1rem 2rem;
    margin: 0;
    border: none;
  }
}

.btn-menu {
  display: block;
  border: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btn-menu__item {
  display: block;
  width: 2rem;
  height: 0.2rem;
  border-top-style: 5px;
  background: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-menu__item + .btn-menu__item {
  margin-top: 0.5rem;
}

.btn-menu:hover .btn-menu__item {
  background: #3F892C;
}

.search {
  position: absolute;
  margin-top: 1px;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 98;
}

.search__form {
  border-top: 5px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 3.4rem 0 3.5rem;
}

.search__form.nim__search {
  border-top: none;
  border-bottom: 1px solid #C6C6C6;
  padding: 0 0 0.5rem 0;
}

.nim__search .container{
  padding-left: 0;
  padding-right: 0;
}
.nim__search .icon-arrow {
  width: 4rem;
  height: 2.8rem;
  background-image: url(../img/icons/search-arrow.svg);
  background-position-y: bottom;
  margin-top: 0;
}
.nim__categories{
  padding-bottom: 6rem;
}
.nim__tag_nav .btn-primary.active {
  border-color: transparent;
  background: #F5F5F5;
  color: #1D1D1B;
  margin-right: 1.2rem;
  font-size: 1.7rem;

  padding: 0.6rem 3.4rem;
}
.nim__tag_nav .btn-primary.active.nim__active{
  background: #C5C5C5;
  border-color: transparent;
  color: #1D1D1B;
}
.nim__tag_nav .nim__all {
  margin-right: 1.2rem;
  font-size: 1.7rem;
}
.nim__tag_nav .nim__all.nim__all_blog {
  background: #C5C5C5;
  border-color: #C5C5C5;
  color: #1D1D1B;
}
.nim__tag_nav .btn:hover {
  background: #C5C5C5!important;
  border-color: #C5C5C5!important;
  color: #1D1D1B!important;
}

@media only screen and (max-width: 767px) {
  .search__form {
    padding: 1.5rem 0;
  }

  .search__form.nim__search {
    padding: 1.5rem 0;

  }

}

.search__input {
  border: none;
  width: 100%;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 400;
  padding: 0 0.5rem;
}

.search__input::-webkit-input-placeholder {
  color: #AEAEAE !important;
}

.search__input::-moz-placeholder {
  color: #AEAEAE !important;
}

.search__input:-moz-placeholder {
  color: #AEAEAE !important;
}

.search__input:-ms-input-placeholder {
  color: #AEAEAE !important;
}

.nim__search .search__input {
  font-size: 1.7rem;
  font-weight: 500;
}
.nim__search .search__input::-webkit-input-placeholder {color: #1D1D1B !important;}
.nim__search .search__input::-moz-placeholder {color: #1D1D1B !important;}
.nim__search .search__input:-moz-placeholder {color: #1D1D1B !important;}
.nim__search .search__input:-ms-input-placeholder {color: #1D1D1B !important;}

@media only screen and (max-width: 767px) {
  .search__input {
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding-right: 1.5rem;
  }
}

.search__btn {
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0.6rem 4.7rem 0 0;
}

@media only screen and (max-width: 767px) {
  .search__btn {
    margin: 0.3rem 2rem 0 0;
  }
}

.search__btn:hover {
  opacity: 0.5;
}

.search-list {
  padding: 4.7rem 0.4rem 3.9rem;
}

@media only screen and (max-width: 767px) {
  .search-list {
    padding: 2.5rem 0 2rem;
  }
}

.search-list__item {
  margin-bottom: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .search .icon-close {
    margin-right: 1.8%;
  }
}

.close-link {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
}

.close-link.show {
  z-index: 97;
  opacity: 1;
}

.location-link {
  font-size: 1.4rem;
  margin-right: 5.4%;
  min-width: 17rem;
}

@media only screen and (max-width: 1199px) {
  .location-link {
    margin-right: 3rem;
  }
}

@media only screen and (max-width: 991px) {
  .location-link {
    margin: 0 2rem 1.5rem;
  }
}

.location-pane {
  width: 79rem;
  padding: 12.3rem 7.2% 5rem 7.3%;
}

@media only screen and (max-width: 991px) {
  .location-pane {
    padding: 8.3rem 6.3% 5rem 6.3%;
  }
}

@media only screen and (max-width: 991px) {
  .location-pane .title_size-md {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
}

.location-pane__form {
  position: relative;
  margin: 4.9rem 0 2rem;
}

@media only screen and (max-width: 991px) {
  .location-pane__form {
    max-width: 32.7rem;
    margin: 2.7rem 0 1.6rem;
  }
}

.location-pane__icon {
  position: absolute;
  left: 0;
  top: 0.1rem;
}

.location-pane__label {
  left: 3.1rem;
  top: 0.2rem;
  position: absolute;
  margin: 0;
  font-weight: 500;
  font-size: 1.6rem;
}

@media only screen and (max-width: 991px) {
  .location-pane__label {
    font-size: 1.4rem;
    left: 2.8rem;
  }
}

.location-pane__input {
  padding-left: 14.7rem;
  padding-right: 3rem;
}

@media only screen and (max-width: 991px) {
  .location-pane__input {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-left: 12.1rem;
  }
}

.location-pane__clear {
  position: absolute;
  top: 0.3rem;
  right: 0.1rem;
}

.location-pane__text {
  line-height: 2rem;
  padding-right: 1rem;
}

@media only screen and (max-width: 991px) {
  .location-pane__text {
    max-width: 32.7rem;
  }
}

.location-list {
  margin-top: 4rem;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .location-list {
    margin-top: 3.2rem;
  }
}

.location-list__item {
  margin-bottom: 2.6rem;
}

@media only screen and (max-width: 991px) {
  .location-list__item {
    margin-bottom: 1.9rem;
  }
}

@media only screen and (max-width: 991px) {
  .location-list__link {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.preview-slider .slick-slide {
  background: #ECF3EA;
  position: relative;
  margin-top: 14.7rem;
}

@media only screen and (max-width: 991px) {
  .preview-slider .slick-slide {
    padding: 8.8rem 5.1rem 11.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .preview-slider .slick-slide {
    text-align: center;
    padding: 0 0 0;
    margin-top: 60px;
  }

  .pustoi_button {
    display: flex;
    justify-content: center;
  }

  .pustoi_button > .btn {
    bottom:   60px !important;
  }
}

@media(max-width: 480px) {
  .pustoi_button > .btn {
    padding: 0 !important;
    max-width: 200px !important;
    width: 100% !important;
    height: 40px !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    bottom:   -30px !important;
  }

  .preview-slider .slick-dots {
    bottom: 5px !important;
  }
}

.preview-slider .slick-slide.slide-dark {
  background: #097147;
}

@media only screen and (max-width: 767px) {
  .preview-slider .slick-track {
    display: block;
  }
}

.preview-slider__image {
  width: 100%;
  height: 60rem;
}

.preview-slider .slick-dots {
  margin-bottom: 0;
  position: absolute;
  bottom: 3rem;
  left: -0.7rem;
  right: 0;
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  /*justify-content: flex-start;*/
}

.preview-slider .slick-dots:not([class*="slick-dots_inversion"]) button {
  background: #000 !important;
}

@media only screen and (max-width: 1599px) {
  .preview-slider .slick-dots {
    max-width: 1110px;
  }
}

@media only screen and (max-width: 1399px) {
  .preview-slider .slick-dots {
    max-width: 1110px;
  }
}

@media only screen and (max-width: 1199px) {
  .preview-slider .slick-dots {
    max-width: 930px;
    bottom: 0.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .preview-slider .slick-dots {
    max-width: 637px;
  }
}

@media only screen and (max-width: 767px) {
  .preview-slider .slick-dots {
    padding: 0 1.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    bottom: 2.1rem;
  }
}

.preview .container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .preview__title {
    font-size: 3.2rem;
    line-height: 3.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .preview__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.preview__title_margin {
  margin: 5.6rem 0 6.3rem;
}

@media only screen and (max-width: 991px) {
  .preview__title_margin {
    margin: 3rem 0;
  }
}

.preview__text {
  width: 40%;
}

@media only screen and (max-width: 1399px) {
  .preview__text {
    width: 50%;
  }
}

@media only screen and (max-width: 1199px) {
  .preview__text {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .preview__text {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .preview__text {
    width: 100%;
    margin-bottom: 4.4rem;
  }
}

@media only screen and (max-width: 500px) {
  .preview__text {
    width: 100%;
    margin-bottom: 11.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .preview__text .title_margin-bottom-md {
    margin-bottom: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .preview__text .title_margin-bottom-md {
    margin: 23rem 0 1rem;
    background-color: #ffffff;
    border-radius: 1rem;
    color: #000000;
    padding-top: 1rem;
    padding-bottom: 1rem !important;
  }
}

.preview__image {
  margin: 0.5rem 0 0 -1.9%;
}

@media only screen and (max-width: 991px) {
  .preview__image {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .preview__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.preview__logo {
  margin: 2.9rem 0.3rem;
}

@media only screen and (max-width: 991px) {
  .preview__logo {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .preview__logo {
    margin: 2rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.preview__buttons {
  margin-top: 4.7rem;
}

@media only screen and (max-width: 991px) {
  .preview__buttons {
    margin-top: 17.3rem;
  }
}

.preview__buttons .btn {
  margin-right: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .preview__buttons .btn {
    margin: 0;
  }
}

.press-slider {
  margin: 0 -4% 0 -2rem;
}

@media only screen and (max-width: 991px) {
  .press-slider {
    margin: 0 -4% 0 -3.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .press-slider {
    margin: 0 -4% 0 -2.5rem;
  }
}

.press-slider .slick-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1199px) {
  .press-slider .slick-list {
    padding-right: 15%;
  }
}

@media only screen and (max-width: 767px) {
  .press-slider .slick-list {
    padding-right: 27%;
  }
}

.press-slider .slick-slide {
  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: 1rem;
}

@media only screen and (max-width: 767px) {
  .press-slider .slick-slide {
    padding: 1rem 2.5rem;
  }
}

.home__press-slider {
  margin-top: 5rem;
  margin-bottom: 10.8rem;
}

@media only screen and (max-width: 991px) {
  .home__press-slider {
    margin-top: 2.9rem;
    margin-bottom: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .home__press-slider {
    margin-top: 2.3rem;
    margin-bottom: 2.4rem;
  }
}

.about-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 36.9% 59.2%;
      grid-template-columns: 36.9% 59.2%;
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  grid-gap: 4.8rem 3.9%;
  padding: 1.8rem 0 5rem;
}

@media only screen and (max-width: 991px) {
  .about-section {
    grid-gap: 2rem 2rem;
    -ms-grid-columns: 48.5% 48.5%;
        grid-template-columns: 48.5% 48.5%;
    padding-bottom: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .about-section {
    display: block;
    padding: 1.6rem 0;
  }
}

.about-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 32.2rem;
}

@media only screen and (max-width: 991px) {
  .about-item {
    min-height: 15rem;
  }
}

@media only screen and (max-width: 767px) {
  .about-item {
    margin-bottom: 1.6em;
  }
}

.about-item__image {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  border-radius: 15px;
  display: block;
  max-width: 100%;
}

@media only screen and (max-width: 1399px) {
  .about-item__image {
    height: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .about-item__image {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 991px) {
  .about-item__image {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .about-item__image {
    height: 100%;
  }
}

.about-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem 4rem 1.2rem;
  font-size: 1.3rem;
  line-height: 2.4rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
}

@media only screen and (max-width: 991px) {
  .about-item__body {
    padding: 3rem 2.3rem 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .about-item__body {
    padding: 3rem 2.4rem 1.4rem;
  }
}

.about-item__title {
  margin: 1rem 0;
}

@media only screen and (max-width: 991px) {
  .about-item__title {
    margin: 0.9rem 0;
  }
}

.about-item_vertical {
  grid-row: span 2;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .about-item_vertical {
    height: 30.7rem;
    margin-bottom: 2.4rem;
  }
}

.about-item_vertical-image {
  position: absolute;
  left: -9.4rem;
  bottom: 10.6rem;
}

@media only screen and (max-width: 1199px) {
  .about-item_vertical-image {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .about-item_vertical-image {
    display: block;
    width: 7.7rem;
    left: -2.4rem;
    bottom: 6.3rem;
  }
}

.about-item_vertical .about-item__body {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 991px) {
  .about-item_vertical .about-item__body {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 2.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .about-item_vertical .about-item__body {
    padding-bottom: 1.4rem;
  }
}

.advantages-section {
  margin: 9.6rem 0 5.9rem;
}

@media only screen and (min-width: 1600px) {
  .advantages-section .row {
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 1199px) {
  .advantages-section {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .advantages-section {
    margin: 2.9rem 1.6% 0;
  }
}

@media only screen and (max-width: 767px) {
  .advantages-section {
    margin-top: 1.1rem;
  }
}

.advantages-section__title {
  margin: 7.2rem 0;
}

.advantages-item {
  padding-top: 0.1rem;
  font-size: 1.3rem;
  line-height: 2.2rem;
}

@media only screen and (max-width: 1199px) {
  .advantages-item {
    margin-bottom: 5.9rem;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .advantages-item {
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding: 0 2%;
    margin-bottom: 4.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .advantages-item {
    padding: 0 3%;
    margin-bottom: 3.9rem;
  }
}

.advantages-item__title {
  margin: 2.4rem 0 1.2rem;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .advantages-item__title {
    margin: 1.1rem 0 0.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .advantages-item__title {
    margin-bottom: 0.8rem;
  }
}

.advantages-item__icon {
  display: inline-block;
  border-radius: 50%;
  margin-left: 1rem;
}

@media only screen and (max-width: 991px) {
  .advantages-item__icon {
    width: 8.8rem;
    height: 8.8rem;
    margin: 0;
  }
}

.advantages-item__icon img {
  position: relative;
  top: -1.2rem;
  right: -0.2rem;
}

@media only screen and (max-width: 991px) {
  .advantages-item__icon img {
    top: -0.8rem;
  }
}

.brands-section {
  padding: 7.6rem 0 9.7rem;
  /*background: #F2F2F2 url(../img/bg-brands.jpg) 50% 50% no-repeat;*/
  background-size: 100% 100%;
  margin-bottom: 7.4rem;
  background-attachment: fixed;
}

@media only screen and (max-width: 991px) {
  .brands-section {
    margin-top: -0.1rem;
    padding: 0;
    background: none;
    margin-bottom: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .brands-section {
    margin-top: 0.8rem;
  }
  .brands-section .title_margin-bottom-md {
    margin-bottom: 1.6rem;
  }
}

.brands-slider {
  padding-top: 3.8rem;
}

@media only screen and (min-width: 1600px) {
  .brands-slider {
    margin-left: -4rem !important;
  }
}

@media only screen and (max-width: 991px) {
  .brands-slider {
    padding: 0;
    margin-left: -1.5rem;
    margin-right: -2.4rem;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .brands-slider .slick-list {
    padding-right: 15%;
  }
}

@media only screen and (max-width: 767px) {
  .brands-slider .slick-list {
    padding-right: 28%;
  }
}

.brands-slider .slick-arrow {
  bottom: auto;
  top: -5.4rem;
  right: 1.5rem;
  left: auto;
}

.brands-slider .slick-arrow.slick-prev {
  margin-right: 7.3rem;
}

@media only screen and (min-width: 1600px) {
  .brands-slider .slick-arrow {
    right: 0.3rem;
  }
}

.brands-slider__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 991px) {
  .brands-slider__item {
    padding: 0 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .brands-slider__item {
    padding: 0 1rem;
  }
}

.brands-slider__link:hover {
  opacity: 0.7;
}

.catalogue-section {
  margin-bottom: 5.9rem;
}

@media only screen and (max-width: 991px) {
  .catalogue-section {
    margin-bottom: 4.95rem;
  }
}

.catalogue-section .catalogue-slider .slick-arrow {
  top: -5.1rem;
}

@media only screen and (max-width: 991px) {
  .catalogue-section .catalogue-slider .slick-list {
    padding-right: 10%;
  }
}

@media only screen and (max-width: 767px) {
  .catalogue-section .catalogue-slider .slick-list {
    padding-right: 15%;
  }
}

@media only screen and (max-width: 991px) {
  .catalogue-section .title_margin-bottom-md {
    margin-bottom: 1.7rem;
  }
}

.catalogue-item {
  position: relative;
  margin-bottom: 4rem;
  padding-top: 2.9rem;
}

@media only screen and (max-width: 991px) {
  .catalogue-item {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
  .catalogue-item .btn_size-sm {
    font-size: 1.2rem;
    padding: 0.3rem 1.9rem;
  }
}

.novinka {
  left: 0px;
}

@media only screen and (max-width: 1200px) {
  .novinka {
    display: inline-grid !important;
    margin-top: 0 !important;
  }
}

.catalogue-item__info {
  position: absolute;
  top: 0.4rem;
  right: 0.2rem;
  z-index: 2;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .catalogue-item__info {
    /*display: none;*/
  }
}

.catalogue-item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalogue-item__image:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 991px) {
  .catalogue-item__image {
    height: 15.4rem;
  }
}

.catalogue-item__image_margin {
  margin-bottom: 3.8rem;
}

@media only screen and (max-width: 991px) {
  .catalogue-item__image_margin {
    margin-bottom: -0.3rem;
  }
}

.catalogue-item__marks {
  margin: 0.2rem 0 0.4rem;
}

@media only screen and (max-width: 991px) {
  .catalogue-item__marks {
    margin-bottom: 0.5rem;
  }
}

.catalogue-item__price {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-right: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .catalogue-item__price {
    font-size: 1.6rem;
    margin-right: 0.8rem;
    line-height: 2rem;
  }
}

.catalogue-item__price_old {
  color: #AEAEAE;
  font-size: 1.2rem;
  line-height: 1.5rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 0.3rem;
}

.catalogue-item__price_discount {
  color: #000;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.catalogue-item__price_discount:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.8rem;
  left: -0.3rem;
  right: -0.3rem;
  border-top: 1px solid #C84141;
}

.catalogue-item__name {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0.8rem 0 0.7rem;
  display: inline-block;
  font-weight: 400;
  min-height: 60px;
}

@media only screen and (max-width: 991px) {
  .catalogue-item__name {
    font-size: 1.2rem;
    margin: 0.7rem 0 0.9rem;
  }
}

.catalogue-item__footer {
  margin-top: 1.7rem;
}

@media only screen and (max-width: 991px) {
  .catalogue-item__footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.3rem;
  }
}

.catalogue-item__footer .btn {
  margin-right: 1rem;
}

@media only screen and (max-width: 991px) {
  .catalogue-item__footer .btn {
    margin-right: 1.6rem;
  }
}

.catalogue-item-large {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 2.55rem;
  padding-bottom: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.catalogue-item-large__info {
  margin-top: 0.3rem;
}

@media only screen and (max-width: 767px) {
  .catalogue-item-large__info {
    display: none;
  }
}

.catalogue-item-large__info .info-item {
  margin-right: 0;
}

.catalogue-item-large__image {
  width: 15rem;
  margin: -0.3rem 1.7rem 0 0;
}

@media only screen and (max-width: 1199px) {
  .catalogue-item-large__image {
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .catalogue-item-large__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10rem;
    display: block;
  }
}

.catalogue-item-large__name {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin: 0.6rem 0 0.5rem;
  display: inline-block;
}

.catalogue-item-large__rating {
  margin-right: 1.3rem;
}

.catalogue-item-large__price {
  margin-top: 0.7rem;
}

@media only screen and (max-width: 767px) {
  .catalogue-item-large__price {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .catalogue-item-large__price .catalogue-item__footer {
    margin-top: 1.9rem;
  }
}

.catalogue-item-large__description {
  margin: 1.2rem 0;
}

.catalogue-item-large__description p {
  margin-bottom: 0.9rem;
}

.discount-marker {
  font-size: 1.2rem;
  line-height: 1.46rem;
  padding: 0.125rem 0.435rem;
  margin: 0.6rem 0 0 1.1rem;
  border-radius: 0 6px 6px 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  background: #C84141;
  white-space: nowrap;
}

.info-item {
  width: 4.4rem;
  height: 4.4rem;
  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: 0 1.6rem 0.8rem 0;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 2.4rem;
  background: #191919;
  color: #fff;
}

.info-item_warning {
  background: #FFF4DF;
}

.info-item_success {
  background: #ECF3EA;
}

.favorite-link {
  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: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  padding-top: 0.2rem;
  border: 1px solid #000;
}

@media only screen and (max-width: 991px) {
  .favorite-link {
    width: 1.8rem;
    height: 1.5rem;
    border: none;
    padding: 0;
    border-radius: 0;
  }
}

.favorite-link:hover {
  border-color: #ECECEC;
  background: #ECECEC;
}

@media only screen and (max-width: 991px) {
  .favorite-link:hover {
    background: none;
  }
}

.favorite-link.active {
  border-color: #ECECEC;
  background: #ECECEC;
}

.favorite-link.active .icon-favorite {
  background-image: url(../img/icons/favorite-dark-fill.svg);
}

@media only screen and (min-width: 992px) {
  .favorite-link.active:hover .icon-favorite {
    display: none;
  }
  .favorite-link.active:hover:before {
    content: '';
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/icons/close-gray.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

@media only screen and (max-width: 991px) {
  .favorite-link.active {
    background: none;
  }
  .favorite-link.active .icon-favorite {
    background-image: url(../img/icons/favorite-primary-fill.svg);
  }
}

.favorite-link .icon-favorite {
  width: 1.8rem;
  height: 1.5rem;
}

.favorite-link_md {
  width: 6rem;
  height: 6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.3rem;
}

@media only screen and (max-width: 991px) {
  .favorite-link_md {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    border: 1px solid #000;
  }
}

.favorite-link_md .icon-favorite {
  width: 2.4rem;
  height: 2rem;
}

@media only screen and (max-width: 991px) {
  .favorite-link_md .icon-favorite {
    width: 2rem;
    height: 1.7rem;
  }
}

.favorite-link_md:before {
  margin-top: -0.2rem;
}

.catalogue-slider {
  margin-left: -1.3rem;
  margin-right: -3rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 1600px) {
  .catalogue-slider {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .catalogue-slider .slick-list {
    padding-right: 14.5%;
  }
}

@media only screen and (max-width: 991px) {
  .catalogue-slider.recommend-slider .slick-list {
    padding-right: 10%;
  }
}

.catalogue-slider .catalogue-item {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  margin-bottom: 2.2rem;
}

@media only screen and (min-width: 1600px) {
  .catalogue-slider .catalogue-item {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    margin-bottom: 4.1rem;
  }
}

.catalogue-slider .slick-arrow {
  bottom: auto;
  top: -7.1rem;
  right: 1.5rem;
  left: auto;
}

.catalogue-slider .slick-arrow.slick-prev {
  margin-right: 6rem;
}

@media only screen and (min-width: 1600px) {
  .catalogue-slider .slick-arrow {
    right: 0.4rem;
  }
}

.mark {
  font-size: 1.1rem;
  line-height: 1.3rem;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  margin: 0 0.8rem 0.8rem 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mark_warning {
  background: #FFDD2D;
}

.mark_dark {
  background: #000;
  color: #fff;
}

.mark_size-sm {
  min-height: 2.8rem;
  min-width: 8rem;
}

.mark_size-md {
  padding: 1.1rem 1.3rem;
}

.sort-section {
  margin: 0.7rem 0 3.2rem;
}

@media only screen and (max-width: 991px) {
  .sort-section {
    margin: 2.9rem 0 2.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 991px) {
  .sort-section__dropdown {
    margin: 0 auto;
  }
}

.sort-section__dropdown .dropdown-toggle {
  border: none;
  padding: 0;
}

.sort-section__tags {
  margin: 0 -1.6rem 1.1rem 0;
  overflow: auto;
}

.sort-section__tags .btn {
  line-height: 3rem;
  padding: 0 1.35rem;
  margin: 0 0.8rem 0.8rem 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sort-section__tags .icon-close-inversion {
  margin-left: 1.2rem;
}

.sort-section__tags .icon-close-inversion:not(:hover) {
  opacity: 0.5;
}

@media only screen and (min-width: 992px) {
  .sort-list {
    margin: 0;
  }
}

.sort-list__link {
  color: #AEAEAE;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-right: 4.6rem;
  -webkit-transition: none;
  transition: none;
}

.sort-list__link:hover, .sort-list__link.active {
  color: #000;
}

.sort-list__link:hover .icon-sort, .sort-list__link.active .icon-sort {
  background-image: url(../img/icons/sort-active.svg);
}

@media only screen and (max-width: 991px) {
  .sort-list__link {
    display: block;
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }
}

.sort-list__icon {
  margin: 0 0 -0.1rem 0.4rem;
}

@media only screen and (max-width: 991px) {
  .sort-view {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.sort-view__link {
  margin: 0.7rem 0 0 1.1rem;
}

@media only screen and (max-width: 991px) {
  .sort-view__link {
    margin: 0 0.6rem 0 0;
    position: relative;
    top: 0.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .sort-view_margin {
    margin-top: 0.6rem;
  }
}

.catalogue-selected .icon-sort {
  display: none;
}

@media only screen and (min-width: 992px) {
  .filter-pane {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 22rem;
    -webkit-transform: none !important;
            transform: none !important;
    position: static;
    overflow: visible;
    z-index: 2;
  }
}

@media only screen and (min-width: 1200px) {
  .filter-pane {
    width: 29.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .filter-pane {
    width: 100%;
    padding: 8.3rem 4rem;
  }
}

.filter-pane__close {
  position: absolute;
  top: 1.4rem;
  right: 2.4rem;
}

.filter-pane__apply {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.2rem 4rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.08);
  z-index: 3;
}

.filter-pane__apply .btn-dark:not(:hover) {
  background: #000;
  border-color: #000;
}

.filter__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.filter-item {
  margin-bottom: 1.3rem;
}

.filter-item__link {
  display: block;
  /*position: relative;
  padding: 0.7rem 0 2rem;
  border-bottom: 1px solid #000;*/
}

.filter-item__link:after, .filter-item__link:before {
  content: '';
  position: absolute;
  width: 1.3rem;
  height: 0.15rem;
  background: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 1.8rem;
  right: 0;
}

.filter-item__link:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.filter-item__link:not([class*="collapsed"]):before {
  -webkit-transform: none;
          transform: none;
}

@media only screen and (max-width: 991px) {
  .filter-item__link {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

.filter-item__body {
  padding: 2.1rem 0 2rem;
}

.filter-item__body .select-primary {
  margin-top: 0.3rem;
}

.filter-item__range {
  margin-top: 0.8rem;
}

.filter__btn {
  margin: 1.5rem 0;
}

@media only screen and (max-width: 991px) {
  .filter__btn {
    font-size: 1.4rem;
    margin: 0.6rem 0;
    padding: 0.7rem 3.1rem;
  }
}

.input-list {
  margin-bottom: -0.3rem;
}

.input-list__item:not(:last-child) {
  margin-bottom: 0.9rem;
}

.dosage {
  display: inline-block;
  margin-left: 0.8rem;
}

.category-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 5.4%;
  margin-bottom: 2.3rem;
}

@media only screen and (max-width: 1199px) {
  .category-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .category-list {
    -ms-grid-columns: (20.5%)[4];
        grid-template-columns: repeat(4, 20.5%);
    grid-gap: 0 5.1%;
    overflow: hidden;
    margin-bottom: -0.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .category-list {
    -ms-grid-columns: (43%)[2];
        grid-template-columns: repeat(2, 43%);
    grid-gap: 0 9%;
  }
}

.category-list .catalogue-item {
  margin-bottom: 3.6rem;
}

@media only screen and (max-width: 991px) {
  .category-list .catalogue-item {
    padding-bottom: 2.4rem;
    margin-bottom: 1.2rem;
  }
  .category-list .catalogue-item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -1000%;
    right: -1000%;
    border-bottom: 1px solid #EDEDED;
  }
  .category-list .catalogue-item:nth-last-child(1):after, .category-list .catalogue-item:nth-last-child(2):after, .category-list .catalogue-item:nth-last-child(3):after, .category-list .catalogue-item:nth-last-child(4):after {
    display: none;
  }
}

.category__btn {
  margin-top: 3.6rem;
}

@media only screen and (max-width: 767px) {
  .category__btn {
    margin-top: 0;
  }
}

.pagination {
  margin: 4rem 0 6rem;
  color: #AEAEAE;
  font-size: 1.4rem;
  line-height: 2rem;
}

@media only screen and (max-width: 991px) {
  .pagination {
    margin: 3.1rem 0 3.9rem;
  }
}

.pagination_margin-sm {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
  .pagination_margin-sm {
    margin-bottom: 5rem;
  }
}

.pagination_margin-md {
  margin-bottom: 4.9rem;
}

@media only screen and (max-width: 991px) {
  .pagination_margin-md {
    margin-bottom: 3.8rem;
  }
}

.pagination_margin-lg {
  margin-bottom: 8.9rem;
}

@media only screen and (max-width: 991px) {
  .pagination_margin-lg {
    margin-bottom: 3.7rem;
  }
}

.pagination__item {
  margin: 0 0.9rem 1rem;
}

.pagination__link_circle {
  border: 1px solid #000;
  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-radius: 50%;
  width: 4.4rem;
  height: 4.4rem;
  margin: 0 0.9rem;
}

.pagination__link_circle:hover {
  border-color: #3F892C;
  background-color: #3F892C;
}

.pagination__link_circle:hover .icon-prev {
  background-image: url(../img/icons/prev-caret-inversion.svg);
}

.pagination__link_circle:hover .icon-next {
  background-image: url(../img/icons/next-caret-inversion.svg);
}

.calculator-section {
  margin: 5.4rem 0 7.1rem;
  padding: 10.8rem 0 9.5rem;
  background: #F8F8F8 url(../img/bg-calculator.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .calculator-section {
    margin: 2.7rem 2.4rem 4.7rem;
    padding: 3.2rem 7% 2.6rem 4.2%;
    border-radius: 15px;
  }
  .calculator-section .title_size-md {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .calculator-section {
    margin: 2.6rem 1.6rem 4.7rem;
    padding: 3.3rem 7% 2.6rem 0.8rem;
    background: url(../img/bg-calculator-xs.jpg) 50% 85% no-repeat;
    background-size: cover;
  }
}

.calculator-section__text {
  width: 50%;
}

@media only screen and (min-width: 1400px) {
  .calculator-section__text {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .calculator-section__text {
    width: 100%;
  }
}

.calculator-section__text p {
  margin-bottom: 3.4rem;
}

@media only screen and (max-width: 991px) {
  .calculator-section__text p {
    margin-bottom: 2.3rem;
  }
}

.calculator-section_md {
  border-radius: 15px;
  padding: 4.8rem 6.1% 5.4rem;
  background: url(../img/bg-calculator_sm.jpg) 50% 50% no-repeat;
  margin: 8.1rem 0 10rem;
  background-size: cover;
}

@media only screen and (max-width: 991px) {
  .calculator-section_md {
    padding: 3.3rem 6.8% 4.7rem;
    margin: 4.8rem 0 5rem;
  }
}

@media only screen and (max-width: 575px) {
  .calculator-section_md {
    background: url(../img/bg-calculator-xs.jpg) 50% 85% no-repeat;
    padding-bottom: 4.8rem;
  }
}

.calculator-section_md .calculator-section__text {
  width: 65%;
}

@media only screen and (max-width: 991px) {
  .calculator-section_md .calculator-section__text {
    width: 49%;
  }
}

@media only screen and (max-width: 575px) {
  .calculator-section_md .calculator-section__text {
    width: 100%;
  }
}

.calculator-section_sm {
  background: url(../img/bg-calculator_sm.jpg) 0 50% no-repeat;
  padding: 3.4rem 3.2rem 1.8rem;
  border-radius: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 2.4rem 0;
}

@media only screen and (max-width: 991px) {
  .calculator-section_sm {
    background-position: 100% 35%;
    padding: 3.3rem 52% 2.3rem 4.75rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .calculator-section_sm {
    background: url(../img/bg-calculator-xs.jpg) 50% 85% no-repeat;
    background-size: cover;
    padding: 3.3rem 6.8% 2.3rem;
    margin: 1.6rem 0;
  }
}

.calculator-section_sm__title {
  font-size: 1.6rem;
  margin-bottom: 1.3rem;
}

@media only screen and (max-width: 991px) {
  .calculator-section_sm__title {
    margin-bottom: 0.7rem;
  }
}

.calculator-section_sm p {
  margin-bottom: 2.4rem;
}

.calculator-section_sm .btn {
  padding: 0.7rem 2.35rem;
}

.calculator-pane {
  width: 79rem;
  padding: 10.7rem 14.1rem 0 12.1rem;
}

@media only screen and (max-width: 991px) {
  .calculator-pane {
    padding: 8.2rem 26.4% 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .calculator-pane {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .calculator-pane p {
    margin-bottom: 1.2rem;
  }
}

.calculator-pane__close {
  position: absolute;
  top: 9.7rem;
  right: 4.9rem;
}

@media only screen and (max-width: 991px) {
  .calculator-pane__close {
    top: 1.6rem;
    right: 2.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .calculator-pane__title {
    font-weight: 400 !important;
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
}

.calculator-pane__form {
  padding: 0.7rem 0;
}

@media only screen and (max-width: 991px) {
  .calculator-pane__form {
    padding: 1.2rem 0;
  }
  .calculator-pane__form .form-control {
    font-size: 1.4rem;
    line-height: 1.7rem;
    padding-bottom: 1.1rem;
  }
  .calculator-pane__form .label {
    margin-bottom: 0.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .calculator-pane__form {
    padding: 0;
  }
}

.calculator-preview {
  margin: 5.7rem 0 7.6rem;
}

@media only screen and (max-width: 991px) {
  .calculator-preview {
    margin: 3.2rem 0 3.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .calculator-preview {
    text-align: center;
  }
}

.calculator-preview__logo {
  display: inline-block;
  width: 14.6rem;
  height: 14.6rem;
  background: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: -0.1rem 4.4rem 0 0;
}

@media only screen and (max-width: 991px) {
  .calculator-preview__logo {
    width: 10.7rem;
    height: 10.7rem;
    margin: 0 0 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .calculator-preview__logo {
    margin-bottom: 1.2rem;
  }
}

.calculator-preview__logo img {
  position: relative;
  top: -1.2rem;
  right: -0.2rem;
}

@media only screen and (max-width: 991px) {
  .calculator-preview__logo img {
    top: -0.8rem;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .calculator-preview__logo img {
    right: -0.1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .calculator-preview__text {
    margin-right: 11%;
  }
}

.calculator__text {
  margin: -0.2rem 13% 0 0.4rem;
}

@media only screen and (max-width: 991px) {
  .calculator__text {
    margin: 0 5% 0 0;
    padding-top: 0.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .calculator__text {
    margin-left: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .calculator__title {
    margin-left: 0.8rem;
  }
}

.calculator-block {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 6rem 6.1rem 5rem;
  margin-bottom: 2.8rem;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .calculator-block {
    margin-left: -0.8rem;
  }
}

@media only screen and (max-width: 991px) {
  .calculator-block {
    -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
            box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
    padding: 3.2rem 1.9rem 1.7rem;
    margin-top: 4.8rem;
    margin-bottom: 3.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .calculator-block {
    margin: 2.6rem 0 0;
    padding: 3.2rem 2rem 1.7rem;
  }
}

.calculator-block:before {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 26.2%;
  width: 4.8rem;
  height: 14.75rem;
  background: url(../img/icons/circle.svg) 0 0 no-repeat;
  background-size: 14.75rem 14.75rem;
}

.calculator-block select.form-control {
  background-position: 100% 15%;
}

.calculator-block p {
  margin-bottom: 1rem;
}

.calculator-block__title {
  margin-bottom: 2.8rem;
}

@media only screen and (min-width: 1200px) {
  .calculator-block__title {
    margin-right: 10%;
  }
}

@media only screen and (max-width: 991px) {
  .calculator-block__title {
    font-weight: 600;
    line-height: 2.1rem;
    margin-bottom: 2.5rem;
  }
}

.calculator__wrap {
  /*margin-bottom: 0.6rem;*/
}

@media only screen and (max-width: 991px) {
  .calculator__wrap {
    margin-bottom: 2rem;
  }
}

.review-slider {
  margin: 1.4rem 0 0;
}

@media only screen and (max-width: 991px) {
  .review-slider {
    margin: 0 0 2.1rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .review-slider {
    margin-left: 1rem;
  }
}

.review-slider .review-item {
  margin: 2rem 1.6rem 4rem;
}

@media only screen and (max-width: 991px) {
  .review-slider .review-item {
    margin: 0.2rem 0.8rem 4rem;
    padding-bottom: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .review-slider .review-item {
    margin: 0.2rem 0.6rem 4rem;
  }
}

@media only screen and (max-width: 991px) {
  .review-slider .review-item__date {
    margin-right: 1.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .review-slider .review-item__body {
    margin: 1.3rem 0 1.5rem;
  }
}

.review-slider .slick-list {
  padding: 0px 18.4% 0 10.3%;
}

@media only screen and (max-width: 1199px) {
  .review-slider .slick-list {
    padding: 0 5rem;
  }
}

@media only screen and (max-width: 991px) {
  .review-slider .slick-list {
    padding: 0 8% 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .review-slider .slick-list {
    padding-right: 6.5%;
  }
}

.review-slider__nav {
  margin: -0.9rem 0 3.1rem;
}

.review-slider__nav .slick-arrow {
  position: static;
}

.review-slider__nav .slick-dots {
  margin: 0 2rem;
}

.review-slider__nav .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-item {
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 3.2rem;
  margin-bottom: 1.8rem;
  display: block;
}

.review-item:hover {
  border-color: transparent;
  color: #000;
  -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
          box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
}

@media only screen and (max-width: 991px) {
  .review-item {
    padding: 2.3rem 1.9rem 2.7rem;
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .review-item {
    margin-bottom: 1.6rem;
  }
}

.review-item__rating {
  margin-bottom: 1.1rem;
}

@media only screen and (max-width: 991px) {
  .review-item__rating {
    margin-bottom: 1.3rem;
  }
}

.review-item__header {
  font-size: 1.3rem;
}

.review-item__date {
  margin-right: 1.4rem;
}

@media only screen and (max-width: 991px) {
  .review-item__date {
    font-size: 1.2rem;
    margin-right: 1.9rem;
  }
}

@media only screen and (max-width: 991px) {
  .review-item__from {
    font-size: 1.2rem;
  }
}

.review-item__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.4rem;
}

@media only screen and (max-width: 991px) {
  .review-item__logo {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.8rem;
  }
  .review-item__logo img {
    max-width: 100%;
  }
}

.review-item__body {
  margin: 1.2rem 0 2rem;
}

@media only screen and (max-width: 991px) {
  .review-item__body {
    margin: 1.4rem 0 3.6rem;
  }
}

@media only screen and (max-width: 991px) {
  .review-item__name {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

.review-logo-group {
  margin: 1.8rem 0 0 2.5%;
  -ms-flex-line-pack: start;
      align-content: start;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .review-logo-group {
    margin-top: 0;
    width: 55%;
  }
}

@media only screen and (max-width: 991px) {
  .review-logo-group {
    width: 100%;
    margin: 5.5rem 1% 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .review-logo-group {
    margin: 3.3rem 0 1.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.review-logo-group__item {
  margin: 0 3.7% 3.9rem;
}

@media only screen and (max-width: 1399px) {
  .review-logo-group__item {
    margin: 0 2% 3rem;
  }
}

.review-logo-group__item:nth-child(4) {
  margin-left: 10.5%;
}

@media only screen and (max-width: 1199px) {
  .review-logo-group__item:nth-child(4) {
    margin-left: 2%;
  }
}

@media only screen and (max-width: 991px) {
  .review-logo-group__item {
    margin: 0 2.3% 3rem;
  }
  .review-logo-group__item img {
    max-height: 2.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .review-logo-group__item {
    margin: 0 3% 2.4rem;
  }
}

.review-star {
  margin: 0 0.4rem 0 2.5rem;
}

@media only screen and (max-width: 991px) {
  .review-star {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.3rem 0 1.9rem;
  }
}

@media only screen and (max-width: 991px) {
  .review__rating-num {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.review__btn {
  margin-top: 2.1rem;
}

@media only screen and (max-width: 991px) {
  .review__btn {
    margin-top: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .review__btn {
    margin-top: 0;
    padding-bottom: 0.2rem;
  }
}

@media only screen and (max-width: 991px) {
  .review__row {
    margin-top: -1.2rem;
  }
}

.modal-review-slider {
  margin: 4.8rem 0 0;
}

@media only screen and (max-width: 991px) {
  .modal-review-slider {
    margin: 2.4rem 0 5.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .modal-review-slider {
    margin-bottom: 6.4rem;
  }
}

.modal-review-slider .slick-track {
  display: block !important;
}

.modal-review-slider__prev, .modal-review-slider__next {
  position: static;
}

.modal-review-slider__nav {
  position: absolute;
  top: -8.5rem;
  left: 8rem;
  right: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

@media only screen and (max-width: 991px) {
  .modal-review-slider__nav {
    position: static;
  }
}

.modal-review-slider .review-item {
  padding: 0;
  border: none;
  border-radius: 0;
}

.modal-review-slider .review-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-review-slider .review-item .review-item__rating {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
  .modal-review-slider .review-item .review-item__rating {
    margin-bottom: 1.25rem;
  }
}

.modal-review-slider .review-item p {
  margin-bottom: 2.7rem;
}

@media only screen and (max-width: 991px) {
  .modal-review-slider .review-item p {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .modal-review-slider .review-item .review-item__body {
    margin-bottom: 1.5rem;
  }
}

.slider__counter {
  margin: 0 1.6rem;
}

@media only screen and (max-width: 991px) {
  .slider__counter {
    margin: 0 1.3rem;
  }
}

.custom_paging {
  min-width: 6rem;
  text-align: center;
}

.custom_paging li {
  opacity: 0;
  position: absolute;
}

.custom_paging li.slick-active {
  opacity: 1;
  position: relative;
}

.wrap-slider {
  position: relative;
}

.circle-social-list {
  margin: 3.4rem -0.4rem;
}

.circle-social-list__link {
  margin: 0 0.8rem;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  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;
}

.circle-social-list__link:hover {
  border-color: #3F892C;
  background: #3F892C;
}

.circle-social-list__link:hover .icon-vk {
  background-image: url(../img/icons/vk-inversion.svg);
}

.circle-social-list__link:hover .icon-tg {
  background-image: url(../img/icons/tg-inversion.svg);
}

.circle-social-list__link:hover .icon-whatsapp {
  background-image: url(../img/icons/whatsapp-inversion.svg);
}

.circle-social-list__link:hover .icon-youtube {
  background-image: url(../img/icons/youtube-inversion.svg);
}

.circle-social-list__link:hover .icon-zen {
  background-image: url(../img/icons/zen-inversion.svg);
}

.circle-social-list__link:hover .icon-ins {
  background-image: url(../img/icons/ins-inversion.svg);
}

.circle-social-list__link:hover .icon-fb {
  background-image: url(../img/icons/fb-inversion.svg);
}

.circle-social-list__link:hover .icon-ok {
  background-image: url(../img/icons/ok-inversion.svg);
}

.circle-social-list__link:hover .icon-max {
    background-image: url(../img/icons/logo-max-inversion.svg);
}

.subscription-block {
  background: #EAEAEA url(../img/bg-subscription.jpg) 50% 50% no-repeat;
  background-size: 100% 100%;
  padding: 7rem 0 3.8rem;
  margin: 3rem 0 5rem;
  background-attachment: fixed;
}

@media only screen and (max-width: 991px) {
  .subscription-block {
    margin: 0 0 4.8rem;
    padding: 4rem 3.3% 3.4rem;
  }
  .subscription-block .btn-dark:not(:hover) {
    background: #000;
    border-color: #000;
  }
}

@media only screen and (max-width: 767px) {
  .subscription-block {
    padding: 4.1rem 2.4rem 1.9rem;
  }
}

@media only screen and (max-width: 991px) {
  .subscription-block .title_margin-bottom-sm {
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .subscription-block .title_margin-bottom-sm {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 0.8rem;
  }
}

.subscription-block_margin-md {
  margin: 7.3rem 0 5rem;
}

@media only screen and (min-width: 1200px) {
  .subscription-block__text {
    padding-left: 0.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .subscription-block__text p {
    margin-bottom: 1.1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .subscription-block__form {
    margin: 0 0 0.9rem 1.7rem;
  }
}

@media only screen and (max-width: 991px) {
  .subscription-block__form {
    margin-top: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .subscription-block__form {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .subscription-block__form .label {
    font-size: 0.9rem;
    line-height: 1.1rem;
    margin-bottom: 0.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .subscription-block__form .label {
    margin-bottom: 0.6rem;
  }
}

.subscription-block__input {
  width: 55%;
  margin-right: 8.5%;
}

@media only screen and (max-width: 991px) {
  .subscription-block__input {
    width: 43%;
    margin-right: 10%;
  }
  .subscription-block__input .form-control {
    font-size: 1.4rem;
    padding-bottom: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .subscription-block__input {
    width: 100%;
    margin: 0 0 1.3rem;
  }
}

@media only screen and (max-width: 991px) {
  .subscription-block__button {
    width: 43%;
    position: relative;
    top: 0.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .subscription-block__button {
    width: 100%;
  }
}

.subscription__social-list {
  margin-bottom: 8.3rem;
}

@media only screen and (max-width: 991px) {
  .subscription__social-list {
    margin: 2.3rem -0.4rem 6rem;
  }
}

.social-list {
  margin: 0 -2.15rem;
}

.social-list__link {
  margin: 0 2.15rem;
}

.social-list__link:hover {
  opacity: 0.5;
}

.payment {
  margin: 0 -2.05rem;
}

@media only screen and (max-width: 991px) {
  .payment {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: end;
    margin: 3.2rem 0 2.8rem;
    width: 100%;
  }
}

.payment__item {
  margin: 0 2.05rem;
}

.footer {
  padding: 5.6rem 0 4.6rem;
  background: #191919;
  color: #484848;
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-top: auto;
}

@media only screen and (max-width: 991px) {
  .footer {
    padding: 2.4rem 0 9.3rem;
  }
}

@media only screen and (max-width: 991px) {
  .footer_padding {
    padding-bottom: 16rem;
  }
}

@media only screen and (max-width: 991px) {
  .footer .container {
    max-width: 768px;
    padding: 0;
  }
}

.footer .link-underline {
  line-height: 2.8rem;
}

.footer .link-underline:not(:hover) {
  border-color: #3F892C;
}

.footer p {
  margin-bottom: 0.9rem;
}

@media only screen and (max-width: 767px) {
  .footer p {
    margin-bottom: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 4.7rem;
    display: block;
    margin: 0 auto 3rem;
  }
}

@media only screen and (max-width: 991px) {
  .footer__col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.footer__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 3rem 0 1.2rem;
  display: block;
  color: #5F5F5F;
}

.footer__title:hover {
  color: #5F5F5F;
}

@media only screen and (min-width: 992px) {
  .footer__title {
    pointer-events: none;
  }
}

@media only screen and (max-width: 991px) {
  .footer__title {
    padding: 1.7rem 2.4rem 1.6rem;
    margin: 0;
    position: relative;
    line-height: 1.9rem;
  }
  .footer__title:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.3rem;
    bottom: 0;
    right: 2.4rem;
    margin: auto 0;
    width: 1.5rem;
    height: 0.8rem;
    background: url(../img/icons/caret-dark.svg) 0 0 no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .footer__title:not([class*="collapsed"]):after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media only screen and (max-width: 767px) {
  .footer__title {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer__title:after {
    right: 2rem;
  }
}

.footer__contacts {
  padding: 4.6rem 0 4.8rem;
  margin: 4.1rem 0 3.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 991px) {
  .footer__contacts {
    border-top: none;
    margin: 0;
    padding: 3.1rem 2.4rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer__contacts {
    padding: 3.1rem 2rem 0;
  }
}

@media only screen and (min-width: 992px) {
  .footer-nav__wrap {
    display: block !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 991px) {
  .footer-nav {
    padding: 0.6rem 2.4rem 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .footer-nav__item {
    margin-bottom: 1.2rem;
  }
}

.footer-nav__link:not(:hover) {
  color: #fff;
}

.footer__email {
  color: #AEAEAE;
  margin-left: 9.4%;
}

@media only screen and (max-width: 1199px) {
  .footer__email {
    margin-left: 3rem;
  }
}

@media only screen and (max-width: 991px) {
  .footer__email {
    margin-left: 6.4%;
    position: relative;
    top: 0.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__email {
    margin: 2.4rem 0rem 0;
    width: 100%;
  }
}

.footer__email a {
  margin-left: 2.9rem;
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .footer__email a {
    margin-left: 4.7rem;
  }
}

.footer__bottom {
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.footer__bottom .footer__title {
  color: #484848 !important;
  margin: 3.4rem 0 1.5rem;
}

@media only screen and (max-width: 991px) {
  .footer__bottom .footer__title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0;
    color: #5F5F5F !important;
    padding: 0.3rem 2rem;
    font-weight: 500;
  }
}

@media only screen and (max-width: 767px) {
  .footer__bottom .footer__title:after {
    right: 2.4rem;
  }
}

.footer__bottom a:not(:hover) {
  color: #6B6B6B;
}

.footer__social-list {
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .footer__social-list {
    padding: 2.55rem 2.4rem;
    margin: 3.3rem -2.4rem 0;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.footer__phone {
  margin-right: 3.1%;
}

@media only screen and (max-width: 991px) {
  .footer__phone {
    margin-right: 3.2%;
  }
  .footer__phone:before {
    margin-right: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__phone {
    margin-right: 6.9%;
  }
}

.footer .btn:not(:hover) {
  color: #78B968;
  border-color: transparent;
  background: rgba(120, 185, 104, 0.15);
}

@media only screen and (max-width: 767px) {
  .footer__collapse {
    padding: 1rem 2rem;
  }
}

.copyright {
  margin-top: 0.9rem;
}

@media only screen and (max-width: 991px) {
  .copyright {
    padding: 0 2rem;
    margin: 0;
  }
}

.about-preview {
  padding: 4.2rem 0 3.2rem;
}

@media only screen and (min-width: 992px) {
  .about-preview {
    margin-bottom: 13.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .about-preview {
    position: relative;
    z-index: 1;
    padding: 0.6rem 0 0;
    margin-bottom: 6.6rem;
  }
  .about-preview:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 3.3rem;
    left: -1000%;
    right: -1000%;
    top: -4.4rem;
    background: #FCF3DF;
  }
}

@media only screen and (max-width: 767px) {
  .about-preview {
    margin-bottom: 6.1rem;
  }
  .about-preview:before {
    top: -4.8rem;
    bottom: 5.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .about-preview {
    padding: 0;
  }
}

.about-preview .about-preview__title {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 991px) {
  .about-preview .about-preview__title {
    font-size: 3.2rem;
    line-height: 3.9rem;
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .about-preview .about-preview__title {
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 1.7rem;
  }
}

.about-preview p {
  margin-bottom: 2.1rem;
}

.about-preview__text {
  width: 53%;
}

@media only screen and (max-width: 991px) {
  .about-preview__text {
    width: 45%;
    padding-top: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .about-preview__text {
    width: 100%;
    padding: 0;
  }
}

.about-preview__image {
  position: relative;
  width: 40.7%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media only screen and (max-width: 991px) {
  .about-preview__image {
    width: 47.8%;
  }
}

@media only screen and (max-width: 767px) {
  .about-preview__image {
    width: 50.5rem;
    margin: -2.3rem auto 0;
    max-width: 100%;
  }
}

.about-preview__image > img {
  position: relative;
  z-index: 2;
  border-radius: 30px;
}

@media only screen and (max-width: 991px) {
  .about-preview__image > img {
    border-radius: 12px;
  }
}

.about-preview__image:before, .about-preview__image:after {
  content: '';
  display: block;
  position: absolute;
  width: 14.75rem;
  height: 14.75rem;
  background: url(../img/icons/circle.svg) 0 0 no-repeat;
  background-size: contain;
}

.about-preview__image:before {
  z-index: 1;
  bottom: -6.3rem;
  left: 37.5%;
}

@media only screen and (max-width: 991px) {
  .about-preview__image:before {
    width: 10.2rem;
    bottom: -8.6rem;
    left: 11.6%;
  }
}

.about-preview__image:after {
  top: -4.4rem;
  right: -4.3rem;
  z-index: 3;
}

@media only screen and (max-width: 991px) {
  .about-preview__image:after {
    width: 8.1rem;
    top: -2.8rem;
    right: -5.6rem;
  }
}

.about-preview__logo {
  position: absolute;
  z-index: 3;
  top: 5.8rem;
  left: -7.5rem;
}

@media only screen and (max-width: 991px) {
  .about-preview__logo {
    left: 3rem;
    width: 11.2rem;
    top: 5.1rem;
  }
}

.about-text {
  margin-bottom: 4.7rem;
}

.about__title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 4.5rem;
}

@media only screen and (max-width: 767px) {
  .about__title {
    margin-bottom: 2.2rem;
  }
}

.line-list {
  margin: -0.6rem 0 0;
}

.line-list__item {
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .line-list__item {
    padding-left: 7.7rem;
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .line-list__item {
    padding-left: 4.4rem;
    margin-bottom: 1.6rem;
    padding-right: 1rem;
  }
}

.line-list__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 3.1rem;
  height: 0.1rem;
  background: #3F892C;
}

@media only screen and (max-width: 1199px) {
  .line-list__item:before {
    width: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .line-list__item:before {
    width: 5.55rem;
  }
}

@media only screen and (max-width: 767px) {
  .line-list__item:before {
    width: 3.1rem;
  }
}

.press__title {
  margin: 10.9rem 0 4.8rem;
}

@media only screen and (max-width: 991px) {
  .press__title {
    margin: 3rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .press__title {
    margin: 0.8rem 0;
  }
}

.brands__title {
  margin-top: 5.2rem;
}

@media only screen and (max-width: 991px) {
  .brands__title {
    margin-top: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .brands__title {
    margin: 2.8rem 0 1.6rem;
  }
}

.article-block {
  border-radius: 15px;
  position: relative;
  padding: 7.5rem 40% 7.7rem 6.8rem;
  z-index: 1;
  overflow: hidden;
  margin: 7.3rem 0 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1199px) {
  .article-block {
    padding-right: 20%;
  }
}

@media only screen and (max-width: 991px) {
  .article-block {
    padding: 4.5rem 20% 4.8rem 4.8rem;
    margin: 4.6rem 0 4.8rem;
    height: 29.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .article-block {
    height: 26.2rem;
    padding: 3rem 40% 3rem 2.4rem;
  }
}

.article-block__image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-block__next {
  text-transform: uppercase;
  letter-spacing: 0.24rem;
  font-size: 1.2rem;
}

.article-block__title {
  margin: 1rem 0 3.7rem;
}

@media only screen and (max-width: 991px) {
  .article-block__title {
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 1.4rem 0 auto;
  }
}

.brand-block {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.8rem 2.35rem 1.3rem;
  border: 1px solid #E7E7E7;
  border-radius: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
}

@media only screen and (max-width: 991px) {
  .brand-block {
    margin: 1rem 0;
    padding: 1.6rem 1.5rem 2.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .brand-block {
    margin: 1.1rem 0 0.5rem;
    padding-bottom: 2.4rem;
  }
}

.brand-block:hover {
  -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
          box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
  border-color: transparent;
}

.brand-block__logo_sm {
  max-width: 21.6rem;
}

.brand-block__header {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
  .brand-block__header {
    line-height: 1.7rem;
    min-height: 3.4rem;
    margin-bottom: 0.5rem;
  }
}

.brand-block__name {
  display: inline-block;
  margin-right: 0.4rem;
}

.brand-advantages {
  margin-bottom: 1.3rem;
  margin-top: -0.2rem;
}

@media only screen and (max-width: 991px) {
  .brand-advantages {
    margin-top: 0.8rem;
    margin-bottom: 2.8rem;
  }
}

.brand-advantages-item {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

@media only screen and (max-width: 991px) {
  .brand-advantages-item {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .brand-advantages-item {
    width: 85%;
    margin-left: 0.8rem;
  }
}

.brand-advantages-item p {
  margin-bottom: 0;
}

.brand-advantages-item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 2.4rem;
  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;
}

.brand-advantages-item__text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.brand-preview {
  padding-bottom: 3rem;
}

.brand-preview__text {
  width: 64.7%;
  margin-right: 3.8rem;
}

@media only screen and (max-width: 991px) {
  .brand-preview__text {
    margin-right: 5.2rem;
    width: 47%;
  }
}

@media only screen and (max-width: 767px) {
  .brand-preview__text {
    width: 99%;
    margin: 0 0 1rem;
  }
}

.brand-preview__text p {
  margin-bottom: 3.1rem;
}

@media only screen and (max-width: 767px) {
  .brand-preview__text p {
    margin-bottom: 2.3rem;
  }
}

.brand-preview__brand-block {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 6rem 0;
  padding: 2.25rem 2rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
          box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
  border-color: transparent;
}

@media only screen and (max-width: 991px) {
  .brand-preview__brand-block {
    margin: 4rem 0;
    max-width: 30.6rem;
    padding: 4rem 4.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .brand-preview__brand-block {
    margin: 0 0 3.1rem;
    max-width: 100%;
    padding: 4rem 18.5%;
  }
}

@media only screen and (max-width: 991px) {
  .brand-preview__btn-group {
    margin-right: -5%;
  }
}

@media only screen and (max-width: 767px) {
  .brand-preview__btn-group {
    margin-right: 0;
  }
}

.about-brand {
  margin-bottom: 6.9rem;
}

@media only screen and (max-width: 991px) {
  .about-brand {
    margin-bottom: 4.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .about-brand {
    margin-bottom: 5.9rem;
  }
}

.about-brand__advantages {
  margin-bottom: 0.9rem;
}

@media only screen and (min-width: 1200px) {
  .about-brand__advantages {
    margin-right: -8%;
  }
}

@media only screen and (max-width: 991px) {
  .about-brand__advantages {
    margin: -0.2rem 0 0.9rem;
  }
}

.about-brand__preview {
  margin-bottom: 3.6rem;
}

@media only screen and (max-width: 991px) {
  .about-brand__preview {
    margin-bottom: 2.4rem;
    padding-right: 1rem;
  }
}

.product__header {
  margin: 1.6rem 0 0.8rem;
}

.product__header .wrap-rating {
  margin: 0 2.1rem 0 0;
}

.product__header .rating {
  margin: 0.1rem 0.8rem 0 0;
}

.product__row {
  margin-bottom: 11.3rem;
}

@media only screen and (max-width: 1199px) {
  .product__row {
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 991px) {
  .product__row {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .product__row {
    margin-bottom: 2.1rem;
  }
}

.product__description {
  margin-top: -0.5rem;
}

@media only screen and (min-width: 1200px) {
  .product__description {
    margin-left: -1.7rem;
  }
}

@media only screen and (max-width: 991px) {
  .product__description {
    margin-top: 2.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .product__description {
    margin-top: 1.3rem;
  }
}

.product__rating {
  margin: 0 1.7rem 0 3.3rem;
}

@media only screen and (max-width: 767px) {
  .product__rating {
    margin-left: 0;
  }
}

.product__rating .rating {
  margin-right: 0.7rem;
}

.product-slider {
  position: relative;
}

.product__info {
  position: absolute;
  top: 4.8rem;
  right: 0.2rem;
  z-index: 2;
}

@media only screen and (max-width: 1199px) {
  .product__info {
    top: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .product__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 2.4rem;
    right: 0.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .product__info {
    top: 1.6rem;
    right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .product__info .info-item {
    margin-bottom: 1.2rem;
  }
}

.product__title {
  line-height: 3.6rem;
  margin-bottom: 2.5rem;

  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .product__title {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 600;
    margin: 1.3rem 0 2.2rem;
  }
}

@media only screen and (min-width: 992px) {
  .product__concentration {
    max-width: 41.6rem;
  }
}

.product__concentration-header {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
  .product__concentration-header {
    font-size: 1.4rem !important;
    line-height: 2.1rem !important;
    margin-bottom: 0.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .product__concentration-header {
    margin-bottom: 0.8rem;
    padding-top: 0.1rem;
  }
  .product__concentration-header .text-light {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .product__concentration .fake-select {
    margin-bottom: 1.5rem;
  }
}

.product__price {
  margin: 2.2rem 0 0.9rem;
}

@media only screen and (max-width: 991px) {
  .product__price {
    margin: 2.4rem 0;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 5.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .product__price {
    margin: 1.9rem 0 2.4rem;
    padding-bottom: 0.8rem;
  }
}

.product__price-old {
  margin-right: 0.9rem;
}

.product__price-new {
  font-size: 3.2rem;
  line-height: 2.4rem;
  margin: 1.6rem 0 2.4rem;
}

@media only screen and (max-width: 991px) {
  .product__price-new {
    font-size: 2.4rem;
    margin: 1.3rem 0 2.4rem;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 2.3rem;
  }
}

.product__price-new_margin {
  margin-top: 5.3rem;
}

@media only screen and (max-width: 991px) {
  .product__price-new_margin {
    margin-top: 3rem;
  }
}

.product__buttons {
    margin: 3rem 0rem 1.8rem 0rem;
}

@media only screen and (max-width: 767px) {
  .product__buttons {
    padding-right: 0.8rem;
  }
}

.product__buttons .btn:not(:last-child), .product__buttons .fake-btn {
  margin-right: 2rem;
}

@media only screen and (max-width: 767px) {
  .product__buttons .btn:not(:last-child), .product__buttons .fake-btn {
    margin-right: 1.6rem;
  }
}

.product__price-info {
  margin: 2rem 0;
}

.product__brand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30.6rem;
  margin-left: 3.8%;
}

@media only screen and (max-width: 991px) {
  .product__brand {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product__brand {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .product__brand .text_size-md {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

@media only screen and (max-width: 991px) {
  .product__brand .btn {
    padding: 0.7rem 4.15rem;
  }
}

.product__brand p {
  margin-bottom: 1.3rem;
}

@media only screen and (min-width: 992px) {
  .product__brand-floating {
    width: 30.6rem;
  }
}

.product__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-review-header {
  margin-bottom: 3.2rem;
  background: rgba(236, 243, 234, 0.7);
  border-radius: 15px;
  padding: 2.8rem 3.2rem 2.9rem 5.2rem;
}

@media only screen and (max-width: 991px) {
  .product-review-header {
    padding: 2.3rem 5.6rem 2.7rem 4rem;
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .product-review-header {
    padding: 2.4rem 2.4rem 2.6rem;
  }
}

.product-review-header .title_size-sm {
  margin-bottom: 0.3rem;
}

@media only screen and (max-width: 991px) {
  .product-review-header .title_size-sm {
    margin-bottom: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .product-review-header .title_size-sm {
    margin-bottom: 1.1rem;
  }
}

.product-review-header__rating {
  margin: 0 2.5rem;
}

@media only screen and (max-width: 1199px) {
  .product-review-header__rating {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-review-header__rating {
    margin-bottom: 1rem;
  }
}

.product-review-header__rating .rating-num {
  margin-left: 0.55rem;
  font-size: 1.6rem;
}

@media only screen and (max-width: 991px) {
  .product-review-header .btn {
    position: relative;
    top: 0.2rem;
    width: 47.2%;
  }
}

@media only screen and (max-width: 767px) {
  .product-review-header .btn {
    width: 100%;
  }
}

.product__tab-content {
  padding-bottom: 0.8rem;
}

.product__tab-nav {
  margin: 0 0 3.2rem;
  border-bottom: 1px solid rgba(221, 211, 211, 0.7);
}

@media only screen and (max-width: 767px) {
  .product__tab-nav {
    overflow: auto;

    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.product__tab-nav .tab-nav__item {
  margin: 0 9.3% -0.1rem 0;
}

@media only screen and (max-width: 1199px) {
  .product__tab-nav .tab-nav__item {
    margin-right: 2.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .product__tab-nav .tab-nav__item {
    margin-right: 6%;

    margin-right: 0%;
    margin-bottom: 2rem;
  }
}

.product__tab-nav .tab-nav__link {
  white-space: nowrap;
  padding-bottom: 1.2rem;
  color: #000;
  display: block;
}

@media only screen and (max-width: 991px) {
  .product__tab-nav .tab-nav__link {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .product__tab-nav .tab-nav__link {
    padding-bottom: 1.1rem;
  }
}

.product__tab-nav .tab-nav__link .text-light {
  display: inline-block;
  margin-left: 0.8rem;
  line-height: 2rem !important;
}

.product-review-item {
  border: 1px solid rgba(231, 231, 231, 0.7);
  border-radius: 15px;
  margin-bottom: 2rem;
  padding: 2.8rem 3.1rem 2rem;
}

@media only screen and (max-width: 991px) {
  .product-review-item {
    padding: 2.2rem 3.1rem 0.8rem;
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .product-review-item {
    padding: 2.2rem 1.9rem 0.8rem;
  }
}

.product-review-item__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  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: #ECF3EA;
  margin: 0.8rem 1.5rem 0 0;
  font-size: 2.4rem;
  color: #3F892C;
  text-transform: uppercase;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .product-review-item__image {
    width: 4.8rem;
    height: 4.8rem;
    margin: 0.1rem 1.6rem 0 0;
    font-size: 1.6rem;
  }
}

.product-review-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-review-item__name {
  margin-left: 0.3rem;
}

@media only screen and (max-width: 991px) {
  .product-review-item__name {
    margin: 0;
  }
}

.product-review-item__post-date {
  margin: 0.1rem 0 0.6rem 0.3rem;
}

@media only screen and (max-width: 991px) {
  .product-review-item__post-date {
    margin: 0.5rem 0 0.8rem 0;
  }
}

.product-review-item .rating {
  margin: 0 1.8rem 0 0;
}

.product-review-item__body {
  padding: 0 10% 0 8rem;
}

@media only screen and (max-width: 991px) {
  .product-review-item__body {
    padding: 0;
    font-size: 1.4rem !important;
    line-height: 2.1rem !important;
  }
}

.product-review-item__body p {
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 991px) {
  .product-review-item__body p {
    margin-bottom: 1.5rem;
  }
}

.product-review__btn {
  margin-top: 3.2rem;
}

@media only screen and (max-width: 991px) {
  .product-review__btn {
    margin-top: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .product-review__btn {
    margin-top: 1.2rem;
  }
}

.product__brand-block {
  border-color: transparent;
  padding: 3.2rem 3.2rem 3rem;
  -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
          box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
}

@media only screen and (max-width: 991px) {
  .product__brand-block {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 0;
    padding: 3.2rem 3.2rem 3rem;
  }
}

.product__brand-block .brand-block__logo {
  margin-bottom: 2.1rem;
}

.product__brand-advantages {
  margin: 4.8rem 0;
}

@media only screen and (max-width: 991px) {
  .product__brand-advantages.brand-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3.2rem 0 1.6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 11.5%;
  }
}

@media only screen and (max-width: 767px) {
  .product__brand-advantages.brand-advantages {
    padding-left: 0.2rem;
    margin-bottom: 2.4rem;
  }
}

.product__brand-advantages.brand-advantages .brand-advantages-item {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 1200px) {
  .product__brand-advantages.brand-advantages .brand-advantages-item {
    margin-right: 10%;
  }
}

@media only screen and (max-width: 991px) {
  .product__brand-advantages.brand-advantages .brand-advantages-item {
    width: 42%;
    margin-bottom: 3.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .product__brand-advantages.brand-advantages .brand-advantages-item {
    width: 100%;
    margin-bottom: 3.2rem;
    margin-left: 0;
  }
}

.product__brand-advantages.brand-advantages .brand-advantages-item p {
  margin-bottom: 0.7rem;
}

@media only screen and (min-width: 992px) {
  .product__btn {
    min-width: 26.9rem;
  }
}

@media only screen and (max-width: 991px) {
  .product__btn {
    font-size: 1.4rem !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0.7rem 3.5rem;
  }
  .product__btn:not(:hover) {
    background: #000;
    border-color: #000;
  }
}

.product-pane {
  position: fixed;
  bottom: 6.7rem;
  left: 0;
  right: 0;
  padding: 1.2rem 4rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.08);
  z-index: 94;
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .product-pane {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.product-pane .visible-first-plane {
  display: none !important;
}

.product-pane.first-plane {
  z-index: 99;
  padding: 1.2rem 2.4rem;
}

.product-pane.first-plane .visible-first-plane {
  display: block !important;
}

.product-pane.first-plane .hidden-first-plane {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .product-pane.first-plane .product-pane__price {
    width: auto;
  }
}

.product-pane__content {
  border-radius: 60px;
  background: #000;
  position: relative;
}

.product-pane__price {
  width: 50%;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.8rem;
}

@media only screen and (max-width: 767px) {
  .product-pane__price {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    white-space: nowrap;
  }
}

.product-pane__sale {
  font-size: 0.9rem;
  line-height: 1.2rem;
  background: #3F892C;
  font-weight: 500;
  padding: 0.1rem 0.4rem;
  border-radius: 8px;
  margin: -0.2rem -2.2rem 0 0.8rem;
}

.product-pane__btn {
  width: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 767px) {
  .product-pane__btn {
    width: auto;
    min-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .product-pane__btn .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
  }
}

.product-pane .fake-btn, .product-pane .btn {
  border-radius: 0 60px 60px 0;
}

.product__marker {
  margin: 1.7rem 0 0.1rem;
}

.review-status {
  display: inline-block;
  border-radius: 30px;
  padding: 0.5rem 1.6rem;
  margin: 1.8rem 0 3.2rem;
}

@media only screen and (max-width: 991px) {
  .review-status {
    margin: 2.4rem 0 1.7rem;
  }
}

.review-status__icon {
  margin: 0 0.8rem 0 -0.4rem;
}

.review-status_success {
  color: #3F892C;
  background: #ECF3EA;
}

@media only screen and (max-width: 991px) {
  .price-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.price-info__item {
  margin-bottom: 1.5rem;
  border: 1px solid #CCCCCC;
  padding: 1.4rem 4.1rem 0.6rem 1.4rem;
  position: relative;
}

.price-info__item:after {
  content: '';
  display: block;
  position: absolute;
  right: 1.6rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.8rem;
  height: 1.5rem;
  background: url(../img/icons/next-caret.svg) 0 0 no-repeat;
  background-size: contain;
}

.price-info__item:hover {
  background: #EDEDED;
  color: #000;
}

@media only screen and (max-width: 991px) {
  .price-info__item {
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .price-info__item {
    width: 100%;
  }
}

.price-info__item:not(:last-child) {
  margin-right: -0.1rem;
}

@media only screen and (max-width: 767px) {
  .price-info__item:not(:last-child) {
    margin: 0 0 -0.1rem;
  }
}

.price-info__item .mark {
  margin: 0.4rem 1.7rem 0 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media only screen and (max-width: 991px) {
  .price-info__item .mark {
    margin: 0 2rem 0 0;
  }
}

.price-info__item .mark_dark {
  margin-right: 1.9rem;
}

.price-info__item-text {
  line-height: 2.6rem;
}

@media only screen and (max-width: 991px) {
  .price-info__item-text {
    line-height: 1.7rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .price-info__item-text .text_size-xs {
    font-size: 1.4rem;
    line-height: 1.7rem;
    margin-right: 0.5rem;
  }
}

.installment__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #f0f0f0;
  margin-top: -9.5rem;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
}

.installment-item {
  margin-bottom: 3rem;
}

.installment-item__icon {
  width: 2rem;
  height: 2rem;
  margin: 0.7rem 1.5rem 0 0;
}

.installment-item p {
  margin-bottom: 0.5rem;
}

.dolyame {
  margin-top: 28px;
  margin-bottom: 18px;
  display: block;
  background: #f6f7f8;
  padding: 24px;
}

.dolyame-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .dolyame-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dolyame-row ul {
  margin-top: 2.2rem;
}

.dolyame-row ul .icon {
  margin-right: 1rem;
}

.dolyame-row li:not(:last-child) {
  margin-bottom: 1rem;
}

.dolyame-item {
  width: 25%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .dolyame-item {
    width: 100%;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    max-width: 25rem;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .dolyame-item:last-child .dolyame-circle:after {
    display: none;
  }
}

.dolyame-percent, .dolyame-price {
  font-size: 1.5rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .dolyame-price {
    display: none;
  }
}

.dolyame-percent {
  display: none;
}

@media only screen and (max-width: 767px) {
  .dolyame-percent {
    display: block;
    width: 10.5rem;
  }
}

.dolyame-date {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1rem;
}

.dolyame-circle {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .dolyame-circle {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.dolyame-circle:before {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 5;
  background: #f6f7f8 url(../img/icons/circle-4.svg) 0 0 no-repeat;
  background-size: contain;
  padding: 0 6px 0 0;
  width: 2.4rem;
  height: 1.8rem;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .dolyame-circle:before {
    margin: 0;
  }
}

.dolyame-circle.circle-1:before {
  background-image: url(../img/icons/circle-1.svg);
}

.dolyame-circle.circle-2:before {
  background-image: url(../img/icons/circle-2.svg);
}

.dolyame-circle.circle-3:before {
  background-image: url(../img/icons/circle-3.svg);
}

.dolyame-circle:after {
  content: "";
  width: 100%;
  height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #c7c9cc;
  position: absolute;
  bottom: 9px;
}

@media only screen and (max-width: 767px) {
  .dolyame-circle:after {
    height: 28px;
    width: 1px;
    left: 9px;
    bottom: auto;
    top: 23px;
  }
}

.slider-nav {
  position: absolute;
  left: 0;
  top: 3.3rem;
  bottom: 0;
  width: 8rem;
}

@media only screen and (max-width: 767px) {
  .slider-nav {
    width: 100%;
    position: static;
    margin-top: 1rem;
  }
}

.slider-nav .slick-track {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .slider-nav .slick-track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.slider-nav .slick-list {
  padding: 0 !important;
}

.slider-nav .slick-slide {
  margin: 0.8rem 0;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0.5rem;
  height: 8rem;
  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;
}

.slider-nav .slick-slide.slick-current {
  border-color: #000;
}

.slider-nav .slick-slide img {
  max-width: 100%;
  max-height: 100%;
}

.slider-for {
  margin: 0.3rem 2% 0 6.7rem;
}

@media only screen and (max-width: 991px) {
  .slider-for {
    margin: 0;
  }
}

.slider-for .slick-slide {
  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;
}

@media only screen and (max-width: 991px) {
  .slider-for .slick-slide {
    height: 35.6rem;
    /*background: rgba(217, 217, 217, 0.3);*/
    padding: 2.3rem;
  }
  .slider-for .slick-slide img {
    max-height: 325px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-for .slick-slide {
    height: 31rem;
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .slider-for .slick-dots {
    margin: 0.8rem -0.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .slider-for .slick-dots {
    margin: 0 -0.4rem;
  }
}

.characteristic-item {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 1.6rem;
  margin-bottom: 2.5rem;
  margin-top: -0.1rem;
}

.characteristic-item__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28%;
  padding-right: 2rem;
}

@media only screen and (max-width: 575px) {
  .characteristic-item__title {
    margin-bottom: 1rem;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .characteristic-item__text {
    max-width: 60%;
  }
}

.characteristic-item__text p {
  margin-bottom: 1rem;
}

.flag {
  margin-right: 1.2rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.marker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 0.2rem 0.44rem 0.3rem;
  margin: 0 0.8rem 0.8rem 0;
  border-radius: 4px;
  color: #fff;
}

.marker_warning {
  color: #000;
  background: #FFDD2D;
}

.marker_primary {
  background: #3F892C;
}

.marker_danger {
  background: #F45C5C;
}

.marker_secondary {
  background: #6B7BE3;
}

.basket-pane {
  overflow: auto;
  padding: 14.6rem 3.4rem 5rem 8rem;
  width: 79rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1199px) {
  .basket-pane {
    padding-top: 6.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .basket-pane {
    padding: 8.3rem 2.3rem 15rem;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .basket-pane {
    padding: 8.3rem 1.6rem 15rem;
  }
  .basket-pane .btn {
    font-size: 1.3rem;
  }
}

.basket-pane_padding {
  padding-top: 10.3rem;
}

.basket-pane__close {
  position: absolute;
  top: 9rem;
  right: 3.5rem;
}

.basket-pane__title {
  margin-bottom: 5.3rem;
}

@media only screen and (max-width: 991px) {
  .basket-pane__title {
    margin-bottom: 2.5rem;
  }
}

.basket-pane__count {
  display: inline-block;
  margin-left: 0.7rem;
}

.basket-pane__footer {
  margin: 5.1rem 0;
}

@media only screen and (max-width: 991px) {
  .basket-pane__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3rem 0;
    position: relative;
    top: -0.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .basket-pane__footer {
    top: -0.1rem;
  }
}

.basket-pane__footer-price {
  font-size: 2.8rem;
  line-height: 3.4rem;
}

@media only screen and (max-width: 991px) {
  .basket-pane__footer-price {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
}

.basket-pane__footer p {
  margin-bottom: 0.9rem;
}

@media only screen and (max-width: 767px) {
  .basket-pane__footer p {
    margin-bottom: 0.8rem;
  }
}

.basket-pane__promocode {
  width: 41%;
  margin-top: 0.1rem;
}

@media only screen and (max-width: 991px) {
  .basket-pane__promocode {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .basket-pane__promocode {
    margin-bottom: 2.3rem;
  }
}

@media only screen and (max-width: 991px) {
  .basket-pane__promocode .promocode__input {
    text-align: center;
    padding-left: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .basket-pane__promocode .promocode__input {
    padding-left: 5.8rem;
  }
}

.basket-pane__sale {
  margin-right: 3.3%;
}

@media only screen and (max-width: 991px) {
  .basket-pane__sale {
    margin: 0 12% 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .basket-pane__sale {
    margin-left: 0.8rem;
    text-align-last: left;
  }
}

@media only screen and (max-width: 767px) {
  .basket-pane__price {
    margin-right: 0.8rem;
  }
}

.basket-item {
  margin-bottom: 2.6rem;
}

@media only screen and (max-width: 991px) {
  .basket-item {
    margin-bottom: 3.3rem;
  }
}

.basket-item__favorite {
  margin-right: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .basket-item__favorite {
    margin-right: 3.7rem;
  }
}

.basket-item__favorite .icon {
  margin: 0 0.8rem -0.1rem 0;
}

.basket-item__image {
  width: 8rem;
  height: 8rem;
  border: 1px solid #E8E8E8;
  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: -0.1rem 2.4rem 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.9rem;
}

.basket-item__image img {
  max-width: 100%;
  max-height: 100%;
}

.basket-item__image:hover {
  border-color: #3F892C;
}

.basket-item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 4.7rem;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .basket-item__content {
    position: relative;
    padding-right: 15rem;
  }
}

@media only screen and (max-width: 767px) {
  .basket-item__content {
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 992px) {
  .basket-item__price-wrap {
    text-align: right;
  }
}

.basket-item__price {
  margin-top: 1.1rem;
}

@media only screen and (max-width: 991px) {
  .basket-item__price {
    margin: 0.5rem 0 1.9rem;
  }
}

.basket-item__input-number {
  margin: 0.2rem -1.3rem 1.6rem 0;
}

@media only screen and (max-width: 991px) {
  .basket-item__input-number {
    position: absolute;
    right: 3rem;
    margin: 0;
    top: 3.4rem;
  }
}

@media only screen and (max-width: 575px) {
  .basket-item__input-number {
    right: -0.8rem;
    top: 5.4rem;
  }
}

.basket-item__text {
  max-width: 25rem;
  margin-right: 2rem;
}

@media only screen and (max-width: 991px) {
  .basket-item__text {
    max-width: 100%;
    margin: 0;
  }
}

.basket-item__name {
  line-height: 2rem;
  display: inline-block;
  margin-bottom: 1.8rem;
  font-size: 1.4rem;
}

@media only screen and (max-width: 991px) {
  .basket-item__name {
    margin-bottom: 1.2rem;
  }
}

.remove-link {
  /*position: absolute;*/
  right: 0;
  top: 1.6rem;
  opacity: 0.3;
}

.remove-link:hover {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .remove-link {
    /*top: 0;
    display: contents;*/
    margin-top: 2rem;
  }
}

.fixed {
  position: fixed;
  top: 15rem;
}

.order {
  overflow: hidden;
  height: 1000px;
}

.order-pane {
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  .order__footer {
    padding-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .order__footer {
    padding-bottom: 9rem;
  }
}

@media only screen and (max-width: 991px) {
  .order__footer .footer__contacts {
    padding: 1.5rem 2.4rem 3.4rem;
    border: none;
  }
}

@media only screen and (max-width: 767px) {
  .order__footer .footer__contacts {
    padding: 1.5rem 2rem 3.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .order__footer .footer__bottom .footer__title {
    padding: 0.3rem 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .order__footer .footer__bottom .footer__title {
    padding: 0.3rem 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .order__footer .copyright {
    padding: 0 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .order__footer .copyright {
    padding: 0 2rem;
  }
}

.order-aside {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 40rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
          box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
  border-radius: 15px;
  padding: 4.1rem 2.4rem;
}




@media only screen and (max-width: 1199px) {
  .order-aside {
    width: 35rem;
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .order-aside {
    margin: 3rem 0 0;
    width: 100%;
    padding: 4.1rem 3.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-aside {
    padding: 4.3rem 2.3rem;
  }
}

.order-aside__wrap {
  width: 40rem;
  margin: 4.2rem 0 3rem 4rem;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .order-aside__wrap {
    width: 35rem;
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .order-aside__wrap {
    margin: 3rem 0 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .order-aside__wrap {
    width: auto;
    margin: 0 -1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .order-aside__price {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 991px) {
  .order-aside__collapse-link {
    margin-top: 0.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .order-aside .text_size-sm {
    font-size: 1.4rem !important;
    line-height: 1.7rem !important;
  }
}

.order-aside__body {
  padding: 0 0.8rem;
}

@media only screen and (max-width: 767px) {
  .order-aside__body {
    padding: 0;
  }
}

.order-aside__header {
  margin-bottom: 2.5rem;
}

.order-aside__title {
  margin-bottom: 0.4rem;
}

@media only screen and (max-width: 991px) {
  .order-aside__title {
    margin-bottom: 0.7rem;
  }
}

.order-aside p {
  margin-bottom: 0.8rem;
}

.order-aside__item {
  margin-bottom: 2.1rem;
}

@media only screen and (max-width: 991px) {
  .order-aside__item {
    margin-bottom: 2.5rem;
  }
}

.order-aside__collapse {
  padding-top: 0.3rem;
}

.order-aside__footer {
  margin: 4.2rem 0 2.1rem;
}

@media only screen and (max-width: 991px) {
  .order-aside__footer .text_size-md {
    font-size: 2rem;
  }
}

.order-aside__promocode {
  margin: 1.6rem 0;
}

@media only screen and (max-width: 991px) {
  .order-aside__promocode {
    margin: 2.3rem 0.8rem 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-aside__promocode {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .order-aside__promocode .promocode__input {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    background-position: 97.4% 50%;
  }
}

@media only screen and (max-width: 767px) {
  .order-aside__promocode .promocode__input {
    background-position: 95.5% 50%;
  }
}

@media only screen and (max-width: 991px) {
  .order-aside__btn {
    margin: 0 0.8rem;
    width: calc(100% - 1.6rem) !important;
  }
}

@media only screen and (max-width: 767px) {
  .order-aside__btn {
    margin: 0;
    width: 100% !important;
  }
}

.order__collapse-link {
  margin: 0.6rem 1.9rem 0 0;
}

.order__collapse-link .icon-caret-primary {
  margin: -0.2rem 0.4rem 0 0;
}

@media only screen and (max-width: 991px) {
  .order__title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 0 0 2.4rem !important;
  }
}

.order-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 991px) {
  .order-content .title_margin-top-md {
    margin: 2.4rem 0.7rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .order-content .title_margin-top-md {
    margin: 2.4rem 0 0;
  }
}

.order-section {
  border: 1px solid #E8E8E8;
  border-radius: 15px;
  margin: 1.2rem 0 4rem;
  padding: 3.2rem 5.1rem 2.6rem;
  background: #fff;
}

@media only screen and (max-width: 1199px) {
  .order-section {
    padding: 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .order-section {
    margin: 0.8rem 0 4rem;
    padding: 1.5rem 4.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-section {
    margin: 0.8rem -0.8rem 4rem;
    padding: 1.6rem 2.3rem 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .order-section_recipient {
    padding: 4.6rem 5.1rem;
  }
}

.order-section__body {
  max-width: 51.1rem;
}

@media only screen and (max-width: 991px) {
  .order-section__body {
    max-width: 100%;
  }
}

.order-section__group {
  margin-bottom: 4.3rem;
}

@media only screen and (max-width: 991px) {
  .order-section__group {
    max-width: 31.1rem;
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 991px) {
  .order-section__group-title {
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 1.2rem 0 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-section__group-title {
    margin-bottom: 2.8rem;
  }
}

.order-section__group .text_size-xs {
  line-height: 2rem;
}

@media only screen and (max-width: 991px) {
  .order-section__group .text_size-xs {
    margin-top: -0.3rem;
    line-height: 1.5rem;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-section__group .text_size-xs {
    margin-top: -0.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .order-section__group .form-control {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-section__group .form-control {
    padding-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .order-section__group .form-group {
    margin-bottom: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-section__group .form-group {
    margin-bottom: 2.9rem;
  }
}

.order-section .basket-item:last-child {
  margin-bottom: 0;
}

.order-section .location-pane__form {
  margin-top: 2.7rem;
}

@media only screen and (max-width: 991px) {
  .order-section .location-pane__form {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-section .location-pane__form {
    margin-top: 2.3rem;
  }
}

@media only screen and (max-width: 991px) {
  .order-section .location-pane__label {
    left: 3.1rem;
  }
}

@media only screen and (max-width: 991px) {
  .order-section .location-pane__text {
    max-width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .order-section .location-pane__text {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .order-section .location-pane__input {
    padding-left: 13.7rem;
  }
}

@media only screen and (max-width: 991px) {
  .order-section .location-pane__input {
    padding-left: 12.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-section .location-pane__input {
    padding-bottom: 1.8rem;
  }
}

.order-section .mark {
  margin: 0.2rem 0;
}

.order__tab-nav {
  margin: 3.5rem 0 3.7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .order__tab-nav {
    margin: 3.3rem 0 3.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .order__tab-nav {
    margin-top: 2.5rem;
  }
}

.order__tab-nav .tab-nav__item {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .order__tab-nav .tab-nav__item {
    margin-right: 2.6rem;
  }
}

@media only screen and (max-width: 991px) {
  .order__tab-nav .tab-nav__link {
    padding-bottom: 1.2rem;
  }
}

.back-block {
  margin: 3.2rem 0 2.4rem;
  font-size: 1.2rem;
}

@media only screen and (max-width: 991px) {
  .back-block {
    margin: 0 0 1.6rem;
    padding: 1.5rem 0.2rem 1.6rem;
    position: relative;
    z-index: 1;
  }
  .back-block:before {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    z-index: -1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 767px) {
  .back-block {
    padding-left: 0.4rem;
  }
}

.partners-section {
  background: #146642 url(../img/bg-partners.jpg) 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 7.3rem;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .partners-section {
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .partners-section {
    margin-top: 4.7rem;
    position: relative;
    z-index: 1;
  }
}

.partners-section__text {
  padding: 2.3rem 0 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media only screen and (max-width: 1199px) {
  .partners-section__text {
    width: 65%;
  }
}

@media only screen and (max-width: 991px) {
  .partners-section__text {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 6.5rem 0 0 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .partners-section__text {
    padding: 4.1rem 0 2.5rem 0.8rem;
    width: 72%;
  }
}

@media only screen and (max-width: 991px) {
  .partners-section__text .title_size-md {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 0.8rem;
  }
}

.partners-section__text p {
  margin-bottom: 4.3rem;
}

@media only screen and (max-width: 991px) {
  .partners-section__text p {
    margin-bottom: 2.3rem;
  }
}

.partners-section__image {
  margin: 1.5rem 2.6% 0 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media only screen and (max-width: 1399px) {
  .partners-section__image {
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .partners-section__image {
    margin: 3.3rem 7% -14px -12%;
    width: 47.7%;
  }
}

@media only screen and (max-width: 767px) {
  .partners-section__image {
    position: absolute;
    width: 78%;
    z-index: -1;
    margin: 0;
    right: -10.2%;
    bottom: -0.7rem;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .partners-section__image img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
  }
}

.partners-section_preview {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .partners-section_preview {
    background-position: 50% 0;
  }
}

@media only screen and (max-width: 767px) {
  .partners-section_preview {
    text-align: center;
    position: relative;
  }
}

.partners-section_preview .partners-section__image {
  margin-top: -3.8rem;
}

@media only screen and (max-width: 991px) {
  .partners-section_preview .partners-section__image {
    margin: 8.4rem 1.4% -1px -33.8%;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .partners-section_preview .partners-section__image {
    position: relative;
    left: auto;
    right: -0.8%;
    margin: 1rem auto 0;
    max-width: 97.8%;
  }
}

.partners-section_preview .partners-section__text {
  padding: 0 0 4.5rem;
}

@media only screen and (max-width: 1199px) {
  .partners-section_preview .partners-section__text {
    width: 75%;
  }
}

@media only screen and (max-width: 991px) {
  .partners-section_preview .partners-section__text {
    padding: 5.6rem 2.4rem;
    width: 59%;
  }
}

@media only screen and (max-width: 767px) {
  .partners-section_preview .partners-section__text {
    width: 100%;
    padding: 5.6rem 2rem 1rem;
  }
  .partners-section_preview .partners-section__text .btn-group {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5rem;
  }
  .partners-section_preview .partners-section__text .btn {
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .partners-section_preview .title_size-lg {
    font-size: 3.2rem;
    line-height: 3.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .partners-section_preview .title_size-lg {
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 1.4rem;
  }
}

.partners-section_preview p {
  margin-bottom: 3.8rem;
}

@media only screen and (max-width: 991px) {
  .partners-section_preview p {
    margin-bottom: 2.2rem;
  }
}

.partners-section_preview .breadcrumb {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .partners-section_preview .breadcrumb {
    margin-left: -0.9rem;
  }
  .partners-section_preview .breadcrumb .breadcrumb__link:not(:hover) {
    color: #000;
  }
  .partners-section_preview .breadcrumb .breadcrumb__item {
    color: #AEAEAE;
  }
  .partners-section_preview .breadcrumb .breadcrumb__item:before {
    color: #000;
  }
}

@media only screen and (max-width: 767px) {
  .partners-section_preview .breadcrumb {
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .partners__title {
    margin-bottom: 3.6rem;
  }
}

.step-item {
  position: relative;
  margin-top: -0.4rem;
  z-index: 1;
}

@media only screen and (min-width: 1200px) {
  .step-item {
    margin-left: -1rem;
  }
}

@media only screen and (max-width: 991px) {
  .step-item {
    text-align: center;
    padding: 0 15%;
    margin-bottom: 4.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .step-item {
    margin-bottom: 3.5rem;
    padding: 0;
  }
}

.step-item_first {
  margin-left: 0;
}

.step-item_first:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.9rem;
  right: -1.3rem;
  width: 25.2rem;
  height: 10.9rem;
  background: url(../img/icons/step-first.svg) 0 0 no-repeat;
  background-size: contain;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .step-item_first:before {
    width: 17rem;
  }
}

@media only screen and (max-width: 991px) {
  .step-item_first:before {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .step-item_second {
    margin-left: -0.5rem;
  }
}

.step-item_second:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.5rem;
  right: -1rem;
  width: 25.2rem;
  height: 11.5rem;
  background: url(../img/icons/step-second.svg) 0 0 no-repeat;
  background-size: contain;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .step-item_second:before {
    width: 17rem;
  }
}

@media only screen and (max-width: 991px) {
  .step-item_second:before {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .step-item .text_size-xsm {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .step-item .text_size-xsm {
    padding: 0 5%;
  }
}

@media only screen and (max-width: 991px) {
  .step-item .title_margin-bottom-xxs {
    margin-bottom: 0.8rem;
  }
}

.step-item__circle {
  border-radius: 50%;
  width: 13.1rem;
  height: 13.1rem;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 991px) {
  .step-item__circle {
    width: 8.8rem;
    height: 8.8rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 1.7rem;
  }
}

.step-item__circle .title_size-lg {
  margin: 0.5rem 0 -0.6rem;
}

@media only screen and (max-width: 991px) {
  .step-item__circle .title_size-lg {
    margin: -0.4rem 0 -0.1rem;
  }
}

@media only screen and (max-width: 991px) {
  .step-item__circle .text_size-md {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}

@media only screen and (max-width: 991px) {
  .tools__title {
    margin-top: 0.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .tools__title {
    margin-top: 1.2rem;
  }
}

.tool-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.4rem;
}

@media only screen and (max-width: 991px) {
  .tool-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0.5rem;
    margin-bottom: 2.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .tool-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2.6rem;
  }
}

@media only screen and (max-width: 991px) {
  .tool-item .text_size-xsm {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .tool-item .text_size-xsm {
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .tool-item .title_margin-bottom-xxs {
    margin-bottom: 0.8rem;
  }
}

.tool-item__icon {
  height: 17.3rem;
  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-bottom: 3.6rem;
  border-radius: 15px;
}

@media only screen and (max-width: 991px) {
  .tool-item__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 47.6%;
    margin: 0 2.5rem 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .tool-item__icon {
    margin: 0 0 1.7rem;
    width: 100%;
  }
}

.tool-item__icon_padding {
  padding-top: 0.7rem;
}

@media only screen and (max-width: 991px) {
  .tool-item__icon_padding {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .tool-item__text {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.tool-item__title {
  margin-bottom: 1.2rem;
}

.tool-item .btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.tool-item p {
  margin-bottom: 2.6rem;
}

@media only screen and (max-width: 991px) {
  .tool-item p {
    margin-bottom: 0;
  }
}

.text-box {
  margin: 8rem 0;
  border-radius: 15px;
  padding: 5.6rem 25% 3rem 7.1rem;
}

@media only screen and (max-width: 1199px) {
  .text-box {
    padding: 4rem 4rem 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .text-box {
    margin: 2.1rem 0;
    padding: 4rem 4.7rem 1.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .text-box {
    padding: 2.4rem 3rem 2.8rem 2.4rem;
    margin-bottom: 2rem;
  }
}

.text-box__title {
  margin-bottom: 2.2rem;
}

@media only screen and (max-width: 991px) {
  .text-box__title {
    line-height: 2.8rem;
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .text-box__title {
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 991px) {
  .text-box .text_size-xsm {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

.percent {
  position: relative;
}

.percent:before {
  content: '';
  display: block;
  position: absolute;
  width: 5.6rem;
  height: 6.5rem;
  background: url(../img/icons/percent.svg) 0 0 no-repeat;
  background-size: contain;
  left: -1.6rem;
  top: -1.9rem;
}

@media only screen and (max-width: 991px) {
  .percent:before {
    width: 5.1rem;
    height: 5.1rem;
    top: -1.7rem;
    left: -1.3rem;
  }
}

.bg-block {
  padding: 8rem 0 5.7rem;
  margin: 5rem 0 0;
  background: #EAEAEA url(../img/bg-block.jpg) 50% 50% no-repeat;
  background-size: cover;
  line-height: 2.4rem;
}

@media only screen and (max-width: 991px) {
  .bg-block {
    margin: 3.3rem 0 0;
    padding: 4rem 0 2.5rem;
    line-height: 2.1rem;
  }
}

.bg-block p {
  margin-bottom: 2.3rem;
}

@media only screen and (max-width: 767px) {
  .bg-block p {
    padding: 0 5%;
  }
}

.documents-section {
  margin: 8.8rem 0 8rem;
  background: #F0F0F0;
  padding: 6.2rem 0 4rem;
  line-height: 2.4rem;
}

@media only screen and (max-width: 991px) {
  .documents-section {
    margin: 3.4rem 0 4.7rem;
    padding: 4rem 0 2.8rem;
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .documents-section {
    margin: 2.2rem 0 4.8rem;
    padding-bottom: 1.9rem;
  }
}

@media only screen and (max-width: 991px) {
  .documents-section .title_margin-bottom-sm {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .documents-section .title_margin-bottom-sm {
    margin-bottom: 1.2rem;
  }
}

@media only screen and (max-width: 991px) {
  #documentsTabContent {
    margin-bottom: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  #documentsTabContent {
    margin-bottom: 1.6rem;
  }
}

.document-item {
  padding: 3.4rem 2.4rem 3.6rem;
  margin-bottom: 4rem;
  background: #fff;
  border-radius: 15px;
}

.document-item:hover {
  -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
          box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
  color: #000;
}

@media only screen and (max-width: 991px) {
  .document-item {
    padding: 2rem 2rem 2.2rem;
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .document-item {
    margin-bottom: 0.8rem;
  }
}

@media only screen and (max-width: 991px) {
  .document-item__title {
    font-size: 1.4rem;
  }
}

.document-item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.4rem;
  height: 6.4rem;
  margin-right: 2.4rem;
  border-radius: 50%;
  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: #F0F0F0;
}

@media only screen and (max-width: 1199px) {
  .document-item__icon {
    margin-right: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .document-item__icon {
    margin: 0.4rem 1.6rem 0 0;
  }
}

.document-item__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.document-item__category {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #AEAEAE;
  letter-spacing: 0.25rem;
  margin-bottom: 0.4rem;
}

.document-item_bordered {
  padding: 0 0 1.7rem;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 2.4rem;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.document-item_bordered:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom-color: #000;
  color: #000;
}

.document-item_bordered:hover .document-item__icon {
  background: #3F892C;
}

.document-item_bordered:hover .icon-doc {
  background-image: url(../img/icons/doc-inversion.svg);
}

@media only screen and (max-width: 991px) {
  .document-item_bordered {
    padding-bottom: 1.6rem;
    margin-bottom: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .document-item_bordered {
    padding-bottom: 1.1rem;
  }
}

.document-item_bordered .document-item__title {
  margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
  .document-item_bordered .document-item__title {
    margin-right: 0;
    max-width: 75%;
  }
}

.document-item_bordered .document-item__icon {
  margin-right: 2.5rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 991px) {
  .document-item_bordered .document-item__icon {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 1.5rem;
    padding: 0.2rem 0.2rem 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .document-item_bordered .document-item__icon {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 1.6rem;
  }
}

.document-item_bordered .document-item__text {
  padding-top: 0.1rem;
}

.document-item_bordered .document-item__category {
  margin-bottom: 0.2rem;
}

@media only screen and (max-width: 767px) {
  .document-item_bordered .document-item__category {
    margin: -0.1rem 0 0.4rem;
  }
}

.document-item_bordered_active {
  border-color: #000;
}

@media only screen and (max-width: 991px) {
  .document-item_bordered .icon-doc {
    width: 1.7rem;
    height: 2.2rem;
  }
}

.document-item__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {
  .document-item__link {
    font-size: 0;
    position: relative;
    top: -1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .document-item__link {
    top: -2.1rem;
  }
}

.document-item__link .icon {
  margin-right: 1.2rem;
}

@media only screen and (max-width: 991px) {
  .document-item__link .icon {
    margin-right: 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .document-item__link .icon {
    margin-right: 0.8rem;
  }
}

.heading-section {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 991px) {
  .heading-section.bg-dark {
    background: #EDEDED;
  }
}

@media only screen and (max-width: 991px) {
  .heading-section {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .heading-section_margin {
    margin-bottom: 4.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .heading-section_margin {
    margin-bottom: 4.8rem;
  }
}

.heading-section .breadcrumb {
  color: #000;
}

.heading-section__text {
  width: 43%;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 991px) {
  .heading-section__text {
    width: 90%;
    padding-top: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .heading-section__text {
    width: 100%;
  }
}

.heading-section__text p {
  margin-bottom: 3.1rem;
}

@media only screen and (max-width: 991px) {
  .heading-section__text p {
    margin-bottom: 2.3rem;
  }
}

.heading-section__tab-nav {
  margin: 3.2rem 0 0;
}

@media only screen and (max-width: 991px) {
  .heading-section__tab-nav {
    margin-top: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .heading-section__tab-nav {
    overflow: auto;
    margin-right: -1.6rem;
  }
}

.heading-section__tab-nav .tab-nav__item {
  margin: 0 3.9rem 0 0;
}

@media only screen and (max-width: 991px) {
  .heading-section__tab-nav .tab-nav__item {
    margin-right: 2.95rem;
  }
}

.heading-section__tab-nav .tab-nav__link {
  display: block;
  color: #000;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
  .heading-section__tab-nav .tab-nav__link {
    padding-bottom: 1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .heading-section__tab-nav .tab-nav__link {
    white-space: nowrap;
  }
}

.heading-section__tab-nav .tab-nav__link.active, .heading-section__tab-nav .tab-nav__link:hover {
  color: #3F892C;
  border-color: #3F892C;
}

#certificatesTabContent p {
  margin-bottom: 3.1rem;
}

@media only screen and (max-width: 991px) {
  #certificatesTabContent p {
    margin-bottom: 1.9rem;
  }
}

#certificatesTabContent .certificates-tab__text {
  padding-right: 3rem;
}

@media only screen and (max-width: 991px) {
  #certificatesTabContent .certificates-tab__text {
    margin-bottom: 2.7rem;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  #certificatesTabContent .certificates-tab__text {
    margin-bottom: -0.5rem;
  }
}

@media only screen and (max-width: 991px) {
  #certificatesTabContent .certificates-tab__text p {
    margin-bottom: 2.4rem;
  }
}

.certificates-tab__title {
  margin-bottom: 2.2rem;
}

@media only screen and (max-width: 991px) {
  .certificates-tab__title {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1.7rem;
  }
}

@media only screen and (max-width: 991px) {
  .certificates-tab__title .title__count {
    margin: 0.7rem 0 0 0;
    display: block;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

.certificates-tab__btn {
  margin-top: 3.2rem;
}

@media only screen and (max-width: 991px) {
  .certificates-tab__btn {
    margin-top: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .certificates-tab__btn {
    margin-top: 1.6rem;
  }
}

.certificates-tab__select-group {
  margin: -0.8rem 0 3.2rem;
}

@media only screen and (max-width: 991px) {
  .certificates-tab__select-group {
    margin: 2.2rem 0.7rem 2.8rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .certificates-tab__select-group {
    margin: -0.4rem 0 0.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-section {
  margin: 4.2rem 0;
}

@media only screen and (max-width: 991px) {
  .blog-section {
    margin: 2.7rem 0;
  }
}

@media only screen and (max-width: 991px) {
  .blog-section_margin-md {
    margin-bottom: 4.8rem;
  }
}

.blog-section__title {
  margin-bottom: 4.1rem;
}

@media only screen and (max-width: 991px) {
  .blog-section__title {
    margin-bottom: 1.6rem;
  }
}

.blog-section__btn {
  margin-top: 0.8rem;
}

@media only screen and (max-width: 1199px) {
  .blog-section-slider {
    margin: 0 -2.4rem 1.6rem -0.8rem;
  }
  .blog-section-slider .slick-list {
    padding: 0 8% 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-section-slider .article {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
}

@media only screen and (max-width: 991px) {
  .blog-section-slider .article {
    margin-bottom: 0;
  }
}

.article {
  position: relative;
  margin-bottom: 4.1rem;
}

.article__bookmark {
  position: absolute;
  top: 1.9rem;
  right: 2.1rem;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .article__bookmark {
    top: 1.6rem;
    right: 1.6rem;
  }
}

.article__image {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 3.3rem;
  position: relative;
  display: block;
  -webkit-transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}

@media only screen and (max-width: 991px) {
  .article__image {
    margin-bottom: 1.3rem;
  }
}

.article__image:hover {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}

.article__image:hover img {
  -webkit-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
}

.article__image img {
  -webkit-transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.article__title {
  display: inline-block;
  margin-bottom: 1.2rem;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .article__title {
    font-weight: 500;
    margin: 0 2rem 0.7rem 0;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.article__post-date {
  font-size: 1.3rem;
  line-height: 2.2rem;
}

@media only screen and (max-width: 991px) {
  .article__post-date {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

.blog-list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: dense;
  margin-bottom: 2rem;
  grid-gap: 1.9rem 3.6rem;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

@media only screen and (max-width: 1199px) {
  .blog-list {
    grid-gap: 1rem 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .blog-list {
    grid-gap: 0 1.6rem;
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-list {
    grid-gap: 0 1.3rem;
    margin-bottom: 0.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .blog-list .article {
    grid-column: span 2;
  }
  .blog-list .article:nth-child(5n+4), .blog-list .article:nth-child(5n+5) {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 991px) {
  .blog-list .article {
    margin-bottom: 3.2rem;
    grid-column: span 3;
  }
  .blog-list .article .article__image img {
    min-height: 21.8rem;
  }
  .blog-list .article:nth-child(5n+1), .blog-list .article:nth-child(5n+4), .blog-list .article:nth-child(5n+5) {
    grid-column: span 2;
  }
  .blog-list .article:nth-child(5n+1) img, .blog-list .article:nth-child(5n+4) img, .blog-list .article:nth-child(5n+5) img {
    min-height: 14rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-list .article {
    grid-column: span 3 !important;
    margin-bottom: 2.4rem;
  }
  .blog-list .article .article__image img {
    min-height: 10.2rem !important;
  }
  .blog-list .article:nth-child(5n+1) {
    grid-column: span 6 !important;
  }
  .blog-list .article:nth-child(5n+1) .article__image {
    border-radius: 15px !important;
  }
}

@media only screen and (max-width: 991px) {
  .blog-list .article .article__image {
    border-radius: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-list .article .article__title {
    font-size: 1.4rem;
    line-height: 1.7rem;
    margin-bottom: 1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-list .article .article__title {
    margin-bottom: 0.8rem;
  }
}

@media only screen and (max-width: 991px) {
  .blog-list .article .article__bookmark {
    display: none;
  }
}

.tag-nav {
  overflow: auto;
  display: inline-table;
  margin: 0 -1.6rem 3.2rem 0;
  line-height: 6rem;
}

.tag-nav::-webkit-scrollbar {
  width: 0;
}



@media only screen and (max-width: 991px) {
  .tag-nav {
    padding-top: 0.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .tag-nav {
    margin-bottom: 2.4rem;
  }
}

.tag-nav__link {
  margin-right: 1.2rem;
  font-size: 1.6rem;
}

.tag-nav__link.active {
  background: #3F892C;
  border-color: #3F892C;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .tag-nav__link {
    font-size: 1.2rem;
    padding: 0.1rem 1.45rem;
    margin-right: 0.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .tag-nav__link {
    padding: 0.1rem 1.6rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0.7rem;
  }
  .tag-nav > .btn-primary {
    font-size: 12px !important;
  }
}

.article-page__header {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 1.9rem;
  margin-bottom: 2.9rem;
}

@media only screen and (max-width: 991px) {
  .article-page__header {
    padding: 0.4rem 0 2.5rem;
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .article-page__header .share-list {
    margin-top: 1.5rem;
  }
}

.article-page__post-date {
  font-size: 1.2rem;
  margin-right: 2.8rem;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .article-page__post-date {
    padding-top: 0.2rem;
  }
}

.article-page__tags {
  margin-right: 2rem;
}

@media only screen and (max-width: 767px) {
  .article-page__tags {
    margin-right: -2rem;
  }
}

.author-block {
  padding: 3.2rem 4.8rem 3.4rem;
  border-radius: 15px;
  margin-bottom: 5.3rem;
}

@media only screen and (max-width: 991px) {
  .author-block {
    padding: 2.9rem 3.9rem 3rem;
    margin-bottom: 3.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .author-block {
    padding: 2.4rem;
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .author-block_md {
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding-right: 4.5rem;
  }
}

.author-block__image {
  width: 10.3rem;
  height: 10.3rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 991px) {
  .author-block__image {
    width: 8rem;
    height: 8rem;
    margin-right: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .author-block__image {
    width: 6rem;
    height: 6rem;
    margin-right: 1.6rem;
  }
}

.author-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-block__chapter {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  margin-top: 1.1rem;
}

@media only screen and (max-width: 991px) {
  .author-block__chapter {
    margin-top: 0.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .author-block__chapter {
    margin-top: 0.1rem;
  }
}

.author-block__chapter .icon {
  margin-right: 1.2rem;
}

@media only screen and (max-width: 991px) {
  .author-block__chapter .icon {
    margin-right: 0.7rem;
  }
}

.author-block__chapter_margin {
  margin: 1.4rem 0 2rem;
}

@media only screen and (max-width: 767px) {
  .author-block__chapter_margin {
    margin-top: 0.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .author-block__chapter_margin .icon {
    margin-right: 1.2rem;
  }
}

.author-block__name {
  margin: -0.1rem 0 0.5rem;
}

@media only screen and (max-width: 991px) {
  .author-block__name {
    font-size: 1.6rem;
    margin: 1.1rem 0 0.7rem;
  }
}

.item-box {
  padding: 1.8rem 4.6rem 0.9rem;
  border-radius: 15px;
  margin: 4.8rem 0 5.8rem;
  line-height: 2rem;
}

.item-box__image {
  margin-right: 12.4%;
}

.item-box__image img {
  max-height: 6.1rem;
}

@media only screen and (max-width: 1199px) {
  .item-box__image {
    margin-right: 3rem;
  }
}

.item-box__text {
  padding-top: 0.8rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.item-box .btn {
  margin-left: 4.1rem;
  padding: 0.7rem 2.35rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media only screen and (max-width: 1199px) {
  .item-box .btn {
    margin-left: 2rem;
  }
}

.item-box_sidebar {
  margin: 2.4rem 0;
  padding: 2.6rem 3.5rem 1.9rem 3.3rem;
}

@media only screen and (max-width: 991px) {
  .item-box_sidebar {
    padding-left: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .item-box_sidebar {
    padding-right: 25%;
    margin-bottom: 1.6rem;
  }
}

.item-box_sidebar .item-box__text {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .item-box_sidebar .item-box__text {
    font-size: 1.6rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: -0.4rem;
  }
}

.item-box_sidebar .item-box__image {
  margin: 0.1rem 2.2rem 0 0;
}

@media only screen and (max-width: 991px) {
  .item-box_sidebar .item-box__image {
    margin-right: 8%;
  }
}

@media only screen and (max-width: 767px) {
  .item-box_sidebar .item-box__image {
    margin-right: 10%;
  }
}

.dots-list__item {
  margin-bottom: 2.73rem;
}

@media only screen and (max-width: 991px) {
  .dots-list__item {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .dots-list__item {
    margin-bottom: 2.1rem;
  }
}

.dots-list__item:before {
  content: '';
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  vertical-align: middle;
  margin-right: 4.2rem;
  border-radius: 50%;
  background: #000;
}

@media only screen and (max-width: 991px) {
  .dots-list__item:before {
    margin-right: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .dots-list__item:before {
    margin: 0.2rem 3.5rem 0 0.1rem;
  }
}

.blockquote {
  position: relative;
  padding-left: 5rem;
  margin: 6.4rem 0 3.8rem;
}

@media only screen and (max-width: 991px) {
  .blockquote {
    padding-left: 2.6rem;
    margin: 4.8rem 5% 3.8rem 1.5rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .blockquote {
    margin: 4.4rem 7% 3.8rem 0;
  }
}

.blockquote:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.3rem;
  bottom: 0;
  width: 0.2rem;
  background: #3F892C;
}

@media only screen and (max-width: 767px) {
  .blockquote:before {
    bottom: 0.2rem;
  }
}

.blockquote__title {
  letter-spacing: 0.25rem;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 991px) {
  .blockquote__title {
    margin-bottom: 2.2rem;
  }
}

.image-block {
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 3rem 0 5.8rem;
}

@media only screen and (max-width: 991px) {
  .image-block {
    margin: 0.9rem -3rem 3.7rem;
    border-radius: 0;
  }
}

@media only screen and (max-width: 767px) {
  .image-block {
    margin: 0.9rem -1.6rem 4.2rem;
  }
}

.like-block {
  padding: 4.9rem 20% 4.3rem;
  border-radius: 15px;
  margin: 5.7rem 0;
  line-height: 2.4rem;
}

@media only screen and (max-width: 1199px) {
  .like-block {
    padding: 4.9rem 16% 4.3rem;
  }
}

@media only screen and (max-width: 991px) {
  .like-block {
    margin: 5.1rem 0 4.9rem;
    padding: 4rem 17% 2.5rem;
    line-height: 2.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .like-block {
    margin: 6.4rem 0 1.9rem;
    padding: 4rem 10% 3.4rem;
  }
}

.like-block__title {
  margin-bottom: 1.3rem;
}

@media only screen and (max-width: 991px) {
  .like-block__title {
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .like-block__title {
    margin-bottom: 1.3rem;
  }
}

.like-block p {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .like-block p {
    margin-bottom: 2.3rem;
  }
}

.like-block__share {
  margin-top: 0.9rem;
}

@media only screen and (max-width: 991px) {
  .like-block__share {
    margin-top: 0.1rem;
  }
}

.percent-value {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  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;
  color: #fff;
  background: #3F892C;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  -webkit-transform: rotate(-31deg);
          transform: rotate(-31deg);
}

.percent-value_danger {
  background: #FC3F1D;
}

.sale-block {
  display: block;
  padding: 3.4rem 3.2rem 3.7rem;
  margin: 2.4rem 0;
  border-radius: 15px;
  background: #FFDB96 url(../img/bg-sale.jpg) 50% 50% no-repeat;
  background-size: cover;
  line-height: 2rem;
}

@media only screen and (max-width: 991px) {
  .sale-block {
    margin: 3.9rem 0 4.8rem;
    font-size: 3.2rem;
    line-height: 3.9rem;
    padding: 6.9rem 9.2% 7.9rem 9.2%;
  }
}

@media only screen and (max-width: 767px) {
  .sale-block {
    margin: 1.6rem 0 4.8rem;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 3.4rem 3.2rem 3.7rem;
  }
}

.sale-block:hover {
  color: #000;
  opacity: 0.7;
}

.sale-block__text {
  max-width: 60%;
  margin-right: 8%;
}

.sale-block__percent {
  margin: -0.6rem -0.3rem 0 0;
}

@media only screen and (max-width: 991px) {
  .sale-block__percent {
    width: 9.2rem;
    height: 9.2rem;
    font-size: 3.2rem;
    margin-right: 16%;
  }
}

@media only screen and (max-width: 767px) {
  .sale-block__percent {
    font-size: 1.2rem;
    width: 4.4rem;
    height: 4.4rem;
    margin-right: 0;
  }
}

.sale-block__logo {
  margin-top: 1.8rem;
}

@media only screen and (max-width: 991px) {
  .sale-block__logo {
    width: 69.5%;
    margin-top: 3.8rem;
  }
  .sale-block__logo img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sale-block__logo {
    margin-top: 1.8rem;
  }
}

@media only screen and (max-width: 991px) {
  .faq__title {
    margin: 4rem 0 0.8rem;
  }
}

.faq__btn {
  margin-top: 3.5rem;
}

@media only screen and (max-width: 991px) {
  .faq__btn {
    margin-top: 3.1rem;
  }
}

.faq__wrap-select {
  margin: 4.8rem 0;
}

@media only screen and (max-width: 991px) {
  .faq__wrap-select {
    margin: 3.4rem 0 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .faq__wrap-select {
    margin: 3.6rem 0 3.2rem;
  }
}

.faq-section {
  padding: 3.8rem 0 9rem;
}

@media only screen and (max-width: 991px) {
  .faq-section {
    padding: 1.7rem 0 4.6rem;
  }
}

.faq-section .faq-item {
  max-width: 88.6rem;
}

.faq-item__link {
  display: block;
  position: relative;
  padding: 2.1rem 3.5rem 2rem 0;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (max-width: 991px) {
  .faq-item__link {
    padding: 1.6rem 4rem 1.6rem 0;
    border-color: #D3D3D3;
  }
}

.faq-item__link:after, .faq-item__link:before {
  content: '';
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  background: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .faq-item__link:after, .faq-item__link:before {
    width: 1.6rem;
  }
}

.faq-item__link:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-item__link:hover:after, .faq-item__link:hover:before {
  background: #3F892C;
}

.faq-item__link:not([class*="collapsed"]) {
  border-color: #000;
}

.faq-item__link:not([class*="collapsed"]):before {
  -webkit-transform: none;
          transform: none;
}

.faq-item__body {
  padding: 2.1rem 0 0;
}

.faq-item__body p:last-of-type {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
  .faq-item__body p:last-of-type {
    margin-bottom: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .faq-item__body {
    padding-bottom: 0.8rem;
  }
}

.stock__tag-nav {
  margin-left: 0.7rem;
}

@media only screen and (max-width: 991px) {
  .stock__tag-nav {
    margin: 0 0 2.5rem;
  }
}

.stock-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem 3.7%;
  margin: -0.1rem 0 7.1rem;
}

@media only screen and (max-width: 991px) {
  .stock-list {
    grid-gap: 2.4rem 2.3%;
    margin-bottom: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .stock-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.stock-item {
  position: relative;
  background: #FFDB96 url(../img/bg-stock.jpg) 50% 50% no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  z-index: 1;
  height: 36.5rem;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5.4rem 5.3rem 4rem;
}

@media only screen and (max-width: 1199px) {
  .stock-item {
    padding-left: 3rem;
    padding-right: 3rem;
    height: 27rem;
  }
}

@media only screen and (max-width: 991px) {
  .stock-item {
    height: 21rem;
    padding: 3.2rem 2.3rem 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .stock-item {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    width: 40rem;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .stock-item {
    width: 100%;
  }
}

.stock-item:hover {
  color: #000;
  opacity: 0.7;
}

.stock-item_secondary {
  background: #E3E7FF96 url(../img/bg-stock-blue.jpg) 50% 50% no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.stock-item__logo {
  margin: 0 0 2rem -0.2rem;
  max-width: 20rem;
}

@media only screen and (max-width: 991px) {
  .stock-item__logo {
    max-width: 11.1rem;
    margin-left: 0;
  }
}

.stock-item__image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .stock-item__image {
    margin-right: -0.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .stock-item__image_margin {
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .stock-item__image_margin {
    height: 89%;
    margin-right: 0.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .stock-item__image_margin {
    margin-right: 0;
  }
}

.stock-item__image img {
  max-height: 100%;
}

.stock-item__text {
  margin-top: auto;
  max-width: 62.8%;
}

@media only screen and (max-width: 1199px) {
  .stock-item__text {
    max-width: 75%;
  }
}

@media only screen and (max-width: 991px) {
  .stock-item__text {
    max-width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .stock-item__text {
    max-width: 21.5rem;
  }
}

.stock-item__title {
  margin: 0 1rem 1.4rem 0;
}

@media only screen and (max-width: 991px) {
  .stock-item__title {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1.1rem;
  }
}

.stock-item__sale {
  margin: 0.1rem 3.4rem 0 0;
}

@media only screen and (max-width: 991px) {
  .stock-item__sale {
    width: 4rem;
    height: 4rem;
  }
}

.stock-item__sale_margin {
  margin: 0.8rem 0 0 0;
}

@media only screen and (max-width: 991px) {
  .stock-item__sale_margin {
    position: relative;
    top: 1.5rem;
    right: -0.3rem;
  }
}

.stock-item__sale_size-md-tablet {
  width: 3.6rem;
  height: 3.6rem;
}

@media only screen and (max-width: 991px) {
  .stock-item__period {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 991px) {
  .stock-item__period_secondary {
    font-size: 1.3rem;
  }
}

.stock__tag-nav {
  margin-left: 0.7rem;
}

@media only screen and (max-width: 991px) {
  .stock__tag-nav {
    margin: 0 0 2.5rem;
  }
}

.stock-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem 3.7%;
  margin: -0.1rem 0 7.1rem;
}

@media only screen and (max-width: 991px) {
  .stock-list {
    grid-gap: 2.4rem 2.3%;
    margin-bottom: 4.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .stock-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.stock-item {
  position: relative;
  background: #FFDB96 url(../img/bg-stock.jpg) 50% 50% no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  z-index: 1;
  height: 36.5rem;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5.4rem 5.3rem 4rem;
}

@media only screen and (max-width: 1199px) {
  .stock-item {
    padding-left: 3rem;
    padding-right: 3rem;
    height: 27rem;
  }
}

@media only screen and (max-width: 991px) {
  .stock-item {
    height: 21rem;
    padding: 3.2rem 2.3rem 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .stock-item {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    width: 40rem;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .stock-item {
    width: 100%;
  }
}

.stock-item:hover {
  color: #000;
  opacity: 0.7;
}

.stock-item_secondary {
  background: #E3E7FF96 url(../img/bg-stock-blue.jpg) 50% 50% no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.stock-item__logo {
  margin: 0 0 2rem -0.2rem;
  max-width: 20rem;
}

@media only screen and (max-width: 991px) {
  .stock-item__logo {
    max-width: 11.1rem;
    margin-left: 0;
  }
}

.stock-item__image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .stock-item__image {
    margin-right: -0.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .stock-item__image_margin {
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .stock-item__image_margin {
    height: 89%;
    margin-right: 0.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .stock-item__image_margin {
    margin-right: 0;
  }
}

.stock-item__image img {
  max-height: 100%;
}

.stock-item__text {
  margin-top: auto;
  max-width: 62.8%;
}

@media only screen and (max-width: 1199px) {
  .stock-item__text {
    max-width: 75%;
  }
}

@media only screen and (max-width: 991px) {
  .stock-item__text {
    max-width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .stock-item__text {
    max-width: 21.5rem;
  }
}

.stock-item__title {
  margin: 0 1rem 1.4rem 0;
}

@media only screen and (max-width: 991px) {
  .stock-item__title {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1.1rem;
  }
}

.stock-item__sale {
  margin: 0.1rem 3.4rem 0 0;
}

@media only screen and (max-width: 991px) {
  .stock-item__sale {
    width: 4rem;
    height: 4rem;
  }
}

.stock-item__sale_margin {
  margin: 0.8rem 0 0 0;
}

@media only screen and (max-width: 991px) {
  .stock-item__sale_margin {
    position: relative;
    top: 1.5rem;
    right: -0.3rem;
  }
}

.stock-item__sale_size-md-tablet {
  width: 3.6rem;
  height: 3.6rem;
}

@media only screen and (max-width: 991px) {
  .stock-item__period {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 991px) {
  .stock-item__period_secondary {
    font-size: 1.3rem;
  }
}

.info-text {
  margin: 4rem 0 3.2rem;
  padding: 2.4rem 3.2rem;
  border-radius: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991px) {
  .info-text {
    margin: 3.1rem 0 3.3rem;
    padding: 3.1rem 3.1rem 3rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .info-text {
    margin: 2.3rem 0 2.5rem;
    padding: 2.4rem 4rem 2.4rem 3.2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .info-text_margin-mobile {
    margin-top: 3.1rem;
  }
}

.info-text .icon {
  margin-right: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .info-text .icon {
    margin-top: 0.6rem;
  }
}

.return__title {
  margin: 3.8rem 0 2.2rem;
}

@media only screen and (max-width: 991px) {
  .return__title {
    margin: 4rem 0 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .return__title {
    margin: 3.2rem 0 1.7rem;
  }
}

.return__title_margin {
  margin-bottom: 1.1rem;
}

@media only screen and (max-width: 991px) {
  .return__title_margin {
    margin: 4.6rem 0 1.7rem;
  }
}

@media only screen and (min-width: 1200px) {
  .delivery__title_margin {
    margin-right: -1rem;
  }
}

.delivery__title_main {
  margin: 5.8rem 0 1rem;
}

@media only screen and (max-width: 991px) {
  .delivery__title_main {
    margin: 4.6rem 0 1.8rem;
  }
}

.delivery-advantages {
  margin-top: 4.8rem;
  margin-bottom: 2.3rem;
}

@media only screen and (max-width: 991px) {
  .delivery-advantages {
    margin-bottom: 0.5rem;
    margin-top: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .delivery-advantages {
    margin-bottom: 2.7rem;
  }
}

.delivery-advantages-item {
  font-size: 1.3rem;
  line-height: 2.2rem;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 991px) {
  .delivery-advantages-item {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .delivery-advantages-item {
    margin-bottom: 2.4rem;
  }
}

.delivery-advantages-item p {
  margin-bottom: 0;
}

.delivery-advantages-item__icon {
  width: 10.5rem;
  height: 10.5rem;
  border-radius: 50%;
  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-right: 3.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 991px) {
  .delivery-advantages-item__icon {
    margin-right: 2.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .delivery-advantages-item__text {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.delivery-advantages-item__title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 0.9rem;
}

@media only screen and (max-width: 991px) {
  .delivery-advantages-item__title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.payment-block {
  margin: 5.7rem 0 6.2rem;
}

@media only screen and (max-width: 991px) {
  .payment-block {
    margin: 4.4rem 0 4.4rem;
    width: 37.4rem;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .payment-block {
    margin: 3rem 0 4.8rem;
  }
}

.payment-block__item:not(:first-child) {
  margin-left: 10%;
}

@media only screen and (max-width: 767px) {
  .payment-block__item:not(:first-child) {
    margin-left: 7%;
  }
}

@media only screen and (min-width: 1200px) {
  .favorites-list {
    padding-left: 2rem;
  }
}

.favorites-list .catalogue-item {
  margin-bottom: 3.5rem;
}

.favorites__select-group {
  margin: 1.9rem 0 2.8rem;
}

@media only screen and (max-width: 991px) {
  .favorites__select-group {
    margin: 1.6rem 0.8rem 2.8rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .favorites__select-group {
    margin: 1.6rem 0 1rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .favorites__select-group .select-styling:not([class*="primary"]) {
    border-color: #AEAEAE;
  }
}

@media only screen and (min-width: 992px) {
  .favorites__select-group .select-styling.select-styling_primary {
    width: 24.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .favorites__select-group .select-styling.select-styling_primary {
    background-color: #ECF3EA;
  }
}

.user-heading {
  background: #3F892C url(../img/bg-user-heading.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.user-heading .back-block:before {
  display: none;
}

@media only screen and (max-width: 991px) {
  .user-heading .back-block {
    margin: 0;
    padding: 1.3rem 0 0;
  }
}

.user-heading__info {
  margin: 2.4rem 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 991px) {
  .user-heading__info {
    margin: 1.2rem 0;
  }
}

.user-heading__bonus {
  font-size: 1.8rem;
  margin-left: 5%;
  margin: 0 0 0.2rem 4.25%;
}

.user-heading__bonus-text {
  opacity: 0.5;
  margin-right: 1.2rem;
}

.user-heading__logout {
  margin: 0 1.2rem 0 auto;
  font-size: 1.2rem;
}

.user-heading__logout .icon {
  margin-left: 0.8rem;
}

.user-heading-nav {
  background: #fff;
  margin: 3rem 0 0;
  border-bottom: 1px solid  #EDEDED;
  padding: 0 3.7rem;
}

@media only screen and (max-width: 991px) {
  .user-heading-nav {
    -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
            box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
    border-radius: 8px;
    margin: 1.6rem 0 0.4rem;
    min-height: 36.4rem;
    padding: 0.8rem 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .user-heading-nav {
    margin: 1.6rem -12px 0.4rem;
    padding: 0.8rem 2.4rem;
  }
}

.user-heading-nav__item {
  margin: 0 2rem -0.1rem;
}

@media only screen and (max-width: 991px) {
  .user-heading-nav__item {
    margin: 0;
  }
  .user-heading-nav__item:last-of-type .user-heading-nav__link {
    border: none;
  }
  .user-heading-nav__item:last-of-type .user-heading-nav__link:after {
    display: none;
  }
}

.user-heading-nav__link {
  display: block;
  padding: 2.2rem 0 2rem;
  color: #000;
}

.user-heading-nav__link:hover, .user-heading-nav__link.active {
  color: #3F892C;
  border-color: #3F892C;
}

@media only screen and (max-width: 991px) {
  .user-heading-nav__link {
    border-color: #EDEDED;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.7rem;
    padding: 1.75rem 0;
  }
  .user-heading-nav__link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 0.8rem;
    height: 1.5rem;
    background: url(../img/icons/caret-next-dark.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

@media only screen and (max-width: 767px) {
  .user-heading-nav__link:after {
    top: 0.3rem;
  }
}

.user__title {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
  .user__tab-content .tab-pane-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 5.8rem;
    bottom: 0;
    overflow: auto;
    background: #EDEDED;
    z-index: 94;
    padding: 0 2.4rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    display: block;
  }
  .user__tab-content .tab-pane-fixed.active {
    -webkit-transform: none;
            transform: none;
  }
}

.user__tab-content .tab-pane .back-block {
  padding-left: 2.4rem;
}

@media only screen and (max-width: 991px) {
  .user__tab-content .tab-pane .back-block {
    padding: 1.3rem 2.4rem;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .user__tab-content .tab-pane .back-block {
    padding: 1.3rem 1.6rem 1.2rem;
  }
}

.user__tab-content .tab-pane .back-block:before {
  display: none;
}

.user__tab-content .tab-pane__user-data {
  padding: 5.4rem 5.9rem 6rem;
}

@media only screen and (max-width: 991px) {
  .user__tab-content .tab-pane__user-data {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .user__tab-content .tab-pane__user-data .tab-pane__content {
    padding-bottom: 9rem;
  }
}

.user__tab-content .tab-pane__user-order {
  padding: 5.4rem 4rem 13rem 5.2rem;
}

@media only screen and (max-width: 991px) {
  .user__tab-content .tab-pane__user-order {
    padding: 0 2.4rem 9rem;
  }
}

@media only screen and (max-width: 767px) {
  .user__tab-content .tab-pane__user-order {
    padding: 0 0.8rem 9rem;
  }
}

@media only screen and (max-width: 991px) {
  .user__tab-content .tab-pane__user-order .back-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .user__tab-content .tab-pane__user-order .back-block {
    padding: 1.4rem 0.8rem 1.2rem !important;
  }
}

@media only screen and (max-width: 991px) {
  .user__tab-content .tab-pane__user-order .user__title {
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .user__tab-content .tab-pane__user-order .tab-pane__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.user__tab-content .tab-pane__user-partners {
  padding: 5.4rem 6.8rem 6rem 5.6rem;
}

@media only screen and (max-width: 1199px) {
  .user__tab-content .tab-pane__user-partners {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .user__tab-content .tab-pane__user-partners {
    padding: 0 2.4rem 9rem;
  }
}

@media only screen and (max-width: 767px) {
  .user__tab-content .tab-pane__user-partners {
    padding: 0 0 9rem;
  }
}

@media only screen and (max-width: 991px) {
  .user__tab-content .tab-pane__user-partners .back-block {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .user__tab-content .tab-pane__user-partners .back-block {
    padding: 1.4rem 1.5rem 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .user__tab-content .tab-pane__user-partners .tab-pane__content {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media only screen and (max-width: 991px) {
  .user__tab-content .tab-pane__user-partners .title_margin-bottom-md {
    margin-bottom: 2.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .user__tab-content .tab-pane__user-partners .tab-pane-fixed {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .user__tab-content .tab-pane__content {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
            box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
    border-radius: 8px;
    padding: 2.4rem 4.8rem 2.4rem;
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .user__tab-content .tab-pane__content {
    padding: 2.4rem 2.8rem 2.5rem;
  }
}

.user__form {
  padding: 1.7rem 0.2rem;
}

@media only screen and (max-width: 991px) {
  .user__form {
    padding: 0.2rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .user__form {
    padding: 0.5rem 0;
  }
}

.user__form .form-group {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 991px) {
  .user__form .form-group {
    margin-bottom: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .user__form .form-group {
    margin-bottom: 2.9rem;
  }
}

.user__form .order-section__group {
  margin-bottom: 4.5rem;
}

@media only screen and (max-width: 991px) {
  .user__form .order-section__group {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 991px) {
  .user__form .order-section__group_large {
    max-width: 31.9rem;
  }
}

@media only screen and (max-width: 991px) {
  .user__form .order-section__group_margin {
    margin-bottom: 3.1rem;
  }
}

.user-order-nav__item {
  margin-bottom: 4.4rem;
}

@media only screen and (max-width: 991px) {
  .user-order-nav__item {
    margin: 0;
  }
}

.user-order-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

@media only screen and (max-width: 991px) {
  .user-order-nav__link {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}

.user-order-nav__link.active {
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .user-order-nav__link.active {
    background: #ECF3EA;
  }
}

.user-order-nav__mark {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin-right: 1.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 991px) {
  .user-order-nav__mark {
    display: none;
  }
}

.user-order-nav__mark_primary {
  background: #3F892C;
}

.user-order-nav__mark_warning {
  background: #F2CB65;
}

.user-order-nav__mark_danger {
  background: #ED7575;
}

.user__sidebar {
  width: 18.95%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.4rem;
}

@media only screen and (max-width: 1199px) {
  .user__sidebar {
    width: 22%;
  }
}

@media only screen and (max-width: 991px) {
  .user__sidebar {
    margin: 0 0 2.4rem;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .user__sidebar .dropdown-toggle {
    font-size: 1.6rem;
  }
}

.address-block {
  border: 1px solid #E8E8E8;
  border-radius: 15px;
  margin: 0 0.1rem 2.4rem -0.1rem;
}

@media only screen and (max-width: 991px) {
  .address-block {
    margin: 0.3rem 0 1.6rem;
  }
}

.address-block__header {
  padding: 2.3rem 2.9rem 1.1rem;
  border-bottom: 1px solid #E8E8E8;
}

@media only screen and (max-width: 991px) {
  .address-block__header {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1.6rem 1.9rem 1.5rem;
  }
}

.address-block__body {
  padding: 1.8rem 2.9rem 1.4rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .address-block__body {
    padding: 1.6rem 1.9rem 1.1rem;
  }
}

.address-block__body p {
  margin-bottom: 0.8rem;
}

.money {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  margin-left: 1.3rem;
  position: relative;
  top: 0.2rem;
}

.money_primary {
  background: #3F892C;
}

.money_danger {
  background: #FFDFDF;
}

.order-item {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 991px) {
  .order-item {
    -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
            box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
    border-radius: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .order-item {
    margin-bottom: 2.4rem;
  }
}

.order-item__link {
  display: block;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #EDEDED;
}

@media only screen and (max-width: 991px) {
  .order-item__link {
    border-radius: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .order-item__link {
    border: none;
  }
}

.order-item__link:hover {
  color: #000;
  border-color: transparent;
  -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
          box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
}

.order-item__link[aria-expanded="true"] {
  border-radius: 12px 12px 0 0;
  border-bottom-color: transparent;
}

.order-item__link[aria-expanded="true"] .order-item__image-group {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .order-item__link[aria-expanded="true"] {
    border-radius: 8px 8px 0 0;
  }
}

.order-item__header {
  border-bottom: 1px solid #EDEDED;
  padding: 2rem 2.3rem 1.8rem 1.5rem;
}

@media only screen and (max-width: 991px) {
  .order-item__header {
    padding: 1.5rem 4.7rem 1.6rem 3.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-item__header {
    padding: 1.6rem 1.2rem 1.6rem 1.2rem;
  }
}

.order-item__header .icon-caret {
  margin: -0.4rem 0.6rem 0 0;
}

@media only screen and (max-width: 991px) {
  .order-item__header .icon-caret {
    margin: -0.1rem 2rem 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .order-item__header .icon-caret {
    margin-right: 0.6rem;
  }
}

.order-item__price {
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding-top: 0.1rem;
}

@media only screen and (max-width: 991px) {
  .order-item__price {
    font-size: 1.6rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: -0.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-item__price {
    white-space: nowrap;
    margin-bottom: 0;
  }
}

.order-item__name {
  margin-right: -6.5rem;
}

.order-item__image-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.4rem 4.1rem 2.5rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .order-item__image-group {
    padding: 1.7rem 4.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-item__image-group {
    padding: 1.7rem 3.7rem;
  }
}

.order-item__image-group .basket-item__image:hover {
  border-color: #E8E8E8;
}

.order-item__image-group .basket-item__image:not(:last-child) {
  margin-right: 2.4rem;
}

@media only screen and (max-width: 991px) {
  .order-item__image-group .basket-item__image:not(:last-child) {
    margin-right: 1.2rem;
  }
}

@media only screen and (max-width: 991px) {
  .order-item__image-group .basket-item__image {
    width: 4.8rem;
    height: 4.8rem;
    padding: 0.5rem;
  }
}

.order-item__body {
  padding: 2.3rem 2.4rem 2.6rem;
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  background: #fff;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .order-item__body {
    padding: 1.6rem 4.6rem 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-item__body {
    border: none;
    padding: 1.6rem 1.2rem 2.6rem;
  }
}

.order-item__footer {
  border: 1px solid #EDEDED;
  border-radius: 0 0 12px 12px;
  padding: 2.1rem 4.1rem 2rem;
  background: #fff;
}

@media only screen and (max-width: 991px) {
  .order-item__footer {
    border-radius: 0 0 8px 8px;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1.1rem 4.65rem 2.7rem;
    border-top: none;
  }
}

@media only screen and (max-width: 767px) {
  .order-item__footer {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2.4rem;
    text-align: center;
  }
}

.order-item__footer-link:not(:last-child) {
  margin-right: 3.6rem;
}

@media only screen and (max-width: 991px) {
  .order-item__footer-link:not(:last-child) {
    margin-right: 2.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-item__footer-link:not(:last-child) {
    margin: 0 0 1.6rem;
  }
}

.order-item__history {
  padding: 2.1rem 3.3rem 2.5rem;
  border-radius: 12px;
  margin-bottom: 4.1rem;
}

@media only screen and (max-width: 991px) {
  .order-item__history {
    padding: 1.55rem 3.6rem 1.6rem;
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-item__history {
    padding-right: 1.6rem;
    margin-bottom: 1.7rem;
  }
}

.order-item__group {
  margin-bottom: 3.65rem;
  padding: 0 1.6rem;
  max-width: 94.5%;
}

@media only screen and (max-width: 1199px) {
  .order-item__group {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .order-item__group {
    padding: 0;
    margin-bottom: 0.8rem;
    max-width: 32rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-item__group {
    max-width: 100%;
    padding: 0 0.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .order-item__group_margin {
    margin-bottom: 3.2rem;
  }
}

.order-item__group .link-underline {
  margin-left: 0.3rem;
}

.order-item__group p {
  margin-bottom: 0.1rem;
}

@media only screen and (max-width: 991px) {
  .order-item__group p {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .order-item__group p.text-light {
    margin-bottom: 0.8rem;
  }
}

@media only screen and (max-width: 991px) {
  .order-item__group .text_size-sm {
    font-size: 1.4rem !important;
    line-height: 1.7rem !important;
  }
}

.order-item__title {
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 991px) {
  .order-item__title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.order-item__title_margin {
  margin-bottom: 1.7rem;
}

.history-item {
  font-size: 1.4rem;
  line-height: 2.8rem;
  position: relative;
}

.history-item_current {
  color: #3F892C;
}

.history-item_current:before {
  content: '';
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  top: 1.2rem;
  position: absolute;
  left: -1.6rem;
  border-radius: 50%;
  background: #3F892C;
}

.history-item__date {
  margin-right: 2.4rem;
}

@media only screen and (max-width: 991px) {
  .history-item__date {
    margin-right: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .history-item__date {
    white-space: nowrap;
  }
}

.basket-item_order {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 991px) {
  .basket-item_order {
    margin-bottom: 2.2rem;
  }
}

.basket-item_order:last-of-type {
  margin-bottom: 0 !important;
}

.basket-item_order .basket-item__image {
  margin-right: 2.9rem;
}

@media only screen and (max-width: 991px) {
  .basket-item_order .basket-item__image {
    width: 4.8rem;
    height: 4.8rem;
    margin: 0.5rem 1.2rem 0 0;
    padding: 0.5rem;
  }
}

.basket-item_order .basket-item__content {
  padding: 0;
}

.basket-item_order .basket-item__price {
  margin: 0 0.7rem 0 0;
}

@media only screen and (max-width: 991px) {
  .basket-item_order .basket-item__price {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}

.basket-item_order .basket-item__name {
  margin-bottom: 0.9rem;
}

@media only screen and (max-width: 991px) {
  .basket-item_order .basket-item__name {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 0.8rem;
  }
}

.basket-item_order .basket-item__price-wrap {
  margin-bottom: 0.2rem;
}

.basket-item_order .basket-item__price-wrap .text-primary {
  padding-top: 0.3rem;
}

@media only screen and (max-width: 991px) {
  .basket-item_order .basket-item__price-wrap .text-primary {
    padding: 0;
  }
}

.user-info {
  border-radius: 15px;
  margin: 0.2rem 0 3.1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 2rem;
}

@media only screen and (max-width: 991px) {
  .user-info {
    margin: -0.4rem 0 2.3rem;
  }
}

.user-info p {
  margin-bottom: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .user-info p {
    margin-bottom: 0;
  }
}

.user-discount {
  padding: 2.2rem 3.1rem 2.1rem;
  border-left: 1px solid #D7E2D4;
}

@media only screen and (max-width: 991px) {
  .user-discount {
    padding: 2.7rem 4.8rem 2.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .user-discount {
    padding: 1.4rem 1.5rem 2.2rem;
  }
}

.user-discount__value {
  font-size: 2.8rem;
  line-height: 3.4rem;
}

.user-discount .icon {
  margin-left: 1.2rem;
}

.balance-block {
  padding: 2.2rem 3.2rem 2.1rem;
}

.balance-mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .balance-block {
    padding: 2.7rem 4.8rem 2.7rem;
  }
  .balance-mobile {
    margin-bottom: 3rem;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .balance-block {
    padding: 1.4rem 1.5rem 2.2rem;
  }
}

.balance-block__value {
  font-size: 2.8rem;
  line-height: 3.4rem;
}

.balance-block .money {
  margin-top: -0.2rem;
}

.balance-block__btn {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 2.6rem;
  padding: 0 1.6rem;
}

.bonus-slider {
  padding: 0 3.6rem;
}

@media only screen and (max-width: 991px) {
  .bonus-slider {
    padding: 0.4rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .bonus-slider {
    margin-right: -7.5rem;
  }
}

.bonus-slider .slick-list {
  padding-right: 4rem;
}

@media only screen and (max-width: 991px) {
  .bonus-slider .slick-list {
    padding: 0;
  }
}

.bonus-slider-item {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .bonus-slider-item {
    padding-right: 2.5rem;
  }
}

.bonus-slider-item__money {
  margin: 0.1rem 1.5rem 0 0;
}

@media only screen and (max-width: 991px) {
  .bonus-slider-item__money {
    margin: 0.2rem 1.6rem 0 0;
  }
}

.bonus-slider-item__value {
  font-size: 1.4rem;
}

.bonus-slider-item p {
  margin-bottom: 0.1rem;
}

.bonus-slider__wrap {
  width: 54.7%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
          box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
  border-radius: 15px;
  padding: 1.9rem 3.8rem 2.4rem 4rem;
  margin: 0.2rem 0 3.1rem 1.6rem;
}

@media only screen and (max-width: 1199px) {
  .bonus-slider__wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .bonus-slider__wrap {
    margin: 0 0 3.8rem;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .bonus-slider__wrap {
    margin-bottom: 2.1rem;
  }
}

.bonus-slider__wrap > p {
  margin-bottom: 1.1rem;
}

.bonus-slider__wrap .slick-arrow {
  width: 1.4rem;
  height: 2rem;
  position: absolute;
  background: none;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: none;
}

.bonus-slider__wrap .slick-arrow.slick-prev {
  left: 0;
}

.bonus-slider__wrap .slick-arrow.slick-next {
  right: 0;
}

@media only screen and (max-width: 991px) {
  .bonus-slider__wrap .slick-arrow {
    display: none !important;
  }
}

.btn-nav .btn {
  margin-right: 1.6rem;
}

.btn-nav .btn.active {
  color: #fff;
  background: #3F892C;
  border-color: #3F892C;
}

.user-partners-nav {
  margin: 3.6rem 0 3.2rem;
}

@media only screen and (max-width: 991px) {
  .user-partners-nav {
    margin: -0.1rem 0 1.8rem;
  }
}

.user-partners-nav__link {
  font-size: 1.6rem;
}

@media only screen and (max-width: 991px) {
  .user-partners-nav__link {
    border: none;
    border-bottom: 1px solid #EDEDED;
    color: #000;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.7rem;
    padding: 1.75rem 0;
    background: none;
    margin: 0;
    width: 100%;
    border-radius: 0;
    display: block;
    text-align-last: left;
  }
  .user-partners-nav__link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 0.8rem;
    height: 1.5rem;
    background: url(../img/icons/caret-next-dark.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

.tools-section {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 4rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
          box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
  border-radius: 15px;
  padding: 3.2rem 4rem 0.8rem;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .tools-section {
    padding: 1.5rem 3.2rem 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .tools-section {
    padding: 1.5rem 2rem 1.2rem;
    margin-bottom: 2.4rem;
  }
}

.tools-section__header {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 1.8rem;
}

@media only screen and (max-width: 991px) {
  .tools-section__header {
    padding-bottom: 1.6rem;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tools-section__header {
    padding-bottom: 2.4rem;
  }
}

.tools-section__header:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -100%;
  right: -100%;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (max-width: 991px) {
  .tools-section__header:after {
    display: none;
  }
}

.tools-section__title {
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 991px) {
  .tools-section__title {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 0.7rem;
  }
}

.tools-section__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 4.1rem;
  padding-top: 0.7rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 991px) {
  .tools-section__icon {
    margin: 0 0 1.5rem;
    width: 8.9%;
    padding-left: 0.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .tools-section__icon {
    width: 4.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .tools-section__icon_margin {
    margin-bottom: 2rem;
  }
}

.tools-section p {
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 991px) {
  .tools-section p {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .tools-section p {
    margin-bottom: 0.8rem;
  }
}

.tools-section__form-inline {
  margin: 0.5rem 8.4% 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .tools-section__form-inline {
    margin-right: -0.4rem;
  }
}

.tools-section__group {
  margin: 1.4rem 0 2.8rem;
}

@media only screen and (max-width: 991px) {
  .tools-section__group {
    margin: 3.2rem 0 0.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .tools-section__group {
    margin: 2.7rem 0 0.9rem;
  }
}

.table {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

@media only screen and (max-width: 991px) {
  .table thead {
    display: none;
  }
}

.table th {
  border-bottom: 1px solid #000;
  text-align: left;
  padding: 1.6rem 0.6rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.table td {
  padding: 2.4rem 0.6rem;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (max-width: 991px) {
  .table td {
    border: none;
    padding: 0;
    display: inline-block;
    margin-bottom: 10px;
  }
}

.table .icon-check-primary {
  margin-right: 0.3rem;
}

@media only screen and (max-width: 991px) {
  .table .icon-check-primary {
    margin-right: 0.6rem;
  }
}

.tools__table tr:last-child td {
  border: none;
}

@media only screen and (max-width: 991px) {
  .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.2rem;
    line-height: 1.5rem;
    max-width: 93.5%;
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .table-row {
    margin: 0 -0.4rem 2.3rem;
  }
}

@media only screen and (max-width: 991px) {
  .table-row__site {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 0.9rem;
  }
}

.table-row__date {
  margin-left: 0.3rem;
}

@media only screen and (max-width: 991px) {
  .table-row .remove-link {
    padding: 0.4rem 0.8rem;
    color: #000;
    background: #D9D9D9;
    border-radius: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .table-row .remove-link {
    display: inline-block;
  }
}

.table-row .text-danger {
  color: #AE4040;
}

@media only screen and (max-width: 991px) {
  .table-row .confirm-link {
    padding: 0.4rem 0.8rem;
    color: #fff;
    background: #3F892C;
    border-radius: 30px;
    margin-right: 0.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .table-row .confirm-link {
    display: inline-block;
  }
}

@media only screen and (max-width: 991px) {
  .table-row__buttons {
    margin: 0 0 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .table-row__buttons {
    width: 100%;
    margin: 1.2rem 0 0;
  }
}

.separator {
  background: #EDEDED;
  width: 0.1rem;
  vertical-align: middle;
  margin: 0 0.5rem;
  height: 2.5rem;
}

@media only screen and (max-width: 991px) {
  .referral-item {
    margin: 2.3rem 0.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .referral-item {
    margin-bottom: 2.5rem;
  }
}

.referral-item_margin {
  margin: 2rem 0 3.9rem;
}

@media only screen and (max-width: 991px) {
  .referral-item_margin {
    margin: 1.5rem 0 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .referral-item_margin {
    margin-bottom: 1.3rem;
  }
}

.referral-item__count {
  font-size: 1.6rem;
  margin-bottom: 0.9rem !important;
}

.referral-item__title {
  font-size: 1.6rem;
  margin-bottom: 1.7rem;
}

@media only screen and (max-width: 991px) {
  .referral-item__title {
    margin-bottom: 1rem;
  }
}

.referral-item__form-inline {
  margin-bottom: 1.9rem;
}

.menu__title {
  margin-top: 8.1rem;
}

@media only screen and (max-width: 767px) {
  .menu__title {
    margin-top: 4rem;
  }
}

.referrals__select-group {
  margin: 3rem 0 1.7rem;
}

@media only screen and (max-width: 991px) {
  .referrals__select-group {
    margin: 3.2rem 0 3.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .referrals__select-group {
    margin: 2.3rem 0 3.9rem;
  }
}

@media only screen and (max-width: 991px) {
  .referrals__select-group .select-styling {
    width: 100%;
    margin: 0;
    font-size: 1.6rem;
    background-position: 97.5% 56%;
  }
}

@media only screen and (max-width: 767px) {
  .referrals__select-group .select-styling {
    background-position: 95.5% 56%;
  }
}

.referrals__table {
  max-width: 103.5rem;
}

.referrals__table th {
  padding: 1.6rem 2.6rem;
}

.referrals__table td {
  padding: 1.6rem 2.6rem;
}

.referrals__table tr {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.referrals__table tr:hover {
  background: #F4F4F4;
}

.referrals__table .money {
  margin: -0.4rem 0.8rem 0 0;
  background: #ECF3EA;
}

@media only screen and (max-width: 991px) {
  .referrals__table-row {
    position: relative;
    padding-right: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 1.1rem;
    margin-bottom: 2.1rem;
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
  .referrals__table-row {
    margin: 0 0 2.1rem;
  }
}

@media only screen and (max-width: 991px) {
  .referrals__table-row td {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .referrals__id {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .referrals__money {
    position: absolute;
    top: -0.2rem;
    right: 9%;
    font-size: 1.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .referrals__money {
    right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .referrals__money .money {
    margin-right: 0;
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .referrals__money .money {
    margin-left: 1.2rem;
  }
}

@media only screen and (max-width: 991px) {
  .referrals__date {
    color: #AEAEAE;
    margin-top: 0.5rem;
  }
}

.referrals__pagination {
  margin: 1.2rem 0 5rem;
}

.tab-pane__content-referrals {
  padding-bottom: 14rem;
}

.detailing__sort {
  margin: 3.3rem 0 1.5rem;
}

@media only screen and (max-width: 991px) {
  .detailing__sort {
    margin: 3.2rem 0 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .detailing__sort {
    margin: 2.5rem 0 0.7rem;
  }
}

@media only screen and (max-width: 991px) {
  .detailing__select-group {
    margin-top: 2.4rem !important;
  }
}

@media only screen and (max-width: 991px) {
  .detailing__select-group .select-styling {
    width: 100%;
    font-size: 1.6rem;
    background-position: 97.5% 56%;
  }
}

@media only screen and (max-width: 767px) {
  .detailing__select-group .select-styling {
    background-position: 95.5% 56%;
  }
}

.detailing__table {
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.detailing__table th {
  padding-left: 2.5rem;
}

@media only screen and (max-width: 1199px) {
  .detailing__table th {
    padding-left: 1rem;
  }
}

.detailing__table td {
  padding: 1.6rem 0 1.6rem 2.6rem;
}

@media only screen and (max-width: 1199px) {
  .detailing__table td {
    padding-left: 1rem;
  }
}

.detailing__footer {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 5.2rem 0 3rem;
}

@media only screen and (max-width: 991px) {
  .detailing__footer {
    margin: 3.2rem 0rem 6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .detailing__footer {
    margin-bottom: 2.5rem;
  }
}

.detailing__count {
  margin: -0.9rem 2.7rem 0 0;
}

.stacktable {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .stacktable {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 2.5rem;
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .stacktable tr:last-child td {
    padding-bottom: 1.8rem !important;
  }
}

.st-head-row {
  padding-top: 1em;
}

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}

.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}

.st-val {
  width: 49%;
  padding-left: 1%;
}

.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

@media (max-width: 992px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}

.st-key {
  width: 34.5%;
  text-align: left;
  font-size: 1rem;
  padding: 0.2rem 0 !important;
}

@media only screen and (max-width: 767px) {
  .st-key {
    width: 39%;
  }
}

.st-val {
  width: 60%;
  padding: 0.2rem 0 !important;
}

.user-partners-block {
  padding: 6rem;
  margin: 2.4rem 0 5rem;
  border-radius: 15px;
}

@media only screen and (min-width: 992px) {
  .user-partners-block {
    margin-right: -1.2rem;
  }
}

@media only screen and (max-width: 991px) {
  .user-partners-block {
    margin-top: -0.4rem;
    padding: 2.5rem 2.4rem 3.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .user-partners-block {
    padding-bottom: 2rem;
  }
}

.user-partners-block p {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 991px) {
  .user-partners-block p {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .user-partners-block p {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .user-partners-block .btn {
    margin-bottom: 1.2rem;
  }
}

.expert-item {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.4rem;
  border: 1px solid #EDEDED;
  border-radius: 15px;
  padding: 3.9rem 2rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .expert-item {
    margin-bottom: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .expert-item:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
    box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
  }
}

@media only screen and (max-width: 767px) {
  .expert-item:hover {
    background: #F5F5F5;
  }
}

.expert-item__image {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  overflow: hidden;
}

.expert-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.expert-item__name {
  margin: 3.2rem 0 0.8rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .expert-item__name {
    margin: 3rem 0 1rem;
  }
}

.expert-item p {
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .expert-item .text_size-xsm {
    font-size: 1.4rem;
  }
}

.expert-content {
  padding: 0.8rem 0 0.7rem;
}

@media only screen and (max-width: 767px) {
  .expert-content {
    padding: 0.6rem 0;
  }
}

.expert-content .sidebar {
  width: 23.8%;
}

.expert-content .sale-block__text {
  max-width: 75%;
}

@media only screen and (min-width: 1200px) {
  .expert-content .main_reverse {
    padding-right: 5.8rem;
  }
}

.expert-block {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
  box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .expert-block {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 1.4rem;
  }
}

.expert-block__image {
  width: 34.3%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .expert-block__image {
    border-radius: 15px;
    width: 100%;
    overflow: hidden;
    max-width: 35rem;
  }
}

.expert-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.expert-block__text {
  padding: 3.6rem 4.9rem 1rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .expert-block__text {
    padding: 3.2rem 0.1rem 1rem;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .expert-block__text .text_size-lg {
    font-size: 2rem;
  }
}

.expert-block__social-list {
  margin: 3.3rem -0.8rem 3.4rem;
}

@media only screen and (max-width: 767px) {
  .expert-block__social-list {
    margin: 2.7rem -0.8rem 2.4rem;
  }
}

.expert-block p {
  margin-bottom: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .expert-block p {
    margin-bottom: 2.4rem;
  }
}

.expert-info {
  margin-bottom: 6.3rem;
}

@media only screen and (max-width: 767px) {
  .expert-info {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 4.6rem;
  }
}

.expert-info__title {
  padding-bottom: 1.6rem;
  margin-bottom: 3.7rem;
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .expert-info__title {
    margin-bottom: 2.8rem;
  }
}

.expert-info-item {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .expert-info-item {
    margin: 0 2rem 2.7rem 0;
  }
}

.expert-info-item__date {
  
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .expert-info-item__date {
    margin-bottom: 0.3rem;
  }
}

.cloudpay_button {
  line-height: 2.8rem;
  font-weight: 500;
  border: 1px solid #000;
  overflow: hidden;
  border-radius: 60px;
  transition: all 0.3s ease-out;
  position: relative;
  border-color: #191919;
  color: #fff;
  background: #191919;
  font-size: 1.4rem;
  padding: 0.7rem 3.1rem;
  display: inline-table;
  margin-right: 1rem;
  margin-top: 1rem;
}

.welcome_mobile {
  display: none;
}
.welcome {
  font-size: 20px;
}
@media only screen and (max-width: 990px) {
  .welcome {
    display: none;
  }
  .welcome_mobile {
    display: block;

  }
}

@media only screen and (max-width: 1750px) {
  .btn-news-right {
    font-size: 12px;
  }
}

.zakon {
  text-align: center;
  width: 45rem;
}

@media only screen and (max-width: 600px) {
  .zakon {
    width: 100%;
  }
}

.hide-form{
  display: none;
}

.demo {
  max-height: 470px;;
}

@media only screen and (max-width: 990px) {
  .demo {
    max-height: 375px;;
  }
}

.bg-block-ctm {
  background-color: #ECF3EA;
  background-size: cover;
  line-height: 2.4rem;
}

.brand-block__text {
  align-self: flex-start;
  font-size: 3rem;
  margin-bottom: 3rem;
}

.fon-ctm-1 {
  background-image: linear-gradient(to top, rgba(255,255,255, 0.7), rgba(126,126,126, 0.7)), url(../img/content/ctm-004.jpg);
}

.fon-ctm-2 {
  background-image: linear-gradient(to top, rgba(255,255,255, 0.5), rgba(126,126,126, 0.5)), url(../img/content/ctm-005.jpg);
}

.fon-ctm-3 {
  background-image: linear-gradient(to top, rgba(255,255,255, 0.5), rgba(126,126,126, 0.5)), url(../img/content/ctm-006.jpg);
}

.brand-main_icon {
  border: 1px solid #E7E7E7;
  border-radius: 2rem;
  padding: 1rem;
  margin: auto;
  margin: 1rem;
}



.subheading-menu {
  padding: 1.5rem 0 7rem 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
}

.subheading-menu a {
  display: block;
  background-color: #F5F5F5;
  color: #1D1D1B;
  padding: 0.1rem 0.9rem;
  font-size: 1.4rem;
  border-radius: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .subheading-menu a {
    display: block;
    background-color: #F5F5F5;
    color: #1D1D1B;
    padding: 0.8rem 3.6rem;
    font-size: 1.7rem;
    border-radius: 3rem;
    font-weight: 500;
    margin-bottom: 2rem;
  }
}




.heading-line {
  display: flex;
  padding: 1rem 0;
}
.heading-line > *{
  display: block;
}
.heading-line h1.heading{
  font-size: 1.6rem;
  font-weight: 800;
}
@media (min-width: 992px){
  .heading-line h1.heading{
    font-size: 2.4rem;
  }
}
.heading-line h2.heading{
  font-size: 2.4rem;
  font-weight: 800;
}
.heading-line .line{
  border-bottom: 0.1rem solid #C6C6C6;
  transform: translateY(-0.5rem);
  flex-grow: 1;
  margin-left: 1.5rem;
}

.brand-advantages-new .brand-advantages-item__icon{
  border-color: transparent;
}

.brand__about_logo img {
  height: 233px;
  width: auto;
}

.brand__about_infologo {
  display: flex;
  align-items: center;
}

.brand__about_info {
  font-size: 1.4rem;
  line-height: normal;
}
@media (min-width: 992px){
  .brand__about_info {
    font-size: 2rem;
  }
}

.container-fluid.brand__mission{
  background: rgb(229,231,232);
  background: linear-gradient(90deg, rgba(229,231,232,1) 0%, rgba(245,245,245,1) 100%);

  margin-top: 10rem;
  margin-bottom: 8rem;
}
@media (max-width: 992px) {
  .container-fluid.brand__mission{
    margin-top: 5rem;
    margin-bottom: 8rem;
  }
}
.brand__mission_block{
  /*background-image: url("../img/new/slice3.png");*/
  /* min-height: 478px; */
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  align-items: flex-end;
  position: relative;

  /*background-image: url("../img/new/brandsbg.png");*/
  /*background-size: contain;*/
}
.brand__mission_block::before{
  content: "";
  position: absolute;
  background-image: url("../img/new/brandsbg.png");
  background-size: contain;
  top: 0;
  bottom: 0;
  left: -240px;
  opacity: 0.24;
  height: 100%;
  min-height: 300px;
  width: 600px;
}
/*.brand__mission_block::after{*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: -432px;*/
/*  background-image: url("../img/new/missionbgtop.png");*/
/*  background-size: contain;*/
/*  width: 485px;*/
/*  height: 155px;*/
/*}*/
.brand__mission_right{
  /*background-image: url("../img/new/laborant.png");*/
  /*width: 645px;*/
  /*height: 424px;*/
  background-image: url("../img/new/laborant2.png");
  width: 650px;
  height: 490px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  color: aliceblue;
}

.brand__mission_left {
  font-size: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 80%;
  line-height: normal;
}

@media (max-width: 992px) {
  .brand__mission_block{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .brand__mission_right{
    background-size: contain;
    width: 100%;
  }

  .brand__mission_left {
    padding-bottom: 2rem;
    font-size: 1.4rem;
    width: 100%;
  }
}


.brand__mission_text_1 {
  font-weight: 800;
  padding-top: 3rem;
}

.brand__mission_text_2 {
  padding-top: 2rem;
}


@media only screen and (max-width: 767px) {
  .brand__about .brand-advantages-item {
    width: 85%;
    margin-left: 0.8rem;
    font-size: 135%;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 991px) {
  .brand__about .brand-advantages {
    margin-top: 4rem;
    margin-bottom: 2.8rem;
  }
  .brand__about .brand-advantages-item {
    font-size: 115%;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 1200px) {
  .brand__about .brand-advantages-item {
    font-size: 110%;
    line-height: 1.3;
  }
}

.catalogue-slider.short-brand-popular {
  margin-left: inherit;
  margin-right: inherit;
  margin-bottom: 1rem;
}


.brand-new .brand-block__logo {
  margin-top: -6rem;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .brand-new .brand-block__logo {
    margin-top: -2rem;

  }
}


@media only screen and (max-width: 991px) {
  .brand-new .brand-block__logo {
    margin-top: 1.5rem;
    background-color: white;
    border-radius: 1rem;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.13);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.13);
    margin-bottom: 1rem;
    padding: 1rem 3rem;
  }
}


.brand__top_info{
  font-size: 1.4rem;
  line-height: normal;
  padding-top: 3rem;
  padding-bottom: 3rem;
}


@media (min-width: 992px) {
  .brand__top_info{
    font-size: 2rem;
    line-height: normal;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.brand-new .btn-group_md.brand-preview__btn-group {
  padding: 1rem 0 4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .brand-new .btn-group_md.brand-preview__btn-group {
    padding: 1rem 0 4rem;
    text-align: left;
  }
}
@media (max-width: 992px) {
  .brand-new .btn-group_md.brand-preview__btn-group .btn {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0.2rem 4rem 0.4rem;
  }
}

.brand-new .brand-preview__brand-block {
  /*-ms-flex-item-align: start;*/
  /*align-self: flex-start;*/
  /*margin: 6rem 0;*/
  /*padding: 2.25rem 2rem;*/
  /*-webkit-box-flex: 0;*/
  /*-ms-flex-positive: 0;*/
  /*flex-grow: 0;*/
  /*-webkit-box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);*/
  /*box-shadow: 0px 12px 30px rgba(45, 45, 45, 0.18);*/
  /*border-color: transparent;*/
}

@media only screen and (max-width: 991px) {
  /*.brand-preview__brand-block {*/
  /*  margin: 4rem 0;*/
  /*  max-width: 30.6rem;*/
  /*  padding: 4rem 4.5rem;*/
  /*}*/
}



@media only screen and (max-width: 991px) {
  .brand-new .brand-preview__btn-group {
    margin-right: -5%;
  }
}

@media only screen and (max-width: 767px) {
  .brand-new .brand-preview__btn-group {
    margin-right: 0;
  }
}

.brand-new .about-brand {
  margin-bottom: 6.9rem;
}

@media only screen and (max-width: 991px) {
  .brand-new .about-brand {
    margin-bottom: 4.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .brand-new .about-brand {
    margin-bottom: 5.9rem;
  }
}


@media only screen and (max-width: 991px) {
  .catalogue-slider.short-brand-popular .slick-list {
    padding-right: inherit;
  }
}

.nimda .product-review-item__body{
  padding: 2rem 0 0 0;
}
.nim__review_status{
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.nim__review_status .review-status{
  margin: 0.4rem 0 4.6rem;
}

a.b24-widget-button-social-item.ui-icon.ui-icon-service-fb.connector-icon-45 > i {
  background-image: url(/local/templates/thecbd/img/icons/max.svg);
}

@media only screen and (max-width: 1200px) {
  .social-header {
    display: none;
  }
}

@media only screen and (max-width: 1200px){
  .preview-slider .slick-slide {
    padding: 0 !important;
  }
  .preview-slider__image {
    width: 100%;
    height: auto !important;
  }
  .btn-banner{
    position:absolute;
    bottom:30px;
  }
}

.pustoi_button {
  padding-top: 13rem;
  position: absolute;
  margin-left: -11rem;
}
.pustoi_button > .btn {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  width: 30rem;
  height: 7rem;
  font-size: 3rem;
}
@media only screen and (max-width: 1550px) {
  .pustoi_button {
    padding-top: 33rem;
    position: unset;
    margin-left: 0rem;
  }
}
@media only screen and (max-width: 1399px) {
  .pustoi_button {
    padding-top: 29rem;
    position: unset;
  }
}
@media only screen and (max-width: 1199px) {
  .pustoi_button {
    padding-top: 23rem;
    position: unset;
  }
}
@media only screen and (max-width: 750px) {
  .pustoi_button {
    padding-top: 31rem;
    position: unset;
  }
}
@media only screen and (max-width: 550px) {
  .pustoi_button {
    padding-top: 10rem;
    position: unset;
  }
}
@media only screen and (max-width: 400px) {
  .pustoi_button {
    padding-top: 1rem;
    position: unset;
  }
}

#blog-stati-list > ol, #blog-stati-list > div > ol {
  list-style: auto !important;
  margin-left: 4rem;
}

#blog-stati-list > ul, #blog-stati-list > div > ul {
  list-style: disc !important;
  margin-left: 4rem;
}

.eshoplogistic-theme-filter-button-group {
    display: none !important;
}

.eshoplogistic-theme-container {
    width: fit-content !important;
    display: inline-block !important;
}

.eshoplogistic-theme-container > div > div:nth-child(3) {
    display: block !important;
}

.btn-experts {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 44px;
    border-radius: 999px;
}

/* маленький черный овал */
.btn-experts .btn-badge {
    position: absolute;
    top: -7px;        /* можно подправить */
    right: 20px;      /* можно подправить */
    width: 30px;
    height: 18px;
    background: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; /* чтобы не мешал клику */
}

.btn-badge {
    position: absolute;
    top: -7px;        /* можно подправить */
    right: 20px;      /* можно подправить */
    width: 30px;
    height: 18px;
    background: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; /* чтобы не мешал клику */
}