/*Fonts - family*/
/*Fonts - size*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  scrollbar-width: 4px;
  scrollbar-color: #C4CCCC transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 80px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #C4CCCC;
  border-radius: 80px;
  border: 3px solid #FFFFFF;
}
body {
  font-family: 'Inter';
  font-size: 1rem;
  line-height: 1.5rem;
  color: #10171F;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
body main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
body p {
  margin-bottom: 15px;
}
body strong {
  font-weight: 600;
}
body.main .header-bottom__catalog {
  display: none;
}
@media (max-width: 1000px) {
  body.main .header-bottom__catalog {
    display: block;
  }
}
body.overlay {
  overflow: hidden;
  height: 100vh;
}
@media (max-width: 650px) {
  body {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
body .hidden-pc {
  display: none !important;
}
@media (max-width: 650px) {
  body .hidden-pc {
    display: block;
  }
}
body .hidden-mobile {
  display: block;
}
@media (max-width: 650px) {
  body .hidden-mobile {
    display: none;
  }
}
body p {
  margin-bottom: 16px;
}
body.show_catalog:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #00000059;
}
body .hidden {
  display: none;
}
body .h1 {
  font-size: 2.25rem;
  line-height: 3rem;
}
@media (max-width: 650px) {
  body .h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
body .h1 sup {
  color: #6E7383;
}
body .h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
@media (max-width: 650px) {
  body .h2 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
body .h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  body .h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
body .h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
body .title {
  font-size: 1rem;
  line-height: 1.5rem;
}
body .little-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
body .bold {
  font-weight: bold;
}
body .btn {
  border-radius: 6px;
}
body .btn-medium {
  padding: 10px 20px;
}
body .btn-large {
  padding: 12px 24px;
}
body .btn-extralarge {
  padding: 16px 28px;
}
body .btn-small {
  padding: 8px 16px;
}
body .background-red {
  background: #FA5126;
}
body .background-green {
  background: #26938E;
}
body .container {
  max-width: 1224px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  body .container {
    max-width: 936px;
  }
}
@media (max-width: 1000px) {
  body .container {
    max-width: calc(100% - 72px);
  }
}
@media (max-width: 650px) {
  body .container {
    max-width: calc(100% - 32px);
  }
}
body a {
  text-decoration: none;
  color: #10171F;
}
body a:hover {
  text-decoration: none;
}
body button {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .owl-nav {
  position: absolute;
  top: calc(50% - 20px);
  width: 100%;
  padding: 0 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1300px) {
  body .owl-nav {
    top: calc(60% - 20px);
  }
}
@media (max-width: 1080px) {
  body .owl-nav {
    top: calc(65% - 20px);
  }
}
@media (max-width: 650px) {
  body .owl-nav {
    display: none;
  }
}
body .owl-nav button .btn-prev,
body .owl-nav button .btn-next {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E7EAEA;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  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;
  cursor: pointer;
}
body .owl-nav button .btn-prev svg,
body .owl-nav button .btn-next svg {
  width: 7px;
  height: 12px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .owl-nav button:hover svg {
  color: #FA5126;
}
body .owl-nav button.disabled:hover svg {
  color: #6E7383;
}
body .owl-nav button.disabled svg {
  color: #6E7383;
}
body .owl-nav button.disabled .btn-prev,
body .owl-nav button.disabled .btn-next {
  cursor: default;
}
body .owl-stage-outer {
  overflow: inherit;
}
body .content {
  margin-top: 30px;
}
@media (max-width: 1300px) {
  body .content {
    margin-top: 24px;
  }
}
body .content.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .content.two-column .left-column {
  width: 288px;
}
@media (max-width: 1300px) {
  body .content.two-column .left-column {
    width: 216px;
  }
}
@media (max-width: 1000px) {
  body .content.two-column .left-column {
    display: none;
  }
}
body .content.two-column .right-column {
  width: calc(100% - 312px);
}
@media (max-width: 1300px) {
  body .content.two-column .right-column {
    width: calc(100% - 240px);
  }
}
@media (max-width: 1000px) {
  body .content.two-column .right-column {
    width: 100%;
  }
}
body .input-checkbox {
  cursor: pointer;
}
body .input-checkbox input[type="checkbox"] {
  display: none;
}
body .input-checkbox span {
  position: relative;
  padding-left: 32px;
}
body .input-checkbox span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #E7EAEA;
  border-radius: 4px;
  left: 0;
}
body .input-checkbox input[type="checkbox"]:checked + span:before {
  background: #26938E;
  background-image: url("../../dist/images/checkbox.svg");
  background-position: center;
  background-size: 60%;
  border: 2px solid #26938E;
  background-repeat: no-repeat;
}
body .input-radio {
  cursor: pointer;
}
body .input-radio input[type="radio"] {
  display: none;
}
body .input-radio span {
  position: relative;
  padding-left: 32px;
}
body .input-radio span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #E7EAEA;
  border-radius: 50%;
  left: 0;
}
body .input-radio input[type="radio"]:checked + span:before {
  background: #26938E;
  background-position: center;
  background-size: 60%;
  border: 2px solid #26938E;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0px 0px 0px 2px #FFFFFF;
          box-shadow: inset 0px 0px 0px 2px #FFFFFF;
}
body .block-select {
  position: relative;
}
body .block-select.show .icon svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
body .block-select.show .list-value {
  z-index: 10;
  opacity: 1;
}
body .choose-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E7EAEA;
  border-radius: 6px;
  padding: 8px 0;
}
body .choose-value .value {
  padding: 0 16px;
  border-right: 1px solid #E7EAEA;
  cursor: pointer;
}
body .choose-value .icon {
  padding: 0px 12px;
  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;
  cursor: pointer;
}
body .choose-value .icon svg {
  width: 16px;
  height: 16px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
body .list-value {
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  width: 100%;
  padding: 12px;
  border-radius: 4px;
}
body .list-value .item-value {
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .list-value .item-value:hover {
  color: #26938E;
}
body .count-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .count-product .minus,
body .count-product .plus {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid #E7EAEA;
  border-radius: 6px;
  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;
}
body .count-product .minus:hover svg,
body .count-product .plus:hover svg {
  color: #26938E;
}
body .count-product .minus svg,
body .count-product .plus svg {
  width: 24px;
  height: 24px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .count-product .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 12px;
  font-size: 1rem;
  line-height: 1.5rem;
}
body .count-product .count .value {
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 5px;
}
body .tab__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
@media (max-width: 650px) {
  body .tab__nav {
    overflow-x: scroll;
  }
}
body .tab__nav__item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6E7383;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  margin-right: 20px;
  cursor: pointer;
}
@media (max-width: 650px) {
  body .tab__nav__item {
    margin-bottom: 12px;
  }
}
body .tab__nav__item.active,
body .tab__nav__item:hover {
  border-bottom: 1px solid #10171F;
}
body .tab__list__item {
  display: none;
}
body .tab__list__item.active {
  display: block;
}
body .back-to-basket,
body .secure-checkout {
  display: none;
}
.to-buy.hide {
  display: none;
}
.info__count {
  display: none !important;
}
.info__count.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#ui-datepicker-div {
  font-family: 'Inter';
  background: #FFFFFF;
  -webkit-box-shadow: 0px 30px 84px rgba(19, 10, 46, 0.08), 0px 8px 32px rgba(19, 10, 46, 0.07);
          box-shadow: 0px 30px 84px rgba(19, 10, 46, 0.08), 0px 8px 32px rgba(19, 10, 46, 0.07);
  border-radius: 12px;
  border: none;
  padding: 28px;
  width: auto;
}
@media (max-width: 650px) {
  #ui-datepicker-div {
    padding: 16px;
  }
}
#ui-datepicker-div .ui-datepicker-header {
  background: #FFFFFF;
  border: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th span {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 8px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a:hover {
  background: #F3F5F5;
}
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default,
#ui-datepicker-div .ui-button,
#ui-datepicker-div html .ui-button.ui-state-disabled:hover,
#ui-datepicker-div html .ui-button.ui-state-disabled:active {
  border: none;
  background: transparent;
  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;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  width: 40px;
  height: 40px;
}
@media (max-width: 650px) {
  #ui-datepicker-div .ui-state-default,
  #ui-datepicker-div .ui-widget-content .ui-state-default,
  #ui-datepicker-div .ui-widget-header .ui-state-default,
  #ui-datepicker-div .ui-button,
  #ui-datepicker-div html .ui-button.ui-state-disabled:hover,
  #ui-datepicker-div html .ui-button.ui-state-disabled:active {
    width: 30px;
    height: 30px;
  }
}
#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active,
#ui-datepicker-div a.ui-button:active,
#ui-datepicker-div .ui-button:active,
#ui-datepicker-div .ui-button.ui-state-active:hover {
  border: none;
  background: #26938E;
  color: #FFFFFF;
  border-radius: 8px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  background: url("../images/datapicker-left.svg");
  background-size: cover;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  background: url("../images/datapicker-right.svg");
  background-size: cover;
}
#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-state-focus,
#ui-datepicker-div .ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-widget-header .ui-state-focus,
#ui-datepicker-div .ui-button:hover,
#ui-datepicker-div .ui-button:focus {
  border: none;
  background: transparent;
}

/*Fonts - family*/
/*Fonts - size*/

/*Fonts - family*/
/*Fonts - size*/
header {
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
}
header .header-wrap {
  background: #10171F;
  padding: 15px 0;
}
@media (max-width: 650px) {
  header .header-wrap {
    display: none;
  }
}
header .header-wrap .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-wrap .header-top__menu .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}
@media (max-width: 1000px) {
  header .header-wrap .header-top__menu .nav-menu {
    height: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    width: 75%;
  }
}
@media (max-width: 768px) {
  header .header-wrap .header-top__menu .nav-menu {
    width: auto;
  }
}
header .header-wrap .header-top__menu .nav-menu.show-all {
  width: auto;
  height: auto;
  overflow: inherit;
}
header .header-wrap .header-top__menu .nav-menu__item {
  margin-right: 24px;
}
header .header-wrap .header-top__menu .nav-menu__item.mobile-item {
  display: none;
}
header .header-wrap .header-top__menu .nav-menu__item.mobile-item a {
  color: #6E7383;
}
@media (max-width: 1000px) {
  header .header-wrap .header-top__menu .nav-menu__item.mobile-item {
    display: block;
  }
}
@media (max-width: 950px) {
  header .header-wrap .header-top__menu .nav-menu__item {
    margin-right: 16px;
  }
}
header .header-wrap .header-top__menu .nav-menu__item a {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .header-wrap .header-top__menu .nav-menu__item a:hover {
  color: #FA5126;
}
header .header-wrap .header-top__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-wrap .header-top__contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
}
header .header-wrap .header-top__contacts__social .social-item {
  margin-right: 8px;
}
header .header-wrap .header-top__contacts__social .social-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
header .header-wrap .header-top__contacts__social .social-item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .header-wrap .header-top__contacts__social .social-item a:hover:after {
  background: #ffffff47;
}
header .header-wrap .header-top__contacts__social .social-item a img {
  width: 20px;
  height: 20px;
}
header .header-wrap .header-top__contacts__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  header .header-wrap .header-top__contacts__phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header .header-wrap .header-top__contacts__phone a {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .header-wrap .header-top__contacts__phone a:nth-child(1) {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  header .header-wrap .header-top__contacts__phone a:nth-child(1) {
    margin-right: 0;
  }
}
header .header-wrap .header-top__contacts__phone a span {
  white-space: nowrap;
}
header .header-wrap .header-top__contacts__phone a svg {
  width: 14px;
  height: 14px;
}
header .header-wrap .header-top__contacts__phone a:hover {
  color: #FA5126;
}
header .header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 0;
  position: relative;
}
@media (max-width: 650px) {
  header .header-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
header .header-bottom__logo {
  max-width: 182px;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-bottom__logo a {
  display: block;
}
@media (max-width: 650px) {
  header .header-bottom__logo {
    width: 50%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  header .header-bottom__logo img {
    width: 100%;
    max-width: 120px;
  }
}
header .header-bottom__catalog {
  cursor: pointer;
}
header .header-bottom__catalog .header-catalog {
  background: #26938E;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 6px;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .header-bottom__catalog .header-catalog:hover {
  background: #51A9A5;
}
header .header-bottom__catalog .header-catalog img {
  margin-right: 8px;
}
@media (max-width: 650px) {
  header .header-bottom__catalog {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 18px;
  }
}
header .header-bottom__search {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative;
}
@media (max-width: 650px) {
  header .header-bottom__search {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 44px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
header .header-bottom__search .icon-search-mobile {
  display: none;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #E7EAEA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header-bottom__search .icon-search-mobile svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 650px) {
  header .header-bottom__search .icon-search-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
  }
}
header .header-bottom__search form {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #FFFFFF;
}
@media (max-width: 650px) {
  header .header-bottom__search form {
    display: none;
  }
}
header .header-bottom__search form.show {
  position: absolute;
  right: 0;
  top: 18px;
  width: calc(100vw - 32px);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
header .header-bottom__search form .search-close {
  display: none;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #E7EAEA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}
header .header-bottom__search form .search-close svg {
  width: 24px;
  height: 24px;
  color: #6E7383;
}
@media (max-width: 650px) {
  header .header-bottom__search form .search-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header-bottom__search form .input-search {
  width: 100%;
  border: 1px solid #26938E;
  border-radius: 6px;
  padding: 12px 90px 12px 16px;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
@media (max-width: 1000px) {
  header .header-bottom__search form .input-search {
    padding: 11px 90px 12px 16px;
  }
}
@media (max-width: 650px) {
  header .header-bottom__search form .input-search {
    width: calc(100% - 32px);
  }
}
header .header-bottom__search form .input-search:focus-visible {
  border: 1px solid #26938E;
}
header .header-bottom__search form .input-search::-webkit-input-placeholder {
  color: #6E7383;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
header .header-bottom__search form .input-search::-moz-placeholder {
  color: #6E7383;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
header .header-bottom__search form .input-search:-moz-placeholder {
  color: #6E7383;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
header .header-bottom__search form .input-search:-ms-input-placeholder {
  color: #6E7383;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
header .header-bottom__search form .btn-search {
  width: 85px;
  background-color: #26938E;
  background-image: url("../images/icons/search-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 0px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
@media (max-width: 650px) {
  header .header-bottom__search form .btn-search {
    width: 76px;
  }
}
header .header-bottom__search form .btn-search:hover {
  background-color: #7DBEBB;
}
@media (max-width: 650px) {
  header .header-bottom__search form .btn-search {
    right: 50px;
  }
}
header .header-bottom__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
}
@media (max-width: 650px) {
  header .header-bottom__buttons {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 0;
  }
}
header .header-bottom__buttons .icon {
  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;
  cursor: pointer;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .header-bottom__buttons .icon .basket-count {
  width: 14px;
  height: 14px;
  background: #26938E;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 9px;
  line-height: 18px;
  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;
  position: absolute;
  top: -3px;
  right: 9px;
}
@media (max-width: 650px) {
  header .header-bottom__buttons .icon span {
    display: none;
  }
}
header .header-bottom__buttons .icon svg {
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
  color: #B6C1C0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .header-bottom__buttons .icon:hover {
  color: #10171F;
}
header .header-bottom__buttons .icon:hover svg {
  color: #10171F;
}
header .header-bottom__buttons .icon.basket-button {
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
}
@media (max-width: 768px) {
  header .header-bottom__buttons .icon.basket-button {
    margin-left: 16px;
    margin-right: 16px;
  }
}
header .header-bottom__buttons .icon.like-button {
  position: relative;
}
header .header-bottom__buttons .icon.like-button .basket-count {
  right: 15px;
}
header .header-bottom__buttons .icon.burger-button {
  margin-left: 24px;
}
@media (max-width: 650px) {
  header .header-bottom__buttons .icon.burger-button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
header .header-bottom .fly-basket {
  position: absolute;
  max-width: 710px;
  top: 90%;
  right: calc((100% - 1220px) / 2);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 40px rgba(89, 102, 132, 0.12);
          box-shadow: 0px 10px 40px rgba(89, 102, 132, 0.12);
  border-radius: 8px;
  padding: 20px 16px 16px;
  z-index: -4;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  header .header-bottom .fly-basket {
    right: calc((100% - 1080px) / 2);
  }
}
@media (max-width: 1150px) {
  header .header-bottom .fly-basket {
    right: 0;
  }
}
@media (max-width: 768px) {
  header .header-bottom .fly-basket {
    display: none;
  }
}
header .header-bottom .fly-basket.open {
  z-index: 15;
  opacity: 1;
}
header .header-bottom .fly-basket__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-bottom .fly-basket__header .remove-all a {
  color: #FA5126;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .header-bottom .fly-basket__header .remove-all a:hover {
  color: #26938E;
}
header .header-bottom .fly-basket__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 300px;
  overflow-y: auto;
}
header .header-bottom .fly-basket__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E7EAEA;
  padding: 16px 12px;
}
header .header-bottom .fly-basket__list__item .image {
  width: 48px;
  height: 48px;
  background: #E7EAEA;
  border-radius: 4px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .header-bottom .fly-basket__list__item .image a {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 65%;
  display: inline-block;
  background-repeat: no-repeat;
}
header .header-bottom .fly-basket__list__item .name {
  margin-bottom: 8px;
  width: 24%;
  margin-right: 8px;
}
header .header-bottom .fly-basket__list__item .name a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #10171F;
}
header .header-bottom .fly-basket__list__item .name a:hover {
  color: #26938E;
}
header .header-bottom .fly-basket__list__item .count-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
header .header-bottom .fly-basket__list__item .count-item .minus,
header .header-bottom .fly-basket__list__item .count-item .plus {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: 1px solid #E7EAEA;
  border-radius: 6px;
  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;
}
header .header-bottom .fly-basket__list__item .count-item .minus:hover svg,
header .header-bottom .fly-basket__list__item .count-item .plus:hover svg {
  color: #26938E;
}
header .header-bottom .fly-basket__list__item .count-item .minus svg,
header .header-bottom .fly-basket__list__item .count-item .plus svg {
  width: 24px;
  height: 24px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .header-bottom .fly-basket__list__item .count-item .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 12px;
  font-size: 1rem;
  line-height: 1.5rem;
}
header .header-bottom .fly-basket__list__item .count-item .count .value {
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 5px;
}
header .header-bottom .fly-basket__list__item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
header .header-bottom .fly-basket__list__item .price .price-one {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #6E7383;
  margin-right: 10px;
}
header .header-bottom .fly-basket__list__item .price .value {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
header .header-bottom .fly-basket__list__item .price .discount {
  padding: 2px 8px;
  background: #FA5126;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 16px;
}
header .header-bottom .fly-basket__list__item .remove-item {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #E7EAEA;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  cursor: pointer;
}
header .header-bottom .fly-basket__list__item .remove-item:hover svg {
  color: #FA5126;
}
header .header-bottom .fly-basket__list__item .remove-item svg {
  width: 14px;
  height: 14px;
  color: #10171F;
}
header .header-bottom .fly-basket__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
header .header-bottom .fly-basket__bottom .btn-to-basket {
  background: #26938E;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  border-radius: 6px;
  cursor: pointer;
}
header .header-bottom .fly-basket__bottom .btn-to-basket:hover {
  background: #51A9A5;
}
header .mobile-menu {
  background: #FFFFFF;
  width: 100%;
  height: 100vh;
  top: -2000px;
  left: 0;
  position: fixed;
  z-index: 50;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: scroll;
}
header .mobile-menu.show {
  top: 0;
}
header .mobile-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #E7EAEA;
}
header .mobile-menu__header .logo img {
  max-width: 119px;
}
header .mobile-menu__header .close {
  width: 24px;
  height: 24px;
  background: url("../images/close.svg");
  background-size: cover;
}
header .mobile-menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 90px;
}
header .mobile-menu__body .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #E7EAEA;
  padding-top: 16px;
}
header .mobile-menu__body .icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 16px;
}
header .mobile-menu__body .icons .icon svg {
  width: 24px;
  height: 24px;
  color: #B6C1C0;
  margin-right: 14px;
}
header .mobile-menu__body .menu {
  padding-top: 16px;
  border-bottom: 1px solid #E7EAEA;
}
header .mobile-menu__body .menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .mobile-menu__body .menu ul li {
  margin-bottom: 16px;
}
header .mobile-menu__body .menu ul li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #10171F;
  text-decoration: none;
}
header .mobile-menu__body .phone {
  padding: 16px 0;
  border-bottom: 1px solid #E7EAEA;
}
header .mobile-menu__body .phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #10171F;
}
header .mobile-menu__body .phone a svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  color: #10171F;
}
header .mobile-menu__body .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
}
header .mobile-menu__body .social-icons .social-item {
  margin-right: 8px;
}
header .mobile-menu__body .social-icons .social-item a {
  display: block;
  border-radius: 3px;
}
header .mobile-menu__body .social-icons .social-item a img {
  width: 32px;
}
header .mobile-menu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .mobile-menu__bottom span,
header .mobile-menu__bottom a {
  display: block;
  margin-bottom: 12px;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #6E7383;
}

/*Fonts - family*/
/*Fonts - size*/
footer {
  background: #10171F;
}
footer .btn-up {
  position: fixed;
  width: 56px;
  height: 56px;
  z-index: -1;
  opacity: 0;
  border: 1px solid #E7EAEA;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  border-radius: 6px;
  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;
  cursor: pointer;
  bottom: 50px;
  right: 80px;
  background: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1080px) {
  footer .btn-up {
    bottom: 50px;
    right: 50px;
  }
}
@media (max-width: 768px) {
  footer .btn-up {
    right: 25px;
  }
}
@media (max-width: 650px) {
  footer .btn-up {
    display: none;
  }
}
footer .btn-up.show {
  z-index: 30;
  opacity: 1;
}
footer .btn-up svg {
  width: 24px;
  height: 24px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .btn-up:hover svg {
  color: #FA5126;
}
footer .title {
  color: #FFFFFF;
  margin-bottom: 14px;
}
footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 46px 0;
}
@media (max-width: 768px) {
  footer .footer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .footer-top__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 41px;
  max-width: 200px;
}
@media (max-width: 768px) {
  footer .footer-top__info {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 22px;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 650px) {
  footer .footer-top__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
    padding-bottom: 0;
  }
}
footer .footer-top__info .logo {
  max-width: 199px;
  margin-bottom: 12px;
}
footer .footer-top__info .description {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #FFFFFF;
  margin-bottom: 18px;
}
footer .footer-top__info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-top__info .social__item {
  margin-right: 8px;
}
footer .footer-top__info .social__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
footer .footer-top__info .social__item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .footer-top__info .social__item a:hover:after {
  background: #ffffff47;
}
footer .footer-top__info .social__item a img {
  width: 32px;
  height: 32px;
}
footer .footer-top__menu {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  footer .footer-top__menu {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 67%;
  }
}
@media (max-width: 650px) {
  footer .footer-top__menu {
    width: 100%;
    -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;
    border-bottom: 1px solid #ffffff26;
  }
}
footer .footer-top__menu__column {
  margin-right: 24px;
}
@media (max-width: 650px) {
  footer .footer-top__menu__column {
    padding-bottom: 24px;
    margin-right: 0;
  }
}
footer .footer-top__menu__column .title {
  position: relative;
}
@media (max-width: 650px) {
  footer .footer-top__menu__column .title {
    padding-right: 24px;
    text-align: center;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: 14px auto;
  }
  footer .footer-top__menu__column .title:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url("../images/up.png");
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    position: absolute;
    right: 0;
  }
  footer .footer-top__menu__column .title.open:before {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
footer .footer-top__menu__column .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 650px) {
  footer .footer-top__menu__column .footer-menu {
    display: none;
  }
  footer .footer-top__menu__column .footer-menu.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .footer-top__menu__column .footer-menu li {
  margin-bottom: 10px;
}
@media (max-width: 650px) {
  footer .footer-top__menu__column .footer-menu li {
    text-align: center;
  }
}
footer .footer-top__menu__column .footer-menu li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 300;
}
footer .footer-top__menu__column .footer-menu li a:hover {
  color: #FA5126;
}
footer .footer-top__menu__column .footer-menu li.all-categories a {
  color: #6E7383;
}
footer .footer-top__menu__column .footer-menu li.all-categories a:hover {
  color: #FB7451;
}
footer .footer-top__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 280px;
  margin-left: 5%;
}
@media (max-width: 768px) {
  footer .footer-top__contacts {
    width: 30%;
    margin-left: 3%;
  }
}
@media (max-width: 650px) {
  footer .footer-top__contacts {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 0 auto;
    padding-top: 24px;
  }
}
@media (max-width: 650px) {
  footer .footer-top__contacts .title {
    display: none;
  }
}
footer .footer-top__contacts .address {
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  footer .footer-top__contacts .address {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 16px;
  }
}
footer .footer-top__contacts a {
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .footer-top__contacts a:hover {
  color: #FA5126;
}
footer .footer-top__contacts .phone {
  margin-bottom: 8px;
}
footer .footer-bottom {
  border-top: 1px solid #ffffff26;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #6E7383;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
@media (max-width: 650px) {
  footer .footer-bottom {
    -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;
  }
}
@media (max-width: 650px) {
  footer .footer-bottom__copyright {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-bottom__copyright span,
footer .footer-bottom__copyright a {
  margin-right: 16px;
}
@media (max-width: 650px) {
  footer .footer-bottom__copyright span,
  footer .footer-bottom__copyright a {
    margin-bottom: 12px;
    margin-right: 0;
  }
}
footer .footer-bottom__copyright a {
  color: #6E7383;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .footer-bottom__copyright a:hover {
  color: #D8D6D7;
}
footer .footer-bottom__developer a {
  color: #6E7383;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .footer-bottom__developer a:hover {
  color: #D8D6D7;
}

/*Fonts - family*/
/*Fonts - size*/
.top-info {
  margin-top: 24px;
  margin-bottom: 64px;
}
@media (max-width: 650px) {
  .top-info {
    margin-bottom: 48px;
  }
}
.top-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 480px;
}
@media (max-width: 768px) {
  .top-info__wrap {
    height: 400px;
  }
}
@media (max-width: 650px) {
  .top-info__wrap {
    height: calc(100vw / 2);
  }
}
@media (max-width: 500px) {
  .top-info__wrap {
    height: calc(100vw / 1.5);
  }
}
@media (max-width: 375px) {
  .top-info__wrap {
    height: calc(100vw / 1.2);
  }
}
.top-info .catalog-wrap {
  width: 280px;
}
@media (max-width: 1000px) {
  .top-info .catalog-wrap {
    display: none;
  }
}
.top-info .catalog-wrap .catalog {
  background: #F3F5F5;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 280px;
  height: 100%;
  z-index: 10;
  position: relative;
}
.top-info .catalog-wrap .catalog.open {
  width: 1150px;
  background: #F3F5F5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: auto;
}
@media (max-width: 1300px) {
  .top-info .catalog-wrap .catalog.open {
    width: 1000px;
  }
}
.top-info .catalog-wrap .catalog.open .catalog__title .icon {
  background: url('../images/icons/close.png');
  cursor: pointer;
}
.top-info .catalog-wrap .catalog.open .main-categories {
  border-right: 1px solid #DBE0E0;
}
.top-info .catalog-wrap .catalog .catalog__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 415px;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 0;
  width: 280px;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list:nth-child(1),
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list:nth-child(2) {
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list:nth-child(3),
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list:nth-child(4) {
  width: calc((100% - 560px) / 2);
}
@media (max-width: 1150px) {
  .top-info .catalog-wrap .catalog .catalog__lists .catalog__list:nth-child(3),
  .top-info .catalog-wrap .catalog .catalog__lists .catalog__list:nth-child(4) {
    width: calc(100% - 560px);
  }
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list.child-categories,
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list.child-second-categories,
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list.catalog-img {
  display: none;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list.child-categories.open,
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list.child-second-categories.open,
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list.catalog-img.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list.catalog-img {
  margin-left: auto;
}
@media (max-width: 1150px) {
  .top-info .catalog-wrap .catalog .catalog__lists .catalog__list.catalog-img.open {
    display: none;
  }
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list.child-categories {
  border-right: 1px solid #DBE0E0;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list.catalog-img {
  background: url('../images/catalog-img.png');
  background-size: cover;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list .catalog__item {
  position: relative;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list .catalog__item.over-categories a {
  color: #6E7383;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list .catalog__item.hidden-catalog-item {
  display: none;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list .catalog__item.hidden-catalog-item.show {
  display: block;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list .catalog__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px 12px 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list .catalog__item a img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list .catalog__item a .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list .catalog__item a:hover {
  background: #E7EAEA;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list .catalog__item.parent {
  position: relative;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list .catalog__item.parent span.next-item {
  width: 24px;
  height: 24px;
  background: url("../images/icons/icons-catalog-item.svg");
  background-size: cover;
  z-index: 10;
  position: absolute;
  bottom: 10px;
  right: 15px;
  cursor: pointer;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list .catalog__items {
  display: none;
}
.top-info .catalog-wrap .catalog .catalog__lists .catalog__list .catalog__items.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-info .catalog-wrap .catalog__title {
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #DBE0E0;
}
.top-info .catalog-wrap .catalog__title .icon {
  width: 24px;
  height: 24px;
  background: url('../images/icons/catalog-icon.png');
  background-size: cover;
  margin-right: 10px;
}
.top-info__banner {
  width: calc(100% - 304px);
  height: 100%;
  position: relative;
}
@media (max-width: 1000px) {
  .top-info__banner {
    width: 100%;
  }
}
.top-info__banner .banner-items,
.top-info__banner .owl-stage-outer,
.top-info__banner .owl-stage,
.top-info__banner .owl-item,
.top-info__banner .banner-item {
  height: 100%;
}
.top-info__banner .owl-dots {
  position: absolute;
  width: 100%;
  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;
  bottom: 16px;
}
.top-info__banner .owl-dots .owl-dot span {
  width: 8px;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  margin-right: 4px;
  border-radius: 10px;
  display: block;
}
.top-info__banner .owl-dots .owl-dot span:hover {
  background: #FFFFFF;
}
.top-info__banner .owl-dots .owl-dot.active span {
  width: 83px;
  height: 3px;
  background: #FFFFFF;
}
.top-info__banner .banner-item {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 8px;
}
@media (max-width: 650px) {
  .top-info__banner .banner-item {
    padding: 20px 29px 40px;
  }
}
.top-info__banner .banner-item .info {
  width: 70%;
}
@media (max-width: 768px) {
  .top-info__banner .banner-item .info {
    width: 100%;
  }
}
.top-info__banner .banner-item .info__name {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-bottom: 12px;
  letter-spacing: -0.72px;
}
@media (max-width: 650px) {
  .top-info__banner .banner-item .info__name {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 8px;
  }
}
.top-info__banner .banner-item .info__description {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (max-width: 650px) {
  .top-info__banner .banner-item .info__description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.top-info__banner .banner-item .button a {
  display: inline-block;
  padding: 16px 28px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  border-radius: 6px;
  border: 1px solid #E7EAEA;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 650px) {
  .top-info__banner .banner-item .button a {
    width: 100%;
    text-align: center;
  }
}
.top-info__banner .banner-item .button a:hover {
  color: #FA5126;
}

/*Fonts - family*/
/*Fonts - size*/
@media (max-width: 650px) {
  .slider-wrap {
    margin-bottom: 30px;
  }
}
.slider-wrap .slider-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  .slider-wrap .slider-header__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
.slider-wrap .slider-header .all-items a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6E7383;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 650px) {
  .slider-wrap .slider-header .all-items a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.slider-wrap .slider-header .all-items a:hover {
  color: #FA5126;
}
@media (max-width: 1300px) {
  .slider-wrap .slider-product-list {
    left: -10px;
    width: calc(100% + 10px);
  }
}
.slider-wrap .slider-product-list .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-wrap .slider-product-list .owl-nav {
  top: calc(30% - 20px);
  padding: 0;
  width: calc(100% + 46px);
  left: -18px;
  pointer-events: none;
}
.slider-wrap .slider-product-list .owl-nav button {
  pointer-events: all;
}
@media (max-width: 1300px) {
  .slider-wrap .slider-product-list .owl-nav {
    top: calc(28% - 20px);
  }
}
.slider-wrap .slider-product-list .owl-nav button .btn-prev,
.slider-wrap .slider-product-list .owl-nav button .btn-next {
  width: 56px;
  height: 56px;
}
.slider-wrap .slider-product-list .slider-item {
  position: relative;
  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;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.slider-wrap .slider-product-list .slider-item:hover .info__name a {
  color: #26938E;
}
.slider-wrap .slider-product-list .slider-item .img {
  height: 318px;
  width: 100%;
  background: #F3F5F5;
  border-radius: 8px;
  margin-bottom: 16px;
}
@media (max-width: 1300px) {
  .slider-wrap .slider-product-list .slider-item .img {
    height: 300px;
  }
}
@media (max-width: 650px) {
  .slider-wrap .slider-product-list .slider-item .img {
    height: 280px;
  }
}
.slider-wrap .slider-product-list .slider-item .img a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}
.slider-wrap .slider-product-list .slider-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.slider-wrap .slider-product-list .slider-item .info__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.slider-wrap .slider-product-list .slider-item .info__price__value {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-right: 8px;
}
.slider-wrap .slider-product-list .slider-item .info__price__old {
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  margin-right: 8px;
  color: #6E7383;
}
.slider-wrap .slider-product-list .slider-item .info__price__discount {
  padding: 2px 6px;
  background: #EB474A;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.slider-wrap .slider-product-list .slider-item .info__name {
  margin-bottom: 16px;
  min-height: 48px;
}
.slider-wrap .slider-product-list .slider-item .info__name a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .slider-wrap .slider-product-list .slider-item .info__name a {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.slider-wrap .slider-product-list .slider-item .info__name a:hover {
  color: #26938E;
}
.slider-wrap .slider-product-list .slider-item .info__button {
  margin-top: auto;
}
.slider-wrap .slider-product-list .slider-item .info__button button {
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.slider-wrap .slider-product-list .slider-item .info__button button.to-buy {
  background: #26938E;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.slider-wrap .slider-product-list .slider-item .info__button button.to-buy:hover {
  background: #51A9A5;
}
.slider-wrap .slider-product-list .slider-item .info__button button.no-buy {
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  border: 1px solid #E7EAEA;
  color: #10171F;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.slider-wrap .slider-product-list .slider-item .info__button button.no-buy:hover {
  color: #26938E;
}
.slider-wrap .slider-product-list .slider-item .info__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-wrap .slider-product-list .slider-item .info__count .minus,
.slider-wrap .slider-product-list .slider-item .info__count .plus {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid #E7EAEA;
  border-radius: 6px;
  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-wrap .slider-product-list .slider-item .info__count .minus:hover svg,
.slider-wrap .slider-product-list .slider-item .info__count .plus:hover svg {
  color: #26938E;
}
.slider-wrap .slider-product-list .slider-item .info__count .minus svg,
.slider-wrap .slider-product-list .slider-item .info__count .plus svg {
  width: 24px;
  height: 24px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.slider-wrap .slider-product-list .slider-item .info__count .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 12px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.slider-wrap .slider-product-list .slider-item .info__count .count .value {
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 5px;
}
.slider-wrap .slider-product-list .slider-item .metka {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -10px;
  left: -10px;
}
.slider-wrap .slider-product-list .slider-item .metka .metka-item {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 2px 8px;
  border: 4px solid #FFFFFF;
  border-radius: 6px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: -10px;
  left: -10px;
}
@media (max-width: 768px) {
  .slider-wrap .slider-product-list .slider-item .metka .metka-item {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.slider-wrap .slider-product-list .slider-item .metka .metka-item.new {
  color: #26938E;
  background: #E9F4F4;
  margin-bottom: 0;
}
.slider-wrap .slider-product-list .slider-item .metka .metka-item.hit {
  color: #EB474A;
  background: #FFEEED;
}
.slider-wrap .slider-product-list .slider-item .likes {
  width: 40px;
  height: 40px;
  border: 1px solid #E7EAEA;
  -webkit-box-shadow: 0px 6px 16px -10px rgb(89 102 5.5%);
          box-shadow: 0px 6px 16px -10px rgb(89 102 5.5%);
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 50%;
  top: 16px;
  right: 16px;
  cursor: pointer;
  background-image: url("../images/like.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider-wrap .slider-product-list .slider-item .likes:hover {
  background-image: url("../images/like-hover.svg");
}
.slider-wrap .slider-product-list .slider-item .likes.active {
  background-image: url("../images/like-hover.svg");
}
@media (max-width: 650px) {
  .slider-publications__item {
    width: 85vw;
  }
}
@media (max-width: 330px) {
  .slider-publications__item {
    width: 80vw;
  }
}

/*Fonts - family*/
/*Fonts - size*/
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-bottom: 4px;
}
@media (max-width: 650px) {
  .breadcrumbs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 24px;
  }
}
.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.breadcrumbs__item a,
.breadcrumbs__item span {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #AAB6B6;
}
.breadcrumbs__item a {
  padding-right: 10px;
}
.breadcrumbs__item a:hover {
  color: #26938E;
}

/*Fonts - family*/
/*Fonts - size*/
.catalog-filter__item {
  margin-bottom: 24px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 48px;
}
.catalog-filter__item.show {
  max-height: 100vh;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.catalog-filter__item.show .catalog-filter__item__name span.icon svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  color: #10171F;
}
.catalog-filter__item.border-bottom {
  border-bottom: 1px solid #E7EAEA;
  padding-bottom: 18px;
}
.catalog-filter__item__name {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 8px;
  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;
}
.catalog-filter__item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog-filter__item span.icon svg {
  width: 24px;
  height: 24px;
  color: #B6C1C0;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.catalog-filter__item.catalog-category {
  max-height: unset;
  margin-left: 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #E7EAEA;
}
.catalog-filter__item.catalog-category .category-item {
  max-height: 50px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  overflow: hidden;
  padding: 0 24px;
  margin-left: -24px;
}
@media (max-width: 900px) {
  .catalog-filter__item.catalog-category .category-item {
    padding: 0 8px;
    margin-left: -8px;
    margin-right: -8px;
  }
}
.catalog-filter__item.catalog-category .category-item:hover {
  background: #F3F5F5;
  border-radius: 4px;
}
.catalog-filter__item.catalog-category .category-item:hover .name {
  font-weight: 600;
}
.catalog-filter__item.catalog-category .category-item:hover .name svg {
  color: #10171F;
}
@media (max-width: 900px) {
  .catalog-filter__item.catalog-category .category-item {
    padding-right: 0;
  }
}
.catalog-filter__item.catalog-category .category-item.hide-category {
  display: none;
}
.catalog-filter__item.catalog-category .category-item.show-hide-category .name {
  color: #6E7383;
}
.catalog-filter__item.catalog-category .category-item.active {
  margin-left: -24px;
  padding: 0 24px;
  background: #F3F5F5;
  border-radius: 4px;
}
@media (max-width: 900px) {
  .catalog-filter__item.catalog-category .category-item.active {
    margin-left: -8px;
    margin-right: -8px;
    padding: 0 8px;
  }
}
.catalog-filter__item.catalog-category .category-item.show {
  background: #F3F5F5;
  border-radius: 4px;
  margin-left: -24px;
  max-height: 100vh;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  margin-bottom: 10px;
}
.catalog-filter__item.catalog-category .category-item.show .name {
  font-weight: 600;
}
.catalog-filter__item.catalog-category .category-item.show .name span.icon svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  color: #10171F;
}
.catalog-filter__item.catalog-category .category-item .name {
  padding: 10px 0;
  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;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.catalog-filter__item.catalog-category .category-item .name a {
  display: block;
  width: 100%;
  color: #10171F;
}
.catalog-filter__item.catalog-category .category-item ul {
  list-style: none;
}
.catalog-filter__item.catalog-category .category-item ul li {
  padding: 10px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.catalog-filter__item.catalog-category .category-item ul li.active {
  background: #E7EAEA;
  border-radius: 4px;
  font-weight: 600;
}
.catalog-filter__item.catalog-category .category-item ul li:hover {
  color: #26938E;
}
.catalog-filter__item.catalog-price {
  padding-right: 0;
  max-height: 36px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  overflow: hidden;
}
.catalog-filter__item.catalog-price.show {
  max-height: 100vh;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.catalog-filter__item.catalog-price.show span.icon svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  color: #10171F;
}
.catalog-filter__item.catalog-price .catalog-filter__item__name {
  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;
  cursor: pointer;
  padding-right: 0;
}
.catalog-filter__item.catalog-price .price-block {
  padding-bottom: 10px;
}
.catalog-filter__item.catalog-price .price-block:after {
  content: "";
  clear: both;
  display: table;
}
.catalog-filter__item.catalog-price .price-block__values {
  margin-bottom: 20px;
  background: #F3F5F5;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}
.catalog-filter__item.catalog-price .price-block__values .price-block__value-to,
.catalog-filter__item.catalog-price .price-block__values .price-block__value-from {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
}
.catalog-filter__item.catalog-price .price-block__values .price-block__value-to span,
.catalog-filter__item.catalog-price .price-block__values .price-block__value-from span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6E7383;
  margin-right: 5px;
}
.catalog-filter__item.catalog-price .price-block__values .price-block__value-to {
  border-right: 1px solid #DBE0E0;
}
.catalog-filter__item.catalog-price .price-block__values .value-to,
.catalog-filter__item.catalog-price .price-block__values .value-from {
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background: transparent;
  border: none;
}
.catalog-filter__item.catalog-price .price-block .ui-slider {
  position: relative;
  background: #E7EAEA;
  height: 2px;
  border-radius: 1px;
  width: calc(100% - 17px);
  margin: 0 3px 0 10px;
  border: none;
}
.catalog-filter__item.catalog-price .price-block .ui-slider:after {
  content: "";
  position: absolute;
  right: -17px;
  width: 17px;
  height: 2px;
  background: #E7EAEA;
}
.catalog-filter__item.catalog-price .price-block .ui-slider:before {
  content: "";
  position: absolute;
  left: -17px;
  width: 17px;
  height: 2px;
  background: #E7EAEA;
}
.catalog-filter__item.catalog-price .price-block .ui-slider .ui-slider-handle {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  cursor: pointer;
  background: #26938E;
  z-index: 2;
  -webkit-transition: border 0.4s, -webkit-transform 0.2s;
  transition: border 0.4s, -webkit-transform 0.2s;
  transition: transform 0.2s, border 0.4s;
  transition: transform 0.2s, border 0.4s, -webkit-transform 0.2s;
  border: none;
}
.catalog-filter__item.catalog-price .price-block .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 2px;
  border: 0;
  background: #26938E;
  border-radius: 1px;
}
.catalog-filter__item.catalog-in-stock {
  max-height: none;
  margin-left: 0;
}
.catalog-filter__item.catalog-in-stock .catalog-in-stock__value {
  padding: 20px;
  background: #E9F4F4;
  border-radius: 8px;
}
.catalog-filter__item.catalog-in-stock .catalog-in-stock__value .input-checkbox span {
  font-weight: 600;
  color: #26938E;
}
.catalog-filter__item.catalog-in-stock .catalog-in-stock__value .input-checkbox span:before {
  border: 2px solid #26938E;
}
.catalog-filter__item.catalog-checkbox {
  padding-right: 0;
  max-height: 36px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  overflow: hidden;
  padding-bottom: 18px;
}
@media (max-width: 1300px) {
  .catalog-filter__item.catalog-checkbox {
    max-height: 56px;
  }
}
@media (max-width: 900px) {
  .catalog-filter__item.catalog-checkbox {
    max-height: 36px;
  }
}
.catalog-filter__item.catalog-checkbox.show {
  max-height: 100vh;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.catalog-filter__item.catalog-checkbox.show span.icon svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  color: #10171F;
}
.catalog-filter__item.catalog-checkbox .catalog-filter__item__name {
  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;
  cursor: pointer;
  padding-right: 0;
  padding-left: 0;
}
.catalog-filter__item.catalog-checkbox .catalog-filter__item__list .input-checkbox {
  margin-bottom: 12px;
}
.catalog-filter__item.catalog-radio {
  padding-right: 0;
  max-height: 36px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  overflow: hidden;
  padding-bottom: 18px;
}
@media (max-width: 1300px) {
  .catalog-filter__item.catalog-radio {
    max-height: 56px;
  }
}
@media (max-width: 900px) {
  .catalog-filter__item.catalog-radio {
    max-height: 36px;
  }
}
.catalog-filter__item.catalog-radio.show {
  max-height: 100vh;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.catalog-filter__item.catalog-radio.show span.icon svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  color: #10171F;
}
.catalog-filter__item.catalog-radio .catalog-filter__item__name {
  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;
  cursor: pointer;
  padding-right: 0;
  padding-left: 0;
}
.catalog-filter__item.catalog-radio .catalog-filter__item__list .input-radio {
  margin-bottom: 12px;
}
.mobile-filter {
  background: #FFFFFF;
  width: 100%;
  height: 100vh;
  top: -2000px;
  left: 0;
  position: fixed;
  z-index: 50;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: scroll;
  padding: 16px;
}
.mobile-filter.show {
  top: 0;
}
.mobile-filter .catalog-filter__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid #E7EAEA;
  margin-bottom: 16px;
}
.mobile-filter .catalog-filter__head .name {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.mobile-filter .catalog-filter__head .close {
  width: 24px;
  height: 24px;
  background: url("../images/filter-close.svg");
  background-size: cover;
}
.mobile-filter .catalog-filter__item.catalog-category .category-item.show {
  padding: 8px;
  margin-left: -8px;
  margin-right: -8px;
}

/*Fonts - family*/
/*Fonts - size*/
.catalog-category {
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .catalog-category {
    margin-bottom: 32px;
  }
}
.catalog-category .owl-nav {
  position: unset;
}
.catalog-category .owl-nav button {
  position: absolute;
  padding: 0;
  width: calc(100% + 40px);
  left: -20px;
  top: calc(50% - 20px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.catalog-category .owl-nav .owl-prev {
  right: 0;
}
.catalog-category .owl-nav .owl-next {
  left: calc(100% - 20px);
}
.catalog-category .owl-nav .owl-prev.disabled,
.catalog-category .owl-nav .owl-next.disabled {
  opacity: 0;
}
.catalog-category__item {
  background: #E7EAEA;
  border-radius: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 650px) {
  .catalog-category__item {
    width: 40vw;
  }
}
.catalog-category__item:hover {
  background: #F3F5F5;
}
@media (max-height: 1300px) {
  .catalog-category__item {
    height: 190px;
    padding: 19px;
  }
}
@media (max-width: 650px) {
  .catalog-category__item {
    height: 160px;
  }
}
.catalog-category__item .img {
  width: 130px;
  height: 100px;
  margin-bottom: 8px;
  background-size: 80% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.catalog-category__item .name {
  text-align: center;
  color: #10171F;
  font-weight: bold;
}
@media (max-width: 650px) {
  .catalog-category__item .name {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}

/*Fonts - family*/
/*Fonts - size*/
.catalog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.catalog-header__sort .block-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 350px) {
  .catalog-header__sort .block-sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalog-header__sort .block-sort .button-filter {
  display: none;
  padding: 8px 16px;
  cursor: pointer;
  background: #26938E;
  border-radius: 6px;
  margin-right: 8px;
}
@media (max-width: 1000px) {
  .catalog-header__sort .block-sort .button-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 350px) {
  .catalog-header__sort .block-sort .button-filter {
    margin-bottom: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.catalog-header__sort .block-sort .button-filter img {
  width: 24px;
  margin-right: 8px;
}
.catalog-header__sort .block-sort .button-filter span {
  font-weight: 600;
  color: #FFFFFF;
}
.type-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E7EAEA;
  border-radius: 6px;
  padding: 8px 0;
}
@media (max-width: 650px) {
  .type-page {
    display: none;
  }
}
.type-page .type-row,
.type-page .type-column {
  padding: 0 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.type-page .type-row:hover svg,
.type-page .type-column:hover svg {
  color: #26938E;
}
.type-page .type-row.active svg,
.type-page .type-column.active svg {
  color: #26938E;
}
.type-page .type-row svg,
.type-page .type-column svg {
  width: 24px;
  height: 24px;
  color: #DBE0E0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.type-page .type-row {
  border-right: 1px solid #E7EAEA;
}

/*Fonts - family*/
/*Fonts - size*/
.cards-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  margin-bottom: 64px;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cards-item:hover .info__name a {
  color: #26938E;
}
@media (max-width: 650px) {
  .cards-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-height: 1300px) {
  .cards-item {
    margin-bottom: 48px;
  }
}
@media (max-width: 650px) {
  .cards-item {
    margin-bottom: 24px;
  }
}
.cards-item:nth-child(3n) {
  margin-right: 0;
}
.cards-item .img {
  height: 288px;
  width: 100%;
  background: #F3F5F5;
  border-radius: 8px;
  margin-bottom: 16px;
}
@media (max-width: 1300px) {
  .cards-item .img {
    height: 260px;
  }
}
@media (max-width: 900px) {
  .cards-item .img {
    height: 230px;
  }
}
.cards-item .img a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}
@media (max-width: 650px) {
  .cards-item .img a {
    background-size: 50%;
  }
}
.cards-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.cards-item .info__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.cards-item .info__price__value {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-right: 8px;
}
.cards-item .info__price__old {
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  margin-right: 8px;
  color: #6E7383;
}
.cards-item .info__price__discount {
  padding: 2px 6px;
  background: #EB474A;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.cards-item .info__name {
  margin-bottom: 16px;
  min-height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.cards-item .info__name a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .cards-item .info__name a {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.cards-item .info__name a:hover {
  color: #26938E;
}
.cards-item .info__button button {
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.cards-item .info__button button.to-buy {
  background: #26938E;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.cards-item .info__button button.to-buy.hide {
  display: none;
}
.cards-item .info__button button.to-buy:hover {
  background: #51A9A5;
}
.cards-item .info__button button.no-buy {
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  border: 1px solid #E7EAEA;
  color: #10171F;
  background: #FFFFFF;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.cards-item .info__button button.no-buy:hover {
  color: #26938E;
}
.cards-item .info__rating {
  display: none;
}
.cards-item .info__count {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cards-item .info__count.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cards-item .info__count .minus,
.cards-item .info__count .plus {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid #E7EAEA;
  border-radius: 6px;
  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;
}
.cards-item .info__count .minus:hover svg,
.cards-item .info__count .plus:hover svg {
  color: #26938E;
}
.cards-item .info__count .minus svg,
.cards-item .info__count .plus svg {
  width: 24px;
  height: 24px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cards-item .info__count .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 12px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.cards-item .info__count .count .value {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-right: 5px;
}
.cards-item .metka {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -10px;
  left: -10px;
}
.cards-item .metka .metka-item {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 2px 8px;
  border: 4px solid #FFFFFF;
  border-radius: 6px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: -10px;
  left: -10px;
}
@media (max-width: 768px) {
  .cards-item .metka .metka-item {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.cards-item .metka .metka-item.new {
  color: #26938E;
  background: #E9F4F4;
  margin-bottom: 0;
}
.cards-item .metka .metka-item.hit {
  color: #EB474A;
  background: #FFEEED;
}
.cards-item .likes {
  width: 40px;
  height: 40px;
  border: 1px solid #E7EAEA;
  -webkit-box-shadow: 0px 6px 16px -10px rgb(89 102 5.5%);
          box-shadow: 0px 6px 16px -10px rgb(89 102 5.5%);
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 50%;
  top: 16px;
  right: 16px;
  cursor: pointer;
  background-image: url("../images/like.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cards-item .likes:hover {
  background-image: url("../images/like-hover.svg");
}
.cards-item .likes.active {
  background-image: url("../images/like-hover.svg");
}
.type-row .cards-item {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 0;
  margin-bottom: 32px;
}
.type-row .cards-item .img {
  height: 100%;
  width: 200px;
  margin-bottom: 0;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.type-row .cards-item .info {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "name name name button" "price price price button" "rating rating rating button";
}
@media (max-width: 768px) {
  .type-row .cards-item .info {
    grid-template-rows: auto 1fr auto auto;
    grid-template-columns: 1fr;
    grid-template-areas: "name" "price" "rating" "button";
  }
}
.type-row .cards-item .info__name {
  grid-area: name;
  min-height: unset;
}
.type-row .cards-item .info__price {
  grid-area: price;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.type-row .cards-item .info__button {
  grid-area: button;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1100px) {
  .type-row .cards-item .info__button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.type-row .cards-item .info__rating {
  grid-area: rating;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .type-row .cards-item .info__rating {
    margin-bottom: 12px;
  }
}
.type-row .cards-item .info__count {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  grid-area: button;
}
.type-row .cards-item .likes {
  position: relative;
  margin-left: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: unset;
  right: unset;
}

/*Fonts - family*/
/*Fonts - size*/
.pagination-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 760px) {
  .pagination-block {
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  .pagination-block {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.pagination-block .prev,
.pagination-block .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 8px 16px;
  border: 1px solid #E7EAEA;
  border-radius: 6px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pagination-block .prev:hover,
.pagination-block .next:hover {
  color: #26938E;
}
.pagination-block .prev svg,
.pagination-block .next svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 650px) {
  .pagination-block .prev span,
  .pagination-block .next span {
    display: none;
  }
}
.pagination-block .next {
  margin-left: 10px;
}
.pagination-block .next svg {
  margin-left: 10px;
}
@media (max-width: 650px) {
  .pagination-block .next svg {
    margin-left: 0;
  }
}
@media (max-width: 650px) {
  .pagination-block .next {
    margin-left: 5px;
  }
}
.pagination-block .prev {
  margin-right: 10px;
}
@media (max-width: 650px) {
  .pagination-block .prev {
    margin-right: 5px;
  }
}
.pagination-block .prev svg {
  margin-right: 10px;
}
@media (max-width: 650px) {
  .pagination-block .prev svg {
    margin-right: 0;
  }
}
.pagination-block .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
}
.pagination-block .page-list .page-item {
  padding: 8px 22px;
  border: 1px solid #E7EAEA;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 650px) {
  .pagination-block .page-list .page-item {
    display: none;
  }
  .pagination-block .page-list .page-item:nth-child(1),
  .pagination-block .page-list .page-item:nth-child(2),
  .pagination-block .page-list .page-item:nth-child(3) {
    display: block;
  }
  .pagination-block .page-list .page-item:nth-child(3) {
    border-radius: 0px 6px 6px 0px;
  }
}
.pagination-block .page-list .page-item.active,
.pagination-block .page-list .page-item:hover {
  background: #E9F4F4;
  border-color: #26938E;
  color: #26938E;
  font-weight: 600;
}
.pagination-block .page-list .page-item:nth-last-child(1) {
  border-radius: 0px 6px 6px 0px;
}
.pagination-block .page-list .page-item:nth-child(1) {
  border-radius: 6px 0px 0px 6px;
}

/*Fonts - family*/
/*Fonts - size*/
.rating-result {
  margin-right: 12px;
}
.rating-result span {
  padding: 0;
  font-size: 19px;
  color: #DBE0E0;
}
.rating-result > span:before {
  content: '★';
}
.rating-result > span.active {
  color: #26938E;
}
.rating-text {
  color: #6E7383;
}
.rating-area {
  overflow: hidden;
  width: 200px;
  margin: 0 0 24px;
}
.rating-area:not(:checked) > input {
  display: none;
}
.rating-area:not(:checked) > label {
  float: right;
  width: 40px;
  padding: 0;
  cursor: pointer;
  font-size: 32px;
  line-height: 32px;
  color: lightgrey;
}
.rating-area:not(:checked) > label:before {
  content: '★';
}
.rating-area > input:checked ~ label {
  color: #26938E;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  color: #26938E;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: #26938E;
}
.rating-area > label:active {
  position: relative;
}

/*Fonts - family*/
/*Fonts - size*/
.catalog-popup {
  width: 100vw;
  height: 100vh;
  background: #10171f59;
  z-index: -1;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 650px) {
  .catalog-popup {
    min-height: 90vh;
  }
}
.catalog-popup.open {
  z-index: 99;
  opacity: 1;
}
.catalog-popup.open .catalog__title .icon {
  background: url('../images/icons/close.png');
  cursor: pointer;
}
.catalog-popup.open .catalog__title svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.catalog-popup.open .catalog__title span {
  font-weight: bold;
}
.catalog-popup.open .main-categories {
  border-right: 1px solid #DBE0E0;
}
.catalog-popup .catalog {
  background: #F3F5F5;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 1220px;
  height: auto;
  position: relative;
  margin: 5% auto;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .catalog-popup .catalog {
    width: calc(100% - 62px);
    margin: 5% 36px;
  }
}
@media (max-width: 650px) {
  .catalog-popup .catalog {
    width: calc(100% - 22px);
    margin: 5% 16px;
  }
}
.catalog-popup .catalog .catalog__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.catalog-popup .catalog .catalog__lists .catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 0;
  width: 33.3%;
}
@media (max-width: 1000px) {
  .catalog-popup .catalog .catalog__lists .catalog__list {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 650px) {
  .catalog-popup .catalog .catalog__lists .catalog__list {
    width: 100%;
  }
}
.catalog-popup .catalog .catalog__lists .catalog__list.child-categories,
.catalog-popup .catalog .catalog__lists .catalog__list.child-second-categories,
.catalog-popup .catalog .catalog__lists .catalog__list.catalog-img {
  display: none;
}
.catalog-popup .catalog .catalog__lists .catalog__list.child-categories.open,
.catalog-popup .catalog .catalog__lists .catalog__list.child-second-categories.open,
.catalog-popup .catalog .catalog__lists .catalog__list.catalog-img.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1150px) {
  .catalog-popup .catalog .catalog__lists .catalog__list.catalog-img.open {
    display: none;
  }
}
.catalog-popup .catalog .catalog__lists .catalog__list.child-categories {
  border-right: 1px solid #DBE0E0;
}
.catalog-popup .catalog .catalog__lists .catalog__list.catalog-img {
  background: url('../images/catalog-img.png');
  background-size: cover;
}
.catalog-popup .catalog .catalog__lists .catalog__list .catalog__item {
  position: relative;
}
.catalog-popup .catalog .catalog__lists .catalog__list .catalog__item.over-categories a {
  color: #6E7383;
}
.catalog-popup .catalog .catalog__lists .catalog__list .catalog__item.hidden-catalog-item {
  display: none;
}
.catalog-popup .catalog .catalog__lists .catalog__list .catalog__item.hidden-catalog-item.show {
  display: block;
}
.catalog-popup .catalog .catalog__lists .catalog__list .catalog__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px 12px 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.catalog-popup .catalog .catalog__lists .catalog__list .catalog__item a img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.catalog-popup .catalog .catalog__lists .catalog__list .catalog__item a .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-popup .catalog .catalog__lists .catalog__list .catalog__item a:hover {
  background: #E7EAEA;
}
.catalog-popup .catalog .catalog__lists .catalog__list .catalog__item.parent {
  position: relative;
}
.catalog-popup .catalog .catalog__lists .catalog__list .catalog__item.parent span.next-item {
  width: 24px;
  height: 24px;
  background: url("../images/icons/icons-catalog-item.svg");
  background-size: cover;
  z-index: 10;
  position: absolute;
  bottom: 10px;
  right: 15px;
  cursor: pointer;
}
.catalog-popup .catalog .catalog__lists .catalog__list .catalog__items {
  display: none;
}
.catalog-popup .catalog .catalog__lists .catalog__list .catalog__items.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog-popup .catalog__title {
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #DBE0E0;
}
@media (max-width: 650px) {
  .catalog-popup .catalog__title {
    padding: 20px 8px 20px 24px;
  }
}
.catalog-popup .catalog__title .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.catalog-popup .catalog__title .icon {
  width: 24px;
  height: 24px;
  background: url('../images/icons/catalog-icon.png');
  background-size: cover;
  margin-right: 10px;
}

.fancybox__container {
  --fancybox-bg: rgba(6, 6, 6, 0.85);
}
.fancybox__container .fancybox__slide {
  padding: 48px 8px 8px 8px;
}
.fancybox__container .fancybox__content {
  /* Create white border around the image */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 1rem;
  background: #fff;
  border-radius: 6px;
  color: #374151;
  -webkit-box-shadow: 0 8px 23px rgb(0 0 0%);
          box-shadow: 0 8px 23px rgb(0 0 0%);
}
@media (max-width: 600px) {
  .fancybox__container .fancybox__nav {
    display: none;
  }
}
.fancybox__container .carousel__button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  border: 1px solid #E7EAEA;
  background: #ffffff;
}
@media (max-width: 900px) {
  .fancybox__container .carousel__button.is-prev,
  .fancybox__container .carousel__button.is-next {
    top: calc(50% + 27px);
  }
}
.fancybox__container .carousel__button svg {
  width: 15px;
  height: 15px;
  color: #000000;
}
.fancybox__container .fancybox__toolbar .fancybox__toolbar__items--left {
  display: none;
}
.fancybox__container .fancybox__toolbar .fancybox__toolbar__items--right {
  display: none;
}
.fancybox__container .fancybox__thumbs {
  padding-bottom: 5%;
}
.fancybox__container .fancybox__thumbs .fancybox__thumb {
  background-color: transparent;
  padding-top: 56px;
  background-size: 65%;
}
.fancybox__container .fancybox__thumbs .fancybox__thumb::after {
  border: 1.5px solid transparent;
  border-radius: 4px;
}
.fancybox__container .fancybox__thumbs .is-nav-selected .fancybox__thumb::after {
  border: 1.5px solid #FFFFFF;
  border-radius: 4px;
}
.fancybox__container .fancybox__thumbs .carousel__slide {
  width: 56px;
  height: 56px;
}

/*Fonts - family*/
/*Fonts - size*/
.tab-review__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  .tab-review__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.tab-review__header .general-assessment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.tab-review__header .general-assessment span.number {
  font-size: 2.25rem;
  line-height: 3rem;
  margin-right: 15px;
}
.tab-review__header .general-assessment .rating-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-review__header .block-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .tab-review__header .block-sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tab-review__header .block-sort .block-select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tab-review__header .block-sort .block-select .value {
  font-weight: 400;
}
.tab-review__header .block-sort .block-select:nth-child(1) {
  margin-right: 8px;
}
@media (max-width: 650px) {
  .tab-review__header .block-sort .block-select:nth-child(1) {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.tab-review__write-review {
  width: 100%;
  background: #26938E;
  border-radius: 6px;
  padding: 16px 0;
  color: #FFFFFF;
  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;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 16px;
}
.tab-review__write-review:hover {
  background: #51A9A5;
}
.tab-review__write-review svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.tab-review .show-more a {
  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: 16px 0;
  border: 1px solid #E7EAEA;
  border-radius: 6px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tab-review .show-more a svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.tab-review .show-more a:hover {
  color: #FA5126;
}
.review-list .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px;
  border: 1px solid #E7EAEA;
  border-radius: 8px;
  margin-bottom: 16px;
}
.review-list .review-item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.review-list .review-item .top .name {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.review-list .review-item .top .date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #9EACAB;
}
.review-list .review-item .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.review-list .review-item .review-text {
  margin-bottom: 24px;
}
.review-list .review-item .review-text .show-more-text span {
  cursor: pointer;
  color: #26938E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.review-list .review-item .review-text .show-more-text span:hover {
  color: #51A9A5;
}
.review-list .review-item .review-text .hide-text {
  display: none;
}
.review-list .review-item .review-text .hide-text.show {
  display: initial;
}
.review-list .review-item .review-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background-position: right;
  overflow-x: scroll;
}
.review-list .review-item .review-img .img {
  width: 80px;
  height: 56px;
  border-radius: 2px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-right: 8px;
  display: block;
}
.review-list .review-item .review-img .img img {
  display: none;
}
.review-list .review-item .review-img .img:nth-last-child(1) {
  margin-right: 20px;
}

/*Fonts - family*/
/*Fonts - size*/
.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #10171fbf;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: auto;
}
.popup.show {
  z-index: 999;
  opacity: 1;
}
.popup.type-2 {
  background: #FFFFFF;
}
.popup.type-2 .popup-wrap {
  border: 1px solid #E7EAEA;
}
.popup.type-2 .popup-wrap .popup-logo {
  margin-bottom: 32px;
  text-align: center;
}
.popup.type-2 .popup-wrap .popup-logo img {
  max-width: 116px;
}
.popup.type-2 .popup-wrap .popup-title {
  margin-bottom: 32px;
  text-align: center;
}
.popup.type-2 .popup-wrap .block-social {
  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;
  margin-bottom: 32px;
}
.popup.type-2 .popup-wrap .block-social span {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #6E7383;
  margin-bottom: 16px;
  text-align: center;
}
.popup.type-2 .popup-wrap .block-social .block-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup.type-2 .popup-wrap .block-social .block-social__list a {
  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: 48px;
  height: 48px;
  background: #F3F5F5;
  border-radius: 4px;
  margin-right: 16px;
}
.popup.type-2 .popup-wrap .block-social .block-social__list a:nth-last-child(1) {
  margin-right: 0;
}
.popup.type-2 .popup-wrap .block-social .block-social__list a svg {
  color: #26938E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.popup.type-2 .popup-wrap .block-social .block-social__list a:hover svg {
  color: #51A9A5;
}
.popup.type-2 .popup-wrap .block-social .block-social__list a.vk-icon svg {
  width: 20px;
  height: 10px;
}
.popup.type-2 .popup-wrap .block-social .block-social__list a.fb-icon svg {
  width: 10px;
  height: 16px;
}
.popup.type-2 .popup-wrap .block-social .block-social__list a.instagram-icon svg {
  width: 20px;
  height: 20px;
}
.popup.type-2 .popup-wrap .block-social .block-social__list a.google-icon svg {
  width: 16px;
  height: 17px;
}
.popup.type-2 .popup-wrap .form span {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #6E7383;
  margin-bottom: 16px;
  text-align: center;
  display: block;
}
.popup.type-2 .popup-wrap .form .for-two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .popup.type-2 .popup-wrap .form .for-two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.popup.type-2 .popup-wrap .form .for-two-column .input-wrap {
  width: calc(50% - 4px);
}
@media (max-width: 650px) {
  .popup.type-2 .popup-wrap .form .for-two-column .input-wrap {
    width: 100%;
  }
}
.popup.type-2 .popup-wrap .form .form-submit {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup.type-2 .popup-wrap .form .form-submit .btn-submit {
  width: 100%;
  margin-right: 0;
}
.popup.type-2 .popup-wrap .form .form-submit .agree {
  max-width: 100%;
  text-align: center;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 0;
}
.popup.type-2 .popup-wrap .form .input-checkbox span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #10171F;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 650px) {
  .popup.type-2 .popup-wrap .form .input-checkbox span {
    font-size: 0.875rem;
  }
}
.popup.type-2 .popup-wrap .btn-forget-password {
  margin-top: 38px;
  font-weight: 600;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  text-align: center;
}
.popup.type-2 .popup-wrap .btn-forget-password:hover {
  color: #26938E;
}
.popup.type-2 .popup-wrap .btn-registration {
  margin-top: 16px;
  font-weight: 600;
  color: #26938E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  text-align: center;
}
.popup.type-2 .popup-wrap .btn-registration:hover {
  color: #51A9A5;
}
.popup.type-2 .popup-wrap .has-account,
.popup.type-2 .popup-wrap .problems {
  margin-top: 38px;
  font-weight: 600;
  text-align: center;
}
.popup.type-2 .popup-wrap .has-account a,
.popup.type-2 .popup-wrap .problems a {
  color: #26938E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.popup.type-2 .popup-wrap .has-account a:hover,
.popup.type-2 .popup-wrap .problems a:hover {
  color: #51A9A5;
}
.popup.type-2.popup-forget-password .popup-title {
  margin-bottom: 8px;
}
.popup.type-2.popup-forget-password .form span {
  font-weight: 400;
}
.popup.type-2.popup-forget-password .form .form-submit {
  margin: 0;
}
.popup.type-2.popup-forget-password .problems {
  font-weight: 400;
}
.popup.type-2.popup-system-message .popup-logo {
  margin-bottom: 32px;
}
.popup.type-2.popup-system-message .popup-logo img {
  max-width: 64px;
}
.popup.type-2.popup-system-message .popup-title {
  margin-bottom: 8px;
}
.popup.type-2.popup-system-message .text-message {
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
  margin-bottom: 32px;
  text-align: center;
}
.popup.type-2.popup-system-message button {
  padding: 16px 0;
  background: #26938E;
  border-radius: 6px;
  width: 100%;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.popup.type-2.popup-system-message button:hover {
  background: #51A9A5;
}
.popup .popup-wrap {
  margin: 86px auto;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
}
.popup .popup-wrap .popup__body {
  margin: 40px;
}
@media (max-width: 650px) {
  .popup .popup-wrap .popup__body {
    margin: 15px;
  }
}
@media (max-width: 1080px) {
  .popup .popup-wrap {
    margin: 66px auto;
  }
}
.popup.popup-one-click .popup-wrap {
  width: 888px;
}
@media (max-width: 1080px) {
  .popup.popup-one-click .popup-wrap {
    width: 700px;
  }
}
@media (max-width: 650px) {
  .popup.popup-one-click .popup-wrap {
    width: calc(100% - 32px);
  }
}
.popup.popup-send-review .popup-wrap {
  width: 600px;
}
@media (max-width: 700px) {
  .popup.popup-send-review .popup-wrap {
    width: calc(100% - 32px);
  }
}
.popup.popup-entrance .popup-wrap,
.popup.popup-forget-password .popup-wrap,
.popup.popup-system-message .popup-wrap {
  width: 392px;
}
@media (max-width: 650px) {
  .popup.popup-entrance .popup-wrap,
  .popup.popup-forget-password .popup-wrap,
  .popup.popup-system-message .popup-wrap {
    width: calc(100% - 32px);
  }
}
.popup.popup-registration .popup-wrap {
  width: 600px;
}
@media (max-width: 650px) {
  .popup.popup-registration .popup-wrap {
    width: calc(100% - 32px);
  }
}
.popup__header {
  margin: 40px 40px 0 40px;
  font-weight: 600;
}
@media (max-width: 650px) {
  .popup__header {
    margin: 15px 15px 0;
  }
}
.popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup__body .block-title {
  font-weight: bold;
  margin-bottom: 14px;
}
.popup__body .block-title.title-photo {
  margin-top: 24px;
  margin-bottom: 0;
}
.popup .one-click-product {
  border: 1px solid #E7EAEA;
  border-radius: 8px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 650px) {
  .popup .one-click-product {
    -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;
  }
}
.popup .one-click-product .img {
  width: 140px;
  height: 164px;
  background: #F3F5F5;
  border-radius: 4px;
  background-position: center !important;
  background-size: 60% !important;
  background-repeat: no-repeat !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 24px;
}
@media (max-width: 650px) {
  .popup .one-click-product .img {
    margin: 0 auto 12px;
  }
}
.popup .one-click-product .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.popup .one-click-product .info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
@media (max-width: 650px) {
  .popup .one-click-product .info__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.popup .one-click-product .info__top .name {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (max-width: 650px) {
  .popup .one-click-product .info__top .name {
    margin-bottom: 8px;
    text-align: center;
  }
}
.popup .one-click-product .info__top .price {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
  white-space: nowrap;
  margin-left: 10px;
}
@media (max-width: 650px) {
  .popup .one-click-product .info__top .price {
    text-align: center;
  }
}
.popup .one-click-product .info__article {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 16px;
}
@media (max-width: 650px) {
  .popup .one-click-product .info__article {
    text-align: center;
  }
}
.popup .one-click-product .info__article__name {
  color: #6E7383;
}
.popup .one-click-product .info__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
}
.popup .one-click-product .info__descr__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup .one-click-product .info__descr__item svg {
  width: 24px;
  height: 24px;
  color: #B6C1C0;
  margin-right: 10px;
}
.popup .one-click-product .info__descr__item span {
  color: #B6C1C0;
}
.popup .one-click-product .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .popup .one-click-product .buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.popup .one-click-product .buttons .button-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup .one-click-product .buttons .button-count .minus,
.popup .one-click-product .buttons .button-count .plus {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid #E7EAEA;
  border-radius: 6px;
  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;
}
.popup .one-click-product .buttons .button-count .minus:hover svg,
.popup .one-click-product .buttons .button-count .plus:hover svg {
  color: #26938E;
}
.popup .one-click-product .buttons .button-count .minus svg,
.popup .one-click-product .buttons .button-count .plus svg {
  width: 24px;
  height: 24px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.popup .one-click-product .buttons .button-count .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 12px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.popup .one-click-product .buttons .button-count .count .value {
  min-width: 20px;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 5px;
}
.popup .one-click-product .buttons .like {
  border: 1px solid #E7EAEA;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  border-radius: 50%;
  background-image: url("../images/like.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 56px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 650px) {
  .popup .one-click-product .buttons .like {
    display: none;
  }
}
.popup .one-click-product .buttons .like:hover,
.popup .one-click-product .buttons .like.active {
  background-image: url("../images/like-hover.svg");
}
.popup .close {
  width: 56px;
  height: 56px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  border: 1px solid #E7EAEA;
  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;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: 24px;
}
@media (max-width: 1080px) {
  .popup .close {
    width: 40px;
    height: 40px;
    top: 12px;
    right: 12px;
  }
}
.popup .close svg {
  width: 24px;
  height: 24px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.popup .close:hover svg {
  color: #FA5126;
}

/*Fonts - family*/
/*Fonts - size*/
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.input-wrap {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.input-wrap .error {
  display: none;
}
.input-wrap input {
  border: 1px solid #E7EAEA;
  border-radius: 10px;
  padding: 16px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
}
.input-wrap input::-webkit-input-placeholder {
  color: #6E7383;
}
.input-wrap input::-moz-placeholder {
  color: #6E7383;
}
.input-wrap input:-moz-placeholder {
  color: #6E7383;
}
.input-wrap input:-ms-input-placeholder {
  color: #6E7383;
}
.input-wrap input[type="number"]::-webkit-outer-spin-button,
.input-wrap input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-wrap.input-error input {
  -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 89, 92, 0.12), 0px 0px 0px 1px #FF595C;
          box-shadow: 0px 0px 0px 6px rgba(255, 89, 92, 0.12), 0px 0px 0px 1px #FF595C;
}
.input-wrap.input-error input:focus {
  -webkit-box-shadow: 0 0 0 2px #FF595C;
          box-shadow: 0 0 0 2px #FF595C;
}
textarea {
  border: 1px solid #E7EAEA;
  border-radius: 10px;
  padding: 16px;
  max-width: 100%;
  max-height: 180px;
  height: 180px;
  min-height: 100%;
  min-width: 180px;
  resize: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: 'Inter';
}
textarea::-webkit-input-placeholder {
  font-family: 'Inter';
  color: #6E7383;
}
textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Inter';
  color: #6E7383;
}
textarea:-ms-input-placeholder {
  font-family: 'Inter';
  color: #6E7383;
}
textarea::-ms-input-placeholder {
  font-family: 'Inter';
  color: #6E7383;
}
textarea::placeholder {
  font-family: 'Inter';
  color: #6E7383;
}
.input-file {
  cursor: pointer;
}
.input-file span {
  width: 80px;
  height: 56px;
  background: url(../images/input-file.png);
  background-size: cover !important;
  border-radius: 2px;
  display: block;
}
.input-file input {
  display: none;
}
.file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: scroll;
  padding-top: 10px;
}
.file-wrap .file-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.file-wrap .file-items-list .file-item {
  width: 80px;
  height: 56px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 2px;
  margin-right: 16px;
  position: relative;
}
.file-wrap .file-items-list .file-item .close {
  width: 16px;
  height: 16px;
  background-image: url(../images/close-file.png);
  background-size: cover;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 9999;
}
.form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 650px) {
  .form-submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-submit .btn-submit {
  font-weight: 600;
  color: #FFFFFF;
  padding: 16px 28px;
  background: #26938E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 6px;
  margin-right: 8px;
}
@media (max-width: 650px) {
  .form-submit .btn-submit {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.form-submit .btn-submit.disabled {
  background: #AAB6B6;
  cursor: auto;
}
.form-submit .btn-submit.disabled:hover {
  background: #AAB6B6;
}
.form-submit .btn-submit:hover {
  background: #51A9A5;
}
.form-submit .agree {
  max-width: 280px;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #6E7383;
}
@media (max-width: 650px) {
  .form-submit .agree {
    max-width: 100%;
    text-align: center;
  }
}
.form-submit .agree a {
  color: #26938E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form-submit .agree a:hover {
  color: #51A9A5;
}

/*Fonts - family*/
/*Fonts - size*/
.dropdown-select {
  position: relative;
}
.dropdown-select.show .dropdown-select__top {
  border-radius: 10px 10px 0px 0px;
}
.dropdown-select.show .dropdown-select__top .show {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.dropdown-select.show .dropdown-select__list {
  z-index: 5;
  opacity: 1;
}
.dropdown-select__top {
  border: 1px solid #E7EAEA;
  padding: 16px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dropdown-select__top input {
  border: none;
  font-size: 1rem;
  line-height: 1.5rem;
}
.dropdown-select__top .show {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.dropdown-select__top .show:hover svg {
  color: #10171F;
}
.dropdown-select__top .show svg {
  width: 16px;
  height: 16px;
  color: #6E7383;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown-select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E7EAEA;
  z-index: -1;
  opacity: 0;
  padding: 16px;
  border-radius: 0px 0px 10px 10px;
  max-height: 560px;
  overflow: scroll;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: calc(100% - 1px);
}
.dropdown-select__list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .dropdown-select__list__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dropdown-select__list__top .btn-choose-profile {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
  background: #26938E;
  padding: 10px 0;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #FFFFFF;
  font-weight: bold;
  margin-right: 8px;
}
@media (max-width: 650px) {
  .dropdown-select__list__top .btn-choose-profile {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.dropdown-select__list__top .btn-choose-profile:hover {
  background: #51A9A5;
}
.dropdown-select__list__top .block-select {
  margin-left: 8px;
}
@media (max-width: 650px) {
  .dropdown-select__list__top .block-select {
    margin-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .dropdown-select__list__top .block-select:nth-child(2) {
    margin-bottom: 8px;
  }
}
.dropdown-select__list__top .block-select .value {
  font-weight: 400;
}

/*Fonts - family*/
/*Fonts - size*/
.table {
  display: table;
  border-spacing: 0 4px;
}
.table .row {
  display: table-row;
  background: #F3F5F5;
}
.table .row.head {
  background: #FFFFFF;
  color: #9EACAB;
}
.table .row.value {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.table .row.value:hover {
  background: #E7EAEA;
}
.table .row > .column:first-child {
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
}
.table .row > .column:last-child {
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
}
.table a.row {
  color: #10171F;
}
.table .column {
  display: table-cell;
  padding: 24px 24px 24px 0;
  margin-bottom: 4px;
  white-space: nowrap;
  text-align: left;
}
.table .column:nth-child(1) {
  padding-left: 24px;
}

/*Fonts - family*/
/*Fonts - size*/
body.safari footer .footer-top__menu__column .title:before {
  -webkit-transform: unset;
          transform: unset;
  background: url("../images/down.png");
}
body.safari footer .footer-top__menu__column .title.open:before {
  -webkit-transform: unset;
          transform: unset;
  background: url("../images/up.png");
}
body.safari .choose-value .icon {
  background: url("../images/select-down.svg");
  width: 16px;
  height: 16px;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
body.safari .choose-value .icon svg {
  -webkit-transform: unset;
          transform: unset;
  display: none;
}
body.safari .block-select.show .icon {
  background: url("../images/select-up.svg");
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
}
body.safari .block-select.show .icon svg {
  -webkit-transform: unset;
          transform: unset;
}
@media (max-width: 650px) {
  body.safari .catalog-popup .catalog {
    margin: 5% auto;
  }
}
@media (max-width: 650px) {
  body.safari .static-page .content.two-column .left-block .social-list {
    margin-top: 10px;
  }
}
body.safari .dropdown-select.show .dropdown-select__top .show {
  width: 16px;
  height: 16px;
  background: url("../images/drop-up.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: unset;
          transform: unset;
}
body.safari .dropdown-select.show .dropdown-select__top .show svg {
  display: none;
}
body.safari .dropdown-select .dropdown-select__top .show {
  width: 16px;
  height: 16px;
  background: url("../images/drop-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: unset;
          transform: unset;
}
body.safari .dropdown-select .dropdown-select__top .show svg {
  display: none;
}
body.safari .sale-order-page .sale-order__left-column .block-order-composition__values .input-bonuses .all-bonuses {
  top: 20px;
}
@media (max-width: 650px) {
  body.safari .list-profiles-content__top .block-select:nth-last-child(1) {
    margin-top: 0;
    margin-left: 5px;
  }
}
body.safari .bonuses-content__top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-wrapper .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 ;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.no-js .owl-carousel {
  display: block;
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*Fonts - family*/
/*Fonts - size*/
.main main {
  overflow-x: hidden;
}
.main .breadcrumbs {
  display: none;
}
.main .new,
.main .hits {
  margin-bottom: 64px;
}
@media (max-width: 650px) {
  .main .new,
  .main .hits {
    margin-bottom: 48px;
  }
}
.main .publications {
  margin-bottom: 80px;
}
@media (max-width: 650px) {
  .main .publications {
    margin-bottom: 48px;
  }
}
@media (max-width: 1080px) {
  .main .publications .tab .owl-nav {
    top: calc(50% - 20px);
  }
}
.main .publications .tab__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.main .publications .tab__nav__item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6E7383;
  margin-right: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.main .publications .tab__nav__item.active,
.main .publications .tab__nav__item:hover {
  color: #10171F;
  border-bottom: 1px solid #10171F;
}
.main .publications .tab__list__item {
  display: none;
}
.main .publications .tab__list__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .publications .tab__list__item .slider-publications .owl-nav {
  width: calc(100% + 56px);
  padding: 0;
  left: -28px;
}
@media (max-width: 1200px) {
  .main .publications .tab__list__item .slider-publications .owl-nav {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.main .publications .tab__list__item .slider-publications .owl-nav .btn-prev,
.main .publications .tab__list__item .slider-publications .owl-nav .btn-next {
  width: 56px;
  height: 56px;
}
@media (max-width: 1200px) {
  .main .publications .tab__list__item .slider-publications .owl-nav .btn-prev,
  .main .publications .tab__list__item .slider-publications .owl-nav .btn-next {
    width: 40px;
    height: 40px;
  }
}
.main .publications .tab__list__item .slider-publications__item {
  height: calc(100vw / 6.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 8px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
@media (max-width: 950px) {
  .main .publications .tab__list__item .slider-publications__item {
    height: calc(100vw / 4.5);
  }
}
@media (max-width: 768px) {
  .main .publications .tab__list__item .slider-publications__item {
    height: calc(100vw / 3.5);
  }
}
@media (max-width: 500px) {
  .main .publications .tab__list__item .slider-publications__item {
    height: calc(100vw / 2.5);
  }
}
@media (max-width: 375px) {
  .main .publications .tab__list__item .slider-publications__item {
    height: calc(100vw / 2);
  }
}
@media (max-width: 330px) {
  .main .publications .tab__list__item .slider-publications__item {
    height: calc(100vw / 1.5);
  }
}
.main .publications .tab__list__item .slider-publications__item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.21%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.21%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 8px;
}
.main .publications .tab__list__item .slider-publications__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.21%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.21%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main .publications .tab__list__item .slider-publications__item:hover:before {
  opacity: 1;
}
.main .publications .tab__list__item .slider-publications__item .period {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #FFFFFF;
  margin-bottom: 6px;
  z-index: 10;
}
.main .publications .tab__list__item .slider-publications__item .name {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  z-index: 10;
}
.main .publications .tab__list__item .slider-publications__item .sticker {
  position: absolute;
  padding: 2px 8px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  background: rgba(16, 23, 31, 0.3);
  border-radius: 4px;
  top: 24px;
  left: 24px;
  z-index: 10;
}
.about-store {
  background: #F3F5F5;
  padding: 80px 0;
}
@media (max-width: 900px) {
  .about-store {
    padding: 64px 0;
  }
}
@media (max-width: 650px) {
  .about-store {
    padding: 48px 0;
  }
}
.about-store__wrap {
  display: grid;
  grid-template-areas: "info img" "advantage img";
  grid-template-columns: 55% 45%;
  grid-template-rows: auto;
}
@media (max-width: 768px) {
  .about-store__wrap {
    grid-template-areas: "info img" "advantage advantage";
  }
}
@media (max-width: 650px) {
  .about-store__wrap {
    grid-template-areas: "info info" "advantage advantage";
  }
}
.about-store__info {
  grid-area: info;
  margin-bottom: 48px;
}
.about-store__info .header {
  margin-bottom: 16px;
}
.about-store__info a {
  color: #FC977D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about-store__info a:hover {
  color: #FA5126;
}
.about-store__advantages {
  grid-area: advantage;
}
.about-store__advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .about-store__advantages__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
}
.about-store__advantages__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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
}
.about-store__advantages__item:nth-last-child(1) {
  margin-right: 0;
}
@media (max-width: 650px) {
  .about-store__advantages__item {
    margin-right: 0;
  }
  .about-store__advantages__item:nth-child(2) {
    margin: 0 10px;
  }
}
.about-store__advantages__item .img {
  width: 120px;
  height: 120px;
  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;
  border: 1px solid #FDB9A8;
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  .about-store__advantages__item .img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 375px) {
  .about-store__advantages__item .img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 375px) {
  .about-store__advantages__item .img img {
    height: 40px;
  }
}
.about-store__advantages__item .name {
  margin-bottom: 8px;
  text-align: center;
}
.about-store__advantages__item .text {
  text-align: center;
}
.about-store__img {
  grid-area: img;
  background-image: url("../images/advantage/4.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  margin-right: calc((100% - 1224px) / 1.8);
}
@media (max-width: 1300px) {
  .about-store__img {
    margin-right: calc((100% - 936px) / 1.3);
  }
}
@media (max-width: 900px) {
  .about-store__img {
    margin-right: calc((100% - (100vw - 72px)) / 1.3);
  }
}
@media (max-width: 650px) {
  .about-store__img {
    display: none;
  }
}

/*Fonts - family*/
/*Fonts - size*/
.catalog-page {
  margin-bottom: 64px;
}
@media (max-width: 650px) {
  .catalog-page {
    margin-bottom: 32px;
  }
}
@media (max-width: 650px) {
  .catalog-page .choose-value {
    height: 100%;
  }
}
.catalog-page .cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-page .catalog-show-more {
  margin-bottom: 16px;
}
@media (max-width: 650px) {
  .catalog-page .catalog-show-more {
    margin-bottom: 8px;
  }
}
.catalog-page .catalog-show-more a {
  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: 16px 0;
  border: 1px solid #E7EAEA;
  border-radius: 6px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.catalog-page .catalog-show-more a svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.catalog-page .catalog-show-more a:hover {
  color: #FA5126;
}
.catalog-page .catalog-footer {
  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;
}
@media (max-width: 760px) {
  .catalog-page .catalog-footer {
    -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;
  }
}

/*Fonts - family*/
/*Fonts - size*/
.product-detail {
  margin-top: 16px;
  margin-bottom: 64px;
}
.product-detail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.product-detail__header .article-number {
  margin-right: 24px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (max-width: 650px) {
  .product-detail__header .article-number {
    margin-right: 16px;
  }
}
.product-detail__header .article-number .name {
  color: #6E7383;
}
.product-detail__header .rating {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #FFFFFF;
  padding: 2px 8px;
  background: #26938E;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product-detail__header .rating:hover {
  background: #51A9A5;
}
.product-detail__header .review,
.product-detail__header .params {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #26938E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  margin-right: 24px;
}
@media (max-width: 650px) {
  .product-detail__header .review,
  .product-detail__header .params {
    margin-right: 0;
  }
}
.product-detail__header .review:hover,
.product-detail__header .params:hover {
  color: #51A9A5;
}
@media (max-width: 650px) {
  .product-detail__header .params {
    display: none;
  }
}
.product-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 44px;
}
@media (max-width: 900px) {
  .product-detail__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product-detail__info__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
@media (max-width: 1300px) {
  .product-detail__info__picture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .product-detail__info__picture {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  .product-detail__info__picture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 16px;
  }
}
.product-detail__info__picture .picture-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 16px;
  max-height: 100%;
  overflow: auto;
}
@media (max-width: 1300px) {
  .product-detail__info__picture .picture-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
    max-height: unset;
    margin-right: 0;
  }
}
@media (max-width: 900px) {
  .product-detail__info__picture .picture-list {
    max-width: unset;
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 650px) {
  .product-detail__info__picture .picture-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
    max-height: unset;
    margin-right: 0;
  }
}
.product-detail__info__picture .picture-list .picture-item {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  border-radius: 4px;
  border: 1.5px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 60% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  margin-right: 12px;
}
@media (max-width: 1300px) {
  .product-detail__info__picture .picture-list .picture-item {
    margin-bottom: 0;
    margin-top: 12px;
  }
}
@media (max-width: 650px) {
  .product-detail__info__picture .picture-list .picture-item {
    margin-bottom: 0;
  }
}
.product-detail__info__picture .picture-list .picture-item.active,
.product-detail__info__picture .picture-list .picture-item:hover {
  border: 1.5px solid #26938E;
}
@media (max-width: 900px) {
  .product-detail__info__picture .main-img-list {
    width: calc(100% - 72px);
  }
}
@media (max-width: 650px) {
  .product-detail__info__picture .main-img-list {
    width: 100%;
  }
}
.product-detail__info__picture .picture-main {
  width: 424px;
  height: 350px;
  background: #F3F5F5;
  border-radius: 4px;
  background-size: 60% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: none;
}
@media (max-width: 1300px) {
  .product-detail__info__picture .picture-main {
    width: 376px;
    height: 350px;
  }
}
@media (max-width: 900px) {
  .product-detail__info__picture .picture-main {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .product-detail__info__picture .picture-main {
    height: 200px;
    margin-bottom: 16px;
  }
}
.product-detail__info__picture .picture-main.active {
  display: block;
}
.product-detail__info__picture .picture-main img {
  display: none;
}
.product-detail__info__params {
  width: 288px;
  margin: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1300px) {
  .product-detail__info__params {
    width: 216px;
    padding-bottom: 10px;
  }
}
@media (max-width: 900px) {
  .product-detail__info__params {
    width: 50%;
    margin: 0;
    padding-right: 16px;
  }
}
@media (max-width: 650px) {
  .product-detail__info__params {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.product-detail__info__params .name {
  font-weight: 600;
  margin-bottom: 12px;
}
.product-detail__info__params .mark-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 1300px) {
  .product-detail__info__params .mark-list {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (max-width: 650px) {
  .product-detail__info__params .mark-list {
    margin-bottom: 16px;
  }
}
.product-detail__info__params .mark-list .mark-item {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 2px 8px;
  border-radius: 6px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: -10px;
  left: -10px;
}
.product-detail__info__params .mark-list .mark-item:nth-child(1) {
  margin-right: 8px;
}
@media (max-width: 768px) {
  .product-detail__info__params .mark-list .mark-item {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.product-detail__info__params .mark-list .mark-item.new {
  color: #26938E;
  background: #E9F4F4;
  margin-bottom: 0;
}
.product-detail__info__params .mark-list .mark-item.hit {
  color: #EB474A;
  background: #FFEEED;
}
.product-detail__info__params .variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-detail__info__params .variants .variants-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-bottom: 16px;
  position: relative;
}
.product-detail__info__params .variants .variants-item:after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#ffffff));
  background: linear-gradient(90deg, transparent, #ffffff);
}
.product-detail__info__params .variants .variants-item.size .item-value {
  min-width: calc((100% - 16px) / 3);
}
.product-detail__info__params .variants .variants-item.volume .item-value {
  min-width: calc((100% - 24px) / 4);
}
.product-detail__info__params .variants .variants-item.pieces .item-value {
  min-width: calc((100% - 32px) / 5);
}
.product-detail__info__params .variants .variants-item .name {
  font-weight: 600;
  margin-bottom: 12px;
}
.product-detail__info__params .variants .variants-item .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: auto;
  padding-right: 10px;
}
.product-detail__info__params .variants .variants-item .item-list .item-value {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40px;
  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;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border: 1px solid #E7EAEA;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 8px;
  padding: 0 10px;
}
.product-detail__info__params .variants .variants-item .item-list .item-value:nth-last-child(1) {
  margin-right: 0;
}
.product-detail__info__params .variants .variants-item .item-list .item-value.active {
  border: 1px solid #26938E;
}
.product-detail__info__params .properties-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-detail__info__params .properties-list .properties-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 16px;
}
.product-detail__info__params .properties-list .properties-item .name {
  color: #6E7383;
  margin-bottom: 0;
}
.product-detail__info__params .properties-list .properties-item .clear {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border-bottom: 1px dashed #DBE0E0;
  margin: 0 4px 4px;
}
.product-detail__info__params .show-more-props {
  display: block;
  color: #26938E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 0.875rem;
  line-height: 1.25rem;
  cursor: pointer;
}
.product-detail__info__params .show-more-props:hover {
  color: #51A9A5;
}
.product-detail__info__price-delivery {
  width: 392px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 1300px) {
  .product-detail__info__price-delivery {
    width: 296px;
    padding-bottom: 10px;
  }
}
@media (max-width: 900px) {
  .product-detail__info__price-delivery {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .product-detail__info__price-delivery {
    width: 100%;
  }
}
.product-detail__info__price-delivery .info-pay {
  border: 1px solid #E7EAEA;
  border-radius: 8px;
  padding: 24px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-detail__info__price-delivery .info-pay .price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 24px;
}
.product-detail__info__price-delivery .info-pay .price-block .price {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.25rem;
  margin-right: 8px;
}
.product-detail__info__price-delivery .info-pay .price-block .old-price {
  font-size: 0.875rem;
  line-height: 1.25rem;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  margin-right: 8px;
}
.product-detail__info__price-delivery .info-pay .price-block .discount {
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #FFFFFF;
  padding: 2px 8px;
  background: #FA5126;
  border-radius: 4px;
}
.product-detail__info__price-delivery .info-pay .delivery-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-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 650px) {
  .product-detail__info__price-delivery .info-pay .delivery-block {
    margin-bottom: 32px;
  }
}
.product-detail__info__price-delivery .info-pay .delivery-block__item {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-detail__info__price-delivery .info-pay .delivery-block__item svg {
  width: 24px;
  height: 24px;
  color: #B6C1C0;
  margin-right: 10px;
}
.product-detail__info__price-delivery .info-pay .delivery-block__item span {
  color: #B6C1C0;
}
.product-detail__info__price-delivery .info-pay .in-basket {
  display: none;
  margin-bottom: 24px;
}
.product-detail__info__price-delivery .info-pay .in-basket.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .product-detail__info__price-delivery .info-pay .in-basket {
    margin-bottom: 16px;
  }
}
.product-detail__info__price-delivery .info-pay .in-basket svg {
  height: 24px;
  width: 24px;
  color: #26938E;
  margin-right: 8px;
}
.product-detail__info__price-delivery .info-pay .in-basket span {
  color: #26938E;
}
.product-detail__info__price-delivery .info-pay .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-detail__info__price-delivery .info-pay .buttons .count-product {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: none;
}
.product-detail__info__price-delivery .info-pay .buttons .count-product.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-detail__info__price-delivery .info-pay .buttons .count-product .minus,
.product-detail__info__price-delivery .info-pay .buttons .count-product .plus {
  width: 56px;
  height: 56px;
}
@media (max-width: 650px) {
  .product-detail__info__price-delivery .info-pay .buttons .count-product .minus,
  .product-detail__info__price-delivery .info-pay .buttons .count-product .plus {
    width: 40px;
    height: 40px;
  }
}
.product-detail__info__price-delivery .info-pay .buttons .btn-to-basket {
  font-weight: 600;
  text-align: center;
  padding: 16px 0;
  border-radius: 6px;
  background: #26938E;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-right: 8px;
  color: #FFFFFF;
}
.product-detail__info__price-delivery .info-pay .buttons .btn-to-basket.hide {
  display: none;
}
@media (max-width: 650px) {
  .product-detail__info__price-delivery .info-pay .buttons .btn-to-basket {
    padding: 8px 0;
  }
}
.product-detail__info__price-delivery .info-pay .buttons .btn-to-basket:hover {
  background: #51A9A5;
}
.product-detail__info__price-delivery .info-pay .buttons .btn-like {
  border: 1px solid #E7EAEA;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  border-radius: 6px;
  background-image: url("../images/like.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 56px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 650px) {
  .product-detail__info__price-delivery .info-pay .buttons .btn-like {
    width: 40px;
    height: 40px;
  }
}
.product-detail__info__price-delivery .info-pay .buttons .btn-like:hover,
.product-detail__info__price-delivery .info-pay .buttons .btn-like.active {
  background-image: url("../images/like-hover.svg");
}
.product-detail__info .btn-one-click {
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #E7EAEA;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product-detail__info .btn-one-click:hover {
  color: #FA5126;
}
.product-detail__descr .tab__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
@media (max-width: 650px) {
  .product-detail__descr .tab__nav {
    width: 100%;
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.product-detail__descr .tab__nav__item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6E7383;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  margin-right: 20px;
  cursor: pointer;
}
@media (max-width: 650px) {
  .product-detail__descr .tab__nav__item {
    margin-bottom: 12px;
    white-space: nowrap;
  }
}
.product-detail__descr .tab__nav__item .number {
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 1rem;
  color: #4C4F5A;
  padding: 4px;
  background: #F3F5F5;
  border-radius: 50%;
}
.product-detail__descr .tab__nav__item.active,
.product-detail__descr .tab__nav__item:hover {
  border-bottom: 1px solid #10171F;
}
.product-detail__descr .tab__list__item {
  display: none;
}
.product-detail__descr .tab__list__item.active {
  display: block;
}
.product-detail__descr .tab__list__item.active.tab-props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .product-detail__descr .tab__list__item.active.tab-props {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-detail__descr .tab__list__item.active.tab-props .props-list {
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
}
@media (max-width: 650px) {
  .product-detail__descr .tab__list__item.active.tab-props .props-list {
    width: 100%;
  }
}
.product-detail__descr .tab__list__item.active.tab-props .props-list:nth-last-child(1) {
  margin-right: 0;
}
.product-detail__descr .tab__list__item.active.tab-props .props-list .props-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 16px;
}
.product-detail__descr .tab__list__item.active.tab-props .props-list .props-item .name {
  color: #6E7383;
  margin-bottom: 0;
}
.product-detail__descr .tab__list__item.active.tab-props .props-list .props-item .clear {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border-bottom: 1px dashed #DBE0E0;
  margin: 0 4px 4px;
}
.product-detail__descr .tab__list__item.active.tab-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-detail__descr .tab__list__item.active.tab-docs .tab-docs__item {
  padding: 10px 20px;
  border: 1px solid #E7EAEA;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-detail__descr .tab__list__item.active.tab-docs .tab-docs__item svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.product-detail__descr .tab__list__item.active.tab-docs .tab-docs__item .name {
  font-weight: 600;
  margin-right: 4px;
}
.product-detail__descr .tab__list__item.active.tab-docs .tab-docs__item .size {
  font-weight: 300;
  white-space: nowrap;
}
.additional-products {
  background: #F3F5F5;
  padding: 64px 0;
}
.additional-products .slider-wrap {
  margin-bottom: 64px;
}
.additional-products .slider-wrap:nth-last-child(1) {
  margin-bottom: 0;
}
.additional-products .slider-wrap .slider-item .img {
  background: #FFFFFF !important;
}
.additional-products .slider-wrap .slider-item .metka .metka-item {
  border: 4px solid #F3F5F5 !important;
}
.additional-products .slider-wrap .slider-item .info__count .minus,
.additional-products .slider-wrap .slider-item .info__count .plus {
  background: #FFFFFF;
}

/*Fonts - family*/
/*Fonts - size*/
.static-page p {
  margin-bottom: 32px;
}
.static-page .block-img {
  background-size: cover !important;
  background-position: center !important;
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 32px;
  height: 300px;
}
@media (max-width: 650px) {
  .static-page .block-img {
    height: 160px;
  }
}
.static-page .content {
  margin-bottom: 64px;
  width: 100%;
}
.static-page .content .h3 {
  margin-bottom: 8px;
  font-weight: 600;
}
.static-page .content.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 900px) {
  .static-page .content.two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.static-page .content.two-column .right-block {
  width: calc(100% - 416px);
}
@media (max-width: 1300px) {
  .static-page .content.two-column .right-block {
    width: calc(100% - 274px);
  }
}
@media (max-width: 900px) {
  .static-page .content.two-column .right-block {
    width: 100%;
  }
}
.static-page .content.two-column .left-block {
  width: 392px;
  margin-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1300px) {
  .static-page .content.two-column .left-block {
    width: 250px;
  }
}
@media (max-width: 900px) {
  .static-page .content.two-column .left-block {
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
}
.static-page .content.two-column .left-block p {
  margin-bottom: 25px;
}
.static-page .content.two-column .left-block .h3 {
  margin-bottom: 12px;
}
.static-page .content.two-column .left-block .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .static-page .content.two-column .left-block .social-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.static-page .content.two-column .left-block .social-list .social-item {
  width: 40px;
  height: 40px;
  background: #E9F4F4;
  border-radius: 4px;
  margin-right: 5px;
  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;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.static-page .content.two-column .left-block .social-list .social-item:hover {
  border: 1px solid #51A9A5;
}
.static-page .content.two-column .left-block .social-list .social-item.vk-icon svg {
  width: 20px;
  height: 10px;
  color: #26938E;
}
.static-page .content.two-column .left-block .social-list .social-item.twitter-icon svg {
  width: 17px;
  height: 13px;
  color: #26938E;
}
.static-page .content.two-column .left-block .social-list .social-item.fb-icon svg {
  width: 10px;
  height: 16px;
  color: #26938E;
}

/*Fonts - family*/
/*Fonts - size*/
.page-search {
  margin-top: 28px;
  margin-bottom: 64px;
}
@media (max-width: 650px) {
  .page-search {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
.page-search .tab__list__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-search .tab__nav {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .page-search .tab__nav {
    margin-bottom: 16px;
  }
}
.page-search .tab__list__item {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-search .tab__list__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-search .tab__list__item .cards-item {
  width: calc((100% - 72px) / 4);
  margin-right: 24px;
}
.page-search .tab__list__item .cards-item:nth-child(4n + 1) {
  margin-right: 0;
}
@media (max-width: 1080px) {
  .page-search .tab__list__item .cards-item {
    width: calc((100% - 48px) / 3);
  }
  .page-search .tab__list__item .cards-item:nth-child(4n + 1) {
    margin-right: 24px;
  }
  .page-search .tab__list__item .cards-item:nth-child(3n +1) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .page-search .tab__list__item .cards-item {
    width: calc((100% - 24px) / 2);
  }
  .page-search .tab__list__item .cards-item:nth-child(3n + 1) {
    margin-right: 24px;
  }
  .page-search .tab__list__item .cards-item:nth-child(2n + 1) {
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .page-search .tab__list__item .cards-item {
    width: 100%;
    margin-right: 0;
  }
  .page-search .tab__list__item .cards-item:nth-child(3n + 1) {
    margin-right: 0;
  }
}
.page-search .tab__list__item.type-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-search .tab__list__item.type-row .cards-item {
  width: 100%;
  margin-right: 24px;
}
.page-search .tab__list__item.type-row .cards-item .img {
  height: auto;
}
.page-search .tab__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  width: 100%;
}
.page-search .show-more {
  margin-bottom: 16px;
}
@media (max-width: 650px) {
  .page-search .show-more {
    margin-bottom: 8px;
  }
}
.page-search .show-more a {
  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: 16px 0;
  border: 1px solid #E7EAEA;
  border-radius: 6px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-search .show-more a svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.page-search .show-more a:hover {
  color: #FA5126;
}
.page-search .pagination__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .page-search .pagination__block {
    -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;
  }
}

/*Fonts - family*/
/*Fonts - size*/
.contacts-page {
  margin-bottom: 64px;
}
@media (max-width: 650px) {
  .contacts-page {
    margin-bottom: 32px;
  }
}
.contacts-page .content.two-column {
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  .contacts-page .content.two-column {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 900px) {
  .contacts-page .content.two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contacts-page .content.two-column .left-column {
  width: 392px;
  padding: 24px;
  border: 1px solid #E7EAEA;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1300px) {
  .contacts-page .content.two-column .left-column {
    width: 296px;
  }
}
@media (max-width: 900px) {
  .contacts-page .content.two-column .left-column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 650px) {
  .contacts-page .content.two-column .left-column {
    margin-bottom: 16px;
  }
}
.contacts-page .content.two-column .left-column .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #E7EAEA;
  padding-left: 32px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 24px;
}
.contacts-page .content.two-column .left-column .info-block:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
.contacts-page .content.two-column .left-column .info-block.address:before {
  background: url(../images/contacts-icon/address.svg);
}
.contacts-page .content.two-column .left-column .info-block.work-time:before {
  background: url(../images/contacts-icon/work-time.svg);
}
.contacts-page .content.two-column .left-column .info-block.place:before {
  background: url(../images/contacts-icon/place.svg);
}
.contacts-page .content.two-column .left-column .info-block.phone:before {
  background: url(../images/contacts-icon/phone.svg);
}
.contacts-page .content.two-column .left-column .info-block.mail:before {
  background: url(../images/contacts-icon/mail.svg);
}
.contacts-page .content.two-column .left-column .info-block .h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
.contacts-page .content.two-column .left-column .info-block .text span {
  margin-top: 8px;
  color: #6E7383;
  display: block;
}
.contacts-page .content.two-column .left-column .info-block .text a {
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contacts-page .content.two-column .left-column .info-block .text a:hover {
  color: #26938E;
}
.contacts-page .content.two-column .left-column .social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-page .content.two-column .left-column .social-block .social-item {
  margin-right: 8px;
}
.contacts-page .content.two-column .left-column .social-block .social-item img {
  width: 32px;
  height: 32px;
}
.contacts-page .content.two-column .left-column .social-block .social-item a {
  position: relative;
  display: block;
}
.contacts-page .content.two-column .left-column .social-block .social-item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contacts-page .content.two-column .left-column .social-block .social-item a:hover:after {
  background: #ffffff47;
}
.contacts-page .right-column {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: auto;
}
@media (max-width: 900px) {
  .contacts-page .right-column {
    width: 100%;
    height: 400px;
  }
}
.contacts-page .right-column #map {
  width: 100%;
  height: 100%;
}
.contacts-page .right-column #map .ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.contacts-page .contacts__form {
  background: #F3F5F5;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contacts-page .contacts__form .h2 {
  font-weight: 600;
  margin-bottom: 24px;
  padding-left: 48px;
  width: 100%;
}
@media (max-width: 650px) {
  .contacts-page .contacts__form .h2 {
    padding-left: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 650px) {
  .contacts-page .contacts__form {
    padding-top: 24px;
  }
}
.contacts-page .contacts__form .form-block {
  padding: 0 48px 48px;
  width: 616px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1300px) {
  .contacts-page .contacts__form .form-block {
    width: 584px;
  }
}
@media (max-width: 900px) {
  .contacts-page .contacts__form .form-block {
    width: 444px;
  }
}
@media (max-width: 650px) {
  .contacts-page .contacts__form .form-block {
    width: 100%;
    padding: 0 24px 24px;
  }
}
.contacts-page .contacts__form .image {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background: url("../images/contact-form-img.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100%;
  margin-top: -90px;
}
@media (max-width: 1300px) {
  .contacts-page .contacts__form .image {
    background-size: 160%;
    background-position: 60% 0%;
    margin-top: -65px;
  }
}
@media (max-width: 900px) {
  .contacts-page .contacts__form .image {
    background-size: 185%;
    background-position: 50%;
    margin-top: -110px;
  }
}
@media (max-width: 650px) {
  .contacts-page .contacts__form .image {
    display: none;
  }
}

/*Fonts - family*/
/*Fonts - size*/
.page-about main {
  overflow-x: hidden;
}
.page-about .about-store {
  background: none;
  padding-top: 0;
  margin-top: 16px;
}
.page-about .about-store__img {
  background-size: 88%;
  background-position: top right;
  margin-top: -95px;
}
@media (max-width: 1300px) {
  .page-about .about-store__img {
    background-position: 15%;
  }
}
.page-about .big-slider {
  margin-bottom: 80px;
}
@media (max-width: 650px) {
  .page-about .big-slider {
    margin-bottom: 40px;
  }
}
.page-about .big-slider .h2 {
  margin-bottom: 36px;
}
.page-about .big-slider .owl-stage-outer.owl-height {
  height: auto !important;
}
.page-about .big-slider .owl-item {
  width: 1224px !important;
  height: 400px;
  margin-top: 100px;
}
@media (max-width: 1300px) {
  .page-about .big-slider .owl-item {
    width: 900px !important;
    margin-top: 29px;
  }
}
@media (max-width: 900px) {
  .page-about .big-slider .owl-item {
    height: 260px;
    width: calc(100vw - 72px) !important;
    margin-top: 40px;
  }
}
@media (max-width: 650px) {
  .page-about .big-slider .owl-item {
    height: 122px;
    width: calc(100vw - 32px) !important;
    margin-top: 18px;
  }
}
.page-about .big-slider .owl-item.center {
  height: 600px;
  margin-top: 0;
}
@media (max-width: 1300px) {
  .page-about .big-slider .owl-item.center {
    height: 458px;
  }
}
@media (max-width: 900px) {
  .page-about .big-slider .owl-item.center {
    height: 340px;
  }
}
@media (max-width: 650px) {
  .page-about .big-slider .owl-item.center {
    height: 158px;
  }
}
.page-about .big-slider .big-slider__item {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: block;
}
.page-about .big-slider .big-slider__item img {
  display: none;
}
.page-about .big-slider .owl-nav {
  padding: 0;
  position: unset;
}
@media (max-width: 650px) {
  .page-about .big-slider .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-about .big-slider .owl-nav button {
  width: 10vw;
  height: 600px;
  position: absolute;
  top: 0;
}
.page-about .big-slider .owl-nav button.owl-prev {
  left: 0;
}
.page-about .big-slider .owl-nav button.owl-next {
  right: 0;
}
@media (max-width: 1300px) {
  .page-about .big-slider .owl-nav button {
    height: 458px;
  }
}
@media (max-width: 900px) {
  .page-about .big-slider .owl-nav button {
    height: 340px;
  }
}
@media (max-width: 650px) {
  .page-about .big-slider .owl-nav button {
    height: 158px;
  }
}
.page-about .big-slider .owl-nav button span {
  display: none;
}
.page-about .certifications {
  margin-bottom: 64px;
}
@media (max-width: 650px) {
  .page-about .certifications {
    margin-bottom: 32px;
  }
}
.page-about .certifications .slider-header {
  margin-bottom: 28px;
}
.page-about .certifications .slider-certifications .owl-nav {
  padding: 0;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  top: calc(50% - 20px);
}
.page-about .certifications .slider-certifications__item {
  height: 250px;
  background: #F3F5F5;
  border-radius: 8px;
  padding: 10px;
  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 (max-width: 1300px) {
  .page-about .certifications .slider-certifications__item {
    height: 290px;
  }
}
@media (max-width: 650px) {
  .page-about .certifications .slider-certifications__item {
    height: 190px;
    width: 40vw;
  }
}

/*Fonts - family*/
/*Fonts - size*/
.publications-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.publications-list .publication-item {
  width: calc((100% - 48px) / 3);
  height: 229px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 8px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 24px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1300px) {
  .publications-list .publication-item {
    height: 173px;
  }
}
@media (max-width: 900px) {
  .publications-list .publication-item {
    height: 196px;
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 650px) {
  .publications-list .publication-item {
    width: 100%;
    margin-right: 0;
  }
}
.publications-list .publication-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.21%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.21%, rgba(0, 0, 0, 0.6) 100%);
}
.publications-list .publication-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.21%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.21%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.publications-list .publication-item:hover:before {
  opacity: 1;
}
@media (min-width: 900px) {
  .publications-list .publication-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 900px) {
  .publications-list .publication-item:nth-child(2n) {
    margin-right: 0;
  }
}
.publications-list .publication-item .stick {
  padding: 2px 8px;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  background: rgba(16, 23, 31, 0.3);
  border-radius: 4px;
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}
.publications-list .publication-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  color: #FFFFFF;
  z-index: 10;
}
.publications-list .publication-item .info__date {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin-bottom: 6px;
}
.publications-list .publication-item .info__name {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.page-publications {
  margin-top: 28px;
  margin-bottom: 64px;
}
.page-publications .tab__list__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-publications .pagination__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .page-publications .pagination__block {
    -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;
  }
}
.page-publications .show-more {
  margin-bottom: 16px;
}
@media (max-width: 650px) {
  .page-publications .show-more {
    margin-bottom: 8px;
  }
}
.page-publications .show-more a {
  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: 16px 0;
  border: 1px solid #E7EAEA;
  border-radius: 6px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-publications .show-more a svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.page-publications .show-more a:hover {
  color: #FA5126;
}

/*Fonts - family*/
/*Fonts - size*/
.static-page .publication-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 650px) {
  .static-page .publication-info {
    margin-bottom: 15px;
  }
}
.static-page .publication-info .stick {
  background: #FA5126;
  border-radius: 4px;
  padding: 2px 8px;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin-right: 12px;
  color: #FFFFFF;
}
.static-page .publication-info span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.static-page .social-list {
  margin-bottom: 24px;
}
.static-page .publication-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 650px) {
  .static-page .publication-list {
    display: none;
  }
}
.static-page .publication-item {
  width: 100%;
  height: 229px;
  background-size: cover !important;
  border-radius: 8px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .static-page .publication-item {
    height: 180px;
  }
}
@media (max-width: 650px) {
  .static-page .publication-item {
    width: 100%;
    margin-right: 0;
  }
}
.static-page .publication-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.21%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.21%, rgba(0, 0, 0, 0.6) 100%);
}
.static-page .publication-item .stick {
  padding: 2px 8px;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  background: rgba(16, 23, 31, 0.3);
  border-radius: 4px;
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}
.static-page .publication-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  color: #FFFFFF;
  z-index: 10;
}
.static-page .publication-item .info__date {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin-bottom: 6px;
}
.static-page .publication-item .info__name {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.static-page .action-product {
  margin-bottom: 62px;
}
@media (max-width: 650px) {
  .static-page .action-product {
    margin-bottom: 24px;
  }
}
.static-page .action-product .owl-nav {
  top: calc(30% - 20px);
  width: calc(100% + 26px);
  margin-right: -13px;
  margin-left: -13px;
  padding: 0;
}
.static-page .action-product .cards-item {
  width: auto;
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 650px) {
  .static-page .action-product .cards-item {
    width: 80vw;
  }
}
.static-page .action-product .cards-item .img {
  height: 240px;
}
.static-page .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.static-page .button span {
  margin-bottom: 16px;
}
.static-page .button button {
  cursor: pointer;
  background: #FA5126;
  border-radius: 6px;
  padding: 16px 28px;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
.static-page .button button:hover {
  background: #EB474A;
}
@media (max-width: 650px) {
  .static-page .share-title {
    display: none;
  }
}
@media (max-width: 650px) {
  .static-page .read-title {
    display: none;
  }
}
@media (max-width: 650px) {
  .static-page .social-list {
    display: none !important;
  }
}

/*Fonts - family*/
/*Fonts - size*/
.basket-page {
  margin-top: 24px;
  margin-bottom: 64px;
}
@media (max-width: 650px) {
  .basket-page {
    margin-top: 8px;
    margin-bottom: 32px;
  }
}
.basket-page .basket-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  .basket-page .basket-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.basket-page .basket-wrap .basket-total {
  width: 340px;
  margin-left: 24px;
  padding: 24px;
  background: #F3F5F5;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 900px) {
  .basket-page .basket-wrap .basket-total {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 650px) {
  .basket-page .basket-wrap .basket-total {
    padding: 16px;
  }
}
.basket-page .basket-wrap .basket-total__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DBE0E0;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.basket-page .basket-wrap .basket-total__top .name {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.basket-page .basket-wrap .basket-total__top .descr {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6E7383;
}
.basket-page .basket-wrap .basket-total .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.basket-page .basket-wrap .basket-total .total-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.basket-page .basket-wrap .basket-total .total-price__item.result .price {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.basket-page .basket-wrap .basket-total .total-price__item.bonus {
  color: #869797;
}
.basket-page .basket-wrap .basket-total .total-price__item.bonus .price {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.basket-page .basket-wrap .basket-total .btn-basket {
  width: 100%;
  padding: 16px 0;
  text-align: center;
  background: #26938E;
  border-radius: 6px;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.basket-page .basket-wrap .basket-total .btn-basket:hover {
  background: #51A9A5;
}
.basket-page .basket-wrap .basket-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 364px);
}
@media (max-width: 900px) {
  .basket-page .basket-wrap .basket-list {
    width: 100%;
  }
}
.basket-page .basket-wrap .basket__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E7EAEA;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 650px) {
  .basket-page .basket-wrap .basket__item {
    margin-bottom: 8px;
    padding: 16px;
  }
}
.basket-page .basket-wrap .basket__item .image {
  width: 140px;
  height: 140px;
  background: #E7EAEA;
  border-radius: 4px;
  margin-right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 650px) {
  .basket-page .basket-wrap .basket__item .image {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 16px;
    left: 16px;
    margin-right: 0;
  }
}
.basket-page .basket-wrap .basket__item .image a {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 65%;
  display: inline-block;
  background-repeat: no-repeat;
}
.basket-page .basket-wrap .basket__item .info {
  width: calc(100% - 164px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (max-width: 650px) {
  .basket-page .basket-wrap .basket__item .info {
    width: 100%;
  }
}
.basket-page .basket-wrap .basket__item .info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .basket-page .basket-wrap .basket__item .info__top {
    padding-left: 92px;
  }
}
.basket-page .basket-wrap .basket__item .info__top .name {
  margin-bottom: 8px;
  margin-right: 8px;
}
@media (max-width: 650px) {
  .basket-page .basket-wrap .basket__item .info__top .name {
    min-height: 48px;
  }
}
.basket-page .basket-wrap .basket__item .info__top .name a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #10171F;
}
.basket-page .basket-wrap .basket__item .info__top .name a:hover {
  color: #26938E;
}
.basket-page .basket-wrap .basket__item .info .price {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 650px) {
  .basket-page .basket-wrap .basket__item .info .price.hidden-mobile {
    display: none !important;
  }
}
.basket-page .basket-wrap .basket__item .info .price.hidden-pc {
  display: none !important;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .basket-page .basket-wrap .basket__item .info .price.hidden-pc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.basket-page .basket-wrap .basket__item .info .price .value {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-right: 8px;
  white-space: nowrap;
}
.basket-page .basket-wrap .basket__item .info .price .old-value {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-right: 8px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #6E7383;
  white-space: nowrap;
}
.basket-page .basket-wrap .basket__item .info .price .discount {
  padding: 2px 8px;
  background: #FA5126;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
}
.basket-page .basket-wrap .basket__item .info__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 8px;
}
@media (max-width: 650px) {
  .basket-page .basket-wrap .basket__item .info__article {
    padding-left: 92px;
    margin-bottom: 18px;
  }
}
.basket-page .basket-wrap .basket__item .info__article .name {
  color: #6E7383;
}
.basket-page .basket-wrap .basket__item .info .not-in-stock {
  color: #869797;
  margin-bottom: 8px;
  padding-left: 32px;
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 650px) {
  .basket-page .basket-wrap .basket__item .info .not-in-stock {
    margin-bottom: 16px;
  }
}
.basket-page .basket-wrap .basket__item .info .not-in-stock:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/no-in-stock.svg");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.basket-page .basket-wrap .basket__item .info__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 650px) {
  .basket-page .basket-wrap .basket__item .info__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.basket-page .basket-wrap .basket__item .info__bottom .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 650px) {
  .basket-page .basket-wrap .basket__item .info__bottom .count {
    margin-bottom: 16px;
  }
}
.basket-page .basket-wrap .basket__item .info__bottom .count .count-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.basket-page .basket-wrap .basket__item .info__bottom .count .count-item .minus,
.basket-page .basket-wrap .basket__item .info__bottom .count .count-item .plus {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: 1px solid #E7EAEA;
  border-radius: 6px;
  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;
}
.basket-page .basket-wrap .basket__item .info__bottom .count .count-item .minus:hover svg,
.basket-page .basket-wrap .basket__item .info__bottom .count .count-item .plus:hover svg {
  color: #26938E;
}
.basket-page .basket-wrap .basket__item .info__bottom .count .count-item .minus svg,
.basket-page .basket-wrap .basket__item .info__bottom .count .count-item .plus svg {
  width: 24px;
  height: 24px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.basket-page .basket-wrap .basket__item .info__bottom .count .count-item .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 12px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.basket-page .basket-wrap .basket__item .info__bottom .count .count-item .count .value {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-right: 5px;
}
.basket-page .basket-wrap .basket__item .info__bottom .count .price-one {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6E7383;
  margin-left: 16px;
}
.basket-page .basket-wrap .basket__item .info__bottom .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basket-page .basket-wrap .basket__item .info__bottom .icons .remove-item,
.basket-page .basket-wrap .basket__item .info__bottom .icons .like-item {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E7EAEA;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.basket-page .basket-wrap .basket__item .info__bottom .icons .remove-item {
  margin-left: 8px;
}
.basket-page .basket-wrap .basket__item .info__bottom .icons .remove-item svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.basket-page .basket-wrap .basket__item .info__bottom .icons .remove-item:hover svg {
  color: #FA5126;
}
.basket-page .basket-wrap .basket__item .info__bottom .icons .remove-item svg {
  width: 20px;
  height: 20px;
  color: #10171F;
}
.basket-page .basket-wrap .basket__item .info__bottom .icons .like-item {
  background-image: url("../images/like.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.basket-page .basket-wrap .basket__item .info__bottom .icons .like-item:hover {
  background-image: url("../images/like-hover.svg");
}
.basket-page .basket-wrap .basket__item .info__bottom .icons .like-item.active {
  background-image: url("../images/like-hover.svg");
}
.block-products {
  background: #F3F5F5;
}
.block-products .slider-wrap {
  padding: 64px 0;
}
@media (max-width: 650px) {
  .block-products .slider-wrap {
    padding: 32px 0;
  }
}
.block-products .slider-wrap .block-basket-products .slider-item .img {
  background: #FFFFFF;
  border-radius: 8px;
}
.block-products .slider-wrap .block-basket-products .slider-item .info__count .minus,
.block-products .slider-wrap .block-basket-products .slider-item .info__count .plus {
  background: #FFFFFF;
}

/*Fonts - family*/
/*Fonts - size*/
.order-success-page {
  margin: 64px 0;
}
@media (max-width: 650px) {
  .order-success-page {
    margin: 32px 0;
  }
}
.order-success-page .success-order {
  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;
}
.order-success-page .success-order__img {
  width: 200px;
  height: 170px;
  background: url("../images/success-order.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 32px;
}
.order-success-page .success-order__name {
  margin-bottom: 8px;
}
.order-success-page .success-order__description {
  margin-bottom: 32px;
}
.order-success-page .success-order__button {
  background: #26938E;
  font-weight: 600;
  padding: 16px 28px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #FFFFFF;
}
.order-success-page .success-order__button:hover {
  background: #51A9A5;
}
.page-success-order .breadcrumbs {
  display: none;
}

/*Fonts - family*/
/*Fonts - size*/
.page-sale-order .breadcrumbs {
  display: none;
}
.page-sale-order .back-to-basket {
  display: block;
  margin-top: 48px;
  margin-bottom: 8px;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #26938E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 650px) {
  .page-sale-order .back-to-basket {
    margin-top: 24px;
  }
}
.page-sale-order .back-to-basket:hover {
  color: #51A9A5;
}
.page-sale-order .header-bottom__catalog,
.page-sale-order .icon.like-button,
.page-sale-order .header-bottom__search,
.page-sale-order .icon.basket-button,
.page-sale-order .header-wrap {
  display: none;
}
.page-sale-order .secure-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid #E7EAEA;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6E7383;
}
@media (max-width: 650px) {
  .page-sale-order .secure-checkout {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: none;
  }
}
.page-sale-order .secure-checkout svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
@media (max-width: 650px) {
  .page-sale-order header .header-bottom__buttons .icon.burger-button {
    display: none !important;
  }
  .page-sale-order .icon.personal-button {
    position: absolute;
    top: 16px;
    right: 0;
  }
}
.sale-order-page {
  margin-top: 24px;
  margin-bottom: 64px;
}
@media (max-width: 650px) {
  .sale-order-page {
    margin-bottom: 32px;
  }
}
.sale-order-page .sale-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  .sale-order-page .sale-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sale-order-page .sale-order__left-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 364px);
}
@media (max-width: 900px) {
  .sale-order-page .sale-order__left-column {
    width: 100%;
  }
}
.sale-order-page .sale-order__left-column .block-order-composition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 48px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.sale-order-page .sale-order__left-column .block-order-composition.can-open {
  max-height: 28px;
  overflow: hidden;
}
.sale-order-page .sale-order__left-column .block-order-composition.show.can-open {
  max-height: 300vh;
  overflow: inherit;
}
.sale-order-page .sale-order__left-column .block-order-composition.show .icon-show svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.sale-order-page .sale-order__left-column .block-order-composition__values {
  margin-top: 24px;
}
.sale-order-page .sale-order__left-column .block-order-composition__values .pay-info {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #6E7383;
  margin-top: 6px;
}
.sale-order-page .sale-order__left-column .block-order-composition__values .input-bonuses {
  max-width: 392px;
  position: relative;
}
.sale-order-page .sale-order__left-column .block-order-composition__values .input-bonuses .all-bonuses {
  position: absolute;
  color: #6E7383;
  top: 16px;
}
.sale-order-page .sale-order__left-column .block-order-composition__descr {
  margin-top: 8px;
}
.sale-order-page .sale-order__left-column .block-order-composition .bonuses-info {
  margin-top: 8px;
  color: #6E7383;
}
.sale-order-page .sale-order__left-column .block-order-composition__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sale-order-page .sale-order__left-column .block-order-composition__top .name {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.sale-order-page .sale-order__left-column .block-order-composition__top .name span {
  font-weight: 400;
  color: #6E7383;
}
.sale-order-page .sale-order__left-column .block-order-composition__top .icon-show {
  margin-left: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sale-order-page .sale-order__left-column .block-order-composition__top .icon-show svg {
  width: 16px;
  height: 16px;
  color: #10171F;
  cursor: pointer;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sale-order-page .sale-order__left-column .block-order-composition__top .icon-show svg:hover {
  color: #26938E;
}
.sale-order-page .sale-order__left-column .block-order-composition .customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sale-order-page .sale-order__left-column .block-order-composition .customer__item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  margin-right: 20px;
}
@media (max-width: 650px) {
  .sale-order-page .sale-order__left-column .block-order-composition .customer__item {
    margin-right: 10px;
  }
}
.sale-order-page .sale-order__left-column .block-order-composition .customer__item:hover,
.sale-order-page .sale-order__left-column .block-order-composition .customer__item.active {
  border-bottom: 1px solid #10171F;
}
.sale-order-page .sale-order__left-column .block-order-composition .region-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .sale-order-page .sale-order__left-column .block-order-composition .region-delivery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sale-order-page .sale-order__left-column .block-order-composition .region-delivery .index {
  width: 288px;
  margin-left: 8px;
}
@media (max-width: 650px) {
  .sale-order-page .sale-order__left-column .block-order-composition .region-delivery .index {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
}
.sale-order-page .sale-order__left-column .block-order-composition .region-delivery .index .input-wrap {
  margin-bottom: 0;
  margin-top: 0;
}
.sale-order-page .sale-order__left-column .block-order-composition .region-delivery .dropdown-select {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.sale-order-page .sale-order__left-column .block-order-composition .user-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sale-order-page .sale-order__left-column .block-order-composition .user-fields__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 900px) {
  .sale-order-page .sale-order__left-column .block-order-composition .user-fields__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sale-order-page .sale-order__left-column .block-order-composition .user-fields__column__left,
.sale-order-page .sale-order__left-column .block-order-composition .user-fields__column__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 28px);
}
@media (max-width: 1300px) {
  .sale-order-page .sale-order__left-column .block-order-composition .user-fields__column__left,
  .sale-order-page .sale-order__left-column .block-order-composition .user-fields__column__right {
    width: calc(50% - 16px);
  }
}
@media (max-width: 900px) {
  .sale-order-page .sale-order__left-column .block-order-composition .user-fields__column__left,
  .sale-order-page .sale-order__left-column .block-order-composition .user-fields__column__right {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .sale-order-page .sale-order__left-column .block-order-composition .user-fields__column__right {
    margin-bottom: 16px;
  }
}
.sale-order-page .sale-order__left-column .block-order-composition .user-fields__column__right .login-personal-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sale-order-page .sale-order__left-column .block-order-composition .user-fields__column__right .login-personal-account .icon {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  background: url("../images/profile-icon.svg");
  background-size: cover;
}
.sale-order-page .sale-order__left-column .block-order-composition .user-fields__column__right .login-personal-account .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sale-order-page .sale-order__left-column .block-order-composition .user-fields__column__right .login-personal-account .info .link-to-personal-account {
  margin-bottom: 4px;
}
.sale-order-page .sale-order__left-column .block-order-composition .user-fields__column__right .login-personal-account .info .link-to-personal-account a {
  color: #26938E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sale-order-page .sale-order__left-column .block-order-composition .user-fields__column__right .login-personal-account .info .link-to-personal-account a:hover {
  color: #51A9A5;
}
.sale-order-page .sale-order__left-column .block-order-composition .pay-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sale-order-page .sale-order__left-column .block-order-composition .pay-list .pay-item {
  border: 1px solid #E7EAEA;
  border-radius: 12px;
  padding: 16px 16px 16px 58px;
  margin-bottom: 16px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sale-order-page .sale-order__left-column .block-order-composition .pay-list .pay-item:hover {
  border: 1px solid #26938E;
}
.sale-order-page .sale-order__left-column .block-order-composition .pay-list .pay-item:nth-last-child(1) {
  margin-bottom: 0;
}
.sale-order-page .sale-order__left-column .block-order-composition .pay-list .pay-item:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #E7EAEA;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0 0 0 3px #FFFFFF;
          box-shadow: inset 0 0 0 3px #FFFFFF;
  position: absolute;
  top: 20px;
  left: 20px;
}
.sale-order-page .sale-order__left-column .block-order-composition .pay-list .pay-item.active {
  border: 1px solid #26938E;
}
.sale-order-page .sale-order__left-column .block-order-composition .pay-list .pay-item.active:before {
  background: #26938E;
  border: 2px solid #26938E;
}
.sale-order-page .sale-order__left-column .block-order-composition .pay-list .pay-item .descr {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #6E7383;
}
.sale-order-page .sale-order__left-column .block-order-composition .delivery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sale-order-page .sale-order__left-column .block-order-composition .delivery-list .delivery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 16px 16px 58px;
  border: 1px solid #E7EAEA;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 16px;
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.sale-order-page .sale-order__left-column .block-order-composition .delivery-list .delivery-item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1300px) {
  .sale-order-page .sale-order__left-column .block-order-composition .delivery-list .delivery-item {
    width: calc((100% - 32px) / 2);
  }
  .sale-order-page .sale-order__left-column .block-order-composition .delivery-list .delivery-item:nth-child(3n) {
    margin-right: 16px;
  }
  .sale-order-page .sale-order__left-column .block-order-composition .delivery-list .delivery-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .sale-order-page .sale-order__left-column .block-order-composition .delivery-list .delivery-item {
    width: 100%;
    margin-right: 0;
  }
  .sale-order-page .sale-order__left-column .block-order-composition .delivery-list .delivery-item:nth-child(3n) {
    margin-right: 0;
  }
}
.sale-order-page .sale-order__left-column .block-order-composition .delivery-list .delivery-item:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #E7EAEA;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0 0 0 3px #FFFFFF;
          box-shadow: inset 0 0 0 3px #FFFFFF;
  position: absolute;
  top: 20px;
  left: 20px;
}
.sale-order-page .sale-order__left-column .block-order-composition .delivery-list .delivery-item:hover {
  border: 1px solid #26938E;
}
.sale-order-page .sale-order__left-column .block-order-composition .delivery-list .delivery-item.active {
  border: 1px solid #26938E;
}
.sale-order-page .sale-order__left-column .block-order-composition .delivery-list .delivery-item.active:before {
  background: #26938E;
  border: 2px solid #26938E;
}
.sale-order-page .sale-order__left-column .block-order-composition .delivery-list .delivery-item .descr {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #6E7383;
  margin-bottom: 8px;
}
.sale-order-page .sale-order__left-column .block-order-composition .delivery-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sale-order-page .sale-order__left-column .block-order-composition .delivery-info .name {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 8px;
}
.sale-order-page .sale-order__left-column .block-order-composition .delivery-info .descr {
  margin-bottom: 16px;
}
.sale-order-page .sale-order__left-column .order-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  .sale-order-page .sale-order__left-column .order-submit {
    display: none;
  }
}
.sale-order-page .sale-order__left-column .order-submit .btn-order {
  display: block;
  padding: 16px 24px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 6px;
  background: #26938E;
  margin-right: 16px;
  font-weight: 600;
}
@media (max-width: 650px) {
  .sale-order-page .sale-order__left-column .order-submit .btn-order {
    width: 100%;
    text-align: center;
  }
}
.sale-order-page .sale-order__left-column .order-submit .btn-order:hover {
  background: #51A9A5;
}
.sale-order-page .sale-order__left-column .order-submit .agree {
  max-width: 280px;
}
@media (max-width: 650px) {
  .sale-order-page .sale-order__left-column .order-submit .agree {
    width: 100%;
    margin: 8px auto 0;
  }
}
.sale-order-page .sale-order__right-column {
  width: 340px;
  margin-left: 24px;
  padding: 24px;
  background: #F3F5F5;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}
@media (max-width: 900px) {
  .sale-order-page .sale-order__right-column {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
@media (max-width: 650px) {
  .sale-order-page .sale-order__right-column {
    padding: 16px;
  }
}
.sale-order-page .sale-order__right-column__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DBE0E0;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.sale-order-page .sale-order__right-column__top .name {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.sale-order-page .sale-order__right-column__top .descr {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6E7383;
}
.sale-order-page .sale-order__right-column .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sale-order-page .sale-order__right-column .total-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.sale-order-page .sale-order__right-column .total-price__item.result .price {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.sale-order-page .sale-order__right-column .total-price__item.bonus {
  color: #869797;
}
.sale-order-page .sale-order__right-column .total-price__item.bonus .price {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.sale-order-page .sale-order__right-column .btn-order {
  width: 100%;
  padding: 16px 0;
  text-align: center;
  background: #26938E;
  border-radius: 6px;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sale-order-page .sale-order__right-column .btn-order:hover {
  background: #51A9A5;
}
.sale-order-page .sale-order .agree {
  margin-top: 12px;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #6E7383;
  text-align: center;
}
.sale-order-page .sale-order .agree a {
  color: #26938E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sale-order-page .sale-order .agree a:hover {
  color: #51A9A5;
}
.order-composition {
  border: 1px solid #E7EAEA;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 48px;
  max-height: 91px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.order-composition.show {
  max-height: 300vh;
  -webkit-transition: 1.9s;
  transition: 1.9s;
}
.order-composition__top {
  border-bottom: 1px solid #E7EAEA;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-composition__top .name {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.order-composition__top .hide-products {
  border: 1px solid #E7EAEA;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 650px) {
  .order-composition__top .hide-products {
    display: none;
  }
}
.order-composition__top .hide-products:hover {
  color: #FA5126;
}
.order-composition__top .hide-products svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.order-composition__item {
  padding: 24px;
  border-bottom: 1px solid #E7EAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .order-composition__item {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.order-composition__item:nth-last-child(1) {
  border-bottom: none;
}
.order-composition__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.order-composition__list .image {
  width: 140px;
  height: 76px;
  background: #E7EAEA;
  border-radius: 4px;
  margin-right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 8px;
}
.order-composition__list .image a {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 65%;
  display: inline-block;
  background-repeat: no-repeat;
}
.order-composition__list .info {
  width: calc(100% - 164px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (max-width: 650px) {
  .order-composition__list .info {
    width: 100%;
  }
}
.order-composition__list .info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .order-composition__list .info__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.order-composition__list .info__top .name {
  margin-bottom: 8px;
  margin-right: 8px;
}
.order-composition__list .info__top .name a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #10171F;
}
.order-composition__list .info__top .name a:hover {
  color: #26938E;
}
.order-composition__list .info .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 650px) {
  .order-composition__list .info .price {
    width: 100%;
  }
}
.order-composition__list .info .price .value {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-right: 8px;
  white-space: nowrap;
}
@media (max-width: 650px) {
  .order-composition__list .info .price .value {
    margin-right: 0;
  }
}
.order-composition__list .info .price .old-value {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-right: 8px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #6E7383;
  white-space: nowrap;
}
.order-composition__list .info .price .discount {
  padding: 2px 8px;
  background: #FA5126;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
}
.order-composition__list .info__count {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6E7383;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

/*Fonts - family*/
/*Fonts - size*/
.page-personal .breadcrumbs {
  display: none;
}
.personal {
  margin-top: 48px;
  margin-bottom: 64px;
}
@media (max-width: 650px) {
  .personal {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
.personal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 450px) {
  .personal__top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.personal__top .name {
  max-width: calc(100% - 66px);
  margin-right: 8px;
}
.personal__top .name .user-name {
  word-break: break-word;
}
.personal__top .logout {
  color: #FA5126;
  cursor: pointer;
  padding: 8px 16px;
  border: 1px solid #E7EAEA;
  border-radius: 6px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.personal__top .logout:hover {
  color: #EB474A;
}
.personal__top .logout svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media (max-width: 650px) {
  .personal__top .logout span {
    display: none;
  }
  .personal__top .logout svg {
    margin-right: 0;
  }
}
.personal__content {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "orders orders profile" "orders orders bonuses" "likes  likes  profiles" "likes  likes  subscribe";
  gap: 24px;
}
@media (max-width: 1300px) {
  .personal__content {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "orders orders" "profile bonuses" "likes  likes" "profiles subscribe";
  }
}
@media (max-width: 900px) {
  .personal__content {
    grid-template-areas: "orders orders" "profile profile" "bonuses bonuses" "likes  likes" "profiles subscribe";
  }
}
@media (max-width: 650px) {
  .personal__content {
    grid-template-columns: 1fr;
    grid-template-areas: "orders" "profile" "bonuses" "likes" "profiles" "subscribe";
  }
}
.personal__content__orders {
  grid-area: orders;
}
.personal__content__orders .personal-block__top {
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  .personal__content__orders .orders__item .order-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 650px) {
  .personal__content__orders .orders__item .order-info .status {
    margin-top: 8px;
  }
}
.personal__content__likes {
  grid-area: likes;
}
@media (max-width: 340px) {
  .personal__content__likes .personal-block__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
.personal__content__likes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 24px;
}
.personal__content__likes__item {
  width: calc((100% - 48px) / 7);
  height: 98px;
  background: #F3F5F5;
  border-radius: 8px;
  margin-right: 8px;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 900px) {
  .personal__content__likes__item {
    width: calc((100% - 32px) / 5);
  }
  .personal__content__likes__item:nth-last-child(1),
  .personal__content__likes__item:nth-last-child(2) {
    display: none;
  }
  .personal__content__likes__item:nth-last-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .personal__content__likes__item {
    width: calc((100% - 18px) / 3);
  }
  .personal__content__likes__item:nth-last-child(3),
  .personal__content__likes__item:nth-last-child(4) {
    display: none;
  }
  .personal__content__likes__item:nth-last-child(5) {
    margin-right: 0;
  }
}
.personal__content__likes__item:hover {
  border: 1px solid #E7EAEA;
}
.personal__content__likes__item:nth-last-child(1) {
  margin-right: 0;
}
.personal__content__likes__item a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 80% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.personal__content__profile {
  grid-area: profile;
  padding: 32px 0 !important;
}
@media (max-width: 650px) {
  .personal__content__profile {
    padding: 16px 0 !important;
  }
}
.personal__content__profile .personal-block__top {
  padding: 0 32px 24px;
  border-bottom: 1px solid #E7EAEA;
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  .personal__content__profile .personal-block__top {
    padding: 0 16px 16px;
    margin-bottom: 16px;
  }
}
.personal__content__profile__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 32px;
}
.personal__content__profile__info .item {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #4C4F5A;
  margin-bottom: 12px;
}
.personal__content__bonuses {
  grid-area: bonuses;
  padding: 32px 0 !important;
}
@media (max-width: 650px) {
  .personal__content__bonuses {
    padding: 16px 0 !important;
  }
}
.personal__content__bonuses .personal-block__top {
  padding: 0 32px 24px;
  border-bottom: 1px solid #E7EAEA;
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  .personal__content__bonuses .personal-block__top {
    padding: 0 16px 16px;
    margin-bottom: 16px;
  }
}
.personal__content__bonuses__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.personal__content__bonuses__info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.personal__content__bonuses__info .item .value {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin-bottom: 4px;
}
@media (max-width: 650px) {
  .personal__content__bonuses__info .item .value {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}
.personal__content__bonuses__info .item .description {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #6E7383;
}
.personal__content__profiles {
  grid-area: profiles;
}
.personal__content__subscribe {
  grid-area: subscribe;
}
.personal__content .personal-block {
  padding: 32px;
  border: 1px solid #E7EAEA;
  border-radius: 8px;
}
@media (max-width: 900px) {
  .personal__content .personal-block {
    padding: 24px;
  }
}
@media (max-width: 650px) {
  .personal__content .personal-block {
    padding: 16px;
  }
}
.personal__content .personal-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.personal__content .personal-block__top .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.personal__content .personal-block__top .name svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  color: #B6C1C0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 650px) {
  .personal__content .personal-block__top .name svg {
    margin-right: 6px;
  }
}
.personal__content .personal-block__top .name sup {
  font-size: 0.8125rem;
  margin-bottom: 16px;
  color: #6E7383;
}
.personal__content .personal-block__top a {
  display: block;
  color: #26938E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}
.personal__content .personal-block__top a:hover {
  color: #51A9A5;
}
.orders__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.orders__list .orders__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-bottom: 17px;
}
.orders__list .orders__item:nth-last-child(1) {
  margin-bottom: 0;
}
.orders__list .orders__item .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.orders__list .orders__item .product-info .count-items {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-right: 8px;
  color: #6E7383;
}
@media (max-width: 650px) {
  .orders__list .orders__item .product-info .count-items {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}
.orders__list .orders__item .product-info .price {
  font-size: 1.375rem;
  line-height: 1.4375rem;
}
@media (max-width: 650px) {
  .orders__list .orders__item .product-info .price {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}
.orders__list .orders__item__top {
  padding: 24px 24px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 7px 7px 0px 0px;
  background: #F3F5F5;
}
@media (max-width: 650px) {
  .orders__list .orders__item__top {
    padding: 16px;
  }
}
.orders__list .orders__item__top .order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 360px) {
  .orders__list .orders__item__top .order-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.orders__list .orders__item__top .order-info .number {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-right: 12px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
@media (max-width: 360px) {
  .orders__list .orders__item__top .order-info .number {
    width: calc(50% - 5px);
    margin-right: 0;
    text-align: center;
  }
}
.orders__list .orders__item__top .order-info .number:hover {
  color: #26938E;
}
@media (max-width: 650px) {
  .orders__list .orders__item__top .order-info .number {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.orders__list .orders__item__top .order-info .date {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #6E7383;
  padding-right: 20px;
  border-right: 1px solid #DBE0E0;
  margin-right: 20px;
  white-space: nowrap;
}
@media (max-width: 650px) {
  .orders__list .orders__item__top .order-info .date {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-right: 12px;
  }
}
@media (max-width: 360px) {
  .orders__list .orders__item__top .order-info .date {
    border-right: none;
    padding-right: 0;
    width: calc(50% - 5px);
    margin-right: 0;
    margin-left: 10px;
  }
}
.orders__list .orders__item__top .order-info .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.orders__list .orders__item__top .order-info .status svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 650px) {
  .orders__list .orders__item__top .order-info .status {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}
@media (max-width: 360px) {
  .orders__list .orders__item__top .order-info .status {
    width: 100%;
    margin-top: 8px;
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 650px) {
  .orders__list .orders__item__top .product-info {
    display: none;
  }
}
.orders__list .orders__item__content {
  padding: 24px;
  border: 1px solid #E7EAEA;
  border-radius: 8px;
  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;
}
@media (max-width: 650px) {
  .orders__list .orders__item__content {
    padding: 16px;
  }
}
.orders__list .orders__item__content .product-info {
  display: none;
}
@media (max-width: 650px) {
  .orders__list .orders__item__content .product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 11px;
  }
}
@media (max-width: 650px) {
  .orders__list .orders__item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.orders__list .orders__item__content .order-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 650px) {
  .orders__list .orders__item__content .order-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
    width: 100%;
  }
}
.orders__list .orders__item__content .order-buttons button {
  padding: 8px 16px;
  border-radius: 6px;
  margin-right: 8px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #E7EAEA;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
}
@media (max-width: 650px) {
  .orders__list .orders__item__content .order-buttons button {
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .orders__list .orders__item__content .order-buttons button:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.orders__list .orders__item__content .order-buttons button.btn-pay {
  background: #26938E;
  color: #FFFFFF;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.orders__list .orders__item__content .order-buttons button.btn-pay:hover {
  background: #51A9A5;
}
.orders__list .orders__item__content .order-buttons button.btn-cancel:hover {
  color: #FA5126;
}
.orders__list .orders__item__content .order-buttons button.btn-change:hover {
  color: #26938E;
}
@media (max-width: 1300px) and (min-width: 650px) {
  .orders__list .orders__item__content .order-buttons button.btn-change span {
    display: none;
  }
  .orders__list .orders__item__content .order-buttons button.btn-change svg {
    margin-right: 0;
  }
}
.orders__list .orders__item__content .order-buttons button.btn-repeat:hover {
  color: #26938E;
}
.orders__list .orders__item__content .order-buttons button svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.orders__list .orders__item__content .personal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 360px) {
  .orders__list .orders__item__content .personal-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.orders__list .orders__item__content .personal-info .profile-type {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 360px) {
  .orders__list .orders__item__content .personal-info .profile-type {
    margin-top: 8px;
    margin-right: 0;
  }
}
.orders__list .orders__item__content .personal-info .profile-type a {
  color: #26938E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.orders__list .orders__item__content .personal-info .profile-type a:hover {
  color: #51A9A5;
}
.orders__list .orders__item__content .personal-info .profile-type svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.orders__list .orders__item__content .personal-info .count-bonuses {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6E7383;
}
.second-page-personal .block-top {
  display: none;
}
.second-page-personal .personal-second-page {
  margin-top: 48px;
  margin-bottom: 64px;
}
@media (max-width: 650px) {
  .second-page-personal .personal-second-page {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
.second-page-personal .personal-second-page .breadcrumbs {
  margin-top: 0;
}
.second-page-personal .personal-second-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 900px) {
  .second-page-personal .personal-second-page__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.second-page-personal .personal-second-page__left-menu {
  width: 288px;
}
@media (max-width: 1300px) {
  .second-page-personal .personal-second-page__left-menu {
    width: 216px;
  }
}
@media (max-width: 900px) {
  .second-page-personal .personal-second-page__left-menu {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 32px;
  }
}
@media (max-width: 650px) {
  .second-page-personal .personal-second-page__left-menu {
    margin-bottom: 24px;
  }
}
.second-page-personal .personal-second-page__left-menu ul {
  width: 100%;
  list-style: none;
  border-radius: 8px;
  border: 1px solid #E7EAEA;
}
@media (max-width: 900px) {
  .second-page-personal .personal-second-page__left-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.second-page-personal .personal-second-page__left-menu ul li svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.second-page-personal .personal-second-page__left-menu ul li.active a,
.second-page-personal .personal-second-page__left-menu ul li:hover a {
  background: #F3F5F5;
}
.second-page-personal .personal-second-page__left-menu ul li.active svg,
.second-page-personal .personal-second-page__left-menu ul li:hover svg {
  color: #10171F;
}
.second-page-personal .personal-second-page__left-menu ul li a {
  padding: 24px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #10171F;
}
@media (max-width: 900px) {
  .second-page-personal .personal-second-page__left-menu ul li a {
    padding: 16px;
    border-right: 1px solid #E7EAEA;
    white-space: nowrap;
  }
}
.second-page-personal .personal-second-page__left-menu ul li a svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  color: #B6C1C0;
}
.second-page-personal .personal-second-page__content {
  width: calc(100% - 312px);
}
@media (max-width: 1300px) {
  .second-page-personal .personal-second-page__content {
    width: calc(100% - 240px);
  }
}
@media (max-width: 900px) {
  .second-page-personal .personal-second-page__content {
    width: 100%;
  }
}
.second-page-personal .order-composition {
  margin-bottom: 0;
}

/*Fonts - family*/
/*Fonts - size*/
.personal-second-page__content .show-more {
  margin-bottom: 16px;
}
@media (max-width: 650px) {
  .personal-second-page__content .show-more {
    margin-bottom: 8px;
  }
}
.personal-second-page__content .show-more a {
  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: 16px 0;
  border: 1px solid #E7EAEA;
  border-radius: 6px;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.personal-second-page__content .show-more a svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.personal-second-page__content .show-more a:hover {
  color: #FA5126;
}
.personal-second-page__content .pagination__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 650px) {
  .personal-second-page__content .pagination__block {
    -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;
  }
}

/*Fonts - family*/
/*Fonts - size*/
.block-order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 900px) {
  .block-order-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-order-info .delivery-info {
  width: calc(50% - 12px);
}
@media (max-width: 900px) {
  .block-order-info .delivery-info {
    width: 100%;
    margin-bottom: 24px;
  }
}
.block-order-info .delivery-info .delivery-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-order-info .delivery-info .delivery-info__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-bottom: 24px;
}
@media (max-width: 650px) {
  .block-order-info .delivery-info .delivery-info__item {
    margin-bottom: 16px;
  }
}
.block-order-info .delivery-info .delivery-info__item__top {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.block-order-info .delivery-info .delivery-info__item__top svg {
  width: 24px;
  height: 24px;
  color: #10171F;
  margin-right: 16px;
}
.block-order-info .delivery-info .delivery-info__item__top .change svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 12px;
}
.block-order-info .delivery-info .delivery-info__item__top .change:hover svg {
  color: #26938E;
}
.block-order-info .delivery-info .delivery-info__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 40px;
}
.block-order-info .delivery-info .delivery-info__item__text span {
  color: #6E7383;
  margin-bottom: 6px;
}
.block-order-info .delivery-info .delivery-info__item__text a {
  color: #26938E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.block-order-info .delivery-info .delivery-info__item__text a:hover {
  color: #FF9500;
}
.block-order-info .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: calc(50% - 12px);
  padding: 24px;
  background: #F3F5F5;
  border-radius: 8px;
}
@media (max-width: 900px) {
  .block-order-info .total-price {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .block-order-info .total-price {
    padding: 16px;
  }
}
.block-order-info .total-price__top {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #DBE0E0;
}
.block-order-info .total-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.block-order-info .total-price__item.result .price {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.block-order-info .total-price__item.bonus {
  color: #869797;
}
.block-order-info .total-price__item.bonus .price {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.total-order {
  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;
  padding: 24px;
  border-top: 1px solid #E7EAEA;
}
.total-order .total-sum {
  font-size: 22px;
  line-height: 28px;
  margin-left: 4px;
}

/*Fonts - family*/
/*Fonts - size*/
.likes-content .likes__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  .likes-content .likes__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.likes-content .likes__top .block-select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.likes-content .likes__top .corrections-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .likes-content .likes__top .corrections-item {
    margin-bottom: 12px;
  }
}
@media (max-width: 425px) {
  .likes-content .likes__top .corrections-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.likes-content .likes__top .corrections-item .btn-remove,
.likes-content .likes__top .corrections-item .btn-to-basket {
  padding: 8px 16px;
  font-weight: 600;
  color: #10171F;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  border-radius: 6px;
  border: 1px solid #E7EAEA;
  background: #FFFFFF;
  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: 8px;
}
@media (max-width: 425px) {
  .likes-content .likes__top .corrections-item .btn-remove,
  .likes-content .likes__top .corrections-item .btn-to-basket {
    margin-right: 0;
    margin-bottom: 16px;
    width: calc(50% - 5px);
  }
}
.likes-content .likes__top .corrections-item .btn-remove svg,
.likes-content .likes__top .corrections-item .btn-to-basket svg {
  width: 24px;
  height: 24px;
  color: #B6C1C0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 8px;
}
@media (max-width: 425px) {
  .likes-content .likes__top .corrections-item .btn-to-basket {
    margin-left: 10px;
  }
}
.likes-content .likes__top .corrections-item .btn-to-basket:hover {
  color: #26938E;
}
.likes-content .likes__top .corrections-item .btn-to-basket:hover svg {
  color: #26938E;
}
.likes-content .likes__top .corrections-item .btn-remove:hover {
  color: #FA5126;
}
.likes-content .likes__top .corrections-item .btn-remove:hover svg {
  color: #FA5126;
}
.likes-content .likes__top .corrections-item .info-choose-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.likes-content .likes__top .corrections-item .info-choose-item .text {
  margin-bottom: 2px;
}
.likes-content .likes__top .corrections-item .info-choose-item a {
  color: #26938E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.likes-content .likes__top .corrections-item .info-choose-item a:hover {
  color: #FF9500;
}
.likes-content .likes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.likes-content .choose-item {
  width: 40px;
  height: 40px;
  border: 1px solid #E7EAEA;
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 50%;
  top: 16px;
  right: 16px;
  cursor: pointer;
  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;
}
.likes-content .choose-item .input-checkbox {
  cursor: pointer;
}
.likes-content .choose-item .input-checkbox input[type="checkbox"] {
  display: none;
}
.likes-content .choose-item .input-checkbox span {
  position: relative;
  padding-left: 18px;
  display: block;
  margin-bottom: 18px;
}
.likes-content .choose-item .input-checkbox span:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #4C4F5A;
  border-radius: 4px;
  left: 0;
}
.likes-content .choose-item .input-checkbox input[type="checkbox"]:checked + span:before {
  background: #26938E;
  background-image: url("../../dist/images/checkbox.svg");
  background-position: center;
  background-size: 60%;
  border: 2px solid #26938E;
  background-repeat: no-repeat;
}

/*Fonts - family*/
/*Fonts - size*/
.subscribe-content__title {
  margin-bottom: 8px;
}
.subscribe-content__text {
  max-width: 55%;
  margin-bottom: 24px;
  color: #4C4F5A;
}
@media (max-width: 1300px) {
  .subscribe-content__text {
    max-width: 60%;
  }
}
@media (max-width: 900px) {
  .subscribe-content__text {
    max-width: 100%;
  }
}
.subscribe-content__text a {
  color: #4C4F5A;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.subscribe-content__text a:hover {
  color: #26938E;
}
.subscribe-content__choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
}
@media (max-width: 650px) {
  .subscribe-content__choose {
    margin-bottom: 16px;
  }
}
.subscribe-content__choose .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.subscribe-content__choose .item .switch-btn {
  display: inline-block;
  width: 40px;
  height: 24px;
  border-radius: 16px;
  background: #E7EAEA;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  margin-right: 16px;
}
.subscribe-content__choose .item .switch-btn::after {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #FFFFFF;
  top: 2px;
  left: 2px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: absolute;
  z-index: 1;
}
.subscribe-content__choose .item .switch-on {
  background: #26938E;
}
.subscribe-content__choose .item .switch-on::after {
  left: 18px;
}
.subscribe-content .btn-subscribe {
  padding: 16px 28px;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #26938E;
  border-radius: 6px;
  cursor: pointer;
}
.subscribe-content .btn-subscribe:hover {
  background: #51A9A5;
}

/*Fonts - family*/
/*Fonts - size*/
.bonuses-content__top {
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid #E7EAEA;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media (max-width: 650px) {
  .bonuses-content__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bonuses-content__top .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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 40px;
}
@media (max-width: 650px) {
  .bonuses-content__top .item {
    margin-right: 10px;
  }
}
.bonuses-content__top .item .value {
  font-size: 37px;
  line-height: 48px;
  margin-bottom: 4px;
}
@media (max-width: 650px) {
  .bonuses-content__top .item .value {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 360px) {
  .bonuses-content__top .item .value {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.bonuses-content__top .item .description {
  color: #6E7383;
}
@media (max-width: 425px) {
  .bonuses-content__top .item .description {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
}
.bonuses-content__list {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 16px;
}
.bonuses-content__list .table {
  min-width: 100%;
}

/*Fonts - family*/
/*Fonts - size*/
.user-profiles-content form {
  width: 392px;
}
@media (max-width: 650px) {
  .user-profiles-content form {
    width: 100%;
  }
}
.user-profiles-content .customer,
.user-profiles-content .customer-not-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 32px;
}
.user-profiles-content .customer__item,
.user-profiles-content .customer-not-choose__item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  margin-right: 20px;
}
@media (max-width: 650px) {
  .user-profiles-content .customer__item,
  .user-profiles-content .customer-not-choose__item {
    margin-right: 10px;
  }
}
.user-profiles-content .customer__item:hover,
.user-profiles-content .customer-not-choose__item:hover,
.user-profiles-content .customer__item.active,
.user-profiles-content .customer-not-choose__item.active {
  border-bottom: 1px solid #10171F;
}
.user-profiles-content .customer-not-choose__item {
  color: #869797;
  cursor: default;
  border: none;
}
.user-profiles-content .customer-not-choose__item:hover {
  border: none;
}
.user-profiles-content .customer-not-choose__item.active {
  border-bottom: 1px solid #869797;
  color: #869797;
}
.user-profiles-content__title-descr {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 16px;
  color: #6E7383;
}
.user-profiles-content .data-company-title,
.user-profiles-content .data-contacts-title,
.user-profiles-content .password-title,
.user-profiles-content .profile-title {
  margin-bottom: 16px;
}
.user-profiles-content .input-wrap {
  position: relative;
  margin-top: 20px;
}
.user-profiles-content .input-wrap.show-placeholder .placeholder-select {
  top: -24px;
  left: 0;
  color: #10171F;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.user-profiles-content .input-wrap .block-select .choose-value {
  padding: 16px;
  border-radius: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.user-profiles-content .input-wrap .block-select .choose-value .value {
  font-weight: 400;
  color: #869797;
  border-right: 0;
  padding: 0;
}
.user-profiles-content .input-wrap .block-select .choose-value .value.choice {
  color: #10171F;
}
.user-profiles-content .input-wrap .block-select .choose-value .icon {
  padding: 0;
}
.user-profiles-content .input-wrap .block-select .choose-value .icon svg {
  color: #869797;
}
.user-profiles-content .input-wrap input {
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.user-profiles-content .input-wrap .placeholder {
  color: #869797;
  position: absolute;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  top: 16px;
  left: 16px;
  z-index: -1;
}
.user-profiles-content .input-wrap .placeholder-select {
  z-index: -1;
  color: #FFFFFF;
  position: absolute;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  top: 16px;
  left: 16px;
}
.user-profiles-content .input-wrap input:not(:-moz-placeholder-shown) + .placeholder {
  top: -22px;
  left: 0;
  color: #10171F;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.user-profiles-content .input-wrap input:not(:-ms-input-placeholder) + .placeholder {
  top: -22px;
  left: 0;
  color: #10171F;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.user-profiles-content .input-wrap input:focus + .placeholder,
.user-profiles-content .input-wrap input:not(:placeholder-shown) + .placeholder {
  top: -22px;
  left: 0;
  color: #10171F;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.user-profiles-content .input-wrap .datapicker-icon {
  position: absolute;
  top: 20px;
  right: 16px;
}
.user-profiles-content .input-wrap .datapicker-icon svg {
  width: 24px;
  height: 24px;
  color: #B6C1C0;
}
.user-profiles-content .btn-save-change {
  padding: 16px 28px;
  color: #FFFFFF;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  background: #26938E;
  border-radius: 6px;
  margin-top: 16px;
}
.user-profiles-content .btn-save-change:hover {
  background: #51A9A5;
}
.user-profiles-content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .user-profiles-content .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.user-profiles-content .buttons button {
  padding: 10px 20px;
  border: 1px solid #E7EAEA;
  -webkit-box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
          box-shadow: 0px 6px 16px -10px rgba(89, 102, 132, 0.24);
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  color: #10171F;
}
@media (max-width: 650px) {
  .user-profiles-content .buttons button {
    margin-right: 0;
    margin-bottom: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.user-profiles-content .buttons button.btn-save {
  background: #26938E;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
}
.user-profiles-content .buttons button.btn-save:hover {
  background: #51A9A5;
}
.user-profiles-content .buttons button.btn-apply:hover {
  color: #26938E;
}
.user-profiles-content .buttons button.btn-cancel:hover {
  color: #FA5126;
}
.user-profiles-content .buttons button svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.type-payment {
  display: none;
}
.type-payment .input-wrap {
  margin-top: 35px;
}
.type-payment.show {
  display: block;
}

/*Fonts - family*/
/*Fonts - size*/
.list-profiles-content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .list-profiles-content__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .list-profiles-content__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.list-profiles-content__top .btn-add-profile {
  padding: 8px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-right: 16px;
  background: #26938E;
  cursor: pointer;
  color: #FFFFFF;
  border-radius: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-profiles-content__top .btn-add-profile:hover {
  background: #51A9A5;
}
@media (max-width: 650px) {
  .list-profiles-content__top .btn-add-profile {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.list-profiles-content__top .btn-add-profile svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.list-profiles-content__top .block-select .choose-value {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.list-profiles-content__top .block-select .value {
  font-weight: 400;
}
.list-profiles-content__top .block-select:nth-last-child(1) {
  margin-left: 8px;
}
@media (max-width: 480px) {
  .list-profiles-content__top .block-select:nth-last-child(1) {
    margin-left: 0;
    margin-top: 8px;
  }
}
.list-profiles-content .list-profile {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 16px;
}

/*Fonts - family*/
/*Fonts - size*/
.page-404 .container.block-top {
  display: none;
}
.page-404 .block-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 90px 0 150px;
}
@media (max-width: 900px) {
  .page-404 .block-404 {
    margin: 60px 0 110px;
  }
}
@media (max-width: 768px) {
  .page-404 .block-404 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 600px) {
  .page-404 .block-404 {
    margin: 60px 0;
  }
}
.page-404 .block-404__info {
  width: calc(55% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .page-404 .block-404__info {
    width: 100%;
    margin-right: 0;
    padding: 0 0 30px;
  }
}
.page-404 .block-404__info__title {
  font-size: 2.25rem;
  line-height: 3rem;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .page-404 .block-404__info__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 480px) {
  .page-404 .block-404__info__title {
    text-align: center;
  }
}
.page-404 .block-404__info__descr {
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .page-404 .block-404__info__descr {
    text-align: center;
  }
}
.page-404 .block-404__info a {
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-404 .block-404__info a:hover {
  background: #FA5126;
}
@media (max-width: 480px) {
  .page-404 .block-404__info a {
    width: 100%;
    text-align: center;
  }
}
.page-404 .block-404__img {
  width: 45%;
  height: auto;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media (max-width: 768px) {
  .page-404 .block-404__img {
    width: 100%;
    height: 60vw;
  }
}

