:root {
  --1-text-color: #443d4d;
  --2-text-color: #fff;
  --22-text-color: #fff;
  --3-text-color: #a19fd3;
  --4-text-color: #371111;
  --5-text-color: #5f5e76;
  --11-text-color: #eeeeee;
  --12-text-color: #efefef;
  --13-text-color: #5c5b8b;
  --14-text-color: #ff0000;
  --orange-color: #f29d0f;
  --blue-color: #3c3664;
  --title-color: #23202f;
  --bg-gray-color: #fafafa;
  --footer-color: #f2f0f0;
  --link-hover-color: #f25042;
}

@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&display=swap");

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Raleway", arial, verdana;
  font-size: 16px;
  color: var(--title-color);
  overflow-x: hidden;
}

button {
  cursor: pointer;
  cursor: hand;
}

div,
section,
input,
textarea,
select,
button,
a {
  box-sizing: border-box;
  transition: all 0.3s linear;
}

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

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

h1 {
  font-size: 32px;
  padding: 10px 0;
  margin: 0;
}

h2 {
  font-weight: 800;
  font-size: 60px;
  color: var(--2-text-color);
  text-shadow: 0 0 5px black;
}

h3 {
  font-size: 48px;
  font-weight: 800;
  color: var(--title-color);
}

h4 {
  font-size: 24px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
}

.star {
  color: #f67617;
  font-size: 24px;
}

.text--fail {
  color: var(--14-text-color);
  font-size: 12px;
}

.no--info--find {
  color: var(--14-text-color);
  font-size: 12px;
}

input,
button,
select,
textarea {
  outline: none;
}

button {
  padding: 10px 20px;
  font-family: "Raleway", arial, verdana;
  font-size: 16px;
  font-weight: 700;
  background-image: -moz-linear-gradient(
    180deg,
    rgb(234, 149, 0) 0%,
    rgb(220, 89, 11) 100%
  );
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(234, 149, 0) 0%,
    rgb(220, 89, 11) 100%
  );
  background-image: -ms-linear-gradient(
    180deg,
    rgb(234, 149, 0) 0%,
    rgb(220, 89, 11) 100%
  );
  color: var(--2-text-color);
  border: 0;
  border-radius: 50px;
  /* min-width: 120px; */
}

button:hover {
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(220, 89, 11) 0%,
    rgb(234, 149, 0) 100%
  );
}

input[type="text"] {
  padding: 10px 18px;
  font-family: "Raleway", arial, verdana;
  font-size: 16px;
  border: 1px solid transparent;
  border-bottom: 2px solid rgba(166, 164, 176, 0.7);
  width: 100%;
  border-radius: 8px;
}

input[type="text"]:focus {
  border: 1px solid var(--3-text-color);
  border-bottom: 2px solid var(--3-text-color);
  box-shadow: 0 0 2px var(--5-text-color);
}

input[type="number"] {
  padding: 10px 18px;
  font-family: "Raleway", arial, verdana;
  font-size: 16px;
  border: 1px solid transparent;
  border-bottom: 2px solid rgba(166, 164, 176, 0.7);
  width: 100%;
  border-radius: 8px;
}

input[type="number"]:focus {
  border: 1px solid var(--3-text-color);
  box-shadow: 0 0 2px var(--5-text-color);
  border-bottom: 2px solid var(--3-text-color);
}

input[type="datetime-local"] {
  padding: 10px 18px;
  font-family: "Raleway", arial, verdana;
  font-size: 16px;
  border: 1px solid transparent;
  border-bottom: 2px solid rgba(166, 164, 176, 0.7);
  width: 100%;
  border-radius: 8px;
}

input[type="datetime-local"]:focus {
  border: 1px solid var(--3-text-color);
  box-shadow: 0 0 2px var(--5-text-color);
  border-bottom: 2px solid var(--3-text-color);
}

input[type="password"] {
  padding: 10px 18px;
  font-family: "Raleway", arial, verdana;
  font-size: 16px;
  border: 1px solid transparent;
  border-bottom: 2px solid rgba(166, 164, 176, 0.7);
  width: 100%;
  border-radius: 8px;
}

input[type="password"]:focus {
  border: 1px solid var(--3-text-color);
  box-shadow: 0 0 2px var(--5-text-color);
}

textarea {
  padding: 10px 18px;
  font-family: "Raleway", arial, verdana;
  font-size: 16px;
  border: 1px solid transparent;
  border-bottom: 2px solid rgba(166, 164, 176, 0.7);
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border-radius: 8px;
}

textarea:focus {
  border: 1px solid var(--3-text-color);
  box-shadow: 0 0 2px var(--5-text-color);
  border-bottom: 2px solid var(--3-text-color);
}

select {
  padding: 10px 18px;
  font-family: "Raleway", arial, verdana;
  font-size: 16px;
  border: 1px solid transparent;
  border-bottom: 2px solid rgba(166, 164, 176, 0.7);
  width: 100%;
  border-radius: 8px;
}

select:focus {
  border: 1px solid var(--3-text-color);
  box-shadow: 0 0 2px var(--5-text-color);
  border-bottom: 2px solid var(--3-text-color);
}

input.fail--input {
  border: 1px solid var(--14-text-color);
}

textarea.fail--input {
  border: 1px solid var(--14-text-color);
}

.js__body--background {
  display: none;
  background: var(--1-text-color);
  width: 100%;
  height: 120%;
  position: fixed;
  top: -20px;
  z-index: 400;
  opacity: 0;
}

.js__body--popup {
  position: fixed;
  background: var(--22-text-color);
  display: none;
  z-index: 500;
  width: 500px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 90%;
  opacity: 0;
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 30px;
}

.popup--container__main .fnc--feedback {
  visibility: visible !important;
}

.js__big--images--popup {
  width: 1620px;
}

.pointerhand {
  cursor: pointer;
  cursor: hand;
}

.body {
  overflow: hidden;
}

.body section.home {
  max-width: 100% !important;
}

/*Шапка*/

.header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.155);
}

.header--overhead {
}

.header--overhead__inner {
  max-width: 1620px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 700px) {
  .header--overhead__inner {
    flex-wrap: wrap;
  }
}

.header--overhead--inner__left {
  padding: 0 5px;
}

.header--overhead--inner__right {
  padding: 0 5px;
}

.header--centerhead {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  transition: all 0s;
}

.header--centerhead__inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
}

.header--centerhead--inner__logo {
  order: 1;
  height: 120px;
  width: auto;
}

.header--centerhead--inner__logo img {
  max-height: 120px;
}

.header--centerhead--inner__column1 {
  order: 3;
}

@media all and (max-width: 1100px) {
  .header--centerhead--inner__column1 {
    order: 1;
  }
}

.fnc--header--contacts {
  display: flex;
  align-items: center;
}

@media all and (max-width: 570px) {
  .fnc--header--contacts {
    flex-direction: column;
    align-items: flex-start;
  }
}

.fnc--header--contacts__left {
  padding: 0 15px;
  font-weight: bolder;
}

.fnc--header--contacts__left div {
  padding: 3px 0;
}

.fnc--header--contacts__right {
  padding: 0 15px;
  font-size: 90%;
}

.fnc--header--contacts__right div {
  padding: 3px 0;
}

@media all and (max-width: 600px) {
  .fnc--header--contacts__left {
    padding: 0 5px;
  }

  .fnc--header--contacts__right {
    padding: 0 5px;
  }
}

.header--centerhead--inner__column2 {
  display: flex;
  align-items: center;
  flex-grow: 1;
  order: 2;
  padding: 0 15px;
  flex-direction: column;
  height: 120px;
}

@media all and (max-width: 1100px) {
  .header--centerhead--inner__column2 {
    order: 4;
    padding: 0 5px;
  }
}

@media all and (max-width: 600px) {
  .header--centerhead--inner__column2 {
    flex-basis: 100%;
  }
}

.header--centerhead--inner--column2__in1 {
  padding: 5px;
  flex-grow: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header--centerhead--inner--column2__in2 {
  padding: 5px;
  padding-bottom: 0;
}

.header--centerhead--inner__column3 {
  display: flex;
  order: 4;
  border-left: 1px solid var(--12-text-color);
  padding: 0 0 0 30px;
  display: none;
}

@media all and (max-width: 1100px) {
  .header--centerhead--inner__column3 {
    order: 3;
  }
}

@media all and (max-width: 900px) {
  .header--centerhead--inner__column3 {
    padding: 0 0 0 0px;
    border-left: 0;
  }
}

@media all and (max-width: 800px) {
  .header--centerhead--inner__column3 {
    flex-direction: column;
  }
}

.header--centerhead--inner--column3__in1 {
  padding: 5px 20px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

@media all and (max-width: 600px) {
  .header--centerhead--inner--column3__in1 {
    padding: 5px 5px;
  }
}

.header--centerhead--inner--column3__in2 {
  padding: 5px;
}

.header--underhead {
  border-bottom: none;
}

.header--underhead__inner {
  max-width: 1620px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 700px) {
  .header--underhead__inner {
    flex-wrap: wrap;
  }
}

.header--underhead--inner__left {
  width: 100%;
  padding: 4px 0;
}

.header--underhead--inner__right {
}

/*Слайдер*/

.under--header--slider {
  position: relative;
  z-index: 1;
}

.under--header--slider__left {
}

.under--header--slider__center {
}

.under--header--slider__right {
}

/*Блок контента*/

.content--center--main {
  width: 100%;
}

.content--center--inner {
  display: flex;
}

.content--center--inner__left {
  flex-basis: 25%;
  max-width: 300px;
  padding-right: 15px;
}

@media all and (max-width: 800px) {
  .content--center--inner__left {
    display: none;
  }
}

.content--center--inner--left__column {
}

.content--center--inner__center {
  flex-grow: 1;
  flex-basis: 80%;
}

.content--center--inner--center__column {
}

.content--center--inner__right {
  flex-basis: 260px;
  max-width: 260px;
}

@media all and (max-width: 800px) {
  .content--center--inner__right {
    display: none;
  }
}

.content--center--inner--right__column {
}

.category-section {
  /* margin-bottom: 150px; */
  padding-top: 150px;
  padding-bottom: 80px;
}

.content--center--page--cart {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 20px;
}

@media all and (max-width: 1100px) {
  .content--center--page--cart {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
  }
}

.content--center--page__text {
}

.content--center--page__main {
}

/*Разделители*/

.content--center__separator {
}

.content--left__deliver {
}

.content--center__deliver {
}

.content--right__deliver {
}

.content--footer__deliver {
}

/*Подвал*/

.content--footer {
  background: var(--footer-color);
  width: 100%;
}

.content--footer__inner {
  border: none;
}

.fnc--footer--flex {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: var(--2-text-color);
}

.fnc--footer--flex a {
  color: var(--2-text-color);
}

.fnc--footer--flex__column1 {
  flex-basis: 20%;
  padding: 10px;
  flex-grow: 1;
}

.fnc--footer--flex__column2 {
  flex-basis: 20%;
  padding: 10px;
  flex-grow: 1;
}

.fnc--footer--flex__column3 {
  flex-grow: 1;
  flex-basis: 20%;
  padding: 10px;
}

.fnc--footer--flex__column4 {
  flex-grow: 1;
  flex-basis: 20%;
  padding: 10px;
}

.fnc--footer--flex__column5 {
  flex-grow: 1;
  flex-basis: 20%;
  padding: 10px;
  text-align: right;
}

@media all and (max-width: 800px) {
  .fnc--footer--flex {
    flex-wrap: wrap;
  }

  .fnc--footer--flex__column1 {
    flex-basis: auto;
    padding: 10px;
  }

  .fnc--footer--flex__column2 {
    flex-basis: auto;
    padding: 10px;
  }
}

/*Хлебные крошки*/

.breads {
  display: none;
}

.breads__container {
  padding: 10px 5px;
  display: flex;
}

.breads__inner {
  display: flex;
  align-items: center;
}

.breads--inner__item__separator {
  padding: 0 10px 0 0;
  font-size: 80%;
}

.breads--inner__item {
  padding: 0 10px 0 0;
}

.breads--inner__item__active {
  color: var(--3-text-color);
}

/*Модули*/

/*Поиск*/

.fnc--search {
  position: relative;
  z-index: 1;
}

.fnc--search__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.fnc--search__inner {
}

.fnc--search__field {
  width: 100%;
}

.fnc--search__button {
  position: absolute;
  right: 0px;
}

.fnc--search__button button {
  background-image: url(/themes/main/magnifying-glass.png);
  background-repeat: no-repeat;
  background-color: var(--3-text-color);
  font-size: 0;
  background-position: 50%;
  padding: 0;
  border: 0;
  width: 41px;
  height: 41px;
  background-size: 24px;
  padding: 0;
  border-radius: 0 5px 5px 0;
}

.search--list--item {
  padding: 5px;
}

.search--list--item__name {
}

.search--list--item__info {
}

.fnc--search--dropdown {
  display: none;
  position: absolute;
  width: 100%;
}

.fnc--search--dropdown__inner {
  background: var(--22-text-color);
  border: 1px solid var(--5-text-color);
}

.fnc--search--dropdown__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--11-text-color);
  cursor: pointer;
  cursor: hand;
}

.fnc--search--dropdown__row:hover {
  background: var(--11-text-color);
}

.fnc--search--dropdown__name {
  padding: 4px;
  flex-grow: 1;
}

.fnc--search--dropdown__price {
  padding: 4px;
  color: var(--14-text-color);
  flex-basis: 110px;
  text-align: center;
}

.fnc--search--dropdown__image {
  padding: 4px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 60px;
}

.fnc--search--dropdown__image img {
  max-width: 60px;
  max-height: 60px;
}

/*Авторизация кнопки*/

.fnc--login--buttons__container {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

.fnc--login--buttons__inner {
  padding: 0 5px;
}

.fnc--login--buttons__inner:nth-child(1) button {
  background-color: transparent;
  padding: 5px 10px;
  border: 0;
  border-radius: 0;
  background-image: url("/themes/main/user.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 16px;
  padding-left: 25px;
  color: var(--1-text-color);
}
.fnc--login--buttons__inner:nth-child(2) button {
  background-color: transparent;
  padding: 5px 10px;
  border: 0;
  border-radius: 0;
  color: var(--1-text-color);
}

/*Разделы меню*/

.menu--chapters {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.menu--chapters__item {
  padding: 5px 10px;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.menu--chapters__item a {
  font-size: 14px;
  font-weight: 700;
}

.menu--chapters__submenu {
  display: none;
  position: absolute;
  top: 31px;
  left: 0px;
  background: var(--2-text-color);
  padding: 4px 6px;
  z-index: 3;
  line-height: 21px;
  border: 2px solid transparent;
  border-top: 0;
  -webkit-box-shadow: 0px 15px 15px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 15px 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 15px 5px rgba(0, 0, 0, 0.25);
}

@media all and (max-width: 962px) {
  .menu--chapters__submenu {
    top: 47px;
  }
}

@media all and (max-width: 800px) {
  .menu--chapters__submenu {
    top: 43px;
  }
}

.menu--chapters__submenu a {
  color: var(--2-text-color);
  font-size: 12px !important;
}

.menu--chapters--submenu__item {
  min-width: 200px;
  padding: 2px 0;
}

.menu--chapters__item:hover .menu--chapters__submenu {
  display: block;
}

.menu--chapters__item:hover,
.menu--chapters--item__active {
  background: transparent;
}

.menu--chapters__item a {
}

.menu--chapters__item:hover a,
.menu--chapters--item__active a {
  color: var(--link-hover-color);
  text-decoration: none;
}

a.menu--chapters--submenu__link {
  color: var(--title-color) !important;
}

a.menu--chapters--submenu__link:hover,
.menu--chapters--submenu__item__active a.menu--chapters--submenu__link {
  color: var(--link-hover-color) !important;
}

.header--centerhead--inner--column2__in2 {
  width: 100%;
      display: flex;
    align-items: center;
    justify-content: space-between;
}

.sign_in {
  display: flex;
  align-items: center;
}

a.sign_in-btn {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.sign_in-btn::after {
  content: "";
  display: block;
  background: url(/img/source/login.png);
  height: 25px;
  width: 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}

/*Разделы колонка*/

.fnc--column--chapters {
  margin-bottom: 15px;
}

.fnc--column--chapters__title {
  padding: 10px;
  font-weight: bolder;
}

.fnc--column--chapters__container {
  padding: 10px;
}

.fnc--column--chapter0 {
  padding: 5px;
}

.fnc--column--chapter__active0 {
  padding: 5px;
}

.fnc--column--chapter1 {
  padding: 5px;
  padding-left: 20px;
}

.fnc--column--chapter__active1 {
  padding: 5px;
  padding-left: 20px;
}

.fnc--column--chapter2 {
  padding: 5px;
  padding-left: 40px;
}

.fnc--column--chapter__active2 {
  padding: 5px;
  padding-left: 40px;
}

.fnc--column--chapter3 {
  padding: 5px;
  padding-left: 60px;
}

.fnc--column--chapter__active3 {
  padding: 5px;
  padding-left: 60px;
}

/*Разделы центр*/

.fnc--center--chapters {
  padding: 50px 0;
  padding-bottom: 70px;
}

.fnc--center--chapters__container {
  /* max-width: 1620px; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fnc--center--chapters__list--item {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  text-align: center;
  flex-wrap: wrap;
}

.fnc--center--chapters__list--item:not(:last-child) {
  margin-bottom: 5px;
}

/* @media all and (max-width: 700px) {
  .fnc--center--chapters__container {
    flex-wrap: wrap;
  }
}

@media all and (max-width: 600px) {
  .fnc--center--chapters__list--item {
    flex-basis: calc(50% - 40px);
  }
}

@media all and (max-width: 400px) {
  .fnc--center--chapters__list--item {
    flex-basis: calc(100% - 40px);
  }
} */

.fnc--center--chapters__list--item:hover {
  /* box-shadow: 0 0 1px 0 var(--3-text-color); */
  box-shadow: 0 0 10px 0px #0000002e;
}

.fnc--center--chapters--item__main {
  flex-basis: 50%;
  order: 1;
}

.fnc--center--chapters--item__name {
  max-width: fit-content;
}

.fnc--center--chapters--item__name a:hover h3 {
  color: var(--link-hover-color);
}

.fnc--center--chapters--item__image {
  height: 500px;
  max-height: 100%;
}

.fnc--center--chapters--item__image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.fnc--center--chapters--item__additional {
  flex-basis: 50%;
  text-align: justify;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fnc--center--chapters--item__info {
  max-width: 500px;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-left: 10px;
}

.fnc--center--chapters--item__button {
}

.fnc--center--chapters--item__button a {
  font-size: 0;
  line-height: 0;
}

.fnc--center--chapters--item__button button {
  /* padding: 25px;
  position: relative; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
}

/* .fnc--center--chapters--item__button button:before {
  content: "→";
  display: block;
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(1px);
  vertical-align: middle;
  color: var(--orange-color);
  z-index: 2;
  transition: all 0.3s ease;
} */

/* .fnc--center--chapters--item__button button:before {
  content: "→";
  display: block;
  position: absolute;
  font-size: 30px;
  line-height: 1;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  right: 0;
  bottom: 0;
  transform: translateY(-2px);
  vertical-align: middle;
  color: var(--orange-color);
  z-index: 2;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  color: red;
} */

.fnc--center--chapters--item__button button:before {
  content: "→";
  display: block;
  font-size: 30px;
  line-height: 0;
  transform: translateY(-2px);
  vertical-align: middle;
  color: var(--orange-color);
  z-index: 2;
  transition: all 0.3s ease;
  width: 30px;
  height: 0;
  font-weight: 300;
  pointer-events: none;
}

.fnc--center--chapters--item__button button:after {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  top: 0;
  left: 0;
  background-color: white;
  border-radius: 100%;
  transform: translate(3px, 3px);
  z-index: 1;
  pointer-events: none;
}

.fnc--center--chapters--item__button button:hover:before {
  transform: translate(70%, -2px);
  color: rgb(220, 89, 11);
}

.fnc--center--chapters--item__name h3 {
  margin: 0;
  transition: all 0.3s ease;
}

.fnc--center--chapters--item__additional .line {
  margin-left: 0;
}

@media all and (max-width: 900px) {
  .fnc--center--chapters--item__main,
  .fnc--center--chapters--item__additional {
    flex-basis: 100%;
  }

  .fnc--center--chapters--item__main {
    order: 1;
  }
}

@media all and (max-width: 700px) {
  .fnc--center--chapters--item__image {
    height: auto;
  }

  .fnc--center--chapters--item__image img {
    min-height: 200px;
  }

  .fnc--center--chapters--item__button button:before {
    transform: translateY(0);
  }

  .fnc--center--chapters--item__button button:hover:before {
    transform: translate(70%, 0);
  }
}

/*Меню мобильное*/

.menu--chapters--mobile {
  display: none;
}

@media all and (max-width: 700px) {
  .menu--chapters {
    display: none;
  }

  .menu--chapters--mobile {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

.header--centerhead.fixed {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  transition: all 0s;
}

.js__mobile--menu--container {
  position: fixed;
  width: 0px;
  top: 120px;
  left: 0;
  z-index: 4292929;
  overflow-y: auto;
  background: var(--2-text-color);
  opacity: 0;
  padding-top: 10px;
  transform: translateX(-150%);
  transition: 0.5s;
  height: 100%;
  height: calc(100vh - 180px);
  height: calc(var(--vh, 1vh) * 100 - 120px);
}

.js__mobile--menu--active {
  width: 100%;
  opacity: 1;
  display: block;
  transform: translateX(0);
  transition: 0.5s;
  -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.22);
  /* min-height: calc(100vh - 120px); */
  /* background: url(/img/source/Bg-violet.png) center/cover no-repeat; */
  background-color: rgba(44, 49, 53, 1);
}

.js__mobile--menu--active a {
  color: var(--bg-gray-color);
}

.js__show--mobile--menu {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  cursor: hand;
  width: 32px;
  height: 32px;
  /* background: url("/themes/main/menu.png"); */
  background: url("/img/source/burger_menu.svg");
  background-size: contain;
  /*transition: all 0.3s ease; */
  transition: 0s none;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.js__show--mobile--menu.opened {
  background: url(/themes/main/delete.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.fnc--mobile--chapters__logo {
  padding: 5px;
}

.fnc--mobile--chapters__item {
  padding: 8px;
}

/*Каталог меню*/

.menu--catalog {
  display: flex;
}

.menu--catalog__item {
  padding: 10px 25px;
  position: relative;
}

.menu--catalog__submenu {
  display: none;
  position: absolute;
  top: 36px;
  left: 0px;
  background: var(--5-text-color);
  padding: 10px 15px;
  z-index: 1;
}

.menu--catalog__submenu a {
  color: var(--2-text-color);
  font-size: 13px !important;
}

.menu--catalog--submenu__item {
  min-width: 200px;
  padding: 5px 0;
}

.menu--catalog__item:hover .menu--catalog__submenu {
  display: block;
}

.menu--catalog__item:hover,
.menu--catalog--item__active {
  background: var(--5-text-color);
}

.menu--catalog__item a {
  font-size: 14px;
}

.menu--catalog__item:hover a,
.menu--catalog--item__active a {
  color: var(--2-text-color);
  font-size: 14px;
  text-decoration: none;
}

/*Каталог колонка*/

.fnc--column--catalog {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--5-text-color);
}

.fnc--column--catalog__title {
  padding: 20px 10px 10px 10px;
  font-weight: bolder;
  font-size: 18px;
}

.fnc--column--catalog__container {
  padding: 10px 10px 15px 10px;
}

.fnc--column--category0 {
  padding: 5px;
}

.fnc--column--category0 a {
  padding: 5px;
  font-size: 16px;
}

.fnc--column--category__active0 {
  padding: 5px;
}

.fnc--column--category__active0 a {
  color: var(--3-text-color);
  text-decoration: underline;
  font-size: 16px;
}

.fnc--column--category1 {
  padding: 5px;
  padding-left: 20px;
}

.fnc--column--category__active1 {
  padding: 5px;
  padding-left: 20px;
}

.fnc--column--category__active1 a {
  color: var(--3-text-color);
  text-decoration: underline;
}

.fnc--column--category2 {
  padding: 5px;
  padding-left: 40px;
}

.fnc--column--category__active2 {
  padding: 5px;
  padding-left: 40px;
}

.fnc--column--category__active2 a {
  color: var(--3-text-color);
  text-decoration: underline;
}

.fnc--column--category3 {
  padding: 5px;
  padding-left: 60px;
}

.fnc--column--category__active3 {
  padding: 5px;
  padding-left: 60px;
}

.fnc--column--category__active3 a {
  color: var(--3-text-color);
  text-decoration: underline;
}

/*Каталог центр*/

.fnc--center--catalog {
  padding: 20px 0 50px 0;
  margin: 60px 0 30px 0;
  background: url(/img/source/Ellipse%20-start-block2.png),
    url(/img/source/satrt-vlock-ellipse.png), url(/img/source/Ellipse-.png),
    url(/img/source/Ellipse%2010.png);
  background-position: top 7% right 17%, top 2% right 6%, bottom 11% left,
    bottom 13% right 15%;
  background-repeat: no-repeat;
}

.fnc--center--catalog__title {
  font-size: 26px;
  padding: 0;
  color: var(--1-text-color);
  text-align: center;
  font-weight: bolder;
  max-width: 830px;
  margin: auto;
}

.fnc--center--catalog__title p {
  font-size: 16px;
  font-weight: 400;
  padding: 0 5px;
}

.fnc--center--catalog__title h3 {
  margin-bottom: 0;
}

.fnc--center--catalog__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.fnc--center--catalog__list--item {
  margin: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: var(--22-text-color);
  position: relative;
  z-index: 1;
}

.fnc--center--catalog--item__wrapper {
  z-index: 1;
}

.catalog-item-long .fnc--center--catalog--item__wrapper {
  padding: 30px;
  padding-right: 100px;
}

.catalog-item-short .fnc--center--catalog--item__wrapper {
  padding: 30px 20px;
}

.catalog-item-long {
  flex-basis: calc(100% / 3 * 2 - 30px);
  background: url(/img/source/Bg-violet.png) center/cover no-repeat;
}

.catalog-item-short {
  flex-basis: calc(100% / 3 - 30px);
  border: 3px solid var(--blue-color);
}

@media all and (max-width: 700px) {
  .fnc--center--catalog__container {
    flex-wrap: wrap;
  }
}

@media all and (max-width: 600px) {
  .fnc--center--catalog__list--item {
    flex-basis: calc(50% - 40px);
  }
}

@media all and (max-width: 400px) {
  .fnc--center--catalog__list--item {
    flex-basis: calc(100% - 40px);
  }
}

.fnc--center--catalog__list--item:hover {
  box-shadow: 0 0 20px -10px var(--13-text-color);
}

.catalog-item-short:hover {
  border-color: var(--orange-color);
}

.fnc--center--catalog--item__main {
  display: flex;
  flex-direction: column-reverse;
}

.catalog-item-long .fnc--center--catalog--item__main {
  text-align: initial;
}

.catalog-item-short .fnc--center--catalog--item__main {
  align-items: center;
}

.catalog-item-long .fnc--center--catalog--item__name a {
  color: #ffffff;
}

.catalog-item-short .fnc--center--catalog--item__name a {
  color: var(--title-color);
}

.fnc--center--catalog--item__name {
  padding: 20px 0;
}

.fnc--center--catalog--item__name a {
  font-size: 24px;
  font-weight: bolder;
}

.fnc--center--catalog--item__name a:hover {
  color: var(--5-text-color);
  text-decoration: none;
}

.fnc--center--catalog--item__image {
  padding: 0px 0;
}

.fnc--center--catalog--item__image img {
  /* width: 100%;
  max-height: 100%; */
  display: flex;
  max-width: 75px;
  height: auto;
  width: 100%;
  max-height: 80px;
  object-fit: fill;
}

.fnc--center--catalog--item__additional {
  /* height: 220px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.catalog-item-long .fnc--center--catalog--item__additional {
  text-align: initial;
  color: white;
}

.fnc--center--catalog--item__info p {
  margin-top: 0;
}

.catalog-item-short .fnc--center--catalog--item__additional {
  color: #78777c;
  text-align: start;
}

.fnc--center--catalog--item__info {
  line-height: 20px;
  margin-bottom: 10px;
}

.fnc--center--catalog--item__button {
  font-weight: 700;
}

.fnc--center--catalog--item__button a {
  border-bottom: none;
  font-size: 16px;
  display: flex;
  width: min-content;
  white-space: nowrap;
}

.fnc--center--catalog--item__button a::after {
  content: "";
  display: block;
  background: url(/img/source/arrow.png);
  height: 19px;
  width: 27px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 15px;
}

.catalog-item-long .fnc--center--catalog--item__button a {
  color: var(--2-text-color);
}

.catalog-item-short .fnc--center--catalog--item__button a {
  color: var(--title-color);
}

.fnc--center--catalog--item__button a:hover {
  /* font-size: 14px; */
  /* color: var(--3-text-color); */
  text-decoration: none;
}

.fnc--center--catalog--item__submenu {
  padding: 10px 0;
}

.fnc--center--catalog--item__submenu--list {
  max-width: 100%;
  padding: 3px 0;
}

.fnc--center--catalog--item__submenu--list a {
}

/*Каталог мега меню/*


/*-- МЕГАМЕНЮ--*/

.fnc--megamenu {
  width: 100%;
  background: var(--5-text-color);
}

.fnc--megamenu--container {
  max-width: 1620px;
  cursor: pointer;
  cursor: hand;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.fnc--megamenu--category {
  display: flex;
  align-items: center;
  cursor: pointer;
  cursor: hand;
  flex-grow: 1;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}

.fnc--megamenu--category:hover {
  display: flex;
  align-items: center;
  background: var(--2-text-color);
}

.fnc--megamenu--category:hover .fnc--megamenu--category__link {
  color: var(--5-text-color);
  text-decoration: none;
}

.fnc--megamenu--category__active {
  display: flex;
  align-items: center;
  cursor: pointer;
  cursor: hand;
  flex-grow: 1;
  text-align: center;
  justify-content: center;
  background: var(--2-text-color);
  flex-direction: column;
}

.fnc--megamenu--category__link {
  color: var(--2-text-color);
  display: block;
  padding: 15px 10px;
}

.fnc--megamenu--category__link__active {
  color: var(--5-text-color);
  display: block;
  padding: 15px 10px;
}

.fnc--megamenu--submenu__load {
  opacity: 0;
  display: block;
}

.fnc--megamenu--submenu {
  opacity: 1;
  display: none;
}

.fnc--megamenu--category__active:hover .fnc--megamenu--submenu {
  display: block;
}

.fnc--megamenu--category:hover .fnc--megamenu--submenu {
  display: block;
}

.fnc--megamenu--submenu {
  position: relative;
  left: 0%;
  top: 0px;
  z-index: 200;
  display: none;
}

.fnc--megamenu--submenu:hover {
  display: block;
}

.fnc--megamenu--submenu__inner {
  position: absolute;
}

@media all and (max-width: 770px) {
  .fnc--megamenu--submenu__inner {
    display: none;
  }
}

.fnc--megamenu--submenu__inner--info {
  position: relative;
  width: 100%;
  z-index: 200;
  background: var(--2-text-color);
  border: 1px solid var(--5-text-color);
  border-top: 0;
}

.fnc--megamenu--submenu__row {
  display: flex;
  flex-direction: row;
}

.fnc--megamenu--submenu__column {
  display: flex;
  flex-direction: column;
}

.fnc--megamenu--submenu__column {
  min-width: 250px;
  text-align: left;
}

.fnc--megamenu--submenu__main {
  padding: 5px 20px;
  margin-bottom: 5px;
}

.fnc--megamenu--submenu__mainlink {
}

.fnc--megamenu--submenu__mainsublink {
  padding: 3px 3px 3px 10px;
}

.fnc--megamenu--submenu__link {
  color: var(--5-text-color);
}

.fnc--megamenu--submenu__link:hover {
  color: var(--5-text-color);
  text-decoration: underline;
}

.fnc--megamenu--submenu__sublink {
  color: var(--5-text-color);
  font-size: 90%;
}

.fnc--megamenu--submenu__sublink:hover {
  color: var(--5-text-color);
  font-size: 90%;
  text-decoration: none;
}

/* Адаптивное меню каталога */

.fnc--catalog--adapt {
  display: none;
}

@media all and (max-width: 700px) {
  .fnc--megamenu {
    display: none;
  }
  .menu--catalog {
    display: none;
  }
  .header--underhead--inner__left {
    width: 100%;
  }
}

.fnc--adaptive--category {
  padding: 15px 10px;
  text-align: center;
  background: var(--5-text-color);
  border-bottom: 1px solid var(--3-text-color);
}

.fnc--adaptive--category a {
  color: var(--2-text-color);
  font-size: 16px;
}

.fnc--adaptive--category:hover a {
  color: var(--2-text-color);
  font-size: 16px;
}

/*Лента элементов единица*/

.content--center--article {
  padding: 10px;
}

.page--article--back {
  padding: 10px 0;
  /*margin-top: 20px;*/
}

.page--article--back a {
  display: flex;
  max-width: max-content;
  margin: auto;
  margin-left: 0;
  font-weight: 700;
}

.page--article--back a::before {
  content: "";
  display: block;
  background: url(/img/source/arrow.png);
  height: 19px;
  width: 27px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.page--article--back a:hover:before {
  transform: rotate(180deg) translateX(10px);
}

.page--article--name {
  padding: 10px 0;
}

.page--article--text {
  padding: 10px 0;
  display: flex;
}

.page--article--img {
  margin-right: 30px;
  max-width: 400px;
}

.page--article--img img {
  max-width: 100%;
}

.page--article--date {
  padding: 10px 0;
  padding-bottom: 0;
}

/*Лента элементов страница*/

.fnc--articles--list {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fnc--articles--listitem {
  flex-basis: 30%;
}

@media all and (max-width: 600px) {
  .fnc--articles--listitem {
    flex-basis: 46%;
  }
}

@media all and (max-width: 400px) {
  .fnc--articles--listitem {
    flex-basis: 96%;
  }
}

.fnc--articles--listitem__main {
  padding: 5px;
}

.fnc--articles--listitem__name {
  padding: 5px;
}

.fnc--articles--listitem__image img {
  max-width: 100%;
}

.fnc--articles--listitem__info {
}

.fnc--articles--listitem__date {
  padding: 5px;
}

/*Лента элементов в колонке*/

.fnc--column--articles {
}

.fnc--column--articles__title {
}

.fnc--column--articles__container {
}

.fnc--column--article_listitem {
}

.fnc--column--article--listitem__img {
}

.fnc--column--article--listitem__img img {
  max-width: 100%;
}

.fnc--column--article--listitem__info {
}

.fnc--column--article--listitem__name {
}

.fnc--column--article--listitem__date {
}

.fnc--column--articles__button {
}

/*Лента элементов по центру*/

.fnc--center--articles {
  position: relative;
  padding: 15px 5px;
  max-width: 1620px;
  margin: 0 auto;
}

.fnc--center--articles__title {
  font-size: 26px;
  padding: 30px 0;
  color: var(--1-text-color);
  text-align: center;
  font-weight: bolder;
}

.fnc--center--articles__container {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.fnc--center--articles__listitem {
  flex-basis: calc(33% - 40px);
  margin: 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 0 20px -10px var(--13-text-color);
}

@media all and (max-width: 700px) {
  .fnc--center--articles__container {
    flex-wrap: wrap;
  }
}

@media all and (max-width: 600px) {
  .fnc--center--articles__listitem {
    flex-basis: calc(50% - 40px);
  }
}

@media all and (max-width: 400px) {
  .fnc--center--articles__listitem {
    flex-basis: calc(100% - 40px);
  }
}

.fnc--center--articles__listitem__main {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 0 0 10px 10px;
}

.fnc--center--articles--listitem__image {
}

.fnc--center--articles--listitem__image img {
  width: 100%;
  max-height: 100%;
  border-radius: 10px 10px 0 0;
  display: flex;
}

.fnc--center--articles--listitem__info {
  text-align: left;
  padding: 20px 20px;
}

.fnc--center--articles--listitem__name {
  font-size: 16px;
  padding: 20px 20px 10px 20px;
  text-align: left;
}

.fnc--center--articles--listitem__name a {
  font-weight: bolder;
}

.fnc--center--article--listitem__date {
}

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

.fnc--center--articles__button a {
  padding: 10px 15px;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--5-text-color);
  display: inline-block;
  margin: 0 auto;
  border-radius: 10px;
}

.fnc--center--articles__button a:hover {
  border: 1px solid var(--5-text-color);
  background: var(--5-text-color);
  color: var(--2-text-color);
  text-decoration: none;
  border-radius: 10px;
}

/*Слайдер*/

.fnc--slider--container {
  transition: none;
}

.fnc--slider--inner {
  transition: none;
}

.fnc--slider--inner__images {
}

.js__adv--banner__absolute {
  position: absolute;
  transition: none;
  transition: none;
}

.js__fnc--slider--inner__relative {
  position: relative;
  display: flex;
  justify-content: center;
  transition: none;
}

.js__fnc--slider--inner__absolute {
  position: absolute;
  opacity: 0;
  transition: none;
}

/* .fnc--slider--inner__text {
  position: absolute;
} */

.fnc--slider--inner--arrows__left {
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: 100;
}

.fnc--slider--inner--arrows__right {
  position: absolute;
  top: 50%;
  right: 1%;
  z-index: 100;
}

.fnc--slider--inner--arrow__left {
}

.fnc--slider--inner--arrow__left button {
  background-image: url(/themes/main/back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  font-size: 0;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 5px 5px;
}

.fnc--slider--inner--arrow__right {
}

.fnc--slider--inner--arrow__right button {
  background-image: url(/themes/main/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  font-size: 0;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 5px 5px;
}

.fnc--slider--inner__buttons {
  position: absolute;
  top: 90%;
  width: 100%;
}

.fnc--slider--inner--buttons__inner {
  display: flex;
  justify-content: flex-end;
}

.fnc--slider--inner--button {
  font-size: 0;
  padding: 15px 15px;
  background: var(--2-text-color);
  border-radius: 100%;
  border: 0;
  margin: 0 5px;
}

.fnc--slider--inner--button:hover {
  background: var(--orange-color);
  color: var(--2-text-color);
  border: 0;
}

.fnc--slider--inner--button__active {
  font-size: 0;
  padding: 15px 15px;
  background: var(--orange-color);
  color: var(--2-text-color);
  border-radius: 100%;
  border: 0;
  margin: 0 5px;
}

/*Пагинация*/

.fnc--pagination {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.fnc--paging--button {
  margin: 5px;
  padding: 6px 12px;
  border: 1px solid var(--5-text-color);
  color: var(--2-text-color);
  background: var(--5-text-color);
  border-radius: 5px;
}

.fnc--paging--button:hover {
  margin: 5px;
  padding: 6px 12px;
  border: 1px solid var(--5-text-color);
  color: var(--5-text-color);
  background: var(--2-text-color);
}

.fnc--paging--button__now {
  margin: 5px;
  padding: 6px 12px;
  border: 1px solid var(--5-text-color);
  border-radius: 5px;
}

/*Галерея слайдер*/

.fnc--slider--gallery {
  padding: 50px 10px;
}

.fnc--slider--gallery__title {
  font-size: 18px;
  text-align: center;
}

.fnc--slider--gallery__container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fnc--slider--gallery--container__center {
  margin: 0 auto;
}

.fnc--slider--gallery--container--center__main {
  display: flex;
  flex-direction: row;
}

.fnc--slider--gallery--container--center__listitem {
  display: flex;
}

.fnc--slider--gallery--container--center__item {
  width: 286px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fnc--slider--gallery--container--center__image img {
  max-width: 100%;
}

.fnc--slider--gallery--button {
  padding: 10px 0;
  text-align: center;
}

.fnc--slider--gallery--button a {
  border-bottom: 1px var(--5-text-color) solid;
  font-size: 14px;
  color: var(--5-text-color);
}

.fnc--slider--gallery--button a:hover {
  border-bottom: 1px var(--3-text-color) solid;
  font-size: 14px;
  color: var(--3-text-color);
  text-decoration: none;
}

/*Галерея столбец*/

.fnc--column--gallery {
}

.fnc--column--gallery__title {
}

.fnc--column--gallery__container {
}

.fnc--column--gallery__listitem {
}

.fnc--column--gallery--listitem__name {
}

.fnc--column--gallery--listitem__image {
}

.fnc--column--gallery__button {
}

/*Галерея страница*/

.fnc--gallery--list {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px;
}

.fnc--gallery--listitem {
  flex-basis: 22%;
  margin-bottom: 10px;
}

@media all and (max-width: 600px) {
  .fnc--gallery--listitem {
    flex-basis: 30%;
  }
}

@media all and (max-width: 400px) {
  .fnc--gallery--listitem {
    flex-basis: 90%;
  }
}

.fnc--gallery--listitem__image img {
  max-width: 100%;
}

.fnc--gallery--listitem__text {
}

/*Вопрос-ответ*/

.fnc--addfaq--container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.fnc--addfaq--title {
  font-size: 17px;
  text-align: center;
}

.fnc--addfaq--item {
  padding: 3px;
}

/*Опросы*/

.fnc--polls--main__inner {
  display: flex;
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
}

.fnc--polls--main--inner__votes {
  position: absolute;
  right: 0;
}

input.js__poll--check {
  display: none;
}

input.js__poll--check + label:before {
  content: "\2713";
  font-size: 13px;
  color: transparent;
  text-align: center;
  font-weight: bolder;
  border: 2px solid var(--5-text-color);
  background: var(--2-text-color);
  cursor: pointer;
  cursor: hand;
  padding: 0 3px 0 4px;
  transition: all 0.3s ease;
}

input.js__poll--check:checked + label:before {
  content: "\2713";
  font-size: 13px;
  color: var(--5-text-color);
  text-align: center;
  font-weight: bolder;
  border: 2px solid var(--5-text-color);
  background: var(--2-text-color);
  cursor: pointer;
  cursor: hand;
  padding: 0 3px 0 4px;
}

input.js__poll--check:disabled + label:before {
  content: "\2713";
  font-size: 13px;
  color: transparent;
  text-align: center;
  font-weight: bolder;
  border: 2px solid var(--11-text-color);
  background: var(--2-text-color);
  cursor: pointer;
  cursor: hand;
  padding: 0 3px 0 4px;
  transition: all 0.3s ease;
}

.fnc--polls--main__linein {
  height: 20px;
  background: #eee;
}

/*Формы связи*/

.fnc--feedback {
  padding: 50px 10px;
  background: var(--bg-gray-color);
  color: var(--title-color);
  position: relative;
  z-index: 1;
  margin-top: -50px;
}

.fnc--feedback--container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.fnc--feedback__title {
  font-size: 20px;
  padding: 10px 0;
}

.fnc--feedback__second--title {
  font-size: 16px;
  padding: 10px 0;
}

.fnc--feedback--main {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.fnc--feedback__title h3 {
  margin: 0;
}

.fnc--feedback__second--title p {
  margin: 0;
}

.fnc--feedback--main__line {
  position: relative;
  padding: 5px 0;
}

.fnc--feedback--main__name {
}

.fnc--feedback--main__name .star {
  position: absolute;
  left: calc(100% + -14px);
  top: 11px;
  color: #f67617;
}

.fnc--feedback--main__required_fields {
  padding: 10px;
}

.fnc--feedback--main__required_fields p {
  margin: 0;
}

.fnc--feedback--main__param {
  padding: 5px 0;
}

.fnc--feedback--main__button {
  padding: 10px 0;
  text-align: center;
}

.fnc--feedback--main__button button {
  color: var(--title-color);
  background: url(/img/source/button_border.png) center/contain no-repeat;
}

.fnc--feedback--main__button button:hover {
  background-image: -webkit-linear-gradient(
    180deg,
    rgb(220, 89, 11) 0%,
    rgb(234, 149, 0) 100%
  );
  color: var(--2-text-color);
}

/* .Rectangle_14 {
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  opacity: 0.769;
  box-shadow: 0px 2px 0px 0px rgba(166, 164, 176, 0.004);
  position: absolute;
  left: 692px;
  top: 5992px;
  width: 542px;
  height: 50px;
  z-index: 124;
} */

/*Отзывы в колонке*/

.fnc--column--comments {
}

.fnc--column--comments__title {
}

.fnc--center--comments--container {
}

.fnc--center--comments--listitem__main {
}

.fnc--center--comments--listitem__name {
}

.fnc--center--comments--listitem__text {
}

.fnc--center--comments--listitem__date {
}

/*Отзывы в слайдере*/

.fnc--slider--comments {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.fnc--slider--comments__title {
  font-size: 17px;
  text-align: center;
}

.fnc--slider--comments--container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.fnc--slider--comments__main {
  padding: 0 40px;
  max-width: 500px;
  width: 100%;
}

.fnc--slider--comments__name {
  padding: 5px 0;
}

.fnc--slider--comments__text {
  padding: 5px 0;
}

.fnc--slider--comments__date {
  padding: 5px 0;
}

/*Отзывы страница*/

.fnc--comments--list {
  padding: 10px;
  max-width: 1620px;
}

.fnc--addcomment--container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.fnc--addcomment--title {
  text-align: center;
  font-size: 17px;
}

.fnc--addcomment--item {
  padding: 3px;
}

.fnc--comments--listitem {
  border-bottom: 1px solid var(--12-text-color);
}

.fnc--comments--listitem__main {
  display: flex;
  align-items: center;
  padding: 3px 0;
  justify-content: space-between;
}

.fnc--comments--listitem__name {
  font-weight: bolder;
}

.fnc--comments--listitem__text {
  font-size: 17px;
  padding: 3px 0;
}

/*Заказать звонок*/

.fnc--order--call {
}

/*Попап*/

.js__body--popup {
}

.popup--callme--container {
}

.popup--container__main {
	position: relative;
}

.popup--container__close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.popup--container__close button {
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	line-height: 1;
}

.popup--container__title {
	padding: 70px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.popup--container__line {
  padding: 5px 0;
}

.popup--container__button {
}

/*Авторизация*/

.fnc--login--fields {
}

.fnc--login--fields--container {
}

.fnc--login--fields__main {
}

.fnc--login--fields__field {
  padding: 5px 0;
}

.fnc--login--fields__buttons {
  display: flex;
  justify-content: space-between;
}

.fnc--login--fields__social {
  text-align: center;
  padding: 5px 0;
}

.fnc--login--fields--social__buttons {
  display: flex;
  justify-content: space-evenly;
}

.fnc--login--fields__forgot {
  padding: 5px 0;
  text-align: right;
}

.js__forgot--button {
  cursor: pointer;
  cursor: hand;
}

/*Регистрация*/

.registration--center--page {
  max-width: 1620px;
  margin: 0 auto;
  width: 100%;
  padding: 30px 10px;
}

.registration--main {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.registration--main__title {
  font-size: 22px;
  padding: 3px 0;
}

.registration--main__inner {
}

.registration--main__line {
  padding: 3px 0;
}

.registration--main__name {
  padding: 3px 0;
}

.registration--main__param {
  padding: 3px 0;
}

.registration--main__button {
  padding: 3px 0;
}

.js__registration--page--info {
  color: var(--14-text-color);
}

/*Аккаунт*/

.account--center--page {
  max-width: 1620px;
  margin: 0 auto;
  width: 100%;
  padding: 30px 10px;
}

.account--info--row {
  font-size: 22px;
  padding: 3px 0;
}

.account--info--row__welcome {
}

.account--tabs {
  display: flex;
  align-items: flex-end;
  margin: 20px 0;
  border-bottom: 1px solid var(--5-text-color);
  height: 42px;
}

@media all and (max-width: 700px) {
  .account--tabs {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
}

.account--tabs__position {
  margin-right: 1px;
}

.account--tab {
  color: var(--3-text-color);
  padding: 5px 30px;
  cursor: pointer;
  cursor: hand;
  font-weight: bolder;
}

.account--tab:hover {
  color: var(--1-text-color);
  padding: 5px 30px;
  cursor: pointer;
  cursor: hand;
  font-weight: bolder;
}

.account--tab__active {
  color: var(--1-text-color);
  padding: 5px 30px;
  cursor: pointer;
  cursor: hand;
  font-weight: bolder;
}

.account--tabs__columns {
  display: flex;
  justify-content: space-between;
}

.account--tabs---column__left {
  flex-basis: 48%;
}

.account--tabs---column__right {
  flex-basis: 48%;
}

@media all and (max-width: 700px) {
  .account--tabs__columns {
    flex-direction: column;
  }

  .account--tabs---column__left {
    flex-basis: 100%;
  }

  .account--tabs---column__right {
    flex-basis: 100%;
  }
}

.account--tabs--column__title {
  font-size: 18px;
  padding: 3px;
}

.account--main__line {
  padding: 3px;
}

.account--main__name {
  padding: 3px;
}

.account--main__param {
  padding: 3px;
}

.account--main__button {
  padding: 3px;
}

.js__user--data--info,
.js__user--main--info {
  color: var(--14-text-color);
  padding: 3px;
  font-size: 12px;
}

.js__user--avatar--container img {
  max-width: 150px;
  max-height: 150px;
}

.fnc--account--order {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--12-text-color);
  padding-bottom: 10px;
}

.fnc--account--order__wrap {
}

.fnc--account--order__titlerow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fnc--account--order__number {
}

.fnc--account--order__parent {
}

.fnc--account--order__inforow {
  padding: 5px 0;
}

.fnc--cartlist--container {
  padding: 5px 0;
  max-width: 1000px;
  margin: 0 auto;
}

.fnc--account--order__more {
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}

/*Блок над списком товаров*/

.fnc--itemshow--container {
  display: flex;
  justify-content: space-between;
  padding: 10px 5px;
  border-bottom: 1px solid var(--12-text-color);
  border-top: 1px solid var(--12-text-color);
}

@media all and (max-width: 600px) {
  .fnc--itemshow--container {
    flex-wrap: wrap;
  }
}

/*Блок сортировки*/

.fnc--sorting {
  display: flex;
  align-items: center;
}

@media all and (max-width: 600px) {
  .fnc--sorting {
    display: none;
  }
}

.fnc--sorting__title {
  padding: 5px 15px 5px 0;
}

.fnc--sorting__wrap {
  display: flex;
  align-items: center;
}

.fnc--sorting__cell {
  padding: 5px;
}

.fnc--sorting--cell__inner {
  display: flex;
  align-items: center;
}

.fnc--sorting--cell--inner__arrow {
  padding-left: 5px;
}

.js__sort--button {
  padding: 5px 10px;
}

/*Блок кол-во товаров на странице*/

.fnc--perpage--items {
}

.fnc--perpage--items--container select {
  padding: 5px 10px;
}

/*Блок типа отображения товаров*/

.fnc--viewblock--items {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
  padding-right: 15px;
}

.fnc--viewblock--table div {
  width: 26px;
  height: 26px;
  background: url("/themes/main/table.jpg") no-repeat;
  cursor: pointer;
  cursor: hand;
  margin: 0 2px;
}

.fnc--viewblock--table__active div {
  width: 26px;
  height: 26px;
  background: url("/themes/main/table_act.jpg") no-repeat;
  cursor: pointer;
  cursor: hand;
  margin: 0 2px;
}

.fnc--viewblock--list div {
  width: 26px;
  height: 26px;
  background: url("/themes/main/list.jpg") no-repeat;
  cursor: pointer;
  cursor: hand;
  margin: 0 2px;
}

.fnc--viewblock--list__active div {
  width: 26px;
  height: 26px;
  background: url("/themes/main/list_act.jpg") no-repeat;
  cursor: pointer;
  cursor: hand;
  margin: 0 2px;
}

/*Список товаров таблица*/

.fnc--products--listVer {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}

.fnc--products--listitem {
  flex-basis: calc(20% - 12px);
  margin: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--12-text-color);
  position: relative;
  border-radius: 10px;
  position: relative;
}

@media all and (max-width: 1520px) {
  .fnc--products--listitem {
    flex-basis: calc(25% - 12px);
  }
}

@media all and (max-width: 1100px) {
  .fnc--products--listitem {
    flex-basis: calc(33% - 12px);
  }
}

@media all and (max-width: 600px) {
  .fnc--products--listitem {
    flex-basis: calc(50% - 12px);
  }
}

.fnc--products--listitem:hover {
  box-shadow: 0 0 20px -10px var(--13-text-color);
}

.fnc--products--listitem__icon {
  position: absolute;
  top: 0px;
  left: 0px;
}

.fnc--products--listitem__main {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}

.fnc--products--listitem__name {
  padding: 0 15px;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
}

.fnc--products--listitem__name a {
  font-weight: bolder;
}

.fnc--products--listitem__image {
  display: flex;
  height: 268px;
  padding: 0 0 0px 0;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 1520px) {
  .fnc--products--listitem__image {
    height: 272px;
  }
}

@media all and (max-width: 1300px) {
  .fnc--products--listitem__image {
    height: 250px;
  }
}

@media all and (max-width: 400px) {
  .fnc--products--listitem__image {
    height: 182px;
  }
}

.fnc--products--listitem__image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
}

.fnc--products--listitem__additional {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
  flex-wrap: wrap;
}

.fnc--products--listitem__votes {
  display: flex;
  align-items: center;
  padding: 5px 0;
  justify-content: center;
}

.fnc--products--listitem__vote {
  padding: 0 5px;
}

.fnc--products--listitem__info {
}

.fnc--products--listitem__buttons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 5px 0;
}

.fnc--products--listitem__shopinfo {
  display: flex;
  flex-direction: column;
  padding: 0px 0;
  width: 100%;
}

.fnc--products--listitem__price {
  display: flex;
  font-size: 130%;
  flex-direction: column;
  padding: 5px 15px;
  min-height: 62px;
  justify-content: center;
}

.fnc--products--listitem__oldprice {
  color: var(--5-text-color);
  font-size: 60%;
  text-decoration: line-through;
  padding-right: 10px;
}

.fnc--products--listitem__actprice {
  font-weight: bolder;
}

.fnc--products--listitem__buy {
  width: 100%;
  min-height: 32px;
  display: flex;
  justify-content: center;
  border-radius: 0 0 10px 10px;
}

.fnc--products--listitem__buy button {
  width: 100%;
  padding: 15px 20px;
  border-radius: 0 0 10px 10px;
  text-transform: uppercase;
  font-weight: bolder;
}

/*Список товаров список*/

.fnc--products--listHor {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.fnc--products--listhoritem {
  display: flex;
  flex-direction: column;
  margin: 2px 0;
  border: 1px solid #eee;
  position: relative;
}

.fnc--products--listhoritem:hover {
  box-shadow: 0 0 2px 1px var(--13-text-color);
}

.fnc--products--listhoritem__icon {
  position: absolute;
  top: 0px;
  left: 0px;
}

.fnc--products--listhoritem__inner {
  display: flex;
  flex-direction: row;
}

.fnc--products--listhoritem__main {
  padding-left: 15px;
}

.fnc--products--listhoritem__name {
  padding: 5px 0;
}

.fnc--products--listhoritem__image {
  display: flex;
  flex-basis: 200px;
  height: 220px;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
}

.fnc--products--listhoritem__image img {
  max-width: 100%;
  max-height: 200px;
  display: block;
}

.fnc--products--listhoritem__votes {
  display: flex;
  align-items: center;
  padding: 5px 0;
  justify-content: center;
}

.fnc--products--listhoritem__vote {
  padding: 0 5px;
}

.fnc--products--listhoritem__info {
  padding: 5px;
}

.fnc--products--listhoritem__buttons {
  display: flex;
}

.fnc--products--listhoritem__buttons div {
  padding-right: 10px;
}

.fnc--products--listhoritem__price {
  padding: 5px;
  color: var(--14-text-color);
}

/*Страница товара*/

.content--item--page {
}

.itempage--nextitems {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.itempage--nextitems__prev {
}

.itempage--nextitems__next {
  padding: 10px 0;
}

.itempage--overblock {
}

.itempage--overblock__name {
}

.itempage--overblock__code {
}

.itempage--columns {
  display: flex;
  padding: 5px 10px;
}

.itempage--left--column {
  width: 100%;
  max-width: 405px;
}

.itempage--center--column {
  flex-grow: 1;
  padding: 0 15px;
}

.itempage--right--column {
  width: 100%;
  max-width: 250px;
}

@media all and (max-width: 1000px) {
  .itempage--right--column {
    display: none;
  }

  .itempage--nextitems {
    display: none;
  }
}

@media all and (max-width: 600px) {
  .itempage--columns {
    flex-wrap: wrap;
  }

  .itempage--left--column {
    max-width: 100%;
  }

  .itempage--center--column {
    padding: 0 5px;
  }

  .itempage--right--column {
    padding: 0 5px;
    max-width: 100%;
  }

  .itempage--nextitems {
    display: none;
  }
}

.itempage--item--image {
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  cursor: hand;
}

.itempage--item--image img {
  max-width: 100%;
  max-height: 435px;
}

.itempage--item--image__icons {
}

.itempage--center--name {
}

.itempage--center--code {
  padding: 5px 0;
  color: var(--3-text-color);
  font-size: 16px;
}

.itempage--center--status {
  padding: 5px 0;
  font-size: 16px;
}

.itempage--center--pricefor {
  padding: 3px 0;
}

.itempage--center--price {
  padding: 3px 0;
  color: var(--14-text-color);
  font-size: 18px;
}

.itempage--center--valutes {
  padding: 3px 0;
}

.itempage--center--valutes__inner {
}

.itempage--center--brand {
  padding: 3px 0;
}

.itempage--center--text {
  padding: 3px 0;
}

.itempage--center--buttons {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.itempage--center--quest {
  padding-right: 5px;
}

.itempage--center--quest button {
  color: var(--1-text-color);
  background: transparent;
  font-weight: Bolder;
}

.itempage--center--quest button:hover {
  color: var(--3-text-color);
  background: transparent;
}

.itempage--center--favor {
  padding: 0 15px;
  position: relative;
  top: -2px;
}

.itempage--center--favor button {
  padding: 0;
}

.itempage--center--compare {
  padding: 0 15px;
  position: relative;
  top: -2px;
}

.itempage--center--compare button {
  padding: 0;
}

.favor--item {
  background-image: url("/themes/main/heart.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 20px;
  height: 20px;
  font-size: 0;
}

.favor--item__active,
.favor--item__active:hover,
.favor--item:hover {
  background-image: url("/themes/main/favorite_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 20px;
  height: 20px;
  font-size: 0;
}

.compare--item {
  background-image: url("/themes/main/comparison.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 20px;
  height: 20px;
  font-size: 0;
}

.compare--item__active,
.compare--item__active:hover,
.compare--item:hover {
  background-image: url("/themes/main/comparison_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 20px;
  height: 20px;
  font-size: 0;
}

/*Табы товара*/

.itempage--tabs {
  padding: 10px 10px;
}

.itempage--tabs--buttons {
  display: flex;
  align-items: flex-end;
  margin: 20px 0;
  border-bottom: 1px solid var(--5-text-color);
  height: 42px;
}

.itempage--tabs--button {
  margin-right: 1px;
}

.itempage--tabs--button__inner {
  color: var(--3-text-color);
  padding: 5px 30px;
  cursor: pointer;
  cursor: hand;
  font-weight: bolder;
}

.itempage--tabs--button__inner:hover {
  color: var(--1-text-color);
  padding: 5px 30px;
  cursor: pointer;
  cursor: hand;
  font-weight: bolder;
}

.itempage--tabs--button__inner--active {
  color: var(--1-text-color);
  padding: 5px 30px;
  cursor: pointer;
  cursor: hand;
  font-weight: bolder;
}

@media all and (max-width: 600px) {
  .itempage--tabs--buttons {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .itempage--tabs--button__inner {
    height: auto;
    width: 100%;
  }

  .itempage--tabs--button__inner--active {
    height: auto;
    width: 100%;
  }

  .itempage--tabs--button {
    width: 100%;
    margin-right: 0px;
  }

  .itempage--tabs--button__inner {
    padding: 15px 30px;
  }

  .itempage--tabs--button__inner--active {
    padding: 15px 30px;
  }
}

.itempage--tab--info {
}

.itempage--files--container {
}

.itempage--files--listitem {
  display: flex;
  align-items: center;
}

.itempage--files--listitem__icon {
  width: 50px;
}

.itempage--files--listitem__icon img {
  max-width: 100%;
}

.itempage--files--listitem__name {
  padding-left: 15px;
}

.itempage--center--prices {
  font-size: 22px;
  padding: 15px 0;
  display: flex;
  align-items: flex-end;
  font-weight: bolder;
}

.itempage--center--valutes {
  padding: 5px 0;
  display: flex;
  align-items: flex-end;
}

.itempage--product__oldprice {
  color: var(--3-text-color);
  text-decoration: line-through;
  padding-right: 10px;
  font-size: 14px;
}

.itempage--product__actprice {
}

.itempage--valute__oldprice {
  color: var(--1-text-color);
  text-decoration: line-through;
  padding-right: 10px;
  font-size: 12px;
}

.itempage--valute__actprice {
}

.itempage--center--buyinfo {
  padding: 5px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.itempage--center--quantity {
  width: 80px;
  padding-right: 5px;
}

.itempage--center--quantity input {
  text-align: center;
  padding: 17px 20px;
  position: relative;
  width: 95px;
  font-size: 14.5px;
  border: 1px solid var(--12-text-color);
  border-radius: 10px 0 0 10px;
}

.itempage--center--buybutton {
  padding: 0 5px;
  position: Relative;
}

.itempage--center--buybutton button {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: Bolder;
  padding: 15px 40px;
  border-radius: 10px;
}

.itempage--center--oneclick button:hover {
}

.itempage--center--oneclick {
  padding: 0 5px;
}

.itempage--center--oneclick button {
  color: var(--1-text-color);
  background: transparent;
  font-weight: Bolder;
}

.itempage--center--oneclick button:hover {
  color: var(--3-text-color);
  background: transparent;
}

/*-- Блок для дополнительных параметров товара--*/

.itempage--center--options {
  border-bottom: 1px solid var(--12-text-color);
  border-top: 1px solid var(--12-text-color);
  padding: 10px 0 20px 0;
  margin-top: 10px;
}

.itempage--center--option {
  position: relative;
  margin: 0px 0;
  display: inline-block;
  align-items: center;
}

.itempage--center--option__input {
  display: flex;
  align-items: center;
  border: 1px solid var(--12-text-color);
  padding: 10px;
  cursor: pointer;
  cursor: hand;
  min-width: 300px;
  border-radius: 5px;
}

.itempage--center--option--name {
  padding: 10px 0;
}

.itempage--center--option--nameinner {
  position: relative;
}

.itempage--center--option__image {
  padding-right: 10px;
}

.itempage--center--option__image img {
  max-width: 24px;
  max-height: 24px;
  display: block;
}

.itempage--center--option__dropdown {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid var(--12-text-color);
  background: var(--22-text-color);
  z-index: 2;
  top: 42px;
}

.itempage--center--option__dropdown--line {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid var(--12-text-color);
  cursor: pointer;
  cursor: hand;
}

.itempage--center--option__dropdown-line:hover {
  background: var(--12-text-color);
}

.itempage--center--checks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.itempage--center--check {
  display: flex;
  align-items: center;
  margin: 2px;

  margin-left: 0;
  padding: 5px;
  cursor: pointer;
  cursor: hand;
}

.itempage--center--check div {
  padding: 2px;
  font-weight: Bolder;
}

/*Акционные наборы*/

.itempage--actpocket--container {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background: var(--12-text-color);
  padding: 10px;
  border-radius: 10px;
}

.itempage--actpocket--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.itempage--actpocket--title {
  font-size: 18px;
  font-weight: Bolder;
  padding: 5px;
  margin-bottom: 10px;
}

.itempage--actpocket--center {
  display: flex;
  align-items: center;
}

@media all and (max-width: 600px) {
  .itempage--actpocket--wrap {
    flex-direction: column;
  }

  .itempage--actpocket--center {
    flex-direction: column;
  }
}

.itempage--actpocket--plus {
  padding: 0 20px;
  font-size: 18px;
  font-weight: bolder;
}

.itempage--actpocket--item {
  padding: 20px 20px;
}

.itempage--actpocket--img {
  height: 210px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.itempage--actpocket--img img {
  max-width: 100%;
  max-height: 200px;
}

.itempage--actpocket--name {
  padding: 10px 0;
  font-weight: bolder;
}

.itempage--actpocket--oldprice {
  color: var(--3-text-color);
  text-decoration: line-through;
  padding-right: 10px;
  font-size: 14px;
  padding: 2px 0;
}

.itempage--actpocket--newprice {
  font-size: 18px;
  font-weight: bolder;
  padding: 2px 0;
}

.itempage--actpocket--summ {
  padding: 0 20px;

  font-size: 16px;
  font-weight: bolder;
}

.itempage--actpocket--allprice {
  font-weight: bolder;
  font-size: 22px;
}

.itempage--actpocket--buybutton {
  padding: 10px 0;
}

.itempage--actpocket--buybutton button {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: Bolder;
  padding: 15px 40px;
  border-radius: 10px;
}

/*Счетчик*/

.itempage--center--timer {
  background: var(--12-text-color);
  padding: 10px;
  font-size: 110%;
  color: var(--14-text-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 4px 0;
}

.itempage--center--timer__title {
  color: var(--14-text-color);
}

.itempage--center--clock {
  display: flex;
  flex-direction: row;
  padding-left: 10px;
  font-size: 150%;
}

/*Рейтинг*/

.itempage--center--rate {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 0;
}

.fnc--addcomment--vote {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2px 0;
}

.fnc--addcomment--vote__name {
  padding-right: 10px;
}

.itempage--vote--rate {
  margin-right: 5px;
}

.fnc--addcomment--vote__rate {
  margin-right: 3px;
  cursor: pointer;
  cursor: hand;
}

.item--vote {
  background-image: url("/themes/main/star.svg");
  width: 12px;
  height: 12px;
}

.item--vote--act {
  background-image: url("/themes/main/star_act.svg");
  width: 12px;
  height: 12px;
}

.itempage--center--rate .item--vote {
  background-image: url("/themes/main/star.svg");
  width: 18px;
  height: 18px;
}

.itempage--center--rate .item--vote--act {
  background-image: url("/themes/main/star_act.svg");
  width: 18px;
  height: 18px;
}

.fnc--comments--list__votes {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 0;
}

.fnc--comments--list__vote {
  margin-right: 3px;
}

/*Характеристики товара*/

.item--page--chars--container {
}

.item--page--chars__row {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid var(--12-text-color);
}

.item--page--chars__row:nth-child(odd) {
  background: var(--hard-light-color);
}

.item--page--chars__row--name {
  padding: 5px;
  flex-basis: 20%;
  font-size: 100%;
}

.item--page--chars__row--text {
  padding: 5px;
  font-size: 100%;
  flex-basis: 80%;
}

.fnc--product--icon__action {
  background-image: url(/themes/main/medal.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.fnc--product--icon__top {
  background-image: url(/themes/main/reward.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.fnc--product--icon__new {
  background-image: url(/themes/main/new.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
}

/*Товары в слайдере системные стили*/

.fnc--slider--sameitems {
  position: relative;
  padding: 15px 5px;
  max-width: 1620px;
  margin: 0 auto;
}

.fnc--slider--sameitems__title {
  font-size: 26px;
  padding: 30px 0;
  color: var(--1-text-color);
  text-align: center;
  font-weight: bolder;
}

.fnc--slider--sameitems__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.slider--sameitems--inner {
}

.slider--sameitems__container {
  display: block;
  overflow: hidden;
  margin: 0px auto;
}

.js__slider--sameitems__container {
  display: flex;
  flex-direction: row;
}

.fnc--slider--sameitem__main {
  display: flex;
}

.fnc--slider--topitems {
  position: relative;
  padding: 15px 5px;
  max-width: 1620px;
  margin: 0 auto;
}

.fnc--slider--topitems__title {
  font-size: 26px;
  padding: 30px 0;
  color: var(--1-text-color);
  text-align: center;
  font-weight: bolder;
}

.fnc--slider--topitems__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.slider--topitems--inner {
}

.slider--topitems__container {
  display: block;
  overflow: hidden;
  margin: 0px auto;
}

.js__slider--topitems__container {
  display: flex;
  flex-direction: row;
}

.fnc--slider--topitem__main {
  display: flex;
  align-items: flex-start;
}

.fnc--slider--newitems {
  position: relative;
  padding: 15px 5px;
  max-width: 1620px;
  margin: 0 auto;
}

.fnc--slider--newitems__title {
  font-size: 26px;
  padding: 30px 0;
  color: var(--1-text-color);
  text-align: center;
  font-weight: bolder;
}

.fnc--slider--newitems__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.slider--newitems--inner {
}

.slider--newitems__container {
  display: block;
  overflow: hidden;
  margin: 0px auto;
}

.js__slider--newitems__container {
  display: flex;
  flex-direction: row;
}

.fnc--slider--newitem__main {
  display: flex;
}

.fnc--slider--actitems {
  position: relative;
  padding: 15px 5px;
  max-width: 1620px;
  margin: 0 auto;
}

.fnc--slider--actitems__title {
  font-size: 26px;
  padding: 30px 0;
  color: var(--1-text-color);
  text-align: center;
  font-weight: bolder;
}
.fnc--slider--actitems__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.slider--actitems--inner {
}

.slider--actitems__container {
  display: block;
  overflow: hidden;
  margin: 0px auto;
}

.js__slider--actitems__container {
  display: flex;
  flex-direction: row;
}

.fnc--slider--actitem__main {
  display: flex;
}

.fnc--slider--lasitems {
  position: relative;
  padding: 0 5px;
  max-width: 1620px;
  margin: 0 auto;
}

.fnc--slider--lasitems__title {
  font-size: 26px;
  padding: 30px 0;
  color: var(--1-text-color);
  text-align: center;
  font-weight: bolder;
}
.fnc--slider--lasitems__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.slider--lasitems--inner {
}

.slider--lasitems__container {
  display: block;
  overflow: hidden;
  margin: 0px auto;
}

.js__slider--lasitems__container {
  display: flex;
  flex-direction: row;
}

.fnc--slider--lasitem__main {
  display: flex;
}

.fnc--slider--favitems {
  position: relative;
  padding: 0 5px;
  max-width: 1620px;
  margin: 0 auto;
}

.fnc--slider--favitems__title {
  font-size: 18px;
  padding: 20px 0;
}
.fnc--slider--favitems__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.slider--favitems--inner {
}

.slider--favitems__container {
  display: block;
  overflow: hidden;
  margin: 0px auto;
}

.js__slider--favitems__container {
  display: flex;
  flex-direction: row;
}

.fnc--slider--favitem__main {
  display: flex;
}

.fnc--slider--accessoriesitems {
  position: relative;
  padding: 0 5px;
  max-width: 1620px;
  margin: 0 auto;
}

.fnc--slider--accessoriesitems__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.slider--accessoriesitems--inner {
}

.slider--accessoriesitems__container {
  display: block;
  overflow: hidden;
  margin: 0px auto;
}

.js__slider--accessoriesitems__container {
  display: flex;
  flex-direction: row;
}

.fnc--slider--accessoriesitem__main {
  display: flex;
}

.fnc--slider--complectitems {
  position: relative;
  padding: 0 5px;
  max-width: 1620px;
  margin: 0 auto;
}

.fnc--slider--complectitems__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.slider--complectitems--inner {
}

.slider--complectitems__container {
  display: block;
  overflow: hidden;
  margin: 0px auto;
}

.js__slider--complectitems__container {
  display: flex;
  flex-direction: row;
}

.fnc--slider--complectitem__main {
  display: flex;
}

/*Товары в слайдере*/

.fnc--slider--item__left {
  padding-right: 5px;
  box-sizing: border-box;
}

.fnc--slider--item__left button {
  background-image: url(/themes/main/back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  font-size: 0;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 5px 5px;
}

.fnc--slider--item__right {
  padding-left: 5px;
  box-sizing: border-box;
}

.fnc--slider--item__right button {
  background-image: url(/themes/main/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  font-size: 0;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 5px 5px;
}

.fnc--slider--listitem {
  width: 288px;
  margin: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--12-text-color);
  position: relative;
  border-radius: 10px;
}

@media all and (max-width: 1100px) {
  .fnc--slider--listitem {
    width: 288px;
  }
}

.fnc--slider--listitem:hover {
  box-shadow: 0 0 20px -10px var(--13-text-color);
}

.fnc--items--slider__main {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}

.fnc--items--slider__icon {
  position: absolute;
  left: -5px;
  top: -5px;
}

.fnc--items--slider__name {
  padding: 0 15px;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;

  position: relative;
}

.fnc--items--slider__name a {
  font-weight: bolder;
}

.fnc--items--slider__image {
  padding: 0px 0;
  height: 308px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
}

.fnc--items--slider__image img {
  max-width: 100%;
  max-height: 308px;
  border-radius: 10px 10px 0 0;
  display: block;
}

.fnc--products--slider__additional {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
}

.fnc--products--slider__buttons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-basis: 50%;
  padding: 5px 0;
}

.fnc--products--slider__votes {
  display: flex;
  align-items: center;
  padding: 5px 0;
  flex-basis: 50%;
}

.fnc--products--slider__vote {
  padding: 0 2px;
}

.fnc--products--slider__shopinfo {
  display: flex;
  flex-direction: column;
  padding: 0px 0;
  width: 100%;
}

.fnc--products--slider__price {
  display: flex;
  font-size: 130%;
  flex-direction: column;
  padding: 5px 15px;
  min-height: 62px;
  justify-content: center;
}

.fnc--products--slider__oldprice {
}

.fnc--products--slider__actprice {
}

.fnc--products--slider__buy {
  width: 100%;
  min-height: 32px;
  display: flex;
  justify-content: center;
  border-radius: 0 0 10px 10px;
}

.fnc--products--slider__buy button {
  width: 100%;
  padding: 15px 20px;
  border-radius: 0 0 10px 10px;
  text-transform: uppercase;
  font-weight: bolder;
}

.fnc--slider--item__button {
  text-align: center;
}

.fnc--slider--item__button a {
  padding: 10px 15px;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--5-text-color);
  display: inline-block;
  margin: 0 auto;
  border-radius: 10px;
}

.fnc--slider--item__button a:hover {
  border: 1px solid var(--5-text-color);
  background: var(--5-text-color);
  color: var(--2-text-color);
  text-decoration: none;
  border-radius: 10px;
}

/*Топ товары в центре*/

.fnc--center-topitems {
  max-width: 1620px;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
}

.fnc--center-topitems__title {
  font-size: 18px;
  padding: 20px 0;
}

.fnc--center-topitems__ver--container {
  display: flex;
  flex-wrap: wrap;
}

.fnc--center-topitems__hor--container {
}

/*Товары в столбике*/

.fnc--items--column {
  position: relative;
  padding: 15px 5px;
  max-width: 1620px;
  margin: 0 auto;
}

.fnc--items--column__title {
  font-size: 16px;
  padding: 10px 0;
  color: var(--1-text-color);
  text-align: center;
  font-weight: bolder;
}

.fnc--items--column__container {
}

.fnc--items--column__listitem {
  border: 1px solid var(--12-text-color);
  border-radius: 6px;
  margin-bottom: 10px;
}

.fnc--items--column__main {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}

.fnc--items--column__name {
  text-align: center;
  padding: 5px 0;
  font-weight: bolder;
}

.fnc--items--column__price {
  text-align: center;
  padding: 5px;
}

.fnc--items--column__image--left,
.fnc--items--column__image--right {
  text-align: center;
}

.fnc--items--column__image--left img {
  max-width: 100%;
  max-height: 100%;
}

.fnc--items--column__image--right img {
  max-width: 100%;
  max-height: 100%;
}

.fnc--products--column__buy {
  padding: 10px 0;
  text-align: center;
}

.fnc--items--column__button {
  padding: 8px 0;
  text-align: center;
}

/*Окно задать вопрос*/

.popup--container--iteminfo {
  display: flex;
}

.popup--container--iteminfo__image {
  width: 100px;
  text-align: center;
}

.popup--container--iteminfo__image img {
  max-width: 100%;
  max-height: 100px;
}

.popup--container--iteminfo__main {
}

.popup--container--iteminfo__name {
  font-size: 18px;
  padding-bottom: 10px;
}

.popup--container--iteminfo__code {
}

/*Слайдер маленьких изображений*/

.fnc--small--images__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fnc--small--images__left {
  padding-right: 5px;
  box-sizing: border-box;
}

.fnc--small--images__right {
  padding-left: 5px;
  box-sizing: border-box;
}

.fnc--small--images__left button {
  background-image: url(/themes/main/back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  font-size: 0;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 5px 5px;
}

.fnc--small--images__right button {
  background-image: url(/themes/main/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  font-size: 0;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 5px 5px;
}

.fnc--small--images__center {
  width: 100%;
}

.fnc--small--images--inner {
  display: flex;
  flex-direction: row;
}

.fnc--small--images--listitem__main {
  margin: 2px;
  width: 79.75px;
  height: 79.75px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  cursor: hand;
}

.fnc--small--images--listitem__main:hover {
  box-shadow: 0 0 2px 1px var(--13-text-color);
}

.fnc--small-image--button {
}

.fnc--small-image--button img {
  max-width: 100%;
  max-height: 71px;
  display: block;
}

/*Большое изображение*/

.fnc--bigimage--header--line {
  display: flex;
  justify-content: space-between;
}

.fnc--bigimage--header__name {
  font-size: 18px;
}

.fnc--bigimage--header__code {
}

.fnc--bigimage--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.fnc--bigimage--left {
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 0px;
}

.fnc--bigimage--right {
  position: absolute;
  z-index: 200;
  top: 50%;
  right: 0px;
}

.js__slider--small--images--popup {
  overflow-y: hidden;
  margin: 0 auto;
}

.js__slider--small--images--inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.js__slider--small--images--item {
  border: 1px solid transparent;
  cursor: pointer;
  cursor: hand;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  margin: 2px;
  height: 80px;
}

.js__slider--small--images--item img {
  display: block;
  max-width: 78px;
  max-height: 78px;
}

.js__image--itembig {
  cursor: pointer;
  cursor: hand;
}

/*Производители в слайдере*/

.fnc--slider--brands {
  position: relative;
  padding: 0 5px;
  max-width: 1620px;
  margin: 0 auto;
}

.fnc--slider--brands__title {
  font-size: 18px;
  padding: 15px 0;
  color: var(--3-text-color);
  border-bottom: 1px solid var(--3-text-color);
  margin-bottom: 10px;
  background-image: url("/themes/main/apple.svg");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 30px;
  padding-left: 40px;
}

.fnc--slider--brands__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.slider--brands--inner {
}

.slider--brands__container {
  display: block;
  overflow: hidden;
  margin: 0px auto;
}

.js__slider--brands__container {
  display: flex;
  flex-direction: row;
}

.fnc--slider--brands__main {
  display: flex;
}

.fnc--slider--brands__left {
  padding-right: 5px;
  box-sizing: border-box;
}

.fnc--slider--brands__right {
  padding-left: 5px;
  box-sizing: border-box;
}

.fnc--slider--listbrand {
  width: 263px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
}

.fnc--slider--listbrand:hover {
  box-shadow: 0 0 2px 1px var(--13-text-color);
}

.fnc--brands--slider__name {
  padding: 5px;
  text-align: center;
}

.fnc--brands--slider__image {
  padding: 5px 0;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fnc--brands--slider__image img {
  max-width: 100%;
  max-height: 200px;
}

.fnc--slider--brands__button {
  padding: 5px 0;
  text-align: center;
}

.fnc--slider--brands__button a {
  padding: 10px 15px;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--5-text-color);
  display: inline-block;
  margin: 0 auto;
}

.fnc--slider--brands__button a:hover {
  border: 1px solid var(--5-text-color);
  background: var(--5-text-color);
  color: var(--2-text-color);
  text-decoration: none;
}

/*Производители в столбике*/

.fnc--brands--column {
}

.fnc--brands--column__title {
  font-size: 18px;
  padding: 20px 0;
}

.fnc--brands--column--container {
}

.fnc--brands--column__listitem {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.fnc--brands--column__name {
}

.fnc--brands--column__image--left img {
  max-width: 100%;
}

.fnc--brands--column__image--right img {
  max-width: 100%;
}

.fnc--brands--column__button {
  padding: 10px 0;
}

/*Производители центр*/

.js__list--container {
  padding: 50px 0;
}

.fnc--brands--showmore-button {
  margin-bottom: 50px;
}

.fnc--brands--list {
  /* padding: 50px 0; */
}

.fnc--brands--container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fnc--brands--container .business-centers-item {
  margin-bottom: 30px;
  /* min-width: 300px; */
  width: 100%;
}

/* 
.fnc--brands--listitem {
  flex-basis: calc(33% - 40px);
  margin: 15px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media all and (max-width: 700px) {
  .fnc--brands--container {
    flex-wrap: wrap;
  }
}

@media all and (max-width: 600px) {
  .fnc--brands--listitem {
    flex-basis: calc(50% - 40px);
  }
}

@media all and (max-width: 400px) {
  .fnc--brands--listitem {
    flex-basis: calc(100% - 40px);
  }
}

.fnc--brands--listitem:hover {
  box-shadow: 0 0 1px 0 var(--3-text-color);
}

.fnc--brands--listitem__main {
}

.fnc--brands--listitem__name {
  padding: 10px 0;
}

.fnc--brands--listitem__name a {
  font-size: 18px;
}

.fnc--brands--listitem__image {
  padding: 10px 0;
  display: flex;
  align-items: center;
  height: 200px;
  justify-content: center;
}

.fnc--brands--listitem__image img {
  max-width: 100%;
}

.fnc--brands--listitem__info {
} */

/*Фильтры*/

.mobile--show--filters {
  display: none;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}

.js__filters--popup {
  display: none;
  position: fixed;
  height: 100%;
  width: 0px;
  top: 0px;
  left: 0;
  z-index: 4292929;
  max-height: 100%;
  background: var(--22-text-color);
  border-right: 1px solid var(--4-text-color);
  opacity: 0;
}

.js__filters--popup--content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
}

.js__filters--popup--close {
  padding: 5px;
  text-align: right;
}

@media all and (max-width: 800px) {
  .js__filters--wrapper {
    display: none;
  }

  .mobile--show--filters {
    display: block;
  }
}

.fnc--filters--container {
  padding: 5px 10px;
}

.js__filters--popup--content {
  padding: 5px 10px;
}

.fnc--filters--title {
  font-weight: bolder;
  font-size: 18px;
  display: none;
}

.fnc--filters--wrap {
}

.fnc--filters--item {
  border-bottom: 1px solid var(--5-text-color);
  padding-bottom: 15px;
}

.fnc--filters--item__name {
  padding: 15px 0;
  font-size: 16px;
}

.fnc--filters--item__params {
  padding: 3px 0;
}

.fnc--filters--item__inner {
  display: flex;
  padding: 3px 0;
  align-items: center;
}

.fnc--filters--item__inner--name {
  padding: 0 5px 0 0;
}

.fnc--filters--item__inner--param {
  flex-grow: 1;
  padding: 0 5px;
}

.fnc--filters--item__inner--slider {
  display: flex;
  padding: 3px 0;
  justify-content: space-between;
  align-items: center;
}

.fnc--filters--item__inner--slider input {
  padding: 5px 20px;
}

.fnc--filters--item__inner select {
  padding: 5px 20px;
}

.fnc--filters--item__inner--slider div:nth-child(2) {
  padding: 0 5px;
}

.fnc--filters--button {
  padding: 15px 0;
}

.label--filter--checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid var(--5-text-color);
  background: var(--22-text-color);
  display: block;
  cursor: pointer;
  cursor: hand;
  position: relative;
}

input[type="checkbox"]:checked + label:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: var(--5-text-color);
  position: absolute;
  top: 2px;
  left: 2px;
}

input[type="checkbox"]:not([disabled]):hover + label:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: var(--5-text-color);
  position: absolute;
  top: 2px;
  left: 2px;
}

input[type="checkbox"]:disabled + label {
  background: var(--11-text-color);
  border: 1px solid var(--11-text-color);
  cursor: default;
}

input[type="radio"]:checked + label:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: var(--5-text-color);
  position: absolute;
  top: 2px;
  left: 2px;
}

input[type="radio"]:not([disabled]):hover + label:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: var(--5-text-color);
  position: absolute;
  top: 2px;
  left: 2px;
}

input[type="radio"]:disabled + label {
  background: var(--11-text-color);
  border: 1px solid var(--11-text-color);
  cursor: default;
}

.js__filter--check {
  display: none;
}

.js__brand--check {
  display: none;
}

.js__slider--price {
  margin: 10px 0;
}

/*Корзина*/

.fnc--cart--container {
  cursor: pointer;
  cursor: hand;
  background-image: url(/themes/main/shopping-cart.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  padding-left: 35px;
  min-height: 100%;
  display: flex;
  align-items: center;
}

@media all and (max-width: 570px) {
  .fnc--cart--container {
    width: 25px;
    height: 25px;
    position: relative;
    margin: 0 auto;
    padding-left: 0px;
  }

  .fnc--cart--container__quantity {
    position: absolute;
    background: var(--5-text-color);
    color: var(--2-text-color);
    padding: 0px 4px;
    border-radius: 100%;
    left: -1px;
    top: -2px;
    font-size: 11px;
    border: 1px solid var(--5-text-color);
  }
}

.fnc--cart--container__title {
  font-weight: bolder;
  padding-bottom: 5px;
  display: none;
}

.fnc--cart--container__amount {
  font-weight: Bolder;
}

@media all and (max-width: 800px) {
}

.fnc--cartlist--container table {
  width: 100%;
  padding: 10px 0;
}

.fnc--cartlist--container table td {
  padding: 5px;
  vertical-align: middle;
}

.js__cart--popup {
  width: 1000px;
}

.fnc--cartlist--row__title {
  background: var(--5-text-color);
  color: var(--2-text-color);
}

.fnc--cartlist--row__total {
  background: var(--5-text-color);
  color: var(--2-text-color);
}

.fnc--cartlist--row:nth-child(odd) {
  background: var(--12-text-color);
}

.fnc--cartlist--cell__code {
  width: 80px;
  word-wrap: break-word;
  text-align: center;
}

.fnc--cartlist--row__title .fnc--cartlist--cell__img {
  font-size: 0;
}

.fnc--cartlist--cell__img {
  width: 60px;
  text-align: center;
}

.fnc--cartlist--cell__img img {
  max-width: 100%;
  max-height: 60px;
}

.fnc--cartlist--cell__qnt {
  width: 80px;
  text-align: center;
}

.fnc--cartlist--cell__qnt input {
  text-align: center;
}

.fnc--cartlist--cell__price,
.fnc--cartlist--cell__total__summ,
.fnc--cartlist--cell__amount {
  text-align: center;
  width: 100px;
}

.fnc--cartlist--cell__delete {
  text-align: center;
  width: 50px;
}

.fnc--cartlist--cell__total__text {
  text-align: right;
}

@media all and (max-width: 600px) {
  .fnc--cartlist--cell__code {
    display: none;
  }
  .fnc--cartlist--cell__price {
    display: none;
  }
}

.fnc--cartlist--params__table {
  padding: 2px 0 !important;
  color: var(--5-text-color);
  font-size: 11px;
  width: auto !important;
}

.fnc--cartlist--params__table--name {
  padding: 2px 0 !important;
}

.fnc--cartlist--params__table--param {
  padding: 2px 0 !important;
  padding-left: 10px !important;
}

.fnc--cartpopup--buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.fnc--cartpopup--continue {
}

.fnc--cartpopup--gotocart {
}

.fnc--cartpopup--empty {
}

.cart--page--container {
  flex-basis: 38%;
}

.fnc--cartlist--section {
  flex-basis: 60%;
  font-size: 12px;
}
.fnc--cartlist--section input {
  font-size: 12px;
}

.cart--page--title {
  font-weight: bolder;
}

.cart--page--inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 0;
}

.cart--page--inner--block__name {
  padding: 3px 0;
  font-size: 12px;
}

.cart--page--inner--block__param {
  padding: 3px 0;
}

.cart--page--inner--block__param input {
  font-size: 12px;
}

.cart--page--inner--block__param textarea {
  font-size: 12px;
}

.cart--page--inner--block__param select {
  font-size: 12px;
}

.cart--page--checkout {
  padding: 10px;
  text-align: center;
}

.cart--page--checkout button {
  font-size: 18px;
  font-weight: bolder;
  padding: 15px 40px;
}

.cartsumm {
  text-align: Center;
}

.cart--page--payment__line {
  display: flex;
  padding: 5px 0;
  align-items: center;
}

.cart--page--payment__line--left {
}

.cart--page--payment__line--right {
}

.fnc--payment--title {
  text-align: center;
  font-weight: bolder;
  padding: 20px;
}

.fnc--comparision--container {
  cursor: pointer;
  cursor: hand;
}

.fnc--comparision--container__wrap {
  background-image: url("/themes/main/comparison.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent;
  width: 25px;
  height: 25px;
  position: relative;
}

.fnc--comparision--active {
  background-image: url("/themes/main/comparison_red.svg");
}

.fnc--comparision--amount {
  position: absolute;
  background: var(--5-text-color);
  color: var(--2-text-color);
  padding: 2px 7px;
  border-radius: 100%;
  left: -3px;
  top: -4px;
  font-size: 12px;
  border: 1px solid var(--5-text-color);
}

.fnc--favors--container {
  cursor: pointer;
  cursor: hand;
}

.fnc--favors--container__wrap {
  background-image: url("/themes/main/heart.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent;
  width: 20px;
  height: 20px;
  position: relative;
}

.fnc--favors--active {
  background-image: url("/themes/main/favorite_red.svg");
}

.fnc--favors--amount {
  position: absolute;
  background: var(--5-text-color);
  color: var(--2-text-color);
  padding: 0px 4px;
  border-radius: 100%;
  left: -8px;
  top: -5px;
  font-size: 11px;
  border: 1px solid var(--5-text-color);
}

.js__delivery--city {
  position: relative;
  z-index: 5;
}

.js__cart--cities--field--container {
  position: relative;
}
.js__cart--cities--field--inner {
  position: absolute;
  width: 100%;
  z-index: 40;
  border: 1px solid #555;
  background: #fff;
  top: 0px;
  padding-top: 10px;
  display: none;
  left: 0%;
  font-size: 14px;
  overflow: auto;
  max-height: 300px;
}
.js__cart--cities--field--inner #getWarehouseBycity {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  cursor: hand;
}
.js__cart--cities--field--inner #getWarehouseBycity:hover {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  cursor: hand;
  background: #fbfbfb;
}

.js__delivery--warehouse {
  position: relative;
  z-index: 3;
}

.js__cart--warehouses--field--container {
  position: relative;
}
.js__cart--warehouses--field--inner {
  position: absolute;
  width: 100%;
  z-index: 40;
  border: 1px solid #555;
  background: #fff;
  top: 0px;
  padding-top: 10px;
  display: none;
  left: 0%;
  font-size: 14px;
  overflow: auto;
  max-height: 300px;
}
.js__cart--warehouses--field--inner #selectWare {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  cursor: hand;
}
.js__cart--warehouses--field--inner #selectWare:hover {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  cursor: hand;
  background: #fbfbfb;
}

.fnc--payments--line {
  display: none;
  align-items: center;
  margin: 4px 0;
}

.fnc--payments--line div {
  padding: 0 5px;
}

.fnc--payments--line select {
  padding: 5px 10px;
}

.fnc--pay--parts {
  display: inline-flex;
  align-items: center;
  background: var(--12-text-color);
  margin: 15px 0;
  padding: 20px;
}

@media all and (max-width: 799px) {
  .fnc--pay--parts {
    flex-direction: column;
    align-items: flex-start;
  }
}

.fnc--pay--parts div:nth-child(1) {
  padding-right: 30px;
  font-size: 18px;
}

.fnc--pay--parts div:nth-child(2) {
  padding-left: 30px;
}

@media all and (max-width: 799px) {
  .fnc--pay--parts div:nth-child(2) {
    padding-left: 0px;
  }

  .fnc--pay--parts div:nth-child(2) button {
    padding: 15px 0;
  }
}

.fnc--pay--parts button {
  color: var(--1-text-color);
  background: transparent;
  font-weight: Bolder;
}

.fnc--pay--parts button:hover {
  color: var(--3-text-color);
  background: transparent;
}

.fnc--payparts--line {
  display: flex;
  padding: 15px 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--12-text-color);
}

.fnc--payparts--line div:nth-child(1) {
  flex-basis: 40%;
}

.fnc--payparts--line select {
  padding: 4px 8px;
}

.content--center--chapter__rating {
  display: none;
}

.fnc--rightitem--block {
  border: 1px solid var(--12-text-color);
  border-radius: 10px;
  padding: 20px;
}

.fnc--rightitem--block__title {
  font-size: 18px;
  font-weight: Bolder;
  padding: 10px 0;
}

.fnc--rightitem--block__text {
  padding: 10px 0;
}

.fnc--rightitem--block__icons {
  display: flex;
}
.fnc--rightitem--block__icons div {
  padding: 5px;
}
.fnc--rightitem--block__icons img {
  max-width: 100%;
}

.header--first--line--contacts {
  display: flex;
}

.header--first--line--contacts_descr {
  margin-right: 30px;
  font-size: 14px;
}

.header--first--line--contacts a {
  font-size: 16px;
  font-weight: 900;
  color: var(--blue-color);
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.fnc--slider--inner__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fnc--slider--inner__text {
  max-width: 630px;
}

.fnc--slider--inner__button button {
  max-width: 170px;
  width: 100%;
  height: 50px;
}

.fnc--slider--inner--arrows__left,
.fnc--slider--inner--arrows__right {
  display: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.why-choose-us-block {
  width: 25%;
  justify-content: space-between;
}

.why-choose-us-single-content {
  padding: 30px 20px;
}

section.why-choose-us-section {
  /* background: #3a3472; */
  color: var(--2-text-color);
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: -150px;
  position: relative;
}

.why-choose-us-title h3 {
  color: var(--2-text-color);
}

.why-choose-us-single-content h4 {
  /* height: 60px; */
  margin-bottom: 0;
}

.why-choose-us-top {
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.line {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(242, 160, 16) 0%,
    rgb(247, 107, 24) 64%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(242, 160, 16) 0%,
    rgb(247, 107, 24) 64%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(242, 160, 16) 0%,
    rgb(247, 107, 24) 64%
  );
  width: 64px;
  height: 5px;
  z-index: 290;
  margin: 30px auto;
}

.our-performance-content {
  margin: auto;
  justify-content: flex-end;
  max-width: 850px;
  margin-right: -15px;
}

.our-performance-block {
  width: 33.333%;
  padding: 0 15px;
}

.our-performance-single-content {
  text-align: center;
  padding: 10px;
}

.our-performance-single-content h3 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 25px;
}

.our-performance-single-content p {
  font-size: 18px;
  font-weight: 700;
  color: var(--blue-color);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.our-performance-title {
  text-align: end;
  margin: auto -15px;
}

.our-performance-title .line {
  width: 290px;
  margin: 0 0 0 auto;
}

.our-performance-title h3 {
  margin-bottom: 10px;
}

.our-performance-section {
  background-image: url(/img/source/numver-icon.png),
    url(/img/source/icon-number-small.png), url(/img/source/Ellipse-.png),
    url(/img/source/Ellipse-.png), url(/img/source/Ellipse%2012_1.png);
  background-position: bottom left, bottom right 6%, top -8% left -5%,
    bottom -10% right, top -192% right -30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 100px 0;
  padding-top: 50px;
}

.partners-slider.owl-theme .owl-nav,
.business-centers-slider.owl-theme .owl-nav {
  display: none;
}

.partners-slider.owl-theme .owl-dots .owl-dot.active span,
.partners-slider.owl-theme .owl-dots .owl-dot:hover span,
.galusevi_rishennya-slider.owl-theme .owl-dots .owl-dot.active span,
.galusevi_rishennya-slider.owl-theme .owl-dots .owl-dot:hover span,
.business-centers-slider.owl-theme .owl-dots .owl-dot.active span,
.business-centers-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--orange-color);
}

.partners-slider.owl-theme .owl-dots .owl-dot span,
.galusevi_rishennya-slider.owl-theme .owl-dots .owl-dot span,
.business-centers-slider.owl-theme .owl-dots .owl-dot span {
  height: 20px;
  width: 20px;
  background: #e8e8e8;
}

.partners-slider,
.business-centers-slider {
  padding-bottom: 50px;
}

.partners-slider-item {
  width: 220px;
  margin: auto;
  height: 150px;
  display: flex;
  align-items: center;
}

.partners-slider-item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
  filter: grayscale(1);
  transition: 1s ease;
}

.partners-slider-item img:hover {
  filter: grayscale(0);
}

.partners-slider.owl-carousel .owl-stage-outer,
.business-centers-slider.owl-carousel .owl-stage-outer {
  margin-bottom: 50px;
}

.owl-theme .owl-dots .owl-dot {
  margin: 0 10px;
}

section.partners-section {
  padding-bottom: 30px;
}

.partners-link a::after {
  content: "";
  display: block;
  background: url(/img/source/arrow%20-black.png);
  height: 19px;
  width: 27px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 15px;
}

.partners-link.text-center a {
  display: flex;
  max-width: max-content;
  margin: auto;
  font-weight: 700;
}

.connection-list-icon {
  display: flex;
  margin-right: 40px;
  position: relative;
  z-index: 1;
}

.connection-list-single:not(:last-child) .connection-list-icon:after {
  content: "";
  background-image: url(/themes/main/da1.svg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 120%;
  top: 100%;
  z-index: -1;
  transition: all 0.3s ease;
  animation-name: arrow_begin;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  display: none;
}

.arrow {
  position: absolute;
  height: 45%;
  bottom: -32px;
  width: 66px;
  visibility: hidden;
  z-index: -1;
}

.connection-list-single_wrap {
  position: relative;
}

@keyframes arrow_begin {
  from {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 80px;
    opacity: 1;
  }
}

.animate__delay-1s .connection-list-icon:after {
  animation-delay: 0.5s;
}

.animate__delay-2s .connection-list-icon:after {
  animation-delay: 1.5s;
}

.animate__delay-3s .connection-list-icon:after {
  animation-delay: 2.5s;
}

.connection-list-single:not(:last-child):hover .connection-list-icon:after {
  transform: translateY(10%);
}

.connection-list-single {
  display: flex;
  align-items: center;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.connection-list-single:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -15px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  transition: 0.33s;
  pointer-events: none;
  transform: scale3d(1.08, 1.08, 1.08);
  opacity: 0;
  visibility: hidden;
  width: calc(100% + 30px);
  display: none;
}

.connection-list-single:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1);
}

.connection-list-single:hover .connection-list-icon img {
  transform: scale(1.1);
}

.connection-list-icon img {
  transition: 0.33s;
  width: 66px;
  height: 66px;
  object-fit: scale-down;
}

.connection-content {
  width: 60%;
}

.connection-title {
  text-align: inherit;
}

.connection-title .line {
  margin-left: 0;
}

.connection-title h3 {
  margin-bottom: 10px;
}

.connection-list-descr {
  pointer-events: none;
}

.connection-list-descr h5 {
  margin-bottom: 5px;
  margin-top: 0;
}

/* .connection-image-block {
  width: 40%;
  position: absolute;
  right: 22%;
} */

.connection-list {
  max-width: 80%;
}

/* .connection-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.connection {
  align-items: center;
} */

section.connection-section {
  position: relative;
  margin-bottom: -150px;
  background: url(/img/source/Ellipse-process-block.png),
    url(/img/source/Ellipse%20decor-.png), url(/img/source/blank.png);
  background-position: left -3% top, bottom 13% right, top right 0%;
  background-repeat: no-repeat;
  z-index: 2;
  padding-bottom: 300px;
}

.business-centers-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  width: auto;
  display: flex;
  align-items: flex-end;
}

.container-full {
  width: 99vw;
  /* padding-right: 15px;
  padding-left: 15px; */
  overflow-x: hidden;
  z-index: 1;
  position: relative;
}

.business-centers-content {
  padding: 10px;
  padding-top: 60px;
  width: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.55) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(0, 0, 0, 0.95) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#8c000000',GradientType=0 );
}

a.business-centers-content-button {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 50px;
  width: 50px;
  max-width: 15%;
}

a.business-centers-content-button::after {
  content: "";
  padding: 25px;
  background: #ffffff;
  border-radius: 100%;
  opacity: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.33s ease;
}

a.business-centers-content-button img {
  width: 60% !important;
  height: 40% !important;
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: all 0.33s ease;
}

a.business-centers-content-button:hover img {
  transform: scale(1.3);
}

a.business-centers-content-button:hover:after {
  transform: scale(1.2);
}

.business-centers-content-descr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.news-blocks {
  position: relative;
  width: 33.3333%;
}

.news-single-content {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 25px;
  padding-bottom: 35px;
}

.news-icon {
  max-width: 120px;
  margin: auto;
}

.news-icon img {
  width: 120px;
  object-fit: cover;
  border-radius: 100%;
  height: 120px;
}

.news-icon a {
  line-height: 0;
  font-size: 0;
}

.news-section-list {
  padding: 50px 0;
}

.news-single-content h4 {
  /*height: 60px;*/
}

.news-text {
  /*min-height: 200px;*/
}

section.news-section {
  padding-bottom: 70px;
  background: url(/img/source/Ellipse%20decor-.png);
  background-repeat: no-repeat;
  background-position: bottom 6% right;
}

.news-link a::after {
  content: "";
  display: block;
  background: url(/img/source/arrow.png);
  height: 19px;
  width: 27px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 15px;
  transition: all 0.3s ease;
}

.news-link a {
  display: flex;
  max-width: max-content;
  margin: auto;
  font-weight: 700;
  transition: all 0.3s ease;
}

.news-single-content h4 a {
  color: var(--blue-color);
}

.news-single-content h4 a:hover {
  color: var(--link-hover-color);
}

.news-link a:hover::after {
  transform: translateX(10px);
}

.news-link {
  margin-top: 40px;
}

.news-title {
  margin: 0 -15px 50px;
  padding: 0 5px;
}

.news-title .line {
  margin-left: 0;
}

.news-title h3 {
  margin-bottom: 0;
}

.news-lastnews-title {
  margin-bottom: 10px;
}

.news-lastnews-title a {
  font-size: 1.2em;
  font-weight: 600;
}

.contacts-map {
  width: 40%;
  padding: 0 10px;
  padding-right: 25px;
}

.contacts-content {
  width: 60%;
  padding: 0 10px;
  padding-left: 25px;
}

.contacts-all {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.contacts-telegram-bot {
  display: flex;
  align-items: center;
}

.contacts-telegram-bot-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contacts-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contacts-support-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contacts-support-image {
  margin-right: 30px;
}

.contacts-support-tel h5 {
  margin-bottom: 0px;
  text-align: center;
}

.contacts-support-tel p {
  margin: 5px 0;
}

.contacts-support-tel a {
  margin: 5px 0;
}

.contacts-all-column-left {
}

.contacts-title .line {
  margin-left: 0;
}

.contacts-title h3 {
  margin: 0;
}

.contacts-section {
  background: var(--bg-gray-color);
  padding: 50px 0 55px;
  position: relative;
}

iframe.contacts-map-google {
  width: 100%;
  height: 100%;
}

.telegram-bot-logo {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 10px;
}

.telegram-bot-wrapper {
  max-width: 200px;
  width: 100%;
  text-align: center;
  position: fixed;
  top: 100%;
  transform: translateY(-150%);
  left: 4%;
  z-index: 100;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  width: 60%;
}

.footer-section {
  background: var(--footer-color) url(/img/source/post-footer-points.png);
  background-repeat: no-repeat;
  background-position: right;
}

a.tel {
  font-size: 18px;
  font-weight: 700;
  font-family: arial;
}

.fnc--center--catalog,
.our-performance-section,
section.connection-section,
.news-section {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.business-centers-section {
  position: relative;
  z-index: 2;
}

.business-centers-section::before {
  content: url(/img/source/Ellipse%20737.png);
  position: absolute;
  z-index: 1;
  top: -60%;
  left: -25%;
}

.business-centers-title {
  max-width: 850px;
  margin: auto;
  padding-bottom: 50px;
}

.business-centers-title h3 {
  margin-bottom: 0;
}

.business-centers-slider {
  padding-top: 50px;
  margin-top: -50px;
  background: url(/img/source/Ellipse%20decor-.png),
    url(/img/source/Ellipse%20decor-.png);
  background-repeat: no-repeat;
  background-position: top 4% right 34%, bottom 15% left 22%;
}

.business-centers-btn {
  margin-bottom: 40px;
}

.header--first--line--contacts {
  align-items: center;
  white-space: nowrap;
}

.header--first--line--contacts a {
  font-family: arial;
}

.news-content {
  padding: 0 5px;
}

/* ↓↓↓  ВТОРАЯ СТРАНИЦА НАЧАЛО ↓↓↓ */

.category-img {
  width: 50%;
  text-align: center;
  padding: 5% 0;
  margin: auto;
}

.category-descr {
  width: 50%;
  padding-top: 5%;
  padding-left: 40px;
}

.category-descr-content {
  max-width: 500px;
}

.category-descr-content .line {
  margin-left: 0;
}

.category-descr-content h3 {
  margin: 0;
  line-height: 36px;
}

.category-descr-content p,
.category-descr-content-float p {
  line-height: 30px;
}

.category-img img,
.category-img-float img {
  width: 100%;
  height: auto;
  max-width: 575px;
  object-fit: contain;
}

.category-section {
  background: url(/img/source/satrt-vlock-ellipse.png),
    url(/img/source/Ellipse%20-start-block2.png), url(/img/source/Ellipse-.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top 9% right 7%, top 28% right 14%, bottom 3% left 2%;
}

.category-section,
.uplinks-and-exchange_points-wrapper {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.exchange_points-slider-item img,
.uplinks-slider-item img {
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(1);
  transition: 1s ease;
}

.exchange_points-slider-item img:hover,
.uplinks-slider-item img:hover {
  filter: grayscale(0);
}

.exchange_points-slider .owl-stage,
.uplinks-slider .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.exchange_points-title h3,
.uplinks-title h3 {
  margin: 0;
}

.exchange_points-title,
.uplinks-title {
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
}

.uplinks-slider .owl-nav,
.exchange_points-slider .owl-nav {
  display: none;
}

.uplinks-slider.owl-theme .owl-dots .owl-dot span,
.exchange_points-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background: #e8e8e8;
}

.uplinks-slider.owl-theme .owl-dots .owl-dot.active span,
.exchange_points-slider.owl-theme .owl-dots .owl-dot.active span {
  background: var(--orange-color);
}

.uplinks-slider.owl-theme .owl-stage-outer,
.exchange_points-slider.owl-theme .owl-stage-outer {
  margin-bottom: 30px;
}

.uplinks-section {
  padding: 100px 0;
}

.exchange_points-section {
  padding-bottom: 150px;
}

.uplinks-and-exchange_points-wrapper {
  background: url(/img/source/Ellipse%20decor-.png),
    url(/img/source/Ellipse%20decor-.png);
  background-repeat: no-repeat;
  background-size: auto, auto;
  background-position: top 45% right, bottom left;
}

.block-switch-left,
.block-switch-right {
  width: 50%;
}

.connectivity_technologies-left,
.connectivity_technologies-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #ededed;
  cursor: pointer;
  height: 100%;
}

.connectivity_technologies-right {
  flex-direction: row-reverse;
}

.connectivity_technologies-blocks {
  height: 730px;
  position: relative;
  max-width: calc(100vw - 2px);
  margin: auto;
}

.connectivity_technologies-left img {
  position: relative;
  left: 25%;
}

.connectivity_technologies-block-title {
  position: relative;
}

.connectivity_technologies-left .connectivity_technologies-block-title {
  position: relative;
  right: 10%;
  transform: translateY(-100%);
}

.connectivity_technologies-right .connectivity_technologies-block-title {
  position: relative;
  left: 10%;
  transform: translateY(-100%);
}

.connectivity_technologies-block-title h3 {
  font-size: 36px;
}

.xpon-content p,
.ethernet-content p {
  line-height: 1.3em;
}

/* -------------------------------- */

.xpon-hidden-block {
  width: 50%;
  justify-content: flex-end;
}

.ethernet-hidden-block {
  width: 50%;
}

.xpon-hidden-block,
.ethernet-hidden-block {
  background: rgba(228, 124, 5, 0.8);
  /* display: none; */
}

.xpon-hidden-block {
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  z-index: 0;
}

.ethernet-hidden-block {
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.block-switch-right:hover .ethernet-hidden-block,
.block-switch-left:hover .xpon-hidden-block {
  opacity: 1;
  z-index: 1;
}

.block-switch-right:hover .connectivity_technologies-right,
.block-switch-left:hover .connectivity_technologies-left {
  opacity: 50%;
}

.block-switch-right:hover .connectivity_technologies-block-title,
.block-switch-left:hover .connectivity_technologies-block-title {
  display: none;
}

.xpon-content {
  /* text-align: end; */
  max-width: 430px;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.xpon-content p {
  text-align: end;
}

.xpon-content h3,
.ethernet-content h3 {
  margin: 0;
  color: var(--2-text-color);
}

.ethernet-content {
  max-width: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  height: 100%;
}

/* -------------------------------- */
/* ↑↑↑  ВТОРАЯ СТРАНИЦА КОНЕЦ  ↑↑↑ */

.languages-active::after {
  content: "▼";
  color: var(--link-hover-color);
  display: block;
  position: relative;
  left: 6px;
  font-size: 9px;
  transition: all 0.2s ease;
}

.header--first--line--languages:hover .languages-active::after {
  transform: rotate(180deg) translateY(9%);
}

.languages-active {
  display: flex;
  align-items: center;
  line-height: 21px;
}

.languages-active,
.languages-all {
  font-size: 12px;
  text-transform: uppercase;
}

.languages-dropdown {
  display: none;
}

.header--first--line--languages {
  position: relative;
  cursor: pointer;
}

.header--first--line--languages:hover .languages-dropdown {
  position: absolute;
  display: block;
  top: 19px;
  background: #ffffff;
  padding: 5px 15px;
  margin: 0 -15px;
}

.catalog-item-hovered {
  position: absolute;
  background: var(--orange-color);
  width: 0;
  height: 100%;
  z-index: 1;
  top: 0;
}

.catalog-item-short .catalog-item-hovered {
  transform: scale3d(1.01, 1.01, 1);
}

.fnc--center--catalog__list--item:hover .catalog-item-hovered {
  width: 100%;
}

.fnc--center--catalog__list--item:hover.catalog-item-short
  .fnc--center--catalog--item__name
  a,
.fnc--center--catalog__list--item:hover.catalog-item-short
  .fnc--center--catalog--item__info,
.fnc--center--catalog__list--item:hover.catalog-item-short
  .fnc--center--catalog--item__button
  a {
  color: var(--2-text-color);
}

.fnc--center--catalog__list--item:hover.catalog-item-long
  .fnc--center--catalog--item__image
  img {
  filter: brightness(0.5);
  transition: all 0.3s linear;
}

.fnc--center--catalog--item__image img {
  transition: all 0.3s linear;
}

.why-choose-us-bot,
.fnc--feedback,
.news-blocks {
  visibility: hidden;
}

.business-centers-slider .owl-stage-outer:before {
  content: "";
  position: absolute;
  opacity: 0.75;
  z-index: 4;
  background: #ffff;
  height: 100%;
  width: calc(20% - 5px);
}

.business-centers-slider .owl-stage-outer:after {
  content: "";
  position: absolute;
  opacity: 0.75;
  z-index: 4;
  background: #ffff;
  height: 100%;
  width: calc(20% - 5px);
  top: 0;
  right: 0;
}

.wow {
  visibility: hidden;
}

.fnc--mobile--chapters__languages .languages-dropdown {
  display: flex;
  align-items: center;
}

.fnc--mobile--chapters__languages {
  display: flex;
  align-items: center;
  padding: 5px;
  width: auto;
  font-weight: 500;
}

.fnc--mobile--chapters__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 10px;
}

.my--account-btn--wrap {
    display: flex;
    align-items: center;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}

a.fnc--mobile--login_link {
  font-size: 20px;
  position: relative;
  padding: 5px;
}

.fnc--mobile--chapters__top img {
  display: block;
  width: 25px;
  height: 25px;
}

.fnc--mobile--chapters__languages .languages-active::after {
  display: none;
}

.fnc--mobile--chapters__languages .languages-active,
.fnc--mobile--chapters__languages .languages-all {
  line-height: inherit;
  margin-right: 5px;
  font-size: 15px;
}

.languages-active {
}

.fnc--mobile--chapters__languages .languages-active {
  color: white;
  border: 1px solid transparent;
  border-width: 10px;
  background-color: #40444f;
}

.fnc--mobile--chapters__item {
  border-bottom: 1px solid var(--bg-gray-color);
  width: 100%;
  margin: auto;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 10px;
  padding-right: 10px;
  border-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
}

.fnc--mobile--chapters__item img,
.fnc--mobile--chapters__item_sub img {
  display: block;
  width: 20px;
  height: 20px;
}

.fnc--mobile--chapters__item a,
.fnc--mobile--chapters__item_sub a {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
}

.fnc--mobile--chapters__item a img,
.fnc--mobile--chapters__item_sub a img {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


/* .fnc--mobile--chapters__item a:before,
.fnc--mobile--chapters__item_sub a:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(/themes/main/picture.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
} */

.fnc--mobile--chapters__item_sub {
  padding: 1px;
  border-bottom: 1px solid var(--bg-gray-color);
  width: 90%;
  margin: auto;
  font-size: 12px;
  line-height: 1.8;
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
}

.fnc--mobile--chapters__item:last-child {
  border: 0;
}

.uplinks,
.exchange_points {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.call-us img,
.call-us_hidden-btn img {
  width: 100%;
  height: 100%;
  width:32px;
  height:32px;
}

.call-us,
.call-us_hidden-btn {
  width: 68px;
  height: 68px;
  padding: 18px;
  border-radius: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd5900+0,ff8800+100 */
  background: rgb(253, 89, 0); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(253, 89, 0, 1) 0%,
    rgba(255, 136, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(253, 89, 0, 1) 0%,
    rgba(255, 136, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(253, 89, 0, 1) 0%,
    rgba(255, 136, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5900', endColorstr='#ff8800',GradientType=1 ); /* IE6-9 */
  transition:none;
}

.call-us-border {
  padding: 5px;
  max-width: max-content;
  border: 1px solid #ff9f6f;
  border-radius: 100%;
  position: relative;
  width: 83px;
  transition:none;
}

.call-us_hidden-btn {
  font-size: 0;
  transition:none;
}

.call-us_hidden {
  display: flex;
  flex-direction: column;
  height: 280px;
  justify-content: space-between;
  padding: 20px 5px;
  max-width: max-content;
  display: none;
  transition:none;
}

.call-us-border:not(.no-hover):hover {
  border: transparent;
  padding: 14px;
  transition:none;
}

.call-us-border:not(.no-hover):hover .call-us {
  background: #3b3478;
  max-width: 50px;
  max-height: 50px;
  padding: 16px;
  position:relative;
  left:-1px;
  transition:none;
}

.call-us-img-hover,
.call-us-border:not(.no-hover):hover .call-us-img {
  display: none;
  transition:none;
}

.call-us-border:not(.no-hover):hover .call-us-img-hover {
  display: block;
  transition:none;
}

.call-us-border:not(.no-hover):hover .call-us_hidden {
  position: absolute;
  display: flex;
  bottom: 60px;
  left: 0;
  transition:none;
}


.call-us-wrapper {
  position: fixed;
  left: 3%;
  bottom: 3%;
  z-index: 100;
}

.telegram-bot-wrapper {
  display: none;
}


.call-us_hidden-content {
  position: relative;
}

.call-us_hidden-content p {
  position: absolute;
  top: 50%;
  left: 110%;
  width: 200px;
  max-width: max-content;
  transform: translateY(-50%);
  background: rgb(253, 89, 0); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(253, 89, 0, 1) 0%,
    rgba(255, 136, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(253, 89, 0, 1) 0%,
    rgba(255, 136, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(253, 89, 0, 1) 0%,
    rgba(255, 136, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5900', endColorstr='#ff8800',GradientType=1 ); /* IE6-9 */
  border-radius: 30px;
  padding: 5px 10px;
  color: #fff;
  opacity: 0;
  margin: 0;
}

.call-us_hidden-content:hover p {
  opacity: 1;
}

.call-us-img-hover {
	width:20px !important;
	height:20px !important;
}

.settings--column-left {
  width: 50%;
}

.settings--column-right {
  width: 50%;
}

.settings--main--image {
  position: relative;
  right: 30%;
  top: 10%;
}

.settings--main--image img {
  max-width: 100%;
}

section.faq--settings--section {
  padding: 50px 0;
  background: url(/img/source/satrt-vlock-ellipse.png) no-repeat,
    url(/img/source/Ellipse%20-start-block2.png) no-repeat,
    url(/img/source/Ellipse-.png) no-repeat;
  background-position: top 10% right 0%, top 39% right 8%, bottom left;
  background-size: ;
  margin-bottom: -30px;
  position: relative;
}

.settings--title .line {
  margin-left: 0;
}

.settings--title h3 {
  margin-bottom: 0;
}

.settings--title {
  margin-bottom: 50px;
}

.accordion {
  width: 100%;
  background: transparent;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 2px solid #bbb9c2;
  border-radius: 10px;
}

.accordion span {
  width: 18px;
  height: 10px;
  background: url(/img/source/open.png) center/cover no-repeat;
  transition: 0.4s;
}

.accordion:hover {
  background: transparent;
}

.panel {
  padding: 0px 25px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 1px solid #ebebeb;
  border-top: 0;
  border-bottom: 2px solid #f98d4d;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.panel p {
  padding: 10px 0;
  margin: 0;
}

.panel a {
  margin-left: 20px;
  margin-bottom: 5px;
  text-decoration: underline;
}

.panel li a,
.panel p a{
	margin-left: 0;
}

.accordion.active {
  border: 1px solid #ebebeb;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion.active + .panel {
  opacity: 1;
}

.accordion.active span {
  transform: rotateX(180deg);
}

.accordion-btn {
  margin-bottom: 15px;
}

.accordion strong {
  width: 90%;
  text-align: initial;
}

section.faq--documents--section {
  padding-bottom: 100px;
  padding-top: 130px;
  background: var(--bg-gray-color);
}

.doc--column-left {
  width: 50%;
}

.doc--column-right {
  width: 50%;
}

.doc--download img {
  max-width: 60px;
  max-height: 60px;
}

.doc--download a {
  font-size: 0;
  margin-bottom: 30px;
}

.doc--download {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.doc--download strong {
  max-width: 360px;
  margin: auto;
  text-align: center;
}

.documents--title {
  max-width: 860px;
  margin: auto;
  margin-bottom: 60px;
}

.doc--download a:hover img {
  transform: scale(1.3);
}

.documents--title h3 {
  margin-bottom: 0;
}

/* [data-page="chapter"] .fnc--slider--inner__button {
  display: none;
} */

section.questions--section {
  padding-bottom: 100px;
  padding-top: 70px;
  background: url(/img/source/Ellipse%20-start-block2.png) no-repeat,
    url(/img/source/Ellipse-.png) no-repeat;
  background-position: top 33% left 7%, bottom right 10%;
  background-size: auto, 20%;
  position: relative;
  z-index: 10;
}

.questions--accordion-left {
  width: 50%;
  padding-right: 30px;
}

.questions--accordion-right {
  width: 50%;
  padding-left: 30px;
}

.questions--title {
  max-width: 530px;
}

.questions--title h3 {
  margin-bottom: 0;
}

.questions--title {
  margin-bottom: 50px;
  position: relative;
}

.questions--title::after {
  content: url(/img/source/faq-img3.png);
  position: absolute;
  top: -100%;
  left: 158%;
  z-index: 1;
  transform: scale(0.7);
}

canvas.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}

/* .parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.parallax__layer--base {
  transform: translateZ(0);
}

.parallax__layer--back {
  transform: translateZ(-1px);
} */

/* --------Parallax---------- */

.parallax {
  /* The image used */
  background-image: url("/img/source/server-room-website-design-mobile-al-75-pro.jpg");

  /* Set a specific height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}

/* --------Parallax---------- */

.vlasnikam_neruhomosti--block {
  width: calc((100% - 10%) / 3);
  margin-right: 5%;
  text-align: center;
}

.vlasnikam_neruhomosti--block:nth-child(3n + 3) {
  margin-right: 0;
}

.vlasnikam_neruhomosti--section .row {
  justify-content: center;
}

.vlasnikam_neruhomosti--block:last-child {
  margin-right: 0;
}

.vlasnikam_neruhomosti--section {
  padding: 50px 0;
  margin-bottom: 50px;
}

.vlasnikam_neruhomosti--block h4 {
  color: #fff;
}

/* -------СХЕМА-------- */

.row.diagram_row_type1,
.row.diagram_row_type2 {
  justify-content: space-between;
}

.diagram_circle {
  width: 30%;
  background: red;
  padding: 10px;
  border-radius: 100%;
  width: 200px;
  height: 200px;
}

.diagram_circle-content img {
  width: 50px;
  height: 50px;
}

.diagram_circle-content {
  text-align: center;
  padding: 20px;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.diagram_circle-border {
  border: 5px solid white;
  border-radius: 100%;
  height: 100%;
  width: 100%;
}

.diagram_circle-content h5 {
  color: #fff;
}

.row.diagram_row_line {
  justify-content: space-between;
  padding: 0 8%;
}

.diagram_line {
  height: 70px;
  width: 10px;
  background: green;
}

.diagram_circle_big-content img {
  height: 75px;
  width: 75px;
}

.diagram_circle_big-content {
  text-align: center;
  background: red;
  padding: 25%;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.diagram_circle_big {
  padding: 20px;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  background: blue;
}

.diagram_circle_big-border {
  border: 5px solid white;
  border-radius: 100%;
  height: 100%;
  width: 100%;
}

.diagram_col_line {
  width: calc(50% - 700px);
  height: 10px;
  width: 300px;
  background: green;
  margin: auto -10%;
  margin-top: 7%;
  position: relative;
  z-index: -3;
}

.diagram_block--row {
  margin: auto 5%;
  align-items: center;
}

.diagram_block--text {
  width: 75%;
  margin: auto;
  font-weight: 600;
}

.diagram_block--img {
  width: 20%;
  margin: auto;
}

.diagram_row_type1:nth-child(3) .diagram_block .diagram_block--img {
  order: -1;
}

.diagram_row_type1 {
  align-items: center;
}

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

.connection_diagram--section svg {
  max-height: 1000px;
  height: 100%;
  width: 100%;
}

.reserv--section .category-descr {
  order: -1;
}

.reserv--section {
  margin-bottom: 50px;
}

.opratoram-section {
  margin-top: -150px;
  margin-bottom: -30px;
}

.opratoram-section .category-block:nth-child(even) .category-descr {
  order: -1;
}

.l2--img-setion {
  text-align: center;
  margin-top: -50px;
}

.l2--img-setion svg {
  max-height: 1000px;
  height: 100vw;
  width: 100%;
}

.montazh-section {
  margin-top: -150px;
  padding: 50px 0;
  margin-bottom: 50px;
}

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

.montazh-table td {
  border: 1px solid black;
}

.montazh-table {
  display: flex;
  justify-content: center;
}

.ping-section {
  margin-top: -50px;
}

.montazh-table table {
  border-collapse: collapse;
}

.montazh-table td {
  padding: 1%;
  min-width: 80px;
}

.opratoram-section.category-section {
  background: transparent;
  margin: 50px auto;
  padding: 0;
}

#op_scroll {
  padding-bottom: 50px;
}

.scroll {
  max-height: 500px;
  overflow-y: scroll;
  padding-right: 10px;
}

#op_scroll .scroll {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 10px;
}

.scroll::-webkit-scrollbar {
  box-shadow: inset 0 0 5px #dacbcb;
  border-radius: 10px;
  background: white;
  border-radius: 10px;
  width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(234, 149, 0) 0%,
    rgb(220, 89, 11) 100%
  );
  border-radius: 10px;
}
/*
.our-performance-section.ping-section {
  background-size: auto, auto, 0, auto, auto;
}
*/
.montazh-table table tr:nth-child(2n + 1) {
  background: #e8e8e8;
}

.montazh-table table tr:nth-child(1),
.montazh-table table tr:nth-child(12) {
  background: #b5b0b0;
}

/* -------/СХЕМА-------- */

/* #fnc--center--catalog--item--id_1 .fnc--center--catalog--item__info {
  font-size: 14px;
  line-height: 1.3em;
  text-align: start;
} */

.fnc--center--catalog--item__info ul {
  margin: 0;
}

.fnc--center--catalog--item__info ul {
  margin-bottom: 10px;
}

.business-centers-content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  color: white;
}

.business-centers-content-descr p {
  font-weight: 500;
  max-width: 85%;
  min-height: 3rem;
  display: flex;
  align-items: center;
  color: white;
}

.bold {
  font-size: 18px !important;
  font-weight: 700 !important;
}

.partners-link.text-center {
  display: none;
}

.news-text ul {
  text-align: start;
}

.why-choose-us-icon {
  width: 70px;
  height: 70px;
  margin: auto;
}

.why-choose-us-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.category-section.about_company_top {
  margin-bottom: 120px;
}

.about_company_top ul li:not(:last-child) {
  margin-bottom: 10px;
}

.contacts-title p {
  display: none;
}

.business-centers-title h3 span {
  white-space: nowrap;
}

.category-img-float {
  float: left;
  padding: 30px 50px 30px 0;
}

.category-descr-float {
  padding: 30px 0;
}

.category-block:after,
.category-block:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

.category-descr-content-float .line {
  margin-right: 41%;
}

section.content--brand--page {
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.brand--page__name h1 {
  font-size: 48px;
  font-weight: 800;
  color: var(--title-color);
}

.brand--page__text {
  line-height: 30px;
  /*padding: 0 15px;*/
}

section.business-centers-section.brand-section {
  z-index: 0;
}

.fnc--brands--item {
  flex-basis: calc(calc(100% / 3) - 30px);
  margin: 15px;
}

tspan {
  white-space: nowrap;
}

ul.reserv-list li:not(:last-child) {
  margin-bottom: 10px;
}

ul.reserv-list li {
  line-height: 1.5;
}

.galusevi_rishennya-section {
  padding: 50px 0;
}

.galusevi_rishennya-title h1 {
  font-size: 48px;
  font-weight: 800;
  color: var(--title-color);
  padding: 0;
}

.galusevi_rishennya-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.galusevi_rishennya-item {
  max-width: 200px;
  margin: auto;
  padding: 10px 0;
}

.galusevi_rishennya-item img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 90px;
  object-fit: contain;
}

.galusevi_rishennya-slider-item {
  height: 280px;
}

.galusevi_rishennya-slider-item img {
  height: 100%;
  object-fit: contain;
}

section.galusevi_rishennya-img-section {
  padding: 50px 0;
}

.connection_diagram--section .row {
  margin: 0;
}

.diagram-desc {
  flex-basis: 30%;
  padding: 25px 15px;
  text-align: justify;
}

.diagram-wrap {
  flex-basis: 70%;
}

.diagram-desc p {
  line-height: 1.6;
  letter-spacing: 0px;
}

.connection_diagram--section svg text {
  font-family: Raleway !important;
}

li {
  padding: 5px 0;
  transition: all 0.1s ease;
  cursor: default;
}

li:first-child {
  padding-top: 0;
}

li:last-child {
  padding-bottom: 0;
}

li:hover {
  color: var(--orange-color);
}

.offer-special-list {
  padding: 0;
  list-style: none;
  counter-reset: li;
}

.offer-special-list li {
  position: relative;
  border-left: 4px solid #f29d0f;
  padding: 16px 20px 16px 28px;
  margin: 12px 0 12px 80px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
}

.offer-special-list li:before {
  line-height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -80px;
  width: 80px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fbce84;
  counter-increment: li;
  content: counter(li);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.offer-special-list li:hover:before {
  color: #f29d0f;
}

.offer-special-list li:after {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 60px;
  height: 60px;
  border: 8px solid #f29d0f;
  border-radius: 50%;
  content: "";
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: arial;
}
.offer-special-list li:hover:after {
  opacity: 0.2;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.business-center_solo .why-choose-us-section {
  margin-top: 0;
}

.galusevi_rishennya-section .category-img {
  overflow: hidden;
}

.galusevi_rishennya-section .category-img img {
  height: 100%;
  max-height: 600px;
  object-fit: cover;
  display: inline-block;
}

.galusevi-advantages .row {
  align-items: center;
  margin: 0;
  padding: 10px 0;
}

.galusevi-advantages img {
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  height: 100%;
}

.galusevi-advantages .row div {
  width: calc(100% - 50px);
  padding-left: 30px;
  font-weight: 700;
}

.galusevi-advantages .row div a {
  transition: all 0.3s ease;
}

.galusevi-advantages .row div a:hover {
  color: var(--link-hover-color);
}

.galusevi-advantages_title h5 {
  font-size: 20px;
}

.pokrittya .category-img img {
  max-height: 700px;
}

.black {
  color: black;
  text-shadow: 0 0 5px white;
}

.business-center_solo .business-centers-section:before {
  display: none;
}

.vlasnikam_neruhomosti--block div {
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pokrittya .why-choose-us-section {
  margin-top: 0;
}

.page--article--text_description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.connection-list {
  position: relative;
}

.vertical-line {
  position: absolute;
  height: 90%;
  width: 3px;
  left: 83px;
  top: 50%;
  transform: translateY(-50%);
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(242, 160, 16) 0%,
    rgb(247, 107, 24) 64%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(242, 160, 16) 0%,
    rgb(247, 107, 24) 64%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(242, 160, 16) 0%,
    rgb(247, 107, 24) 64%
  );
}

.circle {
  position: absolute;
  left: 83px;
  width: 3px;
  height: 3px;
  transform: translateX(0.5px);
}

.circle_main {
  width: 14px;
  height: 14px;
  background-color: var(--orange-color);
  z-index: 1;
}

.circle_before {
  width: 22px;
  height: 22px;
  background-color: var(--orange-color);
  z-index: -1;
  opacity: 0.4;
}

.circle_after {
  width: 3px;
  height: 3px;
  background-color: var(--link-hover-color);
  z-index: 1;
}

.circle span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  display: block;
  position: absolute;
}

.business-center_solo .row_wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.business-center_solo .galusevi-advantages .row {
  min-width: 400px;
  margin-bottom: 20px;
}

.fnc--center--catalog--item__info li:hover {
  color: white;
}

.news-more-btn {
  margin-top: 40px;
}

.internet-dlya-biznesu_abonents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 0 15px;
}

.fnc--mobile--chapters__item.has-subs:after {
  content: "";
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  background-image: url(/themes/main/arrow-down-sign-to-navigate.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease;
  margin-left: 15px;
}

.fnc--mobile--chapters__item.has-subs.opened:after {
  transform: rotate(-180deg);
}

.fnc--mobile--chapters__item.has-subs {
  position: relative;
  display: flex;
  align-items: center;
}

.fnc--mobile--chapters__item_sub-wrap {
  display: none;
  background-color: rgb(28 31 33);
  transition: all 0s;
}

.fnc--mobile--chapters__item_sub:last-child {
  border: none;
}

.unselectable {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.has-subs a {
  pointer-events: none;
}

.header--centerhead.not_fixed {
  position: static;
}

.payment--type {
  display: flex;
  align-items: center;
}

.payment--type img {
  width: 50px;
  height: auto;
}

.payment--type img:not(:last-child) {
  margin-right: 30px;
}

.popup--container__main .fnc--feedback {
  visibility: visible !important;
  padding: 25px 40px;
  margin: 0;
}

.popup--container__main .fnc--feedback__title h3 {
  font-size: 24px;
}

.js__body--popup {
  border: 2px solid;
  border-color: var(--orange-color);
}

.mobileShowImage {
  display: none;
}

.content p:first-child {
  margin-top: 0;
}

p.show_hide_text {
  display: flex;
  align-items: center;
  line-height: 1;
  color: var(--link-hover-color);
  font-weight: 700;
}

p.show_hide_text:after {
  content: "";
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  background-image: url(/themes/main/arrow-down-sign-to-navigate.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease;
  margin-left: 15px;
}

.show_hide.active p.show_hide_text:after {
  transform: rotate(-180deg);
}

.show_hide {
  display: none;
}

.popup--container__main .fnc--feedback--main__line {
  padding: 2px 0;
}

.popup--container__main .fnc--feedback--main__param {
  padding: 0;
}

.popup--container__main input[type="text"],
.popup--container__main textarea {
  font-size: 14px;
}

.content.skif__lir {
    display: none;
}

.show_hide.skif__lir {
    display: block;
    cursor: pointer;
}

.header--login--btn {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    height: 100%;
    border: 1px solid;
    margin-bottom: 6px;
	border-radius: 5px;
    border-color: rgb(160 160 160);
	cursor:pointer;
	margin-left: 20px;
}

.header--login--btn img {
    max-width: 20px;
	margin-right: 7px;
}

.header--login--btn a {
    white-space: nowrap;
    font-size: 14px;
}


/*__________404PAGE__________*/

.error404--center--page {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}

.error404--wrap {
    text-align: center;
	padding: 0 10px;
    /* max-width: 450px; */
}

.error404__main, .error404__title, .error404__desc {
    font-family: arial;
}

.error404__main {
    font-size: 128px;
    font-weight: 500;
    color: var(--title-color);
    line-height: 1;
}

.error404__title {
    font-size: 48px;
    font-weight: 400;
    color: #444;
}

.error404__desc {
    font-size: 18px;
    color: var(--1-text-color);
    padding: 20px 0;
}

.error404__btn {
    padding: 10px 0;
}

.error404__btn button {
    padding: 5px 25px;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 400;
    border-radius: 20px;
}

@media (max-width: 600px) {
	.error404__main {
		font-size: 80px;
	}
	
	.error404__btn button {
		font-size: 18px;
	}
}

@media (max-width: 375px) {
	/* .error404--wrap { */
    /* max-width: 100%; */
    /* padding: 0 15px; */
	/* } */

	.error404__main {
		font-size: 56px;
	}

	.error404__title {
		font-size: 36px;
	}
	
	.error404--center--page {
		padding:60px 0;
	}

}

/*_________404__________*/


@media (max-width: 1920px) {
}

@media (max-width: 1800px) {
  .our-performance-section {
    background-size: 35%, auto, auto, auto, auto;
  }
}

@media (max-width: 1680px) {
  .telegram-bot-wrapper {
    left: 1%;
  }

  .category-section {
    background-position: top 9% right 1%, top 28% right 9%, bottom 3% left 2%;
  }
}

@media (max-width: 1600px) {
  section.our-performance-section {
    background-position: bottom left, bottom right 6%, top -8% left -5%,
      bottom -10% right, top -257% right -36%;
  }

  section.connection-section {
    background-position: left -8% top, bottom 13% right, top right -16%;
  }

  section.news-section {
    background-position: bottom -15% right;
  }

  .telegram-bot-wrapper {
    left: 0;
  }

  .uplinks-and-exchange_points-wrapper {
    background-position: top 45% right -3%, bottom left;
  }

  .connectivity_technologies-right img,
  .connectivity_technologies-left img {
    width: 70%;
    height: auto;
  }

  section.faq--settings--section {
    background-position: top 10% right -5%, top 39% right 3%, bottom left -10%;
  }

  section.questions--section {
    background-position: top 33% left 4%, bottom right 10%;
  }
}

@media (max-width: 1536px) {
  section.our-performance-section {
    background-position: bottom left, bottom right 2%, top -8% left -5%,
      bottom -10% right, top -276% right -37%;
  }

  section.connection-section {
    background-position: left -11% top, bottom 13% right, top right -23%;
  }

  section.news-section {
    background-position: bottom -15% right;
  }

  /* .telegram-bot-logo h5 {
    display: none;
  }

  button.telegram-bot-btn {
    display: none;
  }

  .telegram-bot-wrapper {
    max-width: min-content;
    width: 100%;
    transform: translateY(-200%);
    left: 4%;
  }

  .telegram-bot-logo {
    margin-bottom: 0;
  } */

  .uplinks-and-exchange_points-wrapper {
    background-position: top 48% right 0%, bottom left;
  }

  .business-centers-section::before {
    left: -30%;
  }
}

@media (max-width: 1500px) {
  .connectivity_technologies-left .connectivity_technologies-block-title,
  .connectivity_technologies-right .connectivity_technologies-block-title {
    transform: translateY(-370%);
  }
}

@media (max-width: 1440px) {
  .telegram-bot-wrapper {
    left: 3%;
  }

  .category-section {
    background-position: top 9% right -6%, top 28% right 5%, bottom 3% left 2%;
  }

  .business-centers-section::before {
    left: -33%;
  }

  section.faq--settings--section {
    background-position: top 10% right -12%, top 39% right 0%, bottom left -10%;
  }

  section.questions--section {
    background-position: top 33% left 0%, bottom right 10%;
  }
}

@media (max-width: 1366px) {
  section.news-section {
    background-position: bottom -16% right;
  }

  section.our-performance-section {
    background-position: bottom left, bottom right -2%, top -8% left -5%,
      bottom -10% right, top -286% right -49%;
  }

  section.connection-section {
    background-position: left -3% top, bottom 13% right, top right -50%;
  }

  section.fnc--center--catalog {
    background-position: top 10% right 4%, top 1% right -16%, bottom 11% left,
      bottom 13% right 15%;
  }

  .telegram-bot-wrapper {
    left: 1.5%;
  }

  .business-centers-section::before {
    left: -37%;
  }

  section.faq--settings--section {
    background-position: top 10% right -16%, top 39% right -3%, bottom left -10%;
  }

  section.questions--section {
    background-position: top 33% left -3%, bottom right 10%;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 100vw;
  }

  .our-performance-section {
    background-position: bottom left, bottom 35% right -2%, top -8% left -5%,
      bottom 0% right, top -72% right -30%;
    padding-bottom: 600px;
    background-size: auto;
  }

  .our-performance-title {
    text-align: center;
  }

  .our-performance-content {
    max-width: none;
    justify-content: center;
    margin-right: 0;
  }

  .our-performance-title .line {
    margin: 0 auto;
  }

  section.connection-section {
    background-position: left -3% top, bottom 13% right, top right -230%;
  }

  section.fnc--center--catalog {
    background-position: top 7% right 17%, top 0% right -17%, bottom 11% left,
      bottom 13% right 15%;
  }

  .connection-content {
    padding-left: 10px;
  }

  .category-section {
    padding-top: 70px;
    background-position: top 1% right -19%, top 17% right -3%, bottom 3% left 2%;
  }

  .business-centers-section::before {
    left: -45%;
  }

  section.faq--settings--section {
    background-position: top 4% right -25%, top 39% right -6%, bottom left -10%;
    background-size: auto, 0, auto;
  }

  section.questions--section {
    background-size: 0, auto;
  }
}

@media (max-width: 1080px) {
  .header--first--line--contacts {
    flex-wrap: wrap;
    justify-content: center;
    max-width: min-content;
  }

  .header--first--line--contacts_descr {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .header--first--line--contacts a {
    min-width: max-content;
  }

  .category-section {
    background-position: top 1% right -25%, top 10% right -7%, bottom 3% left 2%;
  }

  section.connection-section {
    background-position: left -3% top, bottom 13% right, top right 405%;
  }

  .connectivity_technologies-blocks.row {
    height: 500px;
  }

  .business-centers-section::before {
    left: -45%;
    transform: scale(0.9);
  }

  .questions--title::after {
    left: 108%;
  }

  .settings--main--image {
    right: 7%;
  }

  section.faq--documents--section {
    padding-top: 50px;
  }

  .connectivity_technologies-left .connectivity_technologies-block-title,
  .connectivity_technologies-right .connectivity_technologies-block-title {
    transform: translateY(-280%);
  }
  
  .header--login--btn img {
		display: none;
	}

	.header--login--btn a {
		white-space: inherit;
		text-align: center;
	}
}

@media (max-width: 1024px) {
  section.connection-section {
    background-position: left -3% top, bottom 13% right, top right 185%;
  }

  .category-descr {
    padding-top: 50px;
    padding-right: 5px;
  }

  .business-centers-section::before {
    left: -50%;
  }
}

@media (max-width: 1000px) {
  .owl-stage-outer:before,
  .owl-stage-outer:after {
    width: calc(100% / 3 - 4px);
  }

  .diagram-wrap,
  .diagram-desc {
    flex-basis: 100%;
  }

  .diagram-desc {
    padding-right: 25px;
  }
}

@media (max-width: 980px) {
  .why-choose-us-block {
    width: 50%;
  }

  h2 {
    font-size: 42px;
  }

  .fnc--slider--inner__buttons {
    top: 85%;
  }

  .fnc--center--catalog--item__info {
    line-height: unset;
  }

  section.fnc--center--catalog {
    background-position: top 7% right 17%, top 0% right -25%, bottom 11% left,
      bottom 13% right 15%;
  }

  .connectivity_technologies-right .connectivity_technologies-block-title {
    left: 15%;
  }

  .business-centers-section::before {
    transform: scale(0.75);
  }
}

@media (max-width: 900px) {
  .fnc--center--catalog--item__info {
    font-size: 14px;
  }

  section.connection-section {
    padding-bottom: 500px;
    background-position: left -3% top, bottom -5% right, bottom right;
    margin-bottom: 0;
    background-size: auto, auto, 80%;
  }

  .connection-content {
    width: 100%;
  }

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

  .connection-list {
    margin: auto;
  }

  .connection-title .line {
    margin: auto;
  }

  .our-performance-section {
    background-position: bottom left, bottom 35% right -2%, top -8% left -5%,
      bottom 0% right, top -70% right -100%;
  }

  section.fnc--center--catalog {
    background-position: top 7% right 17%, top 0% right -31%, bottom 11% left,
      bottom 13% right 15%;
  }

  .category-descr {
    padding-top: 0;
  }

  .category-img {
    display: flex;
    align-items: center;
  }

  .category-section {
    background-position: top 1% right -25%, top 11% right -5%, bottom 3% left 2%;
    background-size: 25%, 7%, auto;
  }

  .connectivity_technologies-right .connectivity_technologies-block-title {
    left: 20%;
  }

  .business-centers-section::before {
    left: -57%;
    transform: scale(0.75);
  }

  section.faq--settings--section {
    background-size: 0, 0, auto;
  }

  .uplinks,
  .exchange_points {
    flex-wrap: wrap;
    justify-content: center;
  }

  .uplinks-slider-item,
  .exchange_points-slider-item {
    margin-bottom: 30px;
    width: 30%;
    margin-right: 5%;
    display: flex;
    justify-content: center;
  }

  .uplinks-slider-item:nth-child(3n),
  .exchange_points-slider-item:nth-child(3n) {
    margin-right: 0;
  }

  .category-img-float {
    float: none;
    padding: 20px;
    text-align: center;
  }

  .category-descr-content-float .line {
    margin-right: auto;
    margin-left: 0;
  }

  .fnc--brands--item {
    flex-basis: calc(calc(100% / 2) - 30px);
  }
  
  .header--login--btn {
	  margin-left:10px;
  }
}

@media (max-width: 800px) {
  .menu--chapters__item a,
	.header--login--btn a  {
    font-size: 12px;
  }
  
  /* .header--login--btn { */
	  /* padding:0; */
	  /* padding-bottom:6px; */
  /* } */

  .our-performance-single-content h3 {
    font-size: 50px;
  }

  section.connection-section {
    padding-bottom: 440px;
  }

  section.our-performance-section {
    background-size: auto, auto, auto, auto, 70%;
    background-position: bottom left, bottom 35% right -2%, top -8% left -5%,
      bottom 0% right, top -65% right -135%;
  }

  section.fnc--center--catalog {
    background-size: auto, 30%;
  }

  .news-single-content h4 {
    /*height: 100px;*/
  }

  .category-section {
    background-position: top -2% right -27%, top 11% right -5%,
      bottom 3% left 2%;
  }

  .connectivity_technologies-right .connectivity_technologies-block-title {
    left: 25%;
  }

  .connectivity_technologies-blocks.row {
    height: 400px;
  }

  .connectivity_technologies-left .connectivity_technologies-block-title,
  .connectivity_technologies-right .connectivity_technologies-block-title {
    transform: translateY(-200%);
  }

  .xpon-content p,
  .ethernet-content p {
    font-size: 15px;
  }

  .xpon-content {
    padding-right: 50px;
  }

  .ethernet-content {
    padding-left: 50px;
  }

  .business-centers-section::before {
    left: -56%;
    transform: scale(0.55);
    top: -45%;
  }

  .telegram-bot-logo h5 {
    display: none;
  }

  button.telegram-bot-btn {
    display: none;
  }

  .telegram-bot-wrapper {
    max-width: min-content;
    width: 100%;
    transform: translateY(-200%);
    left: 4%;
  }

  .telegram-bot-logo {
    margin-bottom: 0;
  }

  .settings--column-right {
    padding: 10px;
  }

  .questions-block {
    padding: 10px;
  }

  .header--first--line--button button {
    padding: 10px 10px;
    font-size: 14px;
  }

  .xpon-content p,
  .ethernet-content p {
    line-height: 1.4;
  }

  .business-center_solo .row_wrap {
    justify-content: start;
    flex-direction: column;
  }

  .business-center_solo .galusevi-advantages .row {
    min-width: auto;
  }
}

@media (max-width: 768px) {
  .catalog-item-long,
  .catalog-item-short {
    flex-basis: calc(50% - 30px);
  }

  .catalog-item-long {
    border: 3px solid transparent;
  }

  .catalog-item-long .catalog-item-hovered {
    transform: scale3d(1.03, 1.02, 1);
  }

  .fnc--center--catalog--item__image img {
    margin: auto;
  }

  .catalog-item-long .fnc--center--catalog--item__main {
    text-align: center;
  }

  .catalog-item-long .fnc--center--catalog--item__wrapper {
    padding: 30px 20px;
    height: 100%;
    max-height: 100%;
  }

  .fnc--center--catalog--item__info {
    font-size: 16px;
  }

  .our-performance-single-content h3 {
    font-size: 42px;
  }

  section.connection-section {
    background-size: auto, auto, contain;
    padding-bottom: 430px;
    background-position: left -40% top, bottom 2% right -20%, bottom center;
  }

  .fnc--center--catalog {
    background-position: top 11% right -4%, top -1% right -46%, bottom 11% left,
      bottom 13% right -6%;
  }

  section.our-performance-section {
    background-position: bottom left, center right -2%, top -8% left -60%,
      bottom -9% right -50%, top -72% right -200%;
    background-size: auto, 0, auto, auto, 75%;
  }

  .category-section {
    background-position: top -2% right -27%, top 11% right -5%,
      bottom 3% left 5%;
    background-size: 25%, 7%, 33%;
  }

  .uplinks-section {
    padding: 50px 0;
  }

  .exchange_points-section {
    padding-bottom: 100px;
  }

  .uplinks-and-exchange_points-wrapper {
    background-position: top 48% right -10%, bottom left -10%;
    background-size: 20%;
  }

  .business-centers-section::before {
    top: -39%;
  }

  .vlasnikam_neruhomosti--block {
    width: 80%;
    margin: 0;
    margin-bottom: 5%;
  }
  
  .menu--chapters__item {
	  padding: 5px 8px
  }
  
  .header--login--btn {
	  margin-left:5px;
  }
}

@media (max-width: 700px) {
  .header--centerhead--inner__column2 {
    flex-direction: row;
    justify-content: space-between;
  }

  .header--centerhead--inner--column2__in2 {
    width: auto;
  }

  .header--first--line--languages {
    display: none;
  }

  .header--first--line--contacts {
    padding: 0 3px;
  }

  .header--first--line--button {
    margin-top: 15px;
    display: none;
  }
  .header--centerhead--inner--column2__in1 {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .fnc--slider--inner__buttons {
    top: 80%;
  }

  h2 {
    font-size: 32px;
  }

  section.our-performance-section {
    background-size: auto, 0%, auto, auto, 75%;
    background-position: bottom left, center right -2%, top -8% left -60%,
      bottom -9% right -50%, top -58% right -200%;
  }

  .news-blocks {
    width: 50%;
    margin-bottom: 20px;
  }

  .news-content {
    justify-content: center;
  }

  .news-title {
    margin: 0;
  }

  .category-block {
    flex-direction: column;
    display: flex;
  }

  .category-block-inet-business {
    flex-direction: column-reverse;
    display: flex;
  }

  .category-img {
    width: 80%;
    margin: auto;
  }

  .category-descr {
    width: 80%;
    margin: auto;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .category-section {
    padding-top: 50px;
    background-position: top 1% right -16%, top 7% right -1%, bottom 3% left 5%;
    background-size: 25%, 10%, 33%;
  }

  .connectivity_technologies-left .connectivity_technologies-block-title {
    right: 20%;
  }

  .connectivity_technologies-right .connectivity_technologies-block-title {
    left: 40%;
  }

  .business-centers-section::before {
    left: -65%;
  }

  .settings--column-left {
    width: 90%;
    margin: auto;
  }

  .settings--column-right {
    width: 90%;
    margin: auto;
    order: -1;
  }

  section.faq--settings--section {
    background-position: top 4% right -25%, top 39% right -6%, bottom left 0%;
    background-size: 0, 0, 36%;
  }

  .questions--title::after {
    position: initial;
  }

  .questions--title {
    max-width: 100%;
    text-align: center;
    padding: 10px;
  }

  section.questions--section {
    padding-top: 10px;
    background-size: 0, 40%;
    background-position: top 33% left -3%, bottom 1% right 2%;
  }

  .header--first--line--contacts a {
    font-size: 17px;
    padding: 3px 0;
  }

  .pokrittya .category-img,
  .hideOnMobile {
    display: none;
  }

  .opratoram-section .category-img,
  .opratoram-section .category-img-float {
    display: none;
  }

  .mobileShowImage {
    display: block !important;
  }

  .mobileTextCenter {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .show_hide {
    display: block;
  }

  .content {
    display: none;
  }
  
  .mb-display_none {
	  display: none;
  }
  
  .header--login--btn {
	  display:none;
  }
}

@media (max-width: 600px) {
  .catalog-item-long,
  .catalog-item-short {
    flex-basis: calc(100% - 30px);
  }

  .catalog-item-long:nth-child(1) {
    order: 1;
  }

  .catalog-item-long:nth-child(4) {
    order: 1;
  }

  .catalog-item-long:nth-child(5) {
    order: 3;
  }

  .catalog-item-short:nth-child(2) {
    order: 1;
  }

  .catalog-item-short:nth-child(3) {
    order: 2;
  }

  .catalog-item-short:nth-child(6) {
    order: 3;
  }

  section.news-section {
    background-position: bottom -6% right;
  }

  .contacts-block {
    flex-direction: column-reverse;
  }

  .contacts-map {
    width: 100%;
    padding: 10px;
  }

  .contacts-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-content {
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    justify-content: center;
  }

  p.footer-ideyne,
  p.footer-skif {
    text-align: center;
  }

  section.footer-section {
    background-position: bottom -20% right -30%;
  }

  section.our-performance-section {
    background-position: bottom left, center right -2%, top -8% left -60%,
      bottom -9% right -50%, top -42% right -200%;
  }

  .exchange_points-section {
    padding-bottom: 50px;
  }

  .connectivity_technologies-blocks.row {
    height: auto;
  }

  section.connection-section {
    background-position: left -40% top, bottom 2% right -33%, bottom right;
  }

  /* --------------------------- */

  .block-switch-left,
  .block-switch-right {
    width: 100%;
  }

  .xpon-hidden-block {
    width: 100%;
    height: 50%;
    justify-content: center;
  }

  .xpon-content {
    padding: 0;
    align-items: center;
  }

  .xpon-content h3 {
  }

  .xpon-content p {
    text-align: center;
  }

  .ethernet-hidden-block {
    width: 100%;
    height: 50%;
    transform: translateY(100%);
  }

  .ethernet-content {
    padding: 0;
    margin: auto;
    align-items: center;
  }

  .ethernet-content p {
    text-align: center;
  }

  .connectivity_technologies-left .connectivity_technologies-block-title {
    right: 38%;
  }

  /* --------------------------- */

  .business-centers-section::before {
    left: -77%;
    top: -35%;
  }

  .owl-stage-outer:before,
  .owl-stage-outer:after {
    display: none;
  }

  .connectivity_technologies-left .connectivity_technologies-block-title,
  .connectivity_technologies-right .connectivity_technologies-block-title {
    transform: translateY(30%);
  }

  .connectivity_technologies-left .connectivity_technologies-block-title {
    right: 80%;
  }

  .connectivity_technologies-right .connectivity_technologies-block-title {
    left: 5%;
  }

  .questions--accordion-left {
    width: 90%;
    margin: auto;
    padding: 0;
  }

  .questions--accordion-right {
    width: 90%;
    margin: auto;
    padding: 0;
  }

  .uplinks-slider-item,
  .exchange_points-slider-item {
    width: 80%;
    margin-right: 0;
  }

  .exchange_points-section,
  .uplinks-section {
    padding-bottom: 0;
  }

  .fnc--brands--item {
    flex-basis: 100%;
    margin: 0 0 30px 0;
  }
  
  .catalog-item-short {
    border-color: var(--orange-color);
	}

	.catalog-item-short .catalog-item-hovered {
		width: 100%;
	}
	
	.catalog-item-short .fnc--center--catalog--item__name a, .catalog-item-short .fnc--center--catalog--item__info, .catalog-item-short .fnc--center--catalog--item__button a {
    color: var(--2-text-color);
	}
	
	.call-us_hidden-content p {
		opacity: 1;
	}
	
	.catalog-item-long .catalog-item-hovered {
    display: none;
	}
	
	.catalog-item-long * {
		transition: all 0s !important; 
	}
	
	.fnc--center--catalog__list--item:hover.catalog-item-long .fnc--center--catalog--item__image img {
		filter: none;
	}
}

@media (max-width: 599px) {
  .uplinks-slider.owl-carousel .owl-item img {
    width: 80%;
    margin: auto;
  }

  .header--first--line--button {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .header--first--line--button button {
    padding: 5px 10px;
    font-size: 12px;
  }

  .header--first--line--contacts_descr {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .contacts-all {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
  }

  .news-blocks {
    width: 80%;
  }

  section.connection-section {
    background-size: 35%, 35%, 100%;
    padding-bottom: 320px;
    background-position: left -40% top, bottom 2% right -20%, bottom right;
  }

  section.our-performance-section {
    background-size: auto, 0, 35%, 0%, 35%;
    background-position: bottom left, center right -2%, top -1% left -2%,
      bottom -13% right -18%, top -71px right -31%;
  }

  section.fnc--center--catalog {
    background-position: top 11% right -4%, top 0% right -28%, bottom 11% left,
      bottom 13% right -6%;
    background-size: auto, 35%;
    margin-top: 0;
  }

  .why-choose-us-block {
    width: 90%;
    margin: auto;
  }

  .our-performance-block {
    width: 50%;
    padding: 0;
  }

  h3,
  .galusevi_rishennya-title h1 {
    font-size: 36px;
  }

  .header--first--line--button {
    margin-top: 10px;
  }

  .header--first--line--button button {
    padding: 5px 10px;
    font-size: 12px;
  }

  .header--first--line--contacts_descr {
    margin-bottom: 0;
  }

  .fnc--feedback--main {
    padding: 0 5px;
  }

  .xpon-content p,
  .ethernet-content p {
    font-size: 13px;
    padding: 0 5px;
  }

  .xpon-content h3,
  .ethernet-content h3 {
    font-size: 36px;
  }

  .contacts-all-column-left {
    text-align: center;
    width: 100%;
  }

  .contacts-all-column-right {
    width: 100%;
  }

  .contacts-support {
    justify-content: center;
  }

  .payment--type {
    justify-content: center;
  }
}

@media (max-width: 475px) {
  h2 {
    font-size: 24px;
  }

  .fnc--slider--inner__buttons {
    display: none;
  }

  .fnc--slider--inner__button {
    display: none;
  }

  section.connection-section {
    padding-bottom: 230px;
    background-size: 36%, 35%, 80%;
  }

  .category-section {
    background-position: top 1% right -16%, top 6% right -1%, bottom 3% left 5%;
  }

  .connectivity_technologies-left .connectivity_technologies-block-title {
    right: 75%;
  }

  .connectivity_technologies-right .connectivity_technologies-block-title {
    left: 7%;
  }

  .connectivity_technologies-left .connectivity_technologies-block-title,
  .connectivity_technologies-right .connectivity_technologies-block-title {
    transform: translateY(30%);
  }

  .business-centers-section::before {
    left: -94%;
    transform: scale(0.45);
    top: -37%;
  }

  .xpon-content h3,
  .ethernet-content h3 {
    font-size: 28px;
  }

  .connection-list-descr h5 {
    font-size: 14px;
  }

  .internet-dlya-biznesu_abonents {
    grid-template-columns: 1fr;
  }

  .connection_diagram--section svg {
    transform: scale(1.2, 1.5);
  }

  .l2--img-setion svg {
    transform: scale(1.2, 1.2);
  }
}

@media (max-width: 400px) {
  .connectivity_technologies-left .connectivity_technologies-block-title {
    right: 72%;
  }

  .connectivity_technologies-right .connectivity_technologies-block-title {
    left: 10%;
  }

  .connection-list-descr h5 {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .fnc--slider--inner__buttons {
    top: 70%;
  }

  h3,
  .galusevi_rishennya-title h1 {
    font-size: 24px;
  }

  .our-performance-single-content h3 {
    font-size: 32px;
  }

  .category-section {
    background-position: top 1% right -16%, top 5% right -1%, bottom 3% left 5%;
  }

  .category-descr-content p {
    font-size: 14px;
    line-height: 25px;
  }

  .xpon-content p,
  .ethernet-content p {
    font-size: 12px;
    margin-top: 0px;
  }

  .business-centers-section::before {
    left: -114%;
    transform: scale(0.35);
    top: -44%;
  }

  .questions--accordion-left {
    width: 90%;
    margin: auto;
    padding: 0;
  }

  .questions--accordion-right {
    width: 90%;
    margin: auto;
    padding: 0;
  }

  .doc--column-left {
    width: 90%;
    margin: auto;
    padding-bottom: 40px;
  }

  .doc--column-right {
    width: 90%;
    margin: auto;
  }

  .questions--title::after {
    display: none;
  }

  .questions-block::before {
    content: "";
    background: url(/img/source/faq-img3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 120px;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
  }

  .questions--title {
    margin-bottom: 0;
  }

  /* .questions--title::after {
    position: relative;
    content: "";
    background: url(/img/source/faq-img3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px;
    width: 100%;
    height: 100%;
    bottom: -364px;
    right: 0;
    z-index: 1;
  } */

  .connectivity_technologies-left .connectivity_technologies-block-title {
    right: 70%;
  }

  .connectivity_technologies-right .connectivity_technologies-block-title {
    left: 15%;
  }

  .connection-list-single:not(:last-child) .connection-list-icon:after {
    height: 100%;
  }
}

@media (max-width: 370px) {
  .header--centerhead--inner__column2 {
    flex-direction: column;
    padding-left: 0;
  }

  .menu--chapters--mobile {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .header--centerhead--inner--column2__in2 {
    display: contents;
  }

  .block-switch-left,
  .block-switch-right {
    height: 260px;
  }
}

@media (max-width: 320px) {
  section.connection-section {
    padding-bottom: 200px;
    background-position: left -40% top, bottom 2% right -35%, bottom 3% right;
  }

  .category-section {
    padding-bottom: 50px;
  }

  .uplinks-and-exchange_points-wrapper {
    background-position: top 48% right -10%, bottom 2% left -10%;
    background-size: 25%;
  }

  .xpon-content p,
  .ethernet-content p {
    font-size: 12px;
  }

  .business-centers-section::before {
    left: -130%;
    transform: scale(0.3);
    top: -41%;
  }

  .connectivity_technologies-left .connectivity_technologies-block-title {
    right: 67%;
  }

  .connectivity_technologies-right .connectivity_technologies-block-title {
    left: 20%;
  }
}

@media (min-width: 600px) and (max-width: 1000px) {
  .business-centers-slider .owl-stage-outer:before,
  .business-centers-slider .owl-stage-outer:after {
    width: calc(calc(100% / 3) - 5px);
  }
}

.menu--chapters__item a {
	text-align: center;
	width: min-content;
}

@media (min-width: 1200px) {
	.menu--chapters__item a {
		white-space: nowrap;
	}
}

