@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
:root {
  --main-bg-color: #fff;
  --white-bg-color: #fff;
  --link-hover: #2E3F7F;
  --link: #2E3F7F;
  --general-black: #231F20;
  --general-gray: #808285;
  --general-accent: #2E3F7F;
  --general-white: #FFFFFF;
  --other-gray-dark: #83889F;
  --other-line: #DEDEDE;
  --other-accent-light: #ECF0FA;
  --other-red: #EB5757;
  --bg-dark: #172040;
  --bg-dark-light: #29314F;
  --bg-light: #E0E4F4;
  --bg-light-prod: #F7F8FC;
}

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

body {
  font: 600 16px/16px "Nunito", sans-serif;
  color: var(--general-black);
  min-height: 100vh;
  min-width: 300px;
  background: var(--main-bg-color);
}

a {
  text-decoration: none;
  color: var(--link);
}

.bootstrap-wrapper .container-fluid {
  max-width: 1430px;
  height: 100%;
}

.bootstrap-wrapper .container-fluid .row {
  height: 100%;
}

.justify-space {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.line__top {
  border-top: 1px solid var(--other-line);
}

.line__bottom {
  border-bottom: 1px solid var(--other-line);
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

h1 {
  font-size: 3rem;
  margin-bottom: 60px;
}

h1.page__title {
  line-height: 120%;
  font-size: 3rem;
  margin-bottom: 60px;
}

.button {
  height: 60px;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: var(--general-accent);
  border-radius: 30px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  border: none;
  font-family: "Nunito", sans-serif;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.button:hover {
  background: var(--bg-dark);
}

.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  margin-bottom: 60px;
}

.breadcrumbs .breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs .breadcrumbs__item::after {
  content: '/';
  margin: 0 8px;
}

.breadcrumbs .breadcrumbs__link {
  color: var(--general-gray);
}

.breadcrumbs .breadcrumbs__link-home {
  color: var(--general-accent);
}

header {
  position: relative;
}

header.treemenu__open {
  z-index: 3;
}

header.ver_01 {
  background: var(--white-bg-color);
  min-height: 100px;
}

header.ver_01 .container-fluid {
  padding-top: 21px;
  padding-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.ver_01 .header__logo {
  display: block;
}

header.ver_01 .header__logo-img {
  display: block;
  width: 175px;
}

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

header.ver_01 .header__contacts-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.ver_01 .header__contacts-col + .header__contacts-col {
  margin-left: 120px;
}

header.ver_01 .contacts-phone__link {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
  margin-bottom: 15px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  margin-top: 4px;
  color: var(--general-black);
}

header.ver_01 .contacts-phone__link:hover {
  color: var(--link-hover);
}

header.ver_01 .contacts-phone__link > img {
  display: block;
  margin-right: 13.5px;
}

header.ver_01 .header__contacts-city {
  font-size: 1.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 100%;
}

header.ver_01 .header__contacts-city > img {
  display: block;
  margin-right: 13.5px;
}

header.ver_01 .header__contacts-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 14px;
}

header.ver_01 .contacts-soc__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--other-accent-light);
  border-radius: 50%;
}

header.ver_01 .contacts-soc__link + .contacts-soc__link {
  margin-left: 12px;
}

header.ver_01 .contacts-call__link {
  font-weight: 700;
  color: var(--link);
}

header.ver_02 {
  background: var(--white-bg-color);
}

header.ver_02 .container-fluid {
  padding-top: 21px;
  padding-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.ver_02 .header__bottom .container-fluid {
  padding-top: 14px;
  padding-bottom: 14px;
}

header.ver_02 .header__logo {
  display: block;
}

header.ver_02 .header__logo-img {
  display: block;
  width: 175px;
}

header.ver_02 .header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.ver_02 .header__contacts-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.ver_02 .header__contacts-col + .header__contacts-col {
  margin-left: 48px;
}

header.ver_02 .contacts-phone__link {
  font-size: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
  margin-bottom: 8px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  margin-top: 8px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 700;
  color: var(--general-black);
}

header.ver_02 .contacts-phone__link:hover {
  color: var(--link-hover);
}

header.ver_02 .contacts-mail__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 100%;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  margin-top: 4px;
}

header.ver_02 .contacts-mail__link:hover {
  color: var(--link-hover);
}

header.ver_02 .contacts-mail__link > img {
  display: block;
  margin-right: 9.5px;
}

header.ver_02 .contacts-call__link {
  font-weight: 700;
  width: 220px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid var(--link);
  border-radius: 25px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  margin-top: 3px;
}

header.ver_02 .contacts-call__link:hover {
  color: #ffffff;
  background: var(--link);
}

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

header.ver_02 .header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

header.ver_02 .header__nav-item {
  position: relative;
}

header.ver_02 .header__nav-item.parent:hover .header__nav-childs-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

header.ver_02 .header__nav-item.parent > a::after {
  content: '';
  background: url(/i/icon__arrow.svg) no-repeat;
  display: block;
  width: 8.5px;
  height: 5.5px;
  margin-left: 5px;
}

header.ver_02 .header__nav-item + .header__nav-item {
  margin-left: 32px;
}

header.ver_02 .header__nav-link {
  padding-top: 6px;
  padding-bottom: 6px;
  color: var(--general-black);
  font-weight: 600;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.ver_02 .header__nav-link:hover {
  color: var(--link-hover);
}

header.ver_02 .header__nav-childs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 25px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  z-index: 2;
}

header.ver_02 .header__nav-childs-item + .header__nav-childs-item {
  border-top: 1px solid #DEDEDE;
}

header.ver_02 .header__nav-childs-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  color: var(--font-black);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  white-space: nowrap;
  padding: 16px 20px;
}

header.ver_02 .header__nav-childs-link:hover {
  color: var(--link-hover);
}

header.ver_02 .header__contacts-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header.ver_02 .contacts-soc__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--other-accent-light);
  border-radius: 50%;
}

header.ver_02 .contacts-soc__link + .contacts-soc__link {
  margin-left: 12px;
}

header.ver_03 {
  background: var(--white-bg-color);
}

header.ver_03 .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.ver_03 .header__top {
  background: var(--other-accent-light);
}

header.ver_03 .header__top .container-fluid {
  padding-top: 14px;
  padding-bottom: 14px;
}

header.ver_03 .header__logo {
  width: 100%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header.ver_03 .header__logo:first-child {
  margin-left: auto;
}

header.ver_03 .header__logo:last-child {
  margin-right: auto;
}

header.ver_03 .header__logo-link {
  display: block;
}

header.ver_03 .header__logo-img {
  display: block;
  width: 175px;
}

header.ver_03 .header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
}

header.ver_03 .header__contacts-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--other-accent-light);
  border-radius: 50%;
  margin-right: 16px;
  min-width: 54px;
}

header.ver_03 .header__contacts-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.ver_03 .header__contacts-col + .header__contacts-col {
  margin-left: 48px;
}

header.ver_03 .header__contacts-time {
  font-weight: 600;
  color: var(--link);
  font-size: 0.875rem;
}

header.ver_03 .contacts-phone__link {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
  margin-bottom: 8px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  margin-top: 12px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 700;
  color: var(--general-black);
  white-space: nowrap;
}

header.ver_03 .contacts-phone__link:hover {
  color: var(--link-hover);
}

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

header.ver_03 .header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

header.ver_03 .header__nav-item {
  position: relative;
  margin: 0 26px;
}

header.ver_03 .header__nav-item.parent:hover .header__nav-childs-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

header.ver_03 .header__nav-item.parent > a::after {
  content: '';
  background: url(/i/icon__arrow.svg) no-repeat;
  display: block;
  width: 8.5px;
  height: 5.5px;
  margin-left: 5px;
}

header.ver_03 .header__nav-link {
  padding-top: 6px;
  padding-bottom: 6px;
  color: var(--general-black);
  font-weight: 600;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.ver_03 .header__nav-link:hover {
  color: var(--link-hover);
}

header.ver_03 .header__nav-childs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 25px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  z-index: 2;
}

header.ver_03 .header__nav-childs-item + .header__nav-childs-item {
  border-top: 1px solid var(--other-line);
}

header.ver_03 .header__nav-childs-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  color: var(--font-black);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  white-space: nowrap;
  padding: 16px 20px;
}

header.ver_03 .header__nav-childs-link:hover {
  color: var(--link-hover);
}

header.ver_03 .header__contacts-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 25%;
}

header.ver_03 .contacts-soc__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--other-accent-light);
  border-radius: 50%;
}

header.ver_03 .contacts-soc__link > img {
  width: 50%;
  max-height: 50%;
}

header.ver_03 .contacts-soc__link + .contacts-soc__link {
  margin-left: 16px;
}

header.ver_04 {
  background: var(--white-bg-color);
}

header.ver_04 .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.ver_04 .header__top {
  background: var(--other-accent-light);
}

header.ver_04 .header__top .container-fluid {
  padding-top: 14px;
  padding-bottom: 14px;
}

header.ver_04 .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header.ver_04 .header__logo-link {
  display: block;
}

header.ver_04 .header__logo-img {
  display: block;
  width: 175px;
}

header.ver_04 .header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

header.ver_04 .header__contacts-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.ver_04 .header__contacts-col + .header__contacts-col {
  margin-left: 48px;
}

header.ver_04 .header__contacts-time {
  font-weight: 600;
  color: var(--general-gray);
  font-size: 0.875rem;
}

header.ver_04 .contacts-phone__link {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
  margin-bottom: 8px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  margin-top: 12px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 700;
  color: var(--general-black);
}

header.ver_04 .contacts-phone__link:hover {
  color: var(--link-hover);
}

header.ver_04 .header__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

header.ver_04 .header-search {
  width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.ver_04 .header-search__label {
  display: block;
  position: relative;
}

header.ver_04 .header-search__input {
  width: 100%;
  height: 50px;
  border: 1px solid var(--other-line);
  border-radius: 25px;
  padding: 0 25px;
  font-family: "Nunito", sans-serif;
}

header.ver_04 .header-search__submit {
  position: absolute;
  height: 50px;
  width: 50px;
  right: 1px;
  top: 1px;
  border: none;
  background: transparent;
}

header.ver_04 .header-search__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}

header.ver_04 .header-search__radio > input[type=radio] {
  opacity: 0;
  position: absolute;
}

header.ver_04 .header-search__radio > input[type=radio]:checked + .header-search__radio-item::before {
  opacity: 1;
}

header.ver_04 .header-search__radio-item {
  position: relative;
  padding-left: 24px;
  margin-right: 24px;
  display: block;
  cursor: pointer;
}

header.ver_04 .header-search__radio-item:last-child {
  margin-right: 0;
}

header.ver_04 .header-search__radio-item::after {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #2E3F7F;
  top: 0px;
}

header.ver_04 .header-search__radio-item::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #2E3F7F;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  opacity: 0;
}

header.ver_04 .header__basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

header.ver_04 .header-basket__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--other-accent-light);
  border-radius: 50%;
  margin-right: 16px;
  position: relative;
}

header.ver_04 .header-basket__count {
  position: absolute;
  font-size: 0.75rem;
  color: #fff;
  background: #EB5757;
  padding: 1px 6px;
  border-radius: 9px;
  right: 0;
  top: 0;
}

header.ver_04 .header-basket__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.ver_04 .header-basket__title {
  color: var(--general-gray);
  font-size: 0.875rem;
  margin-bottom: 8px;
}

header.ver_04 .header-basket__price {
  font-size: 1.25rem;
  font-weight: 700;
}

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

header.ver_04 .header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

header.ver_04 .header__nav-item {
  position: relative;
}

header.ver_04 .header__nav-item + .header__nav-item {
  margin-left: 32px;
}

header.ver_04 .header__nav-item.parent:hover .header__nav-childs-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

header.ver_04 .header__nav-item.parent > a::after {
  content: '';
  background: url(/i/icon__arrow.svg) no-repeat;
  display: block;
  width: 8.5px;
  height: 5.5px;
  margin-left: 5px;
}

header.ver_04 .header__nav-link {
  padding-top: 6px;
  padding-bottom: 6px;
  color: var(--font-black);
  font-weight: 600;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.ver_04 .header__nav-link:hover {
  color: var(--link-hover);
}

header.ver_04 .header__nav-childs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 25px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  z-index: 2;
}

header.ver_04 .header__nav-childs-item + .header__nav-childs-item {
  border-top: 1px solid #DEDEDE;
}

header.ver_04 .header__nav-childs-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  color: var(--font-black);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  white-space: nowrap;
  padding: 16px 20px;
}

header.ver_04 .header__nav-childs-link:hover {
  color: var(--link-hover);
}

header.ver_04 .header__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.ver_04 .header-auth__icon {
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

header.ver_05 {
  background: var(--white-bg-color);
}

header.ver_05 .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.ver_05 .header__top {
  background: var(--link);
}

header.ver_05 .header__top .container-fluid {
  padding-top: 12px;
  padding-bottom: 12px;
}

header.ver_05 .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header.ver_05 .header__logo-link {
  display: block;
}

header.ver_05 .header__logo-img {
  display: block;
  width: 175px;
}

header.ver_05 .header__city {
  position: relative;
}

header.ver_05 .header__city-current {
  color: #fff;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.ver_05 .header__city-current .svg {
  display: block;
  margin-left: 5px;
}

header.ver_05 .header__city-current .svg path {
  fill: #fff;
}

header.ver_05 .header__city-popup {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  left: 0%;
  z-index: 2;
  margin-top: 5px;
  display: none;
}

header.ver_05 .city-popup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  color: var(--general-black);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  white-space: nowrap;
  padding: 16px 20px;
}

header.ver_05 .city-popup__link + .city-popup__link {
  border-top: 1px solid var(--other-accent-light);
}

header.ver_05 .header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

header.ver_05 .header__contacts + .header__contacts-col {
  margin-left: 120px;
}

header.ver_05 .contacts-phone__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  color: #fff;
  margin-right: 81px;
}

header.ver_05 .contacts-phone__link:hover {
  color: var(--general-white);
}

header.ver_05 .contacts-phone__link > .svg {
  display: block;
  margin-right: 9px;
}

header.ver_05 .contacts-phone__link > .svg path {
  stroke: #fff;
}

header.ver_05 .contacts-mail__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  color: #fff;
}

header.ver_05 .contacts-mail__link:hover {
  color: var(--general-white);
}

header.ver_05 .contacts-mail__link > .svg {
  display: block;
  margin-right: 9px;
}

header.ver_05 .contacts-mail__link > .svg path {
  stroke: #fff;
}

header.ver_05 .header__contacts-city {
  font-size: 1.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 100%;
}

header.ver_05 .header__contacts-city > img {
  display: block;
  margin-right: 13.5px;
}

header.ver_05 .header__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

header.ver_05 .header-search {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.ver_05 .header-search__label {
  display: block;
  position: relative;
}

header.ver_05 .header-search__input {
  width: 100%;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 0 25px;
  font-family: "Nunito", sans-serif;
}

header.ver_05 .header-search__submit {
  position: absolute;
  height: 50px;
  width: 50px;
  right: 1px;
  top: 1px;
  border: none;
  background: transparent;
}

header.ver_05 .header__basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

header.ver_05 .header-basket__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--other-accent-light);
  border-radius: 50%;
  margin-right: 16px;
  position: relative;
}

header.ver_05 .header-basket__count {
  position: absolute;
  font-size: 0.75rem;
  color: #fff;
  background: #EB5757;
  padding: 1px 6px;
  border-radius: 9px;
  right: 0;
  top: 0;
}

header.ver_05 .header-basket__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.ver_05 .header-basket__title {
  color: var(--general-gray);
  font-size: 0.875rem;
  margin-bottom: 8px;
}

header.ver_05 .header-basket__price {
  font-size: 1.25rem;
  font-weight: 700;
}

header.ver_05 .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

header.ver_05 .header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

header.ver_05 .header__nav-item {
  position: relative;
  margin: 0 20px;
}

header.ver_05 .header__nav-item.parent:hover .header__nav-childs-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

header.ver_05 .header__nav-item.parent > a::after {
  content: '';
  background: url(/i/icon__arrow.svg) no-repeat;
  display: block;
  width: 8.5px;
  height: 5.5px;
  margin-left: 5px;
}

header.ver_05 .header__nav-link {
  padding-top: 6px;
  padding-bottom: 6px;
  color: var(--general-black);
  font-weight: 600;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.ver_05 .header__nav-link:hover {
  color: var(--link-hover);
}

header.ver_05 .header__nav-childs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 25px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  z-index: 2;
}

header.ver_05 .header__nav-childs-item + .header__nav-childs-item {
  border-top: 1px solid #DEDEDE;
}

header.ver_05 .header__nav-childs-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  color: var(--general-black);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  white-space: nowrap;
  padding: 16px 20px;
}

header.ver_05 .header__nav-childs-link:hover {
  color: var(--link-hover);
}

header.ver_05 .header__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

header.ver_05 .header-auth__icon {
  margin-right: 12px;
}

header.ver_05 .header-auth__icon .svg path {
  stroke: #fff;
}

header.ver_06 {
  background: var(--white-bg-color);
  min-height: 90px;
}

header.ver_06 .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}

header.ver_06 .header__logo {
  display: block;
}

header.ver_06 .header__logo-img {
  display: block;
  width: 175px;
}

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

header.ver_06 .header__contacts-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.ver_06 .header__menu-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 35px;
}

header.ver_06 .header__menu-open span {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--general-black);
  border-radius: 2px;
}

header.ver_06 .header__menu-open span + span {
  margin-top: 7.5px;
}

header.ver_06 .contacts-call__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0 35px;
  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-weight: 700;
  color: var(--general-white);
  background: var(--general-accent);
  border: 1px solid var(--general-accent);
  border-radius: 25px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  margin-left: 40px;
}

header.ver_06 .contacts-call__link:hover {
  background: var(--general-white);
  color: var(--general-accent);
}

header.ver_07 {
  background: var(--white-bg-color);
}

header.ver_07 .container-fluid {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.ver_07 .header__menu-open {
  width: 60px;
  height: 60px;
  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;
  background: var(--general-accent);
  border-radius: 8px;
  margin-right: 32px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

header.ver_07 .header__menu-open:hover {
  background: var(--bg-dark-light);
}

header.ver_07 .header__menu-open span {
  display: block;
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}

header.ver_07 .header__menu-open span + span {
  margin-top: 7.5px;
}

header.ver_07 .header__top {
  background: var(--other-accent-light);
}

header.ver_07 .header__top .container-fluid {
  padding-top: 13px;
  padding-bottom: 13px;
  min-height: 60px;
}

header.ver_07 .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
}

header.ver_07 .header__logo-link {
  display: block;
}

header.ver_07 .header__logo-img {
  display: block;
  width: 175px;
}

header.ver_07 .contacts-city__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  color: #000;
}

header.ver_07 .contacts-city__name > .svg {
  display: block;
  margin-right: 9px;
}

header.ver_07 .contacts-city__name > .svg path {
  stroke: #2E3F7F;
}

header.ver_07 .contacts-phone__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  color: #000;
}

header.ver_07 .contacts-phone__link:hover {
  color: #2E3F7F;
}

header.ver_07 .contacts-phone__link > .svg {
  display: block;
  margin-right: 9px;
}

header.ver_07 .contacts-phone__link > .svg path {
  stroke: #2E3F7F;
}

header.ver_07 .contacts-mail__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  color: #000;
}

header.ver_07 .contacts-mail__link:hover {
  color: #2E3F7F;
}

header.ver_07 .contacts-mail__link > .svg {
  display: block;
  margin-right: 9px;
}

header.ver_07 .contacts-mail__link > .svg path {
  stroke: #2E3F7F;
}

header.ver_07 .header__contacts-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header.ver_07 .contacts-soc__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--general-white);
  border-radius: 50%;
}

header.ver_07 .contacts-soc__link + .contacts-soc__link {
  margin-left: 12px;
}

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

header.ver_07 .contacts-service__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0 35px;
  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-weight: 700;
  color: var(--general-white);
  background: var(--general-accent);
  border: 1px solid var(--general-accent);
  border-radius: 25px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  margin-left: 40px;
}

header.ver_07 .contacts-service__link:hover {
  background: var(--general-white);
  color: var(--general-accent);
}

header.ver_07 .contacts-call__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0 35px;
  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-weight: 700;
  color: var(--general-accent);
  background: var(--general-white);
  border: 1px solid var(--general-accent);
  border-radius: 25px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  margin-left: 40px;
}

header.ver_07 .contacts-call__link:hover {
  background: var(--general-accent);
  color: var(--general-white);
}

header.ver_08 {
  background: var(--white-bg-color);
}

header.ver_08 .container-fluid {
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
}

header.ver_08 .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
}

header.ver_08 .header__logo-link {
  display: block;
}

header.ver_08 .header__logo-img {
  display: block;
  width: 175px;
}

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

header.ver_08 .header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

header.ver_08 .header__nav-item {
  position: relative;
  margin: 0 20px;
}

header.ver_08 .header__nav-item.parent:hover .header__nav-childs-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

header.ver_08 .header__nav-item.parent > a::after {
  content: '';
  background: url(/i/icon__arrow.svg) no-repeat;
  display: block;
  width: 8.5px;
  height: 5.5px;
  margin-left: 5px;
}

header.ver_08 .header__nav-link {
  padding-top: 6px;
  padding-bottom: 6px;
  color: var(--general-black);
  font-weight: 600;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.ver_08 .header__nav-link:hover {
  color: var(--link-hover);
}

header.ver_08 .header__nav-childs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 25px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  z-index: 2;
}

header.ver_08 .header__nav-childs-item + .header__nav-childs-item {
  border-top: 1px solid #DEDEDE;
}

header.ver_08 .header__nav-childs-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  color: var(--general-black);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  white-space: nowrap;
  padding: 16px 20px;
}

header.ver_08 .header__nav-childs-link:hover {
  color: var(--link-hover);
}

header.ver_09 {
  background: var(--white-bg-color);
}

header.ver_09 .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.ver_09 .container-fluid > *:last-child {
  margin-right: 0;
}

header.ver_09 .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 60px;
}

header.ver_09 .header__logo-link {
  display: block;
}

header.ver_09 .header__logo-img {
  display: block;
  width: 175px;
}

header.ver_09 .header__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 60px;
}

header.ver_09 .header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

header.ver_09 .header-search__label {
  display: block;
  position: relative;
}

header.ver_09 .header-search__input {
  width: 100%;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 0 25px;
  font-family: "Nunito", sans-serif;
  background: var(--other-accent-light);
}

header.ver_09 .header-search__input::-webkit-input-placeholder {
  color: #808285;
}

header.ver_09 .header-search__input::-moz-placeholder {
  color: #808285;
}

header.ver_09 .header-search__input:-ms-input-placeholder {
  color: #808285;
}

header.ver_09 .header-search__submit {
  position: absolute;
  height: 50px;
  width: 50px;
  right: 1px;
  top: 1px;
  border: none;
  background: transparent;
}

header.ver_09 .header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 60px;
}

header.ver_09 .header__info > a:first-child {
  margin-right: 35px;
}

header.ver_09 .header__fav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

header.ver_09 .header__fav:hover {
  color: var(--general-accent);
}

header.ver_09 .header-fav__icon {
  margin-right: 13px;
}

header.ver_09 .header__basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

header.ver_09 .header__basket:hover .header-basket__price {
  color: var(--general-accent);
}

header.ver_09 .header-basket__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  position: relative;
}

header.ver_09 .header-basket__count {
  position: absolute;
  font-size: 0.75rem;
  color: #fff;
  background: var(--general-accent);
  padding: 1px 5px;
  border-radius: 9px;
  right: -6px;
  top: -6px;
}

header.ver_09 .header-basket__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.ver_09 .header-basket__price {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}

header.ver_09 .header__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0 35px;
  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-weight: 700;
  color: var(--general-accent);
  background: var(--general-white);
  border: 1px solid var(--general-accent);
  border-radius: 25px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  margin-right: 60px;
}

header.ver_09 .header__auth:hover {
  background: var(--general-accent);
  color: var(--general-white);
}

header.ver_10 {
  background: var(--white-bg-color);
}

header.ver_10 .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.ver_10 .container-fluid > *:last-child {
  margin-right: 0;
}

header.ver_10 .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 60px;
}

header.ver_10 .header__logo-link {
  display: block;
}

header.ver_10 .header__logo-img {
  display: block;
  width: 175px;
}

header.ver_10 .header__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

header.ver_10 .header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-right: 60px;
}

header.ver_10 .header-search__label {
  display: block;
  position: relative;
}

header.ver_10 .header-search__input {
  width: 100%;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 0 25px;
  font-family: "Nunito", sans-serif;
  background: var(--other-accent-light);
}

header.ver_10 .header-search__input::-webkit-input-placeholder {
  color: #808285;
}

header.ver_10 .header-search__input::-moz-placeholder {
  color: #808285;
}

header.ver_10 .header-search__input:-ms-input-placeholder {
  color: #808285;
}

header.ver_10 .header-search__submit {
  position: absolute;
  height: 50px;
  width: 50px;
  right: 1px;
  top: 1px;
  border: none;
  background: transparent;
}

header.ver_10 .header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 32px;
}

header.ver_10 .header__info > a:first-child {
  margin-right: 24px;
}

header.ver_10 .header__fav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--general-gray);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

header.ver_10 .header__fav:hover {
  color: var(--general-accent);
}

header.ver_10 .header-fav__icon {
  margin-bottom: 7px;
}

header.ver_10 .header__basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.ver_10 .header__basket:hover .header-basket__price {
  color: var(--general-accent);
}

header.ver_10 .header-basket__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  position: relative;
}

header.ver_10 .header-basket__icon img {
  margin-bottom: 4px;
}

header.ver_10 .header-basket__count {
  position: absolute;
  font-size: 0.75rem;
  color: #fff;
  background: var(--general-accent);
  padding: 1px 5px;
  border-radius: 9px;
  right: -6px;
  top: -6px;
}

header.ver_10 .header-basket__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.ver_10 .header-basket__price {
  font-size: 1rem;
  font-weight: 600;
  color: var(--general-gray);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

header.ver_10 .header__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0 35px;
  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-weight: 700;
  color: var(--general-accent);
  background: var(--general-white);
  border: 1px solid var(--general-accent);
  border-radius: 25px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  margin-right: 32px;
}

header.ver_10 .header__auth:hover {
  background: var(--general-accent);
  color: var(--general-white);
}

header.ver_10 .header__catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0 19px;
  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-weight: 700;
  color: var(--general-accent);
  background: var(--general-white);
  border: 1px solid var(--general-accent);
  border-radius: 25px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

header.ver_10 .header__catalog.open .header__catalog-close {
  display: block;
}

header.ver_10 .header__catalog.open .header__catalog-open {
  display: none;
}

header.ver_10 .header__catalog .svg {
  margin-right: 13px;
}

header.ver_10 .header__catalog:hover {
  background: var(--general-accent);
  color: var(--general-white);
}

header.ver_10 .header__catalog:hover .svg path {
  stroke: #fff;
}

header.ver_10 .header__catalog-close {
  display: none;
}

header.ver_10 .header__catalog-close path {
  stroke: var(--general-accent);
}

header.ver_10 .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

header.ver_10 .header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

header.ver_10 .header__nav-item {
  position: relative;
  margin: 0 20px;
}

header.ver_10 .header__nav-item.parent:hover .header__nav-childs-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

header.ver_10 .header__nav-item.parent > a::after {
  content: '';
  background: url(/i/icon__arrow.svg) no-repeat;
  display: block;
  width: 8.5px;
  height: 5.5px;
  margin-left: 5px;
}

header.ver_10 .header__nav-link {
  padding-top: 6px;
  padding-bottom: 6px;
  color: var(--general-black);
  font-weight: 600;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.ver_10 .header__nav-link:hover {
  color: var(--link-hover);
}

header.ver_10 .header__nav-childs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 25px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  z-index: 2;
}

header.ver_10 .header__nav-childs-item + .header__nav-childs-item {
  border-top: 1px solid #DEDEDE;
}

header.ver_10 .header__nav-childs-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  color: var(--general-black);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  white-space: nowrap;
  padding: 16px 20px;
}

header.ver_10 .header__nav-childs-link:hover {
  color: var(--link-hover);
}

.main-screen.ver_01 {
  height: 940px;
  position: relative;
  overflow: hidden;
}

.main-screen.ver_01 .container-fluid {
  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;
}

.main-screen.ver_01 .main-screen__bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  z-index: -1;
}

.main-screen.ver_01 .main-screen__title {
  color: var(--general-black);
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 120%;
  width: 50%;
  margin-bottom: 32px;
}

.main-screen.ver_01 .main-screen__desc {
  width: 35%;
  color: var(--general-gray);
  font-size: 1.25rem;
  line-height: 140%;
  margin-bottom: 46px;
}

.main-screen.ver_02 {
  height: 940px;
  position: relative;
  overflow: hidden;
}

.main-screen.ver_02::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, 0.8)), to(rgba(35, 31, 32, 0.6)));
  background: linear-gradient(180deg, rgba(35, 31, 32, 0.8) 0%, rgba(35, 31, 32, 0.6) 100%);
}

.main-screen.ver_02 .container-fluid {
  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;
  text-align: center;
}

.main-screen.ver_02 .main-screen__bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  z-index: -2;
}

.main-screen.ver_02 .main-screen__label {
  color: var(--general-white);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.main-screen.ver_02 .main-screen__title {
  color: var(--general-white);
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 120%;
  width: 80%;
  margin-bottom: 32px;
}

.main-screen.ver_02 .main-screen__desc {
  width: 55%;
  color: var(--other-line);
  font-size: 1.25rem;
  line-height: 140%;
  margin-bottom: 46px;
}

.main-screen.ver_02 .main-screen__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-screen.ver_02 .main-screen__buttons .button:first-child {
  margin-right: 24px;
}

.main-screen.ver_02 .main-screen__more {
  background: var(--general-white);
  color: var(--general-accent);
}

.main-screen.ver_02 .main-screen__more:hover {
  color: var(--general-white);
  background: transparent;
  border: 1px solid #fff;
}

.main-screen.ver_02 .main-screen__order {
  background: transparent;
  border: 1px solid #fff;
}

.main-screen.ver_02 .main-screen__order:hover {
  background: var(--general-white);
  color: var(--general-accent);
}

.main-screen.ver_03 {
  height: 940px;
  position: relative;
  overflow: hidden;
  background: var(--general-white);
}

.main-screen.ver_03 .container-fluid {
  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;
}

.main-screen.ver_03 .main-screen__bg {
  position: absolute;
  left: 50%;
  height: 100%;
  z-index: -1;
}

.main-screen.ver_03 .main-screen__title {
  color: var(--general-black);
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 120%;
  width: 50%;
  margin-bottom: 32px;
}

.main-screen.ver_03 .main-screen__desc {
  width: 35%;
  color: var(--general-gray);
  font-size: 1.25rem;
  line-height: 140%;
  margin-bottom: 46px;
}

.main-screen.ver_03 .main-screen__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.main-screen.ver_03 .main-screen__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.main-screen.ver_03 .main-screen__slider-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-screen.ver_03 .main-screen__slider-nav {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: 60px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-screen.ver_03 .main-screen__slider-nav .slider-nav__button {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin: 0;
  border: none;
  background: #fff;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.main-screen.ver_03 .main-screen__slider-nav .slider-nav__button path {
  stroke: var(--general-accent);
}

.main-screen.ver_03 .main-screen__slider-nav .slider-nav__button:hover {
  background: var(--general-accent);
}

.main-screen.ver_03 .main-screen__slider-nav .slider-nav__button:hover path {
  stroke: var(--general-white);
}

.main-screen.ver_03 .main-screen__slider-nav .slider-nav__prev {
  margin-right: 24px;
}

.main-screen.ver_04 {
  height: 940px;
  position: relative;
  overflow: hidden;
}

.main-screen.ver_04::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, 0.8)), to(rgba(35, 31, 32, 0.6)));
  background: linear-gradient(180deg, rgba(35, 31, 32, 0.8) 0%, rgba(35, 31, 32, 0.6) 100%);
}

.main-screen.ver_04 .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-screen.ver_04 .main-screen__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-screen.ver_04 .main-screen__info {
  padding-right: 50px;
}

.main-screen.ver_04 .main-screen__bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  z-index: -2;
  top: 0;
}

.main-screen.ver_04 .main-screen__title {
  color: var(--general-white);
  font-size: 3.875rem;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 32px;
}

.main-screen.ver_04 .main-screen__desc {
  color: var(--other-line);
  font-size: 1.25rem;
  line-height: 140%;
  width: 75%;
}

.main-screen.ver_04 .main-screen__form {
  min-width: 566px;
  background: var(--general-white);
  border-radius: 30px;
  padding: 60px;
}

.main-screen.ver_04 .form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-screen.ver_04 .form__label {
  display: block;
  margin-bottom: 24px;
}

.main-screen.ver_04 .form__input {
  height: 60px;
  width: 100%;
  border: 1px solid var(--other-line);
  border-radius: 30px;
  padding: 22px 24px;
  font-family: "Nunito", sans-serif;
  color: var(--general-gray);
  font-size: 1rem;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.main-screen.ver_04 .form__input:focus {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.main-screen.ver_04 .form__button {
  border: none;
  font-family: "Nunito", sans-serif;
  width: 100%;
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 20px;
}

.main-screen.ver_04 .form__button:disabled {
  cursor: default;
  opacity: 0.75;
}

.main-screen.ver_04 .form__checkbox {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.main-screen.ver_04 .form__checkbox:checked + .form__label-checkbox::after {
  display: block;
}

.main-screen.ver_04 .form__check {
  margin-left: 60px;
}

.main-screen.ver_04 .form__label-checkbox {
  line-height: 130%;
  font-size: 0.875rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-screen.ver_04 .form__label-checkbox::before {
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid var(--general-accent);
  display: block;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: -22px;
  cursor: pointer;
}

.main-screen.ver_04 .form__label-checkbox::after {
  content: '';
  width: 14px;
  height: 14px;
  background: url(/i/icon__checkbox-d.svg) no-repeat 50% 50%;
  display: none;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: -22px;
  cursor: pointer;
}

.adv.ver_01 {
  height: 500px;
  position: relative;
}

.adv.ver_01 .slick-dots {
  display: none !important;
}

.adv.ver_01 .container-fluid {
  height: auto;
  padding: 0 100px;
}

.adv.ver_01 .adv__slider-item {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
}

.adv.ver_01 .adv__title {
  font-size: 3.25rem;
  line-height: 120%;
  margin-bottom: 30px;
}

.adv.ver_01 .adv__title span {
  color: var(--general-accent);
  font-weight: 700;
}

.adv.ver_01 .adv__slider-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 30px;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.adv.ver_01 .adv__slider-nav .slider-nav__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
  border: none;
  background: #fff;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.adv.ver_01 .adv__slider-nav .slider-nav__button path {
  stroke: var(--general-accent);
}

.adv.ver_01 .adv__slider-nav .slider-nav__button:hover {
  background: var(--general-accent);
}

.adv.ver_01 .adv__slider-nav .slider-nav__button:hover path {
  stroke: var(--general-white);
}

.adv.ver_01 .adv__slider-nav .slider-nav__prev {
  left: 0;
}

.adv.ver_01 .adv__slider-nav .slider-nav__next {
  right: 0;
}

.adv.ver_02 {
  height: 500px;
  position: relative;
}

.adv.ver_02 .container-fluid {
  height: auto;
  padding: 0 100px;
}

.adv.ver_02 .adv__slider-item {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
}

.adv.ver_02 .adv__title {
  font-size: 2.25rem;
  line-height: 120%;
  margin-bottom: 30px;
  color: var(--other-line);
}

.adv.ver_02 .adv__title span {
  color: var(--general-white);
  font-weight: 700;
  font-size: 3.5rem;
}

.adv.ver_02 .adv__more {
  background: var(--general-white);
  color: var(--general-accen);
}

.adv.ver_02 .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 24px;
}

.adv.ver_02 .slick-dots button {
  border: none;
  text-indent: -9999em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0 6px;
  opacity: 0.4;
  cursor: pointer;
}

.adv.ver_02 .slick-dots .slick-active button {
  opacity: 1;
}

.adv.ver_02 .adv__slider-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 30px;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.adv.ver_02 .adv__slider-nav .slider-nav__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
  border: none;
  background: #fff;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.adv.ver_02 .adv__slider-nav .slider-nav__button path {
  stroke: var(--general-accent);
}

.adv.ver_02 .adv__slider-nav .slider-nav__button:hover {
  background: var(--general-accent);
}

.adv.ver_02 .adv__slider-nav .slider-nav__button:hover path {
  stroke: var(--general-white);
}

.adv.ver_02 .adv__slider-nav .slider-nav__prev {
  left: 0;
}

.adv.ver_02 .adv__slider-nav .slider-nav__next {
  right: 0;
}

.content {
  background: #fff;
  padding: 140px 0;
  line-height: 160%;
}

.content .container-fluid {
  font-size: 1.125rem;
  color: var(--general-gray);
}

.content .content__title {
  font-size: 3rem;
  color: var(--general-black);
  margin-bottom: 60px;
  line-height: 120%;
}

.content h2 {
  font-size: 2rem;
  color: var(--general-black);
  line-height: 120%;
  margin-bottom: 24px;
}

.content h3 {
  font-size: 1.375rem;
  color: var(--general-black);
  line-height: 120%;
  margin-bottom: 24px;
}

.content .justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content a {
  text-decoration: underline;
}

.content .button {
  text-decoration: none;
}

.content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.content ul li {
  margin-bottom: 16px;
}

.content ul li::before {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--general-accent);
  margin-right: 16px;
}

.content ul li:last-child {
  margin-bottom: 0;
}

.content p {
  margin-bottom: 24px;
}

.content p:last-child {
  margin-bottom: 0;
}

.content table {
  width: 100%;
}

.content table tr:nth-child(2n+1) {
  background: var(--other-accent-light);
}

.content table th {
  background: var(--general-accent);
  color: var(--general-white);
  font-weight: 400;
  text-align: left;
  padding: 30px 24px;
  font-size: 1.125rem;
}

.content table td {
  padding: 24px;
  color: var(--general-black);
}

.content .content__table {
  overflow-x: auto;
}

.content.ver_01 .container-fluid {
  max-width: 960px;
}

.content.ver_01 .content__title {
  text-align: center;
}

.content.ver_02 .img-fluid {
  display: block;
  width: 100%;
}

.content.ver_02 .content__title {
  text-align: center;
}

.content.ver_02 .row {
  margin-bottom: 60px;
}

.content.ver_03 .content__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.ver_03 .content__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 150px;
}

.content.ver_03 .content__num {
  width: 586px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content.ver_03 .content__num-item {
  width: 50%;
  padding: 0 10px 20px;
}

.content.ver_03 .content__num-info {
  background: var(--other-accent-light);
  border-radius: 8px;
  height: 140px;
  padding: 25px;
}

.content.ver_03 .content__num-count {
  color: var(--general-accent);
  font-size: 3.75rem;
  line-height: 100%;
  margin-bottom: 12px;
  font-weight: 700;
}

.content.ver_03 .content__num-desc {
  font-size: 1.125rem;
  color: var(--general-black);
}

.content.ver_03 .content__more {
  margin-top: 60px;
}

.content.ver_04 .content__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.content.ver_04 .content__title {
  width: 447px;
}

.content.ver_04 .content__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 150px;
}

.content.ver_04 .content__more {
  margin-top: 40px;
}

.content.ver_05 .container-fluid {
  max-width: 960px;
}

.cards__product {
  padding: 140px 0;
}

.cards__product .product__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 40px;
}

.cards__product .product__category .product__category-link {
  width: calc(20% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
  border: 1px solid var(--other-line);
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 8px;
  color: #000;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  text-align: center;
}

.cards__product .product__category .product__category-link:hover {
  color: var(--general-accent);
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
}

.cards__product .product__category .product__category-link .product__category-img {
  margin-bottom: 16px;
}

.cards__product .product__category .product__category-link .product__category-img img {
  display: block;
  max-width: 100%;
}

.cards__product .product__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--other-line);
}

.cards__product .product__sort > * {
  margin-right: 24px;
}

/* Не было в верстке */
.cards__product .product__sort-link.active {
  color: black;
}


.cards__product .container-fluid .row {
  height: auto;
}

.cards__product .product__item {
  margin-bottom: 30px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  padding: 30px;
  background: #fff;
}

.cards__product .product__item:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  position: absolute;
  z-index: 5;
  left: 15px;
  right: 15px;
}

.cards__product .product__item:hover .product__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards__product .product__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}

.cards__product .product__image img {
  display: block;
  max-width: 100%;
}

.cards__product .product__articule {
  color: var(--general-gray);
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.cards__product .product__title {
  color: var(--general-black);
  font-size: 1.125rem;
  margin-bottom: 16px;
  line-height: 140%;
  display: block;
}

.cards__product .product__price {
  color: var(--general-black);
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cards__product .product__price-old {
  color: var(--general-gray);
  font-size: 1rem;
  line-height: 0.75rem;
  margin-left: 10px;
  text-decoration: line-through;
}

.cards__product .product__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  display: none;
}

.cards__product .product__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  border: 1px solid #DEDEDE;
  border-radius: 25px;
}

.cards__product .product__count span {
  display: block;
  padding: 0 10px;
  font-size: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.cards__product .product__count-input {
  width: 100%;
  border: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  min-width: 20px;
}

.cards__product .product__addcart {
  border: none;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  _width: 140px;
  height: 50px;
  _min-width: 140px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  padding: 0 10px;
  white-space: nowrap;
}

.cards__product .product__addcart:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.14);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination a {
  color: var(--general-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination a.active {
  background: var(--other-accent-light);
  color: var(--general-accent);
}

.pagination a:hover {
  color: var(--general-accent);
}

.pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 4px;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .pagination__arrow:hover .svg path {
  stroke: var(--general-accent);
}

.pagination .pagination__arrow .svg {
  width: 8px;
}

.pagination .pagination__arrow .svg path {
  stroke: var(--general-gray);
}

.card__product-item {
  padding: 140px 0;
}

.card__product-item .product__item-inner .product__image {
  padding-right: 80px;
  margin-bottom: 60px;
}

.card__product-item .product__item-inner .product__image .product__image-slick {
  margin-bottom: 20px;
}

.card__product-item .product__item-inner .product__image .product__image-slick-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card__product-item .product__item-inner .product__image .slider-nav__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
  border: none;
  background: var(--other-accent-light);
  cursor: pointer;
  padding: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card__product-item .product__item-inner .product__image .slider-nav__button path {
  stroke: var(--general-accent);
}

.card__product-item .product__item-inner .product__image .slider-nav__button:hover {
  background: var(--general-accent);
}

.card__product-item .product__item-inner .product__image .slider-nav__button:hover path {
  stroke: var(--general-white);
}

.card__product-item .product__item-inner .product__image .slider-nav__prev {
  left: 0;
}

.card__product-item .product__item-inner .product__image .slider-nav__next {
  right: 0;
}

.card__product-item .product__item-inner .product__image .product__image-slick-thumb .product__image-slick-item {
  padding: 0 25px;
  opacity: 0.5;
  cursor: pointer;
}

.card__product-item .product__item-inner .product__image .product__image-slick-thumb .product__image-slick-item.slick-current {
  opacity: 1;
}

.card__product-item .product__item-inner .product__image .product__image-slick-thumb .slick-list img {
  width: 100%;
}

.card__product-item .product__item-inner .cards__product {
  margin-bottom: 60px;
  padding-left: 80px;
}

.card__product-item .product__item-inner .product__title {
  font-size: 2.675rem;
}

.card__product-item .product__item-inner .product__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__product-item .product__item-inner .product__count {
  max-width: 125px;
}

.card__product-item .product__item-inner .product__price {
  font-size: 2.25rem;
}

.card__product-item .product__item-inner .product__articule {
  padding-bottom: 16px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--other-line);
}

.card__product-item .product__item-inner .product__tech {
  margin-bottom: 60px;
}

.card__product-item .product__item-inner .product__tech-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  color: var(--general-gray);
  margin-bottom: 20px;
  line-height: 120%;
}

.card__product-item .product__item-inner .product__tech-title {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__product-item .product__item-inner .product__tech-title span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  border-bottom: 1px dashed #DEDEDE;
  display: block;
  height: 16px;
}

.card__product-item .product__item-inner .product__tech-value {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  color: var(--general-black);
}

.card__product-item .product__desc {
  padding: 60px 0;
  background: var(--bg-light-prod);
}

.card__product-item .product__desc .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__product-item .product__desc-title {
  width: 358px;
  font-size: 2rem;
  line-height: 120%;
  font-weight: 700;
}

.card__product-item .product__desc-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card__product-item .product__desc-text p {
  margin-bottom: 24px;
  font-size: 1.125rem;
  line-height: 160%;
  color: var(--general-gray);
}

.card__product-item .product__desc-text p:last-child {
  margin-bottom: 0;
}

.card__product-item .product__more {
  padding: 60px 0 10px;
}

.card__product-item .product__more .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__product-item .cards__product {
  padding: 0;
}

.card__product-item .product__more-title {
  width: 358px;
  font-size: 2rem;
  line-height: 120%;
  font-weight: 700;
}

.card__product-item .product__more-slider {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  width: calc(100% - 358px);
  display: block;
  position: relative;
}

.card__product-item .product__more-slick {
  width: 100%;
}

.card__product-item .product__more-slick .slick-list {
  padding: 15px 25px 70px;
}

.card__product-item .product__more-slick .slider-nav__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
  border: none;
  background: var(--other-accent-light);
  cursor: pointer;
  padding: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card__product-item .product__more-slick .slider-nav__button path {
  stroke: var(--general-accent);
}

.card__product-item .product__more-slick .slider-nav__button:hover {
  background: var(--general-accent);
}

.card__product-item .product__more-slick .slider-nav__button:hover path {
  stroke: var(--general-white);
}

.card__product-item .product__more-slick .slider-nav__prev {
  left: 0;
}

.card__product-item .product__more-slick .slider-nav__next {
  right: 0;
}

.card__product-item .product__more-slick-item {
  position: relative;
}

.card__product-item .product__item:hover {
  left: auto;
  right: auto;
}

.search__full {
  padding: 40px 0;
}

.search__full .row > div:first-child {
  padding-right: 30px;
}

.search__full .row > div:last-child {
  padding-left: 30px;
}

.search .search__items {
  position: relative;
  padding: 40px;
  background: var(--bg-light-prod);
  border-radius: 8px;
  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;
}

.search .search__items .search__items-img {
  position: absolute;
  right: 0;
  top: 0;
}

.search .search__items .search__items-title {
  color: var(--general-black);
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 27px;
  position: relative;
}

.search .search__items .search__items-tabs {
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search .search__items .search__items-tab {
  background: #fff;
  padding: 2px;
  border: 1px solid var(--other-line);
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  border-radius: 20px;
}

.search .search__items .search__items-link {
  display: block;
  padding: 8px 15px;
  border-radius: 20px;
}

.search .search__items .search__items-link.active {
  color: #ffffff;
  background: var(--general-accent);
}

.search .search__items .search__items-tabc {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search .search__items .search__form {
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search .search__items .search__form.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search .search__items .search__select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 100%;
}

.search .search__items .search__select-wrap .search__form-select {
  width: calc(50% - 12px);
}

.search .search__items .search__select-wrap .search__form-select + .select2 {
  margin-bottom: 24px;
}

.search .search__items .search__select-wrap .search__form-select + .select2.select2-container--open .select2-selection--single {
  border-radius: 30px 30px 0 0;
}

.search .search__items .search__select-wrap .search__form-select + .select2 .select2-selection--single {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid var(--other-line);
}

.search .search__items .search__select-wrap .search__form-select + .select2 .select2-selection__arrow {
  background: url(/i/icon__arrow.svg) no-repeat 50% 50%;
  height: 60px;
  width: 60px;
  opacity: .5;
}

.search .search__items .search__select-wrap .search__form-select + .select2 .select2-selection__arrow b {
  display: none;
}

.search .search__items .search__checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 36px;
  width: 100%;
}

.search .search__items .search__form-button {
  font-family: "Nunito", sans-serif;
}

.search .search__items .search__form-select {
  display: block;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  color: #444;
  line-height: 1.3;
  padding: 0 24px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid var(--other-line);
  height: 60px;
  border-radius: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3637 1.52515L11.9495 0.110931L6.9997 5.06068L2.04996 0.110931L0.635742 1.52515L6.9997 7.88911L13.3637 1.52515Z' fill='%23808285'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 24px top 50%, 0 0;
  background-size: 1em auto, 100%;
  width: calc(50% - 12px);
  margin-bottom: 24px;
  cursor: pointer;
}

.search .search__items .search__label-checkbox {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search .search__items .search__label-checkbox .search__checkbox {
  position: absolute;
  opacity: 0;
}

.search .search__items .search__label-checkbox .search__checkbox:checked + .search__checkbox-title::before {
  content: '';
  width: 18px;
  height: 18px;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: -2px;
  z-index: 2;
}

.search .search__items .search__label-checkbox .search__checkbox:checked + .search__checkbox-title::after {
  background: var(--general-accent);
  border-color: var(--general-accent);
}

.search .search__items .search__label-checkbox .search__checkbox-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 26px;
}

.search .search__items .search__label-checkbox .search__checkbox-title::after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid var(--other-line);
  border-radius: 3px;
  left: 0;
  top: -2px;
}

.search .search__items .search__form-checkbox {
  width: calc(33.33% - 12px);
  margin-bottom: 24px;
}

.search .search__items .search__form-button {
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  margin-top: auto;
}

.search .search__result .search__result-wrap {
  border: 1px solid var(--other-line);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search .search__result .search__result-item {
  padding: 40px 70px;
  width: 50%;
}

.search .search__result .search__result-item:first-child {
  border-right: 1px solid var(--other-line);
}

.search .search__result .search__result-title {
  font-size: 1.625rem;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 40px;
}

.search .search__result .search__result-subtitle {
  line-height: 120%;
  margin-bottom: 10px;
  font-weight: 700;
}

.search .search__result .search__result-info {
  margin-bottom: 16px;
}

.search .search__result .search__result-info:last-child {
  margin-bottom: 0;
}

.search.ver_02 {
  height: 770px;
  position: relative;
}

.search.ver_02 .search__items {
  position: absolute;
  z-index: 5;
  height: auto;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
}

.search.ver_02 .container-fluid {
  height: auto;
  padding: 0 100px;
}

.search.ver_02 .search__items-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.search.ver_02 .search__items-title {
  margin-bottom: 10px;
}

.search.ver_02 .search__items-tab {
  margin-bottom: 40px;
}

.search.ver_02 .search__slider-item {
  height: 770px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
}

.search.ver_02 .search__title {
  font-size: 2.25rem;
  line-height: 120%;
  margin-bottom: 30px;
  color: var(--other-line);
}

.search.ver_02 .search__title span {
  color: var(--general-white);
  font-weight: 700;
  font-size: 3.5rem;
}

.search.ver_02 .search__more {
  background: var(--general-white);
  color: var(--general-accen);
}

.search.ver_02 .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 24px;
}

.search.ver_02 .slick-dots button {
  border: none;
  text-indent: -9999em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0 6px;
  opacity: 0.4;
  cursor: pointer;
}

.search.ver_02 .slick-dots .slick-active button {
  opacity: 1;
}

.search.ver_02 .search__slider-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 30px;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search.ver_02 .search__slider-nav .slider-nav__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
  border: none;
  background: #fff;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.search.ver_02 .search__slider-nav .slider-nav__button path {
  stroke: var(--general-accent);
}

.search.ver_02 .search__slider-nav .slider-nav__button:hover {
  background: var(--general-accent);
}

.search.ver_02 .search__slider-nav .slider-nav__button:hover path {
  stroke: var(--general-white);
}

.search.ver_02 .search__slider-nav .slider-nav__prev {
  left: 0;
}

.search.ver_02 .search__slider-nav .slider-nav__next {
  right: 0;
}

.cart {
  padding: 30px 0;
}

.cart .card__product-item {
  padding: 0;
}

.cart .cart__inner-select {
  background: var(--bg-light-prod);
  padding: 21px 20px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.cart .cart__label-checkbox {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cart .cart__label-checkbox .cart__checkbox {
  position: absolute;
  opacity: 0;
}

.cart .cart__label-checkbox .cart__checkbox:checked + .cart__label-title::before {
  content: '';
  width: 18px;
  height: 18px;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: -2px;
  z-index: 2;
}

.cart .cart__label-checkbox .cart__checkbox:checked + .cart__label-title::after {
  background: var(--general-accent);
  border-color: var(--general-accent);
}

.cart .cart__label-checkbox .cart__label-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 26px;
}

.cart .cart__label-checkbox .cart__label-title::after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid var(--other-line);
  border-radius: 3px;
  left: 0;
  top: -2px;
}

.cart .cart__row {
  border: 1px solid var(--other-line);
  border-radius: 8px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

.cart .cart__row .cart__label-checkbox {
  width: 18px;
  height: 18px;
  display: block;
}

.cart .cart__row-img {
  width: 58px;
  height: 58px;
  margin-left: 20px;
}

.cart .cart__row-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.cart .cart__row-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  margin-left: 20px;
}

.cart .cart__row-articule {
  margin-bottom: 8px;
  font-size: .875rem;
  color: var(--general-gray);
}

.cart .cart__row-title {
  color: var(--general-black);
  line-height: 120%;
  font-size: 1.5rem;
  font-weight: 600;
}

.cart .cart__count {
  -ms-flex-preferred-size: 106px;
  flex-basis: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}

.cart .cart__count .product__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #DEDEDE;
  border-radius: 25px;
  height: 50px;
}

.cart .cart__count .product__count span {
  display: block;
  padding: 0 10px;
  font-size: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.cart .cart__count .product__count-input {
  width: 100%;
  border: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  min-width: 20px;
}

.cart .cart__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 100%;
  font-weight: 700;
  font-size: 1.5rem;
}

.cart .cart__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart .cart__icon .cart__icon-fav {
  display: block;
}

.cart .cart__icon .cart__icon-fav:hover path {
  fill: var(--general-accent);
  stroke: var(--general-accent);
}

.cart .cart__icon .cart__icon-trash {
  display: block;
}

.cart .cart__icon .cart__icon-trash:hover path {
  stroke: var(--general-accent);
}

.cart .cart__cost {
  margin-top: 32px;
  text-align: right;
  font-size: 1.5rem;
  color: var(--general-gray);
  margin-bottom: 60px;
}

.cart .cart__cost-price {
  color: var(--general-black);
  font-weight: 700;
}

.cart .cart__order {
  background: var(--bg-light-prod);
  padding: 40px;
  border-radius: 8px;
}

.cart .cart__order .row {
  margin: 0 -20px;
}

.cart .cart__order .row .col-12 {
  padding-left: 20px;
  padding-right: 20px;
}

.cart .cart__order .cart__order-label {
  display: block;
  margin-bottom: 20px;
}

.cart .cart__order .cart__order-label:last-child {
  margin-bottom: 0;
}

.cart .cart__order .cart__order-label input[type=text] {
  width: 100%;
  border: 1px solid var(--other-line);
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  height: 60px;
  padding: 0 24px;
  border-radius: 30px;
}

.cart .cart__order .cart__order-label textarea {
  width: 100%;
  border: 1px solid var(--other-line);
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  height: 60px;
  padding: 22px 24px;
  border-radius: 30px;
  resize: none;
  height: 120px;
}

.cart .cart__order .cart__order-smalltitle {
  line-height: 120%;
  color: var(--general-gray);
  font-size: 0.875rem;
  margin-bottom: 20px;
}

.cart .cart__order .cart__order-pay {
  margin-bottom: 33px;
}

.cart .cart__order .cart__order-radio {
  display: block;
  margin-bottom: 16px;
}

.cart .cart__order .cart__order-radio input[type=text] {
  width: 100%;
  border: 1px solid var(--other-line);
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  height: 60px;
  padding: 0 24px;
  border-radius: 30px;
  margin-top: 17px;
  display: none;
}

.cart .cart__order .cart__order-radio input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.cart .cart__order .cart__order-radio input[type=radio]:checked + .cart__order-radio-title + input[type=text] {
  display: block;
}

.cart .cart__order .cart__order-radio input[type=radio]:checked + .cart__order-radio-title::after {
  display: block;
}

.cart .cart__order .cart__order-radio .cart__order-radio-title {
  line-height: 130%;
  font-size: 0.875rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 26px;
  display: block;
}

.cart .cart__order .cart__order-radio .cart__order-radio-title::before {
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid var(--other-line);
  border-radius: 9px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: -1px;
  left: 0px;
  cursor: pointer;
  background: #fff;
}

.cart .cart__order .cart__order-radio .cart__order-radio-title::after {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--general-accent);
  display: none;
  cursor: pointer;
  position: absolute;
  border-radius: 5px;
  top: 3px;
  left: 4px;
  cursor: pointer;
}

.cart .cart__order .cart__order-radio:last-child {
  margin-bottom: 0;
}

.cart .cart__order .cart__order-cost {
  margin-top: 40px;
  color: var(--general-gray);
  font-size: 1.5rem;
  margin-bottom: 34px;
  line-height: 110%;
}

.cart .cart__order .cart__order-cost-price {
  color: var(--general-accent);
  font-size: 2rem;
  font-weight: 700;
}

.cart .cart__order .cart__order-check {
  margin-bottom: 20px;
}

.cart .cart__order .cart__order-checkbox input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.cart .cart__order .cart__order-checkbox input[type=checkbox]:checked + .cart__order-checkbox-title::after {
  display: block;
}

.cart .cart__order .cart__order-checkbox-title {
  line-height: 130%;
  font-size: 0.875rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 22px;
  display: block;
}

.cart .cart__order .cart__order-checkbox-title::before {
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid var(--general-accent);
  display: block;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 0px;
  cursor: pointer;
}

.cart .cart__order .cart__order-checkbox-title::after {
  content: '';
  width: 14px;
  height: 14px;
  background: url(/i/icon__checkbox-d.svg) no-repeat 50% 50%;
  display: none;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0px;
  cursor: pointer;
}

.cart .cart__order-title {
  font-size: 2.25rem;
  line-height: 120%;
  margin-bottom: 40px;
}

.cart .cart__order-subtitle {
  font-size: 1.375rem;
  line-height: 120%;
  margin-bottom: 24px;
  font-weight: 700;
}

.cart .cart__order-button {
  width: 100%;
  font-size: 1rem;
}

.filter__page {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filter__page .filter {
  -ms-flex-preferred-size: 328px;
  flex-basis: 328px;
  margin-right: 30px;
  background: var(--bg-light-prod);
  padding: 30px;
  max-width: 328px;
  min-width: 328px;
  border-radius: 8px;
}

.filter__page .filter__title {
  font-size: 1.75rem;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 16px;
}

.filter__page .filter_clear {
  font-size: 0.875rem;
  line-height: 100%;
  margin-bottom: 3px;
  cursor: pointer;
}

.filter__page .filter__block {
  padding-bottom: 15px;
  margin-bottom: 15px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.filter__page .filter__block:last-child {
  padding: 0;
  margin: 0;
}

.filter__page .filter__block.close {
  margin-bottom: 0;
}

.filter__page .filter__block.close .filter__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter__page .filter__subtitle {
  font-size: 1.125rem;
  line-height: 100%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  cursor: pointer;
}

.filter__page .filter__subtitle .filter__arrow {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.filter__page .filter__subtitle .svg path {
  fill: var(--general-gray);
}

.filter__page .filter__scroll {
  overflow-y: auto;
  max-height: 150px;
}

.filter__page .filter__scroll::-webkit-scrollbar {
  width: 3px;
}

.filter__page .filter__scroll::-webkit-scrollbar-track {
  background-color: var(--other-accent-light);
  border-radius: 10px;
}

.filter__page .filter__scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-clip: content-box;
  background-color: var(--other-gray-dark);
}

.filter__page .filter__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-bottom: 16px;
}

.filter__page .filter__check:last-child {
  margin-bottom: 0;
}

.filter__page .filter__check .filter__check-input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.filter__page .filter__check .filter__check-input:checked + .filter__check-title::before {
  content: '';
  width: 18px;
  height: 18px;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: -2px;
  z-index: 2;
}

.filter__page .filter__check .filter__check-input:checked + .filter__check-title::after {
  background: var(--general-accent);
  border-color: var(--general-accent);
}

.filter__page .filter__check .filter__check-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 26px;
  position: relative;
}

.filter__page .filter__check .filter__check-title::after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid var(--other-line);
  border-radius: 3px;
  left: 0;
  top: -2px;
}

.filter__page .filter__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-bottom: 16px;
}

.filter__page .filter__radio:last-child {
  margin-bottom: 0;
}

.filter__page .filter__radio .filter__radio-input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.filter__page .filter__radio .filter__radio-input:checked + .filter__radio-title::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  background: var(--general-accent);
  border-radius: 50%;
  left: 4px;
  top: 2px;
  z-index: 2;
}

.filter__page .filter__radio .filter__radio-input:checked + .filter__radio-title::after {
  border-color: var(--general-accent);
}

.filter__page .filter__radio .filter__radio-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 26px;
  position: relative;
}

.filter__page .filter__radio .filter__radio-title::after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid var(--other-line);
  border-radius: 50%;
  left: 0;
  top: -2px;
}

.filter__page .filter__select {
  width: 100%;
}

.filter__page .filter__select + .select2 .select2-selection--single {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 23px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid var(--other-line);
}

.filter__page .filter__select + .select2 .select2-selection__arrow {
  background: url(/i/icon__arrow.svg) no-repeat 50% 50%;
  height: 46px;
  width: 46px;
  opacity: .5;
}

.filter__page .filter__select + .select2 .select2-selection__arrow b {
  display: none;
}

.filter__page .filter__more {
  font-size: .875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter__page .filter__more svg {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  width: 8px;
  margin-top: 2px;
}

.filter__page .filter__more svg path {
  fill: var(--general-accent);
}

.filter__page .filter__more::before {
  content: 'Показать всё';
  margin-right: 9px;
}

.filter__page .filter__more.filter__hide::before {
  content: 'Скрыть';
}

.filter__page .filter__more.filter__hide svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter__page .filter__button {
  height: 50px;
  font-size: 1rem;
  width: 100%;
}

.filter__page .filter__price-wrap {
  margin-bottom: 25px;
}

.filter__page .filter__price-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}

.filter__page .filter__price-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  height: 40px;
  border-radius: 20px;
  border: 1px solid var(--other-line);
  font-family: "Nunito", sans-serif;
  padding: 0 15px;
  font-size: 1rem;
  width: calc(50%);
}

.filter__page .filter__price-input:first-child {
  margin-right: 6px;
}

.filter__page .filter__price-input:last-child {
  margin-left: 6px;
}

.filter__page .filter__price.ui-widget-content {
  border: none;
  height: 4px;
  background: var(--other-accent-light);
}

.filter__page .filter__price.ui-widget-content .ui-slider-range {
  border: none;
  height: 4px;
  background: var(--general-accent);
}

.filter__page .filter__price.ui-widget-content .ui-slider-handle {
  width: 20px;
  height: 20px;
  background: var(--general-accent);
  border-radius: 10px;
  border: none;
  top: -8px;
  cursor: pointer;
}

.filter__page .filter__input-inputs {
  position: relative;
}

.filter__page .filter__input-input {
  height: 46px;
  border: 1px solid var(--other-line);
  font-family: "Nunito", sans-serif;
  padding: 0 15px;
  font-size: 1rem;
  width: 100%;
  border-radius: 23px;
}

.filter__page .filter__input-icon {
  position: absolute;
  top: 0px;
  right: 20px;
}

.filter__page .cards__product {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  padding: 0;
}

.search__page .filter__title {
  display: none;
}

.search__result .result_table__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.search__result .result_table__title {
  line-height: 120%;
  font-size: 2rem;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search__result .result_table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #EFEFEF;
  border-radius: 8px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
  color: var(--general-black);
  margin-bottom: 16px;
  padding: 0 16px;
}

.search__result .table-header__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 103px;
  flex: 0 0 103px;
}

.search__result .table-header__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
}

.search__result .table-header__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}

.search__result .table-header__date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 108px;
  flex: 0 0 108px;
  text-align: center;
}

.search__result .table-header__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  text-align: center;
}

.search__result .table-header__ava {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  text-align: center;
}

.search__result .table-header__amount {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 106px;
  flex: 0 0 106px;
  text-align: center;
}

.search__result .table-header__add-cart {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 136px;
  flex: 0 0 136px;
  text-align: center;
  margin-left: 15px;
}

.search__result .result_table__items {
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  margin-bottom: 40px;
  position: relative;
}

.search__result .result_table__items.more-items {
  padding-bottom: 25px;
  margin-bottom: 75px;
}

.search__result .table-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search__result .table-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px;
  margin-right: auto;
}

.search__result .item-info__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 23px;
  margin-bottom: 15px;
}

.search__result .item-info__img img {
  display: block;
  padding: 2px;
  width: 100%;
}

.search__result .item-info__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  margin-bottom: 15px;
  padding-top: 5px;
}

.search__result .item-info__title-name {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 120%;
  color: #222222;
}

.search__result .item-info__title-art {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 100%;
  color: var(--general-gray);
  margin-bottom: 8px;
}

.search__result .item-info__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  font-weight: 600;
  line-height: 140%;
  color: #999999;
  padding-top: 5px;
}

.search__result .table-item__var {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 565px;
  flex: 0 0 565px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search__result .table-item__var .item-var__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px 20px 20px 0;
  border-top: 1px solid #E3E3E3;
}

.search__result .table-item__var .item-var__item:first-child {
  border-radius: 0 10px 0 0;
  border: none;
}

.search__result .table-item__var .item-var__item:last-child {
  border-radius: 0 0 10px 0;
}

.search__result .table-item__var .item-var__item.hide-item {
  display: none;
}

.search__result .table-item__var .item-var__item.bg__green {
  background: #D2F8E2;
}

.search__result .table-item__var .item-var__item.bg__blue {
  background: #D1EAF9;
}

.search__result .table-item__var .item-var__date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 108px;
  flex: 0 0 108px;
  text-align: center;
}

.search__result .table-item__var .item-var__date .item-var__date-time {
  font-weight: bold;
  line-height: 21px;
  color: #222222;
}

.search__result .table-item__var .item-var__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 112px;
  flex: 0 0 112px;
  text-align: center;
  font-weight: bold;
  color: #222222;
}

.search__result .table-item__var .item-var__ava {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  text-align: center;
  font-weight: bold;
  color: #222222;
}

.search__result .table-item__var .item-var__amount {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 106px;
  flex: 0 0 106px;
}

.search__result .table-item__var .item-var__add-cart {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 136px;
  flex: 0 0 136px;
  margin-left: 15px;
}

.search__result .table-item__var .item-var__add-cart .add-cart__button {
  width: 100%;
  height: 50px;
  font-size: 1rem;
}

.search__result .table-item__var .item-var__add-cart .add-cart__button.in__cart {
  background: #33D219 !important;
}

.search__result .table-item__var .item-var__add-cart .add-cart__button:hover {
  border-color: #1976D2;
}

.search__result .table-item__var .item-var__amount-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--general-white);
  border: 1px solid var(--other-line);
  border-radius: 5px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 25px;
}

.search__result .table-item__var .item-var__amount-wrap .item-var__amount-minus {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  text-align: center;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 35px;
  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;
  background: url(/i/icon__minus.svg) no-repeat 50% 50%;
}

.search__result .table-item__var .item-var__amount-wrap .item-var__amount-minus:disabled {
  opacity: 0.35;
}

.search__result .table-item__var .item-var__amount-wrap .item-var__amount-plus {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  text-align: center;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 35px;
  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;
  background: url(/i/icon__plus.svg) no-repeat 50% 50%;
}

.search__result .table-item__var .item-var__amount-wrap .item-var__amount-plus:disabled {
  opacity: 0.35;
}

.search__result .table-item__var .item-var__amount-wrap .item-var__amount-input {
  text-align: center;
  font-weight: bold;
  padding: 0;
  font-size: 1rem;
  border: none;
  background: transparent;
  width: 100%;
  font-family: "Nunito", sans-serif;
}

.search__result .table-items__more {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  height: 50px;
  border-radius: 25px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  z-index: 2;
  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;
  width: 220px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.search__result .table-items__more .svg {
  margin-left: 10px;
}

.search__result .table-items__more:hover {
  color: #fff;
  background: #1976D2;
  border-color: #1976D2;
}

body .select2-dropdown {
  border: 1px solid var(--other-line);
}

body .select2-results__option {
  padding: 10px 15px;
}

body .select2-search--dropdown .select2-search__field {
  padding: 10px 15px;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
}

footer.ver_01 a {
  color: var(--general-white);
}

footer.ver_01 .footer__top {
  background: var(--bg-dark);
  color: var(--general-white);
}

footer.ver_01 .footer__top .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.ver_01 .footer__top .footer__logo {
  margin-bottom: 50px;
  display: block;
}

footer.ver_01 .footer__top .footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.125rem;
}

footer.ver_01 .footer__top .footer__contacts .svg {
  margin-right: 13.5px;
}

footer.ver_01 .footer__top .footer__contacts .svg path {
  stroke: #fff;
}

footer.ver_01 .footer__top .footer__contacts-phone {
  margin-bottom: 20px;
}

footer.ver_01 .footer__top .footer__contacts-mail {
  margin-bottom: 20px;
}

footer.ver_01 .footer__top .footer__contacts-mail svg {
  margin-left: 1.5px;
}

footer.ver_01 .footer__top .footer__contacts-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

footer.ver_01 .footer__top .contacts-soc__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--other-accent-light);
  border-radius: 50%;
}

footer.ver_01 .footer__top .contacts-soc__link + .contacts-soc__link {
  margin-left: 16px;
}

footer.ver_01 .footer__top .footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

footer.ver_01 .footer__top .footer__nav {
  width: 33.33%;
  margin-left: 55px;
}

footer.ver_01 .footer__top .footer__nav-title {
  font-size: 1.125rem;
  margin-bottom: 24px;
}

footer.ver_01 .footer__top .footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.ver_01 .footer__top .footer__nav-item + .footer__nav-item {
  margin-top: 20px;
}

footer.ver_01 .footer__top .footer__nav-link {
  font-size: 0.875rem;
  color: var(--other-gray-dark);
  line-height: 1.25rem;
}

footer.ver_01 .footer__bottom {
  background: var(--bg-dark-light);
}

footer.ver_01 .footer__bottom .container-fluid {
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.ver_01 .footer__bottom .footer__copy {
  width: 25%;
  font-size: 0.875rem;
  color: var(--general-white);
}

footer.ver_01 .footer__bottom .footer__create {
  width: 100%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--other-gray-dark);
  font-size: 0.875rem;
}

footer.ver_01 .footer__bottom .footer__create:first-child {
  margin-left: auto;
}

footer.ver_01 .footer__bottom .footer__create:last-child {
  margin-right: auto;
}

footer.ver_01 .footer__bottom .footer__create img {
  margin-left: 8px;
}

footer.ver_01 .footer__bottom .footer__privacy {
  width: 25%;
  font-size: 0.875rem;
}

footer.ver_01 .footer__bottom .footer__privacy-link {
  color: var(--general-white);
}

footer.ver_02 a {
  color: var(--general-white);
}

footer.ver_02 .footer__top {
  background: var(--bg-dark-light);
  color: var(--general-white);
}

footer.ver_02 .footer__top .container-fluid {
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.ver_02 .footer__top .footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.ver_02 .footer__top .footer__nav-link {
  display: block;
  margin: 0 27px;
  font-size: 1.125rem;
}

footer.ver_02 .footer__bottom {
  background: var(--other-accent-light);
}

footer.ver_02 .footer__bottom .container-fluid {
  min-height: 100px;
  padding-top: 80px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer.ver_02 .footer__bottom .footer__logo {
  margin-bottom: 50px;
  display: block;
}

footer.ver_02 .footer__bottom .footer__contacts-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

footer.ver_02 .footer__bottom .contacts-soc__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--general-accent);
  border-radius: 50%;
  margin: 0 12px;
}

footer.ver_02 .footer__bottom .contacts-soc__link .svg {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

footer.ver_02 .footer__bottom .contacts-soc__link .svg path {
  fill: #fff;
}

footer.ver_02 .footer__bottom .footer__copy {
  font-size: 0.875rem;
  color: var(--general-gray);
  margin-bottom: 40px;
}

footer.ver_02 .footer__bottom .footer__create {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--other-gray-dark);
  font-size: 0.875rem;
  min-height: 55px;
}

footer.ver_02 .footer__bottom .footer__create img {
  margin-left: 8px;
}

footer.ver_02 .footer__bottom .footer__privacy-link {
  color: var(--general-accent);
}

footer.ver_03 .footer__top {
  background: var(--bg-light);
}

footer.ver_03 .footer__top .container-fluid {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.ver_03 .footer__top .footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.ver_03 .footer__top .footer__nav-item + .footer__nav-item {
  margin-left: 52px;
}

footer.ver_03 .footer__top .footer__nav-link {
  display: block;
  font-size: 1.125rem;
}

footer.ver_03 .footer__bottom {
  background: var(--general-white);
}

footer.ver_03 .footer__bottom .container-fluid {
  padding-top: 80px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.ver_03 .footer__bottom .footer__logo {
  margin-bottom: 40px;
  display: block;
}

footer.ver_03 .footer__bottom .footer__contacts-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.ver_03 .footer__bottom .contacts-soc__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--other-accent-light);
  border-radius: 50%;
}

footer.ver_03 .footer__bottom .contacts-soc__link + .contacts-soc__link {
  margin-left: 16px;
}

footer.ver_03 .footer__bottom .contacts-soc__link .svg {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

footer.ver_03 .footer__bottom .footer__copy {
  font-size: 0.875rem;
  color: var(--general-gray);
  margin-bottom: 12px;
}

footer.ver_03 .footer__bottom .footer__create {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--general-accent);
  font-size: 0.875rem;
}

footer.ver_03 .footer__bottom .footer__create img {
  margin-left: 8px;
}

footer.ver_03 .footer__bottom .footer__privacy-link {
  color: var(--general-gray);
  margin-bottom: 38px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 38px;
  display: block;
}

footer.ver_03 .footer__bottom .footer__subtitle {
  font-size: 1.125rem;
  margin-bottom: 24px;
  font-weight: 700;
}

footer.ver_03 .footer__bottom .footer__adress {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: var(--general-gray);
  margin-bottom: 40px;
}

footer.ver_03 .footer__bottom .footer__contacts-phone {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-bottom: 12px;
  display: block;
}

footer.ver_03 .footer__bottom .footer__contacts-mail {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-bottom: 24px;
  display: block;
}

footer.ver_03 .footer__bottom .footer__contacts-btn {
  display: block;
  min-width: 260px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--general-accent);
  border-radius: 30px;
  color: #fff;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

footer.ver_03 .footer__bottom .footer__contacts-btn:hover {
  background: var(--bg-dark-light);
}

footer.ver_03 .scroll__up {
  width: 60px;
  height: 60px;
  background: var(--general-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

footer.ver_04 .footer__top {
  background: var(--bg-dark-light);
}

footer.ver_04 .footer__top .container-fluid {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.ver_04 .footer__top .footer__form-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: var(--general-white);
}

footer.ver_04 .footer__top .footer__form-wrap {
  width: 715px;
}

footer.ver_04 .footer__top .footer__form-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer.ver_04 .footer__top .footer__form-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 60px;
  border: 1px solid #fff;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 30px;
  background: transparent;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  color: #fff;
}

footer.ver_04 .footer__top .footer__form-input::-webkit-input-placeholder {
  color: #fff;
}

footer.ver_04 .footer__top .footer__form-input::-moz-placeholder {
  color: #fff;
}

footer.ver_04 .footer__top .footer__form-input:-ms-input-placeholder {
  color: #fff;
}

footer.ver_04 .footer__top .footer__form-button {
  height: 60px;
  width: 220px;
  border-radius: 30px;
  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-left: 30px;
  border: 1px solid #fff;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
}

footer.ver_04 .footer__top .footer__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.ver_04 .footer__top .footer__form-row + .footer__form-row {
  margin-top: 14px;
}

footer.ver_04 .footer__top .footer__form-chekbox__label {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.125rem;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}

footer.ver_04 .footer__top .footer__form-chekbox__label a {
  color: #ffffff;
  text-decoration: underline;
}

footer.ver_04 .footer__top .footer__form-chekbox__label a:hover {
  text-decoration: none;
}

footer.ver_04 .footer__top .footer__form-chekbox__label::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #fff;
}

footer.ver_04 .footer__top .footer__form-chekbox__label::before {
  content: '';
  width: 9px;
  height: 7px;
  position: absolute;
  left: 3px;
  top: 3px;
  background: url(/i/icon__checkbox.svg) no-repeat;
  display: none;
}

footer.ver_04 .footer__top .footer__form-checkbox {
  opacity: 0;
  position: absolute;
}

footer.ver_04 .footer__top .footer__form-checkbox:checked + .footer__form-chekbox__label::before {
  display: block;
}

footer.ver_04 .footer__bottom {
  background: var(--general-white);
}

footer.ver_04 .footer__bottom .container-fluid {
  padding-top: 80px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.ver_04 .footer__bottom .footer__col {
  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;
}

footer.ver_04 .footer__bottom .footer__logo {
  margin-bottom: 40px;
  display: block;
}

footer.ver_04 .footer__bottom .footer__contacts-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

footer.ver_04 .footer__bottom .contacts-soc__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--other-accent-light);
  border-radius: 50%;
}

footer.ver_04 .footer__bottom .contacts-soc__link + .contacts-soc__link {
  margin-left: 16px;
}

footer.ver_04 .footer__bottom .footer__copy {
  font-size: 0.875rem;
  color: var(--general-gray);
  margin-bottom: 12px;
}

footer.ver_04 .footer__bottom .footer__create {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--general-gray);
  font-size: 0.875rem;
  margin-top: auto;
  -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-top: auto;
}

footer.ver_04 .footer__bottom .footer__create img {
  margin-top: 8px;
}

footer.ver_04 .footer__bottom .footer__privacy-link {
  color: var(--general-black);
  margin-top: auto;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: block;
}

footer.ver_04 .footer__bottom .footer__privacy-link:hover {
  text-decoration: underline;
}

footer.ver_04 .footer__bottom .footer__subtitle {
  font-size: 1.125rem;
  margin-bottom: 24px;
  font-weight: 700;
}

footer.ver_04 .footer__bottom .footer__subtitle + * {
  margin-top: 0;
}

footer.ver_04 .footer__bottom .footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

footer.ver_04 .footer__bottom .footer__nav-item {
  margin-bottom: 20px;
}

footer.ver_04 .footer__bottom .footer__nav-link {
  display: block;
  line-height: 1.375rem;
  color: var(--general-gray);
}

footer.ver_04 .footer__bottom .footer__nav-link:hover {
  text-decoration: underline;
}

footer.ver_04 .footer__bottom .footer__contacts-city {
  line-height: 1.375rem;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.ver_04 .footer__bottom .footer__contacts-city .svg {
  margin-right: 13.5px;
}

footer.ver_04 .footer__bottom .footer__contacts-phone {
  line-height: 1.375rem;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--general-black);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.ver_04 .footer__bottom .footer__contacts-phone .svg {
  margin-right: 13.5px;
}

footer.ver_04 .footer__bottom .footer__contacts-mail {
  line-height: 1.375rem;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--general-black);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.ver_04 .footer__bottom .footer__contacts-mail .svg {
  margin-right: 13.5px;
  margin-left: 1.5px;
}

footer.ver_04 .footer__bottom .footer__contacts-btn {
  display: block;
  min-width: 260px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--general-accent);
  border-radius: 30px;
  color: #fff;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

footer.ver_04 .footer__bottom .footer__contacts-btn:hover {
  background: var(--bg-dark-light);
}

footer.ver_04 .scroll__up {
  width: 60px;
  height: 60px;
  background: var(--general-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

footer.ver_05 a {
  color: var(--general-white);
}

footer.ver_05 .footer__top {
  background: var(--bg-dark);
  color: var(--general-white);
}

footer.ver_05 .footer__top .container-fluid {
  padding-top: 100px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.ver_05 .footer__top .footer__logo {
  margin-bottom: 50px;
  display: block;
}

footer.ver_05 .footer__top .footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer.ver_05 .footer__top .footer__contacts .svg {
  margin-right: 13.5px;
}

footer.ver_05 .footer__top .footer__contacts .svg path {
  stroke: #fff;
}

footer.ver_05 .footer__top .footer__contacts-phone {
  margin-bottom: 20px;
  font-size: 1.5rem;
  white-space: nowrap;
}

footer.ver_05 .footer__top .footer__contacts-time {
  font-size: .875rem;
  color: var(--other-gray-dark);
  display: inline;
}

footer.ver_05 .footer__top .footer__contacts-mail {
  margin-bottom: 20px;
}

footer.ver_05 .footer__top .footer__contacts-mail svg {
  margin-left: 1.5px;
}

footer.ver_05 .footer__top .footer__contacts-city {
  margin-bottom: 40px;
}

footer.ver_05 .footer__top .footer__form-title {
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: var(--general-white);
  margin-bottom: 16px;
}

footer.ver_05 .footer__top .footer__form-wrap {
  max-width: 380px;
  width: 100%;
}

footer.ver_05 .footer__top .footer__form-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer.ver_05 .footer__top .footer__form-input {
  height: 58px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 30px;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  color: #808285;
  border: none;
  width: 100%;
}

footer.ver_05 .footer__top .footer__form-input::-webkit-input-placeholder {
  color: #808285;
}

footer.ver_05 .footer__top .footer__form-input::-moz-placeholder {
  color: #808285;
}

footer.ver_05 .footer__top .footer__form-input:-ms-input-placeholder {
  color: #808285;
}

footer.ver_05 .footer__top .footer__form-button {
  height: 56px;
  width: 56px;
  border-radius: 28px;
  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: none;
  background: transparent;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

footer.ver_05 .footer__top .footer__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

footer.ver_05 .footer__top .footer__form-row + .footer__form-row {
  margin-top: 14px;
}

footer.ver_05 .footer__top .footer__form-chekbox__label {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.125rem;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}

footer.ver_05 .footer__top .footer__form-chekbox__label a {
  color: #ffffff;
  text-decoration: underline;
}

footer.ver_05 .footer__top .footer__form-chekbox__label a:hover {
  text-decoration: none;
}

footer.ver_05 .footer__top .footer__form-chekbox__label::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #fff;
}

footer.ver_05 .footer__top .footer__form-chekbox__label::before {
  content: '';
  width: 9px;
  height: 7px;
  position: absolute;
  left: 3px;
  top: 3px;
  background: url(/i/icon__checkbox.svg) no-repeat;
  display: none;
}

footer.ver_05 .footer__top .footer__form-checkbox {
  opacity: 0;
  position: absolute;
}

footer.ver_05 .footer__top .footer__form-checkbox:checked + .footer__form-chekbox__label::before {
  display: block;
}

footer.ver_05 .footer__top .footer__contacts-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

footer.ver_05 .footer__top .contacts-soc__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--bg-dark-light);
  border-radius: 50%;
}

footer.ver_05 .footer__top .contacts-soc__link + .contacts-soc__link {
  margin-left: 16px;
}

footer.ver_05 .footer__top .contacts-soc__link svg path {
  fill: #fff;
}

footer.ver_05 .footer__top .footer__title {
  font-size: 1.375rem;
  line-height: 1.375rem;
  border-bottom: 1px solid #29314F;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

footer.ver_05 .footer__top .footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.ver_05 .footer__top .footer__nav-list.two__cols {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}

footer.ver_05 .footer__top .footer__nav-item + .footer__nav-item {
  margin-top: 20px;
}

footer.ver_05 .footer__top .footer__nav-link {
  color: var(--general-white);
}

footer.ver_05 .footer__top .footer__nav-link:hover {
  text-decoration: underline;
}

footer.ver_05 .footer__bottom {
  background: var(--bg-dark);
  color: var(--general-gray);
}

footer.ver_05 .footer__bottom .line__top {
  border-color: var(--bg-dark-light);
}

footer.ver_05 .footer__bottom .container-fluid {
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.ver_05 .footer__bottom .footer__copy {
  width: 25%;
  font-size: 0.875rem;
  color: var(--other-gray-dark);
}

footer.ver_05 .footer__bottom .footer__create {
  width: 100%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--other-gray-dark);
  font-size: 0.875rem;
}

footer.ver_05 .footer__bottom .footer__create:first-child {
  margin-left: auto;
}

footer.ver_05 .footer__bottom .footer__create:last-child {
  margin-right: auto;
}

footer.ver_05 .footer__bottom .footer__create img {
  margin-left: 8px;
}

footer.ver_05 .footer__bottom .footer__privacy {
  width: 25%;
}

footer.ver_05 .footer__bottom .footer__privacy-link {
  color: var(--other-gray-dark);
  font-size: 0.875rem;
}

.animate__menu #nav__mobile {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.animate__treemenu #nav__treemenu {
  opacity: 1;
  margin-left: 0;
  z-index: 2;
}

.nav__mobile-close {
  display: block;
  position: relative;
  z-index: 2;
}

#nav__mobile-bg {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

#nav__treemenu {
  position: absolute;
  width: 100%;
  top: 110px;
  border-top: 1px solid #DEDEDE;
  opacity: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  margin-left: -25px;
}

#nav__treemenu .container-fluid {
  padding: 0;
}

#nav__treemenu .nav__treemenu__list {
  background: #fff;
  margin: 0;
  padding: 15px;
  list-style: none;
  position: relative;
}

#nav__treemenu .nav__treemenu__list.level__two {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  margin-left: 25px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

#nav__treemenu .nav__treemenu__list.level__two::before {
  content: '';
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #DEDEDE;
  left: 0;
}

#nav__treemenu .nav__treemenu__list .nav__treemenu__item {
  width: 280px;
}

#nav__treemenu .nav__treemenu__list .nav__treemenu__item:hover > .nav__treemenu__link {
  background: var(--other-accent-light);
  border-radius: 8px;
}

#nav__treemenu .nav__treemenu__list .nav__treemenu__item:hover > .nav__treemenu__link.has__children::after {
  opacity: 1;
}

#nav__treemenu .nav__treemenu__list .nav__treemenu__item:hover .nav__treemenu__list {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

#nav__treemenu .nav__treemenu__list .nav__treemenu__item .nav__treemenu__link {
  position: relative;
  z-index: 2;
  display: block;
  padding: 16px 12px;
  color: #000;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#nav__treemenu .nav__treemenu__list .nav__treemenu__item .nav__treemenu__link.has__children::after {
  display: block;
  content: '';
  width: 7px;
  height: 12px;
  background: url(/i/icon__arrow-tree.svg) no-repeat;
  margin-top: 1px;
  opacity: 0.5;
}

#nav__treemenu .nav__treemenu__list::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  right: calc(100%);
  width: 9999px;
  z-index: 0;
}

#nav__mobile {
  background: #fff;
  width: 320px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 0;
  top: 0px;
  height: 100%;
  z-index: 5;
  overflow-x: auto;
  padding: 40px;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#nav__mobile .mobile__nav {
  width: 100%;
}

#nav__mobile .mobile__list {
  list-style: none;
  padding: 20px 0;
  margin: 0;
}

#nav__mobile .mobile__list .mobile__item {
  margin-bottom: 32px;
}

#nav__mobile .mobile__list .mobile__item.open .mobile__link.has__children:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#nav__mobile .mobile__list .mobile__link {
  font-size: 1.5rem;
  display: block;
  position: relative;
  color: var(--general-black);
  -webkit-transition-duration: 0.25em;
  transition-duration: 0.25em;
}

#nav__mobile .mobile__list .mobile__link:hover {
  color: var(--general-accent);
}

#nav__mobile .mobile__list .mobile__link.has__children:after {
  content: '';
  background: url(/i/arrow.svg) no-repeat 50% 50%;
  height: 47px;
  width: 47px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

#nav__mobile .mobile__list .mobile__list-child {
  list-style: none;
  padding: 0 0 0 0px;
  margin: 0;
  background: rgba(0, 0, 0, 0.05);
  display: none;
}

#nav__mobile .mobile__list .mobile__list-child .mobile__item-child {
  position: relative;
}

#nav__mobile .mobile__list .mobile__list-child .mobile__item-child.open .mobile__link-child.has__children:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#nav__mobile .mobile__list .mobile__list-child .mobile__item-child .mobile__link-child.has__children:after {
  content: '';
  background: url(/i/arrow.svg) no-repeat 50% 50%;
  height: 47px;
  width: 47px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

#nav__mobile .mobile__list .mobile__list-child .mobile__item-child .mobile__link-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px 10px 30px;
}

#nav__mobile .mobile__list .mobile__list-child .mobile__item-child .mobile__link-child img {
  margin-right: 15px;
}

#nav__mobile .mobile__list .mobile__list-child .mobile__list-child {
  list-style: none;
  padding: 0 0 0 0px;
  margin: 0;
  background: rgba(0, 0, 0, 0.05);
}

#nav__mobile .mobile__list .mobile__list-child .mobile__list-child .mobile__item-child .mobile__link-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px 10px 50px;
}

#nav__mobile .mobile__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
  width: 100%;
}

#nav__mobile .mobile__info .bar-info__phone {
  color: var(--general-black);
  font-size: 1.375rem;
  margin-bottom: 24px;
}

#nav__mobile .mobile__info .bar-info__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  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-weight: 700;
  color: var(--general-white);
  background: var(--general-accent);
  border: 1px solid var(--general-accent);
  border-radius: 25px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  width: 100%;
}

#nav__mobile .mobile__info .bar-info__call:hover {
  background: var(--general-white);
  color: var(--general-accent);
}

/*В верстке не было*/
.techno {
  text-align: center;
  padding: 20px 0 10px 0;
}

/*В верстке не было*/
.techno_button {
  padding: 10px 0;
}

/*В верстке не было*/
.hidden {
  display: none;
}

.item__mycount {

  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  color: #AFAFAF;
  color: var(--general-gray);
  margin-bottom: 25px;
}

.catalog__mycount-item {
  color: #EB5757;
  margin-left: 5px;
}


/*# sourceMappingURL=main.css.map */