/* personal-links */
.personal-links {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.personal-links label {
  margin-bottom: 5px;
  text-align: left;
  font-size: 14px;
  user-select: none;
}

.personal-links input[type="checkbox"] {
  margin-right: 5px;
  flex: none;
}

.personal-links a {
  color: #000;
  line-height: 1.1;
  text-align: left;
}

/* personal-links */

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.top1 {
  height: 80px;
  background: #b11c2a;
  color: #fff;
  text-align: center;
  padding: 14px 20px 0 20px;
  font-size: 18px;
}

.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 990;
}

.header {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  border-bottom: 1px solid #ececec;
  transition: all 0s ease-out 0s;
  z-index: 999;
  background: transparent;
  will-change: background;
}

.header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  min-height: 130px;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: all 0.05s ease-out 0s;
  will-change: height;
}

.header-block__logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 247px;
  height: auto;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 30px;
  -webkit-transition: 0.1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: 0.1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  will-change: width;
  position: absolute;
  top: 14px;
}

.header-block__logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.header-block__logo-min {
  opacity: 0;
  visibility: hidden;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 0px;
  height: auto;
  /*
  margin-left:25px;
  margin-right:25px;
  */
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.header-block__logo-min img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.header-block__logo-min a {
  display: block;
}

.header-block__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  font-size: 0;
}

.header-block__nav_menu {
  padding-top: 0px;
  padding-bottom: 8px;
}

.header-block__nav_menu>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  /*  display: flex;*/
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-block__nav_menu>ul>li {
  margin-right: 28px;
  position: relative;
  padding-bottom: 8px;
}

.header-block__nav_menu>ul>li .submenu-icon {
  background: url(/images/header-nav-submenu-icon.svg) no-repeat;
  width: 9px;
  height: 5px;
  margin-left: 7px;
}

.header-block__nav_menu>ul>li .submenu li {
  margin-top: 8px;
}

.header-block__nav_menu>ul>li .submenu li:nth-child(1) {
  margin: 0;
}

.header-block__nav_menu>ul>li .submenu {
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 273px;
  padding: 22px 25px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  line-height: 1.3;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: 0.2s;
  will-change: transform, visibility;
}

.header-block__nav_menu>ul>li .submenu::before {
  font-size: 19px;
  line-height: 1;
  content: '▲';
  position: absolute;
  display: flex;
  bottom: 100%;
  margin-bottom: -5px;
  left: 45px;
  justify-content: center;
  color: #fff;
  /*text-shadow:0 -12px 10px rgba(0, 0, 0, 0.15);*/
  text-shadow: 0 -4px 5px rgba(0, 0, 0, 0.07);
  -webkit-transform: scaleX(2.5);
  transform: scaleX(2.5);
  width: 20px;
}

.header-block__nav_menu>ul>li .submenu a {
  display: block;
  color: #000;
  font-family: proximanovareg2;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
}

.header-block__nav_menu>ul>li:hover .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.header-block__nav_menu>ul>li>.header-content__menu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  color: #000;
  font-family: proximanovareg2;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  z-index: 2;
}

.header-block__nav_menu>ul>li a:hover {
  color: #1fa18d;
  text-decoration: none;
}

.header-block__nav_menu>ul>li:last-child {
  margin-right: 0;
}

.header-block__nav_menu_active>.header-content__menu_link {
  color: #1fa18d !important;
}

.header-block__nav_menu_active_exact>span.header-content__menu_link {
  cursor: default;
}

.header-block__nav_feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  margin-left: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-block__nav_feedback_phone {
  margin-right: 35px;
  color: #000;
  font-family: proximanovasemibold2;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.27;
}

.header-block__nav_feedback_phone a {
  text-decoration: none;
  color: #000;
}

.header-block__nav_feedback_phone a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.header-block__nav_feedback_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  height: 45px;
  background-color: #49aa9a;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  font-family: proximanovareg2;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.98;
  user-select: none;
}

.header-block__nav_feedback_btn a:hover {
  color: #fff;
  background: #73c8bb;
  text-decoration: none;
}

.header-block__nav_responsive {
  display: none;
  position: fixed;
  top: 47.5px;
  right: 15px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 1000;
}

.header-block__nav_responsive_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-block__nav_responsive span {
  width: 35px;
  height: 3px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-block__nav_responsive span:nth-child(1) {
  margin-bottom: 6px;
}

.header-block__nav_responsive span:nth-child(3) {
  margin-top: -3px;
}

.header-block__nav_responsive span:nth-child(4) {
  margin-top: 6px;
}

body.open-menu .header-block__nav_responsive_inner span {
  display: none;
}

body.open-menu .header-block__nav_responsive_inner span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.open-menu .header-block__nav_responsive_inner span:nth-child(3) {
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.menu-fixed .header {
  position: fixed;
  background: #fff;
  margin-top: -60px;
}

body.menu-fixed .header-block__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.menu-fixed .header-block__nav_feedback {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

body.menu-fixed .header-block__logo {
  width: 160px;
  height: auto;
}

body.menu-fixed .header-block {
  min-height: 72px;
  transition: all 0.40s ease-out 0s;
}

body.menu-fixed .header-block__logo {
  display: none;
}

body.menu-fixed .header-block__logo-min {
  opacity: 1;
  visibility: visible;
  width: 160px;
}

body[data-page="default"] .header-space {
  height: 131px;
}

.main-slider {
  position: relative;
}

.owl-carousel {
  display: block !important;
}

.main-slider-items__item {
  display: block;
  min-height: 730px;
  background-position: 50% 0;
  text-decoration: none;
}

.main-slider-buttons {
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  width: 100%;
  max-width: 1450px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}

.main-slider-buttons__prev {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.main-slider-buttons__next {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.main-slider-buttons__prev:hover,
.main-slider-buttons__next:hover {
  opacity: 0.5;
}

.main-slider-buttons__prev img,
.main-slider-buttons__next img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.main-slider-items__item-1_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 585px;
  margin-left: 28px;
  padding-top: 238px;
  padding-bottom: 10px;
}

.main-slider-items__item-1_bigtext {
  color: #000;
  font-family: proximanovablack2;
  font-size: 73px;
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.main-slider-items__item-1_smalltext {
  margin-top: 12px;
  color: #000;
  font-family: "proximanovablack2";
  font-size: 33px;
  font-weight: 400;
  line-height: 1.01;
  text-transform: uppercase;
}

.main-slider-items__item-1_description {
  margin-top: 8px;
  color: #000;
  font-family: "proximanovareg2";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.36;
}

.main-slider-items__item-1_price {
  margin-top: 62px;
  color: #e42234;
  font-family: "proximanovablack2";
  font-size: 58px;
  font-weight: 400;
  line-height: 0.86;
  text-transform: uppercase;
}

.main-slider-items__item-1_oldprice {
  color: #000;
  font-family: "proximanovaextrabold2";
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

.main-slider-items__item-1_star {
  opacity: 0.5;
  color: #000;
  font-family: "proximanovareg2";
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.main-slider-items__item-2_block {
  padding-top: 320px;
  margin-left: 24px;
}

.main-slider-items__item-2_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-slider-items__item-2_title_percent {
  margin-right: 20px;
  color: #e42234;
  font-family: "proximanovablack2";
  font-size: 95px;
  font-weight: 400;
  line-height: 0.86;
  text-transform: uppercase;
}

.main-slider-items__item-2_title_text {
  color: #000;
  font-family: "proximanovablack2";
  font-size: 40px;
  font-weight: 400;
  line-height: 0.94;
  text-transform: uppercase;
}

.main-slider-items__item-2_description {
  margin-top: 15px;
  color: #000;
  font-family: "proximanovareg2";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.main-signup-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 52px;
}

.main-signup-block__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  width: 100%;
}

.main-signup-block__advantages_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 195px;
  padding: 10px;
}

.main-signup-block__advantages_item_icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.main-signup-block__advantages_item_text {
  margin-top: 15px;
  font-size: 18px;
  font-family: "proximanovasemibold2";
  color: #000;
  line-height: 1.33;
}

.main-signup-block__write {
  position: relative;
  margin-top: -178px;
  z-index: 1;
  right: -12px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 663px;
  width: 100%;
}

.main-signup-block__write_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  min-height: 357px;
  padding-top: 45px;
  padding-left: 70px;
  padding-right: 55px;
  padding-bottom: 35px;
  -webkit-box-shadow: 0 4px 21px rgba(0, 0, 0, 0.11);
  box-shadow: 0 4px 21px rgba(0, 0, 0, 0.11);
  background-color: #fff;
}

.main-signup-block__write_block_regime {
  width: 240px;
  margin-right: 30px;
}

.main-signup-block__write_block_regime_title {
  margin-top: 8px;
  color: #000;
  font-family: "proximanovasemibold2";
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

.main-signup-block__write_block_regime_title::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 48px;
  background: url(/images/main-signup-block-mark.png);
  width: 57px;
  height: 57px;
}

.main-signup-block__write_block_regime_time {
  margin-top: 35px;
  color: #010000;
  font-family: "proximanovareg2";
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
}

.main-signup-block__write_block_right {
  width: 265px;
}

.main-signup-block__write_text {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "proximanovareg2";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.07;
  text-align: center;
}

.main-signup-block__write_text a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.main-signup-block__write_text a:hover {
  background-image: none;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.index_main-way {
  margin-top: 100px;
}

.main-way_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.main-way-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.main-way-block__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  padding: 0 12px;
  margin-bottom: 24px;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
}

.main-way-block__item_inner {
  width: 100%;
  padding-top: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 0;
  line-height: 1;
  color: #000;
  text-decoration: none;
  will-change: color, background;
}

.main-way-block__item_inner:hover {
  color: #000;
  text-decoration: none;
}

.main-way-block__item_inner_content {
  position: absolute;
  top: 18%;
  left: calc(50% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  padding: 10px;
  font-family: proximanovasemibold2;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.09;
  text-align: center;
}

.main-way-block__item_inner_content_icon {
  display: flex;
  align-items: center;
  width: 75px;
  height: 75px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.main-way-block__item_inner_content_icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.main-way-block__item_inner_content_title {
  margin-top: 20px;
}

.main-way-block__item_inner.green-1 {
  background: #5fbeaf;
}

.main-way-block__item_inner.green-2 {
  background: #87cec3;
}

.main-way-block__item_inner.green-3 {
  background: #b6ded8;
}

.main-way-block__item_inner.green-4 {
  background: #d7edea;
}

.main-way-block__item_inner:hover {
  background: #e3182c;
  color: #fff;
}

.main-way-block__item_inner:hover .main-way-block__item_inner_content_icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.main-kinds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
}

.main-kinds-left {
  width: 50%;
  min-height: 569px;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-kinds-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}

.main-kinds-right__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 640px;
  padding-top: 45px;
  padding-left: 68px;
  padding-bottom: 15px;
}

.main-kinds-right__info_title {
  color: #000;
  font-family: "proximanovasemibold2";
  font-size: 38px;
  font-weight: 400;
  line-height: 1.05;
}

.main-kinds-right__info_text {
  margin-top: 30px;
  color: #000;
  font-family: "proximanovareg2";
  font-size: 20px;
  font-weight: 300;
  line-height: 1.41;
}

.main-kinds-right__info_graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.main-kinds-right__info_graph_info {
  color: #000;
  font-family: "proximanovareg2";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.41;
}

.main-kinds-right__info_graph_citylab {
  width: 153px;
  height: 47px;
  margin-left: auto;
  margin-right: 20px;
}

.main-kinds-right__info_graph_citylab img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.main-kinds-right__advantages {
  min-height: 234px;
  margin-top: auto;
  background-color: #e3182c;
  overflow: hidden;
}

.main-kinds-right__advantages_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 640px;
  padding-left: 55px;
  padding-right: 35px;
  padding-top: 54px;
  padding-bottom: 15px;
}

.main-kinds-right__advantages_block_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  padding: 10px;
}

.main-kinds-right__advantages_block_item_big {
  color: #fff;
  font-family: "proximanovasemibold2";
  font-size: 30px;
  font-weight: 400;
  line-height: 0.66;
}

.main-kinds-right__advantages_block_item_small {
  margin-top: 25px;
  color: #fff;
  font-family: "proximanovareg2";
  font-size: 17px;
  font-weight: 400;
  line-height: 1.18;
  text-align: center;
}

.main-kinds-right__advantages_block_item_small a {
  color: #fff;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.main-kinds-right__advantages_block_item_small a:hover {
  background-image: none;
}

.main-dop1 {
  margin-top: 150px;
  background: #fff;
}

.main-innovation {
  margin-top: 150px;
  background: #f6f6f6;
}

.main-innovation-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 437px;
}

.main-innovation-block__left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}

.main-innovation-block__left_photo {
  margin-top: -40px;
  margin-left: 52px;
  margin-right: 52px;
}

.main-innovation-block__left_photo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.main-innovation-block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
  max-width: 555px;
  padding-left: 25px;
}

.main-innovation-block__right_title {
  margin-top: 68px;
  color: #000;
  font-family: "proximanovasemibold2";
  font-size: 35px;
  font-weight: 400;
  line-height: 1.14;
}

.main-innovation-block__right_text {
  margin-top: 36px;
  color: #000;
  font-family: "proximanovalightit";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
}

.main-innovation-block__right_caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.main-innovation-block__right_caption_author {
  color: #000;
  font-family: "proximanovareg2";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.22;
}

.main-innovation-block__right_caption_img {
  width: 183px;
  height: 75px;
  margin-left: auto;
}

.main-innovation-block__right_caption_img img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.main-specialist {
  position: relative;
  margin-top: 110px;
}

.main-specialist-title {
  color: #000;
  font-family: proximanovasemibold2;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.05;
  text-align: center;
}

.main-specialist-title a {
  text-decoration: none;
  color: #000;
}

.main-specialist-title a:hover {
  text-decoration: none;
  color: #000;
}

.main-specialist_content {
  margin-top: 45px;
}

.main-specialist-slider {
  position: relative;
  max-width: 1348px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  padding-left: 38px;
  padding-right: 38px;
}

.main-specialist-slider-items__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 33px;
}

.main-specialist-slider-items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #000;
}

.main-specialist-slider-items__item_photo {
  max-width: 360px;
  height: auto;
}

.main-specialist-slider-items__item_photo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.main-specialist-slider-items__item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.main-specialist-slider-items__item_info_name {
  margin-top: 30px;
  color: #000;
  font-family: "proximanovasemibold2";
  font-size: 22px;
  font-weight: 400;
  line-height: 1.09;
  text-align: center;
  text-decoration: none;
}

.main-specialist-slider-items__item_info_name:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.main-specialist-slider-items__item_info_prof {
  margin-top: 5px;
  text-align: center;
  color: #000;
  font-family: "proximanovareg2";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  text-decoration: none;
}

.main-specialist-slider-items__item_info_prof:hover {
  color: #000;
  text-decoration: none;
}

.main-specialist-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-specialist-slider-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 1;
}

.main-specialist-slider-nav .owl-prev,
.main-specialist-slider-nav .owl-next {
  position: absolute;
  width: 23px;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  z-index: 100;
  cursor: pointer;
}

.main-specialist-slider-nav .owl-prev:hover,
.main-specialist-slider-nav .owl-next:hover {
  opacity: 0.5;
}

.main-specialist-slider-nav .owl-prev img,
.main-specialist-slider-nav .owl-next img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.main-specialist-slider-nav .owl-prev.disabled,
.main-specialist-slider-nav .owl-next.disabled {
  display: none;
}

.main-specialist-slider-nav .owl-prev {
  left: 15px;
}

.main-specialist-slider-nav .owl-next {
  right: 15px;
}

.main-specialist-slider-items .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 27px;
}

.main-specialist-slider-items .owl-dots .owl-dot {
  width: 34px;
  height: 3px;
  background-color: #bfbfbf;
  margin: 10px;
}

.main-specialist-slider-items .owl-dots .owl-dot.active {
  width: 34px;
  height: 3px;
  background-color: #1fa18d;
}

.main-specnews_hrline {
  line-height: 1px;
  height: 1px;
  background: #dfdfdf;
  margin-top: 110px;
}

.main-news {
  margin-top: 70px;
}

.main-news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.main-news-block__title {
  color: #000;
  font-family: proximanovasemibold2;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.05;
}

.main-news-block__title a {
  color: #000;
  text-decoration: none;
}

.main-news-block__title a:hover {
  color: #000;
  text-decoration: none;
}

.main-news-block__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-news-block__articles_hot {
  max-width: 586px;
  text-decoration: none;
  margin-right: 50px;
}

.main-news-block__articles_hot:hover {
  text-decoration: none;
}

.main-news-block__articles_hot_photo {
  max-width: 586px;
  height: 380px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-news-block__articles_hot_photo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.main-news-block__articles_hot_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 586px;
  min-height: 119px;
  padding: 35px 70px 35px 35px;
  background-color: #5fbeaf;
  color: #fff;
  font-family: proximanovasemibold2;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
}

.main-news-block__articles_hot:hover .main-news-block__articles_hot_title {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.main-news-block__articles_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 600px;
}

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

.main-news-block__articles_all_block_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dfdfdf;
}

.main-news-block__articles_all_block_item_title {
  color: #000;
  font-family: "proximanovasemibold2";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.main-news-block__articles_all_block_item_title a {
  color: #000;
  text-decoration: none;
}

.main-news-block__articles_all_block_item_title a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
}

.main-news-block__articles_all_block_item_text {
  margin-top: 10px;
  color: #686868;
  font-family: "proximanovareg2";
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
}

.main-news-block__articles_all_link {
  color: #83a3b3;
  font-family: proximanovasemibold2;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.main-news-block__articles_all_link a {
  color: #83a3b3;
  text-decoration: none;
}

.main-news-block__articles_all_link a:hover {
  color: rgba(131, 163, 179, 0.7);
  text-decoration: underline;
}

.footer_space {
  line-height: 110px;
  height: 110px;
}

body[data-page="default"] .footer_space {
  line-height: 140px;
  height: 140px;
}

.main-write-block {
  position: relative;
  min-height: 235px;
  padding: 55px 65px 50px 65px;
  -webkit-box-shadow: 0 4px 21px rgba(0, 0, 0, 0.11);
  box-shadow: 0 4px 21px rgba(0, 0, 0, 0.11);
  background-color: #fff;
}

.main-write-block__title {
  color: #000;
  font-family: proximanovasemibold2;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

.main-write-block__title::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 45px;
  width: 57px;
  height: 57px;
  background: url(/images/main-write-block-mark.png) no-repeat;
}

.main-write-block__right {
  margin-top: 30px;
}

.footer {
  margin-top: -115px;
  padding-top: 188px;
  padding-bottom: 90px;
  background: #e9edec;
}

.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-block__left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 405px;
  padding: 0 25px 25px 25px;
  border-right: 1px solid #ccc;
}

.footer-block__left_logo {
  width: 241px;
  height: 81px;
  margin-left: 8px;
}

.footer-block__left_logo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.footer-block__left_license {
  margin-top: 40px;
  color: rgba(0, 0, 0, 0.75);
  font-family: "proximanovareg2";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}

.footer-block__left_personal {
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.75);
  font-family: "proximanovareg2";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}

.footer-block__left_personal a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#c6cac9), to(#c6cac9));
  background-image: linear-gradient(to right, #c6cac9, #c6cac9);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.footer-block__left_personal a:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  background-image: none;
}

.footer-block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 18px;
  padding-left: 72px;
}

.footer-block__right_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-block__right_info_adress {
  width: 250px;
  margin-right: 78px;
  margin-bottom: 30px;
  color: #010000;
  font-family: "proximanovareg2";
  font-size: 17px;
  font-weight: 300;
  line-height: 1.24;
}

.footer-block__right_info_adress_location span {
  display: block;
  font-weight: bold;
}

.footer-block__right_info_adress_scheme {
  margin-top: 16px;
}

.footer-block__right_info_adress_scheme a {
  color: #010000;
  font-family: "proximanovareg2";
  font-size: 17px;
  font-weight: 300;
  line-height: 1.24;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#c6cac9), to(#c6cac9));
  background-image: linear-gradient(to right, #c6cac9, #c6cac9);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.footer-block__right_info_adress_scheme a:hover {
  color: #010000;
  background-image: none;
  text-decoration: none;
}

.footer-block__right_info_regime {
  width: 200px;
  margin-right: 25px;
  margin-bottom: 30px;
  color: #010000;
  font-family: "proximanovareg2";
  font-size: 17px;
  font-weight: 300;
  line-height: 1.24;
}

.footer-block__right_info_regime span {
  display: block;
  font-weight: bold;
}

.footer-block__right_info_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 250px;
}

.footer-block__right_info_phone_link {
  color: #000;
  font-family: proximanovasemibold2;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.19;
}

.footer-block__right_info_phone_link a {
  color: #000;
  text-decoration: none;
}

.footer-block__right_info_phone_link a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.footer-block__right_info_phone_backcall {
  color: #010000;
  font-family: proximanovareg2;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.24;
  text-decoration: none;
}

.footer-block__right_info_phone_backcall a {
  color: #010000;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#c6cac9), to(#c6cac9));
  background-image: linear-gradient(to right, #c6cac9, #c6cac9);
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.footer-block__right_info_phone_backcall a:hover {
  color: #010000;
  background-image: none;
  text-decoration: none;
}

.footer-block__right_ss {
  margin-top: 5px;
  margin-bottom: 15px;
}

.footer-block__right_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-right: 15px;
  margin-left: auto;
  margin-bottom: 15px;
}

.footer-block__right_copy_metrics {
  margin-right: 40px;
}

.leli {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.leli-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 6px;
  font-family: proximanovareg2;
  font-size: 12px;
  text-align: left;
  line-height: 1.4;
  opacity: 0.64;
}

.leli-links a {
  color: #000;
  text-decoration: none;
}

.leli-links a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}

.leli-img {
  width: 30px;
  height: 30px;
}

.bread_direct {
  margin-top: 38px;
  line-height: 1;
  font-size: 0;
}

.bread_direct_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  overflow: hidden;
  height: 86px;
  transition: all 0.2s ease-out 0s;
}

.bread_direct_list_item {
  margin-left: 5px;
  border: 1px #dee2e1 solid;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(20% - 5px);
  margin-bottom: 5px;
  color: #000;
  text-decoration: none;
  background: #fff;
  user-select: none;
  cursor: pointer;
  outline: 0;
  transition: all 0.12s ease-out 0s;
  will-change: background;
  text-align: center;
}

.bread_direct_list_item:hover {
  color: #000;
  text-decoration: none;
}

.bread_direct_list_item_name {
  font-size: 17px;
  line-height: 1;
  font-family: proximanovareg2;
  color: #000;
  text-decoration: none;
}

.bread_direct_list_item:hover {
  background: #e5e8e7;
}

.bread_direct_list_item.active {
  background: #aadfd7;
}

.bread_direct_list_but {
  margin-top: 27px;
  text-align: center;
  position: relative;
}

.bread_direct_list_but:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 0;
  line-height: 1px;
  width: 100%;
  height: 1px;
  background: #dee2e1;
}

.bread_direct_list_but_link {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  border: 1px #dee2e1 solid;
  height: 34px;
  min-width: 140px;
  padding: 5px 10px;
  position: relative;
  z-index: 20;
  background: #fff;
  user-select: none;
  cursor: pointer;
}

.bread_direct_list_but_link:hover {
  text-decoration: none;
  color: #000;
}

.bread_direct_list_but_link_tx {
  font-size: 13px;
  line-height: 1;
  font-family: proximanovalight;
  color: #000;
  text-decoration: none;
  padding-right: 20px;
}

.bread_direct_list_but_link_tx .tx_hide {
  display: none;
}

.bread_direct_list_but_link_icon {
  position: absolute;
  z-index: 20;
  top: 13px;
  right: 15px;
  width: 13px;
  height: 8px;
  background-image: url(/file/i_pic/bread_direct_list_but_link_icon.svg);
}

.bread_direct_list_but_link:hover {
  background: #f1f8f7;
}

.bread_direct_list_but_link.open .bread_direct_list_but_link_tx .tx_show {
  display: none;
}

.bread_direct_list_but_link.open .bread_direct_list_but_link_tx .tx_hide {
  display: block;
}

.bread_direct_list_but_link.open .bread_direct_list_but_link_icon {
  transform: rotate(-180deg);
}

body[data-theme_variant="green"] .main-write {
  background: #87cec3;
}

body[data-theme_variant="green"] .footer_space {
  background: #87cec3;
}

body[data-theme_variant="green"] .footer_space {
  height: 80px !important;
  line-height: 80px !important;
}

body[data-theme="2"] .main-write {
  display: none;
}

body[data-theme="2"] .footer {
  margin: 0;
  padding-top: 50px;
}

.own_button1 {
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 55px;
  border-radius: 0;
  background: #e3182c;
  line-height: 1;
  border: none;
  outline: none !important;
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  user-select: none;
  border: 0;
  transition: all 0.15s 0s ease-out;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-family: proximanovareg2;
  text-decoration: none;
}

.own_button1:hover {
  background: #dc3f44;
  color: #fff;
  text-decoration: none;
}

.footer-block__right_info_phone_inner {
  display: inline-block;
  text-align: left;
}

.footer-block__instagram {
  margin-top: 21px;
}

.footer-block__instagram_button {
  display: inline-flex;
  vertical-align: top;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 0;
  line-height: 1;
  text-decoration: none !important;
}

.footer-block__instagram_button_icon {
  width: 26px;
}

.footer-block__instagram_button_icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.footer-block__instagram_button_name {
  margin-left: 6px;
  font-size: 17px;
  line-height: 1.1;
  color: #000;
  font-family: proximanovalight;
  font-weight: bold;
}

.footer-block__instagram_button_name span {
  background-image: linear-gradient(to bottom, #929493, #929493);
  background-position: 0 1.13em;
  /*background-position:bottom left;*/
  background-repeat: repeat-x;
  background-size: 100% 1px;
  /*background-size: 50% 2px;*/
  transition: background-size 0.07s ease 0s;
}

.footer-block__instagram_button:hover .footer-block__instagram_button_name span {
  color: #000;
  text-decoration: none;
  background-size: 0px 0px;
}


.socialfix {
  display: block;
  position: fixed;
  z-index: 900;
  bottom: 130px;
  right: 20px;
  transition: all 0.15s linear 0s;
  will-change: transform, bottom;
}

.socialfix_wrap {
  margin-top: 20px;
  background-repeat: no-repeat;
  width: 74px;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #ddd solid;
  background: rgba(255, 255, 255, 0.7);
  padding: 18px 0;
}

.socialfix_wrap_inner {
  max-width: 36px;
}

.socialfix_list_item {
  margin-top: 14px;
  display: block;
  background-repeat: no-repeat;
  text-decoration: none !important;
  outline: 0;
  border: 0;
}

.socialfix_wrap a:nth-child(1) {
  margin: 0;
}

.socialfix_wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}