

/* Start:/local/html/css/style.css?1748502515229516*/
@charset "UTF-8";

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("/local/html/css/../fonts/Gilroy-Bold.woff") format("woff"), url("/local/html/css/../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("/local/html/css/../fonts/Gilroy-Black.woff") format("woff"), url("/local/html/css/../fonts/Gilroy-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("/local/html/css/../fonts/Gilroy-Extrabold.woff") format("woff"), url("/local/html/css/../fonts/Gilroy-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("/local/html/css/../fonts/Gilroy-Regular.woff") format("woff"), url("/local/html/css/../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("/local/html/css/../fonts/Gilroy-Medium.woff") format("woff"), url("/local/html/css/../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("/local/html/css/../fonts/Gilroy-Semibold.woff") format("woff"), url("/local/html/css/../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Gilroy";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Gilroy";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #000;
  font-size: 14px;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 9px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9px;
          flex: 0 0 9px;
  height: 9px;
  background: url("/local/html/css/../img/icons/select.png") center/100% no-repeat;
  margin: 0px 0px 0px 10px;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  display: none;
  position: absolute;
  top: 29px;
  border-radius: 10px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}

.select__options::after {
  content: "";
  width: 18px;
  height: 10px;
  background: url("/local/html/css/../img/icons/triangel.png") 0 0/cover no-repeat;
  position: absolute;
  top: -10px;
  left: 20px;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 1.2;
  color: #191919;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}

.select__option::before {
  content: "";
  width: 0px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7037fb;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("/local/html/css/../img/icons/check.svg") center no-repeat;
}

.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}

.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}

.options__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating-block {
  display: table;
  font-size: 0;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("/local/html/css/../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("/local/html/css/../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.connect-btn,
.item-sales__link,
.cc-window .cc-compliance a {
  color: white;
  line-height: 2.312;
  font-weight: 600;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  background-image: -o-linear-gradient(40deg, #1268e9 0%, #852cff 50%);
  background-image: linear-gradient(50deg, #1268e9 0%, #852cff 50%);
  background-position: 0;
  background-size: 260%;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.more-btn {
  border: 1px solid #3755f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  color: #3755f0;
  background-image: -o-linear-gradient(40deg, #1268e9 0%, #852cff 40%, rgba(0, 0, 0, 0) 48%);
  background-image: linear-gradient(50deg, #1268e9 0%, #852cff 40%, rgba(0, 0, 0, 0) 48%);
  background-position: 100%;
  background-size: 260%;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.title_h2 {
  font-size: 50px;
  color: #141414;
  font-weight: bold;
  line-height: 1.2;
}

.single-page-title__h1 {
  font-size: 50px;
  color: #141414;
  font-weight: bold;
  line-height: 1.2;
}

.single-page-title__h2 {
  font-size: 50px;
  color: #141414;
  font-weight: bold;
  line-height: 1.2;
}

.breadcrumbs {
  padding: 40px 0px 25px 0px;
}

.list-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.list-breadcrumbs__item {
  font-size: 14px;
  color: #141414;
  line-height: 1.2;
  font-weight: 500;
}

.list-breadcrumbs__item a {
  color: #141414;
}

.breadcrumbs--about .list-breadcrumbs__item {
  color: #fff;
}

.breadcrumbs--about .list-breadcrumbs__item a {
  color: #fff;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: url("/local/html/css/../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper > div {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(17, 7, 38, 0.65);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active._ajax .popup__body::after {
  opacity: 1;
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 510px;
  border-radius: 10px;
  position: relative;
}

.popup__body::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: url("/local/html/css/../img/icons/loading.gif") center center no-repeat #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  pointer-events: none;
}

.popup__gdrp {
  position: absolute;
  width: 480px;
  bottom: -14%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.popup__gdrp p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.659);
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
}

.popup__close {
  width: 47px;
  height: 47px;
  position: absolute;
  top: -47px;
  right: -52px;
  cursor: pointer;
  z-index: 30;
  background: url("/local/html/css/../img/icons/close3.svg") 0 0/cover no-repeat;
}

.popup__title {
  font-size: 30px;
  color: #191919;
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 18px 0px;
}

.popup__subtitle {
  font-size: 18px;
  color: #191919;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  margin: 0px 0px 27px 0px;
}

.popup .popup__top p {
  width: 100%;
}

.popup .notetext {
  display: block;
  height: 350px;
  background: url("/local/html/css/../img/icons/checkmark_1.gif") 50% 50%/cover no-repeat;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.popup .form__btn {
  width: 254px;
  height: 58px;
}

.popup .form-input {
  border: 1px solid #dadada;
  border-radius: 10px;
  overflow: hidden;
}

.popup .form-input:not(:last-child) {
  margin: 0px 0px 14px 0px;
}

.popup .form-input._successful {
  border-color: #669900;
  border-width: 1px;
  position: relative;
}

.popup .form-input._successful::after {
  content: "";
  background: url("/local/html/css/../img/icons/successful.png") 0 0 no-repeat;
  width: 25px;
  height: 18px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.popup .form-input._focus {
  border-color: #669900;
  border-width: 1px;
  position: relative;
}

.popup .form-input._focus::after {
  content: "";
  background: url("/local/html/css/../img/icons/successful.png") 0 0 no-repeat;
  width: 25px;
  height: 18px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.popup .form-input._error {
  border-color: red;
  border-width: 1px;
}

.popup .form-input._error::after {
  content: none;
}

.popup .form-textarea {
  border: 1px solid #dadada;
  border-radius: 10px;
  overflow: hidden;
}

.popup .form-textarea:not(:last-child) {
  margin: 0px 0px 14px 0px;
}

.popup .form-textarea._error {
  border-color: red;
  border-width: 1px;
}

.popup .form-textarea._error::after {
  content: none;
}

.popup .input {
  font-size: 18px;
  font-weight: 500;
  height: 66px;
  padding: 0px 65px 0px 25px;
  color: rgba(25, 25, 25, 0.6);
}

.popup .input::-webkit-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.popup .input::-moz-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.popup .input:-ms-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.popup .input::-ms-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.popup .input::placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.popup .input:focus {
  color: #191919;
}

.popup .input._focus {
  color: #191919;
}

.popup .textarea {
  font-size: 18px;
  color: rgba(25, 25, 25, 0.6);
  font-weight: 500;
  height: 144px;
  width: 100%;
  padding: 20px 25px;
}

.popup .textarea::-webkit-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.popup .textarea::-moz-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.popup .textarea:-ms-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.popup .textarea::-ms-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.popup .textarea::placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.popup .textarea:focus {
  color: #191919;
}

.popup .textarea._focus {
  color: #191919;
}

.popup .form-button {
  margin: 20px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup .form__two-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.popup .form__two-inputs .form-input {
  margin: 0px 0px 14px 0px;
}

.popup_bid .popup__body {
  max-width: 815px;
}

.popup_bid .popup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup_bid .popup__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  padding: 0px 77px 0px 0px;
}

.popup_bid .popup__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 52%;
          flex: 0 1 52%;
  text-align: left;
}

.popup_bid .popup__right .popup__title {
  text-align: left;
}

.popup_bid .popup__right .popup__subtitle {
  text-align: left;
}

.popup_bid .popup__right .form-button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.popup_bid .item-promo {
  border: none;
}

.popup_bid .item-promo__btns {
  display: none;
}

.popup_bid .popup__bottom {
  margin: 75px 0px 0px 0px;
}

.popup__bottom-text {
  font-size: 16px;
  color: #191919;
  line-height: 1.375;
  font-weight: 500;
}

.popup__bottom-text ol,
.popup__bottom-text ul {
  list-style-position: inside;
}

.popup__bottom-text ul li {
  list-style-type: "- ";
  list-style-position: inside;
}

.popup_bid_equip .popup__body {
  max-width: 975px;
}

.popup_bid_equip .popup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup_bid_equip .popup__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 30px 25px 25px 25px;
}

.popup_bid_equip .popup__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

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

.popup_bid_equip .form-button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 13px 0px 0px 0px;
}

.popup_bid_equip .form-input:not(:last-child) {
  margin: 0px 0px 9px 0px;
}

.left-popup__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px 30px 0px;
}

.left-popup__img img {
  width: 100%;
  max-width: 310px;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.left-popup__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.left-popup__download {
  font-size: 15px;
  color: #141414;
  font-weight: 600;
  width: 230px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dadada;
  border-radius: 24px;
  background-color: #fff;
}

.left-popup__download::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 23px;
  height: 27px;
  background: url("/local/html/css/../img/icons/pdf-download.png") 0 0 no-repeat;
  margin: 0px 15px 0px 0px;
}

.right-popup__text {
  font-size: 15px;
  color: #191919;
  font-weight: 500;
  text-align: left;
  margin: 0px 0px 13px 0px;
}

.choose-form {
  border: 1px solid #dadada;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0px 0px 13px 0px;
}

.choose-form__radio {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.label-choose-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 82px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.label-choose-form__title {
  font-size: 16px;
  color: #141414;
  line-height: 1.2;
  font-weight: 600;
}

.label-choose-form__price {
  font-size: 20px;
  color: #141414;
  line-height: 1.2;
  font-weight: 700;
}

.label-choose-form__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.label-choose-form::before {
  content: "";
  display: block;
  width: 0;
  height: 18px;
  background: url("/local/html/css/../img/icons/check__wh.svg") 50% 0 no-repeat;
}

.label-choose-form__input:checked + label {
  background-color: #673cf9;
}

.label-choose-form__input:checked + label .label-choose-form__title {
  color: #fff;
}

.label-choose-form__input:checked + label .label-choose-form__price {
  color: #fff;
}

.label-choose-form__input:checked + label::before {
  width: 25px;
  margin: 0px 19px 0px 0px;
}

.bottom-popup {
  background-color: #f5f8fb;
  margin: 0px -30px -30px -30px;
  padding: 25px 30px 30px 30px;
  border-radius: 0 0 10px 10px;
}

.bottom-popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 30px;
}

.bottom-popup__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}

.item-bottom-popup__title {
  font-size: 18px;
  color: #0a0a0a;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.item-bottom-popup__text {
  font-size: 16px;
  color: #0a0a0a;
  font-weight: 500;
  line-height: 1.2;
}

.popup_about .popup__body {
  max-width: 850px;
}

.popup_about .popup-form {
  max-width: 450px;
  margin: 0 auto;
}

.popup_about .popup__bottom {
  margin: 30px 0px 0px 0px;
}

.popup_about .popup__bottom-text p:not(:last-child) {
  margin: 0px 0px 15px 0px;
}

.popup_about .popup__bottom-text ul ul,
.popup_about .popup__bottom-text ul ol,
.popup_about .popup__bottom-text ol ul,
.popup_about .popup__bottom-text ol ol {
  margin: 3px 0px 3px 15px;
}

.popup_about .popup__bottom-text ul:not(:last-child),
.popup_about .popup__bottom-text ol:not(:last-child) {
  margin: 0px 0px 15px 0px;
}

.popup_about .form__btn {
  width: 100%;
}

.popup_message-thanks .popup__body {
  max-width: 800px;
  height: 600px;
  background: url("/local/html/css/../img/icons/checkmark_1.gif") 50% 50%/cover no-repeat;
}

.popup_tv .popup__body {
  max-width: 1000px;
}

.popup_tv .popup__tv-content {
  margin: 50px 0px 0px 0px;
}

.content-tv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-tv__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

.item-content-tv {
  position: relative;
}

.item-content-tv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  font-size: 18px;
  color: #191919;
  font-weight: 600;
  position: relative;
  padding: 0px 0px 0px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.item-content-tv__title::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #1b75ba;
}

.item-content-tv__list {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  top: 100%;
  z-index: 2;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.item-content-tv:first-child .item-content-tv__title::before {
  background-color: #ef75ac;
}

.item-content-tv:nth-child(2) .item-content-tv__title::before {
  background-color: #8261a9;
}

.item-content-tv:nth-child(3) .item-content-tv__title::before {
  background-color: #85b8e3;
}

.item-content-tv:nth-child(4) .item-content-tv__title::before {
  background-color: #1b75ba;
}

.item-content-tv:nth-child(5) .item-content-tv__title::before {
  background-color: #ffd44f;
}

.item-content-tv:nth-child(6) .item-content-tv__title::before {
  background-color: #00a89c;
}

.item-content-tv:nth-child(7) .item-content-tv__title::before {
  background-color: #eb125d;
}

.item-content-tv:nth-child(8) .item-content-tv__title::before {
  background-color: #aad49a;
}

.item-content-tv:nth-child(9) .item-content-tv__title::before {
  background-color: #aad49a;
}

.item-content-tv:nth-child(10) .item-content-tv__title::before {
  background-color: #f7921e;
}

.item-content-tv:nth-child(11) .item-content-tv__title::before {
  background-color: #00a89c;
}

.item-content-tv._active .item-content-tv__list {
  display: block;
}

.list-tv {
  position: absolute;
}

.list-tv__item {
  padding: 5px;
  font-weight: 500;
}

.header {
  background-color: transparent;
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 198px;
  -webkit-transition: height 0.3s ease 0s;
  -o-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}

.header__top {
  -webkit-transition: height 0.3s ease 0s;
  -o-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}

.header__middle {
  -webkit-transition: height 0.3s ease 0s;
  -o-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}

.header._header-scroll {
  background-color: #212427;
  position: fixed;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.header._header-scroll .header__top {
  display: none;
  height: 0;
  overflow: hidden;
  border: none;
}

.header._header-scroll .header__middle {
  display: none;
  height: 0;
  overflow: hidden;
  border: none;
}

.header._header-scroll .header__content,
.header._header-scroll .header__bottom {
  height: 100%;
}

.header._header-hide {
  height: 0;
  overflow: hidden;
}

.header._header-hide._header-scroll {
  height: 78px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.header._header-hide._header-show {
  overflow: visible;
}

.top-header {
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.122);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.top-header__social {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 26.6%;
          flex: 0 1 26.6%;
}

.menu-top-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}

.menu-top-header__link {
  font-size: 15px;
  color: white;
}

.social-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.social-top-header__text {
  font-size: 15px;
  color: white;
}

.social-top-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}

.pa-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.pa-top-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 15px;
  color: white;
  line-height: 1.733;
  white-space: nowrap;
}

.pa-top-header__link svg {
  width: 21px;
  height: 21px;
}

.pa-top-header__link svg path {
  fill: #fff;
}

.pa-top-header__link-btn {
  font-size: 15px;
  color: white;
  line-height: 2.312;
  border-radius: 20px;
  width: 137px;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -o-linear-gradient(40deg, #1268e9 0%, #852cff 50%);
  background-image: linear-gradient(50deg, #1268e9 0%, #852cff 50%);
  background-position: 0;
  background-size: 260%;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.middle-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.122);
}

.middle-header__connect-btn {
  font-size: 16px;
  font-weight: 600;
  color: white;
  width: 295px;
  height: 49px;
  border: 1px solid white;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -o-linear-gradient(40deg, #1268e9 0%, #852cff 40%, rgba(0, 0, 0, 0) 48%);
  background-image: linear-gradient(50deg, #1268e9 0%, #852cff 40%, rgba(0, 0, 0, 0) 48%);
  background-position: 100%;
  background-size: 260%;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.logo-block__link_black {
  display: none;
}

.switch-middle-header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}

.switch-middle-header__block input[type=checkbox] {
  position: relative;
  width: 140px;
  height: 48px;
  -webkit-appearance: none;
  outline: none;
  background: #2061ec;
  border-radius: 24px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.switch-middle-header__block input:checked[type=checkbox] {
  background: #62a600;
}

.switch-middle-header__block input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 8px;
  left: 8px;
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.switch-middle-header__block input[type=checkbox]:after {
  content: "Для бизнеса";
  font-size: 16px;
  color: #f8f8f8;
  position: absolute;
  left: 50px;
  font-weight: 600;
  top: 48%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
}

.switch-middle-header__block input:checked[type=checkbox]:before {
  left: 100px;
}

.switch-middle-header__block input:checked[type=checkbox]:after {
  content: "Для дома";
  left: 18px;
}

.switch-middle-header__block label {
  font-size: 16px;
  color: #f8f8f8;
  line-height: 2.125;
  cursor: pointer;
}

.phones-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.phones-header__block {
  font-size: 15px;
  color: white;
  font-weight: 500;
}

.phones-header__top {
  display: block;
  font-size: 20px;
  color: #f8f8f8;
  font-weight: 600;
  margin: 6px 0px 0px 0px;
  position: relative;
}

.phones-header__select {
  margin: 6px 0px 0px 0px;
}

.phones-header__select .select__title {
  font-size: 20px;
  color: #f8f8f8;
  font-weight: 600;
  background-color: transparent;
  border: none;
  position: relative;
}

.phones-header__select .select__title::before {
  content: "";
  background: url("/local/html/css/../img/icons/dots.png") 0 0 no-repeat;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
}

.phones-header__select .select__value {
  font-size: 20px;
  padding: 0;
  height: 20px;
}

.phones-header__select .select__options::before {
  content: "Круглосуточная служба поддержки";
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  white-space: nowrap;
}

.link-phones-header {
  cursor: pointer;
  position: relative;
}

.link-phones-header__top {
  position: relative;
}

.link-phones-header__top::before {
  content: "";
  background: url("/local/html/css/../img/icons/dots.png") 0 0 no-repeat;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
}

.link-phones-header__top:after {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 9px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9px;
          flex: 0 0 9px;
  height: 9px;
  background: url("/local/html/css/../img/icons/select.png") center/100% no-repeat;
  margin: 0px 0px 0px 10px;
}

.link-phones-header__list {
  position: absolute;
  top: 51px;
  border-radius: 10px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  font-size: 14px;
  padding: 10px 0 5px 0;
  color: #000;
  z-index: 2;
  opacity: 0;
  height: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.link-phones-header__list::before {
  content: "Круглосуточная служба поддержки";
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  white-space: nowrap;
}

.link-phones-header__list::after {
  content: "";
  width: 18px;
  height: 10px;
  background: url("/local/html/css/../img/icons/triangel.png") 0 0/cover no-repeat;
  position: absolute;
  top: -10px;
  left: 20px;
}

.link-phones-header__link {
  display: block;
  padding: 5px 15px;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #191919;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.link-phones-header__link::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7037fb;
}

.link-phones-header.active .link-phones-header__list {
  height: 102px;
  opacity: 1;
  visibility: visible;
}

.link-phones-header.active .link-phones-header__top:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

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

.bottom-header__menu {
  margin: 0px 35px 0px 0px;
}

.menu__body {
  position: fixed;
  width: 345px;
  height: 100%;
  overflow: auto;
  top: 0;
  left: -110%;
  background-color: #fff;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  padding: 45px 35px 30px 35px;
  z-index: 3;
}

.menu__body._active {
  left: 0;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 40px 0px 0px 0px;
}

.menu__list .sub-menu {
  display: none;
  position: relative;
  top: 100%;
  border-radius: 10px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  font-size: 14px;
  padding: 10px 0 5px 0;
  color: #000;
  z-index: 2;
  height: 0;
  visibility: hidden;
  -webkit-transition: height 0.2s ease 0s;
  -o-transition: height 0.2s ease 0s;
  transition: height 0.2s ease 0s;
}

.menu__list .sub-menu li a {
  display: block;
  padding: 5px 15px;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #191919;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.menu__list .sub-menu li a::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7037fb;
}

.menu__list.menu-item-has-children {
  position: relative;
}

.menu__list.menu-item-has-children .menu-bottom-header__link::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 7px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7px;
          flex: 0 0 7px;
  height: 9px;
  background: url("/local/html/css/../img/icons/select.png") center/100% no-repeat;
  margin: 0 0 0 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.menu__link {
  font-size: 18px;
  color: #191919;
  font-weight: 500;
  position: relative;
}

.menu__link::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 3px;
  background: -o-linear-gradient(40deg, #1268e9 0%, #852cff 100%);
  background: linear-gradient(50deg, #1268e9 0%, #852cff 100%);
  bottom: -5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__link._active::after {
  left: 0;
  width: 100%;
}

.menu-bottom-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 63px;
}

.menu-bottom-header__list li {
  line-height: 78px;
}

.menu-bottom-header__list li .sub-menu {
  position: absolute;
  top: 100%;
  border-radius: 10px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  z-index: 2;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease 0s;
  -o-transition: height 0.2s ease 0s;
  transition: height 0.2s ease 0s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.menu-bottom-header__list li .sub-menu li:first-child {
  padding: 10px 0px 0px 0px;
}

.menu-bottom-header__list li .sub-menu li:last-child {
  padding: 0px 0px 5px 0px;
}

.menu-bottom-header__list li .sub-menu li a {
  display: block;
  padding: 5px 15px;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #191919;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.menu-bottom-header__list li .sub-menu li a::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7037fb;
}

.menu-bottom-header__list li.menu-item-has-children {
  position: relative;
}

.menu-bottom-header__list li.menu-item-has-children::before {
  content: "";
  width: 18px;
  height: 0;
  background: url("/local/html/css/../img/icons/triangel.png") 0 0/cover no-repeat;
  position: absolute;
  bottom: 0;
  left: 35px;
  z-index: 3;
  -webkit-transition: height 0.3s ease 0s;
  -o-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}

.menu-bottom-header__list li.menu-item-has-children .menu-bottom-header__link::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 7px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7px;
          flex: 0 0 7px;
  height: 9px;
  background: url("/local/html/css/../img/icons/select.png") center/100% no-repeat;
  margin: 0 0 0 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.menu-bottom-header__list li.menu-item-has-children._active::before {
  height: 10px;
}

.menu-bottom-header__link {
  font-size: 18px;
  color: #f8f8f8;
  line-height: 1.889;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-bottom-header__link::before {
  content: "";
  position: absolute;
  width: calc(100% + 28px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 35px;
  border: 1px solid transparent;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-bottom-header__link._active::before {
  border-color: #fff;
}

.body-bottom-header__bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 1;
  background-color: rgba(17, 7, 38, 0.65);
  left: 0;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  visibility: hidden;
}

.body-bottom-header__bg._active {
  visibility: visible;
  opacity: 0.65;
}

.body-bottom-header__close {
  position: absolute;
  width: 47px;
  height: 47px;
  background: url("/local/html/css/../img/icons/close3.svg") 0 0/cover no-repeat;
  left: -110%;
  top: 23px;
  display: block;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
}

.body-bottom-header__close._active {
  left: 373px;
}

.body-bottom-header__switch {
  margin: 30px 0px 40px 0px;
}

.body-bottom-header__switch .switch-middle-header__block label {
  font-size: 16px;
  color: #191919;
  font-weight: 600;
}

.body-bottom-header__switch .switch-middle-header__block input[type=checkbox] {
  width: 140px;
  height: 40px;
}

.body-bottom-header__switch .switch-middle-header__block input[type=checkbox]:after {
  font-size: 14px;
}

.body-bottom-header__switch .switch-middle-header__block input[type=checkbox]:before {
  width: 28px;
  height: 28px;
  top: 6px;
  right: 4px;
}

.body-bottom-header__switch .switch-middle-header__block input:checked[type=checkbox]:before {
  left: 105px;
}

.body-bottom-header__phones {
  margin: 40px 0px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.body-bottom-header__phones .phones-header__block {
  color: #191919;
  font-weight: 500;
}

.body-bottom-header__phones .phones-header__block a {
  color: #191919;
}

.body-bottom-header__phones .phones-header__block .select__title {
  color: #191919;
}

.body-bottom-header__phones .phones-header__block .select__title .select__value {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.body-bottom-header__phones .phones-header__block .select__title .select__value:before {
  background: url("/local/html/css/../img/icons/select_grad_png.png") center/100% no-repeat;
}

.body-bottom-header__phones .phones-header__block .select__options {
  border: 1px solid #7037fb;
}

.body-bottom-header__phones .phones-header__block .select__options::after {
  content: none;
}

.body-bottom-header .link-phones-header__list {
  border: 1px solid #7037fb;
}

.body-bottom-header .link-phones-header__list::after {
  content: none;
}

.body-bottom-header .link-phones-header__top::after {
  background: url("/local/html/css/../img/icons/select_grad_png.png") center/100% no-repeat;
}

.body-bottom-header__btns {
  margin: 30px 0px 0px 0px;
}

.body-bottom-header__pa {
  font-weight: 500;
  font-size: 18px;
  width: 258px;
  height: 63px;
  margin: 0px 0px 10px 0px;
}

.body-bottom-header__pay {
  width: 258px;
  height: 63px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#169136), color-stop(50%, #058ac7), to(#74f32f));
  background-image: -o-linear-gradient(left, #169136 0%, #058ac7 50%, #74f32f 100%);
  background-image: linear-gradient(90deg, #169136 0%, #058ac7 50%, #74f32f 100%);
  background-position: 0;
  background-size: 260%;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.body-bottom-header__social {
  margin: 25px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}

.body-bottom-header__social .social-top-header__text {
  font-size: 16px;
  color: rgba(25, 25, 25, 0.769);
  font-weight: 500;
  line-height: 1;
}

.body-bottom-header__social .social-top-header__link {
  display: block;
  width: 20px;
}

.icon-menu {
  display: block;
  position: relative;
  width: 37px;
  height: 25px;
  cursor: pointer;
  z-index: 0;
}

.icon-menu span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: calc(50% - 1px);
  left: 0px;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.icon-menu span:first-child {
  top: 0px;
}

.icon-menu span:nth-child(2) {
  width: 25px;
}

.icon-menu span:last-child {
  top: auto;
  bottom: 0px;
  width: 13px;
}

.icon-menu::before {
  content: none;
  position: absolute;
  font-size: 18px;
  color: white;
  white-space: nowrap;
  left: -145px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.icon-menu._active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.icon-menu._active span:first-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.icon-menu._active span:last-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 1px);
  width: 100%;
}

.header--black {
  background-color: #212427;
}

.footer {
  background-color: #212427;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 54px 0px 44px 0px;
  border-bottom: 1px solid #383a3d;
}

.footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #383a3d;
  padding: 35px 0px 50px 0px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #383a3d;
  height: 110px;
}

.footer__under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}

.top-footer .logo-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22.6%;
          flex: 0 1 22.6%;
}

.top-footer .switch-middle-header {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.top-footer__link-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 21.9%;
          flex: 0 1 21.9%;
}

.top-footer__link {
  border: 1px solid #3755f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 24px;
  font-weight: 600;
  color: #fff;
  width: 165px;
  height: 48px;
  background-image: -o-linear-gradient(40deg, #1268e9 0%, #852cff 40%, rgba(0, 0, 0, 0) 48%);
  background-image: linear-gradient(50deg, #1268e9 0%, #852cff 40%, rgba(0, 0, 0, 0) 48%);
  background-position: 100%;
  background-size: 260%;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.top-footer .pa-top-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20.9%;
          flex: 0 1 20.9%;
}

.middle-footer__menu:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.middle-footer__menu:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23.2%;
          flex: 0 1 23.2%;
}

.middle-footer__menu:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 21.9%;
          flex: 0 1 21.9%;
}

.middle-footer__form-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20.9%;
          flex: 0 1 20.9%;
}

.menu-footer__title {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.302);
  font-weight: 500;
  margin: 0px 0px 30px 0px;
}

.menu-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.menu-footer__link {
  font-size: 16px;
  color: white;
  font-weight: 500;
}

.form-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 295px;
          flex: 0 1 295px;
}

.form-footer__title {
  font-size: 16px;
  color: white;
  line-height: 1.2;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}

.form-footer__btn {
  color: white;
  font-weight: 600;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  height: 48px;
  width: 100%;
  background-image: -o-linear-gradient(40deg, #1268e9 0%, #852cff 50%);
  background-image: linear-gradient(50deg, #1268e9 0%, #852cff 50%);
  background-position: 0;
  background-size: 260%;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.form-footer-input {
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  width: 290px;
  border: 1px solid #fff;
  margin: 0px 0px 18px 0px;
}

.form-footer-input input {
  font-size: 16px;
  color: #191919;
  line-height: 1.2;
  padding: 0px 38px 0px 25px;
  height: 100%;
  font-weight: 500;
}

.form-footer-input input::-webkit-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.form-footer-input input::-moz-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.form-footer-input input:-ms-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.form-footer-input input::-ms-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.form-footer-input input::placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.form-footer-input._focus {
  border-color: #669900;
  border-width: 1px;
  position: relative;
}

.form-footer-input._focus::after {
  content: "";
  background: url("/local/html/css/../img/icons/successful.png") 0 0 no-repeat;
  width: 25px;
  height: 18px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.form-footer-input._error {
  border-color: red;
  border-width: 1px;
}

.form-footer-input._error::after {
  content: none;
}

.bottom-footer__phones {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 34%;
          flex: 0 1 34%;
}

.bottom-footer__adres:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23.2%;
          flex: 0 1 23.2%;
}

.bottom-footer__adres:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 21.9%;
          flex: 0 1 21.9%;
}

.bottom-footer__social {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20.9%;
          flex: 0 1 20.9%;
}

.phones-bottom-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.phones-bottom-footer__item:not(:last-child) {
  margin: 0px 0px 15px 0px;
}

.phones-bottom-footer__title {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.329);
  font-weight: 500;
  width: 150px;
}

.phones-bottom-footer__link {
  font-size: 20px;
  color: #f8f8f8;
  font-weight: 600;
}

.adres-bottom-footer__title {
  font-size: 14px;
  color: #7e7f81;
  line-height: 1.429;
  font-weight: 500;
  max-width: 165px;
}

.adres-bottom-footer__text {
  font-size: 14px;
  color: white;
  line-height: 1.429;
  font-weight: 500;
  max-width: 165px;
}

.social-bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.social-bottom-footer__text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.302);
  font-weight: 500;
}

.social-bottom-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.social-bottom-footer__link_vk svg path {
  fill: #fff;
}

.under-footer__link-two {
  display: none;
}

.under-footer__policy {
  font-size: 12px;
  color: white;
  font-weight: 500;
}

.under-footer__copyright {
  font-size: 12px;
  color: white;
  font-weight: 500;
}

.under-footer__link {
  font-size: 12px;
  color: white;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.under-footer__link img {
  width: 100%;
  max-width: 200px;
}

.cookie {
  position: fixed;
  width: 670px;
  height: 75px;
  background-color: white;
  border-radius: 37px;
  z-index: 999;
  bottom: 30px;
  left: 35px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.cookie__content {
  padding: 7px 5px 7px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cookie__text {
  font-size: 18px;
  color: #141414;
  line-height: 1.278;
}

.cookie__text a {
  text-decoration: underline;
  color: #141414;
  display: inline-block;
}

.cookie__button {
  width: 224px;
  height: 60px;
  font-size: 18px;
}

.cc-window {
  padding: 7px 5px 7px 28px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  width: 670px !important;
  height: 75px !important;
  max-width: unset !important;
  background-color: white !important;
  border-radius: 37px;
  z-index: 11111 !important;
  bottom: 30px !important;
  right: 35px;
  left: unset !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.cc-window .cc-message {
  font-size: 18px;
  color: #141414;
  line-height: 1.278;
  margin: 0 !important;
  font-family: Gilroy;
  margin: 0px 20px 0px 0px !important;
}

.cc-window .cc-message a {
  text-decoration: underline;
  color: #141414;
  display: inline-block;
}

.cc-window .cc-compliance a {
  width: 224px;
  height: 60px !important;
  font-size: 18px;
  font-family: Gilroy;
  border: none;
  padding: 0 !important;
  margin: 0 !important;
}

.main-silder {
  margin: -198px 0px 0px 0px;
  position: relative;
}

.slider-main-slide {
  position: relative;
  height: 100vh;
  max-height: 1080px;
  min-height: 750px;
}

.slider-main-slide__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slider-main-slide__bg::after {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.slider-main-slide__content {
  z-index: 1;
  position: relative;
  padding: 260px 15px 110px 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slider-main-slide__label {
  color: white;
  font-weight: 500;
  font-size: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 24px;
  margin: 0px 0px 40px 0px;
  padding: 1px 26px 5px 26px;
}

.slider-main-slide__label a {
  color: white;
}

.slider-main-slide__label--sale {
  background-color: #da2a90;
}

.slider-main-slide__title {
  font-size: 64px;
  color: white;
  font-weight: bold;
  max-width: 710px;
  margin: 0px 0px 30px 0px;
}

.slider-main-slide__subtitle {
  font-size: 26px;
  color: white;
  max-width: 450px;
  line-height: 1.423;
  margin: 0px 0px 40px 0px;
}

.slider-main-slide__price {
  color: white;
  font-weight: 700;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.slider-main-slide__price > span {
  font-size: 64px;
  font-weight: 700;
  position: relative;
}

.slider-main-slide__price > span:after {
  font-size: 64px;
  font-weight: 400;
}

.slider-main-slide__price_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slider-main-slide__price_text span {
  font-size: 28px;
  margin: 0;
  line-height: 0.75;
  font-weight: 600;
}

.slider-main-slide__price_text span:first-child {
  border-bottom: 1px solid #fff;
  padding: 0px 0px 10px 0px;
}

.slider-main-slide__btns {
  margin: 50px 0px 0px 0px;
}

.btns-slider-main-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.btns-slider-main-slide__connect {
  width: 285px;
  height: 77px;
  font-size: 20px;
}

.btns-slider-main-slide__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 18px;
  color: white;
  font-weight: 500;
}

.btns-slider-main-slide__link svg {
  width: 41px;
  height: 41px;
}

.btns-slider-main-slide__link svg path {
  fill: #fff;
}

.controlls-main-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.controlls-main-slider__slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
  position: absolute;
  bottom: 40px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
}

.controlls-main-slider__slider-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 50%;
  background-color: #666769;
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.controlls-main-slider__slider-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  position: relative;
}

.controlls-main-slider__slider-pagination .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ring 1.5s infinite;
          animation: ring 1.5s infinite;
}

.controlls-main-slider__slider-pagination.hidden {
  display: none;
}

.controlls-main-slider__prev {
  background: url("/local/html/css/../img/icons/next.svg") 0 0 no-repeat;
  width: 28px;
  height: 30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-animation: arrowTwoRotate 3s infinite;
          animation: arrowTwoRotate 3s infinite;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.controlls-main-slider__prev.hidden {
  display: none;
}

.controlls-main-slider__next {
  background: url("/local/html/css/../img/icons/next.svg") 0 0 no-repeat;
  width: 28px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-animation: arrowTwo 3s infinite;
          animation: arrowTwo 3s infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.controlls-main-slider__next.hidden {
  display: none;
}

.slider-main-slide__tv .slider-main-slide__content {
  position: relative;
}

@-webkit-keyframes arrowTwo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes arrowTwo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes arrowTwoRotate {
  0% {
    -webkit-transform: scale(1) rotate(180deg);
            transform: scale(1) rotate(180deg);
  }

  50% {
    -webkit-transform: scale(0.75) rotate(180deg);
            transform: scale(0.75) rotate(180deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(180deg);
            transform: scale(1) rotate(180deg);
  }
}

@keyframes arrowTwoRotate {
  0% {
    -webkit-transform: scale(1) rotate(180deg);
            transform: scale(1) rotate(180deg);
  }

  50% {
    -webkit-transform: scale(0.75) rotate(180deg);
            transform: scale(0.75) rotate(180deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(180deg);
            transform: scale(1) rotate(180deg);
  }
}

@-webkit-keyframes ring {
  0% {
    width: 12px;
    height: 12px;
    opacity: 1;
  }

  100% {
    width: 30px;
    height: 30px;
    opacity: 0;
  }
}

@keyframes ring {
  0% {
    width: 12px;
    height: 12px;
    opacity: 1;
  }

  100% {
    width: 30px;
    height: 30px;
    opacity: 0;
  }
}

@-webkit-keyframes animate_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes animate_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.promo {
  padding: 60px 0px 40px 0px;
}

.promo ._container {
  position: relative;
}

.promo ._container .container-promo-slider {
  position: relative;
}

.promo__title {
  margin: 0px 0px 70px 0px;
}

.promo__subtitle {
  font-size: 30px;
  color: #141414;
  line-height: 1.2;
  font-weight: 600;
  margin: 0px 0px 90px 0px;
}

.promo__subtitle span {
  border: 1px solid #3755f0;
  border-radius: 23px;
  padding: 1px 17px 6px 17px;
  display: inline-block;
  background-image: -o-linear-gradient(40deg, #1268e9 0%, #852cff 40%, rgba(0, 0, 0, 0) 48%);
  background-image: linear-gradient(50deg, #1268e9 0%, #852cff 40%, rgba(0, 0, 0, 0) 48%);
  background-position: 100%;
  background-size: 260%;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.promo__subtitle span a {
  color: #141414;
}

.promo__content {
  margin: 40px 0px 0px 0px;
  padding: 20px 0;
}

.header-promo__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.header-promo__block:not(:last-child) {
  margin: 0px 0px 40px 0px;
}

.header-promo__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 27.1%;
          flex: 0 1 27.1%;
}

.header-promo__number {
  font-size: 60px;
  color: #e8e8e8;
  font-weight: 900;
  width: 65px;
}

.header-promo__text {
  font-weight: 500;
  font-size: 18px;
  color: #898989;
}

.header-promo__text span {
  font-size: 26px;
  color: #141414;
  font-weight: bold;
  display: block;
  margin: 0px 0px 5px 0px;
}

.header-promo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 72.9%;
          flex: 0 1 72.9%;
}

.header-promo__li {
  font-size: 20px;
  color: #191919;
  font-weight: 500;
  border: 1px solid #3755f0;
  border-radius: 50px;
  width: 330px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-weight: 700;
  background-image: -o-linear-gradient(40deg, #1268e9 0%, #852cff 40%, rgba(0, 0, 0, 0) 48%);
  background-image: linear-gradient(50deg, #1268e9 0%, #852cff 40%, rgba(0, 0, 0, 0) 48%);
  background-position: 100%;
  background-size: 260%;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.header-promo__li span {
  font-weight: 700;
  margin: 0px 0px 0px 5px;
}

.header-promo__li._active {
  color: #fff;
  background-position: 0;
}

.header-promo__select {
  display: none;
  width: 100%;
}

.header-promo__select .select__title {
  border-radius: 50px;
  background: -o-linear-gradient(40deg, #1268e9 0%, #852cff 100%);
  background: linear-gradient(50deg, #1268e9 0%, #852cff 100%);
}

.header-promo__select .select__title span {
  font-size: 20px;
  color: white;
  font-weight: 500;
  margin: 0px 0px 0px 5px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-promo__select .select__value {
  height: 60px;
}

.header-promo__select .select__options {
  top: 60px;
  border: 1px solid #3755f0;
  border-radius: 25px;
}

.item-promo {
  border: 1px solid #dadada;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.item-promo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 5px 20px 5px;
  height: 100%;
  position: relative;
}
.badge {
	  background: url("/local/html/css/../img/badge_bg.svg?v=2") no-repeat center center;
	  background-size: contain;
	  position: absolute;
	  top:0;
	  right: 0;
	  padding: 5px 15px 15px;
	  color: #fff;
}

.item-promo__text-img {
  background: url("/local/html/css/../img/promo/wooman.png") 0 100%/contain no-repeat #f6f9fc;
  width: 100%;
  height: 390px;
  border-radius: 10px;
}

.item-promo__que {
  font-size: 26px;
  color: #141414;
  font-weight: bold;
  line-height: 1.2;
  max-width: 240px;
  padding: 45px 0px 0px 45px;
}

.item-promo__add-text {
  font-size: 16px;
  color: #141414;
  font-weight: 500;
  max-width: 240px;
  line-height: 1.2;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 45px;
}

.item-promo__link {
  font-size: 20px;
  width: 100%;
  height: 100px;
  border: 1px solid #3755f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  font-weight: 600;
  margin: 15px 0px 0px 0px;
  color: #3755f0;
  background-image: -o-linear-gradient(40deg, #1268e9 0%, #852cff 40%, rgba(0, 0, 0, 0) 48%);
  background-image: linear-gradient(50deg, #1268e9 0%, #852cff 40%, rgba(0, 0, 0, 0) 48%);
  background-position: 100%;
  background-size: 280%;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.item-promo__top {
  width: 90px;
  height: 80px;
  background: url("/local/html/css/../img/promo/fig-thin.png") 0 center no-repeat;
  background-size: contain;
  margin: 20px 0px 15px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup__body .item-promo__top {
	width: 90px;
	height: 80px;
}
.popup__body .item-promo__price {
	margin-top: 0;
}

.item-promo__top__figure-2 {
  background: url("/local/html/css/../img/promo/fig_02.png") 0 0 no-repeat;
}

.item-promo__label {
  font-size: 13px;
  color: white;
  font-weight: bold;
  line-height: 1.1;

  //width: 52px;
  //height: 52px;
  border-radius: 30px;
  background-color: #f72efe;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  //padding: 2px;
  padding: 10px 20px;
  right: -20px;
  top: -20px;
}

.item-promo__label span {
  font-weight: bold;
  font-size: 34px;
  display: block;
}

.item-promo__name {
  font-size: 24px;
  display: block;
  line-height: 110%;
  font-weight: 900;
  color: #3755f0;
  text-align: center;
  max-width: 120px;
  margin: 0 auto;
}
.item-promo__name span {
	font-size: 12px;
	font-weight: 400;
	color: #000;
	display: block;
	line-height: 110%;
}

.item-promo__name-words {
  font-size: 14px;
  display: block;
  line-height: 1.2;
  font-weight: 500;
  color: #3755f0;
  text-align: center;
  margin: 0 auto;
  text-indent: -5px;
}

.item-promo__title {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  color: #3755f0;
  text-align: center;
  max-width: 300px;
  margin: 0px auto 10px auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-promo__subtitle {
  font-size: 13px;
  color: #141414;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  max-width: 165px;
  margin: 0 auto;
}

.item-promo__text {
  font-size: 14px;
  color: #141414;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  max-width: 315px;
  margin: 0px 0px 10px 0px;
}

.item-promo__price {
  font-size: 18px;
  color: #141414;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-gradient {
	color: #fff;
	background: linear-gradient(84.51deg,#70f -3.1%,#5f02eb 30.57%,#dd3338 55.08%,#dd3338 62%,#70f 82%);
	background-size: 300% 100%;
	background-position: 40%;
	-webkit-transition: background .5s;
	transition: background .5s;
}
.btn-gradient:hover {
	background-position: 80% !important;
}

.item-promo__price span {
  font-size: 60px;
  font-weight: 500;
  margin: 0px 5px 0px 0px;
}
.custom-text {
	text-align: center;
	padding: 5px 20px 0;
}

.item-promo__price s {
	color: #999;
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	font-weight: 500;
}

.item-promo__price_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-promo__price_text span {
  font-size: 18px;
  margin: 0;
  line-height: 0.6;
}

.item-promo__price_text span:first-child {
  border-bottom: 1px solid #000;
  padding: 0px 0px 5px 0px;
}

.item-promo__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 20px 0px 0px 0px;
}

.item-promo__connect {
  width: 210px;
  height: 52px;
}

.item-promo__about {
  width: 210px;
  height: 50px;
}

.item-promo--help {
  border: none;
}

.item-promo--help .item-promo__content {
  padding: 0;
}

.item-promo--help .item-promo__text-img {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-promo--help .item-promo__text-img::before {
  content: "?";
  font-size: 30px;
  font-weight: 900;
  color: white;
  background: url("/local/html/css/../img/icons/ques_icon.png") 0 0 no-repeat;
  width: 67px;
  height: 51px;
  position: absolute;
  left: -5px;
  top: 0;
  padding: 5px 0px 0px 20px;
}

.controlls-promo-slider__slider-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  display: none;
  margin: 30px 0px 0px 0px;
}

.controlls-promo-slider__slider-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 50%;
  background-color: #c6bffc;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.controlls-promo-slider__slider-pagination .swiper-pagination-bullet-active {
  background-color: #6452f7;
  position: relative;
}

.controlls-promo-slider__slider-pagination .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #6452f7;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ring 1.5s infinite;
          animation: ring 1.5s infinite;
}

.controlls-promo-slider__prev {
  background: url("/local/html/css/../img/icons/prev_grad.png") 0 0 no-repeat;
  width: 28px;
  height: 51px;
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.controlls-promo-slider__next {
  background: url("/local/html/css/../img/icons/prev_grad.png") 0 0 no-repeat;
  width: 28px;
  height: 51px;
  -webkit-transform: scale(-1, 1) translate(0, -50%);
      -ms-transform: scale(-1, 1) translate(0, -50%);
          transform: scale(-1, 1) translate(0, -50%);
  position: absolute;
  right: -60px;
  top: 50%;
}

.item-promo-two {
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#1268e9), to(#852cff));
  background: -o-linear-gradient(bottom, #1268e9 0%, #852cff 100%);
  background: linear-gradient(0deg, #1268e9 0%, #852cff 100%);
  padding: 23px;
}

.item-promo-two__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-promo-two__subtitle {
  font-size: 23px;
  color: white;
  line-height: 1.2;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
}

.item-promo-two__title {
  font-size: 23px;
  color: white;
  font-weight: bold;
  line-height: 1.2;
}

.item-promo-two__title span {
  font-size: 84px;
  margin: 0px -4px 0px 0px;
}

.item-promo-two__connect {
  font-size: 16px;
  color: white;
  font-weight: 600;
  border-radius: 26px;
  background-color: #4800b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 125px;
  height: 52px;
  margin: 80px 0px 0px 0px;
}

.choose {
  padding: 0px 0px 70px 0px;
}

.choose ._container {
  position: relative;
}

.choose__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 60px 0px;
}

.choose__more {
  width: 210px;
  height: 52px;
}

.item-choose {
  position: relative;
}

.item-choose__img {
  border-radius: 10px;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
  height: 240px;
}

.item-choose__img img {
  height: 100%;
}

.item-choose__title {
  font-size: 24px;
  color: #191919;
  font-weight: bold;
  line-height: 1.2;
}

.item-choose__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.controlls-choose-slider__prev {
  background: url("/local/html/css/../img/icons/prev_grad.png") 0 0 no-repeat;
  width: 28px;
  height: 51px;
  position: absolute;
  top: 55%;
  left: -60px;
}

.controlls-choose-slider__next {
  background: url("/local/html/css/../img/icons/prev_grad.png") 0 0 no-repeat;
  width: 28px;
  height: 51px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: 55%;
  right: -60px;
}

.controlls-choose-slider__slider-pagination {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  margin: 30px 0px 0px 0px;
}

.controlls-choose-slider__slider-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 50%;
  background-color: #c6bffc;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.controlls-choose-slider__slider-pagination .swiper-pagination-bullet-active {
  background-color: #6452f7;
  position: relative;
}

.controlls-choose-slider__slider-pagination .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #6452f7;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ring 1.5s infinite;
          animation: ring 1.5s infinite;
}

.contact-us {
  padding: 45px 0px 30px 0px;
  background: -o-linear-gradient(40deg, #1268e9 0%, #852cff 100%);
  background: linear-gradient(50deg, #1268e9 0%, #852cff 100%);
  margin: 110px 0;
}
.btns-slider-main-slide__connect.connect-btn.all_connect-btn {
	margin-bottom: 40px;
}

.contact-us__title {
  font-size: 30px;
  color: white;
  font-weight: bold;
  line-height: 1.133;
  text-align: center;
  max-width: 595px;
  margin: 0 auto;
}

.contact-us__form {
  margin: 30px 0px;
}

.contact-us__text {
  font-size: 11px;
  font-family: "Gilroy";
  color: rgba(255, 255, 255, 0.659);
  line-height: 1.2;
  text-align: center;
  max-width: 465px;
  margin: 0 auto;
}

.form-contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.form-contact-us__btn {
  width: 270px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 20px;
  color: white;
  border: 1px solid #dadada;
  border-radius: 50px;
  background-color: transparent;
}

.form-contact-us-input {
  height: 65px;
  border-radius: 10px;
  overflow: hidden;
  width: 450px;
  border: 1px solid #dadada;
}

.form-contact-us-input input {
  font-size: 18px;
  color: #191919;
  line-height: 1.2;
  padding: 0px 0px 0px 30px;
  height: 100%;
  font-weight: 500;
}

.form-contact-us-input input::-webkit-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.form-contact-us-input input::-moz-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.form-contact-us-input input:-ms-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.form-contact-us-input input::-ms-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.form-contact-us-input input::placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.form-contact-us-input input:focus {
  color: #191919;
}

.form-contact-us-input._error {
  border-color: red;
  border-width: 1px;
}

.form-contact-us-input._successful {
  border-color: #669900;
  border-width: 1px;
  position: relative;
}

.form-contact-us-input._successful::after {
  content: "";
  background: url("/local/html/css/../img/icons/successful.png") 0 0 no-repeat;
  width: 25px;
  height: 18px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.contact-us._active {
  position: relative;
}

.contact-us._active .bid-contacts-us {
  display: block;
}

.bid-contacts-us {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  padding: 45px 0 30px 0;
}

.bid-contacts-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bid-contacts-us__img {
  width: 135px;
  margin: 0px 0px 20px 0px;
}

.bid-contacts-us__img img {
  width: 100%;
}

.bid-contacts-us__title {
  font-size: 30px;
  color: #191919;
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.bid-contacts-us__text {
  font-size: 23px;
  color: #191919;
  font-weight: bold;
  text-align: center;
}

.feedbacks {
  padding: 70px 0px 30px 0px;
}

.feedbacks__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 50px 0px;
}

.feedbacks__more {
  width: 210px;
  height: 52px;
}

.item-feedbacks__text {
  font-size: 16px;
  color: #141414;
  line-height: 1.2;
  border: 1px solid #dadada;
  padding: 40px 30px;
  border-radius: 10px;
  font-weight: 500;
  position: relative;
}

.item-feedbacks__text::after {
  content: "";
  position: absolute;
  left: 35px;
  bottom: -19px;
  width: 31px;
  height: 19px;
  background: url("/local/html/css/../img/icons/arrow-down.png") 0 0 no-repeat;
}

.item-feedbacks__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin: 20px 0px 0px 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.item-feedbacks__rating svg path {
  fill: #fff;
  stroke: #f8c535;
}

.item-feedbacks__rating.one-star li:first-child svg path {
  fill: #f8c535;
  stroke: #f8c535;
}

.item-feedbacks__rating.two-star li:first-child svg path {
  fill: #f8c535;
  stroke: #f8c535;
}

.item-feedbacks__rating.two-star li:nth-child(2) svg path {
  fill: #f8c535;
  stroke: #f8c535;
}

.item-feedbacks__rating.three-star li:first-child svg path {
  fill: #f8c535;
  stroke: #f8c535;
}

.item-feedbacks__rating.three-star li:nth-child(2) svg path {
  fill: #f8c535;
  stroke: #f8c535;
}

.item-feedbacks__rating.three-star li:nth-child(3) svg path {
  fill: #f8c535;
  stroke: #f8c535;
}

.item-feedbacks__rating.four-star li:first-child svg path {
  fill: #f8c535;
  stroke: #f8c535;
}

.item-feedbacks__rating.four-star li:nth-child(2) svg path {
  fill: #f8c535;
  stroke: #f8c535;
}

.item-feedbacks__rating.four-star li:nth-child(3) svg path {
  fill: #f8c535;
  stroke: #f8c535;
}

.item-feedbacks__rating.four-star li:nth-child(4) svg path {
  fill: #f8c535;
  stroke: #f8c535;
}

.item-feedbacks__rating.five-star li svg path {
  fill: #f8c535;
  stroke: #f8c535;
}

.item-feedbacks__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-feedbacks__img {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 15px;
}

.item-feedbacks__img img {
  width: 100%;
}

.item-feedbacks__name {
  font-weight: 600;
  font-size: 18px;
  color: #141414;
  margin: 0px 0px 5px 0px;
}

.item-feedbacks__date {
  font-weight: 600;
  font-size: 13px;
  color: #141414;
}

.item-feedbacks__date a {
  color: #3158ef;
}

.controlls-feedbacks-slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0px 0px 0px;
}

.controlls-feedbacks-slider__slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
}

.controlls-feedbacks-slider__slider-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 50%;
  background-color: #c6bffc;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.controlls-feedbacks-slider__slider-pagination .swiper-pagination-bullet-active {
  background-color: #6452f7;
  position: relative;
}

.controlls-feedbacks-slider__slider-pagination .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #6452f7;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ring 1.5s infinite;
          animation: ring 1.5s infinite;
}

.services {
  padding: 45px 0px 100px 0px;
}

.services__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 45px 0px;
}

.services__more {
  width: 210px;
  height: 52px;
}

.services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.services__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.7%;
          flex: 0 1 48.7%;
}

.item-services {
  height: 385px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.item-services__content {
  height: 100%;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateY(90px);
      -ms-transform: translateY(90px);
          transform: translateY(90px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.item-services__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.item-services__img picture {
  display: block;
  height: 100%;
}

.item-services__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-services__title {
  font-size: 26px;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px 0px 15px 0px;
  position: relative;
  max-width: 330px;
}

.item-services__text {
  font-size: 16px;
  color: white;
  line-height: 1.2;
  position: relative;
  margin: 0px 0px 30px 0px;
  font-weight: 500;
}

.item-services__link {
  position: relative;
  font-size: 18px;
  color: white;
  width: 210px;
  height: 52px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
}

.services--business {
  padding-bottom: 0;
}

.services--business .item-services__title {
  margin: 0px 0px 30px 0px;
}

.present__item:not(:last-child) {
  margin: 0px 0px 15px 0px;
}

.item-present {
  height: 730px;
  padding: 160px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.item-present__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.item-present__content {
  position: relative;
  z-index: 2;
}

.item-present__title {
  font-size: 39px;
  color: white;
  font-weight: bold;
  line-height: 1.282;
  max-width: 485px;
  margin: 0px 0px 40px 0px;
}

.item-present__text {
  max-width: 585px;
  margin: 0px 0px 40px 0px;
}

.item-present__text p {
  font-size: 16px;
  font-family: "Gilroy";
  color: white;
  line-height: 1.2;
  font-weight: 500;
}

.item-present__text p:not(:last-child) {
  margin: 0px 0px 20px 0px;
}

.item-present__link {
  width: 285px;
  height: 77px;
  font-size: 20px;
}

.item-present:nth-child(2) ._container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.news {
  padding: 75px 0px 60px 0px;
}

.news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 55px 0px;
}

.news__more {
  width: 210px;
  height: 52px;
}

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news__mobile-content {
  display: none;
}

.news__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23.4%;
          flex: 0 1 23.4%;
}

.controlls-news-slider {
  height: 30px;
  width: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0px 30px 0px;
}

.controlls-news-slider__slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
}

.controlls-news-slider__slider-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 50%;
  background-color: #c6bffc;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.controlls-news-slider__slider-pagination .swiper-pagination-bullet-active {
  background-color: #6452f7;
  position: relative;
}

.controlls-news-slider__slider-pagination .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #6452f7;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ring 1.5s infinite;
          animation: ring 1.5s infinite;
}

.item-news {
  border: 1px solid #dadada;
  border-radius: 10px;
  overflow: hidden;
}

.item-news__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-news__img {
  width: 100%;
  height: 215px;
}

.item-news__img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.item-news__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-news__bottom {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-news__title {
  font-size: 20px;
  color: #141414;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px 0px 10px 0px;
}

.item-news__text {
  font-size: 14px;
  color: #141414;
  line-height: 1.2;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0px 0px 0px;
}

.item-news__link {
  font-size: 18px;
  font-weight: 600;
  color: #3755f0;
}

.item-news__date {
  font-size: 16px;
  font-family: "Gilroy";
  color: rgba(25, 25, 25, 0.8);
  font-weight: 500;
}

.navi-news {
  padding: 55px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navi-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.navi-news__li a {
  color: #3755f0;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #fff;
  font-size: 26px;
  font-weight: bold;
}

.navi-news__li._active a {
  background: -o-linear-gradient(40deg, #1268e9 0%, #852cff 100%);
  background: linear-gradient(50deg, #1268e9 0%, #852cff 100%);
  color: #fff;
}

.navi-news__li.navi-news__li--sep {
  color: #3755f0;
  font-weight: bold;
  font-size: 26px;
}

.news--page {
  padding: 0px 0px 80px 0px;
}

.news--one-page {
  padding: 0px 0px 55px 0px;
}

.news--one-page .news__top {
  margin: 0px 0px 35px 0px;
}

.news--one-page .news__title {
  font-size: 40px;
  color: #141414;
  font-weight: bold;
}

.news--one-page .news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news--one-page .news__mobile-content {
  display: none;
}

.news--one-page .controlls-news-slider {
  display: none;
}

.add-text {
  padding: 20px 0px 45px 0px;
}

.add-text__title {
  font-size: 24px;
  color: #141414;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px 0px 30px 0px;
}

.add-text__text {
  font-size: 16px;
  color: #141414;
  font-weight: 500;
  line-height: 1.2;
}

.add-text__text p {
  display: block;
}

.add-text__text p:not(:last-child) {
  margin: 0px 0px 20px 0px;
}

.add-text__text._hidden {
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(80%, transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 80%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(80%, transparent));
  mask-image: linear-gradient(to bottom, black 0%, transparent 80%);
  height: 170px;
  position: relative;
}

.add-text__container-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0px 0px 0px;
}

.add-text__btn {
  font-size: 16px;
  color: #898989;
  font-weight: 500;
  width: 235px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dadada;
  border-radius: 24px;
  background-color: #fff;
}

.welcome {
  margin: -200px 0px 0px 0px;
  position: relative;
  min-height: 900px;
  overflow: hidden;
  z-index: 0;
}

.welcome__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.welcome__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.welcome__bg::after {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.welcome__content {
  z-index: 1;
  position: relative;
  padding: 340px 15px 0px 15px;
}

.welcome__label {
  display: inline-block;
  font-size: 24px;
  color: white;
  font-weight: 500;
  height: 30px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  margin: 0px 0px 40px 0px;
}

.welcome__label a {
  color: white;
}

.welcome__label--sale {
  background-color: #da2a90;
}

.welcome__title {
  font-size: 64px;
  color: white;
  font-weight: bold;
  margin: 0px 0px 30px 0px;
  max-width: 630px;
}

.welcome__subtitle {
  font-size: 26px;
  color: white;
  margin: 0px 0px 40px 0px;
  max-width: 670px;
  line-height: 1.423;
}

.welcome__text {
  font-size: 20px;
  color: white;
  line-height: 1.2;
  max-width: 720px;
  margin: 0px 0px 40px 0px;
}

.welcome__price {
  color: white;
  font-weight: 500;
  font-size: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.welcome__price span {
  font-size: 72px;
  font-weight: 900;
}

.welcome__btns {
  margin: 50px 0px 0px 0px;
}

.btns-welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.btns-welcome__connect {
  width: 285px;
  height: 77px;
  font-size: 20px;
}

.btns-welcome__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 18px;
  color: white;
  font-weight: 500;
}

.btns-welcome__link svg {
  width: 41px;
  height: 41px;
}

.btns-welcome__link svg path {
  fill: #fff;
}

.welcome--tv .welcome__content {
  position: relative;
}

.welcome--business {
  min-height: 1080px;
}

.welcome--business .welcome__title {
  max-width: 790px;
}

.video-welcome {
  position: absolute;
  width: 630px;
  right: 55px;
  top: 273px;
  background: url("/local/html/css/../img/int/tv__ramka.png") 0 0/cover no-repeat;
  padding: 8px;
}

.video-welcome__video {
  width: 100%;
  -webkit-box-shadow: 0 5px 120px rgba(131, 45, 255, 0.4);
          box-shadow: 0 5px 120px rgba(131, 45, 255, 0.4);
  cursor: pointer;
}

.video-welcome .video-welcome__video[src=""] {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sales {
  padding: 70px 0px 40px 0px;
}

.sales__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 60px 0px;
}

.sales__more {
  width: 210px;
  height: 52px;
}

.sales__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.sales__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.9%;
          flex: 0 1 31.9%;
}

.item-sales {
  border: 1px solid #dadada;
  border-radius: 10px;
}

.item-sales__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-sales__img {
  height: 255px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 255px;
          flex: 0 0 255px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.item-sales__img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.item-sales__desc {
  padding: 28px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.item-sales__title {
  font-size: 20px;
  color: #141414;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px 0px 8px 0px;
}

.item-sales__title a {
  color: #141414;
}

.item-sales__text {
  font-size: 15px;
  color: #141414;
  line-height: 1.2;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-sales__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0px 0px 0px;
}

.item-sales__link {
  font-size: 18px;
  width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  height: 40px;
}

.item-sales__date {
  font-size: 18px;
  color: #191919;
  font-weight: 500;
}

.sales--page {
  padding: 0px 0px 80px 0px;
}

.sales--page .sales__content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.equip {
  padding: 30px 0px 40px 0px;
}

.equip__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 60px 0px;
}

.equip__link {
  width: 210px;
  height: 52px;
}

.equip__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.equip__mobile-content {
  display: none;
}

.equip__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23.4%;
          flex: 0 1 23.4%;
}

.equip__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 0px 40px 0px;
}

.equip__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.equip__li {
  border: 1px solid #3755f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 330px;
  height: 60px;
  font-size: 16px;
  color: #191919;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  background-image: -o-linear-gradient(40deg, #1268e9 0%, #852cff 40%, rgba(0, 0, 0, 0) 48%);
  background-image: linear-gradient(50deg, #1268e9 0%, #852cff 40%, rgba(0, 0, 0, 0) 48%);
  background-position: 100%;
  background-size: 260%;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.equip__li._active {
  background-position: 0;
  color: #fff;
}

.equip .label-choose-form {
  padding: 0 3px;
  height: 50px;
}

.equip .label-choose-form__input:checked + label::before {
  width: 20px;
  margin: 0px 5px 0px 0px;
}

.equip .label-choose-form__title {
  font-size: 16px;
}

.equip .label-choose-form__price {
  font-size: 12px;
}

.equip .label-choose-form__price span {
  font-size: 16px;
  vertical-align: top;
  margin: 0px 1px 0px 0px;
}

.item-equip {
  border: 1px solid #dadada;
  border-radius: 10px;
}

.item-equip__content {
  padding: 10px 20px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.item-equip__img {
  text-align: center;
  width: 100%;
  height: 220px;
  position: relative;
  margin: 0px 0px 30px 0px;
}

.item-equip__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
  top: 0;
}

.item-equip__title {
  font-size: 20px;
  color: #141414;
  font-weight: bold;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0px 0px 15px 0px;
}

.item-equip__price {
  margin: 0px 0px 20px 0px;
}

.item-equip__link {
  height: 48px;
  width: 100%;
}

.price-equip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-equip__name {
  font-size: 16px;
  color: #141414;
  line-height: 1.2;
  font-weight: 600;
}

.price-equip__price {
  font-size: 20px;
  color: #141414;
  line-height: 1.2;
  font-weight: bold;
}

.controlls-equip-slider__slider-pagination {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  margin: 30px 0px 0px 0px;
}

.controlls-equip-slider__slider-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 50%;
  background-color: #c6bffc;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.controlls-equip-slider__slider-pagination .swiper-pagination-bullet-active {
  background-color: #6452f7;
  position: relative;
}

.controlls-equip-slider__slider-pagination .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #6452f7;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ring 1.5s infinite;
          animation: ring 1.5s infinite;
}

.equip--page {
  padding: 0px 0px 80px 0px;
}

.equip--page .equip__content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.equip--page .equip__top {
  margin: 0px 0px 25px 0px;
}

.add-services {
  padding: 40px 0px 10px 0px;
}

.add-services__title {
  margin: 0px 0px 50px 0px;
}

.add-services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.add-services__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.9%;
          flex: 0 1 48.9%;
}

.item-add-services__title {
  font-size: 20px;
  color: #141414;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 30px 0px 35px;
  height: 68px;
  background-color: #f6f9fc;
  cursor: pointer;
  border-radius: 10px;
}

.item-add-services__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-add-services__title span span {
  font-size: 12px;
  font-weight: 500;
  margin: 0px 0px 0px 5px;
}

.item-add-services__title::after {
  content: "";
  width: 42px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  border-radius: 50%;
  background: url("/local/html/css/../img/icons/new-arrow_wh.png") 51.4% 50% no-repeat, -o-linear-gradient(40deg, #1268e9 0%, #852cff 100%);
  background: url("/local/html/css/../img/icons/new-arrow_wh.png") 51.4% 50% no-repeat, linear-gradient(50deg, #1268e9 0%, #852cff 100%);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  padding: 7px;
}

.item-add-services__content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease 0s;
  -o-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}

.item-add-services._active .item-add-services__title::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("/local/html/css/../img/icons/new-arrow_color.png") 51.4% 50% no-repeat #fff;
}

.elem-add-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 30px 25px 35px;
  border-bottom: 1px solid #dedede;
  gap: 5px;
}

.elem-add-services__title {
  font-size: 16px;
  color: #141414;
  line-height: 1.2;
  font-weight: 500;
  max-width: 297px;
}

.elem-add-services__price {
  font-size: 16px;
  color: #141414;
  line-height: 1.2;
  font-weight: 500;
}

.elem-add-services__link {
  width: 182px;
  height: 52px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 182px;
          flex: 0 0 182px;
}

.add-services--full .add-services__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.about {
  padding: 75px 0px 0px 0px;
}

.about__title {
  margin: 0px 0px 55px 0px;
}

.top-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 50px 0px;
}

.top-about__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 58%;
          flex: 0 1 58%;
  font-size: 18px;
  color: #191919;
  line-height: 1.333;
  font-weight: 500;
}

.top-about__left b {
  font-weight: bold;
}

.top-about__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 34%;
          flex: 0 1 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-about__img {
  margin: 0px 50px 0px 0px;
}

.top-about__text {
  font-size: 18px;
  color: #191919;
  line-height: 1.333;
  font-weight: 500;
}

.top-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.top-about__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23.4%;
          flex: 0 1 23.4%;
}

.item-top-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-top-about__img {
  width: 68px;
  height: 68px;
  background-color: #245eec;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 0px 25px 0px;
}

.item-top-about__img svg {
  width: 44px;
}

.item-top-about__img svg path {
  fill: #fff;
}

.item-top-about__text {
  font-size: 16px;
  color: #191919;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
}

.one-news {
  padding: 0px 0px 60px 0px;
}

.one-news__header {
  margin: 0px 0px 47px 0px;
}

.one-news__middle {
  display: inline-block;
  width: 100%;
}

.one-news__connect-btn {
  width: 230px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
}

.one-news__thumbnail {
  border-radius: 10px;
  overflow: hidden;
  width: 42.6%;
  padding: 0px 30px 30px 0px;
  float: left;
}

.one-news__thumbnail img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.one-news__date {
  font-size: 16px;
  color: #191919;
  font-weight: 500;
  margin: 0px 0px 35px 0px;
}

.one-news__entry-content {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #141414;
}

.one-news__entry-content h4 {
  font-weight: bold;
  font-size: 24px;
  color: #191919;
  margin: 0px 0px 25px 0px;
}

.one-news__entry-content p {
  margin: 0px 0px 25px 0px;
}

.one-news__navi {
  margin: 35px 0px 0px 0px;
}

.navi-one-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.navi-one-news__back {
  border: 1px solid #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 215px;
  height: 48px;
  font-size: 16px;
  color: #191919;
  font-weight: 600;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.navi-one-news__next {
  border: 1px solid #dadada;
  font-size: 16px;
  color: #191919;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 215px;
  height: 48px;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.one-sale {
  padding: 0px 0px 60px 0px;
}

.one-sale__header {
  margin: 0px 0px 47px 0px;
}

.one-sale__middle {
  display: inline-block;
  width: 100%;
}

.one-sale__connect-btn {
  width: 230px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
}

.one-sale__thumbnail {
  border-radius: 10px;
  overflow: hidden;
  width: 42.6%;
  padding: 0px 30px 30px 0px;
  float: left;
}

.one-sale__thumbnail img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.one-sale__date {
  font-size: 16px;
  color: #191919;
  font-weight: 500;
  margin: 0px 0px 35px 0px;
}

.one-sale__entry-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #191919;
}

.one-sale__entry-content h4 {
  font-weight: bold;
  font-size: 24px;
  color: #191919;
  margin: 0px 0px 25px 0px;
}

.one-sale__entry-content p {
  margin: 0px 0px 25px 0px;
}

.one-sale__navi {
  margin: 25px 0px 0px 0px;
}

.navi-one-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.navi-one-sale__back {
  border: 1px solid #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 215px;
  height: 48px;
  font-size: 16px;
  color: #191919;
  font-weight: 600;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.navi-one-sale__next {
  border: 1px solid #dadada;
  font-size: 16px;
  color: #191919;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 215px;
  height: 48px;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.advantages {
  padding: 75px 0px 10px 0px;
}

.advantages__title {
  margin: 0px 0px 45px 0px;
}

.advantages__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 140px;
}

.advantages__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}

.item-advantages__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}

.item-advantages__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 1px 24.57px 2.43px rgba(195, 195, 195, 0.35);
          box-shadow: 0px 1px 24.57px 2.43px rgba(195, 195, 195, 0.35);
}

.item-advantages__title {
  font-size: 18px;
  color: #141414;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px 0px 5px 0px;
}

.item-advantages__text {
  font-size: 18px;
  color: #141414;
  font-weight: 400;
  line-height: 1.2;
}

.help {
  padding: 0px 0px 100px 0px;
}

.help__title {
  margin: 0px 0px 50px 0px;
}

.help__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.help__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.7%;
          flex: 0 1 48.7%;
}

.help__btn {
  margin: 40px 0px 0px 0px;
}

.help__link {
  font-size: 16px;
  font-weight: 600;
  width: 240px;
  height: 53px;
}

.help__text {
  margin: 50px 0px 0px 0px;
  font-size: 18px;
  color: #141414;
  line-height: 1.2;
  font-weight: 500;
}

.help__text p:not(:last-child) {
  margin: 0px 0px 20px 0px;
}

.help__text b {
  font-weight: bold;
}

.help__text a {
  color: #141414;
}

.item-help {
  border: 1px solid #dadada;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  padding: 5px 5px 5px 0px;
}

.item-help__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-help__img {
  width: 190px;
  height: 190px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-help__img img {
  width: 100%;
  max-width: 105px;
}

.item-help__title {
  font-size: 27px;
  color: #191919;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

.item-help__text {
  font-size: 16px;
  color: #191919;
  line-height: 1.2;
  font-weight: 500;
  max-width: 480px;
}

.help-open {
  padding: 0px 0px 55px 0px;
}

.help-open__title {
  margin: 0px 0px 50px 0px;
}

.help-open__top {
  margin: 0px 0px 30px 0px;
}

.help-open__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.help-open__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47.8%;
          flex: 0 1 47.8%;
}

.help-open__item .item-add-services__title {
  padding: 0 20px 0 35px;
  gap: 5px;
}

.help-open__item .item-add-services__title::after {
  width: 42px;
  height: 42px;
  font-size: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
}

.help-open__item .elem-add-services {
  padding: 25px 20px 25px 35px;
}

.help-open__item .elem-add-services__title {
  max-width: 400px;
}

.help-open__btn {
  margin: 40px 0px 0px 0px;
}

.top-help-open {
  border-radius: 10px;
  background-color: #f6f9fc;
  padding: 30px 240px 30px 110px;
}

.top-help-open__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.top-help-open__img {
  width: 170px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  margin: 0px 50px 0px 0px;
}

.top-help-open__img img {
  width: 100%;
  max-width: 175px;
  position: absolute;
  top: -65px;
  left: 0;
}

.top-help-open__img.rotate-img img {
  -webkit-transform: rotate(342deg);
      -ms-transform: rotate(342deg);
          transform: rotate(342deg);
}

.top-help-open__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}

.top-help-open__title {
  font-size: 30px;
  color: #191919;
  font-weight: bold;
  line-height: 1.2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}

.top-help-open__text {
  font-size: 16px;
  color: #191919;
  line-height: 1.2;
  font-weight: 500;
  max-width: 475px;
}

.btn-help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-help__link {
  font-size: 16px;
  font-weight: 600;
  width: 240px;
  height: 53px;
}

.look {
  padding: 90px 0px 70px 0px;
}

.look__title {
  text-align: center;
  margin: 0px auto 40px auto;
  max-width: 930px;
}

.look__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.look__mobile-content {
  display: none;
}

.look__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23.4%;
          flex: 0 1 23.4%;
}

.controlls-look-slider__slider-pagination {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  margin: 30px 0px 0px 0px;
}

.controlls-look-slider__slider-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 50%;
  background-color: #c6bffc;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.controlls-look-slider__slider-pagination .swiper-pagination-bullet-active {
  background-color: #6452f7;
  position: relative;
}

.controlls-look-slider__slider-pagination .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #6452f7;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ring 1.5s infinite;
          animation: ring 1.5s infinite;
}

.item-look__img {
  margin: 0px 0px 20px 0px;
  border-radius: 10px;
  overflow: hidden;
  height: 240px;
}

.item-look__img img {
  width: 100%;
}

.item-look__title {
  font-size: 24px;
  color: #191919;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px 0px 20px 0px;
}

.item-look__text {
  font-size: 16px;
  color: #191919;
  line-height: 1.2;
  font-weight: 500;
}

.present--video .item-present {
  height: 610px;
}

.present--video .item-present ._container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.present--video .item-present .item-present__img::after {
  content: none;
}

.present--video .item-present .item-present__title {
  color: #191919;
  max-width: 585px;
}

.present--video .item-present .item-present__text p {
  color: #191919;
}

.mob-access {
  padding: 85px 0px 0px 0px;
}

.mob-access__title {
  text-align: center;
  margin: 0px auto 30px auto;
}

.mob-access__subtitle {
  font-size: 16px;
  color: #191919;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  max-width: 690px;
  margin: 0px auto 35px auto;
}

.mob-access__img {
  height: 500px;
  background: url("/local/html/css/../img/look/mob-access.png") 50% 0 no-repeat;
}

.video-archive {
  background: url("/local/html/css/../img/look/video-arch.jpg") 0 0/cover no-repeat;
}

.video-archive__content {
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-archive__title {
  font-size: 39px;
  color: white;
  font-weight: bold;
  line-height: 1.282;
  margin: 0px 0px 35px 0px;
}

.video-archive__subtitle {
  font-size: 16px;
  color: white;
  line-height: 1.2;
  font-weight: 500;
  max-width: 480px;
}

.how {
  padding: 95px 0px 50px 0px;
}

.how__title {
  text-align: center;
  margin: 0px 0px 35px 0px;
}

.how__subtitle {
  font-size: 16px;
  color: #191919;
  line-height: 1.2;
  text-align: center;
  max-width: 625px;
  font-weight: 500;
  margin: 0px auto 50px auto;
}

.how__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.how__mobile-content {
  display: none;
}

.how__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23.4%;
          flex: 0 1 23.4%;
}

.item-how {
  border: 1px solid #dadada;
  border-radius: 10px;
  overflow: hidden;
}

.item-how__content {
  background-color: #f7f9fa;
}

.item-how__img {
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #dadada;
  border-radius: 10px;
}

.item-how__img img {
  width: 100%;
}

.item-how__bottom {
  padding: 24px;
}

.item-how__cta {
  height: 48px;
  width: 100%;
  margin: 15px 0px 0px 0px;
}

.item-how__title {
  font-size: 24px;
  color: #191919;
  font-weight: bold;
  margin: 0px 0px 35px 0px;
}

.item-how__price {
  font-size: 24px;
  color: #191919;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
}

.item-how__subtitle {
  font-size: 15px;
  color: #191919;
  font-weight: 500;
  line-height: 1.1;
  margin: 0px 0px 15px 0px;
}

.item-how__text p {
  font-size: 14px;
  color: #191919;
  font-weight: 500;
  line-height: 1.2;
}

.item-how__text p:not(:last-child) {
  margin: 0px 0px 10px 0px;
}

.item-how__text p b {
  display: block;
}

.item-how-color {
  height: 435px;
  background: -o-linear-gradient(40deg, #1268e9 0, #852cff 100%);
  background: linear-gradient(50deg, #1268e9 0, #852cff 100%);
  padding: 55px 10px;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.item-how-color__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-how-color__button {
  width: 100px;
  height: 100px;
  background: transparent;
  margin: 0px 0px 60px 0px;
}

.item-how-color__title {
  font-size: 18px;
  color: white;
  font-weight: 600;
  line-height: 1.2;
  margin: 0px 0px 35px 0px;
  text-align: center;
  max-width: 235px;
}

.item-how-color__text p {
  font-size: 13px;
  color: white;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
}

.item-how-color__text p:not(:last-child) {
  margin: 0px 0px 15px 0px;
}

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

.item-how-text__content {
  font-size: 14px;
  color: #191919;
  line-height: 1.2;
  font-weight: 500;
}

.controlls-how-slider__slider-pagination {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  margin: 30px 0px 0px 0px;
}

.controlls-how-slider__slider-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 50%;
  background-color: #c6bffc;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.controlls-how-slider__slider-pagination .swiper-pagination-bullet-active {
  background-color: #6452f7;
  position: relative;
}

.controlls-how-slider__slider-pagination .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #6452f7;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: ring 1.5s infinite;
          animation: ring 1.5s infinite;
}

.tarrifs {
  padding: 75px 0px 70px 0px;
}

.tarrifs__title {
  text-align: center;
  margin: 0px 0px 35px 0px;
}

.tarrifs__subtitle {
  text-align: center;
  font-size: 16px;
  color: #191919;
  line-height: 1.2;
  font-weight: 500;
  margin: 0px 0px 30px 0px;
}

.tarrifs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.tarrifs__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23.4%;
          flex: 0 1 23.4%;
}

.item-tarrifs {
  border: 1px solid #dadada;
  border-radius: 10px;
  padding: 30px 18px 20px 18px;
}

.item-tarrifs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.item-tarrifs__title {
  font-size: 24px;
  color: #191919;
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 15px 0px;
}

.item-tarrifs__price {
  color: #3755f0;
  font-size: 93px;
  color: #3755f0;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

.item-tarrifs__under-price {
  font-size: 20px;
  color: #191919;
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 21px 0px;
}

.item-tarrifs__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-tarrifs__list li {
  font-size: 16px;
  color: #191919;
  line-height: 1.5;
  font-weight: 500;
  list-style-type: "- ";
}

.item-tarrifs__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 14px;
  color: #191919;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.item-tarrifs__link {
  margin: 25px 0px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #191919;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #3755f0;
  border-radius: 24px;
}

.pers-area {
  padding: 325px 0px 215px 0px;
  margin: -200px 0px 0px 0px;
  background: url("/local/html/css/../img/lk/bg_png.png") 0 0/cover no-repeat #212427;
}

.pers-area__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.pers-area__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.pers-area__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.left-pers-area {
  background-color: #ffffff;
  padding: 90px 15px 50px 65px;
}

.left-pers-area__title {
  margin: 0px 0px 37px 0px;
}

.left-pers-area__text {
  font-size: 11px;
  color: #191919;
  line-height: 1.2;
  font-weight: 500;
  max-width: 585px;
  margin: 60px 0px 0px 0px;
}

.form-left-pers-area {
  max-width: 505px;
}

.form-left-pers-area__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin: 25px 0px 0px 0px;
}

.form-left-pers-area__btn {
  font-size: 20px;
  color: white;
  font-weight: 600;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 254px;
  height: 58px;
  background-image: -o-linear-gradient(40deg, #1268e9 0%, #852cff 50%);
  background-image: linear-gradient(50deg, #1268e9 0%, #852cff 50%);
  background-position: 0;
  background-size: 260%;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.form-left-pers-area__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}

.form-left-pers-area__ques {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: #eee;
  color: #3755f0;
  font-weight: 600;
  font-size: 21px;
}

.form-left-pers-area__link {
  font-size: 18px;
  color: #191919;
  text-decoration: underline;
  font-weight: 500;
  white-space: nowrap;
}

.form-left-pers-area-input {
  height: 65px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  border: 1px solid #dadada;
}

.form-left-pers-area-input input {
  font-size: 18px;
  color: #191919;
  line-height: 1.2;
  padding: 0px 0px 0px 30px;
  height: 100%;
  font-weight: 500;
}

.form-left-pers-area-input input::-webkit-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.form-left-pers-area-input input::-moz-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.form-left-pers-area-input input:-ms-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.form-left-pers-area-input input::-ms-input-placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.form-left-pers-area-input input::placeholder {
  color: rgba(25, 25, 25, 0.6);
}

.form-left-pers-area-input._error {
  border-color: red;
  border-width: 1px;
}

.form-left-pers-area-input._successful {
  border-color: #669900;
  border-width: 1px;
  position: relative;
}

.form-left-pers-area-input._successful::after {
  content: "";
  background: url("/local/html/css/../img/icons/successful.png") 0 0 no-repeat;
  width: 25px;
  height: 18px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.form-left-pers-area-input:first-child {
  margin: 0px 0px 10px 0px;
}

.right-pers-area {
  background: url("/local/html/css/../img/lk/right.jpg") 0 0/cover no-repeat;
  padding: 55px 30px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.right-pers-area__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.right-pers-area__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 0px 0px 15px 0px;
}

.right-pers-area__logo span {
  font-size: 16px;
  color: #191919;
  font-weight: 500;
}

.right-pers-area__logo a {
  display: block;
}

.right-pers-area__link {
  width: 254px;
  height: 58px;
  font-size: 18px;
}

.right-pers-area__adres {
  font-size: 18px;
  color: white;
  font-weight: 500;
  padding: 15px 35px;
  border-radius: 10px;
  background-color: rgba(33, 36, 39, 0.639);
}

.footer--lk {
  -webkit-box-shadow: 0 -68px 45px rgba(33, 36, 39, 0.85);
          box-shadow: 0 -68px 45px rgba(33, 36, 39, 0.85);
}

.pers-area-pay__link {
  font-size: 20px;
  color: white;
  font-weight: 600;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 254px;
  height: 58px;
  background-image: -o-linear-gradient(40deg, #1268e9 0%, #852cff 50%);
  background-image: linear-gradient(50deg, #1268e9 0%, #852cff 50%);
  background-position: 0;
  background-size: 260%;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  margin: 140px 0px 0px 0px;
}

.contacts__map {
  width: 100%;
  height: 570px;
}

.contacts__map .my_icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
}

.contacts__map .my_icon::before {
  content: "";
  background: url("/local/html/css/../img/logo-mini.png") 0 0 no-repeat;
  width: 49px;
  height: 49px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49px;
          flex: 0 0 49px;
  margin: 0px 15px 0px 0px;
}

.contacts__map .my_icon__text {
  background-color: #fff;
  font-size: 15px;
  color: #141414;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 10px;
  padding: 6px 10px;
  border: 1px solid #235fec;
}

.top-contacts__title {
  margin: 0px 0px 65px 0px;
}

.top-contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 0px 40px 0px;
}

.top-contacts__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 17%;
          flex: 0 1 17%;
}

.top-contacts__col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.col-contacts__title {
  font-size: 14px;
  color: #141414;
  font-weight: 500;
  margin: 0px 0px 15px 0px;
}

.col-contacts__title:not(:first-child) {
  margin: 20px 0px 15px 0px;
}

.col-contacts__phone {
  color: #3755f0;
  font-size: 41px;
  font-weight: bold;
}

.col-contacts__list li a {
  font-size: 20px;
  color: #141414;
  line-height: 1.7;
  font-weight: 600;
}

.col-contacts__text {
  font-size: 20px;
  color: #141414;
  line-height: 1.7;
  font-weight: 600;
  max-width: 240px;
}

.col-contacts__text a {
  color: #141414;
}

.col-contacts__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

.col-contacts__link {
  display: block;
  width: 20px;
}

.col-contacts__title_mt {
  margin: 26% 0px 15px 0px !important;
}

.middle-top-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #a9a9ab;
  padding: 35px 0px 40px 0px;
}

.middle-top-contacts__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 17%;
          flex: 0 1 17%;
}

.middle-top-contacts__col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24.1%;
          flex: 0 1 24.1%;
}

.middle-top-contacts__text {
  font-size: 14px;
  color: #141414;
  line-height: 1.357;
  font-weight: 500;
}

.top-contacts__col_mobile {
  display: none;
}

.about-page {
  background: url("/local/html/css/../img/about/bg-about.png") 100% 50% no-repeat #000;
  margin: -200px 0px 0px 0px;
  padding: 200px 0px 90px 0px;
}

.about-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-page__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 58%;
          flex: 0 1 58%;
}

.about-page__title {
  color: white;
  margin: 0px 0px 44px 0px;
}

.about-page__mobile-img {
  display: none;
}

.about-page__subtitle {
  font-size: 24px;
  color: white;
  font-weight: bold;
  line-height: 1.333;
  margin: 0px 0px 40px 0px;
}

.about-page__text p {
  font-size: 18px;
  color: white;
  line-height: 1.2;
  font-weight: 500;
}

.about-page__text p:not(:last-child) {
  margin: 0px 0px 20px 0px;
}

.about-page__requisites {
  margin: 65px 0px 0px 0px;
}

.requisites-about-page__title {
  font-size: 24px;
  color: white;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
}

.requisites-about-page__text {
  font-size: 16px;
  color: white;
  line-height: 1.2;
  font-weight: 500;
}

.requisites-about-page__bottom {
  margin: 20px 0px 0px 0px;
}

.bottom-requisites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 130px;
}

.bottom-requisites__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bottom-requisites__item:not(:last-child) {
  margin: 0px 0px 25px 0px;
}

.bottom-requisites__title {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin: 0px 0px 4px 0px;
}

.bottom-requisites__list li a {
  font-size: 18px;
  color: white;
  font-weight: 500;
  line-height: 1.3;
}

.error {
  background: url("/local/html/css/../img/error/bg-error.png") 0 0 no-repeat #000;
  margin: -200px 0px 0px 0px;
  padding: 200px 0px 90px 0px;
}

.error__title {
  color: #fff;
}

.error__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0px 130px 0px;
}

.error__img {
  margin: 0px 0px 55px 0px;
  position: relative;
}

.error__img::after {
  content: "";
  background: url("/local/html/css/../img/error/rock.png") 0 0 no-repeat;
  width: 228px;
  height: 175px;
  position: absolute;
  top: -61%;
  left: 20%;
}

.error__text {
  font-size: 16px;
  color: white;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  max-width: 550px;
  margin: 0px auto 30px auto;
}

.error__link {
  width: 293px;
  height: 48px;
}

.tarrifs-page {
  padding: 75px 0px 70px 0px;
}

.tarrifs-page__title {
  margin: 0px 0px 65px 0px;
}

.tarrifs-page__title:not(:first-child) {
  margin: 50px 0px 65px 0px;
}

.tarrifs-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.tarrifs-page__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23.4%;
          flex: 0 1 23.4%;
}

.simple {
  padding: 50px 0px 110px 0px;
  background: url("/local/html/css/../img/simple/bg.png") 0 bottom/contain no-repeat;
}

.top-simple__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.top-simple__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32.1%;
          flex: 0 1 32.1%;
}

.item-top-simple {
  position: relative;
  height: 440px;
  border-radius: 10px;
  overflow: hidden;
}

.item-top-simple__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.item-top-simple__img img {
  width: 100%;
}

.item-top-simple__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
  padding: 55px 35px 55px 40px;
}

.item-top-simple__title {
  font-size: 39px;
  color: white;
  font-weight: bold;
  line-height: 1.282;
  margin: 150px 0px 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.item-top-simple__text {
  font-size: 18px;
  color: white;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.bottom-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 100px 0px 0px 0px;
}

.bottom-simple__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.bottom-simple__title {
  font-size: 50px;
  color: #141414;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px 0px 35px 0px;
}

.bottom-simple__subtitle {
  font-size: 24px;
  color: #191919;
  line-height: 1.2;
  margin: 0px 0px 35px 0px;
}

.bottom-simple__callback {
  width: 285px;
  height: 77px;
  font-size: 20px;
}

.bottom-simple__apps {
  margin: 60px 0px 0px 0px;
}

.apps-simple__text {
  font-size: 24px;
  color: #141414;
  font-weight: bold;
  line-height: 1.2;
  max-width: 470px;
  margin: 0px 0px 25px 0px;
}

.apps-simple__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.video-archive--domofons {
  padding: 100px 0;
  background: url("/local/html/css/../img/present/present4.jpg") 0 0/cover no-repeat;
}

.video-archive--domofons .video-archive__title {
  max-width: 825px;
  margin: 0px 0px 50px 0px;
}

.video-archive--domofons .video-archive__content {
  height: auto;
}

.info-va__item:not(:last-child) {
  margin: 0px 0px 40px 0px;
}

.item-info-va {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}

.item-info-va__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53px;
          flex: 0 0 53px;
  width: 53px;
  height: 53px;
  text-align: center;
}

.item-info-va__text {
  font-size: 20px;
  color: white;
  line-height: 1.2;
  max-width: 480px;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 198px 0px 0px 0px;
}

@media (min-width: 991.98px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    color: #7037fb;
  }

  .select__option:hover::before {
    width: 3px;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1441px) and (max-height: 840px) {
  .slider-main-slide__content {
    padding: 360px 15px 110px 15px;
  }
}

@media (max-width: 1520px) {
  .controlls-main-slider__prev {
    display: none;
  }

  .controlls-main-slider__next {
    display: none;
  }
}

@media (max-width: 1452px) {
  ._container {
    max-width: 1170px;
  }

  .header._header-hide._header-scroll {
    height: 65px;
  }

  .header._header-hide._header-scroll .menu-bottom-header__list li {
    line-height: 65px;
  }

  .header {
    height: 185px;
  }

  .top-header__social {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 18%;
            flex: 0 1 18%;
  }

  .top-header {
    height: 45px;
  }

  .pa-top-header__link-btn {
    height: 35px;
  }

  .middle-header__connect-btn {
    height: 45px;
  }

  .middle-header {
    height: 60px;
  }

  .middle-header__phones > .phones-header__block:last-child {
    display: none;
  }

  .menu-bottom-header__list li:last-child .sub-menu {
    left: unset;
    right: -10px;
  }

  .menu-bottom-header__list {
    gap: 25px;
    margin: 0;
  }

  .main-silder {
    margin: -185px 0px 0px 0px;
  }

  .slider-main-slide__content {
    padding: 260px 15px 110px 15px;
  }

  .slider-main-slide__title {
    font-size: 56px;
  }

  .slider-main-slide__subtitle {
    font-size: 22px;
    margin: 0px 0px 25px 0px;
  }

  .slider-main-slide__tv .slider-main-slide__title {
    max-width: 580px;
  }

  .slider-main-slide__tv .slider-main-slide__subtitle {
    max-width: 580px;
  }

  .header-promo__li {
    width: 31.3%;
  }

  .services__content {
    gap: 25px;
  }

  .item-services__img img {
    height: 100%;
    width: unset;
  }

  .item-services {
    height: 345px;
  }

  .news__content {
    gap: 24px;
  }

  .welcome__content {
    padding: 270px 15px 0px 15px;
  }

  .welcome__title {
    font-size: 56px;
    margin: 0px 0px 25px 0px;
  }

  .welcome__subtitle {
    font-size: 22px;
    margin: 0px 0px 25px 0px;
  }

  .welcome {
    min-height: 800px;
  }

  .welcome--tv .welcome__title {
    max-width: 580px;
  }

  .welcome--tv .welcome__subtitle {
    max-width: 580px;
  }

  .welcome--business .welcome__content {
    padding: 265px 15px 0 15px;
  }

  .welcome--business {
    min-height: 800px;
  }

  .video-welcome {
    right: -0.5%;
    width: 555px;
    top: 240px;
  }

  .item-sales__img img {
    height: 100%;
    width: auto;
  }

  .item-sales__img {
    height: 205px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 205px;
            flex: 0 0 205px;
  }

  .item-sales__link {
    width: 145px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 145px;
            flex: 0 0 145px;
  }

  .item-sales__date {
    font-size: 15px;
  }

  .sales--page .sales__content {
    gap: 24px;
  }

  .equip__content {
    gap: 24px;
  }

  .equip .label-choose-form__input:checked + label::before {
    width: 15px;
  }

  .equip .label-choose-form__input:checked + label .label-choose-form__price {
    font-size: 14px;
  }

  .add-services__content {
    gap: 25px;
  }

  .advantages__content {
    gap: 60px;
  }

  .advantages__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
  }

  .help__content {
    gap: 25px;
  }

  .how__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 23%;
            flex: 0 1 23%;
  }

  .pers-area-pay__link {
    margin: 90px 0px 0px 0px;
  }

  .col-contacts__phone {
    font-size: 32px;
  }

  .tarrifs-page__content {
    gap: 24px;
  }

  .simple {
    padding: 50px 0px 50px 0px;
  }

  .item-top-simple__content {
    padding: 30px;
  }

  .item-top-simple__title {
    margin: 70px 0px 15px 0px;
  }

  .item-top-simple {
    height: 350px;
  }

  .bottom-simple__title {
    margin: 0px 0px 25px 0px;
  }

  .bottom-simple__apps {
    margin: 30px 0px 0px 0px;
  }

  .bottom-simple {
    padding: 50px 0px 0px 0px;
  }

  .video-archive--domofons {
    background: url("/local/html/css/../img/present/present4.jpg") 40% 0/cover no-repeat;
  }

  .page {
    padding: 185px 0px 0px 0px;
  }
}

@media (max-width: 1440px) {
  .error {
    background: url("/local/html/css/../img/error/bg-error.png") 50% 0 no-repeat #000;
  }
}

@media (max-width: 1435px) {
  .equip__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 23.3%;
            flex: 0 1 23.3%;
  }
}

@media (max-width: 1425px) {
  .sales__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31.7%;
            flex: 0 1 31.7%;
  }
}

@media (max-width: 1395px) {
  .add-services__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.7%;
            flex: 0 1 48.7%;
  }
}

@media (max-width: 1352px) {
  .equip__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 23%;
            flex: 0 1 23%;
  }
}

@media (max-width: 1350px) {
  .video-welcome {
    right: 0;
  }
}

@media (max-width: 1312px) {
  .top-help-open {
    padding: 30px 40px 30px 110px;
  }
}

@media (max-width: 1287px) {
  .equip__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31.4%;
            flex: 0 1 31.4%;
  }
}

@media (max-width: 1267px) {
  .item-choose__img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1254px) {
  .sales__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31.5%;
            flex: 0 1 31.5%;
  }
}

@media (max-width: 1185px) {
  .services__content {
    gap: 20px;
  }
}

@media (max-width: 1182px) {
  .help__content {
    gap: 20px;
  }
}

@media (max-width: 1170px) {
  ._container {
    max-width: 970px;
  }

  .title_h2 {
    font-size: 42px;
  }

  .single-page-title__h1 {
    font-size: 42px;
  }

  .single-page-title__h2 {
    font-size: 42px;
  }

  .popup_about {
    padding: 50px 10px 30px 10px;
  }

  .header__bottom {
    height: 78px;
  }

  .top-header__social {
    display: none;
  }

  .middle-header__connect {
    display: none;
  }

  .middle-header__phones > .phones-header__block:last-child {
    display: block;
  }

  .phones-header__select .select__options::before {
    font-size: 11px;
  }

  .link-phones-header__list::before {
    font-size: 11px;
  }

  .bottom-header__menu-two {
    display: none;
  }

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

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

  .top-footer .logo-block {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .top-footer .switch-middle-header {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .top-footer__link-container {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .top-footer__link {
    display: none;
  }

  .top-footer .pa-top-header {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .bottom-footer__phones {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .bottom-footer__adres:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .bottom-footer__adres:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .bottom-footer__adres {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .bottom-footer__social {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .slider-main-slide__content {
    padding: 210px 15px 80px 15px;
  }

  .slider-main-slide__tv .slider-main-slide__title {
    max-width: 475px;
  }

  .slider-main-slide__tv .slider-main-slide__subtitle {
    max-width: 475px;
  }

  .promo__subtitle {
    font-size: 26px;
  }

  .header-promo__left {
    gap: 20px;
  }

  .header-promo__text span {
    font-size: 22px;
  }

  .header-promo__text {
    font-size: 16px;
  }

  .header-promo__list {
    gap: 20px;
  }

  .header-promo__li {
    font-size: 18px;
  }

  .item-choose__img img {
    height: 100%;
    width: auto;
  }

  .news__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .news__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }

  .item-news__img img {
    width: 100%;
    height: auto;
  }

  .item-news__img {
    overflow: hidden;
  }

  .welcome--tv .welcome__title {
    max-width: 475px;
  }

  .welcome--tv .welcome__subtitle {
    max-width: 475px;
  }

  .video-welcome {
    right: -11%;
    top: 243px;
  }

  .sales__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31%;
            flex: 0 1 31%;
  }

  .item-sales__img {
    height: 255px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 255px;
            flex: 0 0 255px;
  }

  .item-sales__link {
    width: 150px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }

  .item-sales__date {
    font-size: 18px;
  }

  .equip__content {
    gap: 25px;
  }

  .add-services__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .advantages__content {
    gap: 60px;
  }

  .advantages__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
  }

  .top-help-open__img {
    margin: 0;
  }

  .top-help-open__right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    margin: 0px 0px 0px 50px;
  }

  .top-help-open__title {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .look__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .look__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }

  .mob-access__img {
    height: 400px;
    background: url("/local/html/css/../img/look/mob-access.png") 50% 0/cover no-repeat;
  }

  .how__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .how__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31%;
            flex: 0 1 31%;
  }

  .tarrifs__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .tarrifs__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31%;
            flex: 0 1 31%;
  }

  .left-pers-area {
    padding: 50px 30px 40px 30px;
  }

  .form-left-pers-area__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .top-contacts__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .top-contacts__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }

  .top-contacts__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 27%;
            flex: 0 1 27%;
  }

  .top-contacts__col:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .col-contacts__phone {
    font-size: 41px;
  }

  .col-contacts__title_mt {
    margin: 3% 0px 15px 0px !important;
  }

  .middle-top-contacts__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 24%;
            flex: 0 1 24%;
  }

  .about-page {
    background: url("/local/html/css/../img/about/bg-about.png") -105% 40% no-repeat #000;
  }

  .tarrifs-page__content {
    gap: 25px;
  }

  .tarrifs-page__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31%;
            flex: 0 1 31%;
  }

  .simple {
    background: url("/local/html/css/../img/simple/bg.png") 0 bottom/contain no-repeat #edefee;
  }

  .item-top-simple__title {
    font-size: 28px;
    margin: 0px 0px 10px 0px;
  }

  .item-top-simple__text {
    font-size: 16px;
  }

  .item-top-simple {
    height: auto;
  }

  .bottom-simple__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 54%;
            flex: 0 1 54%;
  }

  .bottom-simple__title {
    font-size: 42px;
  }

  .bottom-simple__subtitle {
    font-size: 20px;
    margin: 0px 0px 20px 0px;
  }

  .bottom-simple__callback {
    height: 60px;
  }

  .apps-simple__text {
    font-size: 22px;
  }

  .video-archive--domofons {
    background: url("/local/html/css/../img/present/present4.jpg") 70% 0/cover no-repeat;
  }
}

@media (max-width: 1024px) {
  .item-services__content {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
    padding: 0 20px;
  }

  .select__title {
    font-size: 18px;
  }

  .select__options {
    font-size: 18px;
  }

  .title_h2 {
    font-size: 40px;
    text-align: center;
  }

  .single-page-title__h1 {
    font-size: 40px;
    text-align: center;
  }

  .single-page-title__h2 {
    font-size: 40px;
    text-align: center;
  }

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

  .breadcrumbs {
    padding: 15px 0px 25px 0px;
  }

  .popup__close {
    top: -100px;
    right: -10px;
  }

  .popup_bid .popup__bottom {
    margin: 30px 0px 0px 0px;
  }

  .popup_bid .popup__close {
    top: -60px;
  }

  .popup_bid .popup__content {
    padding: 50px 0px 0px 0px;
  }

  .popup_bid_equip .popup__content {
    padding-top: 40px;
  }

  .popup_bid_equip .popup__body {
    padding: 30px 50px;
  }

  .popup_bid_equip .popup__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .popup_bid_equip .popup__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 0px 0px 30px 0px;
  }

  .popup_bid_equip .popup__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .popup_bid_equip .form-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 13px 0px 35px 0px;
  }

  .popup_bid_equip .popup__close {
    top: -60px;
  }

  .left-popup__img img {
    max-width: 280px;
    max-height: 300px;
  }

  .bottom-popup__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%;
  }

  .bottom-popup {
    margin: 0px -50px -30px -50px;
    padding: 25px 50px 30px 50px;
  }

  .popup_about .popup__body {
    padding: 30px;
  }

  .popup_about .popup__close {
    top: -60px;
    right: 0;
  }

  .popup_about {
    padding: 70px 10px 30px 10px;
  }

  .popup_message-thanks .popup__body {
    padding: 30px;
    height: 500px;
  }

  .content-tv__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }

  .header__top {
    display: none;
  }

  .header__middle {
    display: none;
  }

  .header {
    height: 93px;
  }

  .header {
    height: 78px;
  }

  .bottom-header__menu {
    margin: 0;
  }

  .bottom-header {
    padding: 22px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .icon-menu::before {
    content: "Открыть меню";
  }

  .header--black .icon-menu._active span {
    background-color: #fff;
  }

  .footer__middle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px 0;
  }

  .footer__under {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0px 25px 0px;
  }

  .top-footer .logo-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 22.6%;
            flex: 0 1 22.6%;
  }

  .top-footer .switch-middle-header {
    display: none;
  }

  .top-footer__link-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 21.9%;
            flex: 0 1 21.9%;
  }

  .top-footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .top-footer .pa-top-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20.9%;
            flex: 0 1 20.9%;
  }

  .middle-footer__menu:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .middle-footer__menu:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .middle-footer__menu:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .middle-footer__menu:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .middle-footer__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .menu-footer__title {
    margin: 0px 0px 25px 0px;
  }

  .menu-footer:nth-child(2) {
    padding: 0px 0px 0px 20px;
  }

  .form-footer__title {
    max-width: 295px;
    text-align: center;
    margin: 0px 0px 25px 0px;
  }

  .form-footer {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin: 0px 0px 50px 0px;
  }

  .form-footer-input {
    width: 295px;
  }

  .bottom-footer__phones {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 34%;
            flex: 0 1 34%;
  }

  .bottom-footer__social {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20.9%;
            flex: 0 1 20.9%;
  }

  .phones-bottom-footer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .phones-bottom-footer__item:not(:last-child) {
    margin: 0px 0px 45px 0px;
  }

  .phones-bottom-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .social-bottom-footer {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0px 0px 35px 0px;
  }

  .under-footer__policy {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-decoration: underline;
    margin: 0px 0px 16px 0px;
  }

  .under-footer__copyright {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 0px 0px 20px 0px;
  }

  .under-footer__link {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .cookie__button {
    width: 185px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 185px;
            flex: 0 0 185px;
    height: 55px;
  }

  .cookie {
    bottom: 20px;
    right: unset;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .cc-window .cc-compliance a {
    width: 185px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 185px;
            flex: 0 0 185px;
    height: 55px !important;
  }

  .cc-window {
    bottom: 20px !important;
    right: unset !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .main-silder {
    margin: -93px 0px 0px 0px;
  }

  .slider-main-slide__content {
    padding: 160px 20px 80px 20px;
  }

  .promo__title {
    margin: 0px 0px 50px 0px;
  }

  .promo__subtitle {
    text-align: center;
    margin: 0px 0px 50px 0px;
  }

  .promo {
    padding: 45px 0px 45px 0px;
  }

  .header-promo__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
  }

  .header-promo__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header-promo__list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    gap: 15px;
  }

  .header-promo__li {
    width: 100%;
  }

  .header-promo__select {
    display: block;
  }

  .item-promo--help {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .controlls-promo-slider__slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .choose__more {
    margin: 35px auto 0px auto;
  }

  .item-choose__img img {
    width: 100%;
    height: auto;
  }

  .controlls-choose-slider__slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contact-us__title {
    font-size: 28px;
  }

  .form-contact-us {
    gap: 17px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .form-contact-us-input {
    width: 100%;
  }

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

  .feedbacks__more {
    margin: 0 auto;
  }

  .controlls-feedbacks-slider {
    margin: 0px 0px 30px 0px;
  }

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

  .services__more {
    margin: 43px auto 0px auto;
  }

  .services__content {
    gap: 30px;
  }

  .services__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .item-services__content {
    padding: 30px;
  }

  .item-services__img img {
    width: 100%;
  }

  .item-services__text {
    font-size: 13px;
    margin: 0px 0px 17px 0px;
  }

  .item-services {
    height: 385px;
  }

  .item-present__img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
  }

  .item-present:nth-child(2) ._container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .news__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px 0px 25px 0px;
  }

  .news__more {
    margin: 30px auto 0px auto;
  }

  .news__content {
    display: none;
  }

  .news__mobile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .controlls-news-slider {
    margin: 0px 0px 30px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .news--page .news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .welcome__bg img {
    width: unset;
    height: 100%;
    left: -140%;
    left: 0;
  }

  .welcome__bg {
    overflow: hidden;
  }

  .welcome__bg::after {
    content: "";
  }

  .welcome__content {
    padding: 260px 20px 0px 20px;
  }

  .welcome__title {
    font-size: 56px;
  }

  .welcome {
    margin: -93px 0px 0px 0px;
    min-height: 1024px;
  }

  .welcome--business .welcome__title {
    font-size: 52px;
  }

  .welcome--business .welcome__content {
    padding: 260px 20px 0 20px;
  }

  .video-welcome {
    width: 100%;
    right: 0;
    height: auto;
    top: 200px;
  }

  .slider-main-slide__video {
    width: 75%;
    top: 90px;
    right: unset;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

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

  .sales__more {
    display: none;
  }

  .sales__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }

  .sales__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 450px;
            flex: 0 1 450px;
  }

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

  .equip__link {
    display: none;
  }

  .equip__content {
    display: none;
  }

  .equip__mobile-content {
    display: block;
  }

  .equip__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .equip__list {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .equip__li {
    width: 49%;
  }

  .equip .label-choose-form__input:checked + label .label-choose-form__price {
    font-size: 17px;
  }

  .controlls-equip-slider__slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .equip--page {
    padding: 0px 0px 65px 0px;
  }

  .add-services__content {
    gap: 20px;
  }

  .about__title {
    margin: 0px 0px 30px 0px;
  }

  .about {
    padding: 60px 0px 0px 0px;
  }

  .top-about__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .top-about__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 50px 0px 0px 0px;
  }

  .top-about__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }

  .top-about__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }

  .top-about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .one-news__header {
    margin: 0px 0px 30px 0px;
  }

  .one-news__connect-btn {
    height: 40px;
    margin: 0 auto;
  }

  .one-news__thumbnail {
    width: 100%;
    margin: 0px 0px 25px 0px;
  }

  .one-news__date {
    margin: 0px 0px 25px 0px;
  }

  .one-news {
    padding: 0px 0px 90px 0px;
  }

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

  .one-sale__header {
    margin: 0px 0px 30px 0px;
  }

  .one-sale__connect-btn {
    height: 40px;
    margin: 0 auto;
  }

  .one-sale__thumbnail {
    width: 100%;
    margin: 0px 0px 25px 0px;
  }

  .one-sale__date {
    margin: 0px 0px 25px 0px;
  }

  .one-sale {
    padding: 0px 0px 90px 0px;
  }

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

  .advantages__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .help__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .help {
    padding: 0px 0px 60px 0px;
  }

  .help-open__title {
    margin: 0px 0px 25px 0px;
  }

  .help-open__content {
    gap: 20px;
  }

  .help-open__item .item-add-services__title {
    gap: 20px;
  }

  .help-open__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .top-help-open__img img {
    position: static;
  }

  .top-help-open__img {
    height: auto;
  }

  .top-help-open__right {
    margin: 0px 0px 0px 30px;
  }

  .top-help-open__title {
    margin: 0px 0px 15px 0px;
  }

  .top-help-open {
    padding: 25px 30px 25px 30px;
  }

  .look__content {
    display: none;
  }

  .look__mobile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .look__item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .look {
    padding: 55px 0px 50px 0px;
  }

  .controlls-look-slider__slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .present--video .item-present ._container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .present--video .item-present .item-present__title {
    text-align: center;
    font-size: 36px;
  }

  .present--video .item-present .item-present__text {
    text-align: center;
  }

  .present--video .item-present .item-present__link {
    margin: 40px auto 0px auto;
  }

  .present--video .item-present {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }

  .present--video .item-present__img {
    height: 400px;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 10px 0px 0px 0px;
  }

  .present--video .item-present__img img {
    height: 100%;
  }

  .mob-access__img {
    height: 300px;
    background: url("/local/html/css/../img/look/mob-access.png") 50% 0/cover no-repeat;
    margin: 0 -20px;
  }

  .mob-access {
    padding: 60px 0px 0px 0px;
  }

  .video-archive__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }

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

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

  .video-archive {
    background: url("/local/html/css/../img/look/video-arch.jpg") 43% 0/cover no-repeat;
    position: relative;
  }

  .video-archive::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
  }

  .how__content {
    display: none;
  }

  .how__mobile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .how__item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }

  .how {
    padding: 55px 0px 40px 0px;
  }

  .controlls-how-slider__slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tarrifs__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 30px;
  }

  .tarrifs__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47.3%;
            flex: 0 1 47.3%;
  }

  .tarrifs {
    padding: 75px 0px 50px 0px;
  }

  .item-tarrifs__title {
    font-size: 20px;
    margin: 0px 0px 5px 0px;
  }

  .item-tarrifs__price {
    font-size: 75px;
    margin: 0px 0px 5px 0px;
  }

  .item-tarrifs__under-price {
    font-size: 16px;
    margin: 0px 0px 20px 0px;
  }

  .item-tarrifs__list li {
    font-size: 13px;
  }

  .item-tarrifs__link {
    margin: 20px 0px 0px 0px;
    height: 40px;
    font-size: 13px;
  }

  .item-tarrifs {
    padding: 25px 16px 16px 16px;
  }

  .pers-area__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .pers-area__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .pers-area__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .pers-area {
    padding: 102px 0px 80px 0px;
    margin: -93px 0px 0px 0px;
  }

  .left-pers-area__form {
    margin: 0 auto;
  }

  .left-pers-area__text {
    max-width: unset;
    text-align: center;
    margin: 35px 0px 0px 0px;
  }

  .left-pers-area {
    padding: 50px 25px 20px 25px;
  }

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

  .right-pers-area {
    min-height: 430px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .pers-area-pay__link {
    margin: 60px auto 0px auto;
  }

  .top-contacts__title {
    margin: 0px 0px 40px 0px;
  }

  .top-contacts__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }

  .top-contacts__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
  }

  .top-contacts__col:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46%;
            flex: 0 1 46%;
  }

  .top-contacts__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46%;
            flex: 0 1 46%;
  }

  .col-contacts__phone {
    font-size: 33px;
  }

  .col-contacts__title_mt {
    margin: 21% 0px 15px 0px !important;
  }

  .middle-top-contacts__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.5%;
            flex: 0 1 48.5%;
  }

  .middle-top-contacts__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 38%;
            flex: 0 1 38%;
  }

  .middle-top-contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px 0;
  }

  .about-page__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .about-page__title {
    margin: 0;
  }

  .about-page__mobile-img {
    display: block;
  }

  .about-page__mobile-img img {
    width: 100%;
  }

  .about-page {
    background: #000 !important;
    margin: -93px 0px 0px 0px;
    padding: 93px 0px 90px 0px;
  }

  .bottom-requisites {
    gap: 100px;
  }

  .error__content {
    padding: 200px 0px 130px 0px;
  }

  .error__img::after {
    width: 170px;
    height: 130px;
    background: url("/local/html/css/../img/error/rock.png") 0 0/cover no-repeat;
    top: -50%;
  }

  .error__img img {
    width: 100%;
  }

  .error {
    background: url("/local/html/css/../img/error/bg-error_tablet_2.png") 84% 0 no-repeat #000;
    margin: -93px 0px 0px 0px;
    padding: 93px 0px 90px 0px;
  }

  .tarrifs-page__title:not(:first-child) {
    margin: 30px 0px 40px 0px;
  }

  .tarrifs-page__title {
    margin: 30px 0px 40px 0px;
  }

  .tarrifs-page__content {
    gap: 20px;
  }

  .tarrifs-page__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47.3%;
            flex: 0 1 47.3%;
  }

  .tarrifs-page {
    padding: 75px 0px 50px 0px;
  }

  .simple {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    background: url("/local/html/css/../img/simple/bg.png") -300px bottom/contain no-repeat #edefee;
  }

  .top-simple__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .top-simple__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }

  .item-top-simple {
    min-height: 225px;
  }

  .bottom-simple__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .video-archive--domofons {
    background: url("/local/html/css/../img/present/present4.jpg") 70% 0/cover no-repeat;
  }

  .page {
    padding: 93px 0px 0px 0px;
  }
}

@media (max-width: 991.98px) and (max-width: 479.98px) {
  .phones-bottom-footer__item:not(:last-child) {
    margin: 0px 0px 30px 0px;
  }
}

@media (max-width: 910px) {
  .welcome__bg img {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media (max-width: 768px) {
  .slider-main-slide__tv .slider-main-slide__content {
    padding: 390px 20px 5px 20px;
  }

  .slider-main-slide__tv .slider-main-slide__label {
    margin: 0px 0px 10px 0px;
  }

  .slider-main-slide__tv .slider-main-slide__title {
    max-width: 700px;
    margin: 0px 0px 20px 0px;
  }

  .slider-main-slide__tv .slider-main-slide__subtitle {
    margin: 0px 0px 15px 0px;
  }

  .slider-main-slide__tv .slider-main-slide__btns {
    margin: 25px 0px 0px 0px;
  }

  .welcome--tv .welcome__bg img {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 100%;
    height: auto;
  }

  .welcome--tv .welcome__content {
    padding: 680px 20px 0 20px;
  }

  .welcome--tv .welcome__bg::after {
    content: none;
  }
}

@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0 20px;
  }

  .popup_bid .popup__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .popup_bid .popup__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 0;
  }

  .popup_bid .popup__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .content-tv__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .cookie__content {
    padding: 7px 5px 7px 16px;
  }

  .cookie__text {
    font-size: 16px;
    margin: 0px 5px 0px 0px;
  }

  .cookie {
    width: 470px;
  }

  .cc-window .cc-message {
    font-size: 16px;
    margin: 0px 5px 0px 0px !important;
  }

  .cc-window {
    padding: 7px 5px 7px 16px !important;
    width: 470px !important;
  }

  .item-choose__img img {
    height: 100%;
    width: auto;
  }

  .item-services {
    height: 435px;
  }

  .item-present__img img {
    width: unset;
    left: -123%;
  }

  .item-present:nth-child(2) .item-present__img img {
    width: unset;
    left: -36%;
  }

  .welcome__content {
    padding: 270px 20px 0px 20px;
  }

  .video-welcome {
    width: 90%;
    right: unset;
    left: 50%;
    height: auto;
    top: 155px;
    padding: 5px 4px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .slider-main-slide__video {
    top: 105px;
  }

  .one-news__thumbnail {
    padding: 0;
  }

  .one-sale__thumbnail {
    padding: 0;
  }

  .one-sale__navi {
    margin: 20px 0px 0px 0px;
  }

  .mob-access__img {
    height: 265px;
    background: url("/local/html/css/../img/look/mob-access.png") 50% 10px/cover no-repeat;
  }

  .pers-area-pay__link {
    width: 100%;
    margin: 20px 0px 0px 0px;
  }

  .pers-area-pay .left-pers-area__title {
    margin: 0px 0px 20px 0px;
  }

  .simple {
    background: #edefee;
  }

  .top-simple__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .bottom-simple__title {
    font-size: 32px;
  }

  .bottom-simple__subtitle {
    font-size: 16px;
  }

  .bottom-simple__callback {
    width: 100%;
  }

  .apps-simple__text {
    font-size: 18px;
  }

  .apps-simple__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .apps-simple__link {
    width: 230px;
  }

  .apps-simple__link img {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .slider-main-slide__tv .slider-main-slide__content {
    padding: 450px 20px 5px 20px;
  }

  .welcome--tv .welcome__content {
    padding: 520px 20px 0 20px;
  }
}

@media (max-width: 590px) {
  .slider-main-slide__tv .slider-main-slide__content {
    padding: 360px 20px 5px 20px;
  }

  .welcome--tv .welcome__content {
    padding: 360px 20px 0 20px;
  }
}

@media (max-width: 479.98px) {
  ._container {
    max-width: none;
    padding: 0 15px;
  }

  .title_h2 {
    font-size: 26px;
  }

  .single-page-title__h1 {
    font-size: 26px;
  }

  .single-page-title__h2 {
    font-size: 26px;
  }

  .breadcrumbs {
    padding: 0px 0px 15px 0px;
  }

  .list-breadcrumbs__item {
    font-size: 12px;
  }

  .list-breadcrumbs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }

  .popup__body {
    padding: 20px 15px;
  }

  .popup__gdrp p {
    font-size: 10px;
  }

  .popup__gdrp {
    max-width: 95%;
    bottom: -20%;
  }

  .popup__title {
    font-size: 26px;
    margin: 0px 0px 13px 0px;
  }

  .popup__subtitle {
    font-size: 14px;
    margin: 0px 0px 20px 0px;
  }

  .popup .form__btn {
    width: 100%;
    height: 43px;
  }

  .popup .form-input:not(:last-child) {
    margin: 0px 0px 10px 0px;
  }

  .popup .form-input._successful::after {
    right: 15px;
  }

  .popup .form-input._focus::after {
    right: 15px;
  }

  .popup .form-textarea:not(:last-child) {
    margin: 0px 0px 10px 0px;
  }

  .popup .input {
    font-size: 16px;
    height: 48px;
    padding: 0px 50px 0px 20px;
  }

  .popup .textarea {
    font-size: 16px;
    height: 105px;
    padding: 15px 20px;
  }

  .popup .form-button {
    margin: 15px 0px 0px 0px;
  }

  .popup .form__two-inputs .form-input .input {
    padding: 0px 45px 0px 20px;
  }

  .popup .form__two-inputs .form-input {
    margin: 0px 0px 10px 0px;
  }

  .popup_bid .popup__content {
    padding: 35px 0px 0px 0px;
  }

  .popup_bid .popup__gdrp {
    bottom: -11%;
  }

  .popup__bottom-text {
    display: none;
  }

  .popup_bid_equip .popup__body {
    padding: 20px 15px;
    border-radius: unset;
  }

  .popup_bid_equip .form-button {
    margin: 9px 0px 25px 0px;
  }

  .popup_bid_equip .form__btn {
    width: 186px;
  }

  .popup_bid_equip .popup__close {
    right: 15px;
  }

  .popup_bid_equip .popup__gdrp {
    bottom: -5%;
  }

  .popup_bid_equip {
    padding: 30px 0px;
  }

  .label-choose-form__title {
    font-size: 12px;
  }

  .label-choose-form__price {
    font-size: 15px;
  }

  .label-choose-form {
    height: 60px;
  }

  .label-choose-form__input:checked + label::before {
    margin: 0px 10px 0px 0px;
  }

  .bottom-popup__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .bottom-popup {
    margin: 0px -15px -20px -15px;
    padding: 15px 15px 20px 15px;
    border-radius: unset;
  }

  .popup_about .popup__body {
    padding: 20px 15px;
  }

  .popup_about .popup__bottom-text {
    display: block;
    font-size: 14px;
    line-height: 1.2;
  }

  .popup_message-thanks .popup__body {
    padding: 20px 15px;
    height: 400px;
  }

  .menu__body {
    width: 250px;
    padding: 30px;
  }

  .menu__link {
    font-size: 16px;
  }

  .body-bottom-header__close._active {
    display: none;
  }

  .body-bottom-header .logo-block img {
    width: 100%;
  }

  .body-bottom-header__switch .switch-middle-header__block label {
    font-size: 11px;
  }

  .body-bottom-header__switch .switch-middle-header__block input[type=checkbox] {
    height: 30px;
    width: 100px;
  }

  .body-bottom-header__switch .switch-middle-header__block input[type=checkbox]:after {
    font-size: 11px;
  }

  .body-bottom-header__switch .switch-middle-header__block input:checked[type=checkbox]:after {
    font-size: 11px;
  }

  .body-bottom-header__switch .switch-middle-header__block input[type=checkbox]:before {
    width: 22px;
    height: 22px;
    top: 4px;
    right: 4px;
  }

  .body-bottom-header__switch .switch-middle-header__block input:checked[type=checkbox]:before {
    left: 74px;
  }

  .body-bottom-header__phones .phones-header__block .select__options::before {
    font-size: 10px;
  }

  .body-bottom-header__pa {
    width: 100%;
    height: 50px;
  }

  .body-bottom-header__pay {
    width: 100%;
    height: 50px;
  }

  .icon-menu::before {
    content: none;
  }

  .icon-menu {
    z-index: 2;
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }

  .top-footer__link {
    display: none;
  }

  .menu-footer__link {
    font-size: 14px;
  }

  .form-footer-input._focus::after {
    right: 15px;
  }

  .phones-bottom-footer__link {
    font-size: 16px;
  }

  .under-footer__link-two {
    border: 1px solid #3755f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 24px;
    font-weight: 600;
    color: #fff;
    width: 165px;
    height: 48px;
    margin: 0px 0px 40px 0px;
  }

  .cookie__text {
    font-size: 10px;
    margin: 0px 5px 0px 0px;
  }

  .cookie__button {
    width: 130px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    height: 40px;
    font-size: 13px;
  }

  .cookie {
    width: calc(100% - 30px);
    height: 52px;
  }

  .cc-window .cc-message {
    font-size: 10px;
  }

  .cc-window .cc-compliance a {
    width: 130px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    height: 40px !important;
    font-size: 13px;
  }

  .cc-window {
    width: calc(100% - 30px) !important;
    height: 52px !important;
  }

  .slider-main-slide__bg img {
    height: 100%;
    position: absolute;
  }

  .slider-main-slide__bg {
    overflow: hidden;
  }

  .slider-main-slide__bg::after {
    content: "";
  }

  .slider-main-slide__content {
    padding: 90px 15px 80px 15px;
  }

  .slider-main-slide__label {
    font-size: 16px;
    padding: 4px 16px 5px 16px;
    margin: 0px 0px 20px 0px;
  }

  .slider-main-slide__title {
    font-size: 40px;
    margin: 0px 0px 15px 0px;
  }

  .slider-main-slide__subtitle {
    font-size: 17px;
    margin: 0px 0px 25px 0px;
    line-height: 1.3;
  }

  .slider-main-slide__price > span:after {
    font-size: 48px;
  }

  .slider-main-slide__price > span {
    font-size: 48px;
  }

  .slider-main-slide__price {
    font-size: 18px;
  }

  .slider-main-slide__btns {
    margin: 35px 0px 0px 0px;
  }

  .slider-main-slide {
    max-height: 670px;
  }

  .btns-slider-main-slide__connect {
    width: 193px;
    height: 54px;
  }

  .btns-slider-main-slide__link svg {
    width: 27px;
    height: 27px;
  }

  .btns-slider-main-slide__link {
    gap: 10px;
    font-size: 13px;
    white-space: nowrap;
  }

  .btns-slider-main-slide {
    gap: 25px;
  }

  .promo__subtitle span {
    margin: 2px 0;
    padding: 2px 10px 5px 10px;
  }

  .promo__subtitle {
    font-size: 19px;
  }

  .controlls-promo-slider__slider-pagination {
    margin: 50px 0px 0px 0px;
  }

  .item-choose__img img {
    width: 100%;
    height: auto;
  }

  .contact-us__form {
    margin: 30px 0px 20px 0px;
  }

  .form-contact-us-button {
    margin: 3px 0px 0px 0px;
  }

  .bid-contacts-us__title {
    font-size: 26px;
  }

  .bid-contacts-us__text {
    font-size: 18px;
  }

  .services {
    padding: 45px 0px 53px 0px;
  }

  .item-present__img img {
    left: -250%;
  }

  .item-present__title {
    font-size: 26px;
    margin: 0px 0px 25px 0px;
  }

  .item-present__text {
    margin: 0px 0px 10px 0px;
  }

  .item-present:nth-child(2) .item-present__img img {
    left: -86%;
  }

  .news__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .news--page {
    padding: 0px 0px 65px 0px;
  }

  .news--one-page .news__content {
    display: none;
  }

  .news--one-page .news__mobile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .news--one-page .controlls-news-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .news--one-page {
    padding: 0px 0px 50px 0px;
  }

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

  .welcome__content {
    padding: 310px 15px 0px 15px;
  }

  .welcome__label {
    height: 21px;
    width: 82px;
    font-size: 16px;
    margin: 0px 0px 20px 0px;
  }

  .welcome__title {
    font-size: 30px;
    margin: 0px 0px 15px 0px;
    line-height: 1.3;
  }

  .welcome__subtitle {
    font-size: 17px;
    margin: 0px 0px 25px 0px;
    line-height: 1.3;
  }

  .welcome__text {
    font-size: 13px;
    line-height: 1.3;
  }

  .welcome__price span {
    font-size: 48px;
  }

  .welcome__price {
    font-size: 18px;
  }

  .welcome__btns .item-present__link {
    width: 193px;
    height: 54px;
  }

  .welcome__btns {
    margin: 25px 0px 0px 0px;
  }

  .welcome {
    min-height: 660px;
  }

  .btns-welcome__connect {
    width: 193px;
    height: 54px;
  }

  .btns-welcome__link svg {
    width: 27px;
    height: 27px;
  }

  .btns-welcome__link {
    gap: 10px;
    font-size: 13px;
    white-space: nowrap;
  }

  .btns-welcome {
    gap: 25px;
  }

  .welcome--business .welcome__title {
    font-size: 35px;
  }

  .welcome--business .welcome__content {
    padding: 180px 15px 0 15px;
  }

  .sales__top {
    margin: 0px 0px 25px 0px;
  }

  .sales__content {
    gap: 15px;
  }

  .sales__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .sales {
    padding: 60px 0px 30px 0px;
  }

  .item-sales__img img {
    width: 100%;
    height: auto;
  }

  .item-sales__img {
    height: 190px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
  }

  .item-sales__title {
    font-size: 15px;
  }

  .item-sales__text {
    font-size: 11px;
  }

  .item-sales__link {
    font-size: 14px;
    width: 130px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }

  .item-sales__date {
    font-size: 14px;
  }

  .sales--page {
    padding: 0px 0px 65px 0px;
  }

  .equip__top {
    margin: 0px 0px 30px 0px;
  }

  .equip__tabs {
    margin: 0px 0px 20px 0px;
  }

  .equip__list {
    gap: 7px;
  }

  .equip__li {
    height: 44px;
    font-size: 14px;
  }

  .equip {
    padding: 30px 0px 20px 0px;
  }

  .equip--page {
    padding: 0px 0px 60px 0px;
  }

  .add-services__content {
    gap: 15px;
  }

  .item-add-services__title span span {
    font-size: 10px;
    margin: 0;
  }

  .item-add-services__title span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .item-add-services__title {
    padding: 13px 15px;
    height: auto;
    min-height: 68px;
  }

  .elem-add-services__title {
    max-width: 200px;
  }

  .elem-add-services__link {
    margin: 30px 0px 0px 0px;
  }

  .elem-add-services {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px 15px 10px 15px;
  }

  .about__title {
    margin: 0px 0px 20px 0px;
  }

  .top-about__left {
    font-size: 16px;
  }

  .top-about__right {
    margin: 30px 0px 0px 0px;
  }

  .top-about__img {
    margin: 0px 20px 0px 0px;
  }

  .top-about__text {
    font-size: 14px;
  }

  .top-about__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
  }

  .item-top-about__text {
    font-size: 13px;
  }

  .one-news__connect-btn {
    width: 100%;
    height: 48px;
  }

  .one-news__entry-content h4 {
    font-size: 20px;
    margin: 0px 0px 20px 0px;
  }

  .one-news__entry-content p {
    margin: 0px 0px 20px 0px;
  }

  .one-news__entry-content {
    font-size: 16px;
  }

  .one-news {
    padding: 0px 0px 45px 0px;
  }

  .navi-one-news__back {
    width: 100%;
  }

  .navi-one-news__next {
    width: 100%;
  }

  .navi-one-news {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .one-sale__connect-btn {
    width: 100%;
    height: 48px;
  }

  .one-sale__entry-content h4 {
    font-size: 20px;
    margin: 0px 0px 20px 0px;
  }

  .one-sale__entry-content p {
    margin: 0px 0px 20px 0px;
  }

  .one-sale__entry-content {
    font-size: 16px;
  }

  .one-sale {
    padding: 0px 0px 45px 0px;
  }

  .navi-one-sale__back {
    width: 100%;
  }

  .navi-one-sale__next {
    width: 100%;
  }

  .navi-one-sale {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .item-advantages__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

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

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

  .help__title {
    margin: 0px 0px 25px 0px;
  }

  .help__content {
    gap: 10px;
  }

  .help__link {
    width: 100%;
    height: 48px;
  }

  .help__text {
    margin: 25px 0px 0px 0px;
    font-size: 12px;
    text-align: center;
  }

  .help {
    padding: 0px 0px 50px 0px;
  }

  .item-help__img {
    width: 110px;
    height: 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }

  .item-help__img img {
    max-width: 63px;
  }

  .item-help__title {
    font-size: 18px;
  }

  .item-help__text {
    font-size: 11px;
  }

  .help-open__content {
    gap: 10px;
  }

  .help-open__item .item-add-services__title::after {
    width: 25px;
    height: 25px;
    font-size: 22px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
  }

  .help-open__item .item-add-services__title {
    gap: 10px;
    font-size: 13px;
    height: 45px;
    padding: 3px 15px 3px 20px;
  }

  .help-open__item .elem-add-services {
    padding: 20px 15px 15px 20px;
  }

  .help-open__item .elem-add-services__title {
    font-size: 11px;
  }

  .help-open__item .elem-add-services__link {
    margin: 15px 0px 0px 0px;
    width: 121px;
    height: 35px;
    font-size: 13px;
  }

  .help-open__btn {
    margin: 20px 0px 0px 0px;
  }

  .help-open {
    padding: 0px 0px 50px 0px;
  }

  .top-help-open__img {
    width: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }

  .top-help-open__title {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
  }

  .top-help-open__text {
    font-size: 11px;
  }

  .top-help-open {
    padding: 8px 10px;
  }

  .btn-help__link {
    width: 100%;
    height: 48px;
  }

  .look__title {
    margin: 0px auto 30px auto;
  }

  .look {
    padding: 45px 0px 80px 0px;
  }

  .item-look__img {
    overflow: hidden;
  }

  .present--video .item-present .item-present__link {
    margin: 15px auto 0px auto;
  }

  .present--video .item-present__img {
    height: 425px;
    overflow: hidden;
  }

  .present--video .item-present__img img {
    margin-left: -62%;
  }

  .mob-access__title {
    margin: 0px auto 10px auto;
  }

  .mob-access__subtitle {
    margin: 0px auto 15px auto;
  }

  .mob-access__img {
    height: 240px;
    margin: 0 -15px;
    background: url("/local/html/css/../img/look/mob-access.png") 57% 22px/cover no-repeat;
  }

  .mob-access {
    padding: 55px 0px 0px 0px;
  }

  .video-archive__title {
    font-size: 26px;
  }

  .video-archive {
    background: url("/local/html/css/../img/look/video-arch.jpg") 53% 0/cover no-repeat;
  }

  .how__subtitle {
    margin: 0px auto 20px auto;
  }

  .how {
    padding: 70px 0px 50px 0px;
  }

  .tarrifs__content {
    gap: 20px;
  }

  .tarrifs__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .tarrifs {
    padding: 65px 0px 55px 0px;
  }

  .item-tarrifs__title {
    font-size: 24px;
  }

  .item-tarrifs__under-price {
    font-size: 20px;
  }

  .item-tarrifs__list li {
    font-size: 16px;
  }

  .item-tarrifs__link {
    font-size: 16px;
    height: 48px;
  }

  .pers-area {
    padding: 90px 0px 20px 0px;
  }

  .left-pers-area__text {
    margin: 15px 0px 0px 0px;
    font-size: 9px;
  }

  .left-pers-area {
    padding: 25px 15px 10px 15px;
  }

  .form-left-pers-area__links {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    gap: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px 0px 0px 0px;
  }

  .form-left-pers-area__btn {
    width: 100%;
    height: 42px;
    font-size: 16px;
  }

  .form-left-pers-area__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    gap: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .form-left-pers-area__ques {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    height: 20px;
    width: 20px;
    font-size: 14px;
  }

  .form-left-pers-area__link {
    font-size: 12px;
  }

  .form-left-pers-area-input input {
    font-size: 16px;
    padding: 0px 15px;
  }

  .form-left-pers-area-input {
    height: 48px;
  }

  .form-left-pers-area-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .right-pers-area__logo span {
    font-size: 10px;
  }

  .right-pers-area__logo a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 105px;
            flex: 0 0 105px;
  }

  .right-pers-area__logo a img {
    width: 100%;
  }

  .right-pers-area__logo {
    gap: 10px;
  }

  .right-pers-area__link {
    width: 160px;
    height: 37px;
    font-size: 14px;
  }

  .right-pers-area__adres {
    font-size: 14px;
    padding: 9px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .right-pers-area {
    min-height: 275px;
    padding: 35px 15px 15px 15px;
  }

  .footer--lk {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }

  .pers-area-pay__link {
    height: 42px;
    font-size: 16px;
  }

  .top-contacts__title {
    margin: 0px 0px 25px 0px;
  }

  .top-contacts__content {
    padding: 0px 0px 20px 0px;
  }

  .top-contacts__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: center;
  }

  .col-contacts__title {
    font-size: 12px;
    margin: 0px 0px 10px 0px;
  }

  .col-contacts__list li a {
    font-size: 16px;
  }

  .col-contacts__text {
    font-size: 16px;
  }

  .middle-top-contacts__col:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .middle-top-contacts__col:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .middle-top-contacts__col:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .middle-top-contacts__col:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .middle-top-contacts__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.5%;
            flex: 0 1 48.5%;
  }

  .middle-top-contacts__text {
    font-size: 12px;
  }

  .middle-top-contacts {
    padding: 20px 0px 35px 0px;
  }

  .mobile-none {
    display: none;
  }

  .top-contacts__col_mobile {
    display: block;
  }

  .top-contacts__col_mobile:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: center;
  }

  .top-contacts__col_mobile:last-child .col-contacts__social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .about-page__mobile-img {
    height: 440px;
    overflow: hidden;
    position: relative;
    margin: 0 -20px;
  }

  .about-page__mobile-img img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .about-page__subtitle {
    font-size: 20px;
    margin: 0px 0px 15px 0px;
  }

  .about-page__text p:not(:last-child) {
    margin: 0px 0px 15px 0px;
  }

  .about-page__text p {
    font-size: 16px;
  }

  .about-page__requisites {
    margin: 40px 0px 0px 0px;
  }

  .about-page {
    padding: 93px 0px 50px 0px;
  }

  .requisites-about-page__title {
    margin: 0px 0px 15px 0px;
  }

  .requisites-about-page__text {
    font-size: 14px;
  }

  .bottom-requisites__title {
    font-size: 16px;
  }

  .bottom-requisites__list li a {
    font-size: 16px;
  }

  .bottom-requisites__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .bottom-requisites {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
  }

  .error__content {
    padding: 100px 0px 30px 0px;
  }

  .error__img::after {
    content: none;
  }

  .error__text {
    font-size: 14px;
    margin: 0px auto 15px auto;
  }

  .error {
    background: url("/local/html/css/../img/error/bg-error_tablet_2.png") 84% 0 no-repeat #000;
    padding: 93px 0px 50px 0px;
  }

  .tarrifs-page__title:not(:first-child) {
    margin: 40px 0px 40px 0px;
  }

  .tarrifs-page__title {
    margin: 20px 0px 25px 0px;
  }

  .tarrifs-page__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .tarrifs-page {
    padding: 50px 0px 55px 0px;
  }

  .video-archive--domofons {
    background: url("/local/html/css/../img/present/present4.jpg") 80% 0/cover no-repeat;
  }
}

@media (max-height: 759px) and (max-width: 479.98px) {
  .popup_tv .popup__close {
    top: -50px;
  }
}

@media (max-height: 650px) and (max-width: 479.98px) {
  .popup_tv {
    padding: 50px 10px 30px 10px;
  }
}

@media (max-width: 425px) {
  .slider-main-slide__tv .slider-main-slide__content {
    padding: 330px 15px 5px 15px;
  }

  .welcome--tv .welcome__content {
    padding: 420px 20px 0 20px;
  }
}

@media (max-width: 390px) {
  .item-choose__img img {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 375px) {
  .slider-main-slide__tv .slider-main-slide__content {
    padding: 300px 15px 5px 15px;
  }

  .welcome--tv .welcome__content {
    padding: 390px 20px 0 20px;
  }
}

@media (max-width: 370px) {
  .video-welcome {
    top: 30%;
  }

  .slider-main-slide__video {
    top: 105px;
  }
}

@media (max-width: 359px) {
  .item-sales__desc {
    padding: 20px 15px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .slider-main-slide__tv .slider-main-slide__content {
    padding: 450px 20px 0 20px;
  }

  .welcome--tv .welcome__content {
    padding: 720px 20px 0 20px;
  }
}

@media (min-width: 404px) and (max-width: 425px) {
  .video-welcome {
    top: 33%;
  }

  .slider-main-slide__video {
    top: 105px;
  }
}

@media (min-width: 390px) and (max-width: 403px) {
  .video-welcome {
    top: 31%;
  }

  .slider-main-slide__video {
    top: 105px;
  }
}

@media (min-width: 360px) and (max-width: 369px) {
  .video-welcome {
    top: 28%;
  }

  .slider-main-slide__video {
    top: 105px;
  }
}

@media (min-width: 320px) and (max-width: 359px) {
  .video-welcome {
    top: 24%;
  }

  .slider-main-slide__video {
    top: 105px;
  }
}

@media (any-hover: hover) {
  .connect-btn:hover,
  .item-sales__link:hover,
  .cc-window .cc-compliance a:hover {
    background-position: 40%;
  }

  .more-btn:hover {
    background-position: 0;
    color: #fff;
  }

  .list-breadcrumbs__item a:hover {
    color: #636262;
  }

  .popup_bid .item-promo:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .left-popup__download:hover {
    background-color: #dadada;
  }

  .menu-top-header__link:hover {
    color: #b6b6b6;
  }

  .pa-top-header__link:hover {
    color: #b6b6b6;
  }

  .pa-top-header__link:hover svg path {
    fill: #b6b6b6;
  }

  .pa-top-header__link-btn:hover {
    background-position: 40%;
  }

  .middle-header__connect-btn:hover {
    background-position: 0;
    border-color: #3755f0;
  }

  .phones-header__top:hover {
    color: #b6b6b6;
  }

  .link-phones-header__link:hover {
    color: #7037fb;
  }

  .link-phones-header__link:hover::before {
    width: 3px;
  }

  .menu__list .sub-menu li a:hover {
    color: #7037fb;
  }

  .menu__list .sub-menu li a:hover::before {
    width: 3px;
  }

  .menu__list.menu-item-has-children:hover .sub-menu {
    height: 115px;
    visibility: visible;
  }

  .menu__list.menu-item-has-children:hover .menu-bottom-header__link::before {
    border-color: #fff;
  }

  .menu__list.menu-item-has-children:hover .menu-bottom-header__link::after {
    opacity: 1;
  }

  .menu__link:hover::after {
    left: 0;
    width: 100%;
  }

  .menu-bottom-header__list li .sub-menu li a:hover {
    color: #7037fb;
  }

  .menu-bottom-header__list li .sub-menu li a:hover::before {
    width: 3px;
  }

  .menu-bottom-header__list li.menu-item-has-children:hover .menu-bottom-header__link::before {
    border-color: #fff;
  }

  .menu-bottom-header__list li.menu-item-has-children:hover .menu-bottom-header__link::after {
    opacity: 1;
  }

  .menu-bottom-header__link:hover {
    color: #b6b6b6;
  }

  .body-bottom-header__pay:hover {
    background-position: 100%;
  }

  .icon-menu:hover span:nth-child(2) {
    width: 100%;
  }

  .icon-menu:hover span:last-child {
    width: 100%;
  }

  .top-footer__link:hover {
    background-position: 0;
  }

  .menu-footer__link:hover {
    text-decoration: underline;
  }

  .form-footer__btn:hover {
    background-position: 40%;
  }

  .phones-bottom-footer__link:hover {
    color: #b6b6b6;
  }

  .social-bottom-footer__link_vk:hover svg path {
    fill: #1E88E5;
  }

  .under-footer__policy:hover {
    text-decoration: underline;
  }

  .cookie__text a:hover {
    text-decoration: none;
  }

  .cc-window .cc-message a:hover {
    text-decoration: none;
  }

  .btns-slider-main-slide__link:hover {
    color: #b6b6b6;
  }

  .controlls-main-slider__slider-pagination .swiper-pagination-bullet:hover {
    background-color: #fff;
  }

  .promo__subtitle span:hover {
    background-position: 0;
  }

  .promo__subtitle span:hover a {
    color: #fff;
  }

  .header-promo__li:hover {
    color: #fff;
    background-position: 0;
  }

  .item-promo__link:hover {
    color: #fff;
    background-position: 0;
  }

  .item-promo:hover {
    -webkit-box-shadow: 0px 1px 26.39px 2.61px rgba(194, 194, 194, 0.44);
            box-shadow: 0px 1px 26.39px 2.61px rgba(194, 194, 194, 0.44);
    border-color: #fff;
  }

  .item-promo--help:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .controlls-promo-slider__slider-pagination .swiper-pagination-bullet:hover {
    background-color: #8a85af;
  }

  .item-promo-two__connect:hover {
    background-color: #34047c;
  }

  .controlls-choose-slider__slider-pagination .swiper-pagination-bullet:hover {
    background-color: #8a85af;
  }

  .form-contact-us__btn:hover {
    color: #141414;
    background-color: #fff;
  }

  .item-feedbacks__date a:hover {
    color: #2643b9;
  }

  .controlls-feedbacks-slider__slider-pagination .swiper-pagination-bullet:hover {
    background-color: #8a85af;
  }

  .item-services__link:hover {
    color: #000;
    background-color: #fff;
  }

  .item-services:hover .item-services__content {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .controlls-news-slider__slider-pagination .swiper-pagination-bullet:hover {
    background-color: #8a85af;
  }

  .item-news__link:hover {
    color: #000;
    -webkit-text-fill-color: #000;
  }

  .navi-news__li a:hover {
    background: -o-linear-gradient(40deg, #1268e9 0%, #852cff 100%);
    background: linear-gradient(50deg, #1268e9 0%, #852cff 100%);
    color: #fff;
  }

  .add-text__btn:hover {
    background-color: #bebebe;
    color: #000;
  }

  .btns-welcome__link:hover {
    color: #b6b6b6;
  }

  .item-sales__img img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .item-sales__title a:hover {
    color: #2e2e2e;
  }

  .equip__li:hover {
    background-position: 0;
    color: #fff;
  }

  .controlls-equip-slider__slider-pagination .swiper-pagination-bullet:hover {
    background-color: #8a85af;
  }

  .navi-one-news__back:hover {
    background-color: #dadada;
  }

  .navi-one-news__next:hover {
    background-color: #dadada;
  }

  .navi-one-sale__back:hover {
    background-color: #dadada;
  }

  .navi-one-sale__next:hover {
    background-color: #dadada;
  }

  .help__text a:hover {
    color: #444444;
  }

  .item-help:hover {
    -webkit-box-shadow: 0px 1px 26.39px 2.61px rgba(194, 194, 194, 0.21);
            box-shadow: 0px 1px 26.39px 2.61px rgba(194, 194, 194, 0.21);
    border-color: transparent;
  }

  .controlls-look-slider__slider-pagination .swiper-pagination-bullet:hover {
    background-color: #8a85af;
  }

  .controlls-how-slider__slider-pagination .swiper-pagination-bullet:hover {
    background-color: #8a85af;
  }

  .item-tarrifs:hover {
    background: -o-linear-gradient(40deg, #1268e9 0, #852cff 100%);
    background: linear-gradient(50deg, #1268e9 0, #852cff 100%);
    border-color: transparent;
  }

  .item-tarrifs:hover .item-tarrifs__title {
    color: #fff;
  }

  .item-tarrifs:hover .item-tarrifs__price {
    color: #fff;
  }

  .item-tarrifs:hover .item-tarrifs__under-price {
    color: #fff;
  }

  .item-tarrifs:hover .item-tarrifs__list li {
    color: #fff;
  }

  .item-tarrifs:hover .item-tarrifs__text {
    color: #fff;
  }

  .item-tarrifs:hover .item-tarrifs__link {
    color: #fff;
    border-color: #fff;
  }

  .form-left-pers-area__btn:hover {
    background-position: 40%;
  }

  .form-left-pers-area__link:hover {
    text-decoration: none;
  }

  .pers-area-pay__link:hover {
    background-position: 40%;
  }

  .col-contacts__phone:hover {
    color: #233799;
  }

  .col-contacts__list li a:hover {
    color: #535353;
  }

  .col-contacts__text a:hover {
    color: #535353;
  }

  .bottom-requisites__list li a:hover {
    color: #9b9b9b;
  }
}

@media (max-height: 425px) {
  .slider-main-slide {
    min-height: 720px;
  }
}
.slider-main-slide__label,.item-sales__img,.one-news__thumbnail {
	position: relative;
}
.rekToggle {
	position: absolute !important;
	right: 0;
	top: 24%;
	background: #fff !important;
	cursor: pointer;
	font-size: 14px;
	padding: 2px 14px;
	line-height: 130%;
	min-width: 80px;
	max-width: 80px;
	display: block;
	text-align: center;
	z-index: 2;
	color: #23323e;
	border-radius: 24px;
}
.item-sales__img .rekToggle {
	top: 10px;
	right: 10px;
}
.one-news__thumbnail .rekToggle {
	top: 10px;
	right: 40px;
}

.rekId {
	position: absolute;
	font-size: 12px;
	background: #273a64;
	color: #f0ffff;
	padding: 2px 14px;
	border-radius: 10px;
	border: 1px solid #bdbdbdb;
	top: 30px;
	right: 0;
	max-width: 250px;
	min-width: 250px;
	opacity: 0;
	transition: 0.25s opacity;
	text-align: left;
	visibility: hidden;
}
.rekId.showed {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 991px) {
	.slider-main-slide__label.rekToggle {
		max-width: 150px;
		text-align: center;
	}
	.rekId {
		top: 30px;
		padding: 10px;
	}
}
@media (max-width: 568px) {
	.slider-main-slide__label.rekToggle {
		top: -16vh !important;
		right: 10px;
		transform: scale(0.7);
	}
	.rekId {
		top: 30px;
		padding: 10px;
		right: 0;
	}
	.item-sales__img .rekId {
		right: 0px;
	}
	.one-news__thumbnail .rekToggle {
		top: 10px;
		right: 10px;
	}
	.popup__bottom-text {
		display: block !important;
	}


	.main-silder__content  {
		height: 60vh;
	}
	.slider-main-slide__bg {
		height: 28%;
	}
	.slider-main-slide__content {
		background: linear-gradient(to right, #3b53f1 0%, #5744f6 50%);
		margin-top: 25vh;
		height: 30vh;
		padding-top: 0px;
		width: 100vw;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 10px;
	}
	
	.controlls-main-slider__slider-pagination {
		bottom: 2px;
	}
	.slider-main-slide__subtitle {
		margin-bottom: 0px;
		width: 49%;
		font-size: 13px;
	}
	.slider-main-slide__subtitle br:not(.mob) {
		display: none;
	}
	.slider-main-slide__title {
		font-size: 30px;
		width: 100%;
		margin-bottom: 0;
	}
	.slider-main-slide__btns {
		margin-top: 5px;
	}
	.btns-slider-main-slide__connect {
		background-image: none !important;
		background: #fff !important;
		color: #000;
	}
	.video-welcome {
		top: -200px !important;
		transform: translate(-50%, 0) scale(.8)
	}
	.slider-main-slide__tv .slider-main-slide__content {
		padding: 10px 15px 5px 15px;
		height: 35vh;
	}
	.slider-main-slide__tv .slider-main-slide__content .slider-main-slide__btns  {
		margin-top: 0px;
	}
	.slider-main-slide__vnablud .slider-main-slide__subtitle {
		width: 100%;
	}
	.swiper-pagination-bullets .swiper-pagination-bullet-active {
		background: #3b53f1;
	}
	section.promo {
		padding-top: 20px;
	}
}
@media (min-width: 569px) {
	.slider-main-slide__content {
		background: none !important;
	}
}
/* End */


/* Start:/local/templates/CAEDucem/components/bitrix/catalog.section.list/header_two_menu/style.css?16529282307305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/local/templates/CAEDucem/components/bitrix/subscribe.edit/subs_personal/style.css?1653524692183*/
div.subscribe-edit .red {
	color:red;
}
div.subscribe-edit .green {
	color:green;
}
div.subscribe-edit .errorcolor {
	color:red;
}
div.subscribe-edit .successcolor {
	color:green;
}
	
/* End */


/* Start:/local/templates/CAEDucem/components/bitrix/form.result.new/.default/style.css?1643976079666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/CAEDucem/components/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/CAEDucem/components/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/CAEDucem/template_styles.css?1740928906973*/
.radio-choose-form__label{
	position: relative;
}
.radio-choose-form__label:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent!important;
}
.a-item-promo__label::after{
	content: '';
	position: absolute;
	width: inherit;
	height: inherit;
}
.item-how-color__button.all_connect-btn{
	position: relative;
}
.item-how-color__button.all_connect-btn::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.item-content-tv__title::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}
.form-button {
	flex-direction: column;
	align-items: center;
}
.bot-policy {
	padding-top: 10px;
	text-align: center;
}
.form-footer-button p {
	color: #fff;
}
.form-footer-button p a {
	text-decoration: underline;
	color: #fff;
}
.bottom-popup__content {
	line-height: 140% !important;
	display: inline !important;
}

/* End */
/* /local/html/css/style.css?1748502515229516 */
/* /local/templates/CAEDucem/components/bitrix/catalog.section.list/header_two_menu/style.css?16529282307305 */
/* /local/templates/CAEDucem/components/bitrix/subscribe.edit/subs_personal/style.css?1653524692183 */
/* /local/templates/CAEDucem/components/bitrix/form.result.new/.default/style.css?1643976079666 */
/* /local/templates/CAEDucem/template_styles.css?1740928906973 */
