@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: "Bebas Neue";
  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: "Bebas Neue";
  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: "Oswald";
  src: url("../fonts/oswald/Oswald-Regular.eot");
  src: url("../fonts/oswald/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald/Oswald-Regular.woff") format("woff"), url("../fonts/oswald/Oswald-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

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

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

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




/*Стили сброса для айфонов*/
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: "Intro", sans-serif;
  font-weight: 400; }

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

.section {
  overflow: hidden;
  position: relative; }

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

section {
  overflow: hidden; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0px 0px 0px;
  z-index: 100; }

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

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

.header_call_back a {
  display: block;
  border: 1px solid #FFFFFF;
  width: 190px;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  font-family: "Oswald";
  color: #FFFFFF;
  margin-right: 0px; }
  .header_call_back a:hover {
    background: #fff;
    color: #EF3E42; }

.main_menu ul {
  display: flex;
  align-items: center; }
  .main_menu ul a {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    margin-left: 25px;
    margin-right: 25px;
    color: #FFFFFF; }
    .main_menu ul a:hover {
      text-decoration: underline; }

.haeder_logo {
  width: 290px;
  position: relative;
  z-index: 120;
  max-width: 100%; }
  .haeder_logo img {
    max-width: 100%; }

.hamburger {
  display: none;
  position: relative;
  z-index: 120; }

.mobile_nav {
  display: none; }

.header_language {
  margin-left: 15px;
  margin-right: 5px;
  position: relative;
  padding: 7px 15px 15px 15px;
  margin-top: 8px;
  position: relative;
  z-index: 120; }

.active_language .lang-item {
  display: none; }

.active_language .current-lang {
  display: block; }
  .active_language .current-lang a {
    font-family: "Oswald";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    text-decoration: underline;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }

.all_language {
  display: none;
  position: absolute;
  bottom: 15px;
  padding-top: 15px;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  border-radius: 10px;
  padding: 7px 7px; }
  .all_language .lang-item a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: "Oswald";
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center; }
  .all_language .lang-item a:hover {
    color: #f0dcdc; }
  .all_language .current-lang {
    display: none; }

.all_language:before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: -3px;
  left: 0;
  background: #EF3E42;
  z-index: 20;
  opacity: 0;
  transition: 0.25s; }

.header_language:hover {
  background: #B82B42;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }
  .header_language:hover a {
    color: #fff; }
  .header_language:hover .all_language {
    display: block;
    background: #B82B42;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
  .header_language:hover .all_language:before {
    opacity: 1; }

.m_1 {
  background-image: url("../img/m_1_b.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible; }

.m_1_wrapper {
  min-height: 500px;
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .m_1_wrapper h1 {
    font-family: "Bebas Neue";
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 35px;
    text-align: center;
    color: #FFFFFF; }
  .m_1_wrapper h2 {
    font-family: "Bebas Neue";
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF; }
  .m_1_wrapper h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 150px;
    line-height: 150px;
    color: rgba(255, 255, 255, 0.2); }
  .m_1_wrapper .m_1_scroll_to_next {
    position: absolute;
    background: #FFFFFF;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    left: 50%;
    bottom: -35px;
    transform: translate(-50%);
    z-index: 20; }
    .m_1_wrapper .m_1_scroll_to_next a {
      display: block;
      width: 70px;
      height: 70px;
      background-image: url("../img/mouse_svg.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto;
      transition: 0.25s; }
      .m_1_wrapper .m_1_scroll_to_next a:hover {
        transform: rotate(45deg); }

.page_container .wrapper {
  padding-left: 80px;
  padding-right: 80px; }

.m_2 {
  margin-top: 45px;
  padding-top: 45px;
  background-image: url("../img/m_2_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.main_h h2 {
  font-family: "Bebas Neue";
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #222222; }

.m_2_text {
  font-family: "Century Gothic";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 35px;
  color: #000000; }

.m_2_flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 35px; }

.m_2_el {
  width: 46%;
  font-family: "Century Gothic";
  font-size: 18px;
  line-height: 22px;
  color: #000000; }

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

.m_2_el_text_with_icon {
  width: 46%;
  display: flex;
  align-items: center;
  margin-bottom: 25px; }
  .m_2_el_text_with_icon .icon {
    width: 45px;
    height: 45px;
    margin-right: 35px;
    min-width: 45px; }
    .m_2_el_text_with_icon .icon img {
      max-width: 100%;
      max-height: 100%; }
  .m_2_el_text_with_icon .m_2_text_after_icon {
    font-family: "Century Gothic";
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #000000; }

.m_3 {
  padding-top: 10px; }

.m_3_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }
  .m_3_text .line {
    width: 20%;
    background: #B82B42; }
  .m_3_text .text {
    width: 80%;
    font-family: "Century Gothic";
    font-size: 18px;
    color: #000000;
    padding-left: 25px;
    padding-right: 10px; }

.m_3_text_1 .line {
  height: 1px; }

.m_3_text_2 .line {
  height: 2px; }

.m_3_text_3 .line {
  height: 3px; }

.m_3_text_4 .line {
  height: 4px; }

.m_3_text_5 .line {
  height: 5px; }

.___news_block_post_keys .___news_block_image {
  height: 290px !important;
  margin-bottom: 0 !important; }

/* Блок новости */
.___news_block {
  display: flex;
  align-items: stretch;
  margin-left: -1%;
  margin-right: -1%;
  flex-wrap: wrap; }
  .___news_block .___news_block_post {
    width: 31%;
    max-width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px; }
  .___news_block .___news_block_image {
    width: 100%;
    height: 170px;
    margin-bottom: 23px; }
    .___news_block .___news_block_image a {
      display: block;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .___news_block .__news_block_data {
    font-family: "Century Gothic";
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    color: #000000; }
  .___news_block .__news_block_post_name a {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-family: "Century Gothic";
    color: #EF3E42; }
    .___news_block .__news_block_post_name a:hover {
      text-decoration: underline; }
  .___news_block .__news_block_post_name {
    font-size: 16px;
    line-height: 22px;
    font-family: "Century Gothic";
    font-weight: 300;
    color: #333333; }

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

@media screen and (max-width: 1050px) {
  .___news_block {
    width: 100%; }
  .___news_block_post_keys .___news_block_image {
    height: 200px !important; } }

@media screen and (max-width: 700px) {
  .___news_block .___news_block_post {
    width: 48%;
    margin-bottom: 15px; } }

@media screen and (max-width: 500px) {
  .___news_block {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .___news_block .___news_block_post {
    margin-left: auto;
    margin-right: auto; }
  .___news_block .___news_block_post {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; } }

/* Блок новости end*/
.m_4 {
  margin-top: 60px; }

.m_5 {
  margin-top: 60px; }

.m_6 {
  margin-top: 60px;
  background-image: url("../img/m_2_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px; }

/* Блок констакты */
.block_with_map {
  position: relative; }
  .block_with_map #map {
    height: 450px;
    width: 100%; }
  .block_with_map .block_with_map_absolute {
    width: 500px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    z-index: 10;
    display: flex;
    align-items: center; }
  .block_with_map .block_with_map_wrapper {
    margin-left: auto;
    margin-right: 0;
    max-width: 100%;
    padding: 25px 70px;
    background: #B82B42;
    border-radius: 30px; }
    .block_with_map .block_with_map_wrapper .main_h2 h2 {
      color: #fff;
      text-align: left; }
  .block_with_map .block_with_map_set_information {
    margin-top: 20px; }
    .block_with_map .block_with_map_set_information > div {
      display: flex;
      align-items: center; }
      .block_with_map .block_with_map_set_information > div p, .block_with_map .block_with_map_set_information > div a {
        color: #fff;
        font-family: "Century Gothic";
        font-size: 16px; }
      .block_with_map .block_with_map_set_information > div .icon {
        width: 27px;
        height: 27px;
        min-width: 27px;
        margin-right: 20px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
  .block_with_map .local .icon {
    background-image: url("../img/local.svg"); }
  .block_with_map .phone {
    margin-top: 20px;
    margin-bottom: 20px; }
    .block_with_map .phone .icon {
      background-image: url("../img/phone.svg"); }
  .block_with_map .email .icon {
    background-image: url("../img/email.svg"); }

@media screen and (max-width: 1300px) {
  .block_with_map .block_with_map_absolute {
    width: 320px;
    right: 5%; }
  .block_with_map .block_with_map_wrapper {
    padding: 20px; } }

@media screen and (max-width: 992px) {
  .block_with_map .block_with_map_absolute {
    transform: none;
    width: 100%;
    position: static;
    padding: 40px 10px; }
  .block_with_map .block_with_map_wrapper {
    margin-left: auto;
    margin-right: auto; } }

/*MY STYLE*/

	.m_2_flex_icon {
		width: 980px !important;
}

/*END OF MY STYLE*/

.home .m_1_wrapper {
  min-height: 150px; }

/* Блок констакты end*/
/* 
Модальное окно с формой




.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;
} */
.__paginations {
  margin-bottom: 60px;
  margin-top: 30px; }

.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: #B82B42;
  border: 1px solid #B82B42;
  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 #EF3E42; }

.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; }

.single_post {
  padding-bottom: 80px;
  padding-top: 80px; }
  .single_post h1 {
    font-family: "Bebas Neue";
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    color: #222222; }
  .single_post .single_post_img {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 35px; }
    .single_post .single_post_img img {
      max-width: 100%; }
  .single_post .single_text {
    font-family: "Century Gothic";
    font-size: 18px;
    line-height: 22px;
    color: #000000; }
    .single_post .single_text h2 {
      margin-top: 15px;
      margin-bottom: 15px;
      font-size: 24px;
      font-weight: bold;
      font-family: "Bebas Neue"; }
    .single_post .single_text h3 {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: bold;
      font-family: "Bebas Neue"; }
    .single_post .single_text h4 {
      margin-top: 15px;
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: bold;
      font-family: "Bebas Neue"; }
    .single_post .single_text ul {
      margin-top: 10px;
      margin-bottom: 10px; }
      .single_post .single_text ul li {
        display: flex; }
        .single_post .single_text ul li:before {
          content: '';
          display: block;
          width: 7px;
          height: 7px;
          border-radius: 100%;
          min-width: 7px;
          margin-right: 10px;
          background: #B82B42;
          position: relative;
          top: 8px; }
