﻿arset "UTF-8";
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, s, samp,
small, strike, sub, sup, tt, var,
center,
dl, dt, dd,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

:root {
  color-scheme: only light;
}

html {
  line-height: 1;
  position: relative;
  min-height: 100%;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(../fonts/Gilroy-Regular.ttf), url(../fonts/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy-Regular.woff) format("woff");
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(../fonts/Gilroy-Medium.ttf), url(../fonts/Gilroy-Medium.woff2) format("woff2"), url(../fonts/Gilroy-Medium.woff) format("woff");
  font-weight: 500;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(../fonts/Gilroy-Semibold.ttf), url(../fonts/Gilroy-Semibold.woff2) format("woff2"), url(../fonts/Gilroy-Semibold.woff) format("woff");
  font-weight: 600;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(../fonts/Gilroy-Bold.ttf), url(../fonts/Gilroy-Bold.woff2) format("woff2"), url(../fonts/Gilroy-Bold.woff) format("woff");
  font-weight: 700;
}
body {
  font-size: 100%;
  min-width: 100%;
  margin: 0 0 273px;
  font-family: Gilroy;
}

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

h1,
h2,
h3,
h4 {
  margin: 0;
}

input {
  font-family: Gilroy;
  border: none;
  outline: none;
}

button {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

nav li, nav li * {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

nav li a {
  color: #323232;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

#pull div {
  display: block;
  width: 19px;
  height: 3px;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  background: #fff;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

.menu_opened #pull div {
  background: 0 0;
}

.basket_order input[type=email]::-webkit-input-placeholder, .basket_order input[type=text]::-webkit-input-placeholder, .basket_order textarea::-webkit-input-placeholder, .comment-form input[type=email]::-webkit-input-placeholder, .comment-form input[type=text]::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder, .commerce input[type=email]::-webkit-input-placeholder, .commerce input[type=text]::-webkit-input-placeholder, .form input[type=text]::-webkit-input-placeholder, .product-main__bg input[type=email]::-webkit-input-placeholder, .product-main__bg input[type=text]::-webkit-input-placeholder, .product-main__bg textarea::-webkit-input-placeholder {
  color: #6d6d6d;
}

.top-page + .price {
  position: relative;
  z-index: 2;
  background: #fff;
  margin-top: 30px;
}

.top-page__links li > a:hover, .top-page__links li > span {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

table, table td, table th, table tr {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.price__table tr {
  border-bottom: 1px solid #d9d9d9;
}

header.is_stuck nav li * {
  font-weight: 500;
}

.price .content p, .product-main .content p, .text .content p {
  margin: 0 0 20px;
}

#calculator h2 {
  color: #fff;
  margin-bottom: 21px;
  padding: 0 20px;
}

.calculator .calc_steps.final_step input[type=text] {
  width: 65%;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 0;
  padding-left: 21px;
  color: #323232;
  outline: 0;
  height: 60px;
}

.popup_center h3 + .calculator {
  color: #000;
}

.popup_center .calculator h3,
.popup_center .calculator h4 {
  color: #000;
}

.mobile_discount {
  display: none;
}

.calculator .calc_steps.calc_step2 label span {
  text-align: left;
  padding-left: 40px;
  padding-top: 7px;
  padding-bottom: 4px;
}

.calculator .calc_steps.calc_step2 label:before {
  -webkit-box-sizing: border-box;
}

.calculator .calc_steps.calc_step2 input[type=radio]:checked + label:before {
  background: url(../images/check.svg) no-repeat 50% #fff;
  background-size: 22px auto;
}

.calculator .calc_steps.calc_step2 .has_image + label {
  width: auto;
  text-align: center;
  border: 0;
  font-size: 18px;
  padding-left: 0;
}

.calculator label {
  cursor: pointer;
  margin-bottom: 13px;
}

.simplebar-height-auto-observer, .simplebar-height-auto-observer-wrapper, .simplebar-placeholder, [data-simplebar].simplebar-dragging, [data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
}

#menu .social li:last-child:after, .request .social li:last-child:after {
  display: none;
}

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

.clients .button {
  margin: 0 0 20px 50px;
}

.clients button.button {
  width: 100%;
  margin: 0;
}

.pluses ul li b {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #4ea87a;
  margin-bottom: 11px;
}

.partners_slider .partner img, .product .product_image img {
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  max-width: 100% !important;
  max-height: 100%;
}

.text p + h2 {
  margin-top: 76px;
}

.page-404 ul li a span {
  display: block;
  width: 149px;
  height: 154px;
}

.calculator .calc_check_image img, .page-404 ul li a span img {
  display: block;
  width: 100%;
  height: 100%;
}

.categ .big-video h2 {
  margin-top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  background: url(../images/sel.png) no-repeat 50%;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.product__rate .jq-ry-container {
  -webkit-transform: scale(0.64);
}

.calculator .calc_check_image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.tabs > ul, input[type=checkbox] + label:before {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}

input[type=checkbox] + label, input[type=radio] + label {
  padding-left: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #6d6d6d;
  display: inline-block;
  margin-bottom: 17px;
  position: relative;
}

input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.product-main__slider .gift {
  -webkit-box-sizing: border-box;
}

.regions .regions__text ul li:nth-child(n+9) {
  display: none;
}

.product-main__data li div ~ div {
  padding: 0 0 0 11px;
}

.offers .request.request-light .subtitle, .offers .request.request-light h2 {
  text-align: left;
}

.order__table table tr td {
  background: #f2f5f8;
  position: relative;
  padding: 10px 0 7px;
}

.offers .request.request-light {
  padding-left: 210px;
  text-align: left;
  position: relative;
  background: #f2f5f8;
}

.offers .request.request-light .request__example {
  position: absolute;
  left: 30px;
  top: 57px;
}

.offers .request.request-light .subtitle, .offers .request.request-light h2, a {
  color: #000;
}

.offers .request.request-light img {
  /*    border: 1px solid #000*/
  width: 182px !important;
  margin-left: -15px;
}

.examples__cover img, .examples__slider .swiper-slide a img {
  -o-object-fit: cover;
}

html.popup_opened body {
  overflow: hidden;
  height: 100%;
}

.basket_order input[type=email], .basket_order input[type=text], .clients__callback input[type=text], .clients__callback textarea, .popup_form input[type=text], .popup_form textarea {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#menu nav {
  display: block;
  position: static;
  margin-bottom: 47px;
}

#menu .social li a {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
  background-size: 100% auto !important;
}

#menu .social li:after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #fff;
}

#menu nav li * {
  font-size: 24px;
  line-height: 1;
}

.basket_order .form_block_right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}

.basket_order input[type=radio]:checked + label:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #5473ae;
  border-radius: 20px;
}

.basket_order .form_block2 textarea {
  height: 60px;
  line-height: 1.2;
  padding: 21px 0 0 40px;
  margin-bottom: 15px;
}

.companies_list ul li a {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

/*
.page-jur header .callback {
  width: 149px;
}
*/
header .phones, header .phones__link {
  position: absolute;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

header .phones {
  right: 162px;
  top: 0;
  width: 214px;
  z-index: 3;
}

header .phones:hover .phones__link:after {
  content: "";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

header .phones__link {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #5473ae;
  top: 32px;
  right: 15px;
  padding-right: 20px;
  text-decoration: none;
  z-index: 1;
}

header .phones__link:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  background: url(../images/sel.png) no-repeat 50%;
  background-size: 9px auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

header .phones__dropdown {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

header .phones__dropdown-relative {
  margin-bottom: 3px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

header .phones__dropdown-relative1 {
  text-align: right;
  padding: 12px 35px 0 0;
  margin-top: 20px;
}

header .phones__dropdown-relative1 .phones__descript {
  margin-bottom: 27px;
}

header .phones__dropdown-relative1 .phones__descript ~ .phones__descript {
  margin-bottom: 16px;
}

header .phones__dropdown-relative2 {
  padding: 19px 0 5px 16px;
}

header .phones__dropdown-relative span {
  display: block;
  font-weight: 600;
  font-size: 12px;
  color: #5473ae;
  margin-bottom: 17px;
  margin-top: 2px;
}

header .phones__dropdown .phones__link {
  position: relative;
  top: auto;
  right: auto;
  margin-right: -20px;
  margin-bottom: 9px;
}

header .phones__dropdown .phones__link ~ .phones__link {
  margin-right: 0;
  padding-right: 0;
}

header .phones__dropdown .phones__link ~ .phones__link:after {
  display: none;
}

header .phones__descript {
  font-weight: 500;
  font-size: 14px;
  color: #6d6d6d;
  line-height: normal;
}

header .phones .social {
  position: static;
  margin: 0 0 18px 3px;
}

header .phones:hover .phones__dropdown, header.is_stuck .phones .social {
  opacity: 1;
  visibility: visible;
}

header.is_stuck .phones {
  right: -54px;
  top: -19px;
}

.top-page__pluses li b {
  font-weight: 900;
}

.page-jur .top-page__title {
  max-width: 700px;
  /*    margin-bottom: 20px*/
}

.page-jur .top-page__pluses {
  /*    margin-bottom: 5px*/
}

.page-jur .top-page__form .top-page__subtitle {
  margin-bottom: 12px;
}

.page-jur .top-page__links {
  max-width: 920px;
}

.page-jur .top-page__links li {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 7px;
}

.page-jur .top-page__links li:last-child {
  margin-right: 0;
  text-align: left;
  -webkit-box-flex: 0.7;
  -ms-flex-positive: 0.7;
  flex-grow: 0.7;
}

.page-jur .price {
  padding-bottom: 75px;
  padding-bottom: 23px;
}

.page-jur .price .middle_with_sidebar .left_side {
  width: 327px;
  padding-right: 80px;
}

.page-jur .price .middle_with_sidebar .left_side .button {
  width: 230px;
  margin: 0 auto 35px;
}

.page-jur .price .middle_with_sidebar .right_side {
  padding-right: 0;
}

.page-jur .price-master {
  width: 247px;
}

.page-jur .price__table {
  max-height: 70px;
  overflow: hidden;
  margin-bottom: 27px;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.page-jur .price__table .price__top {
  padding-left: 46px;
  cursor: pointer;
}

.page-jur .price__table .price__top:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 14px;
  margin: auto;
  bottom: 0;
  top: 0;
  background: url(../images/arrow_w.svg) no-repeat 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.page-jur .price__table.active {
  max-height: 1000px;
}

.page-jur .price__table.active .price__top:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.price-master__cert {
  margin: 0 auto 28px;
  width: 247px;
}

.price__tip {
  position: relative;
  display: inline;
}

.price__tip-q {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  background: #5473ae;
  border-radius: 30px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
}

.price__tip-h {
  position: absolute;
  left: 18px;
  bottom: 16px;
  background: #fff;
  padding: 10px;
  border-radius: 10px 10px 10px 0;
  max-width: 200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  /*    pointer-events: none;*/
  transform: translate(-10px, 10px);
  -webkit-transform: translate(-10px, 10px);
  border: 1px solid #5473ae;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.price__tip:hover .price__tip-h {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.education-page .price__tip-h  {
  max-width: 500px
}

.docs__image img, .price-master__cert img {
  display: block;
  width: 100%;
}

.docs {
  padding-bottom: 60px;
}

.docs ul {
  margin-top: -10px;
}

.docs ul:after {
  content: "";
  display: block;
  width: 399px;
}

.docs ul li {
  width: 32.7%;
  margin-bottom: 21px;
}

.docs__block {
  background: #f2f5f8;
  height: 197px;
  padding: 34px 44px 0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

.docs__image {
  width: 100%;
  height: 98px;
  border-radius: 5px;
  margin-bottom: 16px;
  overflow: hidden;
}

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

.jur-pluses {
  padding-bottom: 70px;
}

.commerce form, .docs ul, .jur-pluses ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jur-pluses ul li {
  width: 21%;
  margin-bottom: 49px;
}

.commerce__callback h3, .jur-pluses__block {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #323232;
}

#logo .logo__title span, .jur-pluses__block.green {
  color: #4ea87a;
}

.jur-pluses__icon {
  display: block;
  width: 84px;
  height: 84px;
  border-radius: 100%;
  background: #5473ae;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  margin: 0 auto 21px;
  position: relative;
}

.jur-pluses__icon img {
  display: block;
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.special-offers {
  /*padding: 92px 0 0;*/
}

.special-offers .content {
  margin-bottom: 75px;
  padding-top: 10px;
}

.special-offers .subtitle {
  margin-bottom: 30px;
}

.special-offers__image span, .special-offers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.special-offers__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 35px;
}

.special-offers__list li {
  width: 32.1%;
  margin-bottom: 30px;
}

.special-offers__list:after {
  content: "";
  width: 32.1%;
}

.special-offers__block {
  display: block;
  text-align: center;
  position: relative;
  margin-top: -15px;
}

.special-offers .button2 {
  padding: 0 34px;
  height: 56px;
  line-height: 56px;
  margin-bottom: -18px;
  position: relative;
  z-index: 2;
  top: 15px;
}

.special-offers__image {
  display: block;
  border-radius: 5px;
  height: 268px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
}

.special-offers__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.special-offers__image span {
  width: 100%;
  height: 66px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #323232;
  z-index: 2;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.special-offers .button {
  width: 162px;
}

.special-offers ~ .special-offers {
  padding-top: 0;
}

.cert ~ .cert {
  padding-bottom: 10px;
}

.question + .cert {
  padding-bottom: 70px;
}

.commerce {
  background: #5473ae;
  padding: 62px 0 50px;
  margin-bottom: 20px;
  margin-bottom: 60px;
}

.commerce h2 {
  color: #fff;
  margin-bottom: 20px;
}

.commerce h2 + b {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.commerce__callback {
  text-align: center;
}

.commerce__callback div {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  max-width: 693px;
  margin-bottom: 20px;
}

.commerce__callback div b {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
  max-width: 400px;
}

.commerce__callback h3 {
  font-size: 24px;
  color: #5473ae;
  margin: 0 auto 30px;
  max-width: 430px;
}

.commerce__example {
  display: inline-block;
  vertical-align: top;
  width: 223px;
  margin-right: 44px;
}

.commerce__example img {
  display: block;
  width: 100%;
}

.commerce .button {
  width: 212px;
  height: 60px;
  margin-left: 3%;
  cursor: pointer;
  outline: 0;
  width: 48.5%;
}

.commerce .button:hover {
  background: #323232;
}

.commerce form:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.commerce input[type=email], .commerce input[type=text],
.commerce textarea {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 0;
  padding-left: 21px;
  color: #323232;
  outline: 0;
  height: 60px;
  margin-bottom: 20px;
  width: 48.5%;
  font-size: 16px;
  -webkit-appearance: none;
}

.commerce textarea {
  width: 100%;
  font-family: Gilroy;
  resize: none;
  outline: none;
  padding-top: 18px;
  padding-bottom: 10px;
}

.commerce .checkboxset {
  width: 48.5%;
  padding-left: 25px;
  padding-top: 6px;
}

.commerce input[type=checkbox] + label, .request input[type=checkbox] + label {
  color: rgba(246, 251, 254, 0.5);
}

.commerce input[type=checkbox] + label a {
  color: #f6fbfe;
}

.commerce .tip {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  width: 310px;
  margin: -10px 0 0;
}

.get-commerce {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0 10px 10px 0;
  width: 177px;
  left: -180px;
  opacity: 0;
  -webkit-transition: left 0.3s, opacity 0.3s;
  transition: left 0.3s, opacity 0.3s;
  background: #4ea87a;
  z-index: 3;
}

.get-commerce.active {
  left: 0;
  opacity: 1;
}

.get-commerce .close {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 14px;
  right: 7px;
  background: url(../images/close.svg) no-repeat 50%;
  cursor: pointer;
}

.get-commerce__link {
  display: block;
  padding: 22px 28px 23px 19px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}

.get-commerce img {
  display: block;
  width: 130px;
  border: 0.5px solid #000;
  margin-bottom: 17px;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 3;
}

.found {
  -webkit-box-sizing: border-box;
}

#videoplayer_modal iframe {
  height: 100%;
  border: none;
}

.no-zoom {
  zoom: normal;
}

.request h2, .test {
  color: #fff;
}

input, textarea {
  -webkit-appearance: none;
}

a:hover {
  text-decoration: none;
}

.content ul {
  margin: initial;
  padding: 0 0 0 40px;
}

.content table th,
.content table td {
  padding-right: 20px;
  text-align: left;
}

.content li {
  display: list-item;
}

#wrapper {
  min-width: 1220px;
  overflow: hidden;
  padding-top: 122px;
}

.middle {
  width: 1180px;
}

.middle, .middle2, .middle3, .middle4, .middle5 {
  margin: auto;
  position: relative;
}

.middle2 {
  width: 1140px;
}

.middle3 {
  width: 1220px;
}

.middle4 {
  width: 1015px;
}

.middle5 {
  width: 947px;
}

.middle2:after, .middle3:after, .middle4:after, .middle5:after, .middle:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}

.calc_mobile {
  display: none;
}

.other_regions {
  padding-left: 120px;
}

.regions__text li a {
  color: #323232;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.regions__text li a:hover {
  color: #5473ae;
  text-decoration: underline;
}

.button, .button2, .button3 {
  display: inline-block;
  background: #4ea87a;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.button2, .button2:hover, .button3:hover, .button:hover {
  background: #5473ae;
}

.button2:hover, .button3:hover {
  background: #4ea87a;
}

.button3 {
  background: #323232;
}

header, header.is_stuck {
  position: fixed;
  background: #fff;
}

header {
  left: 0;
  top: 0;
  height: 122px;
  width: 100%;
  display: block;
  z-index: 15;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

header .middle:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 180px;
  right: 185px;
  top: 77px;
  background: #d9d9d9;
}

header .desc, header .info li {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}

header .desc, header .info {
  position: absolute;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

header .desc {
  color: #5473ae;
  left: 289px;
  top: 29px;
  max-width: 180px;
}

header .info {
  top: 27px;
  left: 492px;
  width: 320px;
}

header .info li {
  display: inline-block;
  vertical-align: top;
  color: #323232;
}

header .info .info_icon {
  margin-right: 12px;
  height: 27px;
}

header .info .info_icon, header .info span {
  display: inline-block;
  vertical-align: middle;
}

header .info .info1 {
  max-width: 130px;
  margin-right: 45px;
}

header .info .info1 .info_icon {
  background: url(../images/garant.svg) no-repeat 0 50%;
  width: 25px;
}

header .info .info1 span {
  max-width: 70px;
}

header .info .info2 .info_icon {
  background: url(../images/way.svg) no-repeat 0 50%;
  width: 35px;
}

header .info .info2 span {
  max-width: 100px;
}

header .callback, header .phone {
  position: absolute;
  font-weight: 600;
}

header .phone {
  font-size: 20px;
  line-height: 24px;
  color: #5473ae;
  right: 197px;
  top: 32px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

header .callback {
  top: 20px;
  right: 0;
  width: 174px;
  padding: 0;
  z-index: 2;
  font-size: 14px;
  height: 43px;
  line-height: 43px;
  background-image: url("../images/phone-header.svg");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  padding-left: 30px;
  -webkit-transition: background-color 0.3s, top 0.3s;
  transition: background-color 0.3s, top 0.3s;
}

header .callback:hover {
  background-image: url("../images/phone-header.svg");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-color: #5473ae;
}

header .social {
  position: absolute;
  top: 82px;
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

#popup_qr,
#popup_wa,
#popup_vk,
#popup_tg {
  text-align: center;
}

#popup_wa .social,
#popup_vk .social,
#popup_tg .social,
#popup_qr .social {
  cursor: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0;
}

#popup_wa .social,
#popup_vk .social,
#popup_tg .social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

#popup_wa .social .icon,
#popup_vk .social .icon,
#popup_tg .social .icon {
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 100%;
  margin-right: 8px;
  position: relative;
}

#popup_wa .social .icon + span,
#popup_vk .social .icon + span,
#popup_tg .social .icon + span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

#popup_wa .social li,
#popup_vk .social li,
#popup_tg .social li,
#popup_qr .social li {
  pointer-events: auto;
  width: 48%;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#popup_wa .social li:hover,
#popup_vk .social li:hover,
#popup_tg .social li:hover,
#popup_qr .social li:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#popup_wa .social li a,
#popup_vk .social li a,
#popup_tg .social li a,
#popup_qr .social li a {
  height: 40px;
  width: 100%;
  position: relative;
}

#popup_wa .social li a .icon:before,
#popup_vk .social li a .icon:before,
#popup_tg .social li a .icon:before,
#popup_wa .social li a .icon:after,
#popup_vk .social li a .icon:after,
#popup_tg .social li a .icon:after,
#popup_qr .social li a .icon:before,
#popup_qr .social li a .icon:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#popup_wa .social li a .icon:before,
#popup_vk .social li a .icon:before,
#popup_tg .social li a .icon:before,
#popup_qr .social li a .icon:before {
  height: 36px;
  background: #fff;
  border-radius: 9px;
}

#popup_wa .social li a .icon:after,
#popup_vk .social li a .icon:after,
#popup_tg .social li a .icon:after,
#popup_qr .social li a .icon:after {
  height: 100%;
}

#popup_wa .social li .soc_wa,
#popup_qr .social li .soc_wa {
  background: #5AB058;
}

#popup_wa .social li .soc_wa .icon:after,
#popup_qr .social li .soc_wa .icon:after {
  background: url(../images/soc_wa.svg) no-repeat 50%;
  background-size: auto 107%;
}

#popup_vk .social li .soc_vk,
#popup_qr .social li .soc_vk {
  background: #5181B8;
}

#popup_vk .social li .soc_vk .icon:after,
#popup_qr .social li .soc_vk .icon:after {
  background: url(../images/soc_vk.svg) no-repeat 50%;
  background-size: auto 107%;
}

#popup_tg .social li .soc_tg,
#popup_qr .social li .soc_tg {
  background: #37AEE2;
}

#popup_tg .social li .soc_tg .icon:after,
#popup_qr .social li .soc_tg .icon:after {
  background: url(../images/soc_tg.svg) no-repeat 50%;
  background-size: auto 107%;
}

#popup_qr .social li .soc_mail {
  background: #6D6D6D;
}

#popup_qr .social li .soc_mail .icon:after {
  background: url(../images/soc_mail.svg) no-repeat 50%;
  background-size: auto 107%;
}

#popup_wa .social + div,
#popup_vk .social + div,
#popup_tg .social + div,
#popup_qr .social + div {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}

#qrcode,
.qrcode {
  display: block;
  margin: auto;
  border: 10px solid #fff;
  border-radius: 5px;
  width: 172px;
  -webkit-box-shadow: 0 0 0 7px #4ea87a;
  box-shadow: 0 0 0 7px #4ea87a;
}

.to_tg,
.to_wt,
.to_vk {
  display: block;
  width: 260px;
  height: 40px;
  line-height: 40px;
  padding-left: 60px;
  margin: auto;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.to_tg:hover,
.to_wt:hover,
.to_vk:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.to_tg:before,
.to_wt:before,
.to_vk:before,
.to_tg:after,
.to_wt:after,
.to_vk:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  margin: auto;
  left: 10px;
  top: 0;
  bottom: 0;
}

.to_tg:before,
.to_wt:before,
.to_vk:before {
  background: #fff;
  border-radius: 9px;
  width: 35px;
  height: 35px;
}

.to_wt {
  background: #5AB058;
}

.to_wt:after {
  background: url(../images/soc_wa.svg) no-repeat 50%;
  background-size: auto 107%;
}

.to_vk {
  background: #5181B8;
}

.to_vk:after {
  background: url(../images/soc_vk.svg) no-repeat 50%;
  background-size: auto 107%;
}

.to_tg {
  background: #37AEE2;
}

.to_tg:after {
  background: url(../images/soc_tg.svg) no-repeat 50%;
  background-size: auto 107%;
}

header .basket, header .compare, header .fav {
  height: 30px;
  position: absolute;
  top: 29px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

header .basket {
  right: 546px;
  padding-left: 38px;
  width: 119px;
  white-space: nowrap;
  background: url(../images/icon_basket.svg) no-repeat 0 50%;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #323232;
}

header .basket a {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 100%;
  color: #5473ae;
}

header .fav {
  width: 30px;
  background: url(../images/icon_fav.svg) no-repeat 50%;
  right: 487px;
  text-decoration: none;
}

header .compare {
  width: 30px;
  background: url(../images/icon_compare.svg) no-repeat 50%;
  right: 420px;
}

header .compare span, header .fav span {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  right: -8px;
  border-radius: 10px;
  background: #4ea87a;
  text-align: center;
  line-height: 13px;
  font-weight: 600;
  font-size: 10px;
  color: #fff;
}

header.is_stuck {
  height: 67px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.calculator .calc_steps.calc_step2 .has_image + label:before, header.is_stuck #logo .logo_subtitle, header.is_stuck .middle:before {
  display: none;
}

header.is_stuck #logo {
  top: 12px;
  height: 46px;
  padding-left: 36px;
  background-size: auto 100%;
  background-position: 0 0;
}

header.is_stuck #logo .logo__title {
  font-size: 36px;
  line-height: 46px;
  
}

header.is_stuck .desc {
  top: -45px;
}

header.is_stuck .info {
  top: -35px;
}

header.is_stuck .callback {
  white-space: nowrap;
  color: #4ea87a;
/*  background: #fff;*/
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 14px;
  top: 37px;
  right: -20px;
  width: 160px;
/*  background: #4ea87a;*/
  color: #fff;
  text-align: center;
  padding: 5px 0 7px;
  font-size: 14px;
  background-size: auto 20px;
  padding-left: 20px;
  background-position: 10px auto;
}

/*
header.is_stuck .callback:before {
    content: "Заказать ";
    text-transform: none
}
*/
header.is_stuck .social {
  opacity: 0;
  visibility: hidden;
}

header.is_stuck .phone {
  right: -19px;
  top: 13px;
}

header.is_stuck nav {
  left: 288px;
  right: 164px;
  top: 24px;
}

header .stick_right .basket,
header .stick_right .compare,
header .stick_right .fav {
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

header.is_stuck .stick_right .basket,
header.is_stuck .stick_right .compare,
header.is_stuck .stick_right .fav {
  top: -45px;
}

/*header.is_stuck .stick_right {*/
.stick_right_w {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 143px;
  height: 154px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 15px 0 0 10px;
  border-radius: 5px 0 0 5px;
  background: #5473ae;
  color: #fff;
}

/*header.is_stuck .basket, header.is_stuck .compare, header.is_stuck .fav {*/
.stick_right_w .basket, .stick_right_w .compare, .stick_right_w .fav {
  display: block;
  top: auto;
  right: auto;
  position: relative;
}

/*header.is_stuck .basket, header.is_stuck .fav {*/
.stick_right_w .basket, .stick_right_w .fav {
  margin-bottom: 15px;
}

header .stick_right_w .basket {
  background-image: url("../images/icon_basket_w.svg");
  color: #fff;
}

header .stick_right_w .basket a {
  color: #fff;
}

header .stick_right_w .compare {
  background-image: url("../images/icon_compare_w.svg");
}

header .stick_right_w .fav {
  background-image: url("../images/icon_fav_w.svg");
}

#logo, .link, header .compare {
  text-decoration: none;
}

#logo {
  top: 21px;
  left: -21px;
  display: block;
  background: url(../images/logo.svg) no-repeat 0 7px;
  padding-left: 37px;
  height: 62px;
  outline: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

#logo .logo__title {
  display: block;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #5473ae;
}

#logo .logo_subtitle {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #4ea87a;
  margin-top: -2px;
}

#logo, .link:after, nav {
  position: absolute;
}

nav {
  top: 90px;
  left: 19px;
  right: 197px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

nav li a:hover, nav li span {
  color: #4ea87a;
}

#pull, #pull div:after, #pull div:before {
  position: absolute;
  right: 0;
  border-radius: 3px;
}

#pull {
  top: 20px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  display: none;
  background: #4ea87a;
}

#pull div:after, #pull div:before {
  content: "";
  display: block;
  width: 19px;
  height: 3px;
  background: #fff;
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -webkit-transition: width 0.3s, background 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, background 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, width 0.3s, background 0.3s;
  transition: transform 0.3s, width 0.3s, background 0.3s, -webkit-transform 0.3s;
  -webkit-transition: transform 0.3s, width 0.3s, background 0.3s;
}

#pull div:before {
  top: -6px;
}

#pull div:after {
  bottom: -6px;
}

.menu_opened #pull div:after, .menu_opened #pull div:before {
  width: 21.7px;
  transform: rotate(-45deg) translateY(-2px);
  -webkit-transform: rotate(-45deg) translateY(-2px);
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
}

.menu_opened #pull div:after {
  transform: rotate(45deg) translateY(2px);
  -webkit-transform: rotate(45deg) translateY(2px);
}

.link {
  color: #000;
  position: relative;
}

.link:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -4px;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  background: #000;
}

.link:hover:after {
  opacity: 0;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
}

.form {
  max-width: 874px;
}

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

.form input[type=submit], .form input[type=text] {
  width: 32.9%;
  height: 60px;
  margin-bottom: 12px;
}

.form input[type=text] {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 0;
  padding-left: 21px;
  color: #323232;
  outline: 0;
  font-size: 16px;
  -webkit-appearance: none;
}

.form .button {
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  outline: 0;
  border: 0;
}

.top-page {
  background: #fefefe;
  /*height: 613px;*/
  position: relative;
}

.top-page .middle2 {
  padding-top: 69px;
}

.top-page__image, .top-page__image img,
.top-page__image video {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
}

.top-page__image {
  width: 100%;
  left: 0;
}

.top-page__image img,
.top-page__image video {
  margin: auto;
  left: -500px;
  right: -770px;
}

.top-page__title {
  font-weight: 600;
  font-size: 46px;
  line-height: 55px;
  color: #323232;
  margin: 0 0 50px;
  max-width: 590px;
  text-align: left;
}

.top-page__title span {
  color: #5473ae;
}

.top-page__pluses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 420px;
  margin-bottom: 31px;
}

.top-page__pluses li {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #323232;
  max-width: 120px;
}

.top-page__pluses li:last-child {
  max-width: 180px;
}

.top-page__plus-image {
  width: 48px;
  height: 52px;
  position: relative;
  margin-bottom: 9px;
  text-align: center;
  color: #5473ae;
  font-weight: 500;
  font-size: 14px;
}

.top-page__plus-image span {
  display: block;
  font-size: 28px;
  padding-top: 7px;
}

.top-page__plus-image img {
  display: block;
  width: auto;
  height: auto;
  top: 0;
  max-width: 100% !important;
  max-height: 100%;
}

.top-page__form {
  margin-bottom: 60px;
}

.top-page__form .top-page__subtitle {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #000;
  margin-bottom: 32px;
  text-align: center !important;
}

.top-page__bottom, .top-page__plus-image img {
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
}

.top-page__bottom {
  right: 0;
  z-index: 2;
}

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

.top-page__links li {
  width: 12.15%;
  text-align: center;
}

.top-page__links li > * {
  display: block;
  border-radius: 5px 5px 0 0;
  font-weight: 700;
  font-size: 14px;
  height: 52px;
  line-height: 52px;
  white-space: nowrap;
}

.top-page__links li > * span {
  display: inline-block;
  vertical-align: middle;
  line-height: 17px;
}

.top-page__links li > a {
  background-color: #5473ae;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, background 0.3s, color 0.3s;
  transition: box-shadow 0.3s, background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
}

.top-page__links li > a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.top-page__links li > a:hover, .top-page__links li > span {
  color: #323232;
  background-color: #fff;
}

.top-page__links li:last-child > * {
  background-image: url(../images/icon_basket_w.svg);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  text-indent: 25px;
}

.page-404 ul li:last-child a {
  padding-left: 22px;
}

.page-404 ul li:last-child a, .page-404 ul li:last-child a:hover {
  background-image: url(../images/icon_basket_w.svg);
  background-repeat: no-repeat;
  background-position: 10px 164px;
}

.page-404 ul li:last-child span {
  margin-left: -22px;
}

.top-page__links li:last-child > a:hover, .top-page__links li:last-child > span {
  background-image: url(../images/icon_basket.svg);
}

.top-page.top-district .top-page__title {
  max-width: 700px;
  margin-bottom: 25px;
}

.top-page.mark-page .top-page__title {
  margin-bottom: 100px;
}

.top-page.top-district .top-district__name, .top-page__service {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  right: -16px;
  top: 69px;
  z-index: 2;
}

.top-page.top-district .top-district__name {
  text-align: center;
  line-height: 29px;
  padding: 15px 15px 16px;
  background: #5473ae;
  max-width: 270px;
}

.top-page.top-district .top-page__pluses {
  margin-bottom: 0;
}

.top-page__service {
  line-height: 89px;
  height: 89px;
  padding: 0 25px 0 185px;
  background: #f2f5f8;
  max-width: 357px;
}

.top-page__service span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 21px;
}

.top-page__service img {
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 31px;
  max-width: 123px !important;
  max-height: 60px;
}

.subtitle, h2 {
  text-align: center;
}

.top-page__service span, h2 {
  font-weight: 600;
  color: #5473ae;
}

h2 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 8px;
}

.subtitle {
  font-size: 18px;
  line-height: 120%;
  color: #000;
  margin-bottom: 50px;
}

/*.price {*/
/*  padding: 56px 0 49px;*/
/*}*/

.price .middle_with_sidebar {
  width: 1140px;
  margin: auto;
  display: table;
}

.price .middle_with_sidebar .left_side {
  width: 263px;
  padding-right: 33px;
  display: table-cell;
  vertical-align: top;
}

.price .middle_with_sidebar .right_side {
  display: table-cell;
  vertical-align: top;
  padding-right: 62px;
}

.price .middle_with_sidebar3 {
  width: 1220px;
  margin: auto;
  display: table;
}

.price .middle_with_sidebar3 .left_side {
  width: 308px;
  padding-right: 19px;
  display: table-cell;
  vertical-align: top;
}

.price .middle_with_sidebar3 .right_side {
  display: table-cell;
  vertical-align: top;
  padding-right: 100px;
}

.price .middle_with_sidebar3 .price__table {
  border-radius: 0 0 5px 5px;
  margin-bottom: 27px;
}

.price-master {
  padding-top: 83px;
  text-align: center;
  width: 230px;
  margin: auto;
}

.price-master__image {
  display: block;
  width: 113px;
  height: 113px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto 32px;
}

.price-master__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.price-master__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #323232;
  margin-bottom: 20px;
}

.price-master__text {
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  padding: 0 10px;
  color: #323232;
  margin-bottom: 35px;
}

.price-master .button {
  padding: 0;
  width: 100%;
  margin-bottom: 44px;
}

.price-master .social {
  margin: auto;
}

.price__table {
  background: #f2f5f8;
  border-radius: 5px;
  padding: 30px 34px 10px 26px;
  margin-bottom: 37px;
}

.price__table table {
  width: 100%;
  margin-bottom: 21px;
}

.price__table tr:last-child {
  border-bottom: none;
}

.price__table td, .price__table th {
  padding: 7px 5px 7px 0;
  font-size: 14px;
  line-height: 1.2;
}

.price__table td:first-child, .price__table th:first-child {
  text-align: left;
  padding-left: 17px;
}

.price__table td:last-child, .price__table th:last-child {
  text-align: right;
  padding-right: 42px;
  white-space: nowrap;
}

.price__table td {
  font-weight: 500;
}

.price__table th {
  font-weight: 700;
}

.price__bottom {
  text-align: right;
}

.price__value {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  color: #5473ae;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  margin-right: 23px;
  text-align: left;
}

.calculator_main-title > span b, .price__value div {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.price .button {
  vertical-align: middle;
  margin-bottom: 20px;
  width: 142px;
  padding: 0;
}

.price .button2 {
  vertical-align: middle;
  margin-bottom: 20px;
  min-width: 142px;
  padding: 0 10px;
}

.price .content {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  max-width: 720px;
  margin: auto;
}

.price-nav li, .price__top {
  height: 70px;
  line-height: 70px;
  font-weight: 600;
}

.price-nav li {
  margin-bottom: 6px;
  display: block;
  padding: 0 0 0 27px;
  background: #f2f5f8;
  border-radius: 5px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.price-nav li.active, .price-nav li:hover {
  background: #4ea87a;
  color: #fff;
}

.price__top {
  background: #5473ae;
  border-radius: 5px 5px 0 0;
  position: relative;
  color: #fff;
  font-size: 24px;
  padding: 0 150px 0 26px;
  margin: -30px -34px 30px -26px;
}

.price__top div {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.price__top div + div {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 73px;
  width: 195px;
  padding-right: 34px;
  text-align: right;
  white-space: nowrap;
}

.price-nav + .price-master {
  padding-top: 62px;
}

#calculator {
  background: #323232;
  padding: 71px 0 90px;
}

.calculator {
  padding-right: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.calculator_column {
  max-width: 271px;
  width: 100%;
  padding-right: 58px;
  position: relative;
  padding-top: 88px;
  text-align: center;
  color: #fff;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.calculator_column b {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}

#menu .phone a[href^=tel], .calculator_column a[href^=tel], .request__phone a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.calculator_column p {
  display: block;
  margin: 14px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

.calculator_right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.calculator .column_discount {
  background: #5473ae;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 27px 20px 11px;
  margin-bottom: 34px;
}

.calculator .column_discount span {
  display: block;
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  margin-top: 8px;
}

.calculator .column_callback {
  color: #4ea87a;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  border-bottom: 1px dashed #4ea87a;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.calculator .column_callback:hover, .soc_desc a:hover {
  border-color: transparent;
}

.calculator_main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.calculator_main-title > span {
  line-height: 150%;
  font-size: 18px;
  color: #fff;
  padding-right: 20px;
}

.calculator_main-title > span b {
  font-weight: 600;
}

.calculator_discount {
  width: 195px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 195px;
  flex: 0 0 195px;
  height: 73px;
  background: #4ea87a;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 16px 70px 0 26px;
  padding: 16px 75px 0 15px;
  position: relative;
}

.calculator_discount span {
  position: absolute;
  right: 22px;
  right: 15px;
  top: 0;
  line-height: 73px;
  font-weight: 500;
  font-size: 36px;
  font-size: 32px;
  white-space: nowrap;
  line-height: 1.4;
}

.calculator_discount div {
  position: absolute;
  right: 0;
  width: 94px;
  bottom: 6px;
}

.calculator .calc_steps {
  background: #fff;
  border-radius: 5px;
  padding: 30px 38px 28px 30px;
}

.calculator .calc_steps.final_step form {
  margin-bottom: 30px;
}

.calculator .calc_steps.final_step .button {
  width: 32.1%;
  float: right;
  height: 60px;
}

.calculator .calc_steps.calc_step2 input + label {
  width: 21.6%;
  text-align: left;
  border: 0;
  font-size: 18px;
  padding-left: 0;
}

.calculator .calc_steps.calc_step2 label:before {
  content: "";
  display: block;
  right: auto;
  border-radius: 6px;
  width: 31px;
  height: 31px;
  opacity: 1;
  background: #fff;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #5473ae;
}

.calculator .calc_steps.calc_step2 .has_image + label .calc_check_name {
  text-align: center;
  padding: 10px 0 0;
}

.calculator .calc_steps.calc_step2 .has_image + label .calc_check_image {
  text-align: center;
  padding-left: 0;
}

.calculator .calc_steps__question {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-bottom: 28px;
}

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

.calculator .calc_step_list:after {
  content: "";
  display: block;
  width: 185px;
}

.calculator .has_image + label {
  padding: 0;
}

.calculator .calc_check_image {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  display: block;
  width: 185px;
  height: 185px;
  overflow: hidden;
}

.calculator .calc_check_name {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  padding-top: 10px;
  text-align: center;
}

.calculator input[type=radio]:checked + label .calc_check_image {
  border-color: #4ea87a;
}

.calculator input[type=radio]:checked + label .calc_check_name {
  color: #4ea87a;
}

.calculator .calc_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.calculator .calc_bottom .button {
  width: 130px;
  margin-left: 30px;
  background: #5473ae;
}

.calculator .calc_bottom .button:hover {
  background: #4ea87a;
}

.calculator .calc_line {
  background: #d9d9d9;
  height: 1px;
  margin: 0 44px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.calculator .calc_num {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #5473ae;
}

.calculator .button2 {
  outline: 0;
  cursor: pointer;
  padding: 0;
  width: 142px;
  border: 0;
  background: #4ea87a;
}

.calculator .button2:hover {
  background: #5473ae;
}

.soc {
  padding: 56px 0 54px;
}

.soc ul, .soc_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.soc_images {
  max-width: 1014px;
  margin: auto;
}

.soc_block {
  width: 48.5%;
  background: #f2f5f8;
  border-radius: 5px;
  padding: 20px 20px 16px;
}

.soc_link {
  float: left;
}

.soc_desc {
  float: right;
  line-height: 77px;
}

.soc_desc a {
  font-weight: 500;
  font-size: 16px;
  color: #5473ae;
  text-decoration: none;
  border-bottom: 1px dashed #5473ae;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.soc ul {
  clear: both;
}

.soc ul li {
  margin-bottom: 2%;
  width: 31.9%;
}

.soc ul li a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.soc ul li a img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.soc ul:after {
  content: "";
  display: block;
  width: 144px;
}

.swiper-button-next, .swiper-button-prev {
  display: block;
  width: 55px;
  height: 55px;
  background: url(../images/arrow.svg) no-repeat 50% #4ea87a;
  border-radius: 50px;
  position: absolute;
  margin: auto;
  bottom: 0;
  cursor: pointer;
  top: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask, .simplebar-offset {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

.simplebar-mask {
  direction: inherit;
  overflow: hidden;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:after, .simplebar-content:before {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.simplebar-track .simplebar-visible {
  cursor: pointer;
}

[data-simplebar].simplebar-dragging, [data-simplebar].simplebar-dragging .simplebar-content {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #5473ae;
  opacity: 0;
  border-radius: 10px;
  -webkit-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 10px;
  background: #000;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 14px;
  background: #c8daea;
  border-radius: 10px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical, .mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_container_wrapper, .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  overflow: hidden;
  top: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.comment-form input[type=checkbox] + label, .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 14px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  margin: 0;
  width: 100%;
  height: 14px;
  background: #c8daea;
  border-radius: 10px;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  margin: 0;
  height: 14px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background: #5473ae;
  border-radius: 10px;
  border: 2.5px solid #c8daea;
  height: 14px;
  margin: 0;
}

.feedback {
  background: #f2f5f8;
  padding: 46px 0 36px;
}

.feedback__outer {
  position: relative;
  padding: 0 83px;
  margin-bottom: 36px;
}

.feedback__slider {
  overflow: hidden;
}

.feedback__block {
  background: #fff;
  padding: 35px 14px 38px 34px;
  overflow: hidden;
}

.feedback__author {
  float: left;
  width: 232px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #323232;
}

.feedback__main-image {
  margin-bottom: 12px;
}

.feedback__images li a img, .feedback__main-image, .feedback__main-image img {
  display: block;
  width: 100%;
}

.feedback__content {
  margin-left: 273px;
}

.feedback__info {
  font-size: 0;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 25px;
  padding-bottom: 37px;
}

.feedback .content, .feedback__info li {
  font-weight: 500;
  font-size: 14px;
  color: #323232;
}

.feedback__info li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 6px;
  line-height: 130%;
}

.feedback__info li b {
  font-weight: 600;
}

.feedback .content {
  line-height: 140%;
  text-align: justify;
  margin-bottom: 29px;
}

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

.feedback__images li {
  padding-right: 25px;
}

.feedback__images li:last-child {
  padding-right: 0;
}

.feedback__images li a {
  display: block;
  width: 155px;
  height: 109px;
  overflow: hidden;
}

.feedback__scroll {
  padding-bottom: 30px;
}

.feedback .button2 {
  display: block;
  margin: auto;
  padding: 0;
  width: 170px;
}

.feedback.white {
  background: #fff;
  padding-bottom: 6px;
}

.feedback__yours {
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  margin-top: -38px;
  margin-bottom: 22px;
}

.feedback__yours .button2, .feedback__yours .rateYo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
}

.feedback__yours img {
  margin-left: 13px;
}

.feedback__yours .button2 {
  height: 30px;
  width: 135px;
  font-size: 14px;
  line-height: 30px;
}

.feedback__list > li {
  margin-bottom: 48px;
}

.feedback__list .feedback__block {
  background: #f2f5f8;
  border-radius: 5px;
}

.full_feedback, .video_image.vid_start:after {
  display: none;
}

.comments {
  padding: 72px 0 71px;
}

.comments__vk {
  width: 100%;
  margin: auto;
}

.comments__vk > img {
  width: 100%;
}

.comments.blue, .discount {
  background: #f2f5f8;
  padding: 41px 0 57px;
}

.discount {
  padding: 44px 0 33px;
}

.discount__list {
  width: calc(100% + 11px);
  width: calc(100% + 36px);
  font-size: 0;
}

.discount__list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 11px 20px 0;
  margin: 0 36px 20px 0;
}

.discount__block {
  display: block;
  text-decoration: none;
  width: 194px;
  width: 160px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 356px;
}

.discount__image {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 5px;
  margin-bottom: 11px;
  overflow: hidden;
}

.discount__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.discount__percent, .request__phone b {
  display: block;
  font-weight: 600;
  line-height: 120%;
}

.discount__percent {
  font-size: 32px;
  color: #5473ae;
}

.discount .button {
  padding: 0;
  width: 162px;
  margin: 11px auto 0;
  margin-top: auto;
}

.discount.discount-main {
  background: 0 0;
  padding: 0 0 21px;
}

.discount.discount-main + .regions {
  margin-bottom: 70px;
}

.discount .content {
  text-align: center;
  padding-top: 30px;
}

.request {
  background: #5473ae;
  padding: 47px 0 28px;
  text-align: center;
}

.request .subtitle {
  color: #fff;
  margin-bottom: 27px;
}

.request__form {
  max-width: 900px;
  margin: 0 auto 20px;
}

.request__form input[type=submit], .request__form input[type=text] {
  width: 32.1%;
}

.request .button:hover {
  background: #323232;
}

.request .checkboxset {
  width: 100%;
  padding-top: 10px;
}

.request input[type=checkbox] + label a {
  color: #fff;
}

.request__pluses {
  text-align: center;
}

.request__pluses li {
  vertical-align: middle;
  max-width: 150px;
  font-weight: 600;
  font-size: 12px;
  padding-top: 7px;
  margin-right: 35px;
  margin-bottom: 20px;
}

.request__plus-image {
  float: left;
  height: 39px;
  width: 57px;
  margin-top: -7px;
  position: relative;
}

.request__phone-icon img, .request__plus-image img {
  display: block;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  top: 0;
  max-width: 100% !important;
  max-height: 100%;
}

.request__phone, .request__pluses li {
  display: inline-block;
  line-height: 120%;
  color: #fff;
  text-align: left;
}

.request__phone {
  vertical-align: top;
  padding-left: 101px;
  position: relative;
  font-size: 14px;
  max-width: 280px;
  margin-right: 83px;
  margin-bottom: 24px;
}

.request__phone b {
  font-size: 18px;
  padding-top: 12px;
}

.request__phone-icon {
  display: block;
  width: 71px;
  height: 71px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
}

.request__phone-icon img {
  right: 0;
}

.request__soc {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  max-width: 220px;
  margin-bottom: 24px;
}

.request .social {
  width: 148px;
}

.request .social li {
  position: relative;
  margin-top: 12px;
}

.request .social li:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
}

.request .social a {
  width: 29px;
  height: 29px;
  position: relative;
  z-index: 2;
}

#menu .social li .soc_mail, .request .social .soc_mail {
  background: url(../images/soc_mail2.svg) no-repeat 50%;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 132px;
  width: 140px;
}

.social li {
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.social li:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.social a {
  display: block;
  width: 27px;
  height: 27px;
  font-size: 0;
}

.social .soc_wa {
  background: url(../images/soc_wa.svg) no-repeat 50%;
}

.social .soc_vk {
  background: url(../images/soc_vk.svg) no-repeat 50%;
}

.social .soc_tg {
  background: url(../images/soc_tg.svg) no-repeat 50%;
}

.social .soc_mail {
  background: url(../images/soc_mail.svg) no-repeat 50%;
}

.video, .video_image {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 100%;
}

.video_image img {
  position: absolute;
  left: 0;
  width: 100%;
  margin: auto;
  bottom: -999px;
  top: -999px;
}

.video_image .video_preview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.clients ul li img, .request .social li:after, .video_image:after {
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.clients + .discount {
  margin-top: -90px;
}

.video_image:after {
  content: "";
  display: block;
  width: 84px;
  height: 59px;
  background: url(../images/yt.png) no-repeat 50%;
  z-index: 3;
}

.legal {

  padding-bottom: 32px;
}

.legal .middle4 {
  width: 1220px;
}

.legal .subtitle {
  margin-bottom: 60px;
}

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

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* расстояние между блоками */
}

.flex-container li {
  flex: 0 1 calc(50% - 20px); /* 50% ширины минус gap */
  box-sizing: border-box;
}



.legal__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 11px;
}

.legal__blocks > li {
  /*    width: 502px;*/
  padding-top: 42px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 502px;
  flex: 0 1 502px;
}

.legal__block {
  display: block;
  padding: 0 36px 37px;
  background: #f2f5f8;
  border-radius: 5px;
  height: 100%;
}

.legal__block img {
  margin-top: -42px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 26px;
}

.legal__block div {
  padding: 0 0 0 27px;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}

.legal__block ul {
  padding: 0 27px 3px;
}

.legal__block ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

.legal__block ul li a {
  color: #000;
}

.clients {
  background: #f2f5f8;
  padding: 44px 0 40px;
  margin-bottom: 90px;
}

.clients .subtitle {
  margin-bottom: 38px;
}

.clients ul {
  max-width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto auto 22px;
}

.clients ul li {
  margin-bottom: 16px;
  display: block;
  width: 162px;
  height: 97px;
  position: relative;
  background: #fff;
  pointer-events: none;
}

.clients ul li img {
  max-width: 100% !important;
  max-height: 100%;
}

.clients, .clients__callback, .pluses ul {
  text-align: center;
}

.clients__callback div {
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #323232;
  max-width: 375px;
  margin-bottom: 20px;
}

.break__found b, .clients__callback div b {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}

.clients__callback div b {
  color: #4ea87a;
  margin-bottom: 17px;
}

.clients__callback h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #5473ae;
  text-align: center;
  margin: 0 auto 30px;
  max-width: 430px;
}

.clients__example {
  display: inline-block;
  vertical-align: top;
  width: 356px;
  width: 316px;
  margin-right: 30px;
}

.clients__example img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.clients .button {
  width: 100%;
  height: 50px;
  cursor: pointer;
  outline: 0;
}

.pluses {
  padding: 86px 0 62px;
}

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

.pluses ul:after {
  content: "";
  display: block;
  width: 200px;
}

.pluses ul li {
  margin-bottom: 30px;
  color: #323232;
  font-size: 14px;
  line-height: 120%;
}

.pluses__block {
  width: 200px;
}

.pluses__icon {
  width: 84px;
  height: 84px;
  background: #f2f5f8;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  position: relative;
  margin: 0 auto 21px;
  color: #5473ae;
}

.pluses__icon img {
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  max-width: 100% !important;
  max-height: 100%;
}

.pluses__icon div {
  padding-top: 21px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.pluses__icon div span {
  display: block;
  font-size: 30px;
  line-height: 100%;
}

.works {
  background: #f2f5f8;
  padding: 61px 0 63px;
}

.works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.content p, .legal__blocks > li, .works__list li {
  margin-bottom: 20px;
}

.works__block {
  display: block;
  width: 260px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
}

.works__image {
  display: block;
  width: 260px;
  height: 186px;
  margin-bottom: 23px;
}

.regions .regions__map img, .repair .repair__image img, .works__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works__text {
  display: block;
  padding: 0 26px 15px;
  font-size: 16px;
  color: #000;
}

.works__title {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 125%;
  color: #4ea87a;
  margin-top: 15px;
}

.works .button2 {
  display: block;
  margin: auto;
  width: 196px;
}

.cert {
  padding: 61px 0 107px;
}

.cert__outer {
  padding: 0 73px;
  position: relative;
}

.cert__slider {
  padding: 0 9px;
  overflow: hidden;
}

.cert__block, .marks ul a {
  display: block;
  position: relative;
  background: #fff;
}

.cert__block {
  width: 195px;
  height: 235px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  margin: 20px 0;
  outline: 1px solid #5473ae;
  outline: none;
}

.cert__block img, .marks ul a img {
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  max-width: 100% !important;
  max-height: 100%;
}

.cert__block {
  height: auto;
  min-height: 235px;
  overflow: hidden;
}

.cert__author {
  position: relative;
  display: block;
  width: 99px;
  height: 49px;
  margin: 220px auto 16px;
}

.cert__author + img {
  bottom: auto;
  top: 26px;
}

.cert .swiper-button-prev {
  left: 0;
}

.cert .swiper-button-next {
  right: 0;
}

.request.request-dark {
  background: #323232;
}

.request.request-dark input[type=checkbox] + label a {
  color: #5473ae;
}

.break {
  background: #f2f5f8;
  padding: 56px 0 22px;
  text-align: center;
}

.break__list, .marks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.break__list {
  margin-bottom: 10px;
}

.break__list li {
  margin: 0 18px;
}

.break__block {
  width: 133px;
  width: 135px;
  margin-bottom: 49px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}

.break__image {
  width: 84px;
  height: 84px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto 26px;
}

.break__image img {
  display: block;
  word-wrap: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.break__found {
  font-size: 14px;
  line-height: 130%;
  color: #323232;
  text-align: left;
  max-width: 360px;
  margin-right: 95px;
}

.break__found b {
  margin-bottom: 18px;
}

.break__contact, .break__found, .contacts__list > li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}

.break__contact b {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: right;
  color: #5473ae;
}

.break__contact .button2 {
  display: block;
  width: 174px;
  line-height: 43px;
  height: 43px;
  font-size: 14px;
  margin-top: 16px;
}

.marks {
  background: #5473ae;
  padding: 49px 0 41px;
}

.marks .subtitle, .marks h2 {
  color: #fff;
}

.marks .subtitle {
  margin-bottom: 41px;
}

.marks ul {
  padding: 0 18px 32px;
}

.break__contact b, .marks ul li {
  margin-bottom: 16px;
}

.marks ul a {
  width: 162px;
  height: 97px;
}

.marks .button3 {
  display: block;
  margin: auto;
  width: 230px;
}

.regions {
  padding: 49px 0 0;
}

.regions .middle4, .regions .middle5 {
  min-height: 542px;
  padding-right: 520px;
}

.regions h2 {
  text-align: left;
  padding-top: 42px;
}

.regions .subtitle {
  margin-bottom: 69px;
  text-align: left;
}

.regions .regions__map {
  position: absolute;
  right: 0;
  top: 0;
  width: 517px;
  height: 542px;
}

.regions .regions__text ul {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #323232;
  margin-bottom: 18px;
}

.regions .all_regions {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4ea87a;
  text-decoration: none;
  border-bottom: 1px dashed #4ea87a;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.regions .all_regions:hover {
  border-color: transparent;
}

.content {
  font-size: 14px;
  line-height: 120%;
  text-align: justify;
}

.content b {
  font-weight: 600;
}

.text {
  padding: 19px 0 66px;
}

.text + .breadcrumbs {
  margin-top: -20px;
  padding-top: 0;
}

.text h2 {
  /*    margin: 30px auto 45px;*/
  /*    max-width: 750px;*/
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  color: #5473ae;
  margin: 25px 0;
  text-align: center;
}

.text .content {
  margin: auto;
  text-align: justify;
}

.text hr {
  border: 0;
  border-top: 1px solid #d9d9d9;
  margin: 44px 0 30px;
}

.text img {
  height: auto !important;
  max-width: 100%;
  width: auto !important;
}

.text .image_left {
  float: left;
  margin-right: 59px;
}

.text .content ul, .text img {
  margin-bottom: 20px;
}

.contacts, .text2, .text3 {
  background: #f2f5f8;
  padding: 52px 0 68px;
}

.contacts, .text3 {
  padding: 15px 0 40px;
}

.text3 h2 {
  margin-bottom: 25px;
}

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

.text .break__list .break__block {
  width: 155px;
}

.contacts {
  padding: 51px 0 38px;
}

.contacts .subtitle {
  margin-bottom: 65px;
}

.contacts__list {
  font-size: 0;
  padding-right: 412px;
}

.contacts__list > li {
  width: 47%;
  vertical-align: top;
  margin-bottom: 39px;
  font-size: 16px;
  line-height: 120%;
  padding-right: 15px;
}

.contacts__list > li:nth-child(even) {
  width: 53%;
}

.contacts__list li span a {
  color: #5473ae;
  text-decoration: none;
}

.contacts__list > li b, .contacts__list > li span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  margin-top: 12px;
}

.contacts__list > li span {
  color: #5473ae;
}

.contacts__list .contacts__commerce b {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 8px;
  margin-top: 0;
}

.contacts__list .contacts__commerce .button2 {
  width: 245px;
}

.contacts .social {
  margin-top: 15px;
  width: 133px;
}

.contacts #map {
  width: 502px;
  height: 309px;
  position: absolute;
  top: 126px;
  right: -112px;
}

.contacts.contacts-top {
  padding-top: 12px;
  background: #fff;
}

.contacts.contacts-top #map {
  top: -12px;
}

#map {
  position: relative;
  height: 400px;
  width: 100%;
}

.big-video .video_image:after {
  width: 125px;
  height: 89px;
  background: url(../images/yt2.png) no-repeat 50%;
}

.big-video {
  padding: 53px 0 0;
}

.big-video .middle3 {
  max-width: 880px;
}

.regions + .contacts {
  margin-top: 49px;
}

.repair {
  background: #f2f5f8;
  padding: 61px 0 67px;
}

.repair h2 {
  max-width: 800px;
  margin: 0 auto 24px;
}

.repair .subtitle {
  max-width: 1015px;
  margin: 0 auto 39px;
}

.page-404 ul, .repair .repair__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 14px);
  margin-left: -7px;
}

.page-404 ul li, .repair .repair__list li {
  margin-bottom: 20px;
}

.page-404 ul li a, .repair .repair__block {
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

.repair .repair__block {
  width: 216px;
  height: 306px;
  background: #fff;
}

.repair .repair__block b {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}

.repair .repair__image {
  display: block;
  height: 154px;
  margin-bottom: 14px;
}

.repair .repair__price {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #5473ae;
  margin-bottom: 21px;
}

.repair .button2 {
  width: 137px;
  margin: auto;
}

.categ__top li, .page-404 {
  text-align: center;
}

.page-404 + .legal {
  padding-top: 50px;
}

.page-404__image {
  height: auto;
  max-width: 100%;
  margin-bottom: 53px;
}

.page-404 ul {
  width: calc(100% + 4px);
  margin-left: -2px;
}

.page-404 ul li a {
  display: block;
  width: 149px;
  background: #5473ae;
  line-height: 52px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.page-404 ul li a:hover {
  background: #4ea87a;
}

.categ__top {
  display: table;
  margin-bottom: 26px;
  width: 100%;
}

.categ__top li {
  display: table-cell;
  padding-bottom: 20px;
  padding-right: 15px;
}

.categ__top li:last-child {
  padding-right: 0;
}

.categ__top li a {
  color: #323232;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.categ__top li a, .categ__top li span {
  display: block;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background: #f2f5f8;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}

.categ__top li a:hover, .categ__top li span {
  background: #5473ae;
  color: #fff;
}

.categ .middle_with_sidebar {
  display: table;
  width: 100%;
}

.categ .middle_with_sidebar .left_side, .categ .middle_with_sidebar .right_side {
  display: table-cell;
  vertical-align: top;
}

.categ .middle_with_sidebar .left_side {
  width: 300px;
}

.categ .middle_with_sidebar .left_side .filter {
  padding-left: 16px;
  background: #f2f5f8;
  border-radius: 0 5px 5px 0;
  position: relative;
}

.categ .middle_with_sidebar .left_side .filter:before {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  right: 299px;
  top: 0;
  background: #f2f5f8;
}

.categ .middle_with_sidebar .right_side {
  padding-left: 10px;
}

.categ .price-master {
  padding-top: 50px;
}

.categ .big-video {
  margin-bottom: 18px;
  padding: 0 0 53px;
}

.categ .big-video .subtitle {
  margin-bottom: 35px;
}

.categ .big-video .content {
  text-align: center;
  padding-top: 30px;
}

.categ .price__table {
  margin-left: 40px;
  margin-right: 40px;
}

.jq-ry-container {
  position: relative;
  margin: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.jq-ry-container[readonly=readonly] {
  cursor: default;
}

.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
}

.select2-dropdown.search_select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 51;
}

.search_select .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search_select .select2-results__option {
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.search_select .select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown.search_select {
  left: 0;
}

.search_select .select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.search_select .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-close-mask, .select2-container--default .select2-results__option--disabled, .select2-container--default.select2-container--disabled .select2-selection__choice__remove, .select2-results__option--disabled, .select2-search__field {
  display: none;
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container .select2-selection--single {
  height: 28px;
  padding-left: 8px;
  padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 28px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-dropdown {
  background-color: #fff;
}

.select2-results__option {
  padding: 4px 0;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.sort {
  padding: 30px 0 18px 25px;
  float: left;
}

.sort__title {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding-right: 14px;
}

.sort .select2-container {
  min-width: 155px;
}

.sort .select2-container--default .select2-selection--single {
  display: inline;
  background-color: #fff;
  border: 0;
  border-bottom: 1px dashed #000;
  border-radius: 0;
}

.sort .select2-container .select2-selection--single {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 18px;
  display: inline;
}

.sort .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.rate_line {
  float: right;
  text-align: center;
  padding-top: 29px;
  margin-bottom: 15px;
}

.rate_line .rateYo, .rate_line .rate_num {
  display: inline-block;
  vertical-align: middle;
}

.rate_line .rate_num {
  color: #005bb1;
  font-size: 24px;
  margin-right: 12px;
}

.rate_line .rateYo {
  margin: 3px 11px 0 0;
}

.product__name span, .rate_line .voted {
  display: inline-block;
  vertical-align: middle;
  color: #c7c7c7;
  font-size: 14px;
}

.inst_link {
  display: block;
  width: 196px;
  height: 48px;
  margin: 20px auto;
  background: url(../images/inst.png) no-repeat;
}

.rate_line .inst_desc {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 165px;
  line-height: 18px;
}

.rate_line .inst_desc a {
  color: #005bb1;
}

.rate_line .button {
  margin: 20px auto 0;
  width: 200px;
  height: 35px;
  line-height: 35px;
}

.right_side .rate_line .rateYo, .right_side .rate_line .rate_num {
  margin-right: 3px;
}

.right_side .rate_line .button {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  margin-top: 0;
  margin-left: 3px;
}

.add_raiting {
  display: none;
  margin-top: 10px;
}

.add_raiting h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.products_list, .tabs > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products_list {
  clear: right;
  margin-bottom: 39px;
}

#menu nav li, .products_list li {
  margin-bottom: 16px;
}

.products_list:after {
  content: "";
  display: block;
  width: 297px;
}

.product {
  width: 297px;
  height: 466px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  position: relative;
  padding-top: 36px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}


.product___rate {
  position: absolute;
  left: 50%;
  top: 23px;
  z-index: 2;
  font-weight: 600;
  font-size: 12px;
  color: #323232;
  height: 12px;
  overflow: hidden;
  transform: translateX(-50%);
  padding-left: 16px;
  background: url('../images/star_g.svg') no-repeat 0 50%;
}

.product___rate span {
  padding-left: 25px;
  color: #919191;
  background: url('../images/icon_rate.svg') no-repeat 12px 50%;
}

.product:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(50, 50, 50, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(50, 50, 50, 0.1);
}

.product__compare, .product__fav {
  display: block;
  height: 18px;
  position: absolute;
  top: 20px;
  font-size: 0;
  z-index: 2;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.product__fav {
  width: 21px;
  background: url(../images/fav.svg) no-repeat 50%;
  left: 24px;
}

.product__fav.active, .product__fav:hover {
  background-image: url(../images/fav_h.svg);
}

.product__compare {
  width: 18px;
  background: url(../images/compare.svg) no-repeat 50%;
  right: 20px;
}

.product__compare.active, .product__compare:hover {
  background-image: url(../images/compare_h.svg);
}

.product__rate {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #ffd73b;
  width: 31px;
  position: absolute;
  margin: auto;
  left: -35px;
  right: 0;
  top: 22px;
  display: block;
  height: 12px;
}

.product__rate .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group svg {
  stroke: #ffd73b;
}

.product__rate .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group svg {
  stroke: #ffd73b;
  fill: #ffd73b;
}

.product__rate .jq-ry-container {
  cursor: default;
  -webkit-transform: scale(0.64);
  transform: scale(0.64);
  position: absolute;
  top: -1px;
  left: 0;
}

.product__link {
  height: 430px;
  color: #000;
  padding: 0 13px;
  display: block;
  text-decoration: none;
  position: relative;
}

.product__image {
  position: relative;
  display: block;
  height: 190px;
}

.product-main .prod_swiper .swiper-slide > img, .product__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product__name {
  display: block;
  font-size: 20px;
  color: #000;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
}

.product__name span {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000;
}

.product__data {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #a9a9a9;
}

.product__price {
  position: absolute;
  left: 13px;
  bottom: 51px;
  height: 54px;
  width: 140px;
}

.product__price-old {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: line-through;
  color: #d9d9d9;
  margin-right: 6px;
}

.product__price .old_price div, .product__price-discount {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 4px;
  color: #fff;
  background: #5473ae;
}

.product__avail, .product__price-main {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #5473ae;
}

.product__price .old_price span {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: line-through;
  color: #d9d9d9;
}

.product__price .old_price div {
  margin-left: 4px;
}

.product__avail {
  bottom: 30px;
  left: 14px;
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #323232;
}

.product__button {
  position: absolute;
  right: 14px;
  bottom: 74px;
  width: 123px;
  height: 40px;
  background: #fff;
  border: 1px solid #5473ae;
  border-radius: 5px;
  font-size: 16px;
  line-height: 38px;
  color: #5473ae;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.product__button:hover {
  background: #5473ae;
  color: #fff;
}

.product__basket, .product__button, .tabs > ul > li {
  font-weight: 500;
  text-align: center;
}

.product__basket {
  width: 123px;
  height: 40px;
  position: absolute;
  right: 13px;
  bottom: 30px;
  background: #4ea87a;
  border-radius: 5px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.product__basket:hover {
  background: #5473ae;
}

.product__discount, .product__special {
  display: block;
  width: 74px;
  height: 73px;
  position: absolute;
  left: 25px;
  top: 63px;
  background: url(../images/discount.svg) no-repeat 50%;
  text-align: center;
  line-height: 73px;
  color: #fff;
  font-weight: 500;
  pointer-events: none;
}

.product__special {
  font-size: 14px;
}

.product__discount {
  font-size: 32px;
}

.tabs {
  padding: 30px 0;
}

.tabs > ul {
  background: #f2f5f8;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tabs > ul > li {
  width: 33.333%;
  font-size: 24px;
  line-height: 90%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid transparent;
  padding: 20px 0 17px;
  color: #323232;
  cursor: pointer;
}

.tabs > div {
  padding-top: 20px;
}

.tabs > ul > li:last-child {
  border-right: none;
}

.tabs > ul > li.active {
  background: #fff;
  border-bottom: 4px solid #4ea87a;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  display: none;
}

input[type=number], span.spinner > .add, span.spinner > .sub {
  display: block;
  height: 37px;
  margin: auto;
  font-weight: 500;
  font-size: 18px;
}

input[type=number] {
  width: 37px;
  color: #000;
  text-align: center;
  background: 0 0;
  outline: 0;
  pointer-events: none;
  background: #fff;
}

.breadcrumbs, span.spinner {
  text-align: center;
  position: relative;
}

span.spinner {
  display: block;
  width: 67px;
  height: 37px;
  margin: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

span.spinner > .add, span.spinner > .sub {
  width: 15px;
  line-height: 37px;
  position: absolute;
  top: 0;
  cursor: pointer;
}

span.spinner > .sub:before {
  content: "-";
}

span.spinner > .add:before {
  content: "+";
}

span.spinner > .sub {
  text-align: left;
  left: 0;
}

span.spinner > .add {
  text-align: right;
  right: 0;
}

.product .spinner {
  position: absolute;
  left: 20px;
  bottom: 19px;
}

.product .button {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #000;
  position: absolute;
  right: 20px;
  bottom: 19px;
  font-size: 18px;
  text-decoration: none;
}

.breadcrumbs {
  padding-top: 37px;
  font-size: 0;
  max-width: 1180px;
  margin: 0 auto 17px;
  z-index: 3;
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  margin: 0 9px 10px 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 16px;
  background: url(../images/crumb.svg) no-repeat 0 50%;
}

.breadcrumbs li:first-child {
  padding-left: 0;
  background: 0 0;
}

.breadcrumbs li:last-child {
  margin-right: 0;
}

.breadcrumbs li a {
  color: #6d6d6d;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.breadcrumbs li a:hover {
  color: #000;
}

.breadcrumbs li span, .comment-form input[type=checkbox] + label a, .product-main__bg .checkboxset a {
  color: #6d6d6d;
}

h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #5473ae;
  max-width: 900px;
  margin: 0 auto 64px;
}

h1 + .subtitle {
  max-width: 900px;
  margin: -55px auto 50px;
}

.prices-main {
  padding-top: 0;
}

#prices + .legal {
  padding-top: 10px;
}

.filter {
  padding: 30px 0 25px;
}

.filter_reset {
  display: inline-block;
  margin-bottom: 24px;
  padding: 0 20px;
  background: #5473ae;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.filter_reset:hover {
  background: #4ea87a;
}

.filter_button {
  display: none;
}

.filter_block {
  margin-bottom: 12px;
}

.filter_block .checkboxset {
  margin-left: -22px;
}

.filter_block .checkboxset input[type=checkbox] + label {
  font-size: 16px;
  padding-left: 22px;
  margin-bottom: 12px;
}

.filter_block .checkboxset .rateYo {
  margin: -3px 0 0 4px;
}

.filter_block .checkboxset .show {
  display: none;
}

.filter_block .checkboxset.long label:nth-of-type(5) ~ br, .filter_block .checkboxset.long label:nth-of-type(5) ~ label {
  display: none;
}

.filter_block .checkboxset.long + .show {
  display: inline-block;
}

.filter_block .show {
  display: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 80%;
  color: #000;
  cursor: pointer;
  padding-bottom: 2px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #000;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.filter_block .show:hover {
  border-color: transparent;
}

.filter_block + .filter_reset {
  margin-top: 23px;
}

.filter_block h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin-bottom: 19px;
}

.range_outer {
  width: 226px;
}

.irs, .irs-line {
  position: relative;
  display: block;
}

.irs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  overflow: hidden;
  outline: 0 !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 5%;
}

.irs-bar, .irs-bar-edge {
  position: absolute;
  display: block;
  left: 0;
}

.irs-bar {
  width: 0;
}

.irs-bar-edge {
  top: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  display: block;
  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  left: 0;
}

.irs-from, .irs-max, .irs-min, .irs-single, .irs-to {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-max {
  right: 0;
}

.irs-from, .irs-single, .irs-to {
  top: 0;
  left: 0;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

#go_top > span, #menu nav ul, .irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: 0 0;
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: 0 !important;
  z-index: -9999 !important;
  background: 0 0 !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs-with-grid {
  height: 75px;
}

.irs-line {
  height: 2px;
  border-radius: 0;
  background: #5473ae;
  top: 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  height: 4px;
}

.irs-bar, .irs-slider {
  height: 2px;
  top: 6px;
  background: #4ea87a;
}

.irs-slider {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.irs {
  height: 14px;
}

.inputs-group {
  position: relative;
  font-size: 0;
  margin-bottom: 9px;
}

.inputs-group input {
  width: 99px;
  height: 30px;
  outline: 0;
  font-size: 14px;
  line-height: 120%;
  color: #000;
  text-align: center;
}

.inputs-group input + input {
  float: right;
}

.range-container {
  margin-bottom: 22px;
}

.product-main__comments-list > li + li ~ li, input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 2px;
  width: 14px;
  height: 13px;
  cursor: pointer;
  background: url(../images/check.svg) no-repeat;
}

.pagination li span, input[type=checkbox] + label a {
  color: #5473ae;
}

.pagination {
  text-align: center;
  font-size: 0;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

.pagination li a {
  color: #000;
  text-decoration: none;
}

.pagination li a:hover {
  text-decoration: underline;
}

#menu .social li, .product-main {
  position: relative;
}

.product-main__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 45px;
}

.product-main__slider {
  padding-left: 83px;
  /*margin-top: -40px;*/
  margin-right: 56px;
  width: 493px;
  position: relative;
}

.product-main__discount, .product-main__slider .gift {
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.product-main__slider .gift {
  top: 10px;
  right: 0;
  min-width: 185px;
  height: 50px;
  background: #5473ae;
  z-index: 2;
  font-size: 14px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}

.product-main__discount {
  display: block;
  width: 74px;
  height: 73px;
  z-index: 3;
  left: 55px;
  top: 0;
  background: url(../images/discount.svg) no-repeat 50%;
  line-height: 73px;
  pointer-events: none;
  font-size: 32px;
}

.product-main .checkboxset input[type=checkbox] + label, .product-main .prod_swiper {
  margin-bottom: 14px;
}

.product-main .prod_swiper .swiper-slide {
  /*height: 271px;*/
  position: relative;
}

.product-main .prod_swiper .swiper-slide .video_image {
  padding-bottom: 0;
  height: 100%;
}

.product-main .prod_swiper2 .swiper-slide {
  height: 67px;
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  overflow: hidden;
}

.order__product-image img, .product-main .prod_swiper2 .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-main .prod_swiper2 .swiper-slide.swiper-slide-thumb-active {
  border-color: #4ea87a;
}

.product-main .prod_swiper2 .video_image {
  padding-bottom: 0;
  height: 100%;
}

.product-main .prod_swiper2 .video_image:after {
  background: url(../images/yt_slide.png) no-repeat 50%;
}

.product-main__char {
  width: 301px;
  padding-top: 14px;
}

.product-main__data li, .product-main__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-main__rating {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 23px;
}

.product-main__reviews {
  color: #5473ae;
  margin-left: 13px;
}

.product-main h3, .product-main__data {
  font-weight: 500;
  font-size: 24px;
  line-height: 90%;
  margin-bottom: 23px;
}

.product-main__data {
  font-size: 14px;
  color: #323232;
  margin-bottom: 3px;
}

.product-main__data li {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 13px;
}
/*
.product-main__data li:nth-child(6) ~ li {
  display: none;
}*/

.product-main__data li span {
  border-bottom: 2px dotted #c8daea;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-main__data li div {
  padding: 0 11px 0 0;
}

.product-main .show_all {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: #5473ae;
  border-bottom: 1px dashed #5473ae;
  margin-bottom: 24px;
}

.product-main .compare, .product-main .fav {
  height: 18px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.product-main .fav {
  float: left;
  padding-left: 30px;
  background: url(../images/fav.svg) no-repeat 0 50%;
}

.product-main .fav.active, .product-main .fav:hover {
  background-image: url(../images/fav_h.svg);
}

.product-main .compare {
  float: right;
  padding-right: 27px;
  background: url(../images/compare.svg) no-repeat 100% 50%;
}

.product-main .compare.active, .product-main .compare:hover {
  background-image: url(../images/compare_h.svg);
}

.product-main__interact {
  width: 276px;
  min-height: 331px;
  background: #f2f5f8;
  border-radius: 5px;
  padding: 23px 19px 10px 23px;
}

.product-main__interact .social {
  margin-top: 20px;
}

.product-main__price {
  margin-bottom: 11px;
}

.order__table table, .product-main__price-old {
  vertical-align: middle;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

.product-main__price-old {
  display: inline-block;
  text-decoration-line: line-through;
  color: #6d6d6d;
  margin: 0 3px 5px;
}

.product-main__price-discount {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 4px;
  color: #fff;
  background: #5473ae;
  margin-bottom: 5px;
}

.product-main__price-main {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #5473ae;
}

.product-main__avail {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #4ea87a;
}

.product-main hr {
  margin: 14px 0 17px;
  border: 0;
  border-top: 1px solid #c8daea;
}

.product-main .checkboxset {
  margin-bottom: 10px;
}

.product-main .button {
  width: 170px;
  margin-bottom: 16px;
  cursor: pointer;
}

.product-main__order {
  display: inline-block;
  height: 16px;
  line-height: 19px;
  padding-left: 23px;
  background: url(../images/point.svg) no-repeat 0 50%;
  font-weight: 500;
  color: #323232;
  text-decoration: none;
}

.product-main__order:hover {
  text-decoration: underline;
}

.product-main__content {
  padding-left: 83px;
}

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

.product-main__columns > div {
  width: 31%;
  margin-bottom: 20px;
}

.offers .request.request-dark .subtitle, .offers .request.request-dark h2, .product-main .content {
  text-align: left;
}

.product-main .content ul {
  padding-left: 21px;
  margin-bottom: 21px;
}

.product-main__form .middle {
  padding-left: 83px;
}

.product-main__form .button2 {
  cursor: pointer;
}

.product-main__bg {
  background: #f2f5f8;
  margin-top: 15px;
  padding: 40px 0;
}

.product-main__bg input[type=email], .product-main__bg input[type=text] {
  border: 0;
}

.product-main__bg input[type=email], .product-main__bg input[type=text], .product-main__bg textarea {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  width: 32.8%;
  outline: 0;
}

.product-main__bg input[type=email], .product-main__bg input[type=text], .product-main__bg textarea {
  height: 60px;
  margin-bottom: 24px;
  padding: 0 10px 0 21px;
  font-family: Gilroy;
}

.product-main__bg textarea {
  height: 112px;
  padding: 20px 10px 0 21px;
  border: 0;
  resize: none;
}

.product-main__bg .checkboxset {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.product-main__bg .button2 {
  width: 359px;
  margin: auto;
}

.product-main__comments {
  padding-top: 38px;
}

.product-main__comments .load_more {
  color: #5473ae;
  font-size: 18px;
  font-weight: 500;
}

.product-main__comments .middle {
  padding-left: 83px;
}

.product-main__comments-list > li {
  margin-bottom: 49px;
}

.product-main__comment-author {
  float: left;
  width: 190px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #bbb;
}

.product-main__comment-author b {
  display: block;
  font-size: 24px;
  line-height: 130%;
  color: #323232;
  margin-bottom: 3px;
}

.product-main__comment-author .rateYo {
  margin-top: 10px;
}

.product-main__comment-text {
  margin-left: 191px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #323232;
}

.product-main__comment-text h4, .products h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #5473ae;
  margin-bottom: 4px;
}

.product-main__comment-text p {
  margin: 0 0 16px;
}

.product-main .big-video {
  padding: 0;
  max-width: 914px;
  text-align: center;
  margin: auto auto -20px;
}

.product-main .big-video .subtitle, .product-main .big-video .video_image {
  margin-bottom: 30px;
}

.product-main .big-video .content {
  text-align: center;
}

.products {
  margin-bottom: 20px;
}

.products h3 {
  margin-left: 103px;
  margin-bottom: 43px;
  font-weight: 500;
  line-height: 90%;
  color: #000;
}

.order {
  padding-bottom: 100px;
}

.order__table {
  width: calc(100% - 312px);
  float: left;
}

.order__table table {
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 20px;
}

.order__table table td, .order__table table tr {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.order__table table tr {
  border-bottom: 5px solid #fff;
}

.order__table table tr td:first-child {
  border-radius: 5px 0 0 10px;
}

.order__table table tr td:first-child:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f2f5f8;
  border-radius: 0 0 0 10px;
}

.order__table table tr td:last-child {
  border-radius: 0 5px 10px 0;
  width: 6%;
}

.order__table table tr td:last-child:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f2f5f8;
  border-radius: 0 0 5px 0;
}

.order__table table tr td:nth-child(2) {
  width: 15%;
}

.order__table table tr td:nth-child(3) {
  width: 21%;
}

.order__product {
  margin: 0 10px 0 30px;
  display: inline-block;
  vertical-align: middle;
  min-height: 92px;
  line-height: 92px;
  padding: 0 0 0 167px;
  position: relative;
  text-decoration: none;
  max-width: 450px;
}

.order__product-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 139px;
  height: 92px;
}

.order__product-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

.order .remove, .order .spinner, .order__price, .order__product-name {
  display: inline-block;
  vertical-align: middle;
}

.order .remove {
  width: 22px;
  height: 22px;
  font-size: 0;
  background: url(../images/remove.svg) no-repeat 50%;
}

.order__buttons {
  overflow: hidden;
}

.order .clear, .order__interact {
  float: right;
  border-radius: 5px;
  font-weight: 500;
}

.order .clear {
  background: #fff;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  line-height: 38px;
  color: #d9d9d9;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 208px;
  height: 40px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.order .clear:hover {
  background: #d9d9d9;
  color: #fff;
}

.order .continue {
  float: left;
  width: 208px;
  height: 40px;
  line-height: 40px;
}

.order__interact {
  width: 276px;
  height: 291px;
  background: #f2f5f8;
  padding: 23px;
  min-height: 291px;
  font-size: 18px;
  line-height: 21px;
  color: #6d6d6d;
}

.order__interact-price {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #5473ae;
  margin: 5px 0 11px;
}

.order__interact-num {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #4ea87a;
  margin-bottom: 52px;
}

.order .button {
  display: block;
  width: 186px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 16px;
}

.order__interact-buy {
  display: inline-block;
  background: url(../images/point.svg) no-repeat 0 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #323232;
  padding-left: 23px;
  text-decoration: none;
}

.order__interact-buy:hover {
  text-decoration: underline;
}

.add_file_block {
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  line-height: 21px;
}

.add_file_block .file_input {
  display: none;
}

.add_file_block .add_file {
  display: inline-block;
  vertical-align: middle;
  padding-left: 31px;
  background: url(../images/clip.svg) no-repeat 0 50%;
  font-weight: 500;
  font-size: 16px;
  color: #6d6d6d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.comment-form {
  padding: 67px 0;
}

.comment-form h2 {
  color: #323232;
  margin-bottom: 35px;
}

.comment-form form {
  max-width: 594px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-form input[type=email], .comment-form input[type=text], .comment-form textarea {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  outline: 0;
  border: 0;
  height: 60px;
  margin-bottom: 24px;
  padding: 0 10px 0 21px;
  width: 48.5%;
}

.comment-form textarea {
  width: 100%;
  height: 164px;
  padding: 20px 10px 0 21px;
  font-family: Gilroy;
  resize: none;
  margin-bottom: 23px;
}

.comment-form .add_file_block {
  margin-left: 23px;
  margin-bottom: 21px;
}

.comment-form .add_file_block .add_file {
  max-width: 330px;
}

.comment-form .rate {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #6d6d6d;
  white-space: nowrap;
  margin-bottom: 15px;
  padding-top: 2px;
}

.comment-form .rateYo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.comment-form input[type=checkbox] + label:before {
  border: 1px solid #d9d9d9;
}

.comment-form .button2 {
  width: 288px;
  height: 60px;
  outline: 0;
  cursor: pointer;
}

.offers {
  margin-bottom: 54px;
}

.offers .request {
  width: 49.6%;
  float: left;
  padding-top: 57px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 360px;
  border-radius: 5px;
}

.offers .request.request-dark {
  padding-left: 210px;
  text-align: left;
  position: relative;
}

.offers .request.request-dark .request__example {
  position: absolute;
  left: 22px;
  top: 65px;
  width: 170px;
  display: block;
}

.offers .request.request-dark .request__example img {
  width: 100% !important;
}

.offers .request + .request {
  float: right;
}

.offers .request + .request h2 {
  margin-bottom: 24px;
}

.offers .request + .request .subtitle {
  margin-bottom: 40px;
}

.offers .request .button, .offers .request .button2 {
  width: 288px;
}

.offers .request__form {
  margin-bottom: 27px;
}

.offers .request__phone {
  margin-right: 55px;
}

.contacts-content {
  margin-bottom: 47px;
}

.contacts-content img {
  height: auto !important;
  width: 100%;
  margin-bottom: 54px;
}

.examples__list > li {
  margin-bottom: 55px;
}

.examples__block {
  background: #f2f5f8;
  border-radius: 5px;
  padding: 53px 89px 53px 28px;
}

.examples__cover, .examples__video {
  float: right;
  width: 319px;
  padding-top: 13px;
}

.examples__cover img, .examples__slider .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.examples__cover {
  height: 204px;
  overflow: hidden;
}

.examples .video_image:after {
  background-image: url(../images/yt_slide.png);
}

.examples__content {
  margin-right: 359px;
}

.examples__data {
  margin-bottom: 29px;
}

.examples__data > li {
  margin-bottom: 8px;
  padding-left: 56px;
  font-size: 20px;
  line-height: 130%;
  color: #323232;
  font-weight: 500;
}

.examples__data > li b {
  font-weight: 600;
}

.examples__type {
  background: url(../images/data1.svg) no-repeat 0 50%;
}

.examples__address {
  background: url(../images/data2.svg) no-repeat 0 50%;
}

.examples__hours {
  background: url(../images/data3.svg) no-repeat 0 50%;
}

.examples__equip {
  background: url(../images/data4.svg) no-repeat 0 50%;
}

.examples__text {
  text-align: justify;
  color: #323232;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.examples__text.open {
  display: block;
  margin-bottom: 34px;
}

.examples .full-text, .examples__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  margin-left: 56px;
}

.examples .full-text {
  color: #4ea87a;
  margin-bottom: 34px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed #4ea87a;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.examples .full-text:hover {
  border-color: transparent;
}

.examples__images {
  margin-left: 56px;
  position: relative;
}

.examples__slider {
  overflow: hidden;
  width: 100%;
}

.examples__slider .swiper-slide a {
  display: block;
  height: 126px;
  width: 160px;
}

.examples .swiper-button-next, .examples .swiper-button-prev {
  width: 33px;
  height: 33px;
  background-size: 6px auto;
  background-color: #5473ae;
}

.examples .swiper-button-prev {
  left: -58px;
}

.examples .swiper-button-next {
  right: -58px;
}

.examples + .regions {
  margin-bottom: 77px;
}

.show_clients {
  display: none;
}

html.popup_opened #wrapper {
  overflow-y: scroll;
}

#menu, #overlay, .popup_form {
  width: 100%;
  position: fixed;
  display: none;
}

#overlay {
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
}

#menu, .popup_form {
  background: #5473ae;
  right: 0;
  overflow-y: auto;
}

.popup_form {
  margin: auto;
  left: 0;
  z-index: 204;
  max-height: 100%;
  max-width: 605px;
  border-radius: 5px;
}

.popup_form .close_popup {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 28px;
  right: 27px;
  background: url(../images/close.svg) no-repeat 50%;
  cursor: pointer;
}

.popup_center {
  padding: 57px 20px 65px;
}

.popup_center h3,
.popup_center h4 {
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  margin: 0 0 10px;
  padding: 0;
}

#popup_calc h3 {
  font-size: 24px;
  font-size: 32px;
  line-height: 32px;
}

.popup_center h3 + div,
.popup_center h4 + div {
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin-bottom: 36px;
}

.popup_form form {
  margin: auto;
  width: 100%;
  max-width: 288px;
}

#popup_callback_study form {
  max-width: 367px;
}

.popup_form input[type=text],
.popup_form input[type=email] {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 26px;
  outline: 0;
  border: 0;
  font-weight: 500;
  font-size: 16px;
}

.popup_form textarea {
  margin-bottom: 26px;
}

#popup_commerce form,
#popup_corporate form {
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#popup_commerce form input[type=text],
#popup_corporate form input[type=text] {
  width: 48.5%;
}

#popup_commerce .button,
#popup_corporate .button {
  max-width: 288px;
  margin: auto;
}

.clients__callback input[type=text], .popup_form input[type=text], .popup_form input[type=email] {
  height: 60px;
  padding-left: 29px;
}

.clients__callback input[type=text], .clients__callback textarea, .popup_form textarea {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 100%;
  outline: 0;
  border: 0;
  font-weight: 500;
  font-size: 16px;
}

.clients__callback textarea, .popup_form textarea {
  resize: none;
  font-family: Gilroy;
  height: 120px;
  padding: 15px 10px 0 29px;
}

.clients__callback input[type=text], .clients__callback textarea {
  margin-bottom: 11px;
}

.popup_form input[type=checkbox] + label {
  color: rgba(246, 251, 254, 0.5);
}

#menu nav li a, #menu nav li span, .basket_order .checkboxset span a, .popup_form input[type=checkbox] + label a {
  color: #fff;
}

.clients__callback input[type=checkbox] + label, .clients__callback input[type=checkbox] + label a {
  color: #323232;
}

.clients__callback .checkboxset {
  padding: 0;
  margin: 0;
}

.clients__callback form {
  max-width: 290px;
}

.popup_form .button {
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

.popup_form .button:hover {
  background: #323232;
}

#menu {
  height: calc(100vh - 67px);
  top: 67px;
  padding: 40px 30px 10px;
  z-index: 202;
}

#menu .social {
  width: 146px;
}

#menu .phone {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 3px;
}

#menu .phone + .phone {
  bottom: 123px;
  margin-bottom: 14px;
}

#menu .email {
  font-size: 14px;
  color: #fff;
  margin-bottom: 22px;
}

.compare_slider_outer {
  padding: 0 10px 0 0;
  margin-right: -10px;
  margin-left: 298px;
  position: relative;
}

.compare_slider {
  padding: 0 10px;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

.prod_next_c, .prod_prev_c {
  display: block;
  width: 55px;
  height: 55px;
  background: url(../images/arrow.svg) no-repeat 50% #4ea87a;
  border-radius: 50px;
  position: absolute;
  left: -88px;
  cursor: pointer;
  z-index: 3;
}

.compare_slider_outer .swiper-slide {
  padding: 10px 0 5px;
}

.prod_next_c {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.prod_prev_c {
  top: 155px;
}

.prod_next_c {
  top: 262px;
}

.compare_slider .product {
  margin-bottom: 52px;
}

.chars table, .chars table td, .chars table tr, .compare_slider .compare_stats, .compare_slider .compare_stats td, .compare_slider .compare_stats tr {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.chars table td, .compare_slider .compare_stats td {
  height: 67px;
  vertical-align: middle;
  padding-left: 40px;
  font-weight: 500;
  font-size: 18px;
}

.chars {
  position: absolute;
  left: 0;
  bottom: 5px;
}

.chars table td {
  padding-left: 39px;
  font-size: 24px;
  position: relative;
}

.chars table tr:nth-child(odd) td {
  background: #f2f5f8;
}

.chars table tr:nth-child(odd) td:after {
  content: "";
  display: block;
  height: 100%;
  width: 1220px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f5f8;
  z-index: -1;
}

.compare_slider .product__compare {
  background: url(../images/Trash_Full.svg) no-repeat 50%;
}

.compare_slider .product {
  height: 385px;
}

.compare_slider .product__link {
  height: 349px;
}

.compare_slider .product__basket {
  bottom: 20px;
}

.compare_slider .product__button {
  bottom: 64px;
}

.compare_slider .product__avail {
  bottom: 20px;
}

.compare_slider .product__price {
  bottom: 41px;
}

.basket_order .basket_order__inputs, .companies_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.basket_order .basket_order__inputs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-right: 100px;
}

.basket_order .form_block1 {
  width: 400px;
  margin-right: 77px;
  background: #5473ae;
  border-radius: 5px;
  padding: 38px 55px 24px;
}

.basket_order .form_block1 h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #fff;
  padding: 0;
  margin: 0 0 28px;
}

.basket_order input[type=email], .basket_order input[type=text], .basket_order textarea {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  border: 0;
  outline: 0;
}

.basket_order input[type=email], .basket_order input[type=text] {
  margin-bottom: 26px;
  background: #fff;
  display: block;
  height: 60px;
  padding-left: 27px;
}

.basket_order .checkboxset {
  margin-top: -10px;
}

.basket_order .checkboxset label {
  float: left;
  clear: left;
  margin-top: 2px;
}

.basket_order .checkboxset span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: rgba(246, 251, 254, 0.5);
}

.basket_order .form_block_right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.basket_order .basket_buttons {
  width: 100%;
}

.basket_order input[type=radio] + label {
  width: 23px;
  height: 23px;
  border: 2px solid #5473ae;
  border-radius: 20px;
  cursor: pointer;
  float: left;
  clear: left;
  margin-right: 16px;
  margin-bottom: 21px;
}

.basket_order input[type=radio] + label + span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #323232;
  padding-top: 2px;
  margin-bottom: 7px;
}

.basket_order .form_block2, .basket_order .form_block3 {
  width: 333px;
  display: inline-block;
  vertical-align: top;
}

.basket_order .form_block3 {
  float: right;
  width: 264px;
}

.basket_order textarea {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: Gilroy;
  height: 118px;
  line-height: 19px;
  padding: 25px 10px 10px 40px;
  resize: none;
}

.basket_order .form_block_right h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  padding: 38px 0 25px;
  margin: 0;
}

.basket_buttons {
  padding-top: 35px;
  overflow: hidden;
  padding-bottom: 60px;
}

.basket_buttons .button {
  float: left;
  background: url(../images/prev.png) no-repeat 0 75%;
  padding-left: 18px;
  margin-left: 60px;
  font-size: 18px;
  line-height: 120%;
  text-decoration-line: underline;
  height: auto;
  border-radius: 0;
  color: #000;
  margin-top: 16px;
}

.basket_buttons .button:hover {
  text-decoration: none;
}

.basket_buttons .button2 {
  float: right;
  width: 246px;
  height: 60px;
  line-height: 60px;
  background: #4ea87a;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
}

.basket_buttons .button2:hover {
  background: #5473ae;
}

.basket_order__inputs .button2 {
  width: 246px;
  height: 60px;
  line-height: 60px;
  background: #4ea87a;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
}

.basket_order__inputs .button2:hover {
  background: #5473ae;
}

.companies_list ul {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1060px;
  margin: auto;
}

.companies_list ul li {
  margin-bottom: 16px;
  width: auto !important;
}

.companies_list ul li a {
  display: block;
  background: #fff;
  width: 162px;
  height: 97px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: relative;
}

.companies_list ul li a img {
  display: block;
  max-width: 100% !important;
  max-height: 100%;
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.companies_list + p {
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #000;
  max-width: 1060px;
  margin: auto;
  padding: 24px 0 55px;
}

.comment_fixed {
  width: 328px;
  height: 60px;
  position: fixed;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 1100px;
  background: #4ea87a;
  z-index: 203;
  border-radius: 5px 5px 0 0;
  width: 235px;
}

.comment_fixed .social {
  width: 106px;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  right: 18px;
  z-index: 20;
  height: 27px;
}

.comment_fixed .social li:first-child {
  display: none;
}

.comment_fixed .social li {
  position: relative;
  height: 27px;
}

.comment_fixed .social li:after, footer .social li:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #fff;
}

.comment_fixed .social a {
  position: relative;
  z-index: 2;
}

.comment_fixed .button {
  height: 60px;
  line-height: 60px;
  padding-left: 23px;
  text-align: left;
  padding-right: 15px;
}

.middle_with_sidebar .request {
  display: none;
}

footer, footer .logo_footer {
  position: absolute;
  display: block;
}

footer {
  height: 273px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #323232;
}

footer .logo_footer {
  top: 28px;
  left: -30px;
  background: url(../images/logo_footer.svg) no-repeat;
  padding-left: 28px;
  height: 39px;
  outline: 0;
  text-decoration: none;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}

footer .logo_footer span {
  color: #4ea87a;
}

footer .social {
  right: 62px;
  top: 40px;
  width: 147px;
}

footer .social li {
  position: relative;
}

footer .social li:last-child:after {
  display: none;
}

footer .social li a {
  position: relative;
  z-index: 2;
  border-radius: 3px;
}

footer .social li .soc_mail {
  background: url(../images/soc_mail2.svg) no-repeat 50%;
}

.footer_desc, footer .middle2 > * {
  position: absolute;
}

.footer_desc {
  top: 72px;
  left: 0;
  font-size: 14px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.5);
  max-width: 210px;
}

.footer_contacts, .footer_info, .footer_services {
  top: 33px;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
}

.footer_contacts > a, .footer_info > a, .footer_services > a {
  display: inline-block;
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  text-decoration: none;
}

.footer_contacts ul a:hover, .footer_contacts > a:hover, .footer_info ul a:hover, .footer_info > a:hover, .footer_services ul a:hover, .footer_services > a:hover, footer .confident:hover, footer .site_map:hover {
  text-decoration: underline;
}

.footer_contacts ul, .footer_info ul, .footer_services ul {
  font-size: 14px;
  line-height: 150%;
}

.footer_contacts ul a, .footer_info ul a, .footer_services ul a {
  color: #fff;
  text-decoration: none;
}

.footer_contacts > span, .footer_info > span, .footer_services > span {
  display: block;
  font-size: 14px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 9px;
}

.footer_contacts > b, .footer_info > b, .footer_services > b {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 6px;
}

.footer_contacts a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.footer_contacts .footer_callback, .footer_info .footer_callback, .footer_services .footer_callback {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  margin-bottom: 5px;
  color: #4ea87a;
  border-bottom: 1px dashed #4ea87a;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.footer_contacts .footer_callback:hover, .footer_info .footer_callback:hover, .footer_services .footer_callback:hover {
  text-decoration: none;
  border-color: transparent;
}

.footer_services {
  left: 268px;
}

.footer_info {
  left: 473px;
}

.footer_contacts {
  left: 678px;
}

footer .confident, footer .copyright, footer .site_map {
  font-size: 12px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.5);
}

footer .copyright {
  left: 475px;
  top: 214px;
  max-width: 465px;
}

footer .confident, footer .site_map {
  right: 62px;
  top: 114px;
  text-decoration: none;
}

footer .confident {
  top: 130px;
}

.mobile_phone {
  display: none;
}

#go_top, #videoplayer_modal {
  position: fixed;
  width: 100%;
  left: 0;
}

#go_top {
  bottom: 66px;
  z-index: 40;
}

.go_top_button {
  position: absolute;
  bottom: 0;
  left: -90px;
  cursor: pointer;
  width: 79px;
  height: 79px;
  background: url(../images/go_top.svg) no-repeat 50% #656565;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  font-size: 0;
  border-radius: 100px;
  opacity: 0.6;
}

.callback_resp, .leave_comment {
  display: none;
}

.notice-wrap {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 300px;
  z-index: 9999;
  color: #fff;
}

* html .notice-wrap {
  position: absolute;
}

.notice-item {
  background: #5473ae;
  padding: 20px;
  display: block !important;
  position: relative;
  margin: 0 0 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  min-height: 60px;
}

.notice-item p {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
}

.found, .notice-item-close {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
}

.notice-item-close {
  font-family: Arial;
  right: 6px;
  top: 6px;
  cursor: pointer;
  color: #fff;
}

.found {
  right: -88px;
  width: 135px;
  height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 20px 0 12px;
  background: #5473ae;
  border-radius: 6px;
  line-height: 16px;
  display: none;
  margin-top: -17px;
  z-index: 12;
}

.found, .found a {
  color: #fff;
}

.content h3, .content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #5473ae;
  margin-bottom: 8px;
  text-align: left;
}

.content h4 {
  font-size: 18px;
}

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

.content ul li {
  padding: 8px 0 8px 30px;
  margin-left: 6px;
  background: url(../images/services_ul.png) no-repeat 0 10px;
}

.videoplayer_thumb {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  border: 4px solid var(--accent-color-alt);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.feedback__images .videoplayer_thumb {
  width: 155px !important;
  border-radius: 0;
  padding-top: 62%;
}

.play-icon-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--accent-color);
  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;
  padding-top: 8px;
}

.videoplayer_thumb, .vk-video {
  width: 100% !important;
  aspect-ratio: 16/9.05 !important;
}

.play-icon-container {
  width: 100%;
  height: 100%;
  background: url(../images/yt.png) no-repeat 50%;
}

#videoplayer_modal {
  height: 100vh;
  z-index: 205;
  top: 0;
}

.bg_modal, .center_modal {
  position: absolute;
  left: 0;
  top: 0;
}

.bg_modal {
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.87;
  background: #1e1e1e;
}

#videoplayer_modal .close_modal {
  position: absolute;
  z-index: 20;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: 0 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: 0;
}

#videoplayer_modal .close_modal:after, #videoplayer_modal .close_modal:before {
  pointer-events: none;
  background-color: #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

#videoplayer_modal .close_modal:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#videoplayer_modal .close_modal:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#videoplayer_modal .close_modal:hover {
  background: rgba(0, 0, 0, 0.8);
}

#videoplayer_modal .close_modal:hover:after, #videoplayer_modal .close_modal:hover:before {
  background: #fff;
}

.center_modal {
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 15;
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: 0 0;
}

.question {
  margin-top: -47px;
  /*    margin-bottom: 67px;*/
}

.question__list li {
  margin-bottom: 13px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}

.question__ques {
  width: 100%;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  background: #5473ae;
  padding: 0 40px 0 33px;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-align: left;
}

.question__ques:before,
.question__ques:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  margin: auto;
  bottom: 0;
  top: 0;
  border-radius: 3px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition: opacity 0.3s, transform 0.3s;
}

.question__ques:before {
  width: 21px;
  height: 3px;
  right: 21px;
}

.question__ques:after {
  width: 3px;
  height: 21px;
  right: 30px;
}

.active .question__ques:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  opacity: 0;
}

.active .question__ques:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.question__answer {
  padding: 18px 33px 0;
  display: none;
}

.active .question__answer {
  display: block;
}

.question__answer .content {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #323232;
}

.question__answer .content p {
  margin-top: 0;
}

#popup_calc {
  max-width: 1180px;
  background: #323232;
}

#popup_calc form {
  max-width: 100%;
}

#popup_calc h3 + div {
  font-size: inherit;
  line-height: normal;
  text-align: left;
  margin-bottom: 0;
}

.calc-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 60px;
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: 450px;
  margin: 15px;
  height: 54px;
  width: auto;
  z-index: 201;
  text-rendering: optimizelegibility;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #4ea87a;
  color: #fff;
  -webkit-transition: left 0.5s, opacity 0.5s, visibility 0.5s;
  transition: left 0.5s, opacity 0.5s, visibility 0.5s;
}

.calc-popup.hide {
  opacity: 0;
  visibility: hidden;
}

.calc-popup.hidden {
  left: -200px;
  opacity: 0;
}

.calc-popup .call_popup {
  width: auto;
  padding-right: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
}

.calc-popup__icon {
  width: 54px;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/discount2.svg") no-repeat 50%;
  background-size: 34px auto;
}

.calc-popup__content {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  color: #fff;
}

.calc-popup__content-title {
  overflow: hidden;
  font-weight: bold;
  white-space: nowrap;
  font-size: 10px;
  line-height: 12px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  opacity: 0.7;
  padding-bottom: 2px;
  letter-spacing: 1px;
}

.calc-popup__content-text {
  text-decoration: none;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px;
  font-weight: bold;
}

.calc-popup__close-wrapper {
  position: absolute;
  width: 22px;
  height: 22px;
  top: -3px;
  right: -3px;
  background: unset;
  background: url("../images/icon_calc_close.svg") no-repeat 50% #f7f7f7;
  background-size: 7px auto;
  border-radius: 20px;
  cursor: pointer;
}

.calc-popup:after {
  content: "";
  will-change: left;
  position: absolute;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  width: 45px;
  height: 100%;
  opacity: 0;
  left: 0%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6) 100%);
  -webkit-animation-name: anim_popup;
  animation-name: anim_popup;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.offers-link {
  font-size: 28px;
  height: 65px;
  width: 150px;
  text-align: center;
  line-height: 65px;
  background: #4ea87a;
  color: #fff;
  border-radius: 0 10px 10px 0;
  text-decoration: none;
  position: fixed;
  left: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  bottom: 0;
}

.type {
  background: #f2f5f8;
  margin-bottom: 35px;
  padding: 67px 0 68px;
}

.subtitle {
  margin-bottom: 38px;
}

.type__list {
  background: url("../images/type_bg.svg") no-repeat 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}

.type__list li {
  width: 50%;
  padding-left: 7.5px;
}

.type__block {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #323232;
  padding-left: 83px;
  position: relative;
}

.type__block span {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #fff;
}

.type__block span img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.type__list li:nth-child(odd) .type__block {
  padding-left: 0;
  padding-right: 83px;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.type__list li:nth-child(even) .type__block {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.type__list li:nth-child(odd) .type__block span {
  left: auto;
  right: 0;
}

.type__list .type1,
.type__list .type13 {
  padding-right: 7.5px;
}

.type__list .type2,
.type__list .type14 {
  padding-left: 7.5px;
}

.type__list .type1,
.type__list .type2 {
  margin-bottom: -21.5px;
}

.type__list .type1 .type__block,
.type__list .type2 .type__block {
  padding-bottom: 13px;
}

.type__list .type3,
.type__list .type11 {
  padding-right: 79.5px;
}

.type__list .type4,
.type__list .type12 {
  padding-left: 79.5px;
}

.type__list .type3,
.type__list .type4 {
  margin-bottom: 2px;
}

.type__list .type5,
.type__list .type9 {
  padding-right: 121.5px;
}

.type__list .type6,
.type__list .type10 {
  padding-left: 121.5px;
}

.type__list .type5,
.type__list .type6 {
  margin-bottom: 4px;
}

.type__list .type7 {
  padding-right: 156.5px;
}

.type__list .type8 {
  padding-left: 156.5px;
}

.type__list .type7,
.type__list .type8 {
  margin-bottom: 7px;
}

.type__list .type9,
.type__list .type10 {
  margin-bottom: 3px;
}

.type__list .type11,
.type__list .type12 {
  margin-bottom: -15.5px;
}

.type__list .type13 .type__block,
.type__list .type14 .type__block {
  padding-top: 15px;
}

.type .type__open {
  display: none;
}

@-webkit-keyframes anim_popup {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  27% {
    opacity: 0;
  }
  40% {
    opacity: 0;
    left: 100%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim_popup {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  27% {
    opacity: 0;
  }
  40% {
    opacity: 0;
    left: 100%;
  }
  100% {
    opacity: 0;
  }
}
.vacancies-top {
  padding-bottom: 27px;
}

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

.vacancies-top ul li {
  width: 49.6%;
  margin-bottom: 30px;
}

.vacancies-top__block {
  min-height: 248px;
  padding: 46px 20px 57px 65px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}

.vacancies-top__block a {
  display: inline-block;
  color: #fff;
  margin-top: 20px;
}

.vacancies-top h3 {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 17px;
  margin-top: 0;
}

.vacancies-top .blue {
  background: #5473ae;
}

.vacancies-top .green {
  background: #4ea87a;
}

.vacancies {
  margin-bottom: 33px;
}

.vacancies h2 {
  margin-bottom: 46px;
}

.vacancies__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 31px;
}

.vacancies__nav li {
  margin: 0 7.5px 15px;
}

.vacancies__nav li label {
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #323232;
  background: #f2f5f8;
  border-radius: 5px;
  min-width: 122px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.vacancies__nav li label:before, .vacancies__nav li label:after {
  display: none !important;
}

.vacancies__nav li label:hover {
  background: #5473ae;
  color: #fff;
}

.vacancies__nav li input[type=checkbox]:checked + label {
  background: #5473ae;
  color: #fff;
}

.vacancies__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 10px);
}

.vacancies__list li {
  width: 297px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.vacancies__block {
  border-radius: 5px;
  width: 100%;
  height: 497px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 0 0 23px;
  line-height: normal;
}

.vacancies__link {
  display: block;
  text-decoration: none;
  padding: 11px 17px 0;
}

.vacancies__fill {
  margin-left: 17px;
  margin-right: 17px;
}

.vacancies__name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #000;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vacancies__image {
  display: block;
  width: 100%;
  height: 262px;
  margin-bottom: 31px;
}

.vacancies__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vacancies__payment {
  float: left;
  font-weight: 500;
  font-size: 14px;
  color: #323232;
}

.vacancies__payment span {
  display: block;
  font-size: 24px;
  color: #5473ae;
  margin-bottom: 4px;
}

.vacancies__read {
  display: block;
  border: 1px solid #5473ae;
  border-radius: 5px;
  width: 109px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #5473ae;
  text-decoration: none;
  position: relative;
  top: 4px;
  float: right;
  margin-bottom: 34px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.vacancies__read:hover {
  background: #5473ae;
  color: #fff;
}

.vacancies__fill {
  clear: both;
  display: block;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #4ea87a;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.vacancies__fill:hover {
  background: #5473ae;
}

.subtitle + .vacancies,
.subtitle + .education {
  margin-top: -10px;
  margin-bottom: 60px;
}

.education h2 {
  margin-bottom: 26px;
}

.education__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 37px;
}

.education__nav li {
  margin: 0 7.5px 15px;
}

.education__nav li label {
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #323232;
  background: #f2f5f8;
  border-radius: 5px;
  min-width: 122px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.education__nav li label:before, .education__nav li label:after {
  display: none !important;
}

.education__nav li label:hover {
  background: #5473ae;
  color: #fff;
}

.education__nav li input[type=checkbox]:checked + label {
  background: #5473ae;
  color: #fff;
}

.education__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 35px;
  width: calc(100% + 10px);
}

.education__list > li {
  width: 400px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.education__block {
  border-radius: 5px;
  width: 100%;
  min-height: 598px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 0 0 33px;
  line-height: normal;
  overflow: hidden;
}

.education__link {
  display: block;
  text-decoration: none;
  padding: 1px 17px 0;
}

.education__name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #000;
  height: 66px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.education__image {
  display: block;
  width: 100%;
  height: 262px;
  margin-bottom: 31px;
}

.education__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.education__payment {
  float: left;
  font-weight: 500;
  font-size: 14px;
  color: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 17px;
  margin-bottom: 21px;
}

.education__payment span span {
  display: block;
  font-size: 24px;
  color: #5473ae;
  margin-bottom: 4px;
}

.education__data {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: rgba(50, 50, 50, 0.4);
  padding-bottom: 18px;
}

.education__data li,
.education__data span {
  display: block;
  margin-bottom: 9px;
}

.education__read {
  display: block;
  border: 1px solid #5473ae;
  border-radius: 5px;
  width: 170px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #5473ae;
  float: left;
  text-decoration: none;
  position: relative;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.education__read:hover {
  background: #5473ae;
  color: #fff;
}

.education__tariff {
  display: block;
  width: 134px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  float: right;
  text-align: center;
  text-decoration: none;
  background: #4ea87a;
  margin-right: 17px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.education__tariff:hover {
  background: #5473ae;
}

.education__tip {
  font-weight: 500;
  font-size: 12px;
  color: #5181b8;
  margin-bottom: 45px;
  padding-left: 28px;
  text-indent: -7px;
}

.education__tip b {
  font-weight: 700;
}

.vacancies-link,
.education-link {
  display: block;
  height: 50px;
  padding: 0 24px 0 58px;
  background: url("../images/icon_ed.svg") no-repeat 22px 50% #4ea87a;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.vacancies-link:hover,
.education-link:hover {
  background-color: #5473ae;
}

.vacancies-link {
  background-image: url("../images/icon_vac.svg");
}

.vacancy-page {
  padding-top: 60px;
  padding-bottom: 30px;
}

.vacancy-page__top {
  overflow: hidden;
  margin-bottom: 54px;
  overflow: hidden;
}

.vacancy-page__image {
  float: left;
  border-radius: 10px;
  width: 373px;
  height: 373px;
  margin-right: 45px;
}

.vacancy-page__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vacancy-page .breadcrumbs {
  text-align: left;
  padding: 10px 0 0;
  margin-bottom: 13px;
}

.vacancy-page h1 {
  text-align: left;
  margin: 0 0 28px;
}

.vacancy-page__data {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px dashed #5473ae;
  border-radius: 10px;
  padding: 25px 0 29px 34px;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  line-height: normal;
}

.vacancy-page__data li {
  width: 50%;
}

.vacancy-page .button {
  width: 265px;
  height: 59px;
  line-height: 59px;
}

.vacancy-page__content {
  font-size: 18px;
  color: #000;
  padding-left: 40px;
  line-height: normal;
}

.vacancy-page__content ul {
  list-style: initial;
  margin: initial;
  padding: 0 0 0 40px;
  margin-bottom: 30px;
}

.questionnaire {
  background: #f2f5f8;
  padding: 49px 0 52px;
}

.questionnaire .middle {
  padding-left: 85px;
}

.questionnaire .subtitle {
  margin-bottom: 50px;
}

.questionnaire form {
  text-align: center;
}

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

.questionnaire__inputs input {
  border-radius: 5px;
  width: 32.8%;
  height: 60px;
  background: #fff;
  outline: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  padding-left: 21px;
}

.questionnaire__inputs input::-webkit-input-placeholder {
  color: #6d6d6d;
}

.questionnaire input[type=radio] {
  display: none;
}

.questionnaire input[type=radio] + label {
  padding-left: 28px;
  font-weight: 500;
  font-size: 16px;
  color: #323232;
  display: inline-block;
  margin-bottom: 13px;
  position: relative;
}

.questionnaire input[type=radio] + label:before {
  content: "";
  cursor: pointer;
  display: block;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px #d9d9d9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px #d9d9d9;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: -1px;
}

.questionnaire input[type=radio]:checked + label:before {
  background: #4ea87a;
}

.questionnaire__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
}

.questionnaire__checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 614px;
  flex: 0 1 614px;
  padding-left: 21px;
}

.questionnaire__checks-block {
  margin-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 29px;
}

.questionnaire__checks-block b {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #323232;
  line-height: normal;
  margin-bottom: 15px;
}

.questionnaire__checks-block label {
  display: block;
}

.questionnaire__checks input[type=checkbox] + label {
  padding-left: 28px;
  font-weight: 500;
  font-size: 16px;
  color: #323232;
  margin-bottom: 13px;
}

.questionnaire textarea {
  border-radius: 5px;
  width: 481px;
  background: #fff;
  outline: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  padding-left: 21px;
  font-family: Gilroy;
  border: none;
  padding: 25px 30px;
  resize: none;
  margin-bottom: 32px;
}

.questionnaire textarea::-webkit-input-placeholder {
  color: #6d6d6d;
}

.questionnaire form > input[type=checkbox] + label {
  font-weight: 500;
  font-size: 12px;
  color: #6d6d6d;
  margin-bottom: 24px;
  margin-top: 4px;
  position: relative;
  left: -30px;
}

.questionnaire form > input[type=checkbox] + label a {
  color: #6d6d6d;
}

.questionnaire .button2 {
  display: block;
  margin: auto;
  width: 247px;
  height: 60px;
  position: relative;
  left: -85px;
}

.education-page {
  overflow: hidden;
}

.education-page__image {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.education-page__image img {
  position: absolute;
  right: -103px;
  top: -45px;
  top: auto;
  bottom: 0;
}

.education-page h1 {
  font-weight: 600;
  font-size: 46px;
  color: #4c73b3;
  text-align: left;
  margin: 0 0 14px;
/*  padding-top: 38px;*/
  max-width: 700px;
  line-height: normal;
  margin-top: -15px;
}

.breadcrumbs {
  text-align: left;
  max-width: 1140px;
}

.education-page__image {
  top: 15px;
}

.education-page h1 + .subtitle {
  margin: 0 0 18px;
  font-weight: 600;
  font-size: 32px;
  color: #4c73b3;
  text-align: left;
  line-height: normal;
  color: #000;
}

.education-page .subtitle2 {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  margin-bottom: 40px;
}

.education-page__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.education-page .button,
.education-page .button2 {
  padding: 0 22px;
  margin-right: 18px;
  margin-bottom: 15px;
}

.education-page__payment {
  font-weight: 500;
  font-size: 14px;
  color: #5473ae;
  line-height: normal;
  max-width: 350px;
  max-width: 380px;
  margin-bottom: 15px;
}

.education-page__payment div {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  color: #4ea87a;
  line-height: normal;
  /*  border-bottom: 2px dashed #4ea87a;*/
  margin-bottom: 3px;
}

.education-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 660px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: normal;
  margin-bottom: 31px;
}

.education-page__list li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 31px;
  width: 320px;
}

.education-page__list li span,
.education-page__list li .price__tip-q {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #4ea87a;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  line-height: 13px;
}

.education-page__list li .price__tip {
  position: absolute;
  margin-left: 2px;
  margin-top: -4px;
}

.education-page__icon {
  width: 57px;
  height: 57px;
  position: absolute;
  left: -3px;
  top: -8px;
}

.education-page__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.education-stages {
  background: #F2F5F8;
  padding: 49px 0 7px;
}

.education-stages h1 {
  margin-bottom: 11px;
}

.education-stages .subtitle {
  max-width: 800px;
  margin: 0 auto 62px;
}

.education-stages__list {
  margin-bottom: 38px;
}

.education-stages__list > li {
  margin-bottom: 40px;
}

.education-stages__block {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 5px;
  padding: 21px 65px 30px 43px;
  line-height: normal;
  max-height: 94px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.education-stages__block.active {
  max-height: 700px;
}

.education-stages__block.active .education-stages__toggle {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.education-stages__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

.education-stages__toggle {
  display: block;
  width: 55px;
  height: 55px;
  background: url("../images/stage_arrow.svg") no-repeat 50% 45% #4EA87A;
  border-radius: 50px;
  margin-right: 29px;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.education-stages__name {
  font-weight: 600;
  font-size: 24px;
  color: #5473ae;
  margin-right: auto;
  cursor: pointer;
}

.education-stages__first {
  padding: 0 22px;
}

.education-stages__first + .education-stages__date {
  margin-top: -15px;
  text-align: left;
  text-indent: 86px;
}

.education-stages__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-bottom: 18px;
}

.education-stages .videoplayer_thumb {
  margin-bottom: 30px;
  border-radius: 0;
  width: 100%;
  aspect-ratio: 16/10.81 !important;
  padding: 0;
}

.education-stages .stages__slider-outer {
  position: relative;
}

.education-stages .stages__slider-outer .swiper-button-prev,
.education-stages .stages__slider-outer .swiper-button-next {
  width: 11px;
  height: 19px;
  background: url("../images/arrow_stage.svg") no-repeat 50%;
  position: absolute;
  bottom: 5px;
}

.education-stages .stages__slider-outer .swiper-button-prev {
  left: -28px;
}

.education-stages .stages__slider-outer .swiper-button-next {
  -webkit-transform: translateX(-1);
  transform: translateX(-1);
  right: -28px;
}

.education-stages .stages__slider {
  overflow: hidden;
  width: 100%;
}

.education-stages .stages__slider a {
  display: block;
  margin: auto;
  width: 97px;
}

.education-stages .stages__slider a img {
  display: block;
  margin: auto;
  height: 75px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.education-stages__left {
  padding-right: 50px;
}

.education-stages__main {
  font-weight: 600;
  font-size: 18px;
  color: #4ea87a;
  margin-bottom: 26px;
}

.education-stages__content {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: normal;
  margin-bottom: 19px;
}

.education-stages__content p {
  margin: 18px 0;
}

.education-stages__content b {
  display: block;
  font-weight: 700;
}

.education-stages__content ul {
  list-style: inside;
  padding: 0 0 0 25px;
  list-style-position: outside;
}

.education-stages__content li {
  display: list-item;
}

.education-stages__price {
  font-weight: 500;
  font-size: 24px;
  color: #5473ae;
  padding-left: 10px;
  float: left;
}

.education-stages__separate {
  font-weight: 500;
  font-size: 12px;
  color: #5181b8;
  padding-left: 10px;
  clear: both;
}

.education-stages__avail {
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  color: #4ea87a;
  text-align: right;
  width: 190px;
  margin-left: 130px;
}

.education-stages__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  clear: both;
}

.education-stages__buttons .button {
  display: block;
  width: 129px;
  height: 40px;
  line-height: 40px;
  margin-right: 17px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.education-stages__buttons .button.inactive {
  pointer-events: none;
  background: #f2f5f8;
  color: #6d6d6d;
}

.education-stages__buttons .button2 {
  border: 1px solid #5473ae;
  border-radius: 5px;
  width: 177px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #5473ae;
  background: #fff;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.education-stages__buttons .button2:hover {
  background: #5473ae;
  color: #fff;
}

.education-stages__right {
  -ms-flex-preferred-size: 484px;
  flex-basis: 484px;
  width: 484px;
  flex: 1 0 484px;
}

.education-stages__date {
  width: 484px;
  text-align: center;
  font-weight: 500;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

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

.education-stages__icons > li {
  position: relative;
  padding-left: 70px;
  width: 255px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-top: 23px;
}

.education-stages__icon {
  width: 57px;
  height: 57px;
  position: absolute;
  left: -3px;
  top: -8px;
}

.education-stages__image {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.education-stages__image img {
  width: 100%;
  display: block;
  aspect-ratio: 16/10.81 !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.education-stages__return {
  font-weight: 500;
  font-size: 24px;
  color: #5473ae;
  margin-top: 25px;
}

#anketa,
#tarif {
  position: relative;
  top: -45px;
}

.questionnaire__inputs input {
  outline: none;
  border: none;
}

.tariff {
  background: #5473AE;
  padding: 55px 0;
}

.tariff h2 {
  color: #fff;
  margin: 0 auto 73px;
  max-width: 900px;
}

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

.tariff__list > li {
  margin-bottom: 10px;
  width: calc(33.33% - 6.6666666667px);
}

.tariff__list > li:last-child {
  width: calc(66.66% - 3.3333333333px);
}

.tariff__list > li:last-child h4 {
  margin-bottom: 10px;
}

.tariff__block {
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 27px 45px 25px;
  line-height: normal;
}

.tariff__block ul {
  list-style: inside;
  padding: 0 0 0 17px;
  list-style-position: outside;
  margin-bottom: 15px;
}

.tariff__block ul li {
  display: list-item;
}

.tariff h4 {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: #5473ae;
  text-align: center;
  margin-bottom: 19px;
}

.tariff__content {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 0 0 2px;
}

.tariff__content p {
  margin: 0 0 15px;
}

.tariff__content b {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #cecece;
  margin-bottom: 7px;
  font-weight: bolder;
  color: #000;
}

.tariff__content h3 {
  font-weight: 500;
  font-size: 24px;
  color: #5473ae;
  margin-bottom: 10px;
  padding-top: 3px;
}

.tariff__content ul b {
  font-weight: 700;
  font-size: inherit;
  color: #000;
  display: inline;
}

.tariff__bottom {
  margin-top: auto;
}

.tariff__price {
  float: left;
  font-weight: 500;
  font-size: 24px;
  color: #5473ae;
  line-height: 40px;
  clear: both;
}

.tariff__price-old {
  font-weight: 500;
  font-size: 18px;
  text-decoration: line-through;
  color: #4ea87a;
  margin-top: -2px;
}

.tariff .button {
  height: 40px;
  line-height: 40px;
  width: 129px;
  float: right;
}

.tariff .button.inactive {
  pointer-events: none;
  background: #f2f5f8;
  color: #6d6d6d;
}

.tariff__tip {
  clear: both;
  padding-top: 0;
  font-weight: 500;
  font-size: 12px;
  color: #5181b8;
  /*  max-width: 240px;*/
  min-height: 59px;
}

.tariff__tip.long {
  max-width: none;
}

* + .tariff__tip {
  padding-top: 14px;
}

.tariff__avail {
  text-align: right;
  max-width: 190px;
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  color: #4ea87a;
  float: right;
  margin-bottom: 6px;
  margin-top: -34px;
}

.students {
  padding: 68px 0 48px;
}

.students .subtitle {
  max-width: 700px;
  margin: 0 auto 19px;
}

.students__outer {
  padding: 0 64px;
  position: relative;
}

.students__slider {
  padding: 0 20px;
  overflow: hidden;
}

.students__block {
  display: block;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  height: 100%;
  padding: 30px 20px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.students__block img {
  display: block;
  width: 100%;
  -o-object-fit: scale-dwon;
  object-fit: scale-dwon;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.students .swiper-slide-visible .students__block {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.students .swiper-slide {
  height: auto;
  padding: 20px 0;
}

.questions {
  background: #f2f5f8;
  padding: 58px 0 53px;
}

.questions__list {
  padding-top: 10px;
  max-width: 810px;
  margin: auto;
}

.questions__list > li {
  margin-bottom: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.questions__list > li:before {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  right: 20px;
  top: 15px;
  background: #5473ae;
  border-radius: 100px;
}

.questions__ques {
  width: 100%;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  padding: 0 75px 0 33px;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-align: left;
}

.questions__ques:before, .questions__ques:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  margin: auto;
  bottom: 0;
  top: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.questions__ques:before {
  width: 16px;
  height: 2px;
  right: 35px;
}

.questions__ques:after {
  width: 2px;
  height: 16px;
  right: 42px;
}

.questions__answer {
  padding: 2px 120px 28px 33px;
  display: none;
}

.questions .content {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  color: #000;
}

.questions .content p {
  margin-top: 0;
}

.questions .active .questions__ques:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.questions .active .questions__ques:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.questions .active .active .question__answer {
  display: block;
}

.questions + .request {
  padding-bottom: 0;
}

#popup_course input[type=checkbox] + label {
  margin-bottom: 9px;
}

#popup_course .checkboxset {
  margin-top: -7px;
}

.popup_pay {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 20px 0;
}

.popup_text {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  background: #fff;
  max-width: 1015px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.popup_text .close_popup {
  background: url(../images/close_b.svg) no-repeat 50%;
}

.popup_text h3 {
  color: #000;
  line-height: 1.2;
  margin-bottom: 18px;
}

.popup_text .popup_center {
  padding: 57px 45px 40px;
}

.popup_text .popup_content {
  font-size: 16px;
  text-align: left;
  color: #000;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}

.popup_text .popup_content h4 {
  color: #000;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.popup_text .popup_content ol {
  padding: 20px 0 15px;
  margin: 0;
  list-style-position: inside;
}

.popup_text .popup_content ol ul {
  margin-left: 54px;
  margin-bottom: 0;
}

.popup_text .popup_content ul {
  list-style: initial;
  margin: initial;
  padding: 0 0 0 18px;
  margin-bottom: 15px;
  margin-left: 30px;
}

.popup_text .popup_content ul ul {
  margin-left: 10px;
}

.price__bg {
  background: #f2f5f8;
  margin-top: -28px;
  padding-top: 23px;
  padding-bottom: 30px;
}

.price__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 17px;
}

.price__container-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 298px;
  flex: 0 0 298px;
}

.price__container-center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 10px;
}

.price__container-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 308px;
  flex: 0 0 308px;
  padding: 0 0 0 10px;
}

.price__tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.price__tab-container-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 10px;
}

.price__tab-container-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 308px;
  flex: 0 0 308px;
  padding-left: 10px;
}

.price__selection {
  border-radius: 10px;
  background: #fff;
  padding: 21px 30px 35px;
  margin-bottom: 14px;
}

.price__selection-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 2.3;
  text-align: center;
  color: #000;
  margin-bottom: 4px;
}

.price__image {
  display: block;
  width: 181px;
  height: 140px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  margin: auto;
}

.price__tabs button {
  margin-bottom: 4px;
  height: 41px;
  padding: 0;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #000;
  border: 1px solid #c8daea;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.price__tabs button.active {
  background: #5473ae;
  border-color: #5473ae;
  color: #fff;
}

.price .price-master {
  background: #fff;
  border-radius: 10px;
  width: auto;
  padding: 35px;
  margin-bottom: 14px;
}

.price .price-master .button {
  width: 100%;
  margin-bottom: 44px;
}

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

.price .price-master .social li:first-child {
  margin-left: 0;
}

.price__works {
  padding: 26px 30px 20px 14px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 14px;
}

.price__works ul li {
  padding-left: 43px;
  position: relative;
  margin-bottom: 15px;
}

.price__works ul li span {
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 6px;
  background: #5473ae;
  border-radius: 20px;
}

.price__works ul li span img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.price__works-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  padding-left: 43px;
  margin-bottom: 33px;
}

.price__one {
  border-radius: 10px;
  background: #fff;
  margin-bottom: 14px;
  overflow: hidden;
}

.price__one-title {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  color: #fcfdff;
  background: #5473ae;
  padding: 0 19px 0 27px;
}

.price__one-title span + span {
  margin-left: 20px;
}

.price__one-toggle {
  background: #c8daea;
  padding: 0 59px 0 27px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  position: relative;
}

.price__one-toggle + .price__one-table {
  display: none;
}

.price__one-toggle:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  right: 20px;
  border-radius: 50px;
  cursor: pointer;
  background: url("../images/icon_toggle.svg") no-repeat 50% 55% #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.price__one-toggle.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.price__one-toggle.active + .price__one-table {
  display: block;
}

.price__one .price__tip {
  position: relative;
  top: -5px;
}

.price__one .price__tip-q {
  font-size: 10px;
  line-height: 13px;
  width: 13px;
  height: 13px;
}

.price__one .price__tip-h {
  font-size: 12px;
}

.price__one table {
  display: block;
  padding: 18px 19px 3px 27px;
}

.price__one table tbody {
  display: block;
}

.price__one table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 0 0 20px;
}

.price__one table tr:before {
  content: "";
  display: block;
  border-bottom: 2px dotted #c8daea;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 17px 0 14px;
  position: relative;
  top: 12px;
}

.price__one table th, .price__one table td {
  display: inline;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
}

.price__one table th {
  font-size: 18px;
}

.price__one table td {
  font-size: 16px;
  max-width: 350px;
}

.price__one table th + th,
.price__one table td + td {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
}

.price__one + .price__bottom {
  margin-top: 31px;
}

.price__package {
  background: #fff;
  padding: 41px 41px 33px;
  border-radius: 10px;
  margin-bottom: 39px;
}

.price__package-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  color: #000;
  margin-bottom: 41px;
}

.price__package table {
  border-radius: 5px;
}

.price__package table tr {
  text-align: center;
}

.price__package table tr > *:first-child {
  text-align: left;
}

.price__package table tr:last-child td {
  border-bottom: none;
}

.price__package table th {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  background: #5473ae;
  vertical-align: middle;
  border-right: 1px solid #fff;
  padding: 10px;
}

.price__package table th:first-child {
  border-radius: 5px 0 0 0;
  padding-left: 42px;
  padding-right: 0;
}

.price__package table th:last-child {
  border-radius: 0 5px 0 0;
  border: none;
}

.price__package table td {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  vertical-align: middle;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  min-height: 45px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.price__package table .no_lines td {
  border-right: none;
} 


.price__package table td b {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.price__package table td:first-child {
  padding-left: 42px;
}

.price__package table td:last-child {
  border-right: none;
}

.price__package table td img {
  vertical-align: middle;
}

.contacts__list .social li:first-child {
  margin-left: 0;
}

.tabContent {
  display: none;
}

.tabContent.active {
  display: block;
}

.price__tab-container.tabContent.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.garant {
  margin-top: -10px;
  position: relative;
  z-index: 2;
  margin-bottom: 55px;
  color: #fff;
}

.garant a {
  color: #fff;
}

.garant__bg {
  border-radius: 10px;
  background: url("../images/garant_bg.png") -7px 21px no-repeat #5473ae;
}

.garant__top {
  padding: 42px 0 57px;
  margin: 0 46px 46px 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid #fff;
}

.garant__left {
  padding-top: 17px;
}

.garant h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 12px;
}

.garant .content {
  color: #fff;
  max-width: 550px;
  font-size: 16px;
  margin-bottom: 45px;
}

.garant__vid {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  text-decoration: none;
  padding: 16px 20px 16px 62px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.garant__vid:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  margin: auto;
  left: 19px;
  bottom: 0;
  top: 0;
  background: url("../images/garant_play.svg") no-repeat 60% 50% #fff;
  border-radius: 50px;
}

.garant__vid .vid_modal {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.garant__hidden {
  display: none;
}

.garant__right {
  width: 352px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 352px;
  flex: 0 0 352px;
}

.garant__docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 23px 28px 20px;
  border-radius: 10px;
  background: #7494d0;
  text-decoration: none;
}

.garant__docs img {
  display: block;
  width: 93px;
  height: 139px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 16px;
}

.garant__docs span {
  padding-right: 31px;
  font-weight: 500;
  font-size: 18px;
  background: url("../images/arrow_min.svg") no-repeat 100% 70%;
}

.garant__pluses {
  padding: 0 20px 35px;
  padding: 0 46px 35px 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.garant__pluses li {
  margin-bottom: 30px;
  padding: 10px 0 0 108px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  background: url("../images/garant_check.svg") no-repeat;
  max-width: 30.3%;
  width: 32.5%;
  padding-left: 98px;
}

.garant__pluses li b {
  display: block;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 11px;
}

.garant + .products {
  background: #f2f5f8;
  padding-top: 51px;
  padding-bottom: 41px;
}

.products .products_list + .button2 {
  display: block;
  width: 170px;
  margin: auto;
  text-align: center;
  margin-top: -10px;
}

.soc-feedback {
  padding: 65px 0 67px;
}

.feedback + .discount {
  background: #fff;
}

.legal + .type {
  margin-bottom: 0;
}

.type + .cert {
  padding-bottom: 45px;
}

.cert + .commerce {
  margin-bottom: 0;
}

.cert + .request-dark {
  margin-top: 87px;
}


.study_item header .button {
  width: 219px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  text-align: center;
  right: 235px;
  top: 17px;
}

.study_item header .button2,
.jobs_index header .button2, 
.jobs_item header .button2 {
  width: 219px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  text-align: center;
  padding-right: 35px;
  right: 0;
  top: 17px;
}

.study_item header .button2:after,
.jobs_index header .button2:after, 
.jobs_item header .button2:after {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 13px;
  margin: auto;
  bottom: 0;
  top: 0;
  background: url(../images/soc_tg.svg) no-repeat 50%;
}

.study_item header .button2,
.study_item header .button,
.jobs_index header .button2, 
.jobs_item header .button2 {
  -webkit-transition: background .3s, top .3s;
  transition: background .3s, top .3s;
}

.study_item header.is_stuck .button2 {
  top: -50px;
}

.study_item header.is_stuck .button {
  right: 0;
  font-size: 14px;
  font-size: 14px;
  width: 130px;
  line-height: 1.1;
  height: auto;
  padding: 5px 0;
  top: 14px;
}

.study_item header .desc {
  max-width: 700px;
  font-size: 18px;
  top: 33px;
}

.study_item header.is_stuck .desc {
  top: -45px;
}

.jobs_index header .phone, 
.jobs_item header .phone {
    font-size: 30px;
    line-height: 19px;
    right: 237px;
}

.jobs_index header .desc,
.jobs_item header .desc {
  max-width: 700px;
  font-size: 18px;
  top: 33px;
}


.jobs_index header.is_stuck .desc,
.jobs_item header.is_stuck .desc {
    top: -45px;
}

.jobs_index header.is_stuck .phone, 
.jobs_item header.is_stuck .phone {
  right: 0;
  top: 13px;
  font-size: 20px;
  line-height: 24px;
}

.jobs_index header.is_stuck .button2, 
.jobs_item header.is_stuck .button2 {
  line-height: 26px;
  top: 37px;
  right: 0;
  width: 145px;
  text-align: center;
  font-size: 14px;
  height: 26px;
  padding-right: 30px;
}

.jobs_index header.is_stuck .button2:after, 
.jobs_item header.is_stuck .button2:after {
  background-size: 20px;
  right: 5px;
}





.contacts-popup {
  position: fixed;
    bottom: 150px;
    right: 77px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200;
    bottom: 12px;
}

.contacts-popup input[type=checkbox] + label {
	margin-bottom: 0;
}

.contacts-popup__check {
  display: none;
}

.contacts-popup__check + label {
  position: relative;
  cursor: pointer;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
}

.contacts_bg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  cursor: pointer;
  z-index: 1;
  width: 60px;
  height: 60px;
  background: #4bb462;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.contacts_bg:before {
  content: '';
  display: block;
  height: 150%;
  width: 3px;
  background: rgba(255,255,255,1);
  box-shadow: 0 0 7px 5px rgb(255 255 255);
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 2;
  transform: rotate(45deg);
  display: none;
}

.comment_fixed {
  display: none;
}



.contacts-popup__check:checked + label .contacts_bg {
  background: #fff;
}

.contacts-popup input[type=checkbox] + label:before,
.contacts-popup input[type=checkbox]:checked + label:after {
  display: none;
}

.contacts-popup__closed,
.contacts-popup__opened {
   display: block;
   position: absolute;
   margin: auto;
   bottom: 0;
   right: 0;
   left: 0;
   top: 0;
   z-index: 2;
   transition: transform .3s;
  -webkit-transition: transform .3s;
}

.contacts-popup__closed {
  width: 35px;
  height: 32px;
  background: url('../images/chat.svg') no-repeat 50%;
  background-size: contain;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.contacts-popup__opened {
  width: 16px;
  height: 16px;
  background: url('../images/contacts-popup2.svg') no-repeat 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
}


.contacts-popup__check:checked + label .contacts-popup__closed {
  transform: scale(0);
  -webkit-transform: scale(0);
}

.contacts-popup__check:checked + label .contacts-popup__opened {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.contacts-popup__hint {
    position: absolute;
    right: 80px;
    white-space: nowrap;
    background: #fff;
    padding: 9px 13px;
    font-size: 15px;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #2300b0;
    color: #fff;
    font-weight: 600;
    line-height: 1.35;
    opacity: .85;
    transition: all 0.1s linear;
    display: none;
}

.contacts-popup__hint span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.contacts-popup__hint span:after {
  content: '';
  display: block;
  height: 150%;
  width: 3px;
  background: rgba(255,255,255,1);
  box-shadow: 0 0 7px 7px rgba(255,255,255,.8);
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 2;
  transform: rotate(30deg) translate(-78px, 28px);
  animation: glowing2 4s linear infinite;
  animation-delay: 1s;
}

.contacts-popup__hint:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-left-color: #2300b0;
}

.contacts-popup__check:checked + label  .contacts-popup__hint {
    opacity: 0;
    visibility: hidden;
}

.contacts-popup__link {
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.contacts-popup__check:checked + label ~ .contacts-popup__link {
  opacity: 1;
  visibility: visible;
}

.contacts-popup__check:checked + label ~ .contacts-popup__link1 {
  transition: all 0.2s ease-in-out;
  transform: translate(0,-135%);
}

.contacts-popup__check:checked + label ~ .contacts-popup__link2 {
  transition: all 0.225s ease-in-out;
  transform: translate(0,-255%);
}

.contacts-popup__check:checked + label ~ .contacts-popup__link3 {
  transition: all 0.25s ease-in-out;
  transform: translate(0,-375%);
}

.contacts-popup__check:checked + label ~ .contacts-popup__link4 {
  transition: all 0.275s ease-in-out;
  transform: translate(0,-495%);
}





@media (max-width: 1440px) {
  .comment_fixed {
    left: auto;
    right: 10px;
  }
}
@media (max-width: 1240px) {
  .vacancies__list {
    width: 101%;
  }
  .vacancies__list li {
    width: 32.333%;
    margin-right: 1%;
  }
  .education__list {
    width: 101%;
  }
  .education__list > li {
    width: 32.333%;
    margin-right: 1%;
  }
  .education__tip {
    padding-left: 7px;
  }
  header .middle:before {
    left: 150px;
    left: 203px;
  }
  nav {
    left: 38px;
  }
  header.is_stuck .phones {
    right: -23px;
  }
  header.is_stuck nav {
    right: 175px;
  }
  .products_list:after {
    display: none;
  }
  #wrapper {
    width: auto;
    min-width: 0;
  }
  .middle3,
  .legal .middle4 {
    width: 1220px;
    width: auto;
    margin: 0 10px;
  }
  #logo {
    left: 0;
  }
  header.is_stuck .callback, header.is_stuck .phone {
    right: 0;
  }
  .products_list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .filter_block .checkboxset {
    margin-left: 0;
  }
  .offers .request {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }
  .offers .request + .request {
    display: block;
    margin-bottom: 0;
  }
  .offers .request.request-light img {
    width: 155px !important;
    margin-left: 0;
  }
  .price .middle_with_sidebar3 {
    width: auto;
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  .basket_order .basket_order__inputs, .price .middle_with_sidebar3 .right_side {
    padding-right: 0;
  }
  .offers .request.request-dark .request__example {
    width: 150px;
    margin: auto;
    bottom: 0;
    top: 0;
  }
  .offers .request.request-dark .request__example img {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media (max-width: 1200px) {
  footer {
    overflow: hidden;
  }
  .cert__block {
    margin: 20px auto;
  }
  header .basket, header .compare, header .fav, header .info {
    display: none;
  }
  .middle {
    width: auto;
    margin: 0 10px;
  }
  .other_regions {
    padding-left: 0;
  }
  footer .logo_footer {
    left: 8px;
  }
  footer .copyright, footer .footer_desc {
    left: 36px;
  }
  .go_top_button, footer .confident, footer .site_map, footer .social {
    right: 11px;
  }
  .breadcrumbs {
    margin-left: 10px;
    margin-right: 10px;
  }
  header .stick_right {
    display: none;
  }
}
@media (max-width: 1160px) {
  .page-jur .offers {
    margin-bottom: 0;
  }
  .page-jur .cert {
    display: block;
  }
  .cert, .request-dark, .works {
    display: none;
  }
  .middle2, .price .middle_with_sidebar {
    width: auto;
    margin: 0 10px;
  }
  .price .middle_with_sidebar {
    width: calc(100% - 20px);
  }
  .marks ul, .price .middle_with_sidebar .right_side {
    padding-right: 0;
  }
  .marks ul {
    padding-left: 0;
  }
  .product-main__slider {
    padding-left: 0;
    width: 410px;
    margin-right: 0;
  }
  .product-main__discount {
    left: 0;
  }
  .product-main__comments .middle, .product-main__content, .product-main__form .middle {
    padding-left: 0;
  }
  .discount {
    padding-bottom: 0;
  }
  .discount__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
  }
  .discount__list li {
    margin-right: 0;
    margin-bottom: 45px;
  }
  .education__list {
    width: 101%;
  }
  .education__list > li {
    width: 49%;
    margin-right: 1%;
  }
  .education-page .price__tip-h  {
    left: auto;
    right: 18px;
    border-radius: 10px 10px 0 10px;
  }
}

@media (max-width: 1100px) {
  .study_item header .button2, 
  .study_item header .button {
    display: none;
  }
}

@media (max-width: 1035px) {
  header.is_stuck nav {
    top: 17px;
    left: 265px;
    right: 130px;
  }
  header.is_stuck nav ul li {
    width: 25%;
  }
  .pluses ul li {
    margin-bottom: 40px;
  }
  .examples .swiper-slide a {
    display: block;
    margin: auto;
    width: 159px;
  }
  .legal__blocks, .pluses ul {
    -ms-flex-pack: distribute;
  }
  .pluses ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .contacts #map, .footer_info, .footer_services, .pluses ul:after {
    display: none;
  }
  .middle4 {
    width: auto;
    margin: 0 10px;
  }
  .top-page__pluses {
    padding-right: 300px;
  }
  .footer_contacts {
    width: 210px;
    margin: auto;
    left: 100px;
    right: 0;
  }
  .calculator {
    padding-right: 0;
  }
  .feedback__outer {
    padding: 0;
    margin-bottom: 21px;
  }
  .feedback .swiper-button-next, .feedback .swiper-button-prev {
    top: auto;
    bottom: -73px;
  }
  .pluses {
    padding: 48px 0 22px;
  }
  .contacts__list {
    padding-right: 0;
  }
  .product-main__top {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-main__slider {
    width: 100%;
    margin-top: 0;
  }
  .product-main .prod_swiper {
    width: 410px;
    margin: 0 auto 14px;
  }
  .product-main .prod_swiper2 {
    width: 410px;
    margin: 0 auto 20px;
  }
  .product-main__discount {
    margin: auto;
    left: 0;
    right: 390px;
  }
  .examples__block {
    padding: 15px 10px;
  }
  .examples__data > li {
    padding-left: 30px;
  }
  .examples .full-text, .examples__text {
    margin-left: 0;
  }
  .examples__images {
    margin-left: 35px;
    margin-right: 35px;
  }
  .examples__images .swiper-button-prev {
    left: -37px;
  }
  .examples__images .swiper-button-next {
    right: -37px;
  }
  .basket_order .basket_order__inputs {
    display: block;
  }
  .basket_order .form_block1 {
    margin: auto;
  }
  .page-404 + .legal {
    display: block;
    padding-top: 10px;
  }
  .legal__blocks {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

 .jobs_index header .phone, 
 .jobs_item header .phone{
    font-size: 20px;
    line-height: 24px;
    color: #5473ae;
    top: 32px;
  }
}
@media (max-width: 1024px) {
  .price__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price__container .price-master {
    display: none;
  }
  .garant__pluses {
  	padding-left: 14px;
  	padding-right: 14px;
  }
  .garant__pluses li {
  	display: block;
  	width: 100%;
  }

  .price__container-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
  .price__works ul li {
    min-height: 30px;
    margin-bottom: 20px;
  }
  .price__works ul li span {
    top: 0;
  }
  .price__package {
    padding: 31px 0 17px;
    margin-bottom: 0;
  }
  .garant .content {
    text-align: left;
  }
  .garant__pluses {
    display: block;
  }
  .garant__pluses li {
    margin-bottom: 27px;
    max-width: 100%;
  }
}
@media (max-width: 980px) {
  .jobs_index header .button2, 
  .jobs_item header .button2,
  .jobs_index header .phone, 
  .jobs_item header .phone {
    display: none;
  }


  .commerce h2 + b,
  .offers-link {
    display: none;
  }
  .education-stages__first + .education-stages__date {
    margin-top: -15px;
  }
  .top-page__links li:last-child > * {
    background-image: none;
    text-align: center;
    text-indent: 0;
  }
  .page-jur .top-page__links li:last-child > * {
    background-image: url(../images/icon_basket_w.svg);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    text-indent: 25px;
    text-align: left;
  }
  .categ .middle_with_sidebar .left_side form {
    text-align: left;
  }
  .filter form {
    max-width: 450px;
    margin: auto;
    padding: 20px 10px 10px;
  }
  .get-commerce {
    margin: auto;
    left: 0;
    right: 0;
    top: -45px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 0 0 10px 10px;
    width: 289px;
    opacity: 0;
    -webkit-transition: top 0.3s, opacity 0.3s;
    transition: top 0.3s, opacity 0.3s;
    background: #5473ae;
    text-align: center;
    z-index: 3;
  }
  .get-commerce.active {
    top: 67px;
    opacity: 1;
  }
  .get-commerce .close, .get-commerce img {
    display: none;
  }
  .commerce__callback .commerce__example {
    margin: 0 auto 30px;
  }
  .get-commerce__link {
    display: block;
    padding: 12px 0;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
  }
  .commerce__callback div b {
    max-width: 100%;
  }
  .commerce h2 {
    margin-bottom: 21px;
  }
  .rate_line {
    float: none;
    padding-top: 0;
    margin-bottom: 25px;
  }
  .middle_with_sidebar .request {
    display: block;
    margin-top: 50px;
  }
  .categ .middle_with_sidebar .left_side, .categ .middle_with_sidebar .right_side, .request.request_product {
    display: block;
  }
  .filter_button {
    display: inline-block;
    height: 17px;
    white-space: nowrap;
    margin: 0 0 20px;
    padding: 0 25px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #4ea87a;
    text-decoration: none;
    background: url(../images/filter.svg) no-repeat 100% 50%;
  }
  .categ .middle_with_sidebar {
    position: relative;
    display: block;
  }
  .categ .middle_with_sidebar .left_side {
    width: 100%;
  }
  .categ .middle_with_sidebar .right_side {
    padding-top: 10px;
  }
  .categ .middle_with_sidebar .left_side .filter:before, .categ .middle_with_sidebar .price-master {
    display: none;
  }
  .categ .middle_with_sidebar .sort {
  /*  position: absolute;*/
    top: 0;
    left: 0;
    padding: 0;
  }
  .categ .middle_with_sidebar .left_side {
    text-align: right;
  }
  .filter {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .sort__title {
    padding-right: 2px;
  }
  .order table tr td:last-child {
    width: 22px;
  }
  .order table tr td:nth-child(3) {
    width: 85px;
    white-space: nowrap;
  }
  .order table tr td:nth-child(2) {
    width: 85px;
  }
  .order__product {
    margin-left: 5px;
  }
  .price .middle_with_sidebar3 {
    display: block;
  }
  .price .middle_with_sidebar3 .left_side {
    display: none;
  }
  .price .middle_with_sidebar3 .right_side {
    display: block;
    width: 100%;
  }
  .questionnaire form > input[type=checkbox] + label,
  .questionnaire .button2 {
    left: auto;
  }
  .questionnaire .middle {
    padding-left: 0;
  }
  .questionnaire__checks {
    padding-left: 0;
  }
  .vacancy-page__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vacancy-page__data li {
    width: 100%;
  }
  .education-page__image {
   /* position: static;
    width: 100%;
    height: auto;*/
    opacity: 0.3;
  }
  .education-page__image img {
    position: static;
    display: block;
    height: auto !important;
    width: 100%;
    max-width: 825px;
    margin: auto;
  }
  .education-page h1 {
    max-width: 100%;
    text-align: center;
  }
  .education-page h1  {
    margin-top: 0;
  }
  .education-page h1 + .subtitle {
    text-align: center;
  }
  .education-page .subtitle2 {
    text-align: center;
  }
  .education-page__list {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .education-page__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .education-stages__block.active {
    max-height: 1700px;
  }
  .education-stages__center {
    flex-direction: column;
  }
  .education-stages__right {
  	order: 1;
  	flex: 0;
  	margin-bottom: 30px;
  }
  .education-stages__left {
    order: 2;
  }
  .education-stages__date {
    width: auto;
  }
  .tariff__list > li {
    width: calc(50% - 5px);
  }
  .tariff__list > li:last-child {
    width: 100%;
  }
}
@media (max-width: 967px) {
  .page-jur .top-page__title {
    text-align: center;
    max-width: 100%;
    margin-bottom: 35px;
  }
  .top-page__pluses li:last-child {
    padding-top: 0;
  }
  #calculator {
    padding: 40px 0;
  }
  .top-page {
    height: auto;
  }
  .top-page.mark-page .top-page__title, .top-page.top-district .top-page__title {
    margin-bottom: 25px;
  }
  .top-page .middle2 {
    padding-top: 35px;
  }
  .calculator .column_discount, .top-page__image {
    display: none;
  }
  .top-page__title {
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .top-page__pluses {
    padding-right: 0;
    margin-bottom: 0;
  }
  .top-page__pluses li {
    padding-left: 66px;
    position: relative;
    max-width: 200px !important;
    padding-top: 7px;
    margin-bottom: 20px;
  }
  .top-page__plus-image {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
  }
  .middle5 {
    width: auto;
    margin: 0 10px;
  }
  .calculator {
    display: block;
  }
  .calculator_column {
    max-width: 100%;
    padding: 38px 0 0;
  }
  .break__list li {
    margin: 0;
  }
  .categ__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    text-align: center;
  }
  .categ__top li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    width: 32%;
    padding-bottom: 10px;
  }
  .top-page.top-district {
    padding-bottom: 30px;
  }
  .top-page.top-district .top-page__title {
    max-width: 100%;
  }
  .top-page.top-district .top-district__name, .top-page__service {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 20px;
    display: block;
    max-width: 357px;
  }
  .top-page.top-district + .price {
    padding-top: 20px;
  }
  .legal__blocks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  .vacancies__list li {
    width: 49%;
    margin-right: 1%;
  }
  .top-page__form {
    margin-bottom: 0;
  }
  .product__name span {
    line-height: 16px;
    font-size: 14px;
  }
  .page-jur .top-page__links li {
    width: 24%;
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .page-jur .top-page__links {
    width: 833px;
  }
  .docs__block {
    height: 182px;
    padding: 18px 16px 0;
  }
  .jur-pluses ul li {
    width: 24%;
  }
  .cert ~ .cert, .special-offers__list:after {
    display: none;
  }
  .special-offers {
    padding-bottom: 0;
  }
  .special-offers .content {
    margin-bottom: 0;
    padding-top: 40px;
  }
  .special-offers__list {
    padding-bottom: 10px;
  }
  .special-offers__list li {
    width: 49%;
    margin-bottom: 40px;
  }
  .special-offers__list li:last-child {
    margin: auto auto 40px;
  }
  h1, h1 + .subtitle {
    margin-left: 10px;
    margin-right: 10px;
  }
  .product {
    width: 173px;
    height: 230px;
    padding-top: 21px;
  }
  .product__fav {
    left: 12px;
    top: 12px;
  }
  .product__compare {
    top: 12px;
    right: 12px;
  }
  .product__rate {
    top: 14px;
    z-index: 2;
  }
  .product__link {
    height: 208px;
    padding: 0 8px;
  }
  .product__image {
    height: 110px;
  }
  .product__name {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }
  .compare_slider .product__price .old_price, .product__data {
    display: none;
  }
  .product__price {
    left: 8px;
    bottom: 27px;
    height: 31px;
    width: 85px;
  }
  .product__price .old_price span, .product__price-old {
    font-size: 12px;
    line-height: 14px;
    margin-right: 1px;
  }
  .product__price .old_price div, .product__price-discount {
    font-size: 8px;
    line-height: 9px;
    padding: 2px 2px 1px;
  }
  .product__price-main {
    font-size: 18px;
    line-height: 17px;
  }
  .product__avail {
    bottom: 15px;
    left: 8px;
    font-size: 10px;
    line-height: 12px;
  }
  .product__basket, .product__button {
    right: 7px;
    width: 71px;
    height: 23px;
    font-size: 12px;
  }
  .product__button {
    bottom: 40px;
    line-height: 20px;
  }
  .product__basket {
    bottom: 15px;
    line-height: 22px;
  }
  .product__discount, .product__special {
    width: 41px;
    height: 40px;
    left: 10px;
    top: 43px;
    background-size: contain;
    line-height: 40px;
  }
  .product__special {
    font-size: 10px;
  }
  .product__discount {
    font-size: 20px;
  }
  .products_list {
    margin-bottom: 24px;
  }
  .compare_slider .product {
    height: 230px;
  }
  .compare_slider .product__link {
    height: 208px;
  }
  .compare_slider .product__basket {
    bottom: 15px;
  }
  .compare_slider .product__button {
    bottom: 40px;
  }
  .compare_slider .product__avail {
    bottom: 15px;
  }
  .compare_slider .product__price {
    bottom: 27px;
  }
  .prod_prev_c {
    top: 55px;
  }
  .prod_next_c {
    top: 162px;
  }
  .top-page__bottom {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding-top: 20px;
    overflow: auto;
  }
  .top-page__links li > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: normal;
    padding: 0 3px;
  }
  .top-page__links {
    width: 100%;
    /*      min-width: 600px*/
  }
  .top-page__links li > a {
    font-size: 12px;
  }
  .page-jur .top-page__links li > a {
    font-size: 14px;
  }
  .top-page__links li {
    width: 24.3%;
    margin-bottom: 3px;
  }
  .questionnaire__center {
    display: block;
  }
  .questionnaire textarea {
    width: 100%;
    height: 234px;
  }
  .price__container {
    display: block;
  }
  .price__selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 10px 0;
  }
  .price__selection-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .price__tabs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price__tabs button {
    width: calc(50% - 3px);
    margin-bottom: 7px;
  }
  .price__image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .price__bg {
    padding-top: 14px;
    margin-top: -7px;
  }
  .garant__top {
    padding: 27px 0 44px;
    margin: 0 14px 27px;
    display: block;
  }
  .garant__left {
    margin-bottom: 27px;
    padding-top: 0;
  }
  .garant__bg {
    background-position: 50% 27px;
  }
  .garant .content {
    margin-bottom: 27px;
  }

  .product___rate {
    width: 77px;
    top: 15px;
  }
}
@media (max-width: 840px) {
  header {
    position: fixed;
    height: 67px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
  header #logo {
    top: 12px;
    height: 46px;
    padding-left: 36px;
    background-size: auto 100%;
    background-position: 0 0;
  }
  header .phones, header.is_stuck .phones {
    right: 155px;
    top: -19px;
  }
  .regions h2 {
    padding-top: 0;
    text-align: center;
  }
  header .basket span, header.is_stuck .basket span {
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    right: -8px;
    border-radius: 10px;
    background: #4ea87a;
    text-align: center;
    line-height: 13px;
    font-weight: 600;
    font-size: 10px;
    color: #fff;
  }
  header .basket a, header.is_stuck .basket a {
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  /*
    .cert__author,.cert__block {
        position: relative;
        display: block
    }

    .cert__block {
        background: #fff;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.05);
        box-shadow: 0 0 20px rgba(0,0,0,.05);
        width: 104px;
        min-height: 151px;
        height: auto;
        margin: 20px auto
    }

    .cert__block>img {
        max-width: 67%!important;
        max-height: 67%
    }

    .cert__author {
        width: 52px;
        height: 25px;
        margin: 115px auto 10px
    }

    .cert__author+img {
        bottom: auto;
        top: 14px
    }
  */
  .cert__outer {
    padding: 0 50px;
  }
  header .desc, header .middle:before, nav {
    display: none;
  }
  #wrapper {
    padding-top: 67px;
  }
  header.is_stuck .callback, header.is_stuck .phone {
    right: 190px;
  }
  header.is_stuck .social {
    opacity: 1;
    visibility: visible;
  }
  header #logo .logo__title {
    font-size: 36px;
    line-height: 46px;
  }
  .price .middle_with_sidebar .left_side, header #logo .logo_subtitle, header .social .soc_mail {
    display: none;
  }
  header .phone {
    right: 190px;
    top: 13px;
  }
  header .callback {
    right: 190px;
    text-transform: lowercase;
    white-space: nowrap;
    color: #4ea87a;
    background: #fff;
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: 14px;
    top: 39px;
  }
  header .callback:before {
    /*    content: "Заказать ";*/
    text-transform: none;
  }
  header .social {
    width: 97px;
    top: 20px;
    right: 55px;
    width: 105px;
    right: 50px;
  }
  header .social li:last-child {
    margin-right: 0;
  }
  #pull, .price .middle_with_sidebar .right_side {
    display: block;
  }
  .price .middle_with_sidebar {
    display: block;
    width: auto;
  }
  .regions {
    position: relative;
    padding: 54px 0 77px;
  }
  .regions .middle4, .regions .middle5 {
    position: static;
    min-height: 0;
    padding-right: 0;
  }
  .regions .regions__map {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
  }
  .regions .subtitle {
    margin-bottom: 35px;
    text-align: center;
  }
  .regions__text {
    padding: 0 0 0 48px;
  }
  .order {
    padding-bottom: 50px;
  }
  .order__table {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .order__interact {
    width: 100%;
  }
  .order .button {
    display: inline-block;
  }
  .order__interact-buy {
    margin-left: 10px;
  }
  .order__interact {
    height: auto;
    min-height: 0;
  }
  .order__interact-num {
    margin-bottom: 20px;
  }
  /*  header .stick_right, header.is_stuck .stick_right {*/
  .stick_right_w {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 53px;
    height: 154px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    /*    background: #fff;*/
    padding: 15px 0 0 10px;
    border-radius: 5px 0 0 5px;
  }
  /*  header .basket, header .compare, header .fav, header.is_stuck .basket, header.is_stuck .compare, header.is_stuck .fav {*/
  header .stick_right_w .basket,
  header .stick_right_w .compare,
  header .stick_right_w .fav {
    display: block;
    top: auto;
    right: auto;
    position: relative;
  }
  /*  header .basket, header .fav, header.is_stuck .basket, header.is_stuck .fav {*/
  header .stick_right_w .basket,
  header .stick_right_w .fav {
    margin-bottom: 15px;
  }
  /*  header .basket, header.is_stuck .basket {*/
  header .stick_right_w .basket {
    font-size: 0;
    width: 30px;
    padding: 0;
  }
  .study_item header .desc {
    display: block;
    top: 25px;
    left: 250px;
    font-size: 16px;
    right: 100px;
  }
  .study_item header.is_stuck .desc,
  .study_item header .desc,
  .jobs_index header.is_stuck .desc, 
  .jobs_item header.is_stuck .desc {
    top: 25px;
  }
  .education-page__payment {
    text-align: center;
  }

  .jobs_index header .desc, 
  .jobs_item header .desc {
    display: block;
    top: 25px;
    left: 250px;
    font-size: 16px;
    right: 100px;
  }
}
@media (max-width: 800px) {
  .calculator .calc_steps.calc_step2 input + label {
    width: 30%;
  }
  .examples__cover, .examples__video {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .examples__cover {
    height: auto;
  }
  .examples__content {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
	.clients {
		display: none;
	}
  .subtitle + .vacancies,
  .subtitle + .education {
    margin-top: 30px;
  }
  #calculator h2,
  #popup_calc h3 {
    font-size: 32px;
  }
  .page-jur .top-page__form {
    margin-top: 25px;
  }
  .page-jur .price__table .price__top {
    margin-top: 0;
  }
  .top-page__pluses li:last-child {
    padding-top: 10px;
  }
  .top-page__form form {
    display: block;
    padding: 0 34px;
  }
  h1, h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .price__table table {
    width: calc(100% - 4px);
    background: #f2f5f8;
    outline: 2px solid #f2f5f8;
    border: 17px solid #f2f5f8;
    border-radius: 5px;
    border-spacing: 0;
    margin: 0 2px 30px;
  }
  .calculator .calc_steps.final_step form + div {
    margin-bottom: 60px;
  }
  .calculator_discount span {
    font-size: 36px;
    line-height: 50px;
    right: auto;
    left: 76px;
  }
  .marks ul {
    padding-bottom: 10px;
  }
  .price__top div + div {
    width: 130px;
    padding-right: 10px;
  }
  .chars table td {
    height: 50px;
    padding-left: 10px;
    font-size: 16px;
  }
  .compare_slider .compare_stats td {
    height: 50px;
    padding-left: 10px;
    font-size: 14px;
  }
  .comment_fixed, .marks ul li:nth-child(8) ~ li, .pluses ul li:last-child {
    display: none;
  }
  .top-page__title {
    font-size: 30px;
    line-height: 36px;
  }
  .top-page__pluses {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .top-page__pluses li {
    width: 173px;
    height: 52px;
    font-size: 12px;
    line-height: 14px;
    padding-top: 10px;
  }
  .request__form.form input[type=checkbox] + label, .top-page .form input[type=checkbox] + label, .top-page__form {
    margin-bottom: 0;
  }
  .top-page__form .top-page__subtitle {
    padding-left: 16px;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 24px;
  }
  .top-page .form form {
    position: relative;
  }
  .top-page .form .button, .top-page .form input[type=text] {
    width: 100%;
  }
  .top-page .form .button {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .top-page .form .checkboxset {
    position: absolute;
    bottom: 71px;
  }
  .subtitle {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 27px;
  }
  .feedback__yours {
    margin-top: -10px;
  }
  .callback_resp {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    left: 10px;
    bottom: 20px;
    background: url(../images/callback.svg) no-repeat 50%;
    background-size: 100% auto;
    z-index: 3;
    font-size: 0;
    display: none;
  }
  .price {
    padding-bottom: 8px;
  }
  .price__table {
    background: 0 0;
    padding: 0;
    margin-bottom: 8px;
  }
  .price__bottom {
    padding: 0 17px 0 20px;
  }
  .price__value {
    margin-right: 0;
    float: left;
  }
  .price .content {
    font-size: 12px;
    line-height: 14px;
    padding: 0 20px;
  }
  #calculator {
    padding: 28px 0 25px;
  }
  .calculator_right {
    position: relative;
  }
  .calculator_main-title {
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 13px;
    padding-right: 0;
  }
  .calculator_main-title .resp {
    display: inline-block;
    background: #4ea87a;
    border-radius: 5px;
    color: #fff;
    padding: 9px 10px 6px;
    margin-top: 6px;
  }
  .calculator_main-title .resp, .calculator_main-title .resp b {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
  }
  .calculator .calc_steps {
    padding: 21px 15px 19px;
  }
  .calculator .calc_steps__question {
    margin-bottom: 19px;
  }
  .calculator_discount {
    height: 50px;
    width: 180px;
    padding: 9px 100px 0 20px;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    margin: auto;
    bottom: 19px;
    left: 0;
    right: 0;
  }
  .calculator .calc_line {
    display: none;
  }
  .soc {
    padding-top: 54px;
  }
  .feedback {
    padding: 29px 0 35px;
  }
  .feedback__author {
    display: none;
  }
  .feedback__content {
    margin-left: 0;
  }
  .comments {
    padding: 38px 0 71px;
    display: none;
  }
  .discount__block {
    width: 171px;
  }
  .discount__image {
    height: 194px;
  }
  .discount__percent {
    font-size: 24px;
  }
  .discount .button, .request__form.form .button, .request__form.form input[type=text] {
    width: 100%;
  }
  .request__form.form form {
    display: block;
    padding: 0 34px;
    position: relative;
  }
  .request__form.form .button {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .request__form.form .checkboxset {
    position: absolute;
    bottom: 71px;
    left: auto;
    width: auto;
  }
  .request__pluses li {
    margin-right: 10px;
  }
  .pluses .subtitle {
    margin-bottom: 48px;
  }
  .pluses__block {
    width: 178px;
  }
  .break {
    padding: 43px 0 20px;
  }
  .break__block {
    margin-bottom: 31px;
  }
  .marks {
    padding: 37px 0 34px;
  }
  .marks .subtitle {
    margin-bottom: 24px;
  }
  .text {
    padding: 0 10px 30px;
    overflow: hidden;
  }
  .text .content {
    font-size: 14px;
  }
  .big-video {
    padding: 47px 0 0;
  }
  .categ .big-video .content, .text2 {
    display: none;
  }
  .regions + .contacts {
    margin-top: 0;
  }
  .breadcrumbs {
    padding-top: 17px;
    margin-bottom: 6px;
  }
  .breadcrumbs li {
    font-size: 12px;
  }
  h1 + .subtitle {
    margin-bottom: 13px;
  }
  .categ .right_side .price {
    padding-top: 35px;
  }
  .categ .price__table, .price__top {
    margin-left: 0;
    margin-right: 0;
  }
  .price__top {
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
  }
  .go_top_button {
    width: 40px;
    height: 40px;
    right: 0;
    left: auto;
  }
  #go_top {
    bottom: 32px;
  }
  .compare_slider_outer {
    margin-left: 200px;
  }
  .basket_buttons .button {
    margin-left: 0;
  }
  /*  header .stick_right, header.is_stuck .stick_right {*/
  header .stick_right_w {
    position: fixed;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 160px;
    padding: 10px 10px 0;
    height: 45px;
    top: auto;
    transform: none;
    -webkit-transform: none;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  /*  header .basket, header .compare, header .fav, header.is_stuck .basket, header.is_stuck .compare, header.is_stuck .fav {*/
  header .stick_right_w .basket,
  header .stick_right_w .compare,
  header .stick_right_w .fav {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
  }
  .price__tip-h.on-left {
    left: auto;
    right: 18px;
    border-radius: 10px 10px 0 10px;
  }
  .mobile_discount {
    display: none;
  }
  .calculator_main-title > span {
    display: none;
  }
  .mobile_discount {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    width: 100%;
  }
  .calculator .calc_steps {
    padding-top: 55px;
    position: relative;
  }
  .calculator .calc_steps__question {
    text-align: center;
  }
  .calculator .calc_num {
    position: absolute;
    top: 15px;
  }
  .calculator_discount {
    z-index: 2;
  }
  .calculator .calc_bottom .button {
    margin-left: 0;
  }
  .calc_mobile {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #5473ae;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .calculator_discount div {
    display: none;
  }
  .type__block {
    font-size: 14px;
  }
  .type {
    padding: 50px 0;
  }
  .vacancies-top {
    padding-top: 20px;
  }
  .vacancies-top ul li {
    width: 100%;
  }
  .vacancy-page {
    padding-top: 0;
  }
  .vacancy-page__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vacancy-page .breadcrumbs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 17px;
    margin-bottom: 6px;
    text-align: center;
  }
  .vacancy-page h1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
  .vacancy-page__image {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .vacancy-page__image img {
    height: auto;
  }
  .vacancy-page__data {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .vacancy-page .button {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .vacancy-page__content {
    padding-left: 0;
  }
  .questionnaire__inputs {
    display: block;
  }
  .questionnaire__inputs input {
    display: block;
    width: 100%;
  }
  .education-page h1 {
    font-size: 30px;
    padding-top: 35px;
    padding-top: 0;
  }
  .education-page h1 + .subtitle {
    font-size: 24px;
  }
  .education-page .subtitle2 {
    font-size: 18px;
  }
  .education-stages__block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .education-stages__left {
    padding-right: 0;
  }
  .education-stages__right {
    margin: 0 auto 30px;
  }
  .education-stages__name {
    width: calc(100% - 100px);
  }
  .education-stages__first,
  .education-stages__date {
    display: block;
    margin-top: 20px;
  }
  .education-stages__first {
    margin: 20px auto 0;
  }
  .questions__answer {
    padding-right: 20px;
  }
  .price__selection-title {
    font-size: 20px;
    margin-bottom: 11px;
  }
  .price__tabs button {
    font-size: 16px;
  }
  .price__one-title {
    font-size: 20px;
    padding: 0 13px 0 14px;
  }
  .price__one table {
    padding: 5px 0;
  }
  .price__one table th {
    font-size: 16px;
    padding-left: 13px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .price__one table th + th {
    padding-left: 0;
    padding-right: 13px;
  }
  .price__one table tr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .price__one table tr:nth-child(even) {
    background: rgba(200, 218, 234, 0.3);
  }
  .price__one table tr:before {
    display: none;
  }
  .price__one table td {
    padding-left: 13px;
  }
  .price__one table td + td {
    font-weight: 700;
    padding-left: 0;
    padding-right: 13px;
    white-space: nowrap;
  }
  .price__one-toggle {
    padding-left: 13px;
    padding-right: 55px;
  }
  .price__one-toggle:after {
    right: 17px;
  }
  .price__one + .price__bottom {
    margin-top: 17px;
  }
  .price__works {
    padding: 26px 15px 20px 14px;
  }
  .price__works-title {
    padding-left: 0;
    text-align: center;
  }
  .price__package-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .price__package table th {
    padding: 0 5px;
    height: 68px;
    font-size: 14px;
    line-height: 1;
    width: 83px;
  }
  .price__package table th:first-child {
    padding: 0 0 0 14px;
    font-size: 20px;
    width: auto;
  }
  .price__package table th:last-child {
    word-break: break-all;
  }
  .price__package table td {
    font-size: 14px;
    line-height: 1.3;
  }
  .price__package table td b {
    font-size: 16px;
  }
  .price__package table td:first-child {
    padding-left: 14px;
  }
  .garant__left h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .garant__pluses {
    padding-bottom: 20px;
  }
  .garant__pluses li {
    background-size: 55px auto;
    background-position: 6px 0;
    padding: 0 0 0 83px;
    margin-bottom: 23px;
  }
  .education-stages__first + .education-stages__date {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    text-indent: 0;
  }
}
@media (max-width: 720px) {
  .clients__example {
    display: block;
    margin: 0 auto 30px;
  }
  
  .flex-container li {
    flex: 0 1 100%; /* 1 блок в ряд */
  }
  
  
  .clients__callback form {
    margin: auto;
  }
  .type {
    padding: 42px 0 34px;
  }
  .type__block span {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  }
  .type__list {
    background: rgba(0, 0, 0, 0);
    padding-bottom: 16px;
  }
  .type__list li {
    width: 50%;
    margin-bottom: 9px !important;
  }
  .type__list li:nth-child(odd) {
    padding-right: 2.5px !important;
  }
  .type__list li:nth-child(odd) .type__block {
    padding-right: 79px;
  }
  .type__list li:nth-child(even) {
    padding-left: 2.5px !important;
  }
  .type__list li:nth-child(even) .type__block {
    padding-left: 79px;
  }
  .type__list li:nth-child(10) ~ li {
    display: none;
  }
  .type .type__open {
    display: block;
    margin: auto;
    width: 183px;
  }
  .education__list {
    width: 100%;
  }
  .education__list > li {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 660px) {
  .clients .button {
    margin-left: 0;
  }
  .break__found {
    display: block;
    width: 260px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .categ__top li a, .categ__top li span {
    font-size: 14px;
  }
  .contacts-content img {
    margin-bottom: 30px;
  }
  .jur-pluses ul li {
    width: 49%;
  }
  .commerce .checkboxset {
    padding-left: 0;
  }
  .offers .request {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .tabs > ul > li {
    font-size: 18px;
    padding: 16px 0 12px;
  }
  .tariff__list > li {
    width: 100%;
  }
  .tariff h2 {
    margin-bottom: 50px;
  }
  .tariff__block {
    padding: 20px;
  }
  .education-page  .price__tip .price__tip-h,
  .education-page  .price__tip:hover .price__tip-h {
      display: none;
      opacity: 1;
      visibility: visible;
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      border-radius: 10px;
      transition: none;
  }

  .education-page .price__tip {
    display: block;
    width: 250px;
  }

  .education-page .price__tip-h {
    width: 320px;
    margin-left: -70px;
    position: relative;
    top: 10px;
    right: auto;
    left: auto;
  }
  .education-page__list li .price__tip {
    position: relative;
  }
  .education-page__list li .price__tip-q {
    position: absolute;
    right: -5px;
    top: -22px;
  }
}
@media (max-width: 630px) {
  header .social a {
    width: 35px;
    height: 35px;
    background-size: 100% auto !important;
  }
  .offers-link {
    display: block;
    position: fixed;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    top: 91px;
    left: 0;
    bottom: auto;
  }
  body {
    margin-bottom: 428px;
  }
  footer {
    height: 428px;
  }
  .contacts__list > li:first-child b, .contacts__list > li:nth-child(2) b {
    font-size: 16px;
  }
  .product-main hr {
    margin: 6px 0 16px;
  }
  .feedback__info li, .product-main__bg input[type=email], .product-main__bg input[type=text], .product-main__bg textarea, .special-offers__list li {
    width: 100%;
  }
  .product-main h3 {
    text-align: center;
  }
  .jur-pluses {
    padding-bottom: 20px;
  }
  .page-jur #wrapper {
    padding-top: 91px;
  }
  .page-jur header, .page-jur header.is_stuck {
    height: 91px;
  }
  .page-jur header .phones, .page-jur header.is_stuck .phones {
    top: 25px;
    margin: auto;
    left: 0;
    right: 0;
  }
  .get-commerce {
    top: 0;
  }
  .get-commerce.active {
    top: 91px;
  }
  .page-jur .top-page__links li {
    width: 49.5%;
    margin-bottom: 3px;
  }
  .page-jur .top-page__links {
    width: 100%;
    min-width: 0;
  }
  .page-jur .top-page__links li:last-child {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .docs ul li {
    width: 49%;
    margin-bottom: 16px;
  }
  .page-jur .price {
    padding-bottom: 20px;
  }
  .docs {
    padding-bottom: 40px;
  }
  .page-jur .cert {
    padding-bottom: 27px;
  }
  .special-offers__image {
    margin-bottom: 0;
    height: 257px;
  }
  .special-offers__image span {
    height: 55px;
    font-size: 16px;
  }
  .special-offers .button {
    top: -123px;
    position: relative;
    z-index: 3;
    margin-bottom: -50px;
  }
  .special-offers__block {
    margin-bottom: -30px;
  }
  .calculator .calc_step_list:after, .feedback .content.open + .full_feedback, header .callback, header .phone {
    display: none;
  }
  header .social {
    width: 115px;
    top: 16px;
    width: 130px;
    right: 40px;
  }
  footer .logo_footer {
    top: 23px;
  }
  footer .footer_desc {
    top: 67px;
    font-size: 12px;
  }
  footer .footer_contacts {
    left: 36px;
    right: auto;
    top: 131px;
  }
  footer .social {
    top: 128px;
  }
  footer .copyright {
    top: 310px;
    right: 10px;
    max-width: 100%;
  }
  footer .site_map {
    top: 366px;
  }
  footer .confident {
    top: 382px;
  }
  .price__table td:last-child, .price__table th:last-child {
    padding-right: 0;
  }
  .price__table td:first-child, .price__table th:first-child {
    padding-left: 0;
  }
  .calculator .calc_check_image {
    width: 100px;
    height: 100px;
  }
  .soc {
    padding-bottom: 25px;
  }
  .soc_images {
    display: block;
  }
  .soc_block {
    width: 100%;
    margin-bottom: 29px;
    padding-top: 0;
  }
  .feedback__block {
    padding: 20px 17px 25px 23px;
  }
  .feedback__info {
    padding-bottom: 10px;
    margin-bottom: 14px;
  }
  .feedback .content {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .feedback .content.open {
    display: block;
    margin-bottom: 25px;
  }
  .full_feedback {
    margin-bottom: 17px;
    display: inline-block;
    color: #5473ae;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-decoration: none;
    border-bottom: 1px dashed #5473ae;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  .full_feedback:hover {
    border-color: transparent;
  }
  .clients__callback div {
    text-align: center;
    margin-right: 0;
  }
  .contacts {
    padding: 37px 0 14px;
  }
  .contacts__list > li {
    width: 100%;
    margin-bottom: 29px;
    position: relative;
    font-size: 14px;
  }
  .contacts__list > li:nth-child(even) {
    width: 100%;
  }
  .contacts__list > li:first-child {
    width: auto;
    float: left;
  }
  .contacts__list > li:nth-child(2) {
    width: auto;
    float: right;
  }
  .contacts__list > li:last-child {
    text-align: center;
  }
  .contacts__list > li b, .contacts__list > li span {
    margin-top: 4px;
  }
  .contacts__list > li b, .product-main__comment-text h4 {
    font-size: 18px;
  }
  .contacts__list .social {
    position: absolute;
    left: 115px;
    top: -4px;
    margin: 0;
  }
  .product-main__top {
    display: block;
  }
  .product-main__char {
    padding-top: 30px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .product-main__rating {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .product-main__rating .rateYo {
    margin: 0 10px;
  }
  .product-main__reviews {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-column-align: end;
    justify-self: end;
    text-align: right;
  }
  .product-main__interact {
    width: 100%;
    min-height: 0;
  }
  .product-main__price {
    display: inline-block;
    margin-bottom: 0;
  }
  .product-main__avail {
    float: right;
    margin-top: 45px;
  }
  .product-main__order {
    float: right;
    margin-top: 15px;
  }
  .product-main .checkboxset {
    margin-bottom: 6px;
  }
  .product-main__columns {
    padding-left: 17px;
    display: block;
  }
  .comment-form input[type=email], .comment-form input[type=text], .product-main__columns > div {
    width: 100%;
  }
  .product-main__form {
    padding-top: 10px;
    text-align: center;
  }
  .product-main__form h3 {
    margin-bottom: 5px;
  }
  .product-main__form .leave_comment {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #5473ae;
  }
  .product-main__bg {
    text-align: left;
    display: none;
  }
  .product-main__comment-author {
    float: none;
    margin-bottom: 16px;
    width: 100%;
  }
  .product-main__comment-author .rateYo {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 4px;
  }
  .product-main__comment-text {
    margin-left: 0;
  }
  .product-main h3 {
    font-size: 30px;
  }
  .product-main .big-video .content {
    display: none;
  }
  .comment-form .add_file_block {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .comment-form .add_file_block .add_file {
    max-width: 100%;
  }
  .comment-form .checkboxset {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .comment-form .button2 {
    display: block;
    margin: auto;
  }
  .basket_order .form_block2, .basket_order .form_block3 {
    width: 100%;
    float: none;
    display: block;
  }
}
@media (max-width: 600px) {
  .vacancies__list {
    width: 100%;
  }
  .vacancies__list li {
    width: 100%;
    margin-right: 0;
  }
  .commerce input[type=email], .commerce input[type=text] {
    width: 100%;
  }
  /*
    .calc-popup {
      display: none;
    }
  */
  .commerce .button {
    width: 100%;
  }
  .commerce .checkboxset {
    width: 100%;
    margin-bottom: 0;
  }
  .commerce .tip {
    margin-top: 28px;
  }
  .commerce textarea {
    height: 114px;
  }
  .commerce {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -20px;
    margin-bottom: 40px;
    padding-top: 47px;
  }
  .commerce + .regions {
    display: none;
  }
  .commerce__callback div b {
    text-align: center;
  }
  .commerce .button {
    margin-left: 0;
  }
  .special-offers {
    padding-top: 10px;
  }
  .special-offers__list {
    padding-bottom: 0;
  }
  .order__product-image {
    display: none;
  }
  .order__product {
    padding-left: 0;
    margin-right: 5px;
  }
  .question {
    margin-top: 0;
    /*    margin-bottom: 50px;*/
  }
  .page-jur .price__table.active {
    max-height: 2700px;
  }
  .discount__block {
    height: 335px;
  }
  .price__table table {
    border: none;
  }
  .price__table td,
  .price__table th {
    font-size: 18px;
    padding: 20px 20px !important;
  }
  .price__table tr {
    border-bottom: none;
    padding: 17px;
  }
  .price__table tr:nth-child(even) {
    background: #fff;
  }
  .price__table th,
  .price__table td {
    font-weight: 500;
  }
  .price__table td:last-child,
  .price__table th:last-child {
    min-width: 125px;
    white-space: normal;
  }
  .price__table th + th,
  .price__table td + td {
    font-weight: 700;
    color: #5473AE;
    padding-left: 0 !important;
  }
  .price__table tr:first-child th {
    font-weight: 700;
  }
  .price__table tr:first-child th + th {
    color: #4EA87A;
  }
  .price__tip-q {
    font-size: 14px;
  }
  .education-stages .stages__slider-outer .swiper-button-prev {
    left: -10px;
  }
  .education-stages .stages__slider-outer .swiper-button-next {
    right: -10px;
  }
  .education-stages__right {
    width: 100%;
  }
  .popup_text .popup_center {
    padding: 40px 20px 20px;
  }

  .study_item header .desc {
    width: 190px;
    top: 8px;
    left: 230px;
  }
  .study_item header.is_stuck .desc {
    top: 8px;
  }

  .jobs_index header .desc, 
  .jobs_item header .desc,
  .jobs_index header.is_stuck .desc, 
  .jobs_item header.is_stuck .desc {
    width: 136px;
    top: 18px;
    left: 230px;
  }
}
@media (max-width: 560px) {
  .categ__top li {
    width: 49%;
  }
  body {
    margin-bottom: 488px;
  }
  footer {
    height: 488px;
  }
  #popup_commerce form,
  #popup_corporate form {
    max-width: 288px;
  }
  #popup_commerce form input[type=text],
  #popup_corporate form input[type=text] {
    width: 100%;
  }
  .clients + .discount {
    padding-top: 20px;
  }
  .discount__list li {
    width: 30%;
    margin-bottom: 20px;
  }
  .discount__percent {
    font-size: 22px;
  }
  .discount__block {
    width: 100%;
    position: relative;
    height: 100%;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .discount__image {
    display: block;
    width: 100%;
    height: auto;
  }
  .discount__image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .discount__block .button {
    position: relative;
    top: 10px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .study_item footer .social {
    top: 28px;
  }
}
@media (max-width: 505px) {
  .clients ul li:nth-child(10) ~ li {
    display: none;
  }
  .show_clients {
    display: block;
    margin: 0 auto 20px;
    background: #5473ae;
    height: 50px;
    width: 150px;
    line-height: 50px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .show_clients:hover {
    background: #4ea87a;
  }
}
@media (max-width: 500px) {
  .comment_fixed  {
    display: block;
  }
  .contacts-popup {
    display: none;
  }

  .calculator .has_image + label {
    margin-right: 1px;
    max-width: 95px;
    min-width: 100px;
  }
  .offers-link {
    top: 81px;
  }
  .calculator .calc_bottom .button {
    width: 85px;
  }
  .offers .request.request-light .request__example {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    text-align: center;
    margin: auto auto 20px;
  }
  .offers .request.request-light h2 {
    text-align: center;
  }
  .offers .request.request-dark, .offers .request.request-light {
    padding-left: 20px;
    text-align: center;
  }
  .calculator_discount span {
    font-size: 32px;
    left: 61px;
  }
  .tabs > ul > li {
    font-size: 14px;
  }
  .calculator .calc_steps.calc_step2 input + label {
    width: 49%;
  }
  .legal__block div {
    padding-left: 0;
  }
  .legal__block ul {
    padding: 0 0 3px;
  }
  .mobile_phone a {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #5473ae;
  }
  header .stick_right_w {
    display: none;
  }
  header .stick_right {
    display: block;
    position: absolute;
    left: 0;
    top: 51px;
    width: 100%;
  }
  header .stick_right .basket,
  header .stick_right .compare,
  header.is_stuck .stick_right .basket,
  header.is_stuck .stick_right .compare {
    top: 0;
  }
  header .stick_right .fav,
  header.is_stuck .stick_right .fav {
    top: 1px;
  }
  header .stick_right .basket,
  header.is_stuck .stick_right .basket {
    left: 0;
  }
  header .basket,
  header .compare,
  header .fav,
  header .info {
    display: block;
  }
  header .stick_right, header.is_stuck .stick_right {
    -webkit-box-shadow: none;
  }
  header .stick_right .basket a,
  header.is_stuck .stick_right .basket a {
    font-weight: 600;
    font-size: 12px;
    line-height: 90%;
    padding-left: 29px;
    width: auto;
    color: #323232;
    text-decoration: none;
  }
  header .callback, header.is_stuck .callback {
    padding: 0;
  }
  header .callback:before, header.is_stuck .callback:before {
    content: "Заказать звонок";
    line-height: 32px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
  }
  .comment_fixed {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
  .comment_fixed .social li:first-child {
    display: block;
  }
  .page-jur #wrapper {
    padding-top: 81px;
  }
  .page-jur header, .page-jur header.is_stuck {
    height: 81px;
  }
  .page-jur header .phones, .page-jur header.is_stuck .phones {
    top: 17px;
    margin: auto;
    left: 0;
    right: 0;
  }
  .page-jur header .callback, .page-jur header.is_stuck .callback {
    width: 127px;
  }
  .get-commerce {
    top: 0;
  }
  .get-commerce.active {
    top: 81px;
  }
  .offers .request.request-dark .request__example {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    text-align: center;
    margin: auto auto 20px;
  }
  .offers .request.request-dark .request__example img {
    top: auto;
    transform: none;
    -webkit-transform: none;
  }
  .offers .request + .request .subtitle, .offers .request.request-dark h2 {
    text-align: center;
  }

  .jobs_index #wrapper, 
  .jobs_item #wrapper,
  .jobs_index #wrapper, 
  .jobs_item #wrapper,
  .study_item #wrapper,
  .study_item #wrapper {
    padding-top: 78px;
  }
  #wrapper {
    padding-top: 120px;
  }
  .comment_fixed .social li, header, header.is_stuck {
    height: auto;
  }
  header #logo, header.is_stuck #logo {
    top: 13px;
    height: 26px;
    padding-left: 18px;
  }
  header #logo .logo__title, header.is_stuck #logo .logo__title {
    font-size: 24px;
    line-height: 26px;
  }
  header #pull, header.is_stuck #pull {
    top: 12px;
  }
  header .social, header.is_stuck .social {
    top: 8px;
  }
  .calculator .button2 {
    width: 99px;
  }
  .calculator_discount {
    width: 117px;
    right: 7px;
    padding: 9px 50px 0 10px;
  }
  .calculator .calc_num {
    font-size: 14px;
  }
  .order .clear, .order .continue {
    width: 170px;
  }
  .repair .repair__block {
    width: 180px;
    height: auto;
    min-height: 305px;
  }
  .repair .button2 {
    margin-bottom: 20px;
  }
  #menu {
    height: calc(100vh - 52px);
    top: 52px;
  }
  .basket_buttons .button {
    font-size: 16px;
  }
  .basket_buttons .button2 {
    width: 155px;
  }
  .mobile_phone {
    display: block;
    text-align: center;
    height: 30px;
    height: 37px;
    overflow: hidden;
    background: #fff;
    transition: height 0.3s;
    -webkit-transition: height 0.3s;
  }
  header .middle {
    height: 48px;
  }
  header .stick_right, header.is_stuck .stick_right {
    position: absolute;
    left: 0;
    top: 51px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 0;
    border-radius: 0;
    background: 0 0;
    padding: 0;
  }
  header .stick_right .basket, header.is_stuck .stick_right .basket {
    position: absolute;
    left: 0;
    top: 0;
    height: 17px;
    background-size: 16.5px auto;
    margin: 0;
    width: 84px;
    font-size: 0;
  }
  header .basket span, header.is_stuck .basket span {
    right: auto;
    left: 14px;
    top: 5px;
  }
  header .compare, header .fav, header.is_stuck .compare, header.is_stuck .fav {
    position: absolute;
    height: 17px;
    margin: 0;
  }
  header .compare, header.is_stuck .compare {
    width: 18px;
    background-size: 100% auto;
    right: 18px;
    top: 0;
  }
  header .fav, header.is_stuck .fav {
    width: 19px;
    background-size: 100% auto;
    right: 56px;
    top: 1px;
  }
  header .fav span, header.is_stuck .fav span {
    left: 14px;
    right: auto;
  }
  header .compare span, header.is_stuck .compare span {
    left: 14px;
    top: 5px;
    right: auto;
  }
  header .fav span, header.is_stuck .fav span {
    top: 4px;
  }
  .callback_resp, .comment_fixed .button, .comment_fixed .social li:after, header .social, header.is_stuck .social {
    display: none;
  }
  header .callback, header.is_stuck .callback {
    display: block;
    width: 127px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 0;
    background: #4ea87a;
    border-radius: 3px;
    right: 39px;
    top: 10px;
  }
  .comment_fixed {
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    height: 75px;
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
  .comment_fixed .social {
    /*    left: 19px;*/
    /*    right: 77px;*/
    width: 80%;
    top: 12px;
    padding: 0;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    right: auto;
  }
  .comment_fixed .callback_resp {
    position: static;
  }
  .comment_fixed .callback_resp, .comment_fixed .social a {
    display: block;
    width: 50px;
    height: 50px;
    background-size: 100% auto;
    left: auto;
    bottom: auto;
  }
  .go_top_button {
    background: url(../images/go_top2.svg) no-repeat 50%;
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 12px;
    opacity: 1;
  }
  #go_top {
    bottom: 0;
    z-index: 204;
  }
  .clients__example a {
    padding: 20px 30px 10px;
    display: block;
  }
  .calc-popup {
    display: block;
    width: 100%;
    margin: 0;
    max-width: 100%;
    width: 100%;
    bottom: 71px;
    border-radius: 0;
  }
  .calc-popup__close-wrapper {
    background: url(../images/close.svg) no-repeat 50%;
    border-radius: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    right: 11px;
  }
  .calc-popup__content-title {
    display: none;
  }
  .calc-popup .call_popup {
    height: 100%;
    width: 100%;
  }
  .calc-popup {
    bottom: auto;
    top: 74px;
    top: 84px;
  }
  .calc-popup__content {
    width: 100%;
    text-align: center;
    padding-right: 50px;
  }
  .calc-popup__icon {
    width: 80px;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(../images/discount2.svg) no-repeat 24px 50%;
    background-size: 38px auto;
  }
  .calc-popup__content-text {
    font-size: 18px;
  }
  .calculator_discount span {
    font-size: 24px;
  }
  .calculator_discount {
    width: 137px;
  }
  .calculator .button2 {
    width: 85px;
  }
  .mobile_discount {
    font-size: 20px;
  }
  .calculator_discount {
    right: 0;
    /*  	right: -8px;*/
  }
  .comment_fixed .social li {
    width: 25%;
    margin: 0;
  }
  .comment_fixed .social li a {
    margin: auto;
  }

  .jobs_index header .desc, 
  .jobs_item header .desc,
  .jobs_index header.is_stuck .desc, 
  .jobs_item header.is_stuck .desc,
  .study_item header.is_stuck .desc,
  .study_item header .desc {
    top: 50px;
    width: 100%;
    left: 0;
    right: 0;
  }

  .jobs_index header .middle, 
  .jobs_item header .middle,
  .study_item header .middle {
    height: 75px;
  }

  .jobs_index header .desc, 
  .jobs_item header .desc,
  .study_item header .desc {
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }

  .study_item  #go_top {
    display: none !important;
  }

  .study_item .comment_fixed .social {
    width: 100%;
    padding: 0 20px;
  }

  .study_item .comment_fixed .social li:first-child {
   width: calc(100% - 60px);
   padding: 0;
  }

  .study_item .comment_fixed .social li:nth-child(2) {
    width: 60px;
    padding: 0 0 0 10px;
  }

  .study_item .comment_fixed .button {
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    width: 100%;
  }

   .study_item .comment_fixed .social li .soc_tg {
     width: 50px;
     height: 50px;
     text-decoration: none;
     border-radius: 5px;
     text-align: center;
     background: url('../images/contacts_tg.svg') no-repeat center;
     background-size: 50px auto;
   }


  .study_item .comment_fixed .social li .callback {
    height: 50px;
    padding: 0 22px;
    background: #4ea87a;
    border-radius: 5px;
    width: auto;
    text-decoration: none;
    text-align: center;
  }

  .study_item .comment_fixed .social li .callback:before {
    content: 'Написать';
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    width: 100%;
  }

 .jobs_index #go_top,
 .jobs_item #go_top {
    display: none !important;
  }

  .jobs_index .comment_fixed .social {
    width: 100%;
    padding: 0 20px;
  }

  .jobs_index .comment_fixed .social li {
    padding-right: 10px;
    width: 60px;
  }

  .jobs_index  .comment_fixed .social li + li {
    padding-right: 0;
    width: calc(100% - 60px);
  }

  .jobs_index .comment_fixed .social .soc_tg {
    width: 100%;
    height: 50px;
    line-height: 45px;
    text-align: center;
    padding-right: 40px;
    text-decoration: none;
    background: #5473ae;
    border-radius: 5px;
  }

  .jobs_index .comment_fixed .social .soc_tg:before {
    content: 'Задать вопрос';
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    width: 100%;
  }

  .jobs_index .comment_fixed .social .soc_tg:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    margin: auto;
    bottom: 0;
    top: 0;
    background: url(../images/soc_tg.svg) no-repeat 50%;
    background-size: 30px auto;
  }


  .jobs_item .comment_fixed .social {
    padding: 0 20px;
    width: 100%;
  }

  .jobs_item .comment_fixed .social li:first-child,
  .jobs_item .comment_fixed .social li:nth-child(2) {
    width: 60px;
    padding-right: 10px;
  }

  .jobs_item .comment_fixed .social li:last-child {
    width: calc(100% - 120px);
  }

  .jobs_item .comment_fixed .social li:last-child a {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    padding-left: 10px;
  }
  .comment_fixed {
  	opacity: 0;
  	visibility: hidden;
  	transition: opacity .3s, visibility .3s;
  }

  .comment_fixed.visible {
  	opacity: 1;
  	visibility: visible;
  }
}
@media (max-width: 450px) {
  .page-jur .top-page__links li:nth-child(2) > * span {
    /*        width: 80px;*/
    height: 17px;
    overflow: hidden;
    white-space: normal;
  }
  .page-jur .top-page__links li:last-child {
    text-align: center;
  }
  .page-jur .top-page__links li:last-child > a {
    text-align: center;
  }
  .page-jur .top-page__links li:last-child > * span {
    height: 30px;
    white-space: normal;
    width: 111px;
    overflow: hidden;
    position: relative;
    padding-left: 40px;
    line-height: 30px;
    text-align: left;
  }
  .page-jur .top-page__links li:last-child > * {
    text-indent: 0;
  }
  .page-jur .top-page__links li:last-child > * {
    text-align: center;
  }
  .page-jur .top-page__links li:last-child > * span:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    margin: auto;
    left: 0;
    bottom: -30px;
    top: -30px;
    background: url("../images/icon_basket_w.svg") no-repeat 50%;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
  }
  .page-jur .top-page__links li:last-child > *:hover span:before {
    background-image: url(../images/icon_basket.svg);
  }
  .page-jur .top-page__links li:last-child > a:hover,
  .page-jur .top-page__links li:last-child > a {
    background-image: none;
  }

}
@media (max-width: 430px) {
  .examples__data > li {
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .product-main__discount {
    right: auto;
    left: 0;
  }
  .product-main .prod_swiper {
    width: 100%;
    margin-bottom: 4px;
  }
  .product-main .prod_swiper .swiper-slide {
   /* height: 234px;*/
  }
  .product-main .prod_swiper2 {
    width: 100%;
  }
  .product-main .prod_swiper2 .swiper-slide {
    height: 59px;
  }
  .basket_order .form_block1 {
    width: 100%;
    padding: 38px 15px 24px;
  }
  .sort__title {
    display: none;
  }
  .clients__example {
    display: block;
    margin: 0 auto 20px;
  }
}
@media (max-width: 400px) {
  .chars {
    width: 140px;
  }
  .compare_slider_outer {
    margin-left: 140px;
  }
  .calculator .has_image + label {
    min-width: 0;
  }
  .garant__right {
    width: 100%;
  }
  .garant__docs {
    padding-left: 20px;
  }
  .garant__docs img {
    width: 32%;
  }
}
@media (max-width: 380px) {
  .pluses__block {
    width: 170px;
  }
  header #logo .logo__title, 
  header.is_stuck #logo .logo__title {
  	font-size: 24px !important;
  }

}
@media (max-width: 370px) {
  .clients .button {
    width: 100%;
  }

  .top-page__links li > * span {
  	font-size: 12px;
  }
}
@media (max-width: 350px) {
  header .social {
    right: 28px;
  }
}
.success_form {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.top-page__form .success_form {
  color: #000 !important;
}