/*
СЛАЙДЕРЫ И ШАПКИ правятся тут
\src\_partials\sections\headers\header-1.pug
\src\assets\css\includes\content.less
\src\_partials\headers.pug
*/
/* При вкючении баннера требуется добавить шапке класс "container", а так же использовать слайдеры не на всю ширину экрана */
/* В slider-1 background шапки (header) прозрачный и она всегда прозрачная на главной странице.
На всех остальных страницах сайта шапка имеет цвет который выбрал пользователь.
*/
/* раскоментировать если контейнер больше 1200
.slick-slide img{
  width: 100%;
  max-height: 360px;
}
*/
/*  GENERALES
–––––––––––––––––––––––––––*/
html {
  font-family: "PTSans";
  font-size: 13px;
  box-sizing: border-box;
}
html,
body,
ul {
  margin: 0;
  padding: 0;
}
body {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-decoration: none;
}
button {
  border: none;
  cursor: pointer;
  background: none;
  outline: none;
}
/* ------ Normalize ----- */
*,
*:after,
*:before {
  box-sizing: border-box;
}
a {
  color: inherit;
}
ul,
li,
a {
  text-decoration: none;
  list-style: none;
}
input {
  background: transparent;
  border: none;
  outline: none;
  font-family: "PTSans";
}
.background-banner {
  position: fixed;
  height: 100vh;
  z-index: -1;
  width: 100%;
  background: url("../img/main-banner.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.title {
  margin: 20px 0 15px;
}
.services {
  margin-top: 20px;
}
/* ------ Ho ----- */
.cart-close-ic {
  width: 9px;
  height: 9px;
}
.rating-ic {
  width: 16px;
  height: 16px;
}
.like-ic {
  width: 17px;
  height: 15px;
}
.cart-ic {
  fill: none !important;
  width: 20px;
  height: 18px;
}
.sign-ic {
  width: 12px;
  height: 14px;
}
.logo-ic {
  width: 155px;
  height: 55px;
}
.arrow-down-ic {
  fill: none;
  width: 11px;
  height: 9px;
  stroke: inherit;
}
.arrow-triangle {
  width: 10px;
  height: 9px;
}
.back-arrow {
  width: 16px;
  height: 14px;
}
.header {
  overflow: visible;
  position: relative;
  z-index: 10;
  background: #ffffff;
  transition: all 0.5s ease;
}
.header.container .header__top > div {
  padding: 0 10px;
}
.header.container .header__middle .container {
  padding: 10px 10px;
}
.header.container .header__bottom > div {
  padding: 0 10px;
}
.header_slider-under {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  z-index: 1;
}
.header_slider-under .logo {
  fill: #000000;
}
.header_slider-under .menu__sm li {
  color: #000000;
}
.header_slider-under .phone-dropdown {
  color: #000000;
}
.header_slider-under .phone-dropdown__arrow-ic {
  fill: #000000;
}
.header_slider-under .cart-ic {
  stroke: #000000;
}
.header_slider-under .sign {
  color: #000000;
}
.header_slider-under .sign svg {
  fill: #000000;
}
.header_slider-under .sign__phrase {
  color: #000000;
}
.header_slider-under .logo {
  fill: #000000;
}
.header_slider-under .place {
  color: #000000;
}
.header_slider-under .place__select__arrow-ic {
  fill: #000000;
}
.header_slider-under .place__text {
  color: #000000;
}
.header_slider-under .user-counts__item__link {
  fill: #000000;
  stroke: #000000;
}
.header_slider-under .user-counts .cart-link span {
  color: #000000;
}
.header_slider-under .menu__item {
  color: #000000;
}
.header_slider-under .menu__item svg {
  stroke: #000000;
}
.header_slider-under .callback-btn:hover {
  color: #000000;
}
.header_slider-under .menu .flexMenu-viewMore {
  color: #000000;
}
.header_white {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  position: relative;
  z-index: 2;
}
.header_white .menu__sm li {
  color: #ffffff;
}
.header_white .logo {
  fill: #000000;
}
.header_white .phone-dropdown {
  color: #ffffff;
}
.header_white .phone-dropdown__arrow-ic {
  fill: #ffffff;
}
.header_white .phone-dropdown__phone-ic {
  fill: orange;
}
.header_white .cart-ic {
  stroke: #ffffff;
}
.header_white .sign {
  color: #ffffff;
}
.header_white .sign svg {
  fill: #ffffff;
}
.header_white .sign__phrase {
  color: #ffffff;
}
.header_white .logo {
  fill: #ffffff;
}
.header_white .place {
  color: #ffffff;
}
.header_white .place__select__arrow-ic {
  fill: #ffffff;
}
.header_white .place__text {
  color: #ffffff;
}
.header_white .user-counts__item__link {
  fill: #ffffff;
  stroke: #ffffff;
}
.header_white .user-counts .cart-link span {
  color: #ffffff;
}
.header_white .menu__item {
  color: #ffffff;
}
.header_white .menu__item svg {
  stroke: #ffffff;
}
.header_white .callback-btn:hover {
  color: #ffffff;
}
.header_white .menu .flexMenu-viewMore {
  color: #ffffff;
}
.header__top {
  background: none;
}
.header__top.full-width-border {
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}
.header__top.full-width-border > div {
  border-bottom: none;
}
.header__top > div {
  display: flex;
  align-items: center;
  height: 35px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}
.header__middle {
  background: none;
}
.header__middle > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.header__bottom {
  background: none;
}
.header__bottom.full-width-border {
  border-top: 1px solid rgba(217, 217, 217, 0.2);
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}
.header__bottom.full-width-border > div {
  border: none;
}
.header__bottom > div {
  border-top: 1px solid rgba(217, 217, 217, 0.2);
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}
.logo {
  fill: red;
}
.menu__sm li {
  display: inline-block;
  margin-right: 20px;
  font-size: 0.85rem;
  color: #333333;
}
.menu__sm li:last-child {
  margin-right: 0;
}
.menu__sm li:hover {
  color: orange;
}
.menu__sm__popup {
  padding: 10px 5px;
}
.menu {
  position: relative;
  height: 50px;
  font-size: 0;
}
.menu__item,
.menu .flexMenu-viewMore {
  display: inline-block;
  flex: 1 0 auto;
  height: 100%;
  padding: 0 20px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 50px;
  text-align: center;
  color: red;
  border-right: 1px solid rgba(217, 217, 217, 0.2);
  cursor: pointer;
}
.menu__item .burger-catalog,
.menu .flexMenu-viewMore .burger-catalog {
  width: 15px;
  height: 12px;
  margin-right: 20px;
  stroke: red;
}
.menu__item:hover,
.menu .flexMenu-viewMore:hover,
.menu__item.active,
.menu .flexMenu-viewMore.active {
  color: #438be3;
  border-bottom: 2px solid #438be3;
}
.menu__item:hover svg,
.menu .flexMenu-viewMore:hover svg,
.menu__item.active svg,
.menu .flexMenu-viewMore.active svg {
  stroke: #438be3;
}
.menu__item:first-child,
.menu .flexMenu-viewMore:first-child {
  border-left: 1px solid rgba(217, 217, 217, 0.2);
}
.menu__item .arrow-down-ic,
.menu .flexMenu-viewMore .arrow-down-ic {
  margin-left: 15px;
  vertical-align: middle;
  stroke: red;
}
.flexMenu-viewMore {
  position: relative;
}
.flexMenu-popup {
  right: 0;
  z-index: 1;
  background: #ffffff;
}
.flexMenu-popup svg {
  display: none;
}
.flexMenu-popup .dropdown__content {
  display: none !important;
}
.flexMenu-popup .menu__item {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  color: #333333;
  border-bottom: 1px solid #eff1f5;
}
.flexMenu-popup .menu__item:hover {
  color: orange;
  background: #ecf4ff;
  border-bottom: 1px solid #eff1f5;
}
.flexMenu-popup .menu__item a {
  white-space: nowrap;
}
.phone-dropdown {
  position: relative;
  margin-right: 37px;
  margin-left: auto;
  padding-left: 15px;
  font-weight: bold;
  color: red;
}
.phone-dropdown__phone-ic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  fill: #438be3;
}
.phone-dropdown__arrow-ic {
  width: 6px;
  height: 3px;
  margin-top: -1.5px;
  vertical-align: middle;
  fill: red;
}
.phone-dropdown__list {
  position: absolute;
  right: 0;
  z-index: 2;
  display: none;
  width: max-content;
  margin: 0 auto;
  padding: 13px 15px 9px;
  font-weight: 500;
  color: #333333;
  background: #ffffff;
  border: 1px solid rgba(217, 217, 217, 0.2);
  border-top: none;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.phone-dropdown__item {
  margin-bottom: 13px;
  font-size: calc(13px + 1px);
}
.phone-dropdown__item__img {
  display: inline-block;
  width: 18px;
  margin-right: 12px;
  vertical-align: middle;
  text-align: center;
}
.phone-dropdown__item__img img {
  vertical-align: sub;
}
.phone-dropdown__item span {
  font-weight: 500;
  margin-left: 30px;
  margin-top: -4px;
  font-size: 13px;
  line-height: 16px;
  color: #999999;
}
.phone-dropdown__item > span {
  display: block;
  margin-left: 28px;
}
.phone-dropdown__item__link.phone {
  font-weight: bold;
}
.phone-dropdown__item__link span {
  margin-left: 8px;
}
.phone-dropdown__item__link:hover {
  color: orange;
}
.phone-dropdown__item span {
  font-weight: 500;
  color: #999999;
}
.phone-dropdown__item > span {
  display: block;
  margin-left: 28px;
}
.phone-dropdown:hover {
  color: orange;
}
.phone-dropdown:hover .phone-dropdown__list {
  display: block;
}
.callback-btn {
  display: inline-block;
  margin-top: 5px;
  margin-left: 17px;
  font-size: 0.928rem;
  color: #438be3;
}
.callback-btn:hover {
  color: #333333;
}
.sign {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-weight: bold;
  font-size: 1.07rem;
  color: red;
}
.sign__phrase {
  display: block;
  font-size: 13px;
  line-height: 17px;
  color: #999999;
}
.sign-ic {
  width: 18px;
  height: 20px;
  margin-right: 10px;
  vertical-align: text-top;
  fill: red;
}
.sign:hover {
  color: orange;
}
.sign:hover .sign-ic {
  fill: orange;
}
.place {
  display: block;
  margin-left: 60px;
}
.place-ic {
  position: absolute;
  left: -18px;
  width: 14px;
  height: 21px;
  fill: none;
  stroke: #438be3;
  stroke-width: 1.5px;
}
.place__text {
  position: relative;
  font-weight: bold;
  font-size: 1rem;
  color: #333333;
}
.place__select {
  display: block;
  color: #438be3;
  cursor: pointer;
}
.place__select__arrow-ic {
  width: 9px;
  height: 8px;
  vertical-align: middle;
  fill: #333333;
}
.place__select__list {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  max-width: 160px;
  max-height: 270px;
  padding: 0 10px 0 5px;
  overflow-y: auto;
  color: #000000;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.place__select__item {
  padding-left: 10px;
  line-height: 34px;
  border-bottom: 1px solid #eff1f5;
  transition: color 0.4s ease;
}
.place__select__item:hover {
  color: orange;
}
.place__select:hover .place__select__list {
  display: block;
}
.search {
  display: flex;
  flex: 1 0 auto;
  height: 40px;
  margin-right: 35px;
  margin-left: 50px;
  background: #ffffff;
  border: 1px solid #EDEDED;
  border-radius: 3px;
}
.search-field-ic {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #333333;
}
.search__input {
  width: 100%;
  padding: 0 20px;
}
.search__btn {
  margin-right: 10px;
}
.search__btn svg {
  vertical-align: middle;
}
.search-ic {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: red;
}
.user-counts {
  display: flex;
  align-items: center;
}
.user-counts__item {
  margin-right: 25px;
}
.user-counts__item__link {
  position: relative;
  fill: red;
  stroke: red;
}
.user-counts__item__link__text {
  color: red;
}
.user-counts__item__link:hover svg {
  fill: orange;
  stroke: orange;
}
.user-counts__item__num {
  position: absolute;
  bottom: 10px;
  left: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-weight: bold;
  font-size: 0.71rem;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background: red;
  border-radius: 20px;
}
.user-counts__item__num.empty {
  background: #bcbcbc;
}
.user-counts__item:last-child {
  margin: 0;
}
.user-counts__item.cart {
  align-items: center;
}
.user-counts .cart-link-wrap {
  margin-left: 25px;
}
.user-counts .cart-link {
  font-size: 1.076rem;
  color: red;
}
.user-counts .cart-link span {
  display: block;
  margin-top: 8px;
  font-size: 0.84rem;
  color: red;
}
.dropdown:hover .dropdown__content {
  display: block;
}
.dropdown__content {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 20;
  display: none;
  padding: 15px 15px 0;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.dropdown-1 {
  max-height: 515px;
  overflow-y: auto;
  text-align: left;
}
.dropdown-1__list {
  display: flex;
  flex-wrap: wrap;
}
.dropdown-1__list__item {
  display: flex;
  align-items: flex-start;
  width: 25%;
  margin-bottom: 30px;
}
.dropdown-1__inside {
  margin-left: 15px;
  line-height: normal;
}
.dropdown-1__inside__title {
  font-weight: bold;
  font-size: 15px;
  color: #333333;
}
.dropdown-1__inside__title:hover {
  color: orange;
}
.dropdown-1__inside__list {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #888888;
}
.dropdown-1__inside__list a:hover {
  color: orange;
}
.dropdown-1__inside__sublist {
  margin-left: 20px;
}
.dropdown-2__list {
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
  text-align: left;
}
.dropdown-2__list__item {
  width: 25%;
  margin-bottom: 30px;
}
.dropdown-2__list__item > a {
  color: #333333;
}
.dropdown-2__list__item > a:hover {
  color: orange;
}
.dropdown-2__list__item.col-3 {
  width: 33.3333%;
}
.dropdown-2__list__item.col-2 {
  width: 50%;
}
.dropdown-2__sublist {
  margin-top: 10px;
  font-weight: normal;
  font-size: 1rem;
  line-height: 22px;
  color: orange;
}
.dropdown-2__sublist li {
  display: inline-block;
  margin-right: 15px;
}
.dropdown-2__sublist li:hover {
  color: #888888;
}
.dropdown-3 {
  position: relative;
}
.dropdown-3 .dropdown__content {
  right: auto;
  left: 0;
  padding: 0;
  border-left: 5px solid orange;
  border-radius: 0;
}
.dropdown-3__list,
.dropdown-3__sublist {
  width: 250px;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.dropdown-3__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 0 15px;
  font-weight: normal;
  line-height: 15px;
  color: #333333;
  border-bottom: 1px solid #eff1f5;
}
.dropdown-3__item svg {
  stroke: #333333 !important;
}
.dropdown-3__item:hover {
  color: orange;
  background: #ecf4ff;
}
.dropdown-3__item:hover svg {
  stroke: orange !important;
}
.dropdown-3__item:hover > .dropdown-3__sublist {
  display: block;
}
.dropdown-3__sublist {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  display: none;
  background: #ffffff;
}
.dropdown-3__sublist.left {
  left: -100%;
}
.dropdown-3.left .dropdown-3__sublist {
  left: -100%;
}
.dropdown-3.left .dropdown-3__sublist.left {
  left: 100%;
}
.cart {
  position: relative;
}
.cart:hover .cart__dropdown {
  display: inline-block;
}
.cart:hover .user-counts__item__link svg {
  stroke: orange;
}
.cart__dropdown {
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 2;
  display: none;
  width: max-content;
  max-width: 455px;
  padding: 15px 0 15px 15px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.cart__dropdown__list {
  max-height: 223px;
  padding-right: 25px;
  overflow-y: auto;
}
.cart__dropdown__item {
  display: flex;
  padding: 18px 0;
  border-bottom: 1px solid #eff1f5;
}
.cart__dropdown__item:first-child {
  border-top: 1px solid #eff1f5;
}
.cart__dropdown__item__img {
  margin-right: 18px;
  padding: 5px;
  border: 1px solid #eff1f5;
}
.cart__dropdown__item__info {
  flex: 1 0;
}
.cart__dropdown__item__row {
  display: flex;
  justify-content: space-between;
}
.cart__dropdown__item__row a:hover {
  color: orange;
}
.cart__dropdown__item__cost {
  margin-top: 10px;
  position: relative;
}
.cart__dropdown__item__price {
  margin-right: 20px;
  font-weight: bold;
}
.cart__dropdown__item__price_old {
  font-size: 0.85rem;
  color: #999999;
}
.cart__dropdown__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-right: 45px;
}
.cart__dropdown__btn {
  transition: background 0.4s ease, color 0.4s ease;
}
.cart__dropdown__btn:hover {
  color: #ffffff;
  background: orange;
}
.cart__close {
  cursor: pointer;
}
.cart__close:hover svg {
  stroke: orange;
}
.btn {
  display: inline-block;
  height: 40px;
  padding: 0 17px;
  font-weight: bold;
  font-size: 1.07rem;
  line-height: 40px;
  color: orange;
  border: 1px solid orange;
  border-radius: 5px;
}
.sign-display-show {
  display: block;
}
.rating-display-show {
  display: block;
}
.cart-display-show {
  display: flex;
}
.like-display-show {
  display: block;
}
.callback-display-show {
  display: inline-block;
}
.cart__dropdown__item__cost svg {
  position: absolute;
  bottom: -10px;
  right: 0;
  fill: #999999;
  transition: 0.5s;
  cursor: pointer;
  display: block;
}
.cart__dropdown__item__cost svg:hover {
  fill: orange;
}
#header-fixed {
  width: 100%;
  height: 76px;
  position: fixed;
  top: 0;
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
#header-fixed.active {
  opacity: 1;
  top: 0;
  z-index: 10;
}
#header-fixed .header__middle {
  background: hsla(0, 0%, 100%, 0.8);
}
#header-fixed .container {
  position: relative;
  padding: 0;
  height: 76px;
}
#header-fixed .header-fixed--left {
  display: flex;
  align-items: center;
}
#header-fixed .menu {
  position: static;
  height: inherit;
}
#header-fixed .menu .menu__item {
  height: 100%;
  border: none;
  padding: 13px 20px;
}
#header-fixed .menu .burger-catalog {
  position: relative;
  top: 2px;
  height: 12px;
  width: 15px;
  margin-right: 20px;
}
#header-fixed .menu .dropdown__content {
  top: 76px;
}
#header-fixed .cart__dropdown {
  top: 22px;
  right: -28px;
}
#header-fixed .callback-btn {
  margin: 5px 0 0 17px;
}
#header-fixed .place__select {
  color: orange;
}
#header-fixed .place {
  margin-left: 0px;
}
#header-fixed .header-fixed__contacts {
  margin-left: 40px;
}
#header-fixed .user-counts {
  margin-right: 20px;
}
#header-fixed .user-counts__item:first-child {
  margin-right: 34px;
}
#header-fixed .user-counts__item:not(:first-child):not(:last-child) {
  margin-right: 46px;
}
#header-fixed .user-counts__item__link {
  position: relative;
}
#header-fixed .user-counts__item__link svg {
  max-height: 18px;
  max-width: 18px;
  stroke-width: 0;
}
#header-fixed .sign {
  display: block;
}
#header-fixed .menu-user {
  width: 18px;
  height: 18px;
}
#header-fixed .rating-ic {
  width: 16px;
  height: 16px !important;
}
#header-fixed .like-ic {
  width: 17px;
  height: 15px !important;
}
#header-fixed .cart-ic {
  width: 20px;
  height: 17px !important;
}
#header-fixed .search-ic {
  width: 20px ;
  height: 20px !important;
}
#header-fixed .menu__item .burger-catalog {
  stroke: black !important;
}
#header-fixed .user-counts__item__link svg {
  height: 22px;
  stroke: black !important;
  fill: black;
}
#header-fixed .phone-dropdown {
  color: black;
  margin-right: 0;
}
#header-fixed .phone-dropdown .phone-dropdown__arrow-ic {
  fill: orange;
}
#header-fixed .phone-dropdown .phone-dropdown__phone-ic {
  fill: orange;
}
#header-fixed .callback-btn {
  color: orange;
}
#header-fixed .logo-ic {
  fill: orange;
}
#header-fixed .user-counts__item__num {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-weight: bold;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  background: orange;
  margin-left: 0;
}
#header-fixed .user-counts__item__num.empty {
  background: #BCBCBC;
}
#header-fixed.color .header__middle {
  background: orange;
}
#header-fixed.color .place__select {
  color: #ffffff;
}
#header-fixed.color .phone-dropdown {
  color: #ffffff;
  margin-right: 0;
}
#header-fixed.color .phone-dropdown .phone-dropdown__arrow-ic {
  fill: #ffffff;
}
#header-fixed.color .phone-dropdown .phone-dropdown__phone-ic {
  fill: #ffffff;
}
#header-fixed.color .callback-btn {
  color: #ffffff;
}
#header-fixed.color .logo-ic {
  fill: #ffffff;
}
#header-fixed.color .user-counts {
  min-height: 22px;
}
#header-fixed.color .user-counts__item__num {
  background: #ffffff;
}
#header-fixed.color .user-counts__item__num.empty {
  background: #BCBCBC;
  color: #ffffff;
}
#header-fixed.color .user-counts__item__num {
  color: orange;
}
#header-fixed.color .user-counts__item__link svg {
  stroke: #ffffff !important;
  fill: #ffffff;
}
#header-fixed.color .place__select__arrow-ic {
  fill: #ffffff;
}
#header-fixed.color .menu__item .burger-catalog {
  stroke: #ffffff !important;
}
.header-mobile {
  position: relative;
  z-index: 2;
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  background: orange;
}
.header-mobile__title > span {
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
  font-size: 16px;
  vertical-align: middle;
  color: #ffffff;
}
.header-mobile__burger {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 12px;
  vertical-align: middle;
  transform: rotate(0deg);
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.header-mobile__burger.open span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header-mobile__burger.open span:nth-child(2) {
  left: -60px;
  opacity: 0;
}
.header-mobile__burger.open span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header-mobile__burger span {
  position: absolute;
  left: 0;
  display: block;
  width: 18px;
  height: 2px;
  background: #ffffff;
  transform: rotate(0deg);
  opacity: 1;
  transition: 0.25s ease-in-out;
}
.header-mobile__burger span:nth-child(1) {
  top: 0;
}
.header-mobile__burger span:nth-child(2) {
  top: 6px;
}
.header-mobile__burger span:nth-child(3) {
  top: 12px;
}
.header-mobile__burger span:last-child {
  margin-bottom: 0;
}
.header-mobile__list .user-counts__item {
  margin-top: 0;
  margin-right: 28px;
}
.header-mobile__list .user-counts__item:first-child {
  margin-right: 18px;
}
.header-mobile__list .user-counts__item:last-child {
  margin-right: 0;
}
.header-mobile__list .user-counts__item__link {
  position: relative;
}
.header-mobile__list .user-counts__item__link svg {
  fill: #ffffff;
  stroke: #ffffff;
}
.header-mobile__list .user-counts__item__link .sign-ic {
  width: 16px;
  height: 19px;
  margin-right: 0;
  stroke: none;
}
.header-mobile__list .user-counts__item__num {
  position: absolute;
  bottom: 10px;
  left: 12px;
  margin-left: 0;
  color: orange;
  background: #ffffff;
}
.header-mobile__menu {
  position: absolute;
  top: 100%;
  left: -305px;
  z-index: 20;
  width: 100%;
  max-width: 295px;
  background: #ffffff;
  border-left: 8px solid orange;
  box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.1);
  transition: left 0.5s ease;
}
.header-mobile__menu.open {
  left: 0;
}
.header-mobile__menu__item {
  height: 60px;
  padding: 0 15px;
  line-height: 60px;
  border-bottom: 1px solid #e7e7e8;
  cursor: pointer;
}
.header-mobile__menu__item_phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
  line-height: 1;
}
.header-mobile__menu__item_phone span {
  margin-top: 5px;
  font-weight: 500;
  font-size: 0.9rem;
  color: #999999;
}
.header-mobile__menu__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mobile__menu__item a:hover {
  color: orange;
}
.header-mobile__menu__item_back {
  display: flex;
  align-items: center;
  color: #999999;
}
.header-mobile__menu__item_back svg {
  margin-right: 20px;
}
.header-mobile__menu__item.active {
  color: #438be3;
  background: #ecf4ff;
}
.header-mobile__menu__sublist {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -295px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: left 0.5s ease;
}
.header-mobile__menu__sublist.active {
  left: 0;
}
.header-mobile__info__wrap {
  position: relative;
  display: inline;
  vertical-align: middle;
}
.header-mobile__info__list {
  background: #f9f9f9;
}
.header-mobile__info__item {
  height: 60px;
  padding: 0 15px;
  line-height: 60px;
  border-bottom: 1px solid #e7e7e8;
}
.header-mobile__info__item .sign-ic {
  width: 18px;
  height: 20px;
}
.header-mobile__info__item .cart-ic {
  stroke: #333333;
}
.header-mobile__info__item .phone-ic {
  height: 20px;
  fill: orange;
}
.header-mobile__info__item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.header-mobile__info__item svg {
  width: 20px;
  margin-right: 20px;
  vertical-align: middle;
}
.header-mobile__info__item .user-counts__item__num {
  position: absolute;
  bottom: 9px;
  left: 12px;
  margin-left: 0;
  line-height: 18px;
}
.header-mobile__contact {
  display: block;
  padding: 15px 0;
}
.header-mobile__contact__item {
  display: flex;
  margin-bottom: 15px;
  padding-left: 15px;
}
.header-mobile__contact__item:last-child {
  margin-bottom: 0;
}
.header-mobile__contact__item a {
  display: flex;
}
.header-mobile__contact__item svg {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  vertical-align: middle;
}
.header-mobile__place-ic {
  position: static;
}
.place-ic--mobile {
  left: -36px !important;
  top: 18px;
}
.header-mobile__menu__item--icon {
  padding-left: 55px;
  display: block;
}
.header-mobile__menu__item--icon .header-mobile__menu__drop {
  position: relative;
}
.place-ic-house-img {
  fill: orange;
}
.header-mobile__menu__item {
  color: #333333;
}
.arrow-phone__mobile {
  position: absolute;
  right: 0;
  margin: 0 !important;
  top: calc(50% - 4px);
  width: 8px;
  height: 9px;
  stroke: #c4c4c4 !important;
}
.slider-block__500 {
  height: 384px;
  position: relative;
  top: -116px;
}
@media (max-width: 1024px) {
  .slider-block__500 {
    height: 317px;
    top: 0;
  }
}
@media (max-width: 564px) {
  .slider-block__500 {
    height: auto;
    top: 0;
  }
}
.slider__wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-height: 500px;
  background: #ffffff;
}
@media (max-width: 564px) {
  .slider__wrap {
    position: initial;
    max-height: inherit;
  }
}
.slider__container {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
}
.slider__container .slick-arrow {
  position: absolute;
  top: calc(50% + 83px);
  z-index: 1;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  transform: translate(0%, -50%);
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .slider__container .slick-arrow {
    display: none !important;
  }
}
.slider__container .slick-arrow svg {
  fill: #ffffff;
}
.slider__container .slick-arrow:hover {
  background: #ffffff;
}
.slider__container .slick-arrow:hover svg {
  fill: orange;
}
@media (max-width: 1024.98px) {
  .slider__container .slick-arrow {
    top: calc(50% + 31px);
  }
}
.slider__container .prev-slide {
  left: 0;
}
.slider__container .next-slide {
  right: 0;
}
.slider-1__item {
  position: relative;
}
.slider-1__item > .container {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}
@media (max-width: 576px) {
  .slider-1__item > .container {
    position: initial;
  }
}
.slider-1__item__text {
  position: absolute;
  top: calc(50% + 83px);
  margin: 0 100px;
  padding: 25px;
  color: #ffffff;
  border-radius: 10px;
  transform: translate(0, -50%);
}
@media (max-width: 574px) {
  .slider-1__item__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transform: inherit;
    color: black;
    padding: 30px 15px 15px !important;
  }
}
.slider-1__item__text span {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.78rem;
  text-transform: uppercase;
}
@media (max-width: 574px) {
  .slider-1__item__text span {
    font-size: 20px;
  }
}
.slider-1__item__text p {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 1.07rem;
}
.slider-1__item__text.black {
  color: #000000;
}
@media (max-width: 564px) {
  .slider-1__item__text.black {
    background: white;
  }
}
.slider-1__item__text.gray {
  background: rgba(0, 0, 0, 0.45);
}
@media (max-width: 564px) {
  .slider-1__item__text.gray {
    background: white;
  }
}
.slider-1__item__text.white {
  background: rgba(255, 255, 255, 0.38);
}
@media (max-width: 564px) {
  .slider-1__item__text.white {
    background: white;
  }
}
.slider-1__item__text.right {
  right: 0;
  text-align: right;
}
.slider-1__item__text.center {
  right: 0;
  left: 0;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024.98px) {
  .slider-1__item__text {
    top: calc(50% + 31px);
  }
}
.slider-1__item video {
  max-height: 500px;
  object-fit: cover;
}
.slider-1__btn-1,
.slider-1__btn-2 {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 1.07rem;
  line-height: 40px;
  color: orange;
  background: #ffffff;
  border-radius: 5px;
  transition: color 0.4s ease, background 0.4s ease;
}
@media (max-width: 574px) {
  .slider-1__btn-1,
  .slider-1__btn-2 {
    border: 1px solid orange;
  }
}
.slider-1__btn-1:hover,
.slider-1__btn-2:hover {
  color: #ffffff;
  background: #438be3;
}
.slider-1__btn-2 {
  margin-left: 10px;
  color: #ffffff;
  background: #faad3d;
}
@media (max-width: 574px) {
  .slider-1__btn-2 {
    border: none;
  }
}
.slider-1__btn-2:hover {
  background: #e58a06;
}
.slider-1 .slick-dots {
  bottom: 25px;
}
@media (max-width: 514px) {
  .slider-1 .slick-dots {
    bottom: auto;
    top: 210px;
  }
}
.slider-1 .slick-dots li.slick-active button:before {
  color: orange;
}
.slider-1 .slick-dots li button:before {
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 22px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  opacity: 1;
}
@media (max-width: 1024px) {
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
@media (max-width: 574px) {
  .slick-dotted.slick-slider {
    height: auto;
  }
}
.slick-slide {
  outline: none;
}
@media (max-width: 574px) {
  .slick-slide {
    display: flex;
    flex-direction: column;
  }
}
.slick-slide img {
  object-fit: cover;
}
@media (max-width: 1024px) {
  .slick-slide img {
    height: 317px;
  }
}
@media (max-width: 574px) {
  .slick-slide img {
    width: 100%;
    height: 247px;
  }
}
@media (max-width: 1024px) {
  .slick-slide video {
    height: 317px;
  }
}
@media (max-width: 574px) {
  .slick-slide video {
    width: 100%;
    height: 247px;
  }
}
.img-banner--girl {
  position: absolute;
  bottom: 0;
  width: auto !important;
  max-height: 70% !important;
  padding: 0 100px;
}
@media (max-width: 1024px) {
  .img-banner--girl {
    max-width: 100%;
    max-height: 247px !important;
    object-fit: cover;
  }
}
@media (max-width: 574px) {
  .img-banner--girl {
    position: absolute;
    bottom: auto;
    top: 20px;
    padding: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-height: 227px !important;
  }
}
.img-banner--girl.right {
  right: 0;
}
@media (max-width: 574px) {
  .img-banner--girl.right {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.img-banner--girl.center {
  right: 0;
  left: 0;
  margin: 0 auto;
}
.advantage {
  background: #FFFFFF;
}
.advantage.container {
  display: flex;
  padding: 0 14px;
}
.advantage-aside {
  display: block;
  background: silver;
  width: auto;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .advantage-aside {
    display: none;
  }
}
.advantage-content {
  flex-grow: 1;
  margin-left: auto;
}
@media (max-width: 640px) {
  .advantage-content {
    padding: 0;
  }
}
.advantage-content__wrapper {
  padding: 13px 0 25px;
  border: 1px #F2F2F2;
  border-style: solid none solid;
}
@media (max-width: 640px) {
  .advantage-content__wrapper {
    padding: 0;
  }
}
.advantage-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .advantage-list {
    justify-content: center;
    padding: 20px 0;
  }
}
.advantage-list__item {
  display: flex;
  width: 255px;
  margin: 20px auto 0;
}
@media (max-width: 640px) {
  .advantage-list__item {
    width: 141px;
    flex-direction: column;
    align-items: center;
  }
}
.advantage-description {
  margin-left: 28px;
}
@media (max-width: 640px) {
  .advantage-description {
    text-align: center;
    margin: 10px 0 0 0;
  }
}
.advantage-description__title {
  font-weight: bold;
  font-size: calc(13px + 1px);
  line-height: 18px;
  color: #333333;
}
.advantage-description__subtitle {
  font-size: 13px;
  line-height: 19px;
  color: #666666;
  margin-top: 3px;
}
.advantage-list__item--link:hover .advantage-description__title {
  color: orange;
}
@media (max-width: 640px) {
  .advantage-list__img {
    width: 69px;
    text-align: center;
  }
}
.advantage-list__img-1 {
  width: 36px;
  height: 44px;
}
.advantage-list__img-2 {
  width: 47px;
  height: 46px;
}
@media (max-width: 640px) {
  .advantage-list__img-2 {
    width: 69px;
  }
}
.advantage-list__img-3 {
  width: 43px;
  height: 47px;
}
.advantage-list__img-4 {
  width: 69px;
  height: 41px;
}
.advantage {
  background: #FFFFFF;
}
.advantage .container {
  display: flex;
  padding: 0 14px;
}
.advantage-2 .advantage-content {
  flex-grow: 1;
  margin-left: auto;
}
@media (max-width: 640px) {
  .advantage-2 .advantage-content {
    padding: 0;
  }
}
.advantage-2 .advantage-aside {
  display: block;
  background: silver;
  width: auto;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .advantage-2 .advantage-aside {
    display: none;
  }
}
.advantage-2 .advantage-content__wrapper {
  padding: 13px 0 25px;
  border: 1px #F2F2F2;
  border-style: solid none solid;
}
@media (max-width: 640px) {
  .advantage-2 .advantage-content__wrapper {
    padding: 0;
  }
}
.advantage-2 .advantage-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .advantage-2 .advantage-list {
    justify-content: center;
    padding: 20px 0;
  }
}
.advantage-2 .advantage-list__item {
  display: flex;
  width: 310px;
  margin: 20px auto 0;
}
@media (max-width: 640px) and (max-width: 640px) {
  .advantage-2 .advantage-list__item {
    width: 141px;
    flex-direction: column;
    align-items: center;
  }
}
.advantage-2 .advantage-description {
  margin-left: 28px;
}
@media (max-width: 640px) {
  .advantage-2 .advantage-description {
    text-align: center;
    margin: 10px 0 0 0;
  }
}
.advantage-2 .advantage-description__title {
  font-weight: bold;
  font-size: calc(13px + 1px);
  line-height: 18px;
  color: #333333;
}
.advantage-2 .advantage-list__item--link:hover .advantage-description__title {
  color: orange;
}
.advantage-2 .advantage-description__subtitle {
  font-size: 13px;
  line-height: 19px;
  color: #666666;
  margin-top: 3px;
}
@media (max-width: 640px) {
  .advantage-2 .advantage-list__img {
    width: 69px;
    text-align: center;
  }
}
.advantage-2 .advantage-list__img-1 {
  width: 36px;
  height: 44px;
}
.advantage-2 .advantage-list__img-2 {
  width: 47px;
  height: 46px;
}
@media (max-width: 640px) {
  .advantage-2 .advantage-list__img-2 {
    width: 69px;
  }
}
.advantage-2 .advantage-list__img-3 {
  width: 43px;
  height: 47px;
}
.advantage-2 .advantage-list__img-4 {
  width: 69px;
  height: 41px;
}
.advantage {
  background: #FFFFFF;
}
.advantage .container {
  display: flex;
  padding: 0 14px;
}
.advantage-3 .advantage-aside {
  display: block;
  background: silver;
  width: auto;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .advantage-3 .advantage-aside {
    display: none;
  }
}
.advantage-3 .advantage-content {
  flex-grow: 1;
  margin-left: auto;
}
@media (max-width: 640px) {
  .advantage-3 .advantage-content {
    padding: 0;
  }
}
.advantage-3 .advantage-content__wrapper {
  padding: 13px 0 0;
  border: 1px #F2F2F2;
  border-style: solid none solid;
}
@media (max-width: 640px) {
  .advantage-3 .advantage-content__wrapper {
    padding: 0;
  }
}
.advantage-3 .advantage-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .advantage-3 .advantage-list {
    justify-content: center;
    padding: 20px 0;
  }
}
.advantage-3 .advantage-list__item {
  display: flex;
  margin: 20px auto 25px;
  width: 285px;
  justify-content: center;
}
@media (max-width: 640px) {
  .advantage-3 .advantage-list__item {
    width: 141px;
    flex-direction: column;
    align-items: center;
  }
}
.advantage-3 .advantage-list__title {
  font-size: 19px;
  line-height: 25px;
  color: #333333;
}
@media (max-width: 640px) {
  .advantage-3 .advantage-list__title {
    text-align: center;
  }
}
.advantage-3 .advantage-description {
  margin-left: 28px;
}
@media (max-width: 640px) {
  .advantage-3 .advantage-description {
    text-align: center;
    margin: 10px 0 0 0;
  }
}
.advantage-3 .advantage-description__title {
  font-weight: bold;
  font-size: calc(13px + 1px);
  line-height: 18px;
  color: #333333;
}
.advantage-3 .advantage-list__item--link:hover .advantage-description__title {
  color: orange;
}
.advantage-3 .advantage-description__subtitle {
  font-size: 13px;
  line-height: 19px;
  color: #666666;
  margin-top: 3px;
  max-width: 160px;
}
@media (max-width: 640px) {
  .advantage-3 .advantage-list__img {
    width: 69px;
    text-align: center;
  }
}
.advantage-3 .advantage-list__img-1 {
  width: 36px;
  height: 44px;
}
.advantage-3 .advantage-list__img-2 {
  width: 47px;
  height: 46px;
}
@media (max-width: 640px) {
  .advantage-3 .advantage-list__img-2 {
    width: 69px;
  }
}
.advantage-3 .advantage-list__img-3 {
  width: 43px;
  height: 47px;
}
.advantage-3 .advantage-list__img-4 {
  width: 69px;
  height: 41px;
}
.advantage {
  background: #FFFFFF;
}
.advantage .container {
  display: flex;
  padding: 0 14px;
}
.advantage-4 .advantage-aside {
  display: block;
  background: silver;
  width: auto;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .advantage-4 .advantage-aside {
    display: none;
  }
}
.advantage-4 .advantage-content {
  flex-grow: 1;
  margin-left: auto;
}
@media (max-width: 640px) {
  .advantage-4 .advantage-content {
    padding: 0;
  }
}
.advantage-4 .advantage-content__wrapper {
  padding: 13px 0 25px;
  border: 1px #F2F2F2;
  border-style: solid none solid;
}
@media (max-width: 640px) {
  .advantage-4 .advantage-content__wrapper {
    padding: 0;
  }
}
.advantage-4 .advantage-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .advantage-4 .advantage-list {
    justify-content: center;
    padding: 20px 0;
  }
}
.advantage-4 .advantage-list__item {
  display: flex;
  flex-direction: column;
  width: 200px;
  margin: 20px auto 0;
  text-align: center;
}
@media (max-width: 640px) {
  .advantage-4 .advantage-list__item {
    width: 141px;
    flex-direction: column;
    align-items: center;
  }
}
.advantage-4 .advantage-description {
  margin: 17px 0 0;
}
@media (max-width: 640px) {
  .advantage-4 .advantage-description {
    text-align: center;
    margin: 10px 0 0 0;
  }
}
.advantage-4 .advantage-description__title {
  font-weight: bold;
  font-size: calc(13px + 1px);
  line-height: 18px;
  color: #333333;
}
.advantage-4 .advantage-list__item--link:hover .advantage-description__title {
  color: orange;
}
.advantage-4 .advantage-description__subtitle {
  font-size: 13px;
  line-height: 19px;
  color: #666666;
  margin-top: 3px;
}
@media (max-width: 640px) {
  .advantage-4 .advantage-list__img {
    width: 100%;
    text-align: center;
  }
}
.advantage-4 .advantage-list__img-1 {
  width: 36px;
  height: 44px;
}
.advantage-4 .advantage-list__img-2 {
  width: 47px;
  height: 46px;
}
@media (max-width: 640px) {
  .advantage-4 .advantage-list__img-2 {
    width: 69px;
  }
}
.advantage-4 .advantage-list__img-3 {
  width: 43px;
  height: 47px;
}
.advantage-4 .advantage-list__img-4 {
  width: 69px;
  height: 41px;
}
.advantage {
  background: #FFFFFF;
}
.advantage .container {
  display: flex;
  padding: 0 14px;
}
.advantage-5 .advantage-aside {
  display: block;
  background: silver;
  width: auto;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .advantage-5 .advantage-aside {
    display: none;
  }
}
.advantage-5 .advantage-content {
  flex-grow: 1;
  margin-left: auto;
}
@media (max-width: 640px) {
  .advantage-5 .advantage-content {
    padding: 0;
  }
}
.advantage-5 .advantage-content__wrapper {
  padding: 13px 0 0;
  border: 1px #F2F2F2;
  border-style: solid none solid;
}
@media (max-width: 640px) {
  .advantage-5 .advantage-content__wrapper {
    padding: 0;
  }
}
.advantage-5 .advantage-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .advantage-5 .advantage-list {
    justify-content: center;
    padding: 20px 0;
  }
}
.advantage-5 .advantage-list__item {
  display: flex;
  flex-direction: column;
  width: 240px;
  margin: 20px auto;
  text-align: center;
}
@media (max-width: 640px) {
  .advantage-5 .advantage-list__item {
    width: 141px;
    flex-direction: column;
    align-items: center;
  }
}
.advantage-5 .advantage-description {
  margin: 17px 0 0;
}
@media (max-width: 640px) {
  .advantage-5 .advantage-description {
    text-align: center;
    margin: 10px 0 0 0;
  }
}
.advantage-5 .advantage-description__title {
  font-weight: bold;
  font-size: calc(13px + 1px);
  line-height: 18px;
  color: #333333;
}
.advantage-5 .advantage-list__item--link:hover .advantage-description__title {
  color: orange;
}
.advantage-5 .advantage-description__subtitle {
  font-size: 13px;
  line-height: 19px;
  color: #666666;
  margin-top: 3px;
}
@media (max-width: 640px) {
  .advantage-5 .advantage-list__img {
    width: 100%;
    text-align: center;
  }
}
.advantage-5 .advantage-list__img-1 {
  width: 36px;
  height: 44px;
}
.advantage-5 .advantage-list__img-2 {
  width: 47px;
  height: 46px;
}
@media (max-width: 640px) {
  .advantage-5 .advantage-list__img-2 {
    width: 69px;
  }
}
.advantage-5 .advantage-list__img-3 {
  width: 43px;
  height: 47px;
}
.advantage-5 .advantage-list__img-4 {
  width: 69px;
  height: 41px;
}
.advantage {
  background: #FFFFFF;
}
.advantage .container {
  display: flex;
  padding: 0 14px;
}
.advantage-6 .advantage-aside {
  display: block;
  background: silver;
  width: auto;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .advantage-6 .advantage-aside {
    display: none;
  }
}
.advantage-6 .advantage-content {
  flex-grow: 1;
  margin-left: auto;
}
@media (max-width: 640px) {
  .advantage-6 .advantage-content {
    padding: 0;
  }
}
.advantage-6 .advantage-content__wrapper {
  padding: 13px 0 0;
  border: 1px #F2F2F2;
  border-style: solid none solid;
}
@media (max-width: 640px) {
  .advantage-6 .advantage-content__wrapper {
    padding: 0;
  }
}
.advantage-6 .advantage-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .advantage-6 .advantage-list {
    justify-content: center;
    padding: 20px 0;
  }
}
.advantage-6 .advantage-list__item {
  display: flex;
  flex-direction: column;
  width: 190px;
  margin: 20px auto;
  text-align: left;
}
@media (max-width: 640px) {
  .advantage-6 .advantage-list__item {
    width: 141px;
    flex-direction: column;
    align-items: center;
  }
}
.advantage-6 .advantage-description {
  margin: 17px 0 0;
}
@media (max-width: 640px) {
  .advantage-6 .advantage-description {
    text-align: left;
    margin: 10px 0 0 0;
  }
}
.advantage-6 .advantage-description__title {
  font-weight: bold;
  font-size: calc(13px + 1px);
  line-height: 18px;
  color: #333333;
}
.advantage-6 .advantage-list__item--link:hover .advantage-description__title {
  color: orange;
}
.advantage-6 .advantage-description__subtitle {
  font-size: 13px;
  line-height: 19px;
  color: #666666;
  margin-top: 3px;
}
@media (max-width: 640px) {
  .advantage-6 .advantage-list__img {
    width: 100%;
    text-align: left;
  }
}
.advantage-6 .advantage-list__img-1 {
  width: 36px;
  height: 44px;
}
.advantage-6 .advantage-list__img-2 {
  width: 47px;
  height: 46px;
}
@media (max-width: 640px) {
  .advantage-6 .advantage-list__img-2 {
    width: 69px;
  }
}
.advantage-6 .advantage-list__img-3 {
  width: 43px;
  height: 47px;
}
.advantage-6 .advantage-list__img-4 {
  width: 69px;
  height: 41px;
}
.footer.footer-1 .footer-content {
  background: #606060;
  padding-top: 25px;
}
.footer.footer-1 .footer-content .container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .footer.footer-1 .footer-content .container {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1500px) {
  .footer.footer-1 .footer-content .container {
    padding-bottom: 15px;
  }
}
.footer.footer-1 .footer-content .footer-phone-dropdown {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
}
.footer.footer-1 .footer-content .footer-phone-dropdown:hover {
  text-decoration: underline ;
}
.footer.footer-1 .footer-content .footer-phone-dropdown:hover .footer-phone-dropdown__list {
  display: block;
}
.footer.footer-1 .footer-phone__phone-ic--title {
  font-weight: 700;
  color: #acacac;
}
.footer.footer-1 .footer-phone-dropdown__phone-ic {
  width: 13px;
  height: 22px;
  position: absolute;
  top: 6px;
  bottom: 0;
  margin: auto;
  left: -24px;
}
@media (max-width: 767px) {
  .footer.footer-1 .footer-phone-dropdown__phone-ic {
    top: 1px;
    left: 8px;
  }
}
.footer.footer-1 .footer-phone-dropdown__arrow-ic {
  width: 6px;
  height: 4px;
  vertical-align: middle;
  margin-top: -1.5px;
}
.footer.footer-1 .footer-phone-dropdown__list {
  position: absolute;
  display: none;
  background: #fff;
  border: 1px solid rgba(217, 217, 217, 0.2);
  border-top: none;
  width: max-content;
  font-weight: 500;
  top: -324px;
  margin: 0 auto;
  z-index: 2;
  color: #333333;
  padding: 13px 15px 9px;
  box-shadow: 0 0 10px rgb(0 0 0%);
  border-radius: 3px;
}
.footer.footer-1 .footer-phone-dropdown__list .phone-dropdown__item {
  margin-bottom: 6px;
  font-size: 14px;
}
.footer.footer-1 .footer-phone-dropdown__list .phone-dropdown__item span {
  display: inherit;
  margin-left: 30px;
  margin-top: -6px;
  font-size: 13px;
  line-height: 16px;
}
.footer.footer-1 .footer-phone-dropdown__list .phone-dropdown__item__link span {
  font-size: 13px;
  margin-left: 8px;
}
.footer.footer-1 .footer-phone-dropdown__list .phone-dropdown__item--mail {
  margin-bottom: 12px;
}
.footer.footer-1 .footer-phone-dropdown__list .phone-dropdown__item--m {
  margin-bottom: 12px;
}
.footer.footer-1 .footer-logo-ic {
  width: 155px;
  height: 55px;
}
.footer.footer-1 .footer__contact {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .footer.footer-1 .footer__contact {
    text-align: right;
    margin-top: 40px;
  }
}
.footer.footer-1 .footer__payment {
  display: flex;
  flex-direction: column;
  max-width: 210px;
}
@media (max-width: 1024px) {
  .footer.footer-1 .footer__payment {
    max-width: 271px;
    align-items: center;
    margin: 25px 0;
  }
}
.footer.footer-1 .payment__item:not(:nth-child(5n+1)) {
  margin-left: 19px;
}
@media (max-width: 1024px) {
  .footer.footer-1 .payment__item:not(:nth-child(5n+1)) {
    margin-left: 31px;
  }
}
.footer.footer-1 .payment__item--last {
  margin-left: 16px;
}
.footer.footer-1 .place--footer {
  max-width: 180px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 1500px) {
  .footer.footer-1 .place--footer {
    max-width: inherit;
  }
}
.footer.footer-1 .footer__social {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .footer.footer-1 .footer__social {
    padding-bottom: 43px;
  }
}
.footer.footer-1 .footer__social-img-block {
  display: flex;
}
.footer.footer-1 .footer__social-img__item:not(:first-child) {
  margin-left: 12px;
}
.footer.footer-1 .footer__social-img-block a {
  transition: 1s;
}
.footer.footer-1 .footer__social-img-block a:hover {
  background: #ffffff;
  transform: scale(1.2);
}
.footer.footer-1 .footer__social-img-block a:hover svg {
  fill: orange;
  transition: 1s;
}
.footer.footer-1 .footer__social-img__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #676767;
}
.footer.footer-1 .footer__social-description {
  max-width: 285px;
  line-height: 13px;
  margin-top: 10px;
  font-size: calc(13px - 3px);
}
@media (max-width: 767px) {
  .footer.footer-1 .footer__social-description {
    margin-top: 25px;
    text-align: center;
  }
}
.footer.footer-1 .place--footer {
  position: relative;
}
.footer.footer-1 .place--footer-ic {
  width: 10px;
  height: 14px;
  stroke-width: 1.5px;
  position: absolute;
  left: -16px;
  top: 2px;
}
.footer.footer-1 .footer-mail {
  position: relative;
  margin-top: 9px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .footer.footer-1 .footer-mail {
    margin-top: 25px;
  }
}
.footer.footer-1 .footer-mail__omg {
  width: 17px;
  height: 12px;
  position: absolute;
  left: -26px;
  top: 3px;
}
.footer.footer-1 .payment-block {
  padding: 10px 0 15px;
}
@media (max-width: 1024px) {
  .footer.footer-1 .payment-block {
    padding: 25px 0 0;
  }
}
.footer.footer-1 .footer-footer {
  background: #606060;
}
@media (max-width: 767px) {
  .footer.footer-1 .footer-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.footer.footer-1 .footer-footer .container {
  padding: 0 15px;
}
.footer.footer-1 .vk-foo {
  width: 14px;
  height: 16px;
}
.footer.footer-1 .fs-foo {
  width: 12px;
  height: 17px;
}
.footer.footer-1 .tw-foo {
  width: 15px;
  height: 18px;
}
.footer.footer-1 .yb-foo {
  width: 16px;
  height: 18px;
}
.footer.footer-1 .ok-foo {
  width: 11px;
  height: 18px;
}
.footer.footer-1 .inst-foo {
  width: 14px;
  height: 14px;
}
.footer.footer-1 .mail-icon {
  width: 15px;
  height: 14px;
}
.footer.footer-1 .footer-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer.footer-1 .footer-footer .container {
    flex-direction: column;
    padding: 18px 0;
  }
}
.footer.footer-1 .footer-protect {
  font-size: 13px;
  line-height: 17px;
}
.footer.footer-1 .footer-map-site {
  display: flex;
}
@media (max-width: 767px) {
  .footer.footer-1 .footer-map-site {
    margin-top: 12px;
  }
}
.footer.footer-1 .footer-map-site:hover {
  color: orange;
}
.footer.footer-1 .footer-map-site:hover svg {
  fill: orange;
}
.footer.footer-1 .footer-map-site__img {
  margin-right: 9px;
  display: flex;
  align-items: flex-end;
}
.footer.footer-1 .footer-map-site__content {
  border-bottom: 1px solid;
}
.footer.footer-1 .footer-map-site__img-ic {
  width: 15px;
  height: 13px;
}
.footer.footer-1 .footer-developed {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .footer.footer-1 .footer-developed {
    padding: 15px 0 0;
  }
}
.footer.footer-1 .footer-developed__img-ic {
  width: 54px;
  height: 24px;
  margin-left: 16px;
  fill: #929292;
}
.footer.footer-1 .footer-developed__img-ic:hover {
  fill: orange;
}
.footer.footer-1 .footer-developed__img {
  position: relative;
  top: 3px;
}
.footer.footer-1 {
  color: #ffffff;
}
.footer.footer-1 svg {
  fill: #ffffff;
}
.footer.footer-1.black {
  color: #333333;
}
.footer.footer-1.black svg {
  fill: #333333;
}
.footer.footer-1.black .footer-content {
  background: #F2F2F2;
  color: #333333;
}
.footer.footer-1.black .footer-content .container {
  border-bottom: 1px solid #DADADA;
}
.footer.footer-1.black .footer-footer {
  background: #F2F2F2;
  color: #808080;
}
@media (max-width: 767px) {
  .footer.footer-1.black .footer-footer {
    border-top: 1px solid #DADADA;
  }
}
.footer.footer-1.black .footer-footer svg {
  fill: #808080;
}
.footer.footer-1.black .footer-footer .footer-developed__img-ic {
  fill: #808080;
}
.footer.footer-1.black .footer-footer .footer-developed__img-ic:hover {
  fill: orange;
}
.footer.footer-1.black .footer__social-img__item {
  background: #FFFFFF;
  border: 1px solid #438BE3;
}
.footer.footer-1.black .footer__social-img__item:hover {
  border: 1px solid #438BE3;
}
.footer.footer-1.black .footer__social-img__item svg {
  fill: orange;
}
.footer.footer-1.black .footer-phone__phone-ic--title {
  color: #676767;
}
.footer.footer-1.black .footer-phone-dropdown__phone-ic,
.footer.footer-1.black .footer-mail__omg,
.footer.footer-1.black .place--footer-ic {
  fill: orange;
}
.footer.footer-1.black .footer-map-site {
  color: #808080;
}
.footer.footer-1.black .footer-map-site svg {
  fill: #808080;
}
.footer.footer-1.black .footer-map-site:hover {
  color: orange;
}
.footer.footer-1.black .footer-map-site:hover svg {
  fill: orange;
}
body.big-container .footer__payment {
  max-width: inherit !important;
}
body.big-container .payment__item {
  margin-left: 19px;
}
body.big-container .payment__item:first-child {
  margin-left: 0;
}
body.big-container .payment__item:not(:nth-child(5n+1)) {
  margin-left: 19px;
}
.footer.footer-2 .footer-header {
  background: #6D6D6D;
}
.footer.footer-2 .footer-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px 0 0;
}
@media (max-width: 1024px) {
  .footer.footer-2 .footer-header .container {
    flex-direction: column;
    align-items: center;
    padding: 0 0 36px 0;
  }
}
.footer.footer-2 .footer-content {
  background: #606060;
  padding-top: 25px;
}
.footer.footer-2 .footer-content .container {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 20px;
}
@media (max-width: 1250px) {
  .footer.footer-2 .footer-content .container {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-content .container {
    flex-direction: column;
    padding: 0;
  }
}
.footer.footer-2 .footer__feedback {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer.footer-2 .footer__feedback {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer.footer-2 .footer__feedback {
    flex-direction: column;
  }
}
.footer.footer-2 .footer-phone-dropdown {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-phone-dropdown {
    display: none;
  }
}
.footer.footer-2 .footer-phone-dropdown:hover {
  text-decoration: underline ;
}
.footer.footer-2 .footer-phone-dropdown:hover .footer-phone-dropdown__list {
  display: block;
}
.footer.footer-2 .footer-phone-dropdown-mob {
  display: none;
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-phone-dropdown-mob {
    display: block;
    padding: 30px 0 30px 20px;
  }
  .footer.footer-2 .footer-phone-dropdown-mob .footer-phone-dropdown__phone-ic {
    left: -4px;
  }
}
.footer.footer-2 .footer-phone__phone-ic--title {
  font-weight: 700;
  color: #acacac;
}
.footer.footer-2 .footer-phone-dropdown__phone-ic {
  width: 13px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -24px;
}
.footer.footer-2 .footer-phone-dropdown__arrow-ic {
  width: 6px;
  height: 4px;
  vertical-align: middle;
  margin-top: -1.5px;
}
.footer.footer-2 .footer-phone-dropdown__list {
  position: absolute;
  display: none;
  background: #fff;
  border: 1px solid rgba(217, 217, 217, 0.2);
  border-top: none;
  width: max-content;
  font-weight: 500;
  top: -333px;
  margin: 0 auto;
  z-index: 2;
  color: #333333;
  padding: 13px 15px 9px;
  box-shadow: 0 0 10px rgb(0 0 0%);
  border-radius: 3px;
}
.footer.footer-2 .footer-phone-dropdown__list .phone-dropdown__item {
  margin-bottom: 6px;
  font-size: 14px;
}
.footer.footer-2 .footer-phone-dropdown__list .phone-dropdown__item span {
  display: inherit;
  margin-left: 30px;
  margin-top: -6px;
  font-size: 13px;
  line-height: 16px;
}
.footer.footer-2 .footer-phone-dropdown__list .phone-dropdown__item__link span {
  font-size: 13px;
  margin-left: 8px;
}
.footer.footer-2 .footer-phone-dropdown__list .phone-dropdown__item--mail {
  margin-bottom: 12px;
}
.footer.footer-2 .footer-phone-dropdown__list .phone-dropdown__item--m {
  margin-bottom: 12px;
}
.footer.footer-2 .callback-button--footer {
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 10px 14px 9px 17px;
  margin-left: 52px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .footer.footer-2 .callback-button--footer {
    margin: 0;
  }
}
.footer.footer-2 .callback-button--footer:hover {
  color: #000000;
  background: #FFFFFF;
}
.footer.footer-2 .footer-logo-ic {
  width: 191px;
  height: 66px;
  margin: 19px 0 14px 14px;
}
.footer.footer-2 .footer__contact {
  display: flex;
  flex-direction: column;
}
.footer.footer-2 .footer-info {
  padding-right: 31px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-info {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 1500px) {
  .footer.footer-2 .footer-info {
    width: 65%;
  }
}
.footer.footer-2 .footer-info-content {
  display: flex;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-info-content {
    flex-direction: column;
    padding-top: 0;
  }
}
.footer.footer-2 .footer-info-content__item {
  width: 50%;
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-info-content__item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.footer.footer-2 .footer-info-content__item:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-info-content__item:first-child {
    border-right: none;
    padding: 35px 0;
  }
}
.footer.footer-2 .footer-info-content__item:nth-child(2) {
  padding-left: 43px;
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-info-content__item:nth-child(2) {
    padding: 35px 0;
  }
}
.footer.footer-2 .footer-info__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer.footer-2 .footer-info__title span {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.footer.footer-2 .footer-info__title a {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-info__title a {
    margin: 0;
  }
}
.footer.footer-2 .footer-info__title a:hover {
  color: orange;
}
.footer.footer-2 .footer-info-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 13px;
}
.footer.footer-2 .footer-info__item {
  width: 50%;
  margin-bottom: 7px;
  font-size: 13px;
  line-height: 16px;
}
.footer.footer-2 .footer-info__item:hover {
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
.footer.footer-2 .footer-info__item a {
  display: inherit;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-info__item:nth-child(even) a {
    margin-left: 20%;
  }
}
.footer.footer-2 .footer-subscribe {
  display: flex;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-subscribe {
    flex-direction: column;
    padding-bottom: 33px;
  }
}
.footer.footer-2 .footer-subscribe-content {
  display: flex;
  align-items: center;
}
.footer.footer-2 .footer-subscribe__description {
  margin-left: 14px;
  width: 141px;
}
.footer.footer-2 .footer-subscribe__img {
  width: 48px;
  height: 23px;
}
.footer.footer-2 .footer-subscribe__form {
  margin: 0 22px;
}
@media (max-width: 1250px) {
  .footer.footer-2 .footer-subscribe__form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-subscribe__form {
    width: 100%;
    margin: 22px 0 20px;
  }
}
@media (min-width: 1500px) {
  .footer.footer-2 .footer-subscribe__form {
    width: 100%;
  }
}
.footer.footer-2 .footer-subscribe__form input {
  width: 383px;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 11px 0 9px 15px;
  color: #9F9F9F;
}
@media (max-width: 1250px) {
  .footer.footer-2 .footer-subscribe__form input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-subscribe__form input {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .footer.footer-2 .footer-subscribe__form input {
    width: 100%;
  }
}
.footer.footer-2 .btn-subscribe {
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  padding: 10px 29px 9px 33px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  transition: 0.5s;
}
.footer.footer-2 .btn-subscribe:hover {
  background: #FFFFFF;
  color: #333333;
}
.footer.footer-2 .footer__payment {
  display: flex;
  flex-direction: column;
  margin-left: 64px;
}
@media (max-width: 1250px) {
  .footer.footer-2 .footer__payment {
    margin-left: 28px;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .footer.footer-2 .footer__payment {
    padding: 33px 0 40px;
    margin: 0;
  }
}
.footer.footer-2 .payment__item {
  width: 12%;
}
@media (max-width: 767px) {
  .footer.footer-2 .payment__item {
    width: inherit;
    margin-left: 22px;
  }
}
.footer.footer-2 .place--footer {
  position: relative;
  max-width: 240px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .footer.footer-2 .place--footer {
    order: 2;
    margin: 25px 24px 25px 25%;
  }
}
.footer.footer-2 .footer__social {
  display: flex;
  flex-direction: column;
}
.footer.footer-2 .footer__social-img-block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer.footer-2 .footer__social-img-block {
    padding-bottom: 30px;
  }
}
.footer.footer-2 .footer__social-img-block a {
  transition: 1s;
}
.footer.footer-2 .footer__social-img-block a:hover {
  background: #ffffff;
  transform: scale(1.2);
}
.footer.footer-2 .footer__social-img-block a:hover svg {
  fill: orange;
  transition: 1s;
}
.footer.footer-2 .footer__social-img__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #818181;
}
.footer.footer-2 .footer__social-img__item:not(:first-child) {
  margin-left: 12px;
}
.footer.footer-2 .footer__social-description {
  font-size: calc(13px - 3px);
  line-height: 13px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .footer.footer-2 .footer__social-description {
    order: 2;
    padding: 0 30px;
    text-align: center;
    margin: 0;
  }
}
.footer.footer-2 .place--footer-ic {
  width: 10px;
  height: 14px;
  stroke-width: 1.5px;
  position: absolute;
  left: -23px;
  top: 2px;
}
.footer.footer-2 .footer-mail {
  position: relative;
  margin-top: 6px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-mail {
    order: 0;
    margin-left: 25%;
  }
}
.footer.footer-2 .footer-mail__omg {
  width: 17px;
  height: 12px;
  position: absolute;
  left: -26px;
  top: 3px;
}
.footer.footer-2 .payment-block {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer.footer-2 .payment-block {
    order: 3;
    padding-top: 25px;
  }
}
.footer.footer-2 .footer-footer {
  background: #515151;
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-footer {
    flex-direction: column;
    padding: 0;
  }
}
.footer.footer-2 .footer-footer .container {
  padding: 0 15px;
}
.footer.footer-2 .vk-foo {
  width: 14px;
  height: 16px;
}
.footer.footer-2 .fs-foo {
  width: 12px;
  height: 17px;
}
.footer.footer-2 .tw-foo {
  width: 15px;
  height: 18px;
}
.footer.footer-2 .yb-foo {
  width: 16px;
  height: 18px;
}
.footer.footer-2 .ok-foo {
  width: 11px;
  height: 18px;
}
.footer.footer-2 .inst-foo {
  width: 14px;
  height: 14px;
}
.footer.footer-2 .mail-icon {
  width: 15px;
  height: 14px;
}
.footer.footer-2 .footer-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-footer .container {
    flex-direction: column;
    padding: 18px 0;
  }
}
.footer.footer-2 .footer-protect {
  font-size: 13px;
  line-height: 17px;
}
.footer.footer-2 .footer-map-site {
  display: flex;
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-map-site {
    margin-top: 12px;
  }
}
.footer.footer-2 .footer-map-site:hover {
  color: orange;
}
.footer.footer-2 .footer-map-site:hover svg {
  fill: orange;
}
.footer.footer-2 .footer-map-site__img {
  margin-right: 9px;
  display: flex;
  align-items: flex-end;
}
.footer.footer-2 .footer-map-site__content {
  border-bottom: 1px solid;
}
.footer.footer-2 .footer-map-site__img-ic {
  width: 15px;
  height: 13px;
}
.footer.footer-2 .footer-developed {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .footer.footer-2 .footer-developed {
    padding: 15px 0 0;
  }
}
.footer.footer-2 .footer-developed__img-ic {
  width: 54px;
  height: 24px;
  margin-left: 16px;
  fill: #929292;
}
.footer.footer-2 .footer-developed__img-ic:hover {
  fill: orange;
}
.footer.footer-2 .footer-developed__img {
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  .footer.footer-2 .payment__item:nth-child(1) img {
    width: 45px;
    height: 30px;
  }
  .footer.footer-2 .payment__item:nth-child(2) img {
    width: 26px;
    height: 30px;
  }
  .footer.footer-2 .payment__item:nth-child(3) img {
    width: 28px;
    height: 30px;
  }
  .footer.footer-2 .payment__item:nth-child(4) img {
    width: 40px;
    height: 30px;
  }
  .footer.footer-2 .payment__item:nth-child(5) img {
    width: 45px;
    height: 30px;
  }
  .footer.footer-2 .payment__item:nth-child(6) img {
    width: 31px;
    height: 30px;
  }
  .footer.footer-2 .payment__item:nth-child(7) img {
    width: 29px;
    height: 29px;
  }
  .footer.footer-2 .payment__item:nth-child(8) img {
    width: 30px;
    height: 30px;
  }
  .footer.footer-2 .payment__item:nth-child(9) img {
    width: 30px;
    height: 30px;
  }
  .footer.footer-2 .payment__item:nth-child(10) img {
    width: 19px;
    height: 30px;
  }
  .footer.footer-2 .payment__item:nth-child(11) img {
    width: 28px;
    height: 30px;
  }
}
.footer-2 {
  color: #ffffff;
}
.footer-2 svg {
  fill: #ffffff;
}
.footer-2.black {
  color: #333333;
}
.footer-2.black svg {
  fill: #333333;
}
.footer-2.black .footer-header {
  background: #F2F2F2;
}
.footer-2.black .footer-content {
  background: #ECECEC;
  color: #333333;
}
.footer-2.black .callback-button--footer {
  border: 1px solid #FAAD3D;
  background: #FAAD3D;
}
.footer-2.black .callback-button--footer:hover {
  background: #e58a06;
  color: #FFFFFF;
}
.footer-2.black .footer-subscribe {
  border-bottom: 1px solid #CDCDCD;
}
@media (max-width: 767px) {
  .footer-2.black .footer-subscribe {
    border-bottom: 1px solid #CDCDCD;
  }
}
.footer-2.black .btn-subscribe {
  border: 1px solid #333333;
  color: #333333;
}
.footer-2.black .btn-subscribe:hover {
  border: 1px solid #606060;
  background: #606060;
  color: #FFFFFF;
}
.footer-2.black .footer-info {
  border-right: 1px solid #CDCDCD;
}
@media (max-width: 767px) {
  .footer-2.black .footer-info {
    border: none;
  }
}
@media (max-width: 767px) {
  .footer-2.black .footer-info-content__item {
    border-bottom: 1px solid #CDCDCD;
  }
}
.footer-2.black .footer-info__title a {
  color: #828282;
}
.footer-2.black .footer-info__title a:hover {
  color: orange;
}
.footer-2.black .footer-phone__phone-ic--title {
  color: #676767;
}
.footer-2.black .footer-footer {
  background: #E7E7E7;
  color: #808080;
}
.footer-2.black .footer-footer svg {
  fill: #808080;
}
.footer-2.black .footer-footer .footer-developed__img-ic {
  fill: #A8A8A8;
}
.footer-2.black .footer-footer .footer-developed__img-ic:hover {
  fill: orange;
}
.footer-2.black .footer__social-img__item {
  background: #FFFFFF;
}
.footer-2.black .footer__social-img__item:hover {
  border: 1px solid #438BE3;
}
.footer-2.black .footer__social-img__item svg {
  fill: orange;
}
.footer-2.black .footer-map-site {
  color: #808080;
}
.footer-2.black .footer-map-site svg {
  fill: #808080;
}
.footer-2.black .footer-map-site:hover {
  color: orange;
}
.footer-2.black .footer-map-site:hover svg {
  fill: orange;
}
.footer-2.black .place--footer-ic svg {
  fill: #333333;
}
.footer-2.black .footer-mail__omg svg {
  fill: #333333;
}
.footer-3 .footer-header {
  background: #6D6D6D;
}
.footer-3 .footer-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px 0 0;
}
@media (max-width: 1024px) {
  .footer-3 .footer-header .container {
    flex-direction: column;
    align-items: center;
    padding: 0 0 36px 0;
  }
}
.footer-3 .footer-content {
  background: #606060;
  padding-top: 28px;
}
.footer-3 .footer-content .container {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 16px;
}
@media (max-width: 767px) {
  .footer-3 .footer-content .container {
    flex-direction: column;
    padding: 0;
  }
}
.footer-3 .footer__feedback {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-3 .footer__feedback {
    flex-direction: column;
    margin-left: 20px;
  }
}
.footer-3 .footer-phone-dropdown {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .footer-3 .footer-phone-dropdown {
    margin: 5px 0 30px;
    font-size: 14px;
    line-height: 22px;
  }
}
.footer-3 .footer-phone-dropdown:hover {
  text-decoration: underline ;
}
.footer-3 .footer-phone-dropdown:hover .footer-phone-dropdown__list {
  display: block;
}
.footer-3 .footer-phone__phone-ic--title {
  font-weight: 700;
  color: #acacac;
}
.footer-3 .footer-phone-dropdown__phone-ic {
  width: 13px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -24px;
}
.footer-3 .footer-phone-dropdown__arrow-ic {
  width: 6px;
  height: 4px;
  vertical-align: middle;
  margin-top: -1.5px;
}
.footer-3 .footer-phone-dropdown__list {
  position: absolute;
  display: none;
  background: #fff;
  border: 1px solid rgba(217, 217, 217, 0.2);
  border-top: none;
  width: max-content;
  font-weight: 500;
  top: -333px;
  margin: 0 auto;
  z-index: 2;
  color: #333333;
  padding: 13px 15px 9px;
  box-shadow: 0 0 10px rgb(0 0 0%);
  border-radius: 3px;
}
.footer-3 .footer-phone-dropdown__list .phone-dropdown__item {
  margin-bottom: 6px;
  font-size: 14px;
}
.footer-3 .footer-phone-dropdown__list .phone-dropdown__item span {
  display: inherit;
  margin-left: 30px;
  margin-top: -6px;
  font-size: 13px;
  line-height: 16px;
}
.footer-3 .footer-phone-dropdown__list .phone-dropdown__item__link span {
  font-size: 13px;
  margin-left: 8px;
}
.footer-3 .footer-phone-dropdown__list .phone-dropdown__item--mail {
  margin-bottom: 12px;
}
.footer-3 .footer-phone-dropdown__list .phone-dropdown__item--m {
  margin-bottom: 12px;
}
.footer-3 .callback-button--footer {
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 10px 14px 9px 17px;
  margin-left: 52px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .footer-3 .callback-button--footer {
    margin: 0;
  }
}
.footer-3 .callback-button--footer:hover {
  color: #000000;
  background: #FFFFFF;
}
.footer-3 .footer-logo-ic {
  width: 191px;
  height: 66px;
  margin: 19px 0 14px 14px;
}
.footer-3 .footer__contact {
  display: flex;
  flex-direction: column;
}
.footer-3 .footer-info {
  padding-right: 31px;
}
@media (max-width: 767px) {
  .footer-3 .footer-info {
    padding: 0;
  }
}
.footer-3 .footer-info-content {
  display: flex;
}
@media (max-width: 767px) {
  .footer-3 .footer-info-content {
    flex-direction: column;
    align-items: center;
  }
}
.footer-3 .footer-info-content__item {
  width: 50%;
}
@media (max-width: 767px) {
  .footer-3 .footer-info-content__item {
    width: 80%;
  }
}
.footer-3 .footer-info-content__item:nth-child(2) {
  padding-left: 43px;
}
@media (max-width: 767px) {
  .footer-3 .footer-info-content__item:nth-child(2) {
    padding-left: 0;
    margin-top: 25px;
  }
}
.footer-3 .footer-info-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer-3 .footer-info-list {
    justify-content: space-between;
  }
}
.footer-3 .footer-info__item {
  width: 50%;
  margin-bottom: 7px;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footer-3 .footer-info__item {
    width: 40%;
  }
}
.footer-3 .footer-info__item:hover {
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
.footer-3 .footer-info__item a {
  font-weight: 700;
  display: inherit;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-3 .btn-subscribe {
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  padding: 10px 29px 9px 33px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  transition: 0.5s;
}
.footer-3 .btn-subscribe:hover {
  background: #FFFFFF;
  color: #333333;
}
.footer-3 .footer__payment {
  display: flex;
  flex-direction: column;
  margin-left: 64px;
}
@media (max-width: 767px) {
  .footer-3 .footer__payment {
    margin: 25px 0;
    text-align: center;
  }
}
.footer-3 .footer__social {
  display: flex;
  flex-direction: column;
}
.footer-3 .footer__social-img-block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0 68px;
}
@media (max-width: 1024px) {
  .footer-3 .footer__social-img-block {
    padding-bottom: 30px;
    margin: 20px 0 0;
  }
}
.footer-3 .footer__social-img-block a {
  transition: 1s;
}
.footer-3 .footer__social-img-block a:hover {
  background: #ffffff;
  transform: scale(1.2);
}
.footer-3 .footer__social-img-block a:hover svg {
  fill: orange;
  transition: 1s;
}
.footer-3 .footer__social-img__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 12px;
  border-radius: 50%;
  background: #818181;
}
.footer-3 .footer__social-description {
  font-size: calc(13px - 3px);
  line-height: 13px;
}
.footer-3 .footer-footer {
  background: #515151;
  border-bottom: 22px solid #606060;
}
@media (max-width: 767px) {
  .footer-3 .footer-footer {
    flex-direction: column;
    padding: 0;
  }
}
.footer-3 .footer-footer .container {
  padding: 0 15px;
}
.footer-3 .vk-foo {
  width: 14px;
  height: 16px;
}
.footer-3 .fs-foo {
  width: 12px;
  height: 17px;
}
.footer-3 .tw-foo {
  width: 15px;
  height: 18px;
}
.footer-3 .yb-foo {
  width: 16px;
  height: 18px;
}
.footer-3 .ok-foo {
  width: 11px;
  height: 18px;
}
.footer-3 .inst-foo {
  width: 14px;
  height: 14px;
}
.footer-3 .mail-icon {
  width: 15px;
  height: 14px;
}
.footer-3 .footer-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-3 .footer-footer .container {
    flex-direction: column;
    padding: 18px 0;
  }
}
.footer-3 .footer-protect {
  font-size: 13px;
  line-height: 17px;
}
.footer-3 .footer-map-site {
  display: flex;
}
@media (max-width: 767px) {
  .footer-3 .footer-map-site {
    margin-top: 12px;
  }
}
.footer-3 .footer-map-site:hover {
  color: orange;
}
.footer-3 .footer-map-site:hover svg {
  fill: orange;
}
.footer-3 .footer-map-site__img {
  margin-right: 9px;
  display: flex;
  align-items: flex-end;
}
.footer-3 .footer-map-site__content {
  border-bottom: 1px solid;
}
.footer-3 .footer-map-site__img-ic {
  width: 15px;
  height: 13px;
}
.footer-3 .footer-developed {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .footer-3 .footer-developed {
    padding: 15px 0 0;
  }
}
.footer-3 .footer-developed__img-ic {
  width: 54px;
  height: 24px;
  margin-left: 16px;
}
.footer-3 .footer-developed__img-ic:hover {
  fill: orange;
}
.footer-3 .footer-developed__img {
  position: relative;
  top: 3px;
}
.footer-3 {
  color: #ffffff;
}
.footer-3 svg {
  fill: #ffffff;
}
.footer-3.black {
  color: #333333;
}
.footer-3.black svg {
  fill: #333333;
}
.footer-3.black .footer-header {
  background: #F2F2F2;
}
.footer-3.black .footer-content {
  background: #ECECEC;
  color: #333333;
}
.footer-3.black .callback-button--footer {
  border: 1px solid #FAAD3D;
  background: #FAAD3D;
}
.footer-3.black .callback-button--footer:hover {
  background: #e58a06;
  color: #FFFFFF;
}
.footer-3.black .footer-phone__phone-ic--title {
  color: #676767;
}
.footer-3.black .btn-subscribe {
  border: 1px solid #333333;
  color: #333333;
}
.footer-3.black .btn-subscribe:hover {
  border: 1px solid #606060;
  background: #606060;
  color: #FFFFFF;
}
.footer-3.black .footer-footer {
  background: #E7E7E7;
  color: #808080;
  border-bottom: 22px solid #ECECEC;
}
.footer-3.black .footer-footer svg {
  fill: #808080;
}
.footer-3.black .footer-footer .footer-developed__img-ic {
  fill: #808080;
}
.footer-3.black .footer-footer .footer-developed__img-ic:hover {
  fill: orange;
}
.footer-3.black .footer__social-img__item {
  background: #FFFFFF;
}
.footer-3.black .footer__social-img__item:hover {
  border: 1px solid #438BE3;
}
.footer-3.black .footer__social-img__item svg {
  fill: orange;
}
.footer-3.black .footer-developed__img-ic svg {
  fill: #808080;
}
.footer-3.black .footer-map-site {
  color: #808080;
}
.footer-3.black .footer-map-site svg {
  fill: #808080;
}
.footer-3.black .footer-map-site:hover {
  color: orange;
}
.footer-3.black .footer-map-site:hover svg {
  fill: orange;
}
.footer-3.black .footer-phone-dropdown__phone-ic {
  fill: #A8AEB1;
}
.footer-4 .footer-content {
  background: #6D6D6D;
}
.footer-4 .footer-content .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px 0 41px;
}
@media (max-width: 1024px) {
  .footer-4 .footer-content .container {
    padding: 26px 0 0 0;
    flex-direction: column;
  }
}
.footer-4 .footer-phone-dropdown {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .footer-4 .footer-phone-dropdown {
    font-size: 14px;
    line-height: 22px;
    margin-left: 4%;
  }
}
.footer-4 .footer-phone-dropdown:hover {
  text-decoration: underline ;
}
.footer-4 .footer-phone-dropdown:hover .footer-phone-dropdown__list {
  display: block;
}
.footer-4 .footer-phone__phone-ic--title {
  font-weight: 700;
  color: #acacac;
}
.footer-4 .footer-phone-dropdown__phone-ic {
  width: 13px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -24px;
}
.footer-4 .footer-phone-dropdown__arrow-ic {
  width: 6px;
  height: 4px;
  vertical-align: middle;
  margin-top: -1.5px;
}
.footer-4 .footer-phone-dropdown__list {
  position: absolute;
  display: none;
  background: #fff;
  border: 1px solid rgba(217, 217, 217, 0.2);
  border-top: none;
  width: max-content;
  font-weight: 500;
  top: -345px;
  margin: 0 auto;
  z-index: 2;
  color: #333333;
  padding: 13px 15px 9px;
  box-shadow: 0 0 10px rgb(0 0 0%);
  border-radius: 3px;
}
.footer-4 .footer-phone-dropdown__list .phone-dropdown__item {
  margin-bottom: 6px;
  font-size: 14px;
}
.footer-4 .footer-phone-dropdown__list .phone-dropdown__item span {
  display: inherit;
  margin-left: 30px;
  margin-top: -6px;
  font-size: 12px;
  line-height: 16px;
}
.footer-4 .footer-phone-dropdown__list .phone-dropdown__item__link span {
  font-size: 12px;
  margin-left: 8px;
}
.footer-4 .footer-phone-dropdown__list .phone-dropdown__item--mail {
  margin-bottom: 12px;
}
.footer-4 .footer-phone-dropdown__list .phone-dropdown__item--m {
  margin-bottom: 12px;
}
.footer-4 .footer__social {
  display: flex;
  flex-direction: column;
}
.footer-4 .footer__social-img-block {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 22px;
}
.footer-4 .footer__social-img-block a {
  transition: 1s;
}
.footer-4 .footer__social-img-block a:hover {
  background: #ffffff;
  transform: scale(1.2);
}
.footer-4 .footer__social-img-block a:hover svg {
  fill: orange;
  transition: 1s;
}
.footer-4 .footer__social-img__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 12px;
  border-radius: 50%;
  background: #818181;
}
.footer-4 .footer__social-description {
  font-size: calc(13px - 3px);
  line-height: 13px;
}
.footer-4 .vk-foo {
  width: 14px;
  height: 16px;
}
.footer-4 .fs-foo {
  width: 12px;
  height: 17px;
}
.footer-4 .tw-foo {
  width: 15px;
  height: 18px;
}
.footer-4 .yb-foo {
  width: 16px;
  height: 18px;
}
.footer-4 .ok-foo {
  width: 11px;
  height: 18px;
}
.footer-4 .inst-foo {
  width: 14px;
  height: 14px;
}
.footer-4 .mail-icon {
  width: 15px;
  height: 14px;
}
.footer-4 .footer-protect {
  font-size: 13px;
  line-height: 17px;
}
.footer-4 .place--footer {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
}
@media (max-width: 1024px) {
  .footer-4 .place--footer {
    margin: 26px 0 26px 0;
  }
}
@media (max-width: 767px) {
  .footer-4 .place--footer {
    width: 170px;
  }
}
.footer-4 .place--footer-ic {
  width: 10px;
  height: 14px;
  stroke-width: 1.5px;
  position: absolute;
  left: -23px;
  top: 2px;
}
.footer-4 {
  color: #ffffff;
}
.footer-4 svg {
  fill: #ffffff;
}
.footer-4.black {
  color: #333333;
}
.footer-4.black svg {
  fill: #333333;
}
.footer-4.black .footer-content {
  background: #ECECEC;
  color: #333333;
}
.footer-4.black .footer-phone__phone-ic--title {
  color: #676767;
}
.footer-4.black .footer__social-img__item {
  background: #FFFFFF;
}
.footer-4.black .footer__social-img__item:hover {
  border: 1px solid #438BE3;
}
.footer-4.black .footer__social-img__item svg {
  fill: orange;
}
.footer-4.black .footer-developed__img-ic svg {
  fill: #808080;
}
.footer-4.black .footer-map-site {
  color: #808080;
}
.footer-4.black .footer-map-site svg {
  fill: #808080;
}
.footer-4.black .footer-map-site:hover {
  color: orange;
}
.footer-4.black .footer-map-site:hover svg {
  fill: orange;
}
.footer-4.black .footer-phone-dropdown__phone-ic,
.footer-4.black .place--footer-ic {
  fill: orange;
}
.feedback-form-wrapper {
  position: absolute;
  top: -200%;
  left: calc(50% - 210px);
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 10px;
  transition: 1s;
  z-index: 2;
}
.feedback-form-wrapper.active {
  top: 10%;
  left: calc(50% - 210px);
}
.registration-block {
  width: 420px;
  padding: 14px 35px 34px;
}
.form-pre-order {
  max-width: 350px;
  margin-top: 18px;
}
.form-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  text-align: center;
}
.message-block {
  display: flex;
}
.message__border {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #999999;
  border-radius: 0 5px 5px 0;
}
.tex-message {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  margin: 0 0 0 10px;
}
.form__group {
  position: relative;
  width: 100%;
  text-align: center;
}
.form__group label {
  position: absolute;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 1px);
  line-height: 15px;
  z-index: 2;
  top: 15px;
  left: 15px;
  transition: 0.3s;
  color: #333;
}
.required-item {
  color: red;
  margin-left: 4px;
}
.form__item {
  position: relative;
  width: 100%;
  color: #666;
  padding: 22px 41px 8px 15px;
  background: #f4f4f4;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  outline: none;
}
.error-container {
  opacity: 0;
  padding-bottom: 11px;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .error-container {
    padding-bottom: 5px;
  }
}
.form__group.invalid-active .error-container {
  opacity: 1;
}
.form__item.invalid-active {
  border: 1px solid #e8413b;
}
.form--check {
  display: flex;
  align-items: center;
  padding: 13px 0 24px;
}
@media (max-width: 575px) {
  .form--check {
    padding: 0 0 15px;
  }
}
.form--checked {
  position: inherit !important;
  top: initial !important;
  left: 0 !important;
}
.invalid {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #f82900;
  text-align: left;
}
.form__item--textarea {
  height: 115px;
  width: 100%;
  color: #666;
  padding: 18px 30px 0 15px;
  background: #f4f4f4;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 3px;
  outline: none;
  background-image: url("../assets/images/feedback-form.svg");
  background-repeat: no-repeat;
  background-position: 384px 18px;
}
.form__item--textarea:focus + label,
.form__item:focus + label,
.form__item--textarea:not(:placeholder-shown) + label,
.form__item:not(:placeholder-shown) + label {
  top: 8px;
  font-size: calc(13px - 1px);
  line-height: 16px;
}
.btn--registration {
  width: 100%;
  padding: 11px 0;
  background: #438BE3;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}
.form__item--user {
  background-image: url("../img/user-form.svg");
  background-position: 315px 18px;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .form__item--user {
    background-position: 218px 18px;
  }
}
.form__item--tel {
  background-image: url("../img/phone-form.svg");
  background-position: 315px 18px;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .form__item--tel {
    background-position: 218px 18px;
  }
}
.registration-close {
  position: absolute;
  right: 12px;
  top: 9px;
  width: 18px;
  height: 18px;
  z-index: 10;
}
.registration-close:hover {
  cursor: pointer;
}
.registration-close:before,
.registration-close:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 18px;
  width: 1.5px;
  background: #B0B0B0;
  border-radius: 3px;
  transition: 0.3s;
}
.registration-close:hover:before,
.registration-close:hover:after {
  background: #424242;
}
.registration-close:before {
  transform: rotate(45deg);
}
.registration-close:after {
  transform: rotate(-45deg);
}
.form__item--textarea {
  resize: none;
}
.form__item--checked {
  cursor: pointer;
}
.feedback-form--checked {
  cursor: pointer;
  padding-left: 13px;
}
.overlay.active {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.35);
  overflow-y: scroll;
}
body.overlay-active {
  overflow: hidden;
  margin-left: -17px;
}
@media (max-width: 575px) {
  body.overlay-active {
    margin-left: 0;
  }
}
.person-data {
  color: orange;
}
@media (max-width: 575px) {
  .registration-block {
    padding: 15px 20px 20px;
    width: 100%;
  }
  .registration-wrapper {
    width: 290px;
    left: calc(50% - 145px);
  }
  .registration-wrapper.active {
    top: 10%;
    left: calc(50% - 145px);
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #FAFAFA inset !important;
  -webkit-text-fill-color: #333333 !important;
}
.registration-wrapper {
  position: absolute;
  top: -200%;
  left: calc(50% - 210px);
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 10px;
  transition: 1s;
  z-index: 2;
}
.registration-wrapper.active {
  top: 10%;
  left: calc(50% - 210px);
}
.sign-in-block {
  width: 420px;
  padding: 14px 35px 34px;
}
.form-pre-order {
  max-width: 350px;
  margin-top: 18px;
}
.form-title {
  display: inherit;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  text-align: center;
}
.message-block {
  display: flex;
}
.message__border {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #999999;
  border-radius: 0 5px 5px 0;
}
.tex-message {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  margin: 0 0 0 10px;
}
.form__group {
  position: relative;
  width: 100%;
  text-align: center;
}
.form__group label {
  position: absolute;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 1px);
  line-height: 15px;
  z-index: 2;
  top: 15px;
  left: 15px;
  transition: 0.3s;
  color: #333;
}
.required-item {
  color: red;
  margin-left: 4px;
}
.form__item {
  position: relative;
  width: 100%;
  color: #666;
  padding: 22px 41px 8px 15px;
  background: #f4f4f4;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  outline: none;
}
.error-container {
  opacity: 0;
  padding-bottom: 11px;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .error-container {
    padding-bottom: 5px;
  }
}
.form__group.invalid-active .error-container {
  opacity: 1;
}
.form__item.invalid-active {
  border: 1px solid #e8413b;
}
.form--check {
  display: flex;
  align-items: center;
  padding: 13px 0 24px;
}
@media (max-width: 575px) {
  .form--check {
    padding: 0 0 15px;
  }
}
.form--checked {
  position: inherit !important;
  top: initial !important;
  left: 0 !important;
}
.form--checked--sign-in {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 12px;
  cursor: pointer;
}
.invalid {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #f82900;
  text-align: left;
}
.form__item--textarea:focus + label,
.form__item:focus + label,
.form__item--textarea:not(:placeholder-shown) + label,
.form__item:not(:placeholder-shown) + label {
  top: 8px;
  font-size: calc(13px - 1px);
  line-height: 16px;
}
.btn--sign-in {
  width: 100%;
  padding: 11px 0;
  background: orange;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s;
}
.btn--sign-in:hover {
  background: #b37300;
}
.form__item--user {
  background-repeat: no-repeat;
}
.registration-close {
  position: absolute;
  right: 12px;
  top: 9px;
  width: 18px;
  height: 18px;
  z-index: 10;
}
.registration-close:hover {
  cursor: pointer;
}
.registration-close:before,
.registration-close:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 18px;
  width: 1.5px;
  background: #B0B0B0;
  border-radius: 3px;
  transition: 0.3s;
}
.registration-close:hover:before,
.registration-close:hover:after {
  background: #424242;
}
.registration-close:before {
  transform: rotate(45deg);
}
.registration-close:after {
  transform: rotate(-45deg);
}
.form__item--textarea {
  resize: none;
}
.overlay.active {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.35);
  overflow-y: scroll;
}
body.overlay-active {
  overflow: hidden;
  margin-left: -17px;
}
@media (max-width: 575px) {
  body.overlay-active {
    margin-left: 0;
  }
}
.person-data {
  color: orange;
  width: 100%;
  text-align: right;
}
@media (max-width: 575px) {
  .sign-in-block {
    padding: 15px 20px 20px;
    width: 100%;
  }
  .registration-wrapper {
    width: 290px;
    left: calc(50% - 145px);
  }
  .registration-wrapper.active {
    top: 10%;
    left: calc(50% - 145px);
  }
}
.sign-in-network {
  position: relative;
  font-size: calc(13px - 1px);
  line-height: 16px;
  margin: 24px 0 19px;
  color: #767676;
}
.sign-in-network:after {
  position: absolute;
  display: block;
  top: 9px;
  right: 0;
  content: "";
  height: 0.5px;
  width: 50%;
  background: #B0B0B0;
}
@media (max-width: 575px) {
  .sign-in-network:after {
    width: 33%;
  }
}
.sign-in__social-img-block {
  display: flex;
}
.sign-in__social-img-block a {
  transition: 1s;
}
.sign-in__social-img-block a svg {
  fill: orange;
}
.sign-in__social-img-block a:hover {
  background: #ffffff;
  transform: scale(1.2);
  background: orange;
}
.sign-in__social-img-block a:hover svg {
  fill: white;
  transition: 1s;
}
.sign-in__social-img__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid orange;
}
@media (max-width: 575px) {
  .sign-in__social-img__item {
    width: 30px;
    height: 30px;
  }
}
.sign-in__social-img__item:not(:first-child) {
  margin-left: 12px;
}
.vk-sign {
  width: 21px;
  height: 16px;
}
.fs-sign {
  width: 19px;
  height: 23px;
}
.tw-sign {
  width: 17px;
  height: 17px;
}
.ok-sign {
  width: 21px;
  height: 19px;
}
.inst-sign {
  width: 18px;
  height: 18px;
}
.mail-sign {
  width: 21px;
  height: 20px;
}
.sign-icon {
  width: 15px;
  height: 14px;
}
.sign-up-block {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .sign-up-block {
    flex-direction: column;
    margin-top: 20px;
  }
}
.sign-up__btn {
  border: 1px solid #438BE3;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: orange;
  padding: 9px 18px 10px 18px;
  height: 100%;
  transition: 0.3s;
}
.sign-up__btn:hover {
  color: white;
  background: orange;
}
.sign-up__description {
  font-size: calc(13px - 4px);
  line-height: 12px;
  color: #666666;
  margin-left: 27px;
}
@media (max-width: 575px) {
  .sign-up__description {
    margin: 15px 0 0 7px;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #FAFAFA inset !important;
  -webkit-text-fill-color: #333333 !important;
}
.registration-wrapper {
  position: absolute;
  top: -200%;
  left: calc(50% - 210px);
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 10px;
  transition: 1s;
  z-index: 2;
}
.registration-wrapper.active {
  top: 10%;
  left: calc(50% - 210px);
}
.registration-block {
  width: 420px;
  padding: 14px 35px 34px;
}
.form-pre-order {
  max-width: 350px;
  margin-top: 18px;
}
.form-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  text-align: center;
}
.message-block {
  display: flex;
}
.message__border {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #999999;
  border-radius: 0 5px 5px 0;
}
.tex-message {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  margin: 0 0 0 10px;
}
.form__group {
  position: relative;
  width: 100%;
  text-align: center;
}
.form__group label {
  position: absolute;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 1px);
  line-height: 15px;
  z-index: 2;
  top: 15px;
  left: 15px;
  transition: 0.3s;
  color: #333;
}
.required-item {
  color: red;
  margin-left: 4px;
}
.form__item {
  position: relative;
  width: 100%;
  color: #666;
  padding: 22px 41px 8px 15px;
  background: #f4f4f4;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  outline: none;
}
.error-container {
  opacity: 0;
  padding-bottom: 11px;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .error-container {
    padding-bottom: 5px;
  }
}
.form__group.invalid-active .error-container {
  opacity: 1;
}
.form__item.invalid-active {
  border: 1px solid #e8413b;
}
.form--check {
  display: flex;
  align-items: center;
  padding: 13px 0 24px;
}
@media (max-width: 575px) {
  .form--check {
    padding: 0 0 15px;
  }
}
.form--checked {
  position: inherit !important;
  top: initial !important;
  left: 0 !important;
}
.invalid {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #f82900;
  text-align: left;
}
.form__item--textarea {
  height: 115px;
  width: 100%;
  color: #666;
  padding: 18px 30px 0 15px;
  background: #f4f4f4;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 3px;
  outline: none;
  background-image: url("../assets/images/feedback-form.svg");
  background-repeat: no-repeat;
  background-position: 384px 18px;
}
.form__item--textarea:focus + label,
.form__item:focus + label,
.form__item--textarea:not(:placeholder-shown) + label,
.form__item:not(:placeholder-shown) + label {
  top: 8px;
  font-size: calc(13px - 1px);
  line-height: 16px;
}
.btn--registration {
  width: 100%;
  padding: 11px 0;
  background: #438BE3;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.5s;
}
.btn--registration:hover {
  background: #b37300;
}
.form__item--user {
  background-image: url("../img/user-form.svg");
  background-position: 315px 18px;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .form__item--user {
    background-position: 218px 18px;
  }
}
.form__item--tel {
  background-image: url("../img/phone-form.svg");
  background-position: 315px 18px;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .form__item--tel {
    background-position: 218px 18px;
  }
}
.registration-close {
  position: absolute;
  right: 12px;
  top: 9px;
  width: 18px;
  height: 18px;
  z-index: 10;
}
.registration-close:hover {
  cursor: pointer;
}
.registration-close:before,
.registration-close:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 18px;
  width: 1.5px;
  background: #B0B0B0;
  border-radius: 3px;
  transition: 0.3s;
}
.registration-close:hover:before,
.registration-close:hover:after {
  background: #424242;
}
.registration-close:before {
  transform: rotate(45deg);
}
.registration-close:after {
  transform: rotate(-45deg);
}
.form__item--textarea {
  resize: none;
}
.form__item--checked {
  cursor: pointer;
}
.feedback-form--checked {
  cursor: pointer;
  padding-left: 13px;
}
.overlay.active {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.35);
  overflow-y: scroll;
}
body.overlay-active {
  overflow: hidden;
  margin-left: -17px;
}
@media (max-width: 575px) {
  body.overlay-active {
    margin-left: 0;
  }
}
.person-data {
  color: orange;
}
@media (max-width: 575px) {
  .registration-block {
    padding: 15px 20px 20px;
    width: 100%;
  }
  .registration-wrapper {
    width: 290px;
    left: calc(50% - 145px);
  }
  .registration-wrapper.active {
    top: 10%;
    left: calc(50% - 145px);
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #FAFAFA inset !important;
  -webkit-text-fill-color: #333333 !important;
}
.rating-area__text {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  margin-left: 33px;
}
.rating-area__text:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 1px;
  background: #C4C4C4;
  left: -28px;
  top: 50%;
}
.rating-area:not(:checked) > input {
  display: none;
}
.rating-area:not(:checked) > label {
  float: right;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 0;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;
  margin-right: 3px;
}
.rating-area:not(:checked) > label:before {
  content: '★';
}
.rating-area > input:checked ~ label {
  color: #FAAD3D;
  text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  color: #FAAD3D;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: #FAAD3D;
  text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
  position: relative;
}
.form__item--textarea {
  resize: none;
  max-height: 100px;
  background-image: url(../img/pencil.svg);
  background-position: 315px 18px;
  background-repeat: no-repeat;
}
.registration-wrapper {
  position: absolute;
  top: -200%;
  left: calc(50% - 210px);
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 10px;
  transition: 1s;
  z-index: 2;
}
.registration-wrapper.active {
  top: 10%;
  left: calc(50% - 210px);
}
.registration-block {
  width: 420px;
  padding: 14px 35px 34px;
}
.form-pre-order {
  max-width: 350px;
  margin-top: 18px;
}
.form-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  text-align: center;
}
.message-block {
  display: flex;
}
.message__border {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #999999;
  border-radius: 0 5px 5px 0;
}
.tex-message {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  margin: 0 0 0 10px;
}
.form__group {
  position: relative;
  width: 100%;
  text-align: center;
}
.form__group label {
  position: absolute;
  font-style: normal;
  font-weight: normal;
  font-size: calc(13px + 1px);
  line-height: 15px;
  z-index: 2;
  top: 15px;
  left: 15px;
  transition: 0.3s;
  color: #333;
}
.required-item {
  color: red;
  margin-left: 4px;
}
.form__item {
  position: relative;
  width: 100%;
  color: #666;
  padding: 22px 41px 8px 15px;
  background: #f4f4f4;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  outline: none;
}
.error-container {
  opacity: 0;
  padding-bottom: 11px;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .error-container {
    padding-bottom: 5px;
  }
}
.form__group.invalid-active .error-container {
  opacity: 1;
}
.form__item.invalid-active {
  border: 1px solid #e8413b;
}
.form--check {
  display: flex;
  align-items: center;
  padding: 13px 0 24px;
}
@media (max-width: 575px) {
  .form--check {
    padding: 0 0 15px;
  }
}
.form--checked {
  position: inherit !important;
  top: initial !important;
  left: 0 !important;
}
.invalid {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #f82900;
  text-align: left;
}
.form__item--textarea {
  height: 115px;
  width: 100%;
  color: #666;
  padding: 18px 30px 0 15px;
  background: #f4f4f4;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 3px;
  outline: none;
  background-image: url("../assets/images/feedback-form.svg");
  background-repeat: no-repeat;
  background-position: 384px 18px;
}
.form__item--textarea:focus + label,
.form__item:focus + label,
.form__item--textarea:not(:placeholder-shown) + label,
.form__item:not(:placeholder-shown) + label {
  top: 8px;
  font-size: calc(13px - 1px);
  line-height: 16px;
}
.btn--registration {
  width: 100%;
  padding: 11px 0;
  background: #438BE3;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.5s;
}
.btn--registration:hover {
  background: #b37300;
}
.form__item--user {
  background-image: url("../img/user-form.svg");
  background-position: 315px 18px;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .form__item--user {
    background-position: 218px 18px;
  }
}
.form__item--tel {
  background-image: url("../img/phone-form.svg");
  background-position: 315px 18px;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .form__item--tel {
    background-position: 218px 18px;
  }
}
.registration-close {
  position: absolute;
  right: 12px;
  top: 9px;
  width: 18px;
  height: 18px;
  z-index: 10;
}
.registration-close:hover {
  cursor: pointer;
}
.registration-close:before,
.registration-close:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 18px;
  width: 1.5px;
  background: #B0B0B0;
  border-radius: 3px;
  transition: 0.3s;
}
.registration-close:hover:before,
.registration-close:hover:after {
  background: #424242;
}
.registration-close:before {
  transform: rotate(45deg);
}
.registration-close:after {
  transform: rotate(-45deg);
}
.form__item--textarea {
  resize: none;
}
.form__item--checked {
  cursor: pointer;
}
.feedback-form--checked {
  cursor: pointer;
  padding-left: 13px;
}
.overlay.active {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.35);
  overflow-y: scroll;
}
body.overlay-active {
  overflow: hidden;
  margin-left: -17px;
}
@media (max-width: 575px) {
  body.overlay-active {
    margin-left: 0;
  }
}
.person-data {
  color: orange;
}
@media (max-width: 575px) {
  .registration-block {
    padding: 15px 20px 20px;
    width: 100%;
  }
  .registration-wrapper {
    width: 290px;
    left: calc(50% - 145px);
  }
  .registration-wrapper.active {
    top: 10%;
    left: calc(50% - 145px);
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #FAFAFA inset !important;
  -webkit-text-fill-color: #333333 !important;
}
.rating-area__text {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  margin-left: 33px;
}
.rating-area__text:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 1px;
  background: #C4C4C4;
  left: -28px;
  top: 50%;
}
.rating-area:not(:checked) > input {
  display: none;
}
.rating-area:not(:checked) > label {
  float: right;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 0;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;
  margin-right: 3px;
}
.rating-area:not(:checked) > label:before {
  content: '★';
}
.rating-area > input:checked ~ label {
  color: #FAAD3D;
  text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  color: #FAAD3D;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: #FAAD3D;
  text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
  position: relative;
}
.form__item--textarea {
  resize: none;
  max-height: 100px;
  background-image: url(../img/pencil.svg);
  background-position: 315px 18px;
  background-repeat: no-repeat;
}
.overlay-search {
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(7px);
  overflow-y: scroll;
  display: none;
}
.overlay-search.active {
  display: block;
}
@media (max-width: 767px) {
  .overlay-search.active {
    background: #F7F8FB;
  }
}
@media (max-width: 767px) {
  .search-header {
    background: white;
    padding: 11px 16px 11px 64px;
  }
}
.search__close {
  position: absolute;
  left: 54px;
  top: 28px;
  width: 18px;
  height: 16px;
  cursor: pointer;
}
.search__close svg {
  width: 18px;
  height: 16px;
}
@media (max-width: 767px) {
  .search__close {
    left: 13px;
    top: 24px;
  }
}
.search--pop-up {
  display: flex;
  flex: 1 0 auto;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 3px;
  margin: 0;
}
.search__input {
  width: 100%;
  padding: 0 15px;
}
.search-field-ic {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #333333;
}
.search-wrapper {
  width: 726px;
  margin: 0 auto;
  padding-top: 18px;
}
@media (max-width: 767px) {
  .search-wrapper {
    width: 100%;
    padding: 0;
  }
}
.search-content {
  padding: 2px 0 45px;
}
@media (max-width: 767px) {
  .search-content {
    padding: 2px 0 30px;
  }
}
.search__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  height: 54px;
  padding-left: 13px;
}
.search__item p {
  margin: 0;
}
.search__item:hover {
  cursor: pointer;
}
.search__item:hover p,
.search__item:hover a {
  color: orange;
}
.search__dropdown__item {
  display: flex;
}
.search__item__img {
  margin-right: 12px;
}
.search__item__img img {
  width: 45px;
  height: 45px;
  text-align: center;
}
.search__dropdown__item__info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.search-all-results {
  font-size: calc(13px + 2px);
  line-height: 19px;
  text-align: center;
  color: orange;
  border: 1px solid #438BE3;
  border-radius: 5px;
  padding: 9px 21px 10px 21px;
  transition: 0.3s;
}
.search-all-results:hover {
  background: orange;
  color: #ffffff;
}
@media (max-width: 767px) {
  .search-all-results {
    margin-left: 13px;
  }
}
.infomers-block {
  position: fixed;
  display: flex;
  align-items: center;
  flex-direction: column;
  right: 0;
  top: 50%;
  width: 56px;
  background: orange;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
  border-radius: 5px 0 0 5px;
  transition: 0.5s;
  z-index: 10;
}
@media (max-width: 767px) {
  .infomers-block {
    display: none;
  }
}
.infomers-block.active {
  right: 627px;
}
.infomers-block .cart-display-show {
  display: inherit;
}
.infomers-block .user-counts__item {
  margin: 0;
}
.infomers-block .user-counts__item__num {
  position: absolute;
  bottom: 9px;
  left: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-weight: bold;
  font-size: 0.71rem;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background: #424242;
  border-radius: 20px;
  margin-left: 0;
}
.infomers-block .user-counts__item__link {
  position: relative;
}
.infomers-block .user-counts__item__link svg {
  fill: white;
  stroke: white;
}
.infomers-block .user-counts__item__link svg:hover {
  fill: white;
  stroke: white;
}
.infomers-block .cart:hover .user-counts__item__link svg {
  stroke: white;
}
.overlay-active .infomers-block {
  right: 17px;
}
.review-form .btn--registration {
  width: 148px;
  display: flex;
  justify-content: center;
}
.review-form .btn--registration:hover {
  background: #b37300;
}
.review-form .form--check {
  padding-top: 0;
}
.review-form .form--check label {
  line-height: 18px;
  letter-spacing: -0.01em;
  padding-left: 12px;
}
.infomers__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 51px;
  padding: 19px 0 12px 0;
  text-align: center;
}
.infomers__item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.infomers-mail__omg {
  position: relative;
  top: -3px;
  width: 21px;
  height: 14px;
  cursor: pointer;
  fill: white;
}
.infomers-review {
  position: relative;
  top: -3px;
  width: 24px;
  height: 18px;
  cursor: pointer;
  fill: white;
}
.infomers-phone {
  width: 21px;
  height: 26px;
  cursor: pointer;
  fill: white;
  margin-left: 8px;
  position: relative;
  top: -4px;
}
.form__item--email {
  background-image: url("../img/mail-form.svg");
  background-position: 315px 18px;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .form__item--email {
    background-position: 218px 18px;
  }
}
.form__group--file {
  margin-top: 30px;
}
.form__group--file__title {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  text-align: left;
  margin-bottom: 7px;
}
.form-file__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  background: #ffffff;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
}
.form-file__wrapper label.form-file {
  position: relative;
  top: inherit;
  border: 1px solid orange;
  border-radius: 5px;
  padding: 7px 10px 7px;
  margin-right: 30px;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: orange;
  cursor: pointer;
}
.form-file__wrapper label.form-file:hover {
  background: orange;
  color: #ffffff;
}
input[type="file"] {
  display: none;
}
.form-file__description {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}
.rating__title {
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  margin-top: 17px;
}
.rating-block {
  margin-bottom: 35px;
}
.rating-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  width: 265px;
}
.basket {
  position: relative;
}
.basket-content {
  position: absolute;
  left: 56px;
  top: 0;
  width: 627px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
  border-radius: 1px;
}
.basket-empty {
  padding: 27px 31px 31px 27px;
  text-align: left;
  display: none;
}
.side-basket__prompt {
  position: absolute;
  width: 100%;
  top: -44px;
  left: 0;
  background: rgba(230, 38, 0, 0.8);
  text-align: left;
  padding: 14px 0 12px 12px;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
}
.basket-empty__description {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.basket-empty__title {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
}
.basket-empty__subtitle {
  font-size: calc(13px + 1px);
  line-height: 18px;
  color: #999999;
  padding-top: 17px;
}
.basket-empty__description--img svg {
  width: 88px;
  height: 74px;
  stroke: #EFF1F5;
}
.basket-empty__btn {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 10px 21px 12px 18px;
  margin-top: 9px;
  background: #438BE3;
  border-radius: 5px;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}
.basket-empty__btn:hover {
  background: #b37300;
}
.basket-complete {
  display: none;
}
.basket-complete .cart__dropdown__list,
.basket-complete-tab .cart__dropdown__list {
  padding: 0 17px 0 26px;
  margin-right: 14px;
}
.basket-complete .cart__dropdown__list .cart-close-ic,
.basket-complete-tab .cart__dropdown__list .cart-close-ic {
  position: absolute;
  top: 0;
  right: 0;
  fill: #B0B0B0;
  cursor: pointer;
}
.basket-complete .cart__dropdown__list .cart-close-ic:hover,
.basket-complete-tab .cart__dropdown__list .cart-close-ic:hover {
  fill: orange;
}
.basket-complete .like-ic,
.basket-complete-tab .like-ic {
  position: absolute;
  bottom: 0;
  right: 0;
  fill: #B0B0B0;
  cursor: pointer;
}
.basket-complete .like-ic:hover,
.basket-complete-tab .like-ic:hover {
  fill: orange;
}
.basket-complete .cart__dropdown__item__info,
.basket-complete-tab .cart__dropdown__item__info {
  display: flex;
  align-items: center;
  position: relative;
}
.basket-complete .cart__dropdown__item__row,
.basket-complete-tab .cart__dropdown__item__row {
  max-width: 130px;
  margin-right: 25px;
}
.basket-complete .cart__dropdown__item__cost,
.basket-complete-tab .cart__dropdown__item__cost {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.basket-complete .cart__dropdown__item__cost span,
.basket-complete-tab .cart__dropdown__item__cost span {
  text-align: center;
}
.basket-complete .cart__dropdown__item__price,
.basket-complete-tab .cart__dropdown__item__price {
  margin: 0;
}
.basket-complete .cart__dropdown__item__price_old,
.basket-complete-tab .cart__dropdown__item__price_old {
  text-decoration-line: line-through;
}
.basket-complete .cart__dropdown__item__price__text,
.basket-complete-tab .cart__dropdown__item__price__text {
  font-size: calc(13px - 1px);
  line-height: 16px;
  color: #999999;
  margin-bottom: 2px;
  cursor: pointer;
}
.basket-complete .cart__dropdown__bottom,
.basket-complete-tab .cart__dropdown__bottom {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 31px 0 27px;
}
.basket-complete .basket-complete-tab-basket,
.basket-complete-tab .basket-complete-tab-basket,
.basket-complete .basket-complete-tab-deferred,
.basket-complete-tab .basket-complete-tab-deferred,
.basket-complete .cart__dropdown__bottom-basket,
.basket-complete-tab .cart__dropdown__bottom-basket,
.basket-complete .cart__dropdown__bottom-deferred,
.basket-complete-tab .cart__dropdown__bottom-deferred {
  display: none;
}
.basket-complete .basket-complete-tab-basket.active,
.basket-complete-tab .basket-complete-tab-basket.active,
.basket-complete .basket-complete-tab-deferred.active,
.basket-complete-tab .basket-complete-tab-deferred.active,
.basket-complete .cart__dropdown__bottom-basket.active,
.basket-complete-tab .cart__dropdown__bottom-basket.active,
.basket-complete .cart__dropdown__bottom-deferred.active,
.basket-complete-tab .cart__dropdown__bottom-deferred.active {
  display: block;
}
.stepper-click {
  display: flex;
  width: 73px;
  margin: 0 35px 0;
}
.stepper-click input {
  width: 100%;
  padding: 9px 0 7px 0;
  font-size: calc(13px + 1px);
  line-height: 18px;
  color: #333333;
  text-align: center;
  background: #F3F3F5;
}
.stepper-click span:first-child {
  display: flex;
  align-items: center;
  border-radius: 5px 0 0 5px;
  padding: 0 9px 0;
  background: #F3F3F5;
  cursor: pointer;
}
.stepper-click span:last-child {
  display: flex;
  align-items: center;
  border-radius: 0 5px 5px 0 ;
  padding: 0 9px 0;
  background: #F3F3F5;
  cursor: pointer;
}
.stepper-click .cart-minus-ic {
  width: 9px;
  height: 2px;
}
.stepper-click .cart-plus-ic {
  width: 10px;
  height: 9px;
}
.basket__total__price {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 35px 0 35px 0;
  border-bottom: 1px solid #EFF1F5;
}
.basket__total__price .cart-close-ic {
  fill: #B0B0B0;
  cursor: pointer;
}
.basket__total__price .cart-close-ic:hover {
  fill: orange;
}
.basket__clear {
  display: flex;
  align-items: center;
}
.basket__clear .cart__dropdown__item__price__text {
  margin-left: 12px;
}
.basket__clear.active {
  opacity: 0;
}
.basket__btn__block {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 20px 0 30px;
}
.basket__btn__block .btn-block__item:not(:last-child) {
  margin-right: 40px;
}
.basket__btn__block .btn {
  min-width: 153px;
  line-height: 37px;
}
.basket__btn__block .btn-blue {
  color: #ffffff;
  background: orange;
  text-align: center;
}
.basket__btn__block .btn-blue:hover {
  background: #b37300;
  border: 1px solid #b37300;
}
.btn-block__item__text {
  width: 157px;
  font-size: calc(13px - 1px);
  line-height: 16px;
  color: #999999;
  margin-top: 8px;
}
.basket-complete-tab {
  display: block;
}
.basket-complete-tab__header {
  display: flex;
  align-items: center;
  background: #EFF1F5;
  padding: 15px 0  13px 32px;
}
.basket-complete-tab__header__item {
  font-size: 13px;
  line-height: 17px;
  color: #333333;
  margin-right: 31px;
  cursor: pointer;
}
.basket-complete-tab__header__item.active {
  font-weight: bold;
}
.basket-complete-tab__header__item.active div {
  text-decoration: underline;
}
.basket-complete-tab-basket,
.basket-complete-tab-deferred,
.cart__dropdown__bottom-basket,
.cart__dropdown__bottom-deferred {
  display: none;
}
.basket-complete-tab-basket.active,
.basket-complete-tab-deferred.active,
.cart__dropdown__bottom-basket.active,
.cart__dropdown__bottom-deferred.active {
  display: block;
}
.cart__dropdown__bottom-deferred .basket__clear {
  opacity: 0;
}
@font-face {
  font-family: "PTSans";
  src: url(../fonts/PTSans-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  font-weight: bold;
  src: url(../fonts/PTSans-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url(../fonts/Ubuntu-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  font-weight: bold;
  src: url(../fonts/Ubuntu-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  font-weight: bold;
  src: url(../fonts/OpenSans-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  src: url(../fonts/Montserrat-Bold.ttf);
  font-display: swap;
}
.dropdown-1::-webkit-scrollbar,
.cart__dropdown__list::-webkit-scrollbar,
.place__select__list::-webkit-scrollbar {
  width: 3px;
}
/* Thumb */
.dropdown-1::-webkit-scrollbar-thumb,
.cart__dropdown__list::-webkit-scrollbar-thumb,
.place__select__list::-webkit-scrollbar-thumb {
  background: #AFAFAF;
  border-radius: 2.5px;
}
.flexMenu-popup {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .advantage-content {
    margin-left: 0 !important;
  }
}
