::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #7D7D7D;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #390651;
}

@keyframes arrow_animate_sm {
  0% {
    right: 15px;
  }
  30% {
    right: 10px;
  }
  80% {
    right: 20px;
  }
  100% {
    right: 15px;
  }
}
.ico_gear {
  cursor: pointer;
}

pre {
  font-size: 15px;
  line-height: 18px;
  background: #CCC;
  color: black;
  font-weight: 400;
}

footer .catalog_element {
  padding-top: 0;
}
footer .catalog_element .social_block a {
  height: 35px;
  width: 60px;
}
footer .left_part {
  width: 100%;
}
footer .footer__nav ul.menu_block {
  display: block;
  column-count: 1;
  margin-left: -20px;
}
footer .footer__nav ul.menu_block li {
  display: inline-block;
  vertical-align: top;
}
footer .footer__nav .menu_subhead {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #121213;
}
footer .button_price_descr.header_worktime {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
footer .button_price_descr.header_worktime .price_descr {
  top: 30px;
  color: #7D7D7D;
  background: white;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  z-index: 111;
}
footer .button_price_descr.header_worktime .price_descr::after {
  border-bottom-color: white;
}
footer .footer__nav {
  margin-top: 40px;
  padding: 40px 0 40px;
  border-top: 1px solid #ddd;
}
footer .footer__nav ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  width: 100%;
  max-width: 80%;
  margin-bottom: 0;
  margin-top: 10px;
}
footer .footer__nav li {
  margin-bottom: 20px;
  display: block;
}
footer .footer__nav a {
  color: #7D7D7D;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 5px 20px;
}
footer .footer__flex_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
footer .footer__phones {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
}
footer .footer__phone {
  margin-bottom: 16px;
}
footer .footer__phone a {
  color: #121213;
  white-space: nowrap;
  display: block;
}
footer .footer__button .button {
  padding: 16px 30px;
}
footer .footer__end {
  padding: 0;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
}
footer .footer__logo_block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
footer .footer__bottom {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  color: #7D7D7D;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
footer .footer__logo img {
  width: 63px;
  display: block;
}
footer .footer__logo.area_48 img {
  width: 100px;
}
footer .footer__logo.area_62 img {
  width: 100px;
}
footer .footer__block {
  margin-left: 25px;
  color: #7D7D7D;
}
footer .footer__address {
  margin-bottom: 1px;
}
footer .footer__requisites {
  color: #7D7D7D;
}
footer .footer__requisites div {
  margin-bottom: 5px;
}
footer .footer__pay-systems {
  overflow: hidden;
}
footer .footer__pay-systems .pay-systems-text {
  display: none;
}
footer .footer__pay-systems img {
  width: 180px;
  display: block;
}
footer .footer__container {
  padding: 40px 0;
  border-top: 1px solid #ddd;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #7D7D7D;
}

div.modern-page-navigation a, span.modern-page-current, span.modern-page-dots {
  color: #390651;
}

.more_info {
  margin-top: 20px;
}
.more_info ul li {
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
.more_info ul li::before {
  content: "";
  width: 8px;
  height: 2px;
  background: #7D7D7D;
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 10px;
}
.more_info .block {
  background-color: #F9F6F1;
  padding: 40px;
  overflow: hidden;
  color: #7D7D7D;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  background-repeat: no-repeat;
  height: 363px;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
}
.more_info .block .decr_top {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #919294;
  margin-bottom: 15px;
}
.more_info .block .name {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 21px;
  color: #121213;
  z-index: 1;
}
.more_info .block p {
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
}
.more_info .block-1.block {
  justify-content: flex-start;
}
.more_info .block-1::before {
  content: "";
  position: absolute;
  right: 0px;
  left: 0;
  margin: auto;
  bottom: 0;
  width: 145px;
  height: 170px;
  background-repeat: no-repeat;
  background-image: url("../images/catalog_element/block-1.2.png");
  background-position: center;
  background-size: contain;
}
.more_info .block-2 {
  background-image: url("../images/catalog_element/block-2.3.png");
  background-position: 40px 74%;
  background-size: 270px;
}
.more_info .block-3 {
  background-image: url("../images/catalog_element/block-3.2.png");
  background-position: bottom center;
  background-size: 340px;
}
.more_info .block-4 {
  background-image: url("../images/catalog_element/block-4.1.png");
  background-position: center bottom;
  background-size: 300px;
}
.more_info .block-5 {
  background-image: url("../images/catalog_element/block-5.2.png");
  background-position: center 230px;
  background-size: 280px;
}
.more_info .block-6 {
  background-image: url("../images/catalog_element/block-6.2.png");
  background-position: center bottom;
  background-size: 230px;
}
.more_info .block-6.block {
  justify-content: flex-start;
}
.more_info .block-6 p {
  max-width: 280px;
}
.more_info .block-7 {
  background-image: url("../images/catalog_element/block-7.png");
  background-position: center bottom;
  background-size: 250px;
}
.more_info .block-7.block {
  justify-content: flex-start;
}
.more_info .flex-center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-direction: column;
}

.modal .close {
  width: 20px;
  height: 20px;
  background: transparent;
  position: relative;
  opacity: 1;
  margin-left: 100px;
  position: absolute;
  right: -60px;
  top: -5px;
  cursor: pointer;
  z-index: 10;
}
.modal .close::before {
  transform: rotate(45deg);
}
.modal .close::after {
  transform: rotate(-45deg);
}
.modal .close::before, .modal .close::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  background: white;
  width: 100%;
  height: 3px;
  transition: 0.5s;
}
.modal.horizontal .modal-dialog {
  width: 450px;
}
.modal.horizontal .modal-dialog {
  display: flex;
}
.modal.horizontal .modal-dialog .modal-image {
  width: 50%;
  border-radius: 22px 0 0 22px;
}
.modal.vertical .modal-dialog {
  max-width: 768px;
}
.modal.vertical .modal-dialog .modal-image {
  height: 430px;
  border-radius: 22px 22px 0 0;
}
.modal.vertical .modal-dialog .modal-content {
  border-radius: 0 0 22px 22px;
  padding: 25px;
}
.modal.vertical .modal-dialog .modal-content .text {
  font-size: 17px;
  line-height: 26px;
  color: #7D7D7D;
  text-align: center;
}
.modal .modal-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F3F8FE;
  border-radius: 22px;
  position: relative;
  pointer-events: auto;
}
.modal .modal-content {
  width: 100%;
  position: relative;
  border-radius: 22px;
  padding: 45px;
  border: none;
}
.modal .modal-content .br {
  margin-top: 30px;
}
.modal .modal-content .title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  font-weight: 700;
}
.modal .modal-content .descr {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #7D7D7D;
  margin-top: 15px;
}
.modal .modal-content .form {
  margin-top: 30px;
}

.form label {
  display: block;
  margin: 0;
  margin-top: 20px;
  position: relative;
  padding-top: 3px;
}
.form label.item, .form label.item2 {
  background: url("../images/phone-color.png") 97% center no-repeat;
  background-size: 18px;
}
.form label svg {
  height: 22px;
}
.form label .svg_user svg {
  fill: #390651;
}
.form label .svg_phone {
  stroke: #390651;
}
.form label.item2.active .input_name {
  top: 0;
  font-size: 14px;
  line-height: 17px;
  color: #7D7D7D;
}
.form .policy label {
  padding-top: 0;
  margin-top: 40px;
}
.form .policy input[type=checkbox] {
  display: none;
}
.form .policy .custom_checkbox {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #ECECEC;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.form .policy .custom_checkbox.error {
  border-color: red;
}
.form .policy input.checkbox:checked + .custom_checkbox {
  background: url("../images/check.png") center center no-repeat;
  background-size: 16px;
}
.form .policy .check_descr {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  font-size: 15px;
  font-weight: 300;
  color: #7D7D7D;
  cursor: pointer;
  max-width: 80%;
}
.form .policy .check_descr a {
  text-decoration: underline;
  color: #7D7D7D;
}
.form .input_name {
  position: absolute;
  top: 35px;
  left: 0;
  transition: 0.3s;
  color: #7D7D7D;
  font-size: 15px;
  line-height: 21px;
}
.form input.name {
  background: url("../images/ico/user.svg") 93% center no-repeat;
}
.form input.phone {
  background: url("../images/ico/phone3.svg") 93% center no-repeat;
  background-size: 25px;
}
.form input[type=text], .form input[type=email], .form input[type=phone], .form .select {
  color: #7D7D7D;
  border: none;
  outline: none;
  border: 1px solid #7D7D7D;
  border-radius: 12px;
  font-size: 17px;
  line-height: 21px;
  padding: 14px 15px;
  padding-right: 50px;
  width: 100%;
  width: 100%;
  transition: 0.3s;
}
.form input[type=text].error, .form input[type=email].error, .form input[type=phone].error, .form .select.error {
  border-color: red;
  box-shadow: 0px 0px 0 0px red;
}
.form .button {
  margin-top: 20px;
  padding: 14px 28px;
}
.form .select {
  background: url("../images/ico/chevron.svg") 93% center no-repeat;
  background-size: 18px;
  height: 50px;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.form .select.active .options {
  max-height: 1000px;
  top: calc(100% - 1px);
  transition: 0.7s max-height;
}
.form .select .options {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  position: absolute;
  top: calc(100% + 1px);
  width: calc(100% + 22px);
  left: -22px;
  background: white;
  z-index: 1;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  padding: 10px 22px;
  box-shadow: 0 4px 15px -10px #333;
}
.form .select .options .option:first-child {
  border-top: none;
}
.form .select .options .option {
  padding: 14px 0;
  cursor: pointer;
  border-top: 1px solid #C4C4C4;
}

.line-form.full .form {
  justify-content: space-between;
  margin-top: 0;
  align-items: center;
}
.line-form .form {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 35px;
}
.line-form .form .button {
  margin-top: 0;
}
.line-form .form label {
  margin: 0;
}
.line-form .form .policy {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
}
.line-form .form .policy .check_descr {
  margin-top: 6px;
}

.form .responce {
  color: red;
  margin-top: 20px;
  display: none;
}
.form .responce.active {
  display: block;
}

.delivery_block_form .form .responce {
  position: absolute;
  left: 0;
  top: 120px;
  margin-top: 0;
}

.answer_center {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  border-radius: 22px;
  background-color: #fffb;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.contacts__info {
  padding-top: 10px;
}
.contacts__info .gray_text {
  color: #808081;
}

.contacts__social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  display: none;
}
.contacts__social a {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  margin: 0 6px;
  background-repeat: no-repeat;
  background-position: center center;
}
.contacts__social a:first-child {
  margin-left: 0;
}
.contacts__social a:last-child {
  margin-right: 0;
}
.contacts__social a.wa {
  background-color: #19BE57;
  background-image: url("../images/wa_white.png");
  background-size: 21px;
}
.contacts__social a.vk {
  background-color: #4B729F;
  background-image: url("../images/vk.svg");
  background-size: 21px;
}
.contacts__social a.tg {
  background-color: #179CE7;
  background-image: url("../images/tg_white.png");
  background-size: 18px;
}
.contacts__social a.inst {
  background-color: #FF0E42;
  background-image: url("../images/inst_ico.png");
  background-size: 21px;
}

.contacts__map {
  margin-top: 30px;
  margin-bottom: 55px;
}
.contacts__map .map {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.contacts__map .map .ymaps-2-1-79-ground-pane {
  filter: grayscale(100%);
}
.contacts__map img {
  width: 100%;
  max-width: 100%;
}
.contacts__map .contacts__img {
  border-radius: 12px;
  overflow: hidden;
}

.contacts__text {
  color: #121213;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
.contacts__text a {
  color: #390651;
}

.pageTop {
  margin-top: 50px;
}

.specBlockWrap {
  margin-top: 50px;
  max-height: 265px;
  overflow: hidden;
  position: relative;
  transition: 2s;
}
.specBlockWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  box-shadow: 0 -35px 10px -15px white inset;
}
.specBlockWrap.active {
  max-height: 5000px;
}
.specBlockWrap.active::after {
  display: none;
}

.mobile_button_spec {
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #390651;
  text-align: center;
  display: block;
  padding: 9px;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  cursor: pointer;
}

.specBlock {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-width: 50%;
  column-count: 2;
  column-gap: 4%;
}
.specBlock section {
  margin: 0;
}
.specBlock div {
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  padding: 12px 0;
  border-bottom: 1px solid #ECECEC;
  height: 43px;
}
.specBlock .section {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #808081;
}
.specBlock .spec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.specBlock .spec span {
  display: block;
  width: 50%;
  word-break: break-word;
}
.specBlock .spec span:first-child {
  padding-right: 5px;
  color: #808081;
  width: 40%;
}
.specBlock .spec span:last-child {
  max-width: 60%;
  width: auto;
}

.promotions .item {
  display: block;
  margin-bottom: 40px;
}
.promotions .item .image {
  width: 100%;
  height: 320px;
  background: center no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.promotions .item .bottom {
  margin-top: 30px;
}
.promotions .item .bottom .name {
  font-size: 35px;
  line-height: 42px;
  font-weight: 700;
  color: #121213;
}
.promotions .item .bottom .description {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #7D7D7D;
  margin-top: 10px;
}
.promotions.detailPagePromo {
  margin-bottom: 35px;
}
.promotions.detailPagePromo .item {
  margin-bottom: 0;
}
.promotions.detailPagePromo .date_active {
  color: #7D7D7D;
  margin-top: 20px;
}
.promotions.detailPagePromo .back {
  color: #390651;
  text-decoration: underline;
  margin-top: 20px;
  display: block;
}
.promotions.detailPagePromo .image {
  max-width: 700px;
  height: auto;
  margin-bottom: 40px;
}
.promotions.detailPagePromo .block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.promotions.detailPagePromo .block .item {
  flex: 2;
}
.promotions.detailPagePromo .other_promo {
  padding-left: 20px;
  flex: 1;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}
.promotions.detailPagePromo .other_promo .other_title {
  color: #390651;
  margin-bottom: 15px;
}
.promotions.detailPagePromo .other_promo .elem {
  margin-bottom: 15px;
}
.promotions.detailPagePromo .other_promo .elem .name {
  color: #121213;
  text-decoration: none;
  margin-bottom: 4px;
  display: block;
}
.promotions.detailPagePromo .other_promo .elem .name:hover {
  text-decoration: underline;
}
.promotions.detailPagePromo .other_promo .elem .text {
  color: #7D7D7D;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.in_basket_button {
  background: white;
  outline: 3px solid #390651;
  color: #390651;
  pointer-events: none;
}
.in_basket_button:hover {
  color: #390651;
}

.basket-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.clear_basket {
  cursor: pointer;
  color: #7D7D7D;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 10px;
  text-align: right;
}

.basket_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

.basket-total-block {
  max-width: 440px;
  margin-left: 0px;
  margin-top: 20px;
}
.basket-total-block .total_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #390651;
  margin-bottom: 20px;
}
.basket-total-block .items_count {
  color: #7D7D7D;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.was_spinner_cont {
  display: none;
}

.order-block {
  margin-top: 60px;
  width: 100%;
  max-width: 900px;
}
.order-block input.phone {
  border-color: #C4C4C4;
  font-size: 15px;
}
.order-block .info_errors {
  color: red;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
.order-block .form_title {
  margin-top: 30px;
}
.order-block .order_choose_block {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  flex-direction: row;
}
.order-block .order_choose_block.payment_method_block label {
  width: calc(33.3333333333% - 10px);
}
.order-block .order_choose_block.delivery_block label {
  width: calc(50% - 10px);
}
.order-block .order_choose_block input:checked + label {
  border-color: #121213;
}
.order-block .order_choose_block label {
  border: 1px solid #C4C4C4;
  border-radius: 12px;
  padding: 20px;
  padding-right: 40px;
  background: transparent no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-direction: column;
  transition: 0.3s;
}
.order-block .order_choose_block label:hover {
  cursor: pointer;
  border-color: #121213;
}
.order-block .order_choose_block label .name {
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  color: #121213;
}
.order-block .order_choose_block label .descr {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #7D7D7D;
  margin-top: 3px;
}
.order-block .order_choose_block input {
  display: none;
}

.basket-total-block {
  width: 100%;
  padding: 24px;
  border: 1px solid #C4C4C4;
  border-radius: 12px;
}
.basket-total-block .button {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  padding: 16px 12px;
}

.order_container {
  position: relative;
}

.catalog-section-rem {
  margin-top: 0;
}

.block1 .item_wrap {
  margin-bottom: 20px;
}
.block1 .item {
  padding: 30px;
  background-color: white;
  border: 1px solid #ECECEC;
  border-radius: 12px;
  height: 100%;
}
.block1 .item .top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.block1 .item .ico {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin-right: 25px;
  background: #390651;
  border-radius: 12px;
}
.block1 .item .ico img {
  max-width: 20px;
  max-height: 20px;
  display: block;
}
.block1 .item .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #121213;
}
.block1 .item .bottom {
  margin-top: 8px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #7D7D7D;
}
.block1.price_header {
  margin-top: 65px;
}
.block1.price_header .item .ico {
  margin-right: 0;
}
.block1.price_header .item .ico_block {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
  margin-right: 30px;
}
.block1.price_header .item .top {
  flex-direction: row;
}

.slider_block {
  margin-bottom: 65px;
}
.slider_block .item_wrap {
  outline: none;
}
.slider_block .item .img {
  position: relative;
}
.slider_block .item .img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #F9F6F1;
  border-radius: 22px;
}
.slider_block .item img {
  display: block;
  position: relative;
  z-index: 1;
  margin: auto;
  height: 320px;
}
.slider_block .item .name {
  color: #121213;
  margin-top: 37px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}
.slider_block .item .descr {
  margin: 0 auto;
  margin-top: 19px;
  color: #7D7D7D;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  max-width: 80%;
}
.slider_block .num div {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  line-height: 26px;
  color: #390651;
}
.slider_block .num div.index {
  width: 10px;
  text-align: right;
  padding-right: 2px;
}
.slider_block .num div.count {
  color: #A7ACBC;
}
.slider_block .nav_buttons {
  width: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 53px;
}
.slider_block .nav_buttons .buttons {
  display: flex;
  justify-content: space-between;
  width: 110px;
}
.slider_block .nav_buttons button {
  cursor: pointer;
  border: 1px solid #ECECEC;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: transparent;
  outline: none;
  transition: 0.3s;
}
.slider_block .nav_buttons button.prev svg {
  margin-right: 2px;
  transform: rotate(180deg);
}
.slider_block .nav_buttons button.next svg {
  margin-left: 2px;
}
.slider_block .nav_buttons button svg {
  stroke: #7D7D7D;
  margin-top: 3px;
  width: 20px;
  transition: 0.3s;
}
.slider_block .nav_buttons button:hover svg, .slider_block .nav_buttons button.hover svg {
  stroke: #390651;
}
.slider_block ul.dots {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: calc(100% - 180px);
  margin: 0;
}
.slider_block ul.dots li {
  width: 100%;
  padding: 0;
  margin: 0;
}
.slider_block ul.dots li::before {
  display: none;
}
.slider_block ul.dots li button {
  width: 100%;
  height: 3px;
  background: #ECECEC;
  display: block;
  margin: auto;
  border: none;
  position: relative;
}
.slider_block ul.dots li button::before {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  background: #390651;
  transition: 0.5s;
  visibility: hidden;
}
.slider_block ul.dots li button.right::before {
  right: auto;
}
.slider_block ul.dots li button.left::before {
  left: auto;
}
.slider_block ul.dots li button.active::before {
  width: 100%;
  visibility: visible;
  transition: 0.5s;
}
.slider_block .under_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px;
}

.price_block .price_head {
  margin-top: 70px;
  margin-bottom: 80px;
}
.price_block .price_head .corner_ico_wrap {
  position: relative;
}
.price_block .price_head .corner_ico_wrap .corner_ico {
  position: absolute;
  left: 0;
  top: -45px;
  width: 290px;
  height: 175px;
  border: 1px solid #BAD9F9;
  border-radius: 350px/210px;
  transform: rotate(-30deg);
}
.price_block .price_head .corner_ico_wrap .corner_ico img {
  max-width: 120px;
  max-height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(30deg);
}
.price_block .price_head .info {
  max-width: 380px;
  position: relative;
  padding-left: 55px;
}
.price_block .price_head .info .title {
  color: #121213;
  font-size: 26px;
  line-height: 29px;
}
.price_block .price_head .info .descr {
  margin-top: 14px;
  color: #7D7D7D;
  font-size: 17px;
  line-height: 26px;
}
.price_block .price_head .info .ico {
  position: absolute;
  top: 0;
  left: 0;
}
.price_block .price_head .info .ico img {
  height: 39px;
}

.price_tabs {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.price_tabs .price_descr {
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #7D7D7D;
  margin-bottom: 30px;
}
.price_tabs .mobile_descr {
  display: none;
}
.price_tabs .tabs_head {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.price_tabs .tabs_head li {
  flex: 1;
}
.price_tabs .tabs_head a {
  border: 1px solid #C4C4C4;
  transition: 0.3s;
  border-radius: 12px;
  text-align: center;
  font-size: 15px;
  color: #121213;
  display: block;
  min-width: 55px;
  line-height: 18px;
  padding: 12px 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-decoration: none;
  white-space: nowrap;
}
.price_tabs .tabs_head a:hover, .price_tabs .tabs_head a.active {
  color: white;
  background-color: #390651;
}
.price_tabs .price_tab_content {
  border-top: 1px solid #ECECEC;
  border-radius: 12px;
}
.price_tabs .price_tab_content.border-bottom {
  border-bottom: 1px solid #ECECEC;
}
.price_tabs .price_content {
  background-color: white;
  display: none;
}
.price_tabs .price_content.active {
  display: block;
}
.price_tabs .price_element_item {
  display: none;
}
.price_tabs .price_element_item.active {
  padding: 30px 40px;
  border-bottom: 1px solid #ECECEC;
  transition: 0.3s;
  position: relative;
  display: block;
}
.price_tabs .price_element_item.active:first-child {
  border-radius: 12px 12px 0 0;
}
.price_tabs .price_element_item.active:last-child {
  border-radius: 0 0 12px 12px;
}
.price_tabs .price_element_item.active:nth-child(even):not(.table_price_head) .table_part_item.left_item .name, .price_tabs .price_element_item.active:nth-child(even):not(.table_price_head) .table_part_item.right_item table tr:nth-child(odd), .price_tabs .price_element_item.active:nth-child(even):not(.table_price_head) .table_part_item {
  background: #fafafa;
}
.price_tabs .price_element_item.active table {
  width: 100%;
}
.price_tabs .price_element_item.active table td:nth-child(1), .price_tabs .price_element_item.active table th:nth-child(1) {
  width: 34%;
}
.price_tabs .price_element_item.active table .mob_warranty {
  display: none;
}
.price_tabs .price_element_item.active .name_block {
  font-size: 20px;
  line-height: 24px;
  color: #121213;
  position: relative;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  flex-wrap: wrap;
}
.price_tabs .price_element_item.active .name_block .name {
  position: relative;
  padding-right: 25px;
  display: inline-block;
  vertical-align: top;
}
.price_tabs .price_element_item.active .name_block.active .chevron {
  transform: rotate(-90deg);
}
.price_tabs .price_element_item.active .name_block.active .chevron svg {
  stroke: white;
}
.price_tabs .price_element_item.active .name_block .chevron {
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  text-align: center;
  left: auto;
  right: 35px;
  top: 4px;
  transition: 0.3s;
}
.price_tabs .price_element_item.active .name_block .chevron svg {
  stroke: black;
  width: 100%;
  height: 100%;
  display: block;
}
.price_tabs .price_element_item.active .name_block .icons_block {
  display: inline-block;
  vertical-align: top;
}
.price_tabs .price_element_item.active .name_block .icons_block > * {
  display: inline-block;
  vertical-align: top;
}
.price_tabs .price_element_item.active .name_block .ico_block {
  position: relative;
  transition: 0.3s;
}
.price_tabs .price_element_item.active .name_block .ico_block:hover {
  max-height: 1000px;
  overflow: visible;
}
.price_tabs .price_element_item.active .name_block .ico_block:hover .info_popup_block {
  visibility: visible;
  opacity: 1;
}
.price_tabs .price_element_item.active .name_block .ico_block .info_popup_block {
  z-index: 10;
  width: 255px;
  position: absolute;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  bottom: auto;
  top: 50px;
  padding: 20px 23px 10px;
  border-radius: 15px;
  background: white;
  border: 1px solid #ECECEC;
  left: -1000px;
  right: -1000px;
  visibility: hidden;
  opacity: 0;
}
.price_tabs .price_element_item.active .name_block .ico_block .info_popup_block ul li {
  line-height: 17px;
}
.price_tabs .price_element_item.active .name_block .ico_block .info_popup_block::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 20px solid #ECECEC;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: -40px;
  bottom: auto;
}
.price_tabs .price_element_item.active .name_block .ico_block .info_popup_block::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 20px solid white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: -38px;
  bottom: auto;
}
.price_tabs .price_element_item.active .name_block svg {
  width: 21px;
  height: 21px;
}
.price_tabs .price_element_item.active.active .descr_block {
  transition: 0.5s;
}
.price_tabs .price_element_item.active.current {
  background: red;
}
.price_tabs .price_element_item.active .descr_block {
  display: flex;
  transition: 1s;
  margin-top: 15px;
  padding-left: 20px;
}
.price_tabs .price_element_item.active .descr_block .item {
  position: relative;
  padding-left: 30px;
  margin-right: 40px;
}
.price_tabs .price_element_item.active .descr_block .ico {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  right: auto;
  top: 0px;
}
.price_tabs .price_element_item.active .descr_block .ico img {
  width: 20px;
  height: 20px;
}
.price_tabs .price_element_item.active .descr_block .descr {
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
  color: #7D7D7D;
}
.price_tabs .price_element_item.active .inner {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.price_tabs .price_element_item.active .inner table {
  outline: none;
  width: calc(100% - 0px);
  margin-left: 0px;
}
.price_tabs .price_element_item.active .inner table th, .price_tabs .price_element_item.active .inner table td {
  padding: 17px 12px;
  height: 50px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}
.price_tabs .price_element_item.active .inner table th {
  color: #7D7D7D;
}
.price_tabs .price_element_item.active .inner table td {
  color: #121213;
}
.price_tabs .price_element_item.active.active .inner {
  max-height: 1000px;
  transition: 1s;
}
.price_tabs.blocks .tabs_head .nav-item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.price_tabs.blocks .tabs_head .nav-item a {
  border-radius: 0;
  border-color: #ECECEC;
  font-weight: 500;
  min-height: 0;
  padding: 14px 10px 12px;
  margin-bottom: 10px;
  margin-right: 10px;
  height: calc(100% - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.price_tabs.blocks .tabs_head .nav-item a:hover, .price_tabs.blocks .tabs_head .nav-item a.active {
  background: white;
  border-color: #390651;
  box-shadow: 0 0 0 1px #390651;
  color: #390651;
  font-weight: 700;
}
.price_tabs.blocks .tabs_head .nav-item:nth-child(4n) a {
  margin-right: 0;
}

.price_block .price_head .info {
  max-width: 100% !important;
}

.inline_payments_systems_img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.price_tabs .tabs_head {
  width: calc(100% + 20px);
}
.price_tabs .price_element_item.active {
  padding: 0;
  border: 1px solid #DADCE3;
  border-top: none;
}
.price_tabs .price_element_item.active .name {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  padding: 17px 12px;
}
.price_tabs .price_element_item.active .right_name {
  border-left: 1px solid #ECECEC;
}
.price_tabs .price_element_item.active .inner {
  padding: 0 10px;
  margin-top: 0;
}
.price_tabs .price_element_item.active table {
  margin-left: 0;
  min-height: 100%;
}
.price_tabs .price_element_item.active table tr:first-child td {
  border-top: none;
}
.price_tabs .price_element_item.active table tr:last-child td {
  border-bottom: none;
}
.price_tabs .price_element_item.active table td:last-child {
  border-right: none;
}
.price_tabs .price_element_item.active table td {
  border: 1px solid #ECECEC;
  padding: 21px 5%;
  width: 25%;
}
.price_tabs .price_element_item.active table td:nth-child(2) {
  color: #390651;
  text-align: left;
}
.price_tabs .price_element_item.active table td:nth-child(3) {
  text-align: left;
}
.price_tabs .price_element_item.active .name_block {
  padding: 25px 32px;
  position: relative;
}
.price_tabs .price_element_item.active .name_block.active {
  color: white;
}
.price_tabs .price_element_item.active .name_block::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  transition: 0.3s;
  background: transparent;
  border-radius: 12px;
  position: absolute;
}
.price_tabs .price_element_item.active .name_block.active::before {
  background: #390651;
}
.price_tabs .price_element_item.active .name_block::after {
  top: 0 !important;
  right: 32px;
}
.price_tabs .price_element_item.active .name_block.hide_btn {
  cursor: auto;
}
.price_tabs .price_element_item.active .name_block.hide_btn .chevron {
  display: none;
}
.price_tabs .table_part_item.left_item {
  padding: 0;
}
.price_tabs .table_part_item.left_item .name {
  padding: 3px 22px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.price_tabs .table_part_item.right_item {
  border: none;
  padding: 0;
  padding-bottom: 0px;
}
.price_tabs .table_price_head.price_element_item.active {
  padding: 0 10px;
  border: none;
}
.price_tabs .table_price_head.price_element_item.active .name {
  color: #807F82;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.price_tabs .table_price_head.price_element_item.active table td {
  border: none;
  padding: 17px 12px;
  text-align: left;
  color: #807F82;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.admin_settings {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
  vertical-align: top;
}
.admin_settings:hover {
  color: red;
}

.delivery_block_form {
  background: url("../images/delivery_bg1.jpg") center 42% no-repeat;
  background-size: cover;
  padding: 50px;
  padding-bottom: 100px;
  border-radius: 24px;
}
.delivery_block_form .title {
  font-size: 35px;
  line-height: 42px;
  font-weight: 400;
  max-width: 350px;
  margin-bottom: 24px;
  color: white;
}
.delivery_block_form .descr {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 44px;
  color: #7D7D7D;
}
.delivery_block_form .form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  position: relative;
}
.delivery_block_form .form .item {
  background: #fff;
  padding: 0;
  border-radius: 12px;
  margin-top: 0;
}
.delivery_block_form .form .item input {
  width: 240px;
  background: url("../images/phone-color.png") 93% center no-repeat;
  background-size: 13px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.delivery_block_form .form .item input.error {
  border-color: red;
}
.delivery_block_form .form .button {
  width: 240px;
  margin-left: 10px;
  padding: 17px 20px;
  margin-top: 0;
}
.delivery_block_form .form .policy {
  position: absolute;
  left: 0px;
  top: 80px;
}
.delivery_block_form .form .policy .check_descr {
  display: inline;
  color: #C4C4C4;
}
.delivery_block_form .form .policy .check_descr a {
  color: white;
}
.delivery_block_form .form .policy label {
  margin-top: 0;
}

.form .policy input.checkbox:checked + .custom_checkbox {
  background-color: #fff;
}

.breaks .item.inner {
  height: 420px;
  overflow: hidden;
}
.breaks .item {
  position: relative;
  background: white;
  color: #121213;
  border: 1px solid #ECECEC;
  border-radius: 12px;
  align-items: flex-start;
}
.breaks .item:hover {
  background: white;
}
.breaks .item .item_back a img {
  width: 13px;
  margin-top: 2px;
  margin: 0;
}
.breaks .list {
  width: 100%;
  flex: 1;
}
.breaks .item_front {
  padding: 40px 40px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  display: none;
}
.breaks .item_back {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  height: 100%;
  padding-bottom: 40px;
  flex-direction: column;
  width: 100%;
}
.breaks .item_back .name {
  color: #121213;
}
.breaks .item_back a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  width: 100%;
  border-bottom: 1px solid #ECECEC;
  padding: 14px 0;
  color: #868687;
  transition: 0.3s;
}
.breaks .item_back a:hover {
  color: #121213;
}
.breaks .item_back a:last-child {
  border-bottom: none;
}
.breaks .name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  flex: 1;
}
.breaks .button {
  text-align: center;
  padding: 14px 10px;
  border: 1px solid #ECECEC;
  color: #390651;
  background: #fff;
}
.breaks .bottom {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
}
.breaks .bottom .mobile {
  display: none;
}
.breaks .hidden_popup_more .name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #121213;
}
.breaks .hidden_popup_more .list {
  width: 100%;
}
.breaks .hidden_popup_more .list a {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  width: 100%;
  border: 1px solid #ECECEC;
  padding: 14px 20px;
  color: #121213;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.texts_block h3, .texts_block .h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #121213;
  margin-bottom: 10px;
}
.texts_block p {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #808081;
}
.texts_block .text:first-child {
  padding-right: 30px;
}
.texts_block .text:last-child {
  padding-left: 30px;
}

.contacts_index {
  margin-top: 30px;
}

.slider_reviews {
  position: relative;
}
.slider_reviews .nav_buttons {
  width: 175px;
}
.slider_reviews .item .img {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 448px;
  border-radius: 12px;
  position: relative;
}
.slider_reviews .item .img::before {
  display: none;
}
.slider_reviews .item .img .video_wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}
.slider_reviews .item .img .video_wrap:hover .video_overflow {
  background: #0005;
}
.slider_reviews .item .img .video_wrap.active .video_overflow {
  background: #0005;
}
.slider_reviews .item .img .video_overflow {
  height: 100%;
  border-radius: 12px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.slider_reviews .item .img .video_overflow:hover::before {
  border-color: white;
  background: #0005;
  background: #0005;
}
.slider_reviews .item .img .video_overflow:hover::after {
  border-left-color: white;
}
.slider_reviews .item .img .video_overflow::before {
  content: "";
  width: 60px;
  height: 60px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border: 3px solid transparent;
  border-radius: 100px;
  transition: 0.3s;
}
.slider_reviews .item .img .video_overflow::after {
  content: "";
  width: 10px;
  transition: 0.3s;
  height: 10px;
  border-left: 20px solid transparent;
  border-top: 15px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
  z-index: 1;
}
.slider_reviews .item .img .video_overflow.active::before, .slider_reviews .item .img .video_overflow.active::after {
  display: none;
}
.slider_reviews .item .img video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.progress_line {
  width: 100%;
  height: 3px;
  background: #ECECEC;
  position: relative;
  overflow: hidden;
}
.progress_line .line {
  position: absolute;
  left: 0;
  top: 0px;
  height: 3px;
  background: #390651;
  width: 100px;
  transition: 0.3s;
}

.button_inst_ico {
  padding: 15px 25px;
  padding-left: 50px;
  background-image: url("../images/ico/inst_white.svg");
  background-position: 20px center;
  background-size: 15px;
  background-repeat: no-repeat;
}

.faq {
  margin-bottom: 50px;
}
.faq .item {
  position: relative;
  border-bottom: 1px solid #ECECEC;
}
.faq .item:last-child {
  border-bottom: none;
}
.faq .item .text {
  color: #7D7D7D;
  transition: 0.3s;
  font-size: 17px;
  line-height: 22pxpx;
  font-weight: 400;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
  overflow: hidden;
}
.faq .item .text p {
  color: #7D7D7D;
}
.faq .item .text ol {
  padding-left: 20px;
}
.faq .item.active .text {
  max-height: 2000px;
  opacity: 1;
  visibility: visible;
  transition: max-height 1.5s, opacity 0.5s;
}
.faq .item.active .button_open::after {
  transform: rotate(0deg);
}
.faq .item .name {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding: 30px 0;
  padding-right: 50px;
  color: #121213;
  cursor: pointer;
}
.faq .item .button_open {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  background: #390651;
  border-radius: 12px;
}
.faq .item .button_open::before, .faq .item .button_open::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background: white;
  border-radius: 12px;
  transition: 0.3s;
}
.faq .item .button_open::after {
  transform: rotate(90deg);
}

.reviews_container {
  margin-top: 50px;
}

.middle_title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #121213;
  margin-bottom: 20px;
}

.descriptionText {
  margin-top: 10px;
  margin-bottom: 20px;
}

.descriptionText ul {
  padding: 10px 0 10px 23px;
  list-style: disc;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  color: #121213;
}

.important_section {
  margin-top: 50px;
}
.important_section .item {
  background-color: #E4E4E4;
  border-radius: 12px;
  color: #121213;
  padding: 40px 40px 20px;
  margin-bottom: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.important_section .item.theme-1 {
  background-color: #F1FAF4;
}
.important_section .item.theme-2 {
  background-color: #EDF4FA;
}
.important_section .item.theme-3 {
  background-color: #F7F5FC;
}
.important_section .title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
.important_section .description, .important_section .description * {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #7D7D7D;
}
.important_section .ico {
  width: 100%;
  height: 100%;
}
.important_section .bottom {
  margin-top: 0px;
  background-size: contain;
  height: 150px;
}
.important_section .bottom img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}

.list_repair {
  margin-bottom: 50px;
}
.list_repair .item {
  background-color: #F5F5F5;
}
.list_repair .description {
  display: block;
}

.breaks_wrap {
  margin-bottom: 65px;
}

.rem_banner {
  position: relative;
  margin-bottom: 65px;
}
.rem_banner .item {
  padding: 0 80px;
}
.rem_banner .item img {
  width: 100%;
  border-radius: 12px;
}
.rem_banner .banner_buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
}
.rem_banner .nav_buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  transition: 0.3s;
  height: 45px;
  border: 1px solid #333334;
  cursor: pointer;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background: white;
}
.rem_banner .nav_buttons svg {
  stroke: #7D7D7D;
}
.rem_banner .nav_buttons.button_prev {
  right: auto;
}
.rem_banner .nav_buttons.button_prev svg {
  transform: rotate(180deg);
}
.rem_banner .nav_buttons.button_next {
  left: auto;
}
.rem_banner .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: auto;
  bottom: -60px;
  display: table;
  list-style: none;
}
.rem_banner .slick-dots li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  margin: 0 9px;
  position: relative;
  transform: scale(2);
  background: #EEEEEE;
  transition: 0.3s;
}
.rem_banner .slick-dots li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -7px;
  top: -100%;
  bottom: -100%;
  margin: auto;
  background: transparent;
}
.rem_banner .slick-dots li.slick-active {
  background: #390651 !important;
  transform: scale(2);
}
.rem_banner .slick-dots li.slick-active::before {
  transform: scale(0.5);
}
.rem_banner .slick-dots li button {
  display: none;
}

.block_photo {
  margin-top: 100px;
}
.block_photo .item {
  margin-bottom: 20px;
}
.block_photo .item img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.open_elem_group_under {
  margin-top: 20px;
}

.admin_edit:hover {
  outline: 1px solid black;
  cursor: pointer;
}

.visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}

.w0 {
  width: 0 !important;
}

.dropMenuWrap {
  display: none;
}

.catalogOrRepairBlock .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  border-radius: 12px;
  overflow: hidden;
  height: 550px;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  padding: 40px;
  background-color: #fAfAfA;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  transition: 0.3s;
}
.catalogOrRepairBlock .item.catalog-link {
  background-image: url("../images/catalogPhone.webp");
}
.catalogOrRepairBlock .item.repair-link {
  background-image: url("../images/brokenPhone.webp");
}
.catalogOrRepairBlock .item .title {
  color: #121213;
  text-decoration: none;
  transition: 0.3s;
  background-image: url("../images/brokenPhone.wepb");
}
.catalogOrRepairBlock .item:hover {
  background-color: #121213;
}
.catalogOrRepairBlock .item:hover .title {
  color: white;
}
.catalogOrRepairBlock button {
  cursor: pointer;
  border: 1px solid #ECECEC;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #FAFAFA;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: 0.3s;
  margin-top: -2px;
}
.catalogOrRepairBlock button.prev svg {
  margin-right: 2px;
  transform: rotate(180deg);
}
.catalogOrRepairBlock button.next svg {
  margin-left: 2px;
}
.catalogOrRepairBlock button svg {
  stroke: #121213;
  margin-top: 1px;
  stroke-width: 2px;
  width: 20px;
  transition: 0.3s;
}
.catalogOrRepairBlock button:hover svg, .catalogOrRepairBlock button.hover svg {
  stroke: #390651;
}

#serviceScreens {
  padding: 0 0 20px;
}
#serviceScreens .serviceScreens__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0;
}
#serviceScreens .serviceScreens__wrapper .serviceScreenShop, #serviceScreens .serviceScreens__wrapper .serviceScreenService {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
#serviceScreens .serviceScreens__wrapper .serviceScreenShop .inner__wrapper, #serviceScreens .serviceScreens__wrapper .serviceScreenService .inner__wrapper {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(140deg, black 15%, #555555 100%);
  height: 420px;
  max-height: 420px;
  overflow: hidden;
}
#serviceScreens .serviceScreens__wrapper .serviceScreenShop .inner__wrapper .headArea__wrpaper, #serviceScreens .serviceScreens__wrapper .serviceScreenService .inner__wrapper .headArea__wrpaper {
  width: 100%;
  max-width: 420px;
  z-index: 1;
}
#serviceScreens .serviceScreens__wrapper .serviceScreenShop .inner__wrapper .headArea__wrpaper h2, #serviceScreens .serviceScreens__wrapper .serviceScreenService .inner__wrapper .headArea__wrpaper h2 {
  font-size: calc(22px + 5 * (100vw - 320px) / 1040);
  color: #fff;
  line-height: 110%;
  margin-bottom: 1rem;
  word-break: auto-phrase;
}
#serviceScreens .serviceScreens__wrapper .serviceScreenShop .inner__wrapper .headArea__wrpaper p, #serviceScreens .serviceScreens__wrapper .serviceScreenService .inner__wrapper .headArea__wrpaper p {
  color: #fff;
  font-size: calc(13px + 1 * (100vw - 320px) / 1040);
  font-weight: 200;
  width: 100%;
  max-width: 310px;
  line-height: 135%;
  word-break: auto-phrase;
}
#serviceScreens .serviceScreens__wrapper .serviceScreenShop .inner__wrapper .headArea__wrpaper .logo__wrapper, #serviceScreens .serviceScreens__wrapper .serviceScreenService .inner__wrapper .headArea__wrpaper .logo__wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
#serviceScreens .serviceScreens__wrapper .serviceScreenShop .inner__wrapper .headArea__wrpaper .logo__wrapper img, #serviceScreens .serviceScreens__wrapper .serviceScreenService .inner__wrapper .headArea__wrpaper .logo__wrapper img {
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 24px;
}
#serviceScreens .serviceScreens__wrapper .serviceScreenShop .inner__wrapper .headArea__wrpaper .logo__wrapper img:nth-child(2), #serviceScreens .serviceScreens__wrapper .serviceScreenService .inner__wrapper .headArea__wrpaper .logo__wrapper img:nth-child(2) {
  margin-top: 3px;
}
#serviceScreens .serviceScreens__wrapper .serviceScreenShop .inner__wrapper .actions, #serviceScreens .serviceScreens__wrapper .serviceScreenService .inner__wrapper .actions {
  z-index: 1;
}
#serviceScreens .serviceScreens__wrapper .serviceScreenShop .inner__wrapper .actions .servBtn, #serviceScreens .serviceScreens__wrapper .serviceScreenService .inner__wrapper .actions .servBtn {
  position: relative;
  display: inline-block;
  background-color: #000000;
  font-size: calc(14px + 2 * (100vw - 320px) / 1040);
  color: #fff;
  padding: 0.9rem 2rem;
  border-radius: 0.5rem;
}
#serviceScreens .serviceScreens__wrapper .serviceScreenShop .bgImg, #serviceScreens .serviceScreens__wrapper .serviceScreenService .bgImg {
  position: absolute;
  bottom: -3rem;
  right: 2rem;
  width: 70%;
  max-width: 345px;
  z-index: 0;
}
#serviceScreens .serviceScreens__wrapper .serviceScreenShop .bgImg {
  bottom: -0.5rem;
  width: 90%;
  max-width: 360px;
}

.promo-banner-image-100 {
  width: 100%;
  margin-bottom: 20px;
}
.promo-banner-image-100 img {
  width: 100%;
}