@charset "UTF-8";
@font-face {
  font-family: "Intro";
  src: url("../fonts/intro/Intro-Regular.eot");
  src: url("../fonts/intro/Intro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/intro/Intro-Regular.woff") format("woff"), url("../fonts/intro/Intro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Intro";
  src: url("../fonts/intro/Intro-Light.eot");
  src: url("../fonts/intro/Intro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/intro/Intro-Light.woff") format("woff"), url("../fonts/intro/Intro-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "Intro";
  src: url("../fonts/intro/Intro-Bold.eot");
  src: url("../fonts/intro/Intro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/intro/Intro-Bold.woff") format("woff"), url("../fonts/intro/Intro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "Intro";
  src: url("../fonts/intro/Intro-Black.eot");
  src: url("../fonts/intro/Intro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/intro/Intro-Black.woff") format("woff"), url("../fonts/intro/Intro-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 800; }

@font-face {
  font-family: "Intro Book";
  src: url("../fonts/intro/Intro-Book.eot");
  src: url("../fonts/intro/Intro-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/intro/Intro-Book.woff") format("woff"), url("../fonts/intro/Intro-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Raleway";
  src: url("../fonts/relevay/Raleway-Medium.eot");
  src: url("../fonts/relevay/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/relevay/Raleway-Medium.woff") format("woff"), url("../fonts/relevay/Raleway-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Raleway";
  src: url("../fonts/relevay/Raleway-SemiBold.eot");
  src: url("../fonts/relevay/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/relevay/Raleway-SemiBold.woff") format("woff"), url("../fonts/relevay/Raleway-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "Raleway";
  src: url("../fonts/relevay/Raleway-Light.eot");
  src: url("../fonts/relevay/Raleway-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/relevay/Raleway-Light.woff") format("woff"), url("../fonts/relevay/Raleway-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }

/*Стили сброса для айфонов*/
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-appearance: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*end*/
/*Стили сбросса*/
button {
  border: none;
  display: block;
  cursor: pointer;
  transition: 0.25s; }

* {
  box-sizing: border-box;
  outline: none; }

input::placeholder {
  padding: 0; }

input {
  outline: none;
  border: none; }

a {
  text-decoration: none;
  transition: 0.25s; }

textarea {
  resize: none;
  outline: none; }

a:hover {
  text-decoration: none; }

/*конец стилей сбросса*/
input.error {
  border: 1px solid red !important; }

label.error {
  display: none !important; }

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Raleway", sans-serif;
  font-weight: 400; }

.main_wrapper {
  width: 100%;
  overflow: hidden; }

.section {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }

.wrapper {
  width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative; }

section {
  overflow: hidden; }

.main_h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 33px;
  line-height: 135%;
  margin-bottom: 25px;
  color: #FFFFFF; }
  .main_h2 span {
    text-decoration: underline; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  transition: 0.25s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  header.active {
    background: #000; }

.header_top {
  background: #000000;
  padding-top: 6px;
  padding-bottom: 6px; }

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

.header_rop_left {
  display: flex;
  align-items: center; }
  .header_rop_left a {
    opacity: 0.8; }
    .header_rop_left a:hover {
      opacity: 1; }

.header_local {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-right: 20px; }
  .header_local .icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    min-width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.header_soc_icon {
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.header_language .active_language ul {
  display: flex;
  align-items: center;
  justify-content: center; }
  .header_language .active_language ul li:first-child a {
    margin-left: 0; }
  .header_language .active_language ul li:last-child a {
    margin-right: 0; }
  .header_language .active_language ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    color: #FFFFFF;
    opacity: 0.8; }
    .header_language .active_language ul li a:hover {
      opacity: 1; }
  .header_language .active_language ul li.current-lang a {
    text-decoration: underline;
    opacity: 1; }

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

.header_logo {
  display: flex; }
  .header_logo a {
    display: block; }
  .header_logo img {
    max-width: 100%; }

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

.header_body {
  transition: 0.25s;
  padding-top: 8px;
  padding-bottom: 8px; }

.header_menu ul {
  display: flex;
  align-items: center; }
  .header_menu ul a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: "Intro";
    margin-left: 15px;
    margin-right: 15px;
    color: #FFFFFF; }
    .header_menu ul a:hover {
      color: #07B8E5; }

.header_number {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end; }
  .header_number a {
    display: flex;
    align-items: center;
    font-family: "Intro";
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #FFFFFF; }
    .header_number a:hover {
      color: #07B8E5; }
    .header_number a:last-child {
      font-weight: 300;
      font-size: 14px;
      line-height: 15px;
      margin-top: 5px; }
    .header_number a .icon {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 22px;
      height: 22px;
      margin-right: 5px;
      min-width: 22px; }

.hamburger {
  display: none; }

.header_right .header_language {
  display: none; }

.mobile_nav {
  display: none; }

@media screen and (max-width: 1300px) {
  header {
    background: #000; }
  .header_right .header_menu {
    display: none; }
  .header_right .header_number {
    display: none; }
  .header_top {
    display: none; }
  .hamburger {
    display: block;
    padding: 0;
    position: relative;
    top: 1px; }
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #fff; }
  .header_right .header_language {
    display: block;
    margin-left: 0px;
    margin-right: 20px; }
  .mobile_nav {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px; }
    .mobile_nav.active {
      display: block; }
    .mobile_nav .header_menu ul {
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .mobile_nav .header_menu ul a {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        display: block; }
    .mobile_nav .header_number {
      justify-content: center;
      align-items: center;
      margin-top: 20px;
      margin-bottom: 20px; }
    .mobile_nav .header_rop_left {
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .mobile_nav .header_rop_left_wrap_soc {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 15px; }
    .mobile_nav .header_top_wrapper {
      justify-content: center; } }

.m_1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  padding-top: 180px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden; }
  .m_1:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75); }
  .m_1 .wrapper {
    position: relative;
    z-index: 20; }

.m_1_wrapper {
  width: 50%; }
  .m_1_wrapper h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 120%;
    color: #FFFFFF; }
  .m_1_wrapper .m_1_after_h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #FFFFFF; }

.main_but {
  display: flex; }
  .main_but a {
    display: block;
    background: #07B8E5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    width: 300px;
    line-height: 40px;
    max-width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    font-family: "Intro";
    color: #FFFFFF; }
    .main_but a:hover {
      background: #2196b4; }

.m_1_img {
  position: absolute;
  right: -100px;
  bottom: -50px;
  width: 689px;
  height: 459px;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 20; }

@media screen and (max-width: 1300px) {
  .m_1_wrapper {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .m_1 {
    padding-top: 150px;
    height: auto;
    min-height: 1px;
    padding-bottom: 130px; }
    .m_1:after {
      z-index: 3; }
  .m_1_paralaks_js {
    z-index: 2;
    background-position: bottom right; } }

@media screen and (max-width: 600px) {
  .m_1_wrapper h1 {
    font-size: 30px; }
  .m_1_wrapper .m_1_after_h1 {
    font-size: 16px;
    margin-top: 20px; } }

.m_2 {
  background: #008FAE;
  position: relative; }

.m_2_wrapper {
  width: 45%; }

.m_2_right {
  width: 50%;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.m_2_text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 135%;
  color: #FFFFFF; }

@media screen and (max-width: 1300px) {
  .m_2_wrapper {
    width: 50%; } }

@media screen and (max-width: 992px) {
  .m_2_wrapper {
    width: 100%;
    position: relative;
    z-index: 30;
    text-align: center; }
  .m_2_right {
    position: static;
    height: 400px;
    width: 90%;
    margin-left: auto;
    margin-top: 60px; }
  .m_2 {
    padding-bottom: 20px; } }

@media screen and (max-width: 600px) {
  .m_2_right {
    height: 300px; }
  .main_h2 {
    font-size: 28px; }
  .m_2_text {
    text-align: left;
    font-size: 16px; } }

.m_3 {
  position: relative;
  margin-top: -1px; }
  .m_3 .main_h2 {
    color: #000; }

.m_3_text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000; }
  .m_3_text h3 {
    font-weight: 600;
    font-size: 22px; }
  .m_3_text ul li {
    margin-bottom: 20px; }

.m_3_wrapper {
  width: 50%;
  margin-left: auto;
  position: relative;
  z-index: 30; }
  .m_3_wrapper .main_h2 {
    position: relative;
    z-index: 20; }
  .m_3_wrapper .m_3_text {
    position: relative;
    z-index: 20; }

.m_3_left_1 {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.m_3_sq_1 {
  position: absolute;
  top: -60px;
  left: 20px;
  width: 490.08px;
  height: 321.93px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.m_3_sq_2 {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 490.08px;
  height: 321.93px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover; }

.m_4 {
  padding-bottom: 180px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

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

.m_4_left {
  width: 45%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }

.m_4_right {
  width: 50%; }
  .m_4_right .main_h2 {
    color: #000; }

.m_4_text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 135%;
  margin-bottom: 30px;
  color: #000000; }

.m_play_video {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 135%;
  color: #08C5F5; }
  .m_play_video:hover {
    color: #2196b4; }
    .m_play_video:hover .icon {
      background: #2196b4;
      background-image: url("../img/m_video_play.svg");
      background-position: 60% 50%;
      background-repeat: no-repeat; }
  .m_play_video .icon {
    width: 114.45px;
    height: 114.45px;
    transition: 0.25s;
    margin-right: 25px;
    background: #08C5F5;
    background-image: url("../img/m_video_play.svg");
    background-position: 60% 50%;
    background-repeat: no-repeat;
    border-radius: 100%; }

.m_play_video_white {
  color: #fff !important; }
  .m_play_video_white:hover {
    opacity: 0.8; }

.m_5_slide {
  padding-left: 10px;
  padding-right: 10px; }

.m_5_slide_wrap {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 230px; }

.m_5 {
  padding-top: 0px;
  padding-bottom: 80px;
  margin-top: -115px;
  position: relative;
  z-index: 20; }

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

.slick-prev {
  z-index: 99;
  left: 0%;
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat; }
  .slick-prev:hover {
    background-image: url("../img/prev.svg");
    background-position: center;
    background-repeat: no-repeat; }

.slick-next {
  right: 0%;
  background-image: url("../img/next.svg");
  background-position: center;
  background-repeat: no-repeat; }
  .slick-next:hover {
    background-image: url("../img/next.svg");
    background-position: center;
    background-repeat: no-repeat; }

.m_4_2 .m_4_left {
  order: 2;
  justify-content: flex-end; }

@media screen and (max-width: 1300px) {
  .m_5_slide_wrap {
    height: 200px; }
  .m_5 {
    margin-top: -100px; }
  .m_4_2:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1; }
  .m_4_2 .wrapper {
    position: relative;
    z-index: 3; }
  .m_play_video_white {
    color: #08C5F5 !important; }
    .m_play_video_white:hover {
      color: #2196b4 !important; } }

@media screen and (max-width: 992px) {
  .m_5_slide_wrap {
    height: 230px; }
  .m_4_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .m_4_left {
    width: 100%;
    order: 2;
    justify-content: center;
    margin-top: 50px; }
  .m_4_right {
    width: 100%; }
  .main_h2 {
    text-align: center; }
  .main_but {
    justify-content: center; }
  .m_play_video .icon {
    width: 80px;
    height: 80px;
    min-width: 80px; }
  .m_play_video {
    font-size: 18px; }
  .m_5 {
    margin-top: -115px; }
  .m_4_2 .m_4_left {
    justify-content: center; } }

.m_6 {
  padding-bottom: 180px;
  background: #FAFAFA; }
  .m_6 .main_h2 {
    text-align: center;
    color: #000;
    margin-bottom: 30px; }
  .m_6 .afteR_main_h2 {
    width: 970px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
    color: #000000;
    margin-bottom: 50px; }
  .m_6 .m_6_flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
  .m_6 .m_6_flex_el {
    width: 48%; }
    .m_6 .m_6_flex_el ul li {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 135%;
      color: #000000; }
      .m_6 .m_6_flex_el ul li:hover .m_6_numb {
        background: #08A1D1;
        color: #fff; }
      .m_6 .m_6_flex_el ul li .m_6_numb {
        width: 32px;
        min-width: 32px;
        line-height: 32px;
        border-radius: 100%;
        height: 32px;
        margin-right: 20px;
        font-style: normal;
        font-weight: normal;
        font-size: 15.6078px;
        color: #08A1D1;
        text-align: center;
        border: 1px solid #08A1D1; }

.m_7 {
  background: #FAFAFA; }
  .m_7 .m_7_wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
  .m_7 .m_7_el {
    width: 30%; }
    .m_7 .m_7_el .main_h2 {
      color: #000; }
  .m_7 .m_7_text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 135%;
    color: #000000; }
  .m_7 .m_7_block {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .m_7 .m_7_block:hover .m_7_block_img {
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
  .m_7 .m_7_block_img {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    width: 60px;
    transition: 0.25s;
    height: 60px;
    min-width: 60px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .m_7 .m_7_block_img img {
      max-width: 95%;
      max-height: 95%; }
  .m_7 .m_7_block_text_header {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    margin-bottom: 5px;
    color: #000000; }
  .m_7 .m_7_block_text_text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000000; }

.m_8 .main_h2 {
  color: #000;
  text-align: center; }

.m_8 .m_5_slide_wrap {
  height: 280px; }

.m_8 .m_5_slick {
  padding-bottom: 60px; }

.m_8 .slick-prev, .m_8 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 58px;
  height: 36px;
  display: block;
  padding: 0px;
  transform: none;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #C4C4C4;
  border-radius: 0px; }

.m_8 .slick-prev {
  z-index: 99;
  left: auto;
  right: 88px;
  background-image: url("../img/slick_2_prev.svg");
  background-position: center;
  background-repeat: no-repeat; }
  .m_8 .slick-prev:hover {
    background: #07B8E5;
    background-image: url("../img/slick_2_prev.svg");
    background-position: center;
    background-repeat: no-repeat; }

.m_8 .slick-next {
  right: 10px;
  background-image: url("../img/slick_2_next.svg");
  background-position: center;
  background-repeat: no-repeat; }
  .m_8 .slick-next:hover {
    background: #07B8E5;
    background-image: url("../img/slick_2_next.svg");
    background-position: center;
    background-repeat: no-repeat; }

@media screen and (max-width: 992px) {
  .m_8 .slick-prev {
    right: auto;
    left: 49%;
    transform: translateX(-100%); }
  .m_8 .slick-next {
    right: auto;
    left: 51%; } }

.m_9_slidi_wrap {
  width: 100%;
  border: 1px solid #E4E4E4; }

.m_9_slide_image {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px; }

.m_9_name {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  margin-bottom: 15px; }

.m_9_text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  color: #333333; }

.m_9 .m_9_slidi_wrap {
  min-height: 470px; }

.m_9_slide {
  padding-bottom: 60px; }

.m_10 {
  position: relative; }
  .m_10 .wrapper {
    position: relative;
    z-index: 20; }

.m_10_img_wrape {
  position: relative;
  z-index: 20; }

.m_10_bock_bg {
  display: block;
  width: 70%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  height: 330px; }

.m_10_wrapper {
  position: relative;
  z-index: 10; }

.m_10_img {
  width: 65%;
  height: 550px;
  margin-left: auto;
  position: relative !important;
  z-index: 20 !important; }

.m_10_form {
  background: #FAFAFA;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  width: 418px;
  position: absolute;
  top: 30px;
  left: 100px;
  z-index: 30;
  padding-top: 30px;
  padding-bottom: 50px; }

.m_11 {
  background: #008FAE;
  height: 330px;
  width: 80%;
  margin-top: -270px;
  position: relative;
  z-index: -9999999; }

.form_h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 33px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 8px;
  color: #000000; }

.form_text_after_h2 {
  font-style: normal;
  font-weight: normal;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #000000; }

form {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

input {
  background: #FFFFFF;
  width: 300px;
  max-width: 100%;
  border: 1px solid #DDE2E5;
  box-sizing: border-box;
  border-radius: 30px;
  font-style: normal;
  font-weight: normal;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 16px;
  border-radius: 30px !important;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
  color: #000; }
  input::placeholder {
    color: #ACB5BD; }

button {
  background: #07B8E5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  line-height: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF; }
  button:hover {
    background: #2196b4; }

.m_12 {
  padding-top: 0px;
  padding-bottom: 0px; }

#map {
  height: 460px; }

.m_12_wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17%;
  background: #008FAE;
  z-index: 20;
  width: 403px;
  padding: 15px 25px; }
  .m_12_wrapper .main_h2 {
    text-align: center;
    margin-bottom: 10px; }

.m_12_after_h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #FFFFFF; }

.m_12_call {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  font-family: "Intro";
  margin-bottom: 30px;
  color: #FFFFFF; }
  .m_12_call .icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    min-width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.m_12_email {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  font-family: "Intro";
  margin-bottom: 30px;
  color: #FFFFFF; }
  .m_12_email .icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    min-width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.m_12_local {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "Intro";
  color: #FFFFFF; }
  .m_12_local .icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    min-width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

footer {
  background: #000000;
  padding: 17px 10px;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF; }

.m_8 {
  padding-bottom: 0px; }

.m_2_img_wrape {
  width: 400px;
  height: 400px; }

.m_2 .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .m_2 .wrapper .m_2_wrapper {
    width: 43%; }

.m_2_img_wrape {
  width: 600px; }

.m_2 {
  background: transparent; }
  .m_2 .wrapper {
    position: relative;
    z-index: 20; }

.m_2_paralax {
  width: 55%;
  height: 400px;
  position: relative;
  z-index: 30 !important; }

.m_2_bg {
  width: 60%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -999999999 !important;
  background: #008FAE; }

.m_3_wrapper {
  display: flex;
  justify-content: flex-end;
  width: 43%; }

.m_3 {
  position: relative; }
  .m_3 .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.m_3_bg {
  width: 60%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #FAFAFA;
  z-index: -999999999999; }

.m_3_paralax {
  width: 55%;
  height: 400px;
  left: 0; }

.m_2_2 .m_3_text {
  color: #fff; }

.m_2_2 .m_2_paralax {
  height: 750px; }

.remodal-close {
  left: auto;
  background: #fff;
  right: 0;
  top: 0;
  transform: translate(50%, -50%); }

.remodal {
  width: 400px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 95%;
  background: #F1F6FF; }

.form_text_after_form {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  margin-top: 15px;
  text-align: center;
  color: #000000; }

.remodal_video {
  width: 800px;
  max-width: 95%;
  background: transparent; }
  .remodal_video .remodal_video_wrapper {
    width: 100%; }
    .remodal_video .remodal_video_wrapper iframe {
      width: 100%;
      height: 550px; }

.anhor {
  position: absolute;
  top: -90px; }

/* 
Модальное окно с формой




.remodal_2 {
    width: 409px;
    padding: 19px;
    max-width: 100%;
    background: #fff;
}
.remodal_wrapper_2 {
    background: rgba(196, 196, 196, 0.1);
    padding: 40px 20px;
}
.remodal-close {
    width: 25px;
    line-height: 25px;
    left: auto;
    right: 0;
}
.remodal_wrapper_2 h2 {

    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
    font-family: "Century Gothic";
    text-align: center;
    color: #E14B4C;
    margin-bottom: 20px;
}
.remodal_wrapper_2 p {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 20px;
}
.remodal_wrapper_2 input {
    background: #FFFFFF;
    display: block;
    width: 260px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    background: rgba(253, 253, 253, 0.5);
border: 1px solid #000000;
box-sizing: border-box;
    color: #959595;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.remodal_wrapper_2 button {
    background: #C8102E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    line-height: 40px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 44px;
    color: #E14B4C;
    border: 2px solid #E14B4C;
    background: #fff;
}
.remodal_wrapper_2 button:hover {
    background: #E14B4C;
    color: #fff;
}
.remodal_2 .remodal-close:before {
    width: 25px;
    line-height: 25px;
}
.remodal_2 .remodal-close {
    width: 25px;
    line-height: 25px;
} 


*/
/* 
Модальное окно - спасибо

.remodal_thanks {
    width: 430px;
    max-width: 100%;
}
.remodal_thanks h2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 25px;
}
.remodal_thanks p {
    text-align: left;
}
.remodal_thanks .remodal_wrapper_2 {
    padding: 20px 10px 120px 10px;
}
@media screen and (max-width: 600px){
    .remodal_thanks .remodal_wrapper_2 h2 {
        font-size: 20px;
        text-align: center;
    }
    .remodal_wrapper_2 p {
        font-size: 16px;
        text-align: center;
    }
}
.thanks_headert {
    background-image: url('../img/remodal_thanks.png');
    width: 207px;
    height: 167px;
    position: absolute;
    right: 0;
    bottom: 0;
} */
/* 
    Пагинация вордпресс, через плагин WP-PageNavi




.b_1_paginator {
    margin-top: 20px;
    margin-bottom: 60px;
}
.wp-pagenavi .current {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
    background: #A7046F;
    border: 1px solid #A7046F;
    border-radius: 10px;
    display: block;
    color: #fff;
}
.wp-pagenavi a {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
}
.wp-pagenavi a:hover {
    border: 1px solid #A7046F;
}
.wp-pagenavi .nextpostslink {
    background-image: url(../img/k_1_pagination_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: transparent;
    border: 1px solid transparent;
}
.wp-pagenavi .nextpostslink:hover {
    background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_right.svg) !important;
    background-position: center !important; 
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink:hover {
        background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_left.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink {
    background-image: url(../img/k_1_pagination_left.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    color: transparent;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
}
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages {
    display: none;
}
 */
