@charset "UTF-8";

@import 'jquery-ui-min.css';
@import 'jquery-ui-theme-min.css';
1
body {
  min-width: 320px;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "ProximaNovaRegular", sans-serif;
  font-size: 18px;
  color: #25262e; }

.social_but svg:hover, .header_social svg:hover {margin-top: -2px;}

section {
  width: 100%;
  overflow: hidden; }

.wrapper_section {
  width: 1230px;
  padding: 0px 30px;
  margin: 0px auto; }

header {
  background: #3a3b45;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

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

.header_logo {
  margin-left: 30px; }

.hamburger {
  padding: 0; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #fff; }

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

.header_ul_a {
  font-size: 15.31px;
  font-family: "ProximaNovaSemibold";
  color: #ffffff;
  transition: 0.25s;
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px; }

.header_ul_a span {
  margin-right: 5px; }

.header_ul_a i {
  position: relative;
  top: 1px;
  color: #ffffff;
  transition: 0.25s; }

.header_ul_a:hover i, .header_ul_a.active i {
  color: #78b620; }

.header_ul_a:hover, .header_ul_a.active {
  color: #78b620; }

.header_ul_level_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

.header_facebook {
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.25s;
  display: block; }
.header_telegram {
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.25s;
  display: block; }
.header_youtube {
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.25s;
  display: block; }
.header_zen {
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.25s;
  display: block; }

.header_insta {
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.25s;
  display: block; }

.header_vk {
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.25s;
  display: block; }

.header_social a svg {
  width: 32px;
  height: 32px; }

.header_odnoc {
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.25s;
  display: block; }

.header_social a {
  margin-left: 10px;
  margin-right: 10px; }

.header_social {
  display: flex;
  align-items: center;
  justify-content: center; }

.header_right {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.header_phone a {
  display: block;
  margin-right: 20px;
  font-family: "RubikMedium", sans-serif;
  font-size: 20px;
  color: #ffffff; }

.dropdown {
  position: absolute;
  bottom: -24px;
  transform: translateY(100%);
  left: 0;
  background: #303139;
  width: 100%;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  height: 0;
  transition: 0.25s;
  min-width: 180px; }

.dropdown.active {
  display: block;
  height: auto; }

.header_ul_li_level_1 {
  position: relative; }

.header_ul_li_level_2 {
  width: 100%;
  padding: 10px 20px; }

.header_ul_li_level_2 a {
  color: #fff;
  font-family: "ProximaNovaRegular";
  font-size: 16px;
  transition: 0.25s; }

.header_ul_li_level_2:hover {
  background: #393a44; }

.header_ul_li_level_2:hover a {
  color: #78b620; }

.hamburger_menu {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  opacity: 0; }

.hamburger_menu_content {
  background: rgba(48, 49, 57, 0.93);
  padding-top: 68px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%; }

.hamburger_menu.active {
  display: block;
  opacity: 1; }

.hamburger_menu .hamburger_menu_content li .hamburger_menu_a_level_1 {
  display: block;
  padding-left: 100px;
  line-height: 50px;
  color: #ffffff;
  transition: 0.25s;
  font-size: 24px;
  font-family: "GothamProLight", sans-serif;
  width: 590px;
  max-width: 100%;
  background: transparent; }

.hamburger_menu .hamburger_menu_content li .hamburger_menu_a_level_1:hover, .hamburger_menu .hamburger_menu_content li .hamburger_menu_a_level_1.active {
  color: #78b620;
  background: #444551; }

.h_m_c_level_1:hover .hamburger_menu_a_level_1 {
  color: #78b620;
  background: #444551; }

.hamburger_menu .hamburger_menu_content li .hamburger_menu_a_level_1 i {
  position: relative;
  top: 2px;
  transition: 0.25s; }

.header_banner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #222334;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff; }

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

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

.header_banner_name {
  font-family: "GothamProBold";
  font-size: 24px;
  text-transform: uppercase; }

.header_banner_discription {
  font-family: "RubikRegular";
  font-size: 24px;
  margin-right: 20px; }

.header_banner_ok {
  display: block;
  line-height: 40px;
  border-radius: 5px;
  width: 200px;
  color: #ffffff;
  transition: 0.25s;
  text-align: center;
  background: #f04858;
  font-family: "ProximaNovaSemibold";
  font-size: 18px; }

.header_banner_hide {
  /*background-image: url(../img/header_banner_hide.png);*/
  width: 17px;
  height: 17px;
  transition: 0.25s;
  cursor: pointer; }



.wrapper_for_heaader_menu_all {
  position: relative;
  height: 68px;
  display: flex;
  align-items: center; }

.header_humburger {
  position: relative;
  z-index: 30; }

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #f3f5f9; }

.hamburger_menu_drop_left {
  position: absolute;
  opacity: 0;
  height: 100%;
  transition: 0.25s;
  right: 0;
  top: 0;
  width: 50%;
  background: rgba(48, 49, 57, 0.93);
  display: none; }

.hamburger_menu_a_level_1:hover + .hamburger_menu_drop_left, .hamburger_menu_content > ul > li.active .hamburger_menu_drop_left, .hamburger_menu_drop_left:hover {
  display: block;
  opacity: 1; }

.hamburger_menu_drop_left ul {
  padding-top: 68px;
  width: 100%;
  background: #444551;
  height: 100%; }

.hamburger_menu_drop_left ul li a {
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  font-family: 'GothamPro';
  padding-left: 90px;
  margin-bottom: 10px;
  padding-top: 10px; }

.hamburger_menu_drop_left ul li a:hover, .hamburger_menu_drop_left ul li a.active {
  color: #78b620; }

.header_logo a .header_logo_top_line {
  display: flex;
  align-items: center; }

.header_logo a .header_logo_top_line span {
  display: block;
  font-size: 27px;
  font-family: "RubikMedium";
  color: #ffffff;
  margin-left: 12px; }

.header_logo a .header_logo_top_line img {
  width: 60px; }

.header_logo a p.headerr_logo_last_p {
  color: #ffffff;
  font-size: 18px;
  font-family: "ProximaNovaRegular";
  letter-spacing: 1px;
  position: relative;
  top: -4px; }

.main_1 {
  margin-top: 68px;
  width: 100%;
  min-height: 480px;
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/main_1_bg.png);
  position: relative; }

.main_1 .wrapper_section {
  position: relative; }

.main_1_top_p {
  font-size: 36px;
  line-height: 48px;
  color: #ffffff;
  font-family: "RubikRegular";
  margin-bottom: 10px; }

.main_1_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 130px; }

.main_1_h1 {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-family: "GothamProBlack";
  margin-bottom: 25px; }

.renatus_line {
  width: 170px;
  height: 2px;
  background: #78b620; }

.main_wrapper_for_text {
  margin-top: 30px; }

.main_wrapper_for_text p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-family: "ProximaNovaRegular"; }

.div_main_h2_all_page .main_2_h2 {
  font-family: "RubikRegular";
  font-size: 36px;
  line-height: 36px;
  color: #25262e;
  margin-bottom: 30px;
  text-transform: uppercase; }

.div_main_h2_all_page .renatus_line {
  margin-bottom: 30px; }

.section_padding {
  padding-top: 80px;
  padding-bottom: 80px; }

.main_2_left {
  width: 50%;
  padding-right: 130px; }

.main_2_right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.main_2_right iframe {
  width: 570px;
  height: 320px;
  max-width: 100%; }

.main_2_text {
  margin-bottom: 40px;
  font-family: "ProximaNovaRegular";
  font-size: 18px; }

.main_button {
  width: 215px;
  line-height: 50px;
  color: #ffffff;
  transition: 0.25s;
  display: block;
  border-radius: 5px;
  background: #62aa27;
  text-align: center; }

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

.main_3 {
  background: #f8f8f8; }

.card_line {
  width: 70px;
  height: 2px;
  background: #78b620; }

.renatus_card_data p {
  font-size: 14px;
  line-height: 14px;
  color: #626262;
  font-family: "ProximaNovaRegular";
  margin-bottom: 15px; }

.renatus_card_img {
  width: 100%; }

.renatus_card_img img {
  width: 100%; }

.main_3_flex {
  display: flex;
  margin-left: -0.5%;
  margin-right: -0.5%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.renatus_3_card {
  width: 100%;
  max-width: 400px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1), -2px -2px 3px rgba(0, 0, 0, 0.1); }

.renatus_card_wrapper {
  width: 24%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px; }

.renatus_card_h2 {
  font-size: 24px;
  line-height: 24px;
  font-family: "ProximaNovaExtrabld";
  margin: 15px 0; }

.renatus_card_wrapper_for_text {
  padding: 30px; }

.renatus_card_p {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px; }

.button_border_green {
  background: transparent;
  border: 2px solid #62aa27;
  color: #62aa27; }

.button_border_green:hover {
  color: #ffffff;
  background: #62aa27; }

.main_3_flex_bottom_content {
  margin-top: 10px; }

.main_4_info_arrow {
  background-image: url(../img/main_4_info_arrow.png);
  width: 175px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-family: "ProximaNovaLight";
  color: #ffffff;
  padding-left: 20px;
  margin-bottom: 30px;
  text-transform: uppercase; }

.main_4_info_arrow.right {
  padding-left: 0;
  padding-right: 20px;
  text-align: right;
  background-image: url(../img/main_4_info_arrow_right.png); }

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

.main_4_top_left img {
  padding-left: 140px;
  margin-bottom: 10px; }

.main_4_top_flex > div {
  position: relative; }

.main_4_top_left_Absolute_block {
  bottom: 0;
  left: 0px;
  background-image: url(../img/main_4_left_info.png);
  width: 569px;
  height: 255px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.main_4_text_1 .icon {
  background-image: url(../img/main_4_left_icon_1.png);
  width: 40px;
  height: 35px;
  background-position: center;
  margin-right: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain; }

.main_4_text_2 .icon {
  background-image: url(../img/main_4_left_icon_2.png);
  width: 40px;
  height: 35px;
  background-position: center;
  margin-right: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain; }

.main_4_text_3 .icon {
  background-image: url(../img/main_4_left_icon_3.png);
  width: 40px;
  height: 35px;
  background-position: center;
  margin-right: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain; }

.main_4_text_4 .icon {
  background-image: url(../img/main_4_left_icon_4.png);
  width: 40px;
  height: 35px;
  background-position: center;
  margin-right: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain; }

.main_4_text {
  display: flex;
  align-items: center;
  position: absolute;
  min-width: 300px; }

.main_4_text span {
  font-size: 30px;
  font-family: "ProximaNovaSemibold"; }

.main_4_text p {
  font-family: "ProximaNovaBold";
  font-size: 18px; }

.main_4_text_1 {
  top: 65px;
  left: 0; }

.main_4_text_2 {
  top: 65px;
  left: 306px; }

.main_4_text_3 {
  top: 205px;
  left: 0px; }

.main_4_text_4 {
  top: 205px;
  left: 306px; }

.main_4_text_bottom {
  font-size: 24px;
  position: absolute;
  color: #626262;
  font-size: 16px;
  font-family: "ProximaNovaRegular"; }

.main_4_text_bottom_1 {
  top: 122px;
  left: 55px; }

.main_4_text_bottom_2 {
  top: 122px;
  left: 360px; }

.main_4_text_bottom_3 {
  top: 262px;
  left: 55px; }

.main_4_text_bottom_4 {
  top: 262px;
  left: 360px; }

.main_4_top_right_Absolute_block {
  background-image: url(../img/main_4_right_info.png);
  width: 372px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 100px;
  left: -200px; }

.main_4_text_5 .icon {
  background-image: url(../img/main_4_right_icon_1.png);
  width: 40px;
  height: 35px;
  background-position: center;
  margin-right: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain; }

.main_4_text_5 {
  top: -40px; }

.main_4_text_bottom_5 {
  top: 10px;
  left: 55px; }

.main_4_mid_flex {
  justify-content: flex-end;
  display: flex;
  padding-right: 370px;
  position: relative;
  top: -115px; }

.main_4_mid_Absolute_block {
  background-image: url(../img/main_4_mid.png);
  width: 308px;
  height: 8px;
  position: absolute;
  top: 180px;
  right: 20px; }

.main_4_text_6 .icon {
  background-image: url(../img/main_4_mid_icon_1.png);
  width: 40px;
  height: 35px;
  background-position: center;
  margin-right: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain; }

.main_mid_mid {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
  margin-top: -60px;
  height: 270px; }

.main_4_text_6 {
  top: -40px;
  left: 0; }

.main_4_text_bottom_6 {
  top: 10px;
  left: 55px; }

.main_4_mid_flex img {
  width: 94px;
  height: 331px; }

.main_4_text_7 .icon {
  background-image: url(../img/main_4_bot_icon_1.png);
  width: 40px;
  height: 35px;
  background-position: center;
  margin-right: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain; }

.main_4_text_8 .icon {
  background-image: url(../img/main_4_bot_icon_2.png);
  width: 40px;
  height: 35px;
  background-position: center;
  margin-right: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain; }

.main_4_text_9 .icon {
  background-image: url(../img/main_4_bot_icon_3.png);
  width: 40px;
  height: 35px;
  background-position: center;
  margin-right: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain; }

.main_4_text_10 .icon {
  background-image: url(../img/main_4_bot_icon_4.png);
  width: 40px;
  height: 35px;
  background-position: center;
  margin-right: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain; }

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

.main_4_bor_left img {
  padding-left: 206px;
  padding-top: 100px; }

.main_4_bot_left_Absolute_block {
  background-image: url(../img/main_4_bot_info_right.png);
  width: 581px;
  height: 292px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 30px;
  left: 0; }

.main_4_bot_flex {
  position: relative; }

.main_4_info_graphics {
  padding-bottom: 120px; }

.main_4_text_7 {
  top: -45px;
  left: 0; }

.main_4_text_8 {
  top: 240px;
  left: 0; }

.main_4_text_9 {
  top: 240px;
  left: 370px; }

.main_4_bot .main_4_info_arrow {
  margin-bottom: 60px; }

.main_4_text_bottom_7 {
  top: 10px;
  left: 0; }

.main_4_text_bottom_8 {
  top: 300px; }

.main_4_text_bottom_9 {
  left: 370px;
  top: 300px; }

.main_4_bor_right {
  position: relative; }

.main_4_bot_right_Absolute_block {
  background-image: url(../img/main_4_bot_right_info.png);
  width: 262px;
  height: 78px;
  position: absolute;
  bottom: -68px;
  left: -148px; }

.main_4_text_10 {
  bottom: 10px;
  left: 0; }

.main_4_text_bottom_10 {
  left: 55px;
  bottom: -66px; }

.main__5_flex {
  display: flex;
  align-items: center;
  justify-content: center; }

.main_5_element {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  margin-left: 30px;
  margin-right: 30px; }

.main_5_h2 {
  font-size: 18px;
  color: #25262e;
  text-align: center;
  font-family: "ProximaNovaBold";
  line-height: 18px;
  margin-top: 25px;
  margin-bottom: 20px; }

.main_5_element p {
  color: #626262;
  font-size: 16px;
  line-height: 24px;
  text-align: center; }

.main_6 {
  background-image: url(../img/main_6_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.main_6_h2 {
  font-family: "RubikRegular";
  font-size: 30px;
  line-height: 36px; }

.main_6_h2 span {
  color: #62aa27; }

.main_6_top_left {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 50%;
  padding: 30px 40px; }

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

.main_6_top_left .button_border_green {
  width: 260px;
  margin-top: 20px; }

.main_6_top_right {
  display: flex;
  width: 50%;
  justify-content: center;
  text-align: center; }

.main_6_top_right iframe {
  width: 100%;
  height: 100%; }

.wrapper_for_iframe_main_6 {
  width: 50%; }

.main_6_smoke {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  transition: 0.5s; }

.main_6_smoke.hide {
  display: none; }

.wrapper_for_iframe_main_6 {
  position: relative; }

.main_6_top_line {
  display: flex;
  width: 100%; }

.wrapper_for_iframe_main_6:hover .main_6_smoke {
  opacity: 0;
  z-index: 0;
  display: none; }

.main_6_bot_flex {
  display: flex;
  width: 100%; }

.main_6_hight {
  height: 310px;
  overflow: hidden;}

.main_6_bot_line {
  width: 100%; }

.wrapper_for_iframe_main_6_4 {
  width: 25%;
  overflow: hidden; }

.wrapper_for_iframe_main_6_4 iframe {
  width: 100%;
  height: 100%; }

.wrapper_for_iframe_main_6 iframe.top_index {
  z-index: 100;
  position: relative; }

.main_7_box {
  width: 100%; }

.main_7_left {
  width: 100%;
  margin-right: 0%;
  position: relative;
  padding: 50px 70px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  min-height: 400px;
  display: flex;
  align-items: center; }

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

.main_7_border_top {
  top: 0;
  right: 0;
  height: 20px;
  width: 1px;
  position: absolute;
  background: black; }

.main_7_border_bot {
  bottom: 0;
  right: 0;
  height: 20px;
  width: 1px;
  position: absolute;
  background: black; }

.main_7_content_left {
  width: 50%; }

.main_7_content_right {
  width: 50%; }

.main_7_h2 {
  color: #2e2f38;
  font-size: 30px;
  font-family: "ProximaNovaBold";
  margin-bottom: 20px; }

.main_7_status {
  margin-top: 30px;
  color: #707070;
  font-size: 18px;
  font-family: "ProximaNovaSemibold"; }

.main_7_flex {
  margin-top: 40px; }

.main_7_all_flex_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.main_7_main_right img {
  width: 375px;
  height: 489px; }

.main_7_main_left_section {
  width: 60%;
  margin-right: 5%; }

.main_7_main_right {
  width: 35%;
  display: flex;
  justify-content: flex-end; }

.main_7_h2_table {
  display: none; }

.wrapper_for_img_main_8 {
  width: 100%;
  position: relative;
  margin-bottom: 25px; }

.wrapper_for_img_main_8 img {
  width: 100%; }

.wrapper_for_img_main_8 .main_8_abs_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.25s;
  display: flex;
  align-items: center;
  justify-content: center; }

.wrapper_for_img_main_8:hover .main_8_abs_block {
  opacity: 1; }

.main_8_element {
  flex-direction: column; }

.main_8 {
  padding-top: 0 !important; }

.main_8_element {
  padding: 0 15px; }

.main_8_padding {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid silver;
  padding-bottom: 40px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1), -2px -2px 3px rgba(0, 0, 0, 0.1); }
  .main_8_padding .card_line {
    margin: 0 auto; }
  .main_8_padding .main_8_h2 {
    font-family: "ProximaNovaBold";
    font-size: 24px;
    margin-bottom: 15px; }
  .main_8_padding .main_8_doljnost {
    padding-top: 10px;
    text-align: center;
    font-family: "ProximaNovaSemibold";
    font-size: 16px;
    color: #626262;
    line-height: 24px;
    text-transform: uppercase; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 37px;
  height: 77px;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.27); }

.slick-prev {
  z-index: 99;
  left: 15px;
  background-image: url(../img/main_8_arrow_left.png);
  background-position: center;
  background-repeat: no-repeat; }

.slick-prev:hover {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  background-image: url(../img/main_8_arrow_left.png);
  background-position: center;
  background-repeat: no-repeat; }

.slick-next {
  right: 14px;
  background-image: url(../img/main_8_arrow_right.png);
  background-position: center;
  background-repeat: no-repeat; }

.slick-next:hover {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  background-image: url(../img/main_8_arrow_right.png);
  background-position: center;
  background-repeat: no-repeat; }

.slick-slider {
  margin-left: -15px;
  margin-right: -15px; }

.main_8_line {
  width: 100%;
  height: 1px;
  background: silver;
  margin-top: 40px;
  margin-bottom: 50px;
  position: relative; }

.main_8_active_border {
  height: 1px;
  background: black;
  position: absolute;
  left: 25%;
  width: 24%; }

.button_load .icon {
  display: block;
  background-image: url(../img/button_load.png);
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 16px;
  transition: 0.5s; }

.button_load {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px; }

.button_load:hover {
  background: transparent;
  color: #62aa27; }

.button_load:hover .icon {
  transform: rotate(180deg);
  transform-origin: center; }

.main_8 .button_load {
  margin: 0 auto; }

.main_9 {
  background-image: url(../img/main_9_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.main_9_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.main_9_flex_center {
  width: 100%; }

.main_h_2_white .main_2_h2 {
  color: #fff; }

.main_h_2_white .renatus_line {
  background: #ffffff; }

.main_h9 {
  color: #fff;
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: "ProximaNovaBold"; }

.main_9_element {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  border: 2px solid #fff;
  padding: 50px 45px 60px 45px;
  text-align: center;
  color: #fff; }

.main_9_flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%; }

.wrapper_for_img_main_9 {
  text-align: center;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px !important; }

.card_line_white {
  background: #fff; }

.main_9_element .card_line_white {
  margin: 0 auto; }

.main_9_numbers_block {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center; }

.main_9_numbers_block span {
  font-size: 18px;
  font-family: "GothamPro"; }

.main_9_numbers_block .jq_main_9_number {
  font-size: 24px;
  font-family: "GothamPro";
  margin-left: 5px; }

.main_9_main_text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px; }

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

.main_10_left {
  width: 370px;
  min-width: 370px;
  max-width: 100%; }

.main_10_right {
  flex-grow: 2;
  padding: 10px 100px;
  display: flex;
  align-items: center;
  justify-content: center; }

.main_10_righ_flex_center {
  display: flex;
  flex-direction: column; }

.main_10_name {
  font-size: 24px;
  line-height: 24px;
  font-family: "ProximaNovaBold"; }

.main_10_email {
  font-size: 18px;
  color: #797979;
  line-height: 24px;
  margin-bottom: 35px; }

.main_10_content {
  margin-top: 25px; }

.main_10_content p {
  color: #626262;
  font-size: 16px;
  line-height: 24px; }

.main_10_link_all {
  display: flex;
  align-items: center;
  margin-top: 30px; }

.main_10_link_all span {
  font-size: 18px;
  font-family: "ProximaNovaBold";
  color: #fe5a03; }

.main_10_link_all span.icon {
  background-image: url(../img/main_10_icon.png);
  width: 13px;
  height: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 5px; }

.main_10 .slick-prev {
  left: 0px; }

.main_10 .slick-next {
  right: 0px; }

.slick-dots {
  margin-bottom: -60px; }

.slick-dots li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 11px;
  border: 2px solid transparent;
  height: 11px;
  margin: 0 5px;
  padding: 0;
  border-radius: 100%;
  background: silver;
  cursor: pointer;
  transition: 0.25s; }

.slick-dots li:hover, .slick-dots li.slick-active {
  width: 11px;
  height: 11px;
  border: 2px solid black;
  background: white; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: flex;
  width: 11px;
  height: 11px;
  background: silver;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  border-radius: 100%;
  display: none; }

.slick-dots li:hover button, .slick-dots li.slick-active button {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: transparent; }

.slick-dots li button:before {
  display: none; }

.main_10_slaider {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1), -2px -2px 12px rgba(0, 0, 0, 0.1); }

.main_10 .button_load {
  margin: 0 auto;
  margin-top: 80px; }

.main_11 {
  padding-top: 0 !important; }

.main_12 {
  background: #f8f8f8; }

.main_12wrapper_flex {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
  margin-top: 40px;
  margin-bottom: 20px; }

.main_12_element {
  width: 31.3%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 30px;
  box-shadow: 0px 19px 30px 9px rgba(0, 0, 0, 0.1); }

.wrapper_for_img_main_12 img {
  width: 100%; }

.wrapper_for_img_main_12 {
  width: 100%; }

.main_12_content_html {
  padding: 30px;
  background: #ffffff; }

.data_main_12 {
  color: #a2a2a2;
  font-size: 14px;
  margin-bottom: 15px; }

.main_12_h2 {
  font-family: "ProximaNovaExtrabld";
  font-size: 18px;
  margin-bottom: 15px; }

.main_12_linka {
  color: #62aa27;
  font-size: 16px;
  font-family: "ProximaNovaSemibold"; }

.main_12 .main_3_flex_bottom_content {
  margin-bottom: 20px; }

.text_main_ {
  margin: 20px 0; }
  .text_main_ p {
    color: #626262;
    font-size: 16px;
    line-height: 24px; }

.main_12 .main_button {
  margin: 0 auto;
  margin-bottom: 80px; }

.button_top {
  position: absolute;
  top: -75px;
  right: 30px;
  transform: translateY(-100%);
  width: 38px;
  height: 38px;
  background: #62aa27;
  background-image: url(../img/button_top.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.25s;
  border-radius: 5px;
  transform-origin: center;
  cursor: pointer; }

footer .wrapper_section {
  position: relative; }

.button_top:hover {
  opacity: 0.8; }

.main_12 .wrapper_section {
  position: relative; }

footer {
  background: #1e1e23;
  padding-top: 60px; }
  footer .div_main_h2_all_page .main_2_h2 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px; }

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

.foter_content {
  color: #aaa;
  font-size: 16px;
  line-height: 24px; }

.foter_content li a {
  color: #aaa;
  font-size: 16px;
  line-height: 32px; }

.foter_content  a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #aaa; }

.social_but {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 25px; }

.social_but a {
  display: block; }

.social_but svg {
  width: 32px;
  height: 32px;
  margin-right: 5px; }

.footer_bot_flex {
  padding: 15px 0;
  background: #25252b; }

.footer_bot_flex .wrapper_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #aaa;
  font-size: 16px; }

.footer_bot_flex .wrapper_section a {
  color: #aaa; }

.card_wrapper_end a {
  background: silver;
  cursor: default;
  border: 2px solid transparent;
  color: #fff; }

.card_wrapper_end a:hover {
  background: silver;
  cursor: default; }

.card_wrapper_end .renatus_3_card {
  position: relative; }

.card_wrapper_end .card_wrapper_end {
  position: relative; }

.card_wrapper_end .renatus_card_end {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 34px;
  color: #ff5e00;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  z-index: 40;
  font-family: "ProximaNovaExtrabld"; }

.card_wrapper_end .renatus_card_end span {
  padding: 20px;
  border: 6px solid #ff5e00;
  display: block;
  transform: rotate(-45deg);
  transform-origin: center; }

/*Page event_1*/
.even_1 {
  margin-top: 68px;
  width: 100%;
  min-height: 500px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url(../img/even_1.png);
  position: relative; }

.ev_timer_flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  color: #fff; }

.ev_timer_block {
  width: 25%;
  text-align: center;
  padding: 0 5px; }

.ev_timer_number {
  font-family: "GothamProBold";
  font-size: 48px; }

.ev_timer_text {
  font-size: 16px;
  text-transform: uppercase; }

.ev_header {
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  color: #fff; }

.ev_1_name {
  font-size: 48px;
  text-transform: uppercase;
  line-height: 40px;
  font-family: "GothamProBold"; }

.ev_1_town {
  font-size: 24px;
  line-height: 48px;
  text-transform: uppercase; }

.ev_1_data {
  font-size: 24px;
  margin-bottom: 20px; }

.ev_1_flex_center {
  padding-top: 140px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff; }

.ev_1_add_data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  line-height: 53px;
  max-width: 100%;
  color: #fff;
  border-radius: 7px;
  background: #266ad1;
  margin-bottom: 10px; }

.ev_1_add_data .icon {
  background-image: url(../img/ev_1_icon.png);
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background-position: center; }

.ev_header {
  font-size: 24px;
  text-align: center;
  font-family: "GothamPro";
  letter-spacing: 1px;
  text-transform: uppercase; }

.ev_2_h2 {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  font-family: "GothamPro";
  text-align: center;
  text-transform: uppercase;
  font-weight: bold; }

.ev_2 {
  background: #3a3b45;
  padding: 30px 0 50px 0; }

.ev_2 form {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.ev_1_inpute {
  width: 235px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "ProximaNovaRegular";
  background: transparent;
  border: 1px solid #fff;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px; }

.ev_1_submit {
  width: 235px;
  line-height: 50px;
  height: 50px;
  color: #fff;
  border: 1px solid #78b620;
  text-align: center;
  background: #78b620;
  transition: 0.25s;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  font-family: "ProximaNovaBold";
  cursor: pointer; }

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

.ev_3_right img {
  width: 510px;
  max-width: 100%; }

.ev_3_left {
  width: 610px;
  margin-right: 50px; }

.ev_3_left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }

.ev_3_left ul li .number_ev_1 {
  width: 27px;
  min-width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  display: block;
  border-radius: 100%;
  border: 1px solid #78b620;
  font-size: 14px;
  color: #78b620;
  font-family: "RubikRegular";
  margin-right: 15px; }

.ev_2_text {
  font-size: 18px;
  color: #626262;
  font-family: "ProximaNovaBold"; }

.ev_4 {
  background-image: url(../img/ev_4_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.ev_4_left {
  width: 480px;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.3);
  padding: 65px 55px;
  color: #fff; }

.ev_4_h2 {
  font-family: "RubikRegular";
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px; }

.ev_4_p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px; }

.ev_4_left form {
  display: flex;
  flex-direction: column; }

.ev_4_left input {
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid white;
  padding: 0px 30px;
  font-size: 18px;
  margin-bottom: 20px; }

.ev_4_left input::placeholder {
  color: #9e9e9e; }

.ev_4_left .ev_4_submit {
  background: #78b620;
  border: 1px solid transparent;
  color: #fff; }

.ev_4_add_info {
  color: #9e9e9e;
  font-size: 14px;
  margin-top: 10px; }

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

.ev_4 .main_2_h2 {
  margin-bottom: 20px; }

.ev_4_right ul li {
  display: flex;
  align-items: flex-start; }

.ev_4_right ul li .ev_4_icon {
  background-image: url(../img/ev_4_icon.png);
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin-right: 15px; }

.ev_4_right ul {
  margin-top: 40px; }

.ev_4_right ul li {
  margin-bottom: 20px; }

.ev_4_right {
  width: 470px;
  margin-right: 100px; }

.ev_4_text {
  font-size: 18px;
  color: #fff;
  font-family: "ProximaNovaBold"; }

.button_ev_tablet {
  display: none; }

.renatus_link_in_page {
  position: relative;
  top: -200px; }

.ev_5 .main_2_h2 {
  text-align: center; }

.ev_5 .renatus_line {
  margin: 0 auto; }

.ev_5_flex {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -2%;
  margin-right: -2%; }

.ev_5_items {
  width: 29%;
  margin-left: 2%;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 100px; }

.ev_5_wrapper_for_img {
  width: 50px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px; }

.ev_5_wrapper_for_img img {
  max-width: 100%; }

.ev_5_h2 {
  margin-bottom: 30px;
  font-family: "RubikRegular";
  font-weight: bold;
  font-size: 18px;
  line-height: 24px; }

.ev_5_text {
  color: #626262;
  font-size: 18px;
  line-height: 24px; }

.ev_5 {
  margin-bottom: -100px; }

.ev_6 {
  padding-top: 20px; }

.div_main_h2_all_page .main_2_h2 {
  line-height: 42px; }

.ev_6_left ul li {
  display: flex;
  margin-bottom: 10px; }

.ev_6_left ul li .ev_6_icon {
  background-image: url(../img/ev_6_icon.png);
  width: 16px;
  height: 20px;
  position: relative;
  top: 4px;
  min-width: 16px;
  margin-right: 20px; }

.ev_6_text {
  color: #626262;
  font-size: 18px;
  line-height: 30px; }

.ev_6_left {
  width: 520px; }

.ev_6 .button_ev_tablet {
  display: block;
  width: 280px;
  margin-top: 40px; }

.ev_6 iframe {
  width: 570px;
  height: 320px; }

.ev_6_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.tablet_iframe_ev_6 {
  display: none; }

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

.ev_7_right {
  width: 670px; }

.ev_7_left img {
  width: 368px; }

.ev_7_text {
  font-size: 18px;
  line-height: 30px;
  color: #626262; }

.ev_7_desc_d_n {
  display: none; }

.ev_8 {
  background: #f8f8f8; }

.ev_8 .main_2_h2 {
  text-align: center; }

.ev_8 .renatus_line {
  margin: 0 auto;
  margin-bottom: 30px; }

.ev_8_header {
  padding: 30px;
  background: #3a3b45;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 7px 7px 0 0;
  cursor: pointer; }

.ev_8_number {
  color: #3a3b45;
  background: #fff;
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 100%;
  line-height: 45px;
  text-align: center;
  font-size: 24px;
  font-family: "GothamProBold";
  margin-right: 30px; }

.ev_8_h2 {
  font-size: 18px;
  line-height: 30px;
  font-family: "GothamProBold";
  text-transform: uppercase; }

.ev_8_element:first-child .ev_8_body {
  display: block; }

.ev_8_body {
  padding: 40px 50px;
  border-radius: 0 0 7px 7px;
  border: 1px solid #d6d6d6;
  display: none; }

.ev_8_body ul li {
  display: flex;
  margin-bottom: 20px; }

.ev_8_body ul li .ev_8_icon {
  background-image: url(../img/arrow_8.png);
  width: 16px;
  min-width: 16px;
  margin-right: 40px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat; }

.ev_8_text {
  color: #626262;
  font-size: 18px; }

.ev_8_element {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 970px; }

.button_ev_desc {
  display: block;
  width: 280px;
  margin: 0 auto;
  margin-top: 40px; }

.ev_9_slaid img {
  width: 287px; }

.wrapper_for_img_ev_9 {
  width: 317px;
  display: flex;
  justify-content: center;
  margin: 0 auto; }

.div_main_h2_all_page_center .main_2_h2 {
  text-align: center; }

.div_main_h2_all_page_center .renatus_line {
  margin: 0 auto;
  margin-bottom: 30px; }

.ev_9_border_bottom {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: relative; }

.ev_9_border {
  width: 23%;
  left: 26%;
  background: #595959;
  position: absolute;
  height: 1px; }

.ev_10 {
  padding-top: 0; }

.ev_10_slaid {
  position: relative; }

.ev_10_slaid iframe {
  width: 100%;
  height: 220px; }

.white_effect_ev_10 {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: 0.25s; }

.slick-center .white_effect_ev_10 {
  opacity: 0; }

.ev_10 .ev_9_border {
  width: 33.3%;
  left: 33.3%; }

.ev_10 {
  padding-top: 0 !important; }

.ev_10_slaider {
  margin-left: 0;
  margin-right: 0; }

.ev_10_slaider .slick-next {
  right: 0; }

.ev_10_slaider .slick-prev {
  left: 0; }

.ev_11 {
  background: #f8f8f8; }

.ev_11_flex {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly; }

.ev_11_element {
  border: 1px solid #41424c;
  color: #3a3b45;
  border-radius: 8px;
  padding-bottom: 75px;
  width: 370px; }

.ev_11_element:hover {
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1), -5px -5px 12px rgba(0, 0, 0, 0.1); }

.ev_11_header {
  color: #78b620;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: "RubikRegular";
  transition: 0.25s; }

.ev_11_price {
  border: 2px solid #3a3b45;
  margin-left: -1px;
  margin-right: -1px;
  padding: 20px;
  text-align: center;
  transition: 0.15s; }

.ev_11_price_text {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: 0.25s; }

.ev_11_price_number span {
  font-family: "RubikMedium";
  font-size: 37px;
  margin-top: 20px;
  transition: 0.25s; }
  

.ev_11_price_number i {
  font-size: 16px;
  transition: 0.25s; }

.ev_11_element:hover .ev_11_price {
  background: #3a3b45; }

.ev_11_element:hover .ev_11_price {
  color: #fff; }

.ev_11_main_h2 {
  font-size: 24px;
  line-height: 30px;
  font-family: "ProximaNovaBold";
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center; }

.ev_11_padding {
  padding: 0 35px;
  margin-bottom: 30px; }

.ev_11_ul li {
  margin-bottom: 0px;
  display: flex;
  align-items: flex-start; }

.ev_11_ul li .icon {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 100%;
  background: #78b620;
  margin-right: 15px;
  position: relative;
  top: 11px; }

.ev_11_ul li span {
  font-size: 18px;
  line-height: 30px; }

.wrapper_ev_11_for_button {
  padding: 0 35px; 
  margin-top: 22px;}

.wrapper_ev_11_for_button .main_button {
  width: 100% !important; }

.ev_12_element {
  width: 270px;
  margin-right: 65px;
  margin-left: 65px; }

.ev_12_wrapper_for_img {
  text-align: center;
  margin-bottom: 20px; }

.ev_12_h2 {
  text-align: center;
  margin-bottom: 5px;
  color: #50565e;
  font-size: 30px;
  line-height: 30px;
  font-family: "ProximaNovaBold"; }

.ev_12_p {
  text-align: center;
  font-size: 18px;
  line-height: 24px; }

.ev_12_flex {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  position: relative; }

.ev_12_arrow_1 {
  background-image: url(../img/ev_12_arrow_right.png);
  width: 62px;
  height: 42px;
  position: absolute;
  top: 60px;
  left: 367px;
  background-position: center;
  background-repeat: no-repeat; }

.ev_12_arrow_2 {
  background-image: url(../img/ev_12_arrow_right.png);
  width: 62px;
  height: 42px;
  position: absolute;
  top: 60px;
  left: 760px;
  background-position: center;
  background-repeat: no-repeat; }

.ev_14_right {
  width: 287px;
  min-width: 287px; }

.ev_14_right img {
  width: 100%; }

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

.ev_13_text_block {
  width: 470px;
  color: #626262;
  font-size: 18px;
  line-height: 30px; }

.ev_14 {
  background-image: url(../img/ev_14_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.ev_14_wrapper ul li {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 50px;
  width: 500px;
  color: #fff;
  font-family: "ProximaNovaSemibold";
  font-size: 18px;
  line-height: 30px; }

.ev_14_wrapper ul li .icon {
  background-image: url(../img/ev_14_icon.png);
  width: 29px;
  height: 29px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 30px; }

.ev_15_text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
  color: #626262; }

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

.ev_16 {
  padding-top: 0 !important;
  padding-bottom: 60px;
  position: relative; }

.ev_16_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.renatus_3_card {
  transition: 0.25s; }

.renatus_3_card:hover {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), -4px -4px 3px rgba(0, 0, 0, 0.2); }

.ev_16 .button_load {
  display: none;
  margin: 0 auto; }

/*event 2*/
.ve_1 {
  background-image: url(../img/ve_1_img.png);
  background-position: 50%;
  padding-top: 140px;
  margin-top: 68px;
  padding-bottom: 130px; }

.ve_1 {
  color: #fff; }
  .ve_1 .ev_1_data {
    margin-bottom: 0px;
    font-size: 18px; }
  .ve_1 .ev_1_town {
    font-size: 18px; }
  .ve_1 .ev_1_name {
    text-align: left;
    color: #3d91e8;
    margin-top: 20px; }
  .ve_1 .ev_timer {
    text-align: left;
    width: 420px;
    margin-bottom: 30px;
    margin-top: 30px; }
  .ve_1 .ev_header {
    text-align: left;
    font-size: 18px;
    line-height: 24px; }
  .ve_1 .ev_timer_block {
    text-align: left; }
  .ve_1 .ev_1_add_data {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 370px;
    line-height: 46px;
    max-width: 100%;
    color: #fff;
    border: 2px solid #ffffff;
    border-radius: 7px;
    background: transparent;
    margin-bottom: 10px; }

.event_2 .ev_2 {
  background: #001e2d; }

.event_2 .ev_2.ve_big_form {
  padding: 70px 0 90px 0; }

.event_2 .ev_1_submit {
  background: #3d91e8;
  border: 1px solid #3d91e8; }

.ve_3_wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%; }

.ve_3_element {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px 30px;
  border: 1px solid silver;
  text-align: center; }

.ve_3_h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #3b3b3b;
  font-size: 18px;
  line-height: 18px;
  font-family: "GothamProBold"; }

.ve_3_text {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 30px; }

.blue_main_h2 .renatus_line {
  background: #3d91e8; }

.ve_4 {
  background-image: url(../img/ve_4_img.png);
  background-position: center;
  background-size: cover; }

.ve_4_Wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px; }

.ve_4_mid {
  width: 436px;
  text-align: center;
  position: relative;
  /*top: -80px;*/
   }

.ve_4_mid img {
  max-width: 100%; }

.ve_4_Wrapper ul li {
  display: flex;
  width: 390px;
  max-width: 100%;
  font-family: "ProximaNovaBold";
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #fff; }

.ve_4_Wrapper ul li .icon {
  background-image: url(../img/ve_4_icon.png);
  width: 28px;
  margin-right: 10px;
  min-width: 28px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.ve_5_flex {
  display: flex;
  justify-content: space-between;
  margin-left: -1%;
  margin-right: -1%;
  width: 100%;
  margin-top: 40px; }

.ve_5_element {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%; }

.ve_5_wrapper_for_img img {
  width: 100%; }

.ve_5_wrapper_for_img {
  margin-bottom: 20px; }

.ve_5_h2 {
  color: #25262e;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: "ProximaNovaBold"; }

.ve_5_text {
  font-size: 18px;
  line-height: 24px;
  color: #626262; }

.ve_6 {
  padding-top: 0 !important; }

.ve_6_left ul li {
  display: flex;
  margin-bottom: 25px;
  width: 560px; }

.ve_6_left ul .ve_li_1 .icon {
  background-image: url(../img/ve_6_icon_1.png);
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 10px;
  margin-right: 20px; }

.ve_6_left ul .ve_li_2 .icon {
  background-image: url(../img/ve_6_icon_2.png);
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 10px;
  margin-right: 20px; }

.ve_6_left ul .ve_li_3 .icon {
  background-image: url(../img/ve_6_icon_3.png);
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 10px;
  margin-right: 20px; }

.ve_6_h2 {
  color: #25262e;
  font-size: 24px;
  line-height: 30px;
  font-family: "ProximaNovaSemibold";
  margin-bottom: 20px; }

.ve_6_left_li p {
  color: #626262;
  font-size: 18px;
  line-height: 30px; }

.ve_6_wrapper {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  align-items: center; }

.ve_6_right iframe {
  width: 570px;
  height: 330px; }

.ve_7 .ev_7_left {
  order: 2; }

.ve_7 .ev_7_right {
  order: 1; }

.ve_7 .ev_7_left img {
  margin-left: 15px;
  margin-right: 0; }

.ve_8_wrapper {
  display: flex;
  align-items: stretch; }

.ve_8_left {
  width: 300px;
  min-width: 300px; }

.ve_8_left ul li {
  height: 95px;
  line-height: 95px;
  color: #e6e6e6;
  font-size: 30px;
  font-family: "ProximaNovaBold";
  text-align: center;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  position: relative;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  cursor: pointer;
  transition: 0.25s; }

.ve_8_left ul li p {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 20;
  width: 331px;
  height: 94px;
  transition: 0.25s;
  padding-right: 30px; }

.ve_8_left ul li.active p {
  background-image: url(../img/ve_8_arrow.png);
  color: #fff; }

.ve_8_right {
  border: 1px solid silver;
  position: relative;
  left: -1px;
  padding: 40px 75px; }

.ve_8_right ul li {
  display: flex;
  color: #626262;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px; }

.ve_8_right ul li:last-child {
  margin-bottom: 0px; }

.ve_8_right ul li .icon {
  display: block;
  width: 8px;
  min-width: 8px;
  margin-right: 20px;
  height: 8px;
  position: relative;
  top: 7px;
  border-radius: 100%;
  background: #3d91e8; }

.ve_8_h2 {
  padding-left: 28px;
  color: #25262e;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 30px;
  font-family: "ProximaNovaBold";
  font-weight: bold; }

.ve_8_container {
  display: none; }

.ve_8_container.active {
  display: block; }

.ve_8 {
  padding-top: 40px !important; }

.ev_2_button_ok {
  width: 330px;
  margin: 0 auto;
  color: #fff;
  max-width: 100%;
  text-align: center;
  background: #3d91e8;
  line-height: 50px;
  border-radius: 7px;
  display: block;
  font-size: 18px;
  font-family: "ProximaNovaBold"; }

.ve_8_wrapper {
  margin-bottom: 50px; }

.ve_9 {
  background: #f8f8f8; }

.ev_11_header {
  font-weight: bold; }

.event_2 .ev_11_header {
  color: #3d91e8; }

.event_2 .ev_11_price {
  border: 2px solid #3d91e8;
  color: #3d91e8; }

.event_2 .ev_11_element {
  border: 1px solid silver; }

.event_2 .ev_11_element:hover .ev_11_price {
  background: #3d91e8; }

.event_2 .ev_11_ul li .icon {
  background: #3d91e8; }

.event_2 .main_button {
  background: #3d91e8; }

.ve_12_element:first-child {
  margin-top: 100px; }

.ve_12_element {
  width: 875px;
  margin: 0 auto;
  margin-top: 85px;
  padding: 0 70px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 205px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1), -4px -4px 3px rgba(0, 0, 0, 0.1); }

.ve_12_left {
  width: 185px;
  height: 235px;
  color: #fff;
  padding: 55px 35px;
  position: absolute;
  top: -60px;
  left: 70px; }

.ve_12_left_text {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 35px;
  text-align: left;
  text-transform: uppercase; }

.ve_12_left_number {
  font-size: 90px;
  line-height: 30px;
  text-align: center; }

.ve_12_element_1 .ve_12_left {
  background: #012c3f; }

.ve_12_element_2 .ve_12_left {
  background: #05415e; }

.ve_12_element_3 .ve_12_left {
  background: #175f82; }

.ve_12_right {
  width: 490px;
  display: flex;
  align-items: center; }

.ve_12_element_1 .ve_12_right .ve_12_right_icon {
  background-image: url(../img/ve_12_img_1.png);
  width: 72px;
  min-width: 72px;
  height: 82px;
  margin-left: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.ve_12_element_2 .ve_12_right .ve_12_right_icon {
  background-image: url(../img/ve_12_img_2.png);
  width: 72px;
  min-width: 72px;
  height: 82px;
  margin-left: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.ve_12_element_3 .ve_12_right .ve_12_right_icon {
  background-image: url(../img/ve_12_img_3.png);
  width: 72px;
  min-width: 72px;
  height: 82px;
  margin-left: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.ve_12_right_text {
  color: #626262;
  font-size: 18px;
  line-height: 30px; }

.ve_14_right {
  width: 420px; }

.ve_14_right img {
  width: 100%; }

.ve_14 {
  background-image: url(../img/ve_14_bg.png);
  background-position: right center;
  background-size: cover; }

.ve_14_left ul li {
  color: #fff;
  display: flex;
  margin-top: 45px;
  font-size: 18px;
  line-height: 30px;
  align-items: flex-start;
  width: 510px;
  font-family: "ProximaNovaSemibold"; }

.ve_14_left ul li .icon {
  background-image: url(../img/ve_4_icon.png);
  width: 28px;
  min-width: 28px;
  height: 28px;
  margin-right: 20px; }

.ve_14_Wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.event_2 .card_line {
  background: #3d91e8; }

.event_2 .button_border_green {
  background: transparent;
  border: 2px solid #3d91e8;
  color: #3d91e8; }

.event_2 .button_border_green:hover {
  background: #3d91e8;
  color: #fff; }

.ve_remodal {
  padding: 70px 50px;
  width: 470px;
  max-width: 100%;
  border-radius: 10px; }

.ve_remodal .remodal-close {
  left: auto;
  right: 15px;
  top: 10px;
  width: 30px;
  height: 30px; }

.ve_remodal .remodal-close:before {
  font-size: 35px; }

.ve_remodal .ev_remodal_h2 {
  color: #3a3b45;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "GothamProBlack"; }

.ve_remodal .evremodal_pod_h2 {
  font-size: 18px;
  line-height: 24px;
  color: #3a3b45;
  text-align: center;
  margin-bottom: 50px; }

.ve_remodal input {
  width: 100%;
  padding: 0 30px;
  line-height: 48px;
  border: 1px solid silver;
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 20px; }

.ve_remodal input::placeholder {
  color: #9e9e9e; }

.ve_remodal .ve_remodal_submit {
  background: #3d91e8;
  border: 1px solid #3d91e8;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  cursor: pointer;
  padding: 0; }

.ve_remodal .ev_remodal_add_info {
  font-size: 14px;
  line-height: 24px;
  color: #9e9e9e;
  text-align: left;
  margin-top: 10px; }

.ve_remodal .ve_remodal .ev_remodal_add_info {
  font-size: 12px;
  line-height: 16px;
  margin-top: 0; }

body.active {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.event_1.ve_remodal .ve_remodal_submit {
  background: #78b620;
  border: 1px solid #78b620; }
  
.event_1 .ve_12_element_1 .ve_12_left, .event_1 .blue_main_h2 .renatus_line {
  background: #76b520;
}

.we_1 {
  margin-top: 68px;
  padding-top: 130px;
  padding-bottom: 80px; }

.event_3 .we_1_left {
  color: #25262e; }

.event_3 .ev_1_data {
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 18px; }

.event_3 .ev_1_town {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 35px; }

.event_3 .ev_1_name {
  font-size: 60px;
  color: #78b620;
  line-height: 60px;
  margin-bottom: 35px; }

.event_3 .ev_timer {
  color: #25262e;
  width: 400px;
  margin-bottom: 40px; }

.event_3 .ev_header {
  font-size: 18px;
  line-height: 18px;
  color: #25262e;
  text-align: left;
  margin-bottom: 20px; }

.event_3 .ev_timer_flex {
  text-align: left;
  color: #25262e; }

.event_3 .ev_timer_number {
  text-align: center;
  font-family: "GothamPro"; }

.event_3 .ev_timer_text {
  text-align: center; }

.event_3 .ev_1_add_data {
  border: 1px solid #78b620;
  color: #78b620;
  background: transparent;
  margin-bottom: 0px; }

.event_3 .ev_1_add_data .icon {
  background-image: url(../img/we_1_icon.png); }

.event_3 .ev_timer_block {
  width: auto; }

.event_3 .ve_12_element_1 .ve_12_left, .event_3 .blue_main_h2 .renatus_line {
  background-color:#76b520;
}

.we_1_right {
  width: 530px; }

.we_1_right img {
  width: 100%; }

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

.ev_2_h2 {
  font-family: "GothamProBlack"; }

.we_2 {
  background: #2f3038; }

.we_3_wrapper {
  display: flex;
  justify-content: space-between;
  margin-left: -1%;
  margin-right: -1%;
  margin-top: 70px; }

.we_3_element {
  width: 27%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 30px; }

.we_3_icon_wrapper {
  text-align: center;
  margin-bottom: 15px; }

.we_3_h2 {
  color: #3b3b3b;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-family: "GothamProBold"; }

.we_3_p {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 30px;
  text-align: center; }

.we_4 {
  background: #232329; }

.we_4_mid {
  width: 142px;
  margin-left: 80px;
  margin-right: 80px;
  min-width: 142px; }

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

.we_4_wrapper .icon {
  background-image: url(../img/ev_4_icon.png);
  width: 28px;
  height: 28px;
  min-width: 28px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
  background-size: contain; }

.we_4_wrapper li {
  display: flex;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: "ProximaNovaBold";
  color: #fff; }

.we_5_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px; }

.we_5_row:nth-child(2n) .we_5_left {
  order: 2; }

.we_5_row:nth-child(2n) .we_5_right {
  order: 1; }

.we_5_row:last-child {
  margin-bottom: 0; }

.we_5_left, .we_5_right {
  padding: 0 70px;
  width: 50%; }

.we_5_h2 {
  font-size: 24px;
  line-height: 30px;
  color: #25262e;
  font-family: "ProximaNovaBold";
  margin-bottom: 25px; }

.we_5_text {
  font-size: 18px;
  line-height: 24px;
  color: #626262; }

.we_5_right {
  text-align: right; }

.we_5_right img {
  max-width: 100%; }

.we_6_wrapper {
  display: flex;
  justify-content: space-between;
  margin-left: -1%;
  margin-right: -1%;
  margin-top: 80px; }

.we_6_item {
  margin-left: 1%;
  margin-right: 1%;
  width: 27%;
  text-align: center; }

.we_6_icon_wrapper img {
  max-width: 100%;
  max-height: 100%; }

.we_6_h2 {
  font-size: 24px;
  line-height: 30px;
  color: #25262e;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: "ProximaNovaSemibold"; }

.we_6_p {
  color: #626262;
  font-size: 18px;
  line-height: 30px; }

.we_6_icon_wrapper {
  height: 80px; }

.we_8 .ve_8_right ul li .icon {
  background: #78b620; }

.we_8 .ev_2_button_ok {
  background: #78b620; }

.we_9, .we_6, .we_10, .we_11, .we_12, .we_14, .we_15 {
  padding-top: 0 !important; }

.we_11 {
  background: #fff; }

.we_12_wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  position: relative; }

.we_12_element {
  width: 270px;
  margin-left: 55px;
  margin-right: 55px; }

.we_12_wrapper_icon {
  text-align: center;
  height: 150px; }

.we_12_wrapper_icon img {
  max-width: 100%;
  max-height: 150px; }

.we_12_h2 {
  font-size: 24px;
  line-height: 30px;
  color: #25262e;
  margin-top: 10px;
  margin-bottom: 35px;
  font-weight: bold;
  text-align: center; }

.we_12_p {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #626262; }

.we_12_arrow_1 {
  background-image: url(../img/we_12_dots.png);
  width: 186px;
  height: 7px;
  position: absolute;
  top: 80px;
  left: 310px;
  background-size: contain;
  background-repeat: no-repeat; }

.we_12_arrow_2 {
  background-image: url(../img/we_12_dots.png);
  width: 186px;
  height: 7px;
  position: absolute;
  top: 80px;
  left: 680px;
  background-size: contain;
  background-repeat: no-repeat; }

.we_2_big {
  padding-top: 90px;
  padding-bottom: 100px; }

.we_14_right ul li {
  display: flex;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 30px;
  color: #626262; }

.we_14_right ul li .icon {
  display: block;
  background-image: url(../img/ev_4_icon.png);
  width: 28px;
  min-width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px; }

.we_14_left {
  width: 532px;
  margin-right: 40px; }

.we_14_left img {
  width: 100%;
  max-width: 100%; }

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

.we_14_right {
  min-width: 420px; }

.we_14_right ul li:last-child {
  margin-bottom: 0; }

.main_12wrapper_flex {
  margin-top: 50px; }

.for_free .main_12 {
  padding-top: 210px; }

.for_free .main_button {
  margin-bottom: 0; }

.for_free .ev_16_flex .main_button {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.for_free .main_2_h2 {
  text-transform: none; }

.for_fre_1 .button_load {
  display: none; }

.main_button {
  line-height: 48px; }

body.close_reclama {
  margin-top: -100px; }
body.close_reclama_opros {
  margin-top: -100px; }
.team_1_wrapper {
  display: flex;
  align-items: stretch;
  /*justify-content: space-between;*/
  flex-wrap: wrap; }

.team_1 {
  padding-top: 30px !important;
  padding-bottom: 0 !important; }

.team_card_text {
  padding: 0 15px; }

.team_1_card {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  border-radius: 15px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), -4px -4px 8px rgba(0, 0, 0, 0.1);
  padding-bottom: 40px; }
  .team_1_card .team_1_h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
    font-family: "GothamProBlack"; }
  .team_1_card .team_1_p {
    color: #626262;
    font-size: 16px;
    line-height: 16px;
    font-family: "ProximaNovaSemibold";
    text-transform: uppercase; }
  .team_1_card .team_1_more {
    margin: 0 auto;
    width: 260px;
    max-width: 100%;
    margin-top: 30px; }

.team_1_wrapper_for_img {
  text-align: center; }

.team_1_wrapper_for_img img {
  max-width: 100%; }

.team_1 .main_button_work {
  margin: 0 auto;
  margin-top: 40px;
  width: 330px;
  max-width: 100%; }

.worm_main .k_team__center .renatus_line {
  margin: 25px 0 10px; }

.worm_main .k_team__h1 {
  text-align: center; }

.worm_main .main_2_h2 {
  text-transform: none; }

.worm_main .w_m_1_left {
  width: 425px;
  min-width: 425px;
  margin-right: 150px; }

.worm_main .w_m_1_left img {
  width: 100%; }

.worm_main .w_m_1_right {
  font-size: 18px;
  line-height: 30px;
  color: #25262e; }

.worm_main .worm_main_1_wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }

.worm_main .work_main_2_wrapper, .worm_main .work_2_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.worm_main .work_main_2 {
  padding-top: 55px;
  padding-bottom: 60px;
  background: #3a3b45; }

.worm_main .work_2_p {
  color: #fff;
  margin-top: 25px;
  font-family: "GothamProBlack";
  font-size: 48px;
  line-height: 48px; }

.worm_main .work_3_flex_for_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.worm_main .work_3_flex_for_img img {
  width: 480px;
  margin-left: 10px;
  margin-right: 10px;
  height: 280px; }

.worm_main .work_3_text_zone {
  color: #25262e;
  font-size: 18px;
  margin: 0 auto;
  line-height: 30px;
  margin-bottom: 35px;
  text-align: center;
  max-width: 80%; }

.worm_main .work_main_4 {
  padding-top: 0 !important; }

.worm_main .work_4_line {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.worm_main .work_4_line:nth-child(odd) .work_4_right {
  order: 1; }

.worm_main .work_4_line:nth-child(odd) .work_4_line_left {
  order: 2; }

.worm_main .work_4_line:nth-child(odd) .work_4_line_left {
  padding-left: 0px;
  padding-right: 100px; }

.worm_main .work_4_line_left {
  padding-left: 100px; }

.worm_main .work_4_right {
  width: 400px;
  min-width: 400px;
  margin-left: 100px;
  margin-right: 100px; }

.worm_main .work_4_right img {
  width: 100%; }

.worm_main .work_4_line_h2 {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold; }

.worm_main .work_4_text_block {
  margin-top: 25px;
  font-size: 18px;
  line-height: 30px; }

.worm_main .work_4_line:last-child {
  margin-bottom: 0 !important; }

.worm_main .work_main_5 {
  padding-top: 0 !important; }

.worm_main .work_5_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 55px; }

.worm_main .work_5_left, body.story .ev_7_left {
  width: 48%;
  min-width: 48%;
  margin-right: 2%; }

.worm_main .work_5_left, body.story .ev_7_wrapper img {
  width: 100%; }

.worm_main .wrok_5_right , body.story .ev_7_right {
  width: 48%;
  margin-left: 2%;
  font-size: 18px;
  line-height: 24px; }

.worm_main .wrok_5_right p {
  margin-bottom: 30px; }

.worm_main .wrok_5_right p:last-child {
  margin-bottom: 0; }

.worm_main .work_main_6 {
  padding-top: 0 !important; }

.worm_main .woork_6_items {
  border: 1px solid silver;
  border-radius: 8px;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 100px;
  margin-right: 100px;
  box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }

.worm_main .work_6_town {
  color: #626262;
  font-size: 18px;
  line-height: 18px; }

.worm_main .work_6_name {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: "RubikRegular";
  font-size: 24px;
  line-height: 24px;
  font-weight: bold; }

.worm_main .work_6_work {
  color: #626262;
  font-size: 24px;
  line-height: 24px; }

.worm_main .work_6_vak {
  width: 270px !important; }

.worm_main .work_6_data {
  color: #626262;
  text-align: right;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 35px; }

.story .k_team__h1 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: -12px; }

.story .k_team__p {
  font-size: 24px;
  line-height: 36px;
  width: auto; }

.story .k_team {
  padding-bottom: 20px; }

.story .story_2_wrapper_right {
  width: 375px;
  min-width: 375px; }

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

.story .story_2_wrapper_right img {
  width: 100%; }

.story .story_2_wrapper_left {
  width: 50%; }

.story .story_2_text {
  color: #626262;
  font-size: 18px;
  line-height: 30px;
  margin-top: 50px; }

.story .story_3 {
  padding-top: 0 !important; }

.story .story_3_wrapper_for_img {
  position: relative;
  width: 100%; }

.story .story_3_wrapper_for_img img {
  width: 100%; }

.story .story_3_icon_fb {
  display: block;
  position: absolute;
  background-image: url(../img/story_3_icon_fb.png);
  width: 39px;
  height: 39px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%); }

.story .story_3_element {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), -4px -4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden; }

.story .story_3_wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap; }

.story .story_3_wrapper_content {
  padding: 35px 20px;
  text-align: center; }

.story .story_3_h2 {
  font-family: "GothamPro";
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px; }

.story .story_3_email {
  color: #787878;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  font-family: "GothamPro"; }

.story .story_3_text {
  color: #626262;
  font-size: 18px;
  line-height: 30px; }

.story .story_3_link {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  width: 250px !important;
  max-width: 100%  !important; }

.story .button_load {
  margin: 0 auto;
  margin-top: 40px;
  width: 370px !important;
  max-width: 100% !important; }

.story .for_fre_1 {
  padding-top: 0; }

.calendar {
  margin-top: 68px;
  padding-top: 30px;
  padding-bottom: 0 !important; }

.calendar_1_wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%; }

.calendar_1_wrapper img {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%; }

/*Страница контактов*/
.k_main-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.k_main-block {
  background-image: url("../img/main-block-bg.png");
  margin-top: 68px; }
  .k_main-block_common {
    display: flex;
    justify-content: space-between; }
  .k_main-block_text {
    max-width: 58%;
    color: white;
    margin-top: 128px; }
    .k_main-block_text-h1 {
      font-family: "GothamProBold";
      font-size: 36px;
      line-height: 48px;
      margin-bottom: 41px; }
    .k_main-block_text-p {
      font-size: 30px;
      line-height: 36px;
      margin: 37px 0 118px; }

.k_motivation-block {
  padding: 43px 0 60px; }
  .k_motivation-block_common {
    width: 100%;
    padding: 31px 73px;
    background-color: #f8f8f8;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 5px 10px 4px #ededed; }
  .k_motivation-block-p {
    font-family: "ProximaNovaSemibold";
    font-size: 24px;
    margin-left: 38px;
    margin-top: 75px;
    line-height: 35px; }

.k_social-block-menu {
  margin-bottom: 60px !important; }

.k_contacts-block {
  padding-bottom: 50px; }
  .k_contacts-block_common {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .k_contacts-block-h2 {
    font-size: 36px;
    font-family: "RubikRegular";
    margin-bottom: 25px; }
  .k_contacts-block .renatus_line {
    width: 100px; }
  .k_contacts-block-p {
    margin: 40px 0 15px;
    letter-spacing: 0.1px;
    line-height: 30px;
    color: #626262; }
  .k_contacts-block-input {
    max-width: 770px;
    background-color: #f8f8f8;
    box-shadow: 0 5px 10px 4px #ededed;
    border-radius: 8px;
    padding: 47px 42px 74px;
    margin-right: 35px; }
  .k_contacts-block form .input_s {
    width: 49%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    padding: 20px;
    font-family: "ProximaNovaRegular";
    font-size: 18px;
    color: black;
    background-color: transparent; }
    .k_contacts-block form .input_s::placeholder {
      color: #919191; }
  .k_contacts-block form .input_s_left {
    margin-right: 1%; }
  .k_contacts-block form .input_s_right {
    margin-left: 1%; }
  .k_contacts-block form textarea {
    border-radius: 5px;
    border: 1px solid #dadada;
    height: 137px;
    width: 100%;
    resize: none;
    padding: 16px 20px;
    font-family: "ProximaNovaRegular";
    font-size: 18px;
    color: black;
    margin-bottom: 15px;
    background-color: transparent; }
    .k_contacts-block form textarea::placeholder {
      color: #919191; }
  .k_contacts-block form .k_btn {
    padding: 13px 65px;
    width: 220px;
    background-color: #62aa27;
    border: 1px solid #62aa27;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-family: "ProximaNovaSemibold";
    margin-bottom: 27px; }
  .k_contacts-block_note {
    color: #919191; }
  .k_contacts-block_details .contact_hr {
    margin: 30px 0 30px;
    max-width: 365px;
    color: silver;
    height: 1px;
    background: silver; }
  .k_contacts-block_details-h3 {
    margin-left: 50px;
    font-family: "RubikRegular";
    font-weight: bold;
    margin-bottom: 5px; }
  .k_contacts-block_details-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #626262;
    margin-top: 26px;
    line-height: 30px;
    margin-left: 50px; }
  .k_contacts-block_details-icon {
    background-size: contain;
    display: block;
    margin-right: 13px;
    background-repeat: no-repeat; }
    .k_contacts-block_details-icon-time {
      background-image: url("../img/clock-circular-outline.svg");
      align-self: flex-start;
      width: 21px;
      height: 30px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .k_contacts-block_details-icon-phone {
      background-image: url("../img/smartphone-call.svg");
      width: 21px;
      height: 30px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .k_contacts-block_details-icon-mail {
      background-image: url("../img/send.svg");
      width: 21px;
      height: 30px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .k_contacts-block_details-icon-fb {
      background-image: url("../img/facebook.svg");
      width: 27px;
      height: 30px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }

.k_map-block {
  margin-bottom: 70px; }
  .k_map-block #map {
    height: 400px; }

.k_social-block {
  text-align: center; }
  .k_social-block-h2 {
    font-family: "RubikRegular";
    font-size: 36px; }
  .k_social-block .renatus_line {
    margin: 30px auto; }
  .k_social-block-p {
    margin: 0 auto;
    width: 570px; }
  .k_social-block-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0 38px; }
  .k_social-block-link {
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 55px; }
    .k_social-block-link-fb {
      background-image: url("../img/facebook-logo-button.svg"); }
    .k_social-block-link-odn {
      background-image: url("../img/odnoklassniki-logo.svg"); }
    .k_social-block-link-vk {
      background-image: url("../img/vk-social-logotype.svg"); }
    .k_social-block #toTop a {
    background-image: url("../img/caret-symbol.svg");
    width: 16px;
    height: 16px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat; }

.k_main-block {
  background-image: url(../img/con_1_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.cont_1 {
  margin-top: 68px;
  background-image: url(../img/con_1_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.cont_1 .wrapper_section {
  position: relative;
  min-height: 510px;
  padding-top: 140px; }

.cont_1_man {
  background-image: url(../img/cont_1_man.png);
  width: 425px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 425px;
  position: absolute;
  bottom: 0;
  left: 20px; }

.h2_cont_1 {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  font-family: "GothamProBold";
  margin-bottom: 40px; }

.cont_1_p {
  margin-top: 30px;
  font-size: 30px;
  line-height: 35px;
  color: #fff; }

.cont_wrapper_1 {
  width: 700px;
  max-width: 100%; }

.cont_wrapper_1_main {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.k_contacts-block form .input_s {
  line-height: 50px;
  padding: 0 20px; }

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

.k_contacts-block form .contact_s_2_flex {
  width: 100%; }

@media (max-width: 1300px) {
  .k_main-block_text {
    margin-top: 120px;
    max-width: 50%; }
    .k_main-block_text-h1 {
      font-size: 30px;
      margin-bottom: 20px;
      line-height: 36px; }
      .k_main-block_text-h1 br {
        display: none; }
    .k_main-block_text-p {
      font-size: 24px;
      margin: 20px 0 30px;
      line-height: 30px; }
  .k_motivation-block_common {
    padding: 30px 45px; }
  .k_motivation-block-p {
    margin-top: 50px;
    margin-left: 60px; }
  .k_contacts-block-h2 {
    font-size: 30px; }
  .k_contacts-block-p {
    font-size: 16px;
    line-height: 24px; }
  .k_contacts-block-input {
    padding: 50px 30px 70px;
    margin-right: 30px; }
  .k_contacts-block form textarea {
    font-size: 16px;
    min-width: 444px;
    width: 100%; }
  .k_contacts-block form .k_btn {
    padding: 12px 35px; }
  .k_contacts-block_details-h3 {
    font-size: 16px;
    margin-left: 0; }
  .k_contacts-block_details-text {
    font-size: 16px;
    margin-left: 0;
    line-height: 24px; }
  .k_contacts-block_details hr {
    width: 202px; }
  .k_social-block-h2 {
    font-size: 30px; }
  .k_social-block-p {
    font-size: 16px; }
  .k_social-block #toTop {
    display: none; }
  .k_social-block-menu {
    margin: 45px 0 70px; }
  .k_social-block-link {
    width: 42px;
    height: 42px; } }

@media (max-width: 764px) {
  .k_main-block {
    margin-top: 127px; }
    .k_main-block_text {
      margin-top: 90px;
      max-width: 100%; }
      .k_main-block_text-h1 {
        font-size: 24px;
        margin-bottom: 20px; }
      .k_main-block_text .renatus_line {
        margin: 0; }
      .k_main-block_text-p {
        font-size: 18px;
        margin: 20px 0 80px; }
  .k_motivation-block {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    box-shadow: 0 5px 10px 4px #ededed;
    padding: 30px 0; }
    .k_motivation-block_common {
      background-color: transparent;
      box-shadow: none;
      flex-direction: column-reverse;
      padding: 0; }
    .k_motivation-block img {
      margin: 0 auto; }
    .k_motivation-block-p {
      margin: 0;
      text-align: center;
      font-size: 18px; }
  .k_contacts-block {
    margin-top: 50px; }
    .k_contacts-block .renatus_line {
      margin: 0; }
    .k_contacts-block_common {
      flex-direction: column-reverse;
      align-items: flex-start; }
    .k_contacts-block-input {
      width: 100%;
      margin-right: 0;
      padding: 28px 25px 33px;
      margin-top: 46px;
      margin-right: 0; }
    .k_contacts-block-p {
      margin: 25px 0 20px; }
    .k_contacts-block form .input_s {
      max-width: 100%;
      width: 100%;
      min-width: 245px;
      font-size: 14px;
      margin-left: 0;
      margin-right: 0; }
    .k_contacts-block form textarea {
      font-size: 14px;
      min-width: 245px;
      width: 100%;
      padding: 14px; }
    .k_contacts-block form .k_btn {
      width: 245px; }
    .k_contacts-block-h2 {
      font-size: 24px; }
    .k_contacts-block_details-text {
      font-size: 14px; }
      .k_contacts-block_details-text br {
        display: none; }
    .k_contacts-block-details-icon-time {
      align-self: center; }
    .k_contacts-block-p {
      font-size: 14px; }
  .k_map-block {
    margin-bottom: 53px; }
    .k_map-block .wrapper_section {
      padding: 0; }
  .k_social-block-h2 {
    font-size: 24px; }
  .k_social-block-p {
    font-size: 14px;
    width: 294px; }
  .k_social-block-link {
    margin: 0 25px;
    width: 35px;
    height: 35px; }
  .k_social-block #toTop {
    display: flex;
    margin-right: 0;
    width: 30px;
    height: 30px; } }

@media (max-width: 400px) {
  .k_btn {
    width: 100%; } }

/*страница Spr*/
.k_team {
  margin-top: 68px;
  background-image: url("../img/for_free_team_photo.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 150px; }

.k_team__center {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  flex-direction: column;
  padding-top: 115px; }
  .k_team__center .renatus_line {
    margin: 20px 0 25px; }

.k_team__h1 {
  font-family: "GothamProBold";
  font-size: 60px;
  line-height: 60px; }

.k_team__h2 {
  font-family: "RubikRegular";
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 10px; }

.k_team__p {
  font-size: 30px;
  line-height: 30px;
  width: 570px;
  text-align: center; }

.k_description {
  padding-top: 80px;
  padding-bottom: 20px; }
  .k_description .button_load {
    margin: 0 auto; }

.k_description__cont {
  background-color: #fffefe;
  border: 1px solid #fffefe;
  border-radius: 5px;
  width: 100%;
  padding: 50px 100px 30px;
  margin-bottom: 50px;
  box-shadow: 0 4px 5px 5px rgba(230, 230, 230, 0.5); }
  .k_description__cont .renatus_line {
    margin: 20px 0 25px; }
  .k_description__cont .line-subtitle {
    width: 70px;
    margin: 27px 0 30px; }

.k_description__h2 {
  font-size: 36px;
  font-family: "RubikRegular";
  line-height: 60px;
  color: #2e2f38; }

.k_description__h1 {
  font-size: 36px;
  font-family: "GothamProBold";
  line-height: 60px;
  color: #2e2f38; }

.k_description__block-one img {
  float: right;
  margin-top: -100px;
  margin-left: 30px; }

.k_description__block-two img {
  float: right;
  margin-left: 30px; }

.k_description__h3 {
  font-size: 24px;
  font-family: "RubikRegular";
  line-height: 30px; }

.k_description__p, .team_cont p {
  color: #626262;
  line-height: 30px;
  margin-bottom: 45px; 
}

@media screen and (max-width: 1300px) {
  .k_team {
    padding-bottom: 120px; }
    .k_team .k_team__center {
      padding-top: 150px; }
      .k_team .k_team__center .renatus_line {
        margin: 15px 0 18px; }
  .k_team__h2 {
    font-size: 30px; }
  .k_team__h1 {
    font-size: 48px;
    text-align: center; }
  .k_team__p {
    font-size: 24px;
    width: 610px; }
  .k_description .k_description__cont .renatus_line {
    margin: 30px 0 35px; }
  .k_description .k_description__cont .line-subtitle {
    margin: 27px 0 30px; } }

.spr_go_back {
  display: block;
  width: 270px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #62aa27;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #62aa27;
  font-size: 18px;
  font-family: "ProximaNovaBold";
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 7px; }

.spr_go_back .icon {
  display: block;
  background-image: url(../img/spr_go_back.png);
  width: 27px;
  height: 21px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 15px; }

@media screen and (max-width: 1300px) {
  .spr_go_back {
    display: none; } }

@media screen and (max-width: 992px) {
  .k_description {
    padding-top: 50px;
    padding-bottom: 35px; }
    .k_description .k_description__cont {
      background-color: transparent;
      border: none;
      box-shadow: none;
      padding: 0; }
      .k_description .k_description__cont .renatus_line {
        width: 105px;
        margin: 25px 0 25px; }
      .k_description .k_description__cont .line-subtitle {
        width: 70px;
        margin: 20px 0 25px; }
  .k_description__h2 {
    font-size: 30px; }
  .k_description__h1 {
    font-size: 30px; }
  .k_description__p {
    font-size: 16px;
    line-height: 24px; }
  .k_description__block-one img {
    margin-top: 0;
    width: 270px;
    height: 350px; }
  .k_description__block-two img {
    width: 290px;
    height: 205px; } }

@media screen and (max-width: 764px) {
  .k_team {
    display: none; }
  .k_description {
    margin-top: 68px;
    padding-top: 180px;
    padding-bottom: 50px; }
    .k_description .wrapper_section {
      padding: 0 13px; }
    .k_description .k_description__cont {
      display: flex;
      justify-content: center;
      flex-direction: column;
      margin-bottom: 40px; }
      .k_description .k_description__cont .renatus_line {
        width: 100px;
        margin: 20px 0 30px; }
      .k_description .k_description__cont .line-subtitle {
        width: 70px;
        margin: 20px 0 30px; }
  .k_description__h2 {
    font-size: 24px;
    line-height: 24px; }
  .k_description__h1 {
    font-size: 24px;
    line-height: 24px;
    padding-top: 15px; }
  .k_description__p {
    font-size: 14px;
    margin-bottom: 0; }
  .k_description__block-one {
    margin-bottom: 30px; }
    .k_description__block-one img {
      float: none;
      margin-left: 0;
      margin-bottom: 20px;
      width: 220px;
      height: 260px;
      display: block;
      margin: 0 auto;
      margin-bottom: 20px; }
  .k_description__block-two img {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
    width: 294px; }
  .k_description__block-two img {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
    width: 294px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; } }

body.close_reclama {
  margin-top: -70px; }

body.close_reclama_opros {
  margin-top: -70px; }

header {
  min-width: 320px; }

.ve_1 {
  padding-top: 150px;
  background-position: 50% 0px; }

/*правки*/
.div_main_h2_all_page .main_2_h2 {
  text-transform: none; }

.main_3_flex {
  margin-top: 33px; }

.div_main_h2_all_page .main_2_h2 {
  margin-bottom: 0px; }

.renatus_line {
  margin-top: 25px;
  margin-bottom: 30px;
  height: 3px; }

.renatus_card_p, .main_6_text, .main_7_text_block {
  color: #626262; }

.main_6_top_left .renatus_line {
  margin-top: 15px;
  margin-bottom: 15px; }

.div_main_h2_all_page .renatus_line {
  margin-top: 25px;
  margin-bottom: 30px; }

.main_7_status, .main_h9, .main_12_h2, .ev_4_h2 {
  text-transform: uppercase; }

.button_top {
  right: -10px; }

.foter_content a:hover, .footer_bot_flex a:hover {
  color: #62aa27; }

.foter_content a, .footer_bot_flex a {
  transition: 0.25s; }

.main_10_link_all span {
  transition: 0.25s; }

.main_10_link_all:hover span {
  color: #ab4106; }

.hamburger_menu_a_level_1 {
  text-transform: uppercase; }

.hamburger_menu .hamburger_menu_content li .hamburger_menu_a_level_1 {
  line-height: 60px; }

.hamburger_menu_content {
  padding-bottom: 80px; }

.ev_2_h2 {
  font-weight: normal;
  font-family: "GothamPro"; }

.ev_1_inpute::placeholder {
  color: #fff; }

.ev_1_inpute {
  width: 220px; }

.event_2 .ev_color_form.ev_2 {
  background: #012c3f; }

.ve_16 .button_border_green {
  font-weight: bold; }

.ev_9_border {
  background: #4077d4; }

.wrapper_for_iframe_main_6 img {
  width: 100%;
  height: 100%; }

.remodal_main {
  width: 800px;
  max-width: 100%;
  height: 500px;
  padding: 0; }

.remodal_main iframe {
  width: 100%;
  height: 100%; }

.main_8_active_border {
  background: #62aa27; }

.event_1 .ev_9_border {
  background: #62aa27; }

.event_1 .div_main_h2_all_page .main_2_h2 {
  text-transform: uppercase; }

.event_3 .ev_9_border {
  background: #62aa27; }

.ve_10 .ev_9_border {
  width: 32%;
  left: 34%; }

.event_3 .ev_1_data, .event_3 .ev_1_town, .event_3 .ev_header {
  font-weight: bold; }

.event_3 .ev_1_add_data {
  border: 2px solid #78b620;
  font-weight: bold; }

.event_3 .ev_timer_number {
  font-weight: bold; }

.event_3 .ev_1_add_data {
  font-weight: bold;
  font-family: "RubikRegular"; }

.event_3 .ev_2_h2 {
  font-weight: bold; }

.event_3 .ev_1_town {
  font-family: "RubikRegular"; }

.event_3 .main_2_h2 {
  text-transform: uppercase; }

.event_3 .ve_8_modul_2 p {
  text-transform: uppercase; }

.event_3 .ve_8_left ul li.active p {
  background-image: url(../img/arrow_for_button_last.png); }

.event_3 .div_main_h2_all_page .main_2_h2 {
  text-transform: uppercase; }

.contact .k_social-block .renatus_line {
  background: #f78431; }

.contact .k_social-block-p {
  color: #626262; }

.contact .k_social-block .renatus_line {
  margin-top: 25px;
  margin-bottom: 30px; }

.for_free .main_12 {
  background: #fff; }

.story .story_2_wrapper_left {
  width: 40%; }

.worm_main .work_main_2_wrapper, .worm_main .work_2_content img {
  order: 2;
  margin-bottom: 0; }

.worm_main .work_main_2_wrapper, .worm_main .work_2_content p {
  order: 1;
  margin-bottom: 25px;
  margin-top: 0; }

.event_2 .button_load .icon {
  background-image: url(../img/button_load_blue.png); }

.event_2 .ve_6_right iframe {
  width: 100%; }

.event_2 .ve_6_right {
  width: 100%; }

.event_2 .ev_11 .div_main_h2_all_page .main_2_h2 {
  text-transform: uppercase; }

.event_2 .ev_11_main_h2 {
  min-height: 30px; }

.event_2 .div_main_h2_all_page .main_2_h2 {
  text-transform: uppercase; }

.event_2 .ev_3_left ul li .number_ev_1 {
  border: 1px solid #011e2e;
  color: #011e2e;
  }

.main_3 .button_load {
  display: none; }

.calendar .calendar .main_button {
  display: none; }

.ev_2 {
  background: #3a3b45;
  padding: 50px 0 50px 0; }


.calendar-wrp{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.calendar-item__wrp{
  width: 31%;
}
.ui-datepicker{
  width: 100%;
  padding: 0;
  font-family: "ProximaNovaRegular";

}
.ui-datepicker .ui-datepicker-header{
  background-color: #3A3B45;
  border: 1px solid #3A3B45;
  border-radius: 7px 7px 0 0;
  font-size: 24px;
}
.ui-widget-header{
  color: #fff;
}
.ui-widget.ui-widget-content{
  border: none;
}
.ui-datepicker table{
  border: 1px solid #CDCDCD;
  border-top: none;
  border-radius: 0 0 7px 7px;
  border-collapse: collapse;
}
.ui-datepicker table thead{
  border-bottom: 1px solid #CDCDCD;
  color: #78B21E;
  position: relative;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  border: none;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: 25px;
  /*background: none;*/
}
.eventDay{
  background-color: #78B21E !important;
  color: #fff !important;
}
.eventDayEnded{
  background-color: #fd5704 !important;
  color: #fff !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  background: none;
}
.ui-datepicker-next, .ui-datepicker-prev{
  display: none;
}
table.ui-datepicker-calendar {
  min-height: 272px;
}
.g-r-form{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
p.error {
  display: block;
  padding: 5px 15px;
    font-size: 16px;
  color: red;
  border: 1px solid red;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
p.success {
  display: block;
  width: 100%;
  padding: 5px 15px;
    font-size: 16px;
  color: green;
  border: 1px solid green;
  margin-top: 20px;
  text-align: center;
}
body.event_2 section .renatus_line {
  background: #3d91e8;
}
.event_1 .ve_4_Wrapper ul li .icon, .event_3 .ve_4_Wrapper ul li .icon {
  background-image: url(../img/ev_4_icon.png);
}
.event_3 .ev_5_wrapper_for_img {
  width: 70px;
  height: 70px;
}
.event_3 .ev_5_flex {
  margin-top: 50px;
}
.event_1 .ve_8_right ul li .icon, .event_3 .ve_8_right ul li .icon {
      background: #78b620;
}
.wpb_text_column p {
    color: #25262e;
    font-size: 18px;
    margin: 0 auto;
    line-height: 30px;
    margin-bottom: 35px;
    text-align: center;
    max-width: 80%;
}
body.story .ev_7_text{
  color: #25262e;
}
body.home section:first-child .wpb_text_column p {
  font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-family: "ProximaNovaRegular";
    margin: 0;
    text-align: left;
}
.w200 {
  max-width: 200px;
}
body.home .ev_5_wrapper_for_img {
  width: 80px;
}
.main_7_h2 {
  max-width: 210px;
}
.k_contacts-block form .input_s {
  width: 100%;
}
.contact_s_2_flex span:nth-child(1) {
  margin-right: 20px;
}
.contact_s_2_flex span[role="alert"] {
  margin-bottom: 20px;
}
.wpcf7-response-output {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 20px !important;
      color: #919191;
}
.k_contacts-block-input p {
  width: 100%;
}

@media (max-width: 1300px) {
  .wrapper_for_iframe_main_6.main_6_hight {
    width: 50%;
  }
}
@media (max-width: 764px) {
  .wrapper_for_iframe_main_6.main_6_hight {
    width: 100%;
  }
}
.main_4_text_bottom_10 {
    bottom: auto;
    top: 88px;
}
@media (max-width: 1300px) and (min-width: 900px) {
  .wrapper_for_iframe_main_6 {
    height: 490px !important;
  }
}
.h-object-fit {
  object-fit: cover;
}
.main_6_hight {
  pointer-events: all;
}
@media (max-width: 500px) {
  .the_smoke {
    display: none;
  }
}
@media (max-width: 820px) {
  .calendar-wrp {
    display: block;
    margin-top: 30px;
  }
  .calendar-item__wrp {
    width: 100%;
  }
  .calendar-item__wrp:not(:last-child) {
    margin-bottom: 30px;
  }
}
.switch-btn {
            display: inline-block;
            width: 62px; /* ширина переключателя */
            height: 24px; /* высота переключателя */
            border-radius: 12px; /* радиус скругления */

            z-index: 0;
            margin: 0;
            padding: 0;
            border: none;
            cursor: pointer;
            position: relative;
            transition-duration: 300ms; /* анимация */
			background: #fff;
            box-shadow: inset 0 0 10px 0 #999999; /* тень */

        }
        .switch-btn::after {
            content: "";
            height: 36px; /* высота кнопки */
            width: 36px; /* ширина кнопки */
            border-radius: 18px; /* радиус кнопки */
            top: -6px; /* положение кнопки по вертикали относительно основы */
            left: -6px; /* положение кнопки по горизонтали относительно основы */
            transition-duration: 300ms; /* анимация */
            box-shadow: 0 0 10px 0 #999999; /* тень */
            position: absolute;
            z-index: 1;
			background: #118c4e;
        }
        .switch-on {
            background: #fff;
            box-shadow: inset 0 0 10px 0 #999999; /* тень */
        }
        .switch-on::after {
            left: 30px;
            background: #118c4e;
        }
.switch-none {
	display: none;
}

.switch-rub-eur p {
	padding-bottom:15px;
	font-weight:bold;
}
.switch-rub-eur span {
	padding: 0 20px;
}

.switch-bold {
	font-weight:bold;
}

.sposob_oplati {
	font-weight: normal !important;
	padding-top: 10px;
}
.sposob_oplati span {
	padding: 0;
}

