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

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

@font-face {
  font-family: "Aktiv Grotesk Corp";
  src: url("../fonts/AktivGroteskCorp/AktivGroteskCorp-Light.eot");
  src: url("../fonts/AktivGroteskCorp/AktivGroteskCorp-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/AktivGroteskCorp/AktivGroteskCorp-Light.woff") format("woff"),
    url("../fonts/AktivGroteskCorp/AktivGroteskCorp-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-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

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

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

/*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: "Aktiv Grotesk Corp", sans-serif;
  font-weight: 400;
}

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

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

.wrapper {
  width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}

section {
  overflow: hidden;
}

.mobile__menu {
  display: block;
  width: 24px;
  height: 19px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-top: -2px;
}

.mobile__menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.mobile__menu span:nth-child(1) {
  top: 0;
}

.mobile__menu span:nth-child(2) {
  top: 8px;
}

.mobile__menu span:nth-child(3) {
  top: 16px;
}

.hamburger--collapse.is-active span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}

.hamburger--collapse.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger--collapse.is-active span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}

/*&.open span {*/
/*&:nth-child(1) {*/
/*     top: 8px;*/
/*     transform: rotate(135deg);*/
/* }*/

/*&:nth-child(2) {*/
/*     opacity: 0;*/
/*     left: -60px;*/
/* }*/

/*&:nth-child(3) {*/
/*     top: 8px;*/
/*     transform: rotate(-135deg);*/
/* }*/
/*}*/
/*}*/

header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 300;
  background-color: #262834;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
}

.tell_button {
  width: 0;
  opacity: 0;
  transition: width 1s, opacity 0.4s;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 2px 19px 1px rgba(0, 0, 0, 0.1);
  border-radius: 39px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}

.fixed_but.active {
  animation: none;
}

.fixed_but.active .tell_button {
  width: 494px;
  opacity: 1;
  transition: width 0.5s, opacity 1s;
}

.fixed_but .tell_button span {
  padding-left: 40px;
  color: #262834;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.fixed_but .tell_button a {
  padding-right: 110px;
  color: #bc985e;

  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}

.fixed_but.active > a:hover {
  width: 80px;
  height: 80px;
}

.fixed_but.active > a {
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 80px;
  background-color: #bc985e;
  opacity: 1;
}

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

.header_logo {
  height: 78px;
  width: auto;
}

.header_logo a,
.header_logo span {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.header_logo a img,
.header_logo span img {
  max-width: 100%;
  max-height: 100%;
}

/* Мультиязычность */
.header_language {
  position: relative;
  padding: 7px 7px;
  z-index: 100;
}

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

.active_language .current-lang {
  display: block;
}

.active_language .current-lang a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height */
  color: #fff;
}

.screen-reader-response,
.wpcf7-response-output,
.wpcf7-not-valid-tip {
  display: none !important;
}

.all_language {
  display: none;
  position: absolute;
  bottom: 7px;
  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: 12px;
  line-height: 20px;
  color: #333333;
}

.all_language .lang-item a:hover {
  color: #af8954;
}

.all_language .current-lang {
  display: none;
}

.all_language:before {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  position: absolute;
  top: -4px;
  left: 0;
  background: #fff;
  z-index: 20;
  opacity: 0;
  transition: 0.25s;
}

.header_language:hover {
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.header_language:hover .all_language {
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.header_language:hover .all_language:before {
  opacity: 1;
}

.header_language:hover .current-lang a {
  color: #000;
}

.header_language:hover .current-lang a:hover {
  color: #af8954;
}

/* Мультиязычность end*/
.header_right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.main_menu ul li a {
  display: block;
  color: #ffffff;
  font-family: "Aktiv Grotesk Corp";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 100px;
}

.main_menu ul li a:hover,
.main_menu ul li.active a {
  color: #af8954;
}

.header_phone_icon,
.header_language {
  position: relative;
  top: -1px;
}

.hamburger {
  display: none;
}

.header_phone_icon {
  display: flex;
  margin-left: 60px;
}

.header_phone_icon a {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 180px;
  height: 36px;
  border: 1px solid #bc985e;
}

.header_phone_icon a .icon {
  background-image: url("../img/header_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 12px;
}

.coll_back_text {
  margin-left: 15px;
  color: #bc985e;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}

.header_phone_icon a:hover {
  opacity: 0.8;
}

.mobile_nav {
  display: none;
}

.ul_with_child svg {
  display: none;
}

.slick-prev,
.slick-next {
  z-index: 50;
}

.m_3_black_klink_flex_6 {
  display: flex;
  margin-top: -82px;
}

.m_6 .m_3_black_link {
  margin-top: 0px !important;
}

.nicescroll-rails {
  width: 4px !important;
  background-color: #eceff1 !important;
  opacity: 1 !important;
}

.nicescroll-rails > div {
  background-color: #bc985e !important;
}

header .wrapper {
  position: static;
  height: 100%;
}

.ul_with_child:hover .sub-menu {
  display: block;
}

.sub-menu {
  position: absolute;
  width: 100%;
  display: none;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  transform: translateY(100%);
  padding: 35px 0px;
  padding-bottom: 20px;
}

.sub-menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.sub-menu a {
  color: #262834 !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-left: 15px;
  line-height: 14px !important;
  margin-right: 15px;
  margin-bottom: 15px;
}

.sub-menu a:hover {
  color: #bc985e !important;
}

.m_1 {
  width: 100%;
  height: 700px;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
}

#video-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  background-size: cover;
}

#video-bg > video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  z-index: 8;
  height: auto;
}

@supports (object-fit: cover) {
  #video-bg > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.video-mask {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

.m_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.m_1_composition h1 {
  color: #fefefe;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 6px;
}

.m_1_composition .m_1_after_h1 {
  font-weight: 300;
  letter-spacing: 2.4px;
  color: #ffffff;
  font-size: 24px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.m_1_composition .m_1_after_h1:after {
  content: "";
  display: block;
  margin-top: 40px;
  width: 260px;
  height: 1px;
  background: #fff;
}

.m_1_composition .m_1_btn {
  width: 263px;
  line-height: 60px;
  background-color: #bc985e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 35px;
}

.m_1_composition .m_1_caption {
  display: flex;
  align-items: center;
  visibility: hidden;
}

.m_1_composition .m_1_phone {
  display: flex;
  flex-flow: column;
  margin-left: 60px;
  color: #ffffff;
  padding-left: 34px;
  position: relative;
  align-items: flex-start;
  font-size: 12px;
}

.m_1_composition .m_1_phone a + a {
  margin-left: 10px;
}
.m_1_composition .m_1_phone a {
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
}

.m_1_composition .m_1_phone:before {
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  background-image: url("../img/m_1_phone.svg");
  width: 24px;
  content: "";
  height: 24px;
  display: block;
}

.m_1_composition .m_1_btn .icon {
  display: block;
  background-image: url("../img/next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  transition: left 0.25s;
  width: 18px;
  margin-left: 40px;
  height: 10px;
  left: 0;
}

.m_1_composition .m_1_btn:hover .icon {
  left: 10px;
}

.m_9 {
  background: #fafafa;
  padding: 55px 0;
}

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

.m_9_element {
  width: 250px;
  display: flex;
  align-items: center;
  border-left: 2px solid #af8954;
  padding-left: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #ffffff;
}

.m_9_element a {
  display: flex;
  font-size: 14px;
  color: #262834;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.m_9_element a:hover {
  color: #262834;
}

.m_9_element a:hover .arrow {
  left: 8px;
}

.m_9_element a .arrow {
  display: block;
  margin-left: 11px;
  width: 18px;
  height: 7px;
  min-width: 18px;
  background-image: url("../img/m_1_arrow_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 22px;
  left: 0;
  transition: 0.25s;
}

.m_9_element .icon {
  width: 42px;
  min-width: 42px;
  height: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 18px;
}

.m_2 {
  padding-top: 100px;
  padding-bottom: 160px;
}

.main_h2 {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.main_h2 p {
  color: #262834;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.main_h2:after {
  content: "";
  display: block;
  width: 34px;
  margin-left: 20px;
  height: 2px;
  background: #bc985e;
}

.m_2_image {
  width: 100%;
  height: 490px;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.m_2_slaid_wrapper {
  width: 100%;
  bottom: 32px;
  padding-left: 65px;
  padding-right: 65px;
  position: relative;
}

.m_2_text {
  width: 555px;
  max-width: 90%;
  height: auto;
  position: absolute;
  right: 65px;
  bottom: -30px;
  padding: 30px 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
}

.m_2_text .m_2_slider_h {
  color: #bc985e;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.m_2_text p {
  color: #777777;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 20px;
}

.m_2_text a:hover {
  opacity: 0.8;
}

.m_2_text .arrow_next_page {
  display: block;
  background-image: url("../img/m_2_big_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 10px;
}

.m_2_slaid {
  opacity: 0.5;
  transition: 0.25s;
}

.m_2_slaid.slick-active {
  opacity: 1;
}

.m_2 .slick-prev,
.m_2 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0%;
  width: 60px;
  height: 54px;
  display: block;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #bc985e;
  opacity: 1 !important;
}

.m_2 .slick-prev {
  z-index: 99;
  left: 72.5%;
  border-radius: 27px 0px 0px 27px;
  transform: translate(-100%, -50%);
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m_2 .slick-prev:hover {
  background: #85612e;
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m_2 .slick-next {
  right: auto;
  left: 72.5%;
  border-radius: 0px 27px 27px 0px;
  transform: translate(-5px, -50%);
  background-image: url("../img/next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m_2 .slick-next:hover {
  background: #85612e;
  background-image: url("../img/next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m_2_arrow_link {
  display: flex;
  width: 63px;
  transition: 0.25s;
  margin-left: 0px;
}

/*О нашей компании*/
.m_3 {
  background-color: #fafafa;
  padding-top: 100px;
}

.m_3_black {
  background-color: #262834;
}

.m_3_black_2 {
  background-color: #262834;
  padding-bottom: 100px;
}

.m_3_black_wrap {
  background-color: #fafafa;
  display: flex;
  align-items: stretch;
  width: 100%;
  z-index: 10;
}

.m_3_black_left {
  width: 458px;
  margin-right: 120px;
  min-width: 458px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}

.m_3_black_right {
  flex-grow: 2;
  position: relative;
  z-index: 10;
}

.m_3_black_right .m_3_black_h3 {
  color: #262834;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

.m_3_black_right p {
  color: #777777;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.m_3_black_link {
  display: block;
  color: #bc985e;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  border-left: 10px solid #bc985e;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: 0.25s;
  width: 140px;
  text-align: center;
}

.m_3_black_link.m_3_black_link_long {
  width: 176px;
}

.m_3_black_link:hover {
  background: #bc985e;
  color: #fff;
}

.m_3_black .wrapper {
  position: static;
}

.m_3_black {
  position: relative;
}

.m_3_bg_white {
  background-color: #fafafa;
  width: 50%;
  right: 0%;
  z-index: 1;
  position: absolute;
  height: 100%;
  top: 0;
}

.m_3_black_2_wrapper {
  display: flex;
  align-items: stretch;
  padding-top: 80px;
  justify-content: space-between;
}

.m_3_black_el {
  width: 260px;
}

.m_3_number_white {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.m_3_el_text_fl {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.m_3_el_text_fl:before {
  content: "";
  display: block;
  width: 40px;
  min-width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #bc985e;
}

.m_4 {
  padding-top: 100px;
  padding-bottom: 0px !important;
}

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

.m_4_el_img {
  width: 50%;
  overflow: hidden;
  position: relative;
  height: 400px;
}

.m_4_el_paralax {
  width: 1000px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.m_4_el_text {
  width: 50%;
  min-height: 400px;
  position: relative;
  padding: 20px 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.m_4_el_number_block {
  position: absolute;
  top: 40px;
  right: 5px;
  color: #cfcfcf;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
}

.m_4_h2 {
  font-weight: 400;
  line-height: 36px;
  color: #946c38;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}

.m_4_h2:before {
  content: "";
  display: block;
  width: 165px;
  height: 1px;
  background: #bc985e;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(-100%, -50%);
}

.m_4_el_invers .m_4_el_img {
  order: 2;
}

.m_4_el_invers .m_4_el_number_block {
  right: auto;
  left: 5px;
}

.m_4_el_invers .m_4_h2 {
  text-align: right;
}

.m_4_el_invers .m_4_h2:before {
  top: 50%;
  left: auto;
  right: -30px;
  transform: translate(100%, -50%);
}

.m_4_el_invers .m_4_after_h2 {
  text-align: right;
}

.m_4_after_h2 {
  font-weight: 700;
  line-height: 30px;
  color: #262834;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

.m_5 {
  padding-top: 100px;
  background-color: #fafafa;
}

.m_5_wrapper {
  position: relative;
}

.m_5_left_white {
  width: 50%;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}

.m_5_wrap_white_block {
  background: #fff;
  padding-top: 70px;
  position: relative;
  z-index: 10;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m_5_left {
  width: 50%;
  text-align: center;
}

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

.m_5_right {
  width: 50%;
  padding-left: 90px;
  padding-right: 90px;
}

.m_5_right .m_5_right_h2 {
  color: #bc985e;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 40px;
}

.m_5_right_ul {
  border-top: 1px solid #eceff1;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eceff1;
  margin-bottom: 40px;
}

.m_5_right_ul ul li {
  display: flex;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.m_5_right_ul ul li:before {
  width: 10px;
  content: "";
  position: relative;
  top: 3px;
  display: block;
  height: 10px;
  min-width: 10px;
  margin-right: 10px;
  border: 1px solid #bc985e;
}

.m_5_old_price {
  color: #bc985e;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: line-through;
  font-weight: 300;
}

.m_5_price_now {
  font-weight: 300;
  line-height: 30px;
  color: #262834;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.m_5_result_price {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #eceff1;
  color: #262834;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.m_5_result_price span {
  color: #777777;
}

.m_6 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafafa;
}

.m_6 .m_2_image {
  height: 360px;
}

.m_6 .m_2_text {
  width: 80%;
}

.m_6 .m_2_slaid_wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.m_6 .m_2_text {
  right: 15px;
}

.m_6 .m_2_text h2 {
  font-size: 14px;
  color: #262834;
}

.m_6 .m_2_text a:hover h2 {
  color: #bc985e;
}

.m_6 .m_2_text {
  padding-left: 20px;
  padding-right: 20px;
}

.m_6 .m_2_arrow_link {
  margin-left: 0px !important;
}

.m_6 .m_2_arrow_link:hover .arrow_next_page {
  width: 60px;
}

.m_6 .m_2_text .arrow_next_page {
  width: 40px;
  background-position: center right;
  background-size: cover;
  transition: 0.25s;
}

.m_6 .slick-prev,
.m_6 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: 0px;
  width: 60px;
  height: 54px;
  display: block;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #bc985e;
  opacity: 1 !important;
}

.m_6 .slick-prev {
  z-index: 99;
  left: 72.5%;
  border-radius: 27px 0px 0px 27px;
  transform: translate(-100%, -50%);
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m_6 .slick-prev:hover {
  background: #85612e;
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m_6 .slick-next {
  right: auto;
  left: 72.5%;
  border-radius: 0px 27px 27px 0px;
  transform: translate(-5px, -50%);
  background-image: url("../img/next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m_6 .slick-next:hover {
  background: #85612e;
  background-image: url("../img/next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m_6 .m_6_slider {
  padding-bottom: 140px;
}

.m_6 .m_3_black_link {
  margin-top: -82px;
}

.m_6 .slick-prev,
.m_6 .slick-next {
  left: 76.5%;
}

.m_6_slider {
  margin-left: -15px;
  margin-right: -15px;
}

.m_6_slider_wrap {
  position: relative;
}

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

.m_7_left {
  width: 60%;
}

.m_7_right {
  width: 35%;
}

.m_7_slick {
  width: 100%;
}

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

.m_7_wrapper_slider {
  width: 100%;
  height: 580px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.m_7 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.m_7 .slick-prev,
.m_7 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: -52px;
  width: 60px;
  height: 54px;
  display: block;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #bc985e;
  opacity: 1 !important;
}

.m_7 .slick-prev {
  z-index: 99;
  left: 50%;
  border-radius: 27px 0px 0px 27px;
  transform: translate(-100%, -50%);
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m_7 .slick-prev:hover {
  background: #85612e;
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m_7 .slick-next {
  right: auto;
  left: 50%;
  border-radius: 0px 27px 27px 0px;
  transform: translate(-5px, -50%);
  background-image: url("../img/next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m_7 .slick-next:hover {
  background: #85612e;
  background-image: url("../img/next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m_7_left .m_7_slider_h {
  color: #262834;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.m_7_text_seo {
  height: 470px;
  overflow: auto;
  width: 100%;
  padding-right: 20px;
}

.m_7_text_seo p {
  color: #777777;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.m_7_text_seo ul {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.m_7_text_seo ul li {
  width: 50%;
  font-weight: bold;
}

.m_7_text_seo ul li p {
  font-weight: bold;
}

/* width */
.m_7_text_seo::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.m_7_text_seo::-webkit-scrollbar-track {
  background: #eceff1;
}

/* Handle */
.m_7_text_seo::-webkit-scrollbar-thumb {
  background: #bc985e;
}

/* Handle on hover */
.m_7_text_seo::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.footer_nav {
  padding-top: 43px;
  background-color: #282a37;
  padding-bottom: 43px;
}

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

.footer_nav ul li a {
  color: #bc985e;
  font-size: 16px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.footer_nav ul li a:hover {
  color: #fff;
}

.footer_body {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #262834;
}

.m_3_black_right {
  padding-bottom: 50px;
}

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

.foote_body_el {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.foote_body_el ul li a {
  display: block;
  color: #bc985e;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}

.foote_body_el ul li a:before {
  position: absolute;
  top: 7px;
  content: "";
  display: block;
  left: 0px;
  width: 20px;
  height: 2px;
  background: #bc985e;
}

.foote_body_el ul li a:hover {
  color: #fff;
}

.foote_body_el ul li a:hover:before {
  background: #fff;
}

.footer_logo {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

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

.footer_body_left_h2 {
  color: #b7b7b7;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

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

.footer_social a {
  display: block;
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #443d3a;
  margin-left: 20px;
  margin-right: 20px;
}

.footer_social a:hover {
  opacity: 0.8;
}

.footer_number {
  color: #b7b7b7;
  font-size: 17px;
  font-weight: 700;
  display: block;
  margin-left: auto;
  line-height: 28px;
  text-transform: uppercase;
}

.footer_number:hover {
  color: #bc985e;
}

.footer_adres {
  color: #b7b7b7;
  text-align: right;
  font-size: 15px;
  margin-top: 40px;
  font-weight: 300;
}

.footer_adres_link {
  color: #bc985e;
  font-size: 12px;
  margin-top: 14px;
  display: block;
  margin-left: auto;
  font-weight: 300;
  text-decoration: underline !important;
}

.footer_adres_link:hover {
  text-decoration: none !important;
}

.footer_email {
  display: block;
  margin-left: auto;
  color: #b7b7b7;
  font-size: 15px;
  margin-top: 50px;
  font-weight: 300;
}

.footer_email:hover {
  color: #bc985e;
}

.footer_bottom {
  background-color: #282a37;
  padding-top: 41px;
  padding-bottom: 41px;
}

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

.footer_bottom_wrap p {
  color: #565868;
  font-family: "Aktiv Grotesk Corp";
  font-size: 13px;
  font-weight: 300;
}

.footer_bottom_wrap,
.footer_bottom_wrap a {
  color: #565868;
  font-size: 13px;
  font-weight: 300;
}

.footer_bottom_wrap a:hover {
  color: #bc985e;
}

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

.remodal_call_back {
  width: 700px;
  max-width: 100%;
  background: #fff;
  padding: 0px;
}

.remodal_call_Back_left {
  width: 360px;
  height: 280px;
  min-width: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.remodal_call_Back_right {
  padding: 30px 60px;
  flex-grow: 2;
}

.remodal-close {
  left: auto;
  right: 0;
  top: 0;
  background-image: url("../img/remodal_close.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.remodal-close:hover {
  opacity: 0.7;
}

.remodal-close:before {
  display: none;
}

.remodal_call_Back_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.remodal_call_Back_right .remodal_h2_call_back {
  color: #262834;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
}

.remodal_call_Back_right .remodal_call_back_After_h2 {
  margin-top: 40px;
  text-transform: uppercase;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}

.remodal_call_Back_right form {
  display: flex;
  align-items: center;
}

.remodal_call_Back_right form input:not(.wpcf7-submit) {
  border: 1px solid #bc985e;
  background-color: #ffffff;
  line-height: 44px;
  color: #262834;
  font-size: 14px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  width: 260px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 30px;
}

.remodal_call_Back_right form input.wpcf7-not-valid {
  border: 1px solid red;
}

.remodal_call_Back_right form .wpcf7-submit {
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.remodal_call_Back_right form .wpcf7-submit:hover {
  background: #bc985e;
}

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

.remodal_thanks_left {
  width: 263px;
  min-width: 263px;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  background-color: #bc985e;
}

.remodal_thanks {
  padding: 0;
  width: 750px;
  max-width: 100%;
}

.remodal_thanks_right {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.remodal_thanks_right .remodal_h2_thank {
  color: #bc985e;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.remodal_thanks_right .remodal_thanks_p {
  color: #262834;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 50px;
}

.remodal_thanks_right .remodal_thanks_timer {
  color: #777777;
  font-size: 14px;
  font-weight: 300;
}

.remodal_thanks_right .remodal_thanks_timer span {
  color: #262834;
}

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

.m_2_text .arrow_next_page {
  width: 40px;
  transition: 0.25s;
}

.m_2_arrow_link .arrow_next_page {
  background-size: cover;
  background-position: center right;
}

.m_2_arrow_link:hover .arrow_next_page {
  width: 60px;
}

.fixed_but {
  position: fixed;
  z-index: 100;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: transparent;
  transition: 0.25s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bc985e;
  bottom: 60px;
  right: 60px;
}

.fixed_but > a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #bc985e;
  opacity: 0.7;
  background-image: url("../img/fixed_but_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  z-index: 1;
}

.fixed_but > a:hover {
  opacity: 1;
  width: 65px;
  height: 65px;
}

@keyframes move23 {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(25deg);
  }
  45% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(25deg);
  }
  55% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(25deg);
  }
  65% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.m_6 .m_2_text .m_2_slider_h {
  font-size: 14px;
}

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

.m_7_wrapper_slider {
  height: auto;
}

.m_7_wrapper {
  align-items: center;
}

.m_7_wrapper_slider video {
  width: 100%;
  margin-top: auto;
}

.seo__video-control {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 84px;
  height: 84px;
  opacity: 0.9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seo__video-control:after {
  content: "";
  display: block;
  border-top: 16px solid transparent;
  border-left: 24px solid #bc985e;
  border-bottom: 16px solid transparent;
  padding-left: 5px;
  position: relative;
  right: -5px;
}

.seo__video-control.playing {
  background: transparent;
  opacity: 0;
}

.seo__video:hover .seo__video-control {
  opacity: 1;
}

.seo__video-control.playing:after {
  display: none;
}

.seo__video-control.playing:before {
  content: "";
  display: block;
  border-right: 8px solid #fff;
  border-left: 8px solid #fff;
  box-sizing: border-box;
  display: block;
  width: 24px;
  height: 32px;
}

.header_language {
  display: none !important;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -12px;
}

.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -12px;
}

.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -12px;
}

.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -12px;
}

.scroll-element_outer,
.scroll-y {
  width: 4px !important;
  overflow: hidden !important;
  opacity: 1 !important;
  left: auto !important;
  transform: none !important;
  right: 0 !important;
}

.scroll-element_size {
  width: 4px !important;
  opacity: 1 !important;
  transform: none !important;
  left: 0px !important;
  background-color: #eceff1 !important;
}

.scroll-element_track {
  width: 4px !important;
  transform: none !important;
  display: none !important;
  opacity: 1 !important;
  left: 0px !important;
  background-color: #eceff1 !important;
}

.scroll-bar {
  width: 4px !important;
  transform: none !important;
  background-color: #bc985e !important;
  opacity: 1 !important;
}

.m_7_text_seo_pd {
  padding-right: 20px;
}

.op_1 {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  background-image: url("../img/op_1_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.op_1:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #090a0c;
  opacity: 0.55;
  position: absolute;
  top: 0;
  left: 0;
}

.op_1 .wrapper {
  position: relative;
  z-index: 20;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 80px);
  justify-content: center;
  position: relative;
}

.m_1_arrow_next_page {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.m_1_arrow_next_page a:hover .m_1_arrow_next_page_icon {
  bottom: -10px;
}

.m_1_arrow_next_page_icon {
  display: block;
  width: 9px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.25s;
  height: 20px;
  bottom: 0;
  position: relative;
  background-image: url("../img/op_1_arrow_down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
}

.m_1_arrow_next_page_text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
}

.op_1_composition {
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
}

.op_1_composition .op_1_h1 h1 {
  color: #fefefe;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  letter-spacing: 3.6px;
  margin-bottom: 60px;
}

.op_1_composition .op_1_h1 h1:after {
  content: "";
  display: block;
  margin-left: 20px;
  width: 34px;
  height: 2px;
  background-color: #ffffff;
}

.op_1_composition .op_1_after_h1 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  width: 560px;
  max-width: 100%;
  line-height: 24px;
}

/*Хлебные крошки*/
.kama_breadcrumbs a {
  font-size: 14px;
  color: #777777;
  font-weight: 300;
  text-decoration: underline;
}

.kama_breadcrumbs a:hover {
  text-decoration: none;
}

.kama_breadcrumbs .kb_title {
  color: #bc985e;
  font-size: 14px;
  font-weight: 400;
}

.kama_breadcrumbs .kb_sep {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: #777777;
  font-weight: 300;
}

/*пагинация*/
.paginator .pages {
  display: none;
}

.paginator .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paginator .wp-pagenavi .previouspostslink {
  background-image: url("../img/blog_pagination_prev.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 !important;
}

.paginator .wp-pagenavi .previouspostslink:hover {
  background: #dadada;
  border-radius: 10px;
  border: 1px solid #dadada;
  background-image: url("../img/blog_pagination_prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.paginator .wp-pagenavi .nextpostslink {
  background-image: url("../img/blog_pagination_next.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 !important;
}

.paginator .wp-pagenavi .nextpostslink:hover {
  background: #dadada;
  border-radius: 10px;
  border: 1px solid #dadada;
  background-image: url("../img/blog_pagination_next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

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

.paginator .wp-pagenavi a:hover {
  border: 1px solid #00b3da;
  box-sizing: border-box;
}

.paginator .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: #3f8dc6;
  border: 1px solid #3f8dc6;
  border-radius: 10px;
  display: block;
  color: #fff;
}

.blog_breackums {
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #eceff1;
}

.op_2_wrap {
  padding: 10px 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  margin-bottom: 30px;
  margin-top: 30px;
}

.op_2_row_1 {
  border-bottom: 1px solid #eceff1;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.op_2_row_1:last-child {
  border-bottom: none;
}

.op_2_row_1:last-child .op_2_group_el a:after {
  content: "";
  display: none !important;
}

.op_2_group_el {
  display: flex;
  align-items: stretch;
  margin-right: 80px;
}

.op_2_group_el.active a {
  color: #bc985e;
}

.op_2_group_el.active a span {
  color: #bc985e;
}

.op_2_group_el.active a:after {
  opacity: 1;
}

.op_2_group_el:hover a {
  color: #bc985e;
}

.op_2_group_el:hover a span {
  color: #bc985e;
}

.op_2_group_el a {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  color: #262834;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}

.op_2_group_el a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.25s;
  background: #bc985e;
  height: 1px;
}

.op_2_group_el a span {
  color: #262834;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}

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

.op_3_el {
  width: 48%;
}

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

.op_3_text_block {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  width: 360px;
  max-width: 100%;
  transition: 0.25s;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
}

.op_3_text_for_row {
  width: 320px;
  max-width: 100%;
}

.op_3_text_row {
  display: flex;
  align-items: center;
  color: #bc985e;
  font-size: 11px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eceff1;
}

.op_3_text_row .icon {
  width: 38px;
  height: 18px;
  padding-left: 20px;
  margin-right: 20px;
  min-width: 38px;
  background-image: url("../img/op_3_icon_1.svg");
  background-position: center left;
  background-repeat: no-repeat;
  border-right: 1px solid #eceff1;
}

.op_3_text_row_2 {
  display: flex;
  align-items: center;
  color: #262834;
  font-size: 11px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.op_3_text_row_2 .icon {
  width: 38px;
  height: 18px;
  padding-left: 20px;
  margin-right: 20px;
  min-width: 38px;
  background-image: url("../img/op_3_icon_2.svg");
  background-position: center left;
  background-repeat: no-repeat;
  border-right: 1px solid #eceff1;
}

.op_3_but {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.op_3_but a {
  width: 175px;
  line-height: 44px;
  background-color: #bc985e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.op_3_but a .icon {
  display: block;
  background-image: url("../img/next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  transition: left 0.25s;
  width: 18px;
  margin-left: 40px;
  height: 10px;
  left: 0;
}

.op_3_but a:hover {
  opacity: 0.8;
}

.op_3_but a:hover .icon {
  left: 10px;
}

.op_3_el:hover .op_3_text_block {
  width: 100%;
}

.op_3_el:hover .op_3_but {
  display: flex;
  opacity: 1;
}

.op_3_but_more {
  display: flex;
}

.op_3_but_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  line-height: 42px;
  background-color: #bc985e;
  color: #fffffe;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.op_3_but_more a:hover {
  opacity: 0.8;
}

.op_3_but_more a:hover .icon {
  transform: rotate(180deg);
}

.op_3_but_more a .icon {
  background-image: url("../img/op_3_more.svg");
  width: 14px;
  height: 12px;
  transition: 0.25s;
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.op_3 {
  padding-bottom: 100px;
}

.op_2 {
  position: relative;
}

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

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

.pr_1__main .op_1_h1 h1:after {
  display: none !important;
}

.pr_1_local {
  display: flex;
  align-items: center;
  color: #fefefe;
  margin-top: 60px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.pr_1_local .icon {
  width: 12px;
  height: 16px;
  margin-right: 10px;
  background-image: url("../img/pr_1_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 12px;
}

.pr_2 {
  padding-top: 60px;
}

.pr_2_h2 {
  display: flex;
  margin-bottom: 60px;
  color: #262834;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
}

.pr_2_h2:after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: #bc985e;
  margin-left: 20px;
}

.pr_2_main_block {
  width: 80%;
}

.pr_2_wrap_tabs {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.pr_2_tab_el {
  width: 25%;
  transition: 0.25s;
  color: #262834;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  cursor: pointer;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.pr_2_tab_el.active {
  background-color: #bc985e !important;
  color: #fff;
}

.pr_2_block {
  display: none;
  position: relative;
}

.pr_2_block.active {
  display: block;
}

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

.pr_2_block_1_absolut {
  position: absolute;
  right: -20%;
  width: 580px;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  opacity: 0.95;
  padding: 10px;
}

.pr_2_block_1_absolut_border {
  border: 1px solid #bc985e;
  width: 100%;
  padding: 50px 30px;
}

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

.pr_2_block_1_abs_row:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0;
}

.pr_2_block_1_abs_el {
  width: 50%;
  padding-right: 30px;
  border-bottom: 1px solid #e1e4e7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.pr_2_block_1_abs_el:nth-last-child(2),
.pr_2_block_1_abs_el:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.pr_2_block_el_namb {
  color: #262834;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 24px;
}

.pr_2_block_el_namb span {
  font-size: 14px;
  text-transform: lowercase;
}

.pr_2_block_el_text {
  color: #bc985e;
  font-size: 14px;
  font-weight: 400;
}

.pr_3_row {
  width: 100%;
  margin-bottom: 40px;
}

.pr_3_row .pr_3_row_header {
  color: #262834;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.pr_3_row .pr_3_row_text {
  color: #bc985e;
  font-size: 14px;
  font-weight: 400;
}

.pr_3_row:last-child {
  margin-bottom: 30px;
}

.pr_2_block_4_text .pr_2_block_4_header_text {
  color: #262834;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pr_2_block_4_text ul li {
  margin-top: 30px;
  color: #bc985e;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 20px;
}

.pr_2_block_4_text ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #bc985e;
  position: absolute;
  top: 8px;
  left: 0px;
}

.pr_2_wrap {
  margin-bottom: 60px;
}

.pr_6_but {
  display: flex;
}

.pr_6_but a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  line-height: 42px;
  border: 1px solid #bc985e;
  color: #bc985e;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.pr_6_but a:hover {
  opacity: 0.8;
}

.pr_6_but a .icon {
  width: 13px;
  min-width: 13px;
  display: block;
  height: 18px;
  background-image: url("../img/pr_6_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}

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

.pr_6_phone a {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #262834;
  display: flex;
  align-items: center;
}

.pr_6_phone a .icon {
  background-image: url("../img/header_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: block;
}

.pr_6_but_2 a {
  width: 260px;
  line-height: 42px;
  border-left: 10px solid #bc985e;
  transition: 0.25s;
  display: flex;
  justify-content: center;
  color: #bc985e;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
}

.pr_6_but_2 a:hover {
  background: #bc985e;
  color: #fff;
}

.pr_6_but_2 a:hover .icon {
  background-image: url("../img/pr_6_icon_arrow_2.svg");
}

.pr_6_but_2 a .icon {
  width: 40px;
  height: 10px;
  margin-left: 20px;
  background-image: url("../img/pr_6_icon_arrow_1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
  display: block;
}

.pr_6 {
  margin-bottom: 80px;
}

.pr_7 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafafa;
}

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

.pr_7_slaid .pr_7_slaid_wrap {
  width: 100%;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pr_7_left {
  width: 100%;
}

.pr_7_right {
  width: 550px;
  min-width: 550px;
  max-width: 100%;
  position: absolute;
}

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

.pr_7_slick {
  opacity: 0;
}

.pr_7_slick.slick-initialized {
  opacity: 1;
}

.pr_7_slick .slick-prev,
.pr_7_slick .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: -52px;
  width: 60px;
  height: 54px;
  display: block;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #bc985e;
  opacity: 1 !important;
}

.pr_7_slick .slick-prev {
  z-index: 99;
  left: 50%;
  border-radius: 27px 0px 0px 27px;
  transform: translate(-100%, -50%);
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.pr_7_slick .slick-prev:hover {
  background: #85612e;
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.pr_7_slick .slick-next {
  right: auto;
  left: 50%;
  border-radius: 0px 27px 27px 0px;
  transform: translate(-5px, -50%);
  background-image: url("../img/next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.pr_7_slick .slick-next:hover {
  background: #85612e;
  background-image: url("../img/next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.pr_7_left {
  width: 100%;
  position: relative;
}

.pr_7_left .pr_7_block_with_bg {
  padding: 60px 50px 60px 0;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}

.pr_7_left .pr_7_block_with_bg:before {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  top: 0;
  width: 10000px;
  content: "";
  height: 100%;
  z-index: -1;
}

.pr_7_left .pr_7_left_name {
  color: #262834;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.pr_7_left .pr_7_ul {
  color: #262834;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}

.pr_7_left .pr_7_ul span {
  color: #bc985e;
  font-weight: 300;
}

.pr_7_left .pr_7_text {
  color: #262834;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
.pr_7_left .pr_7_text > * {
  margin-bottom: 7px;
}
.pr_2 {
  position: relative;
}

.pr_8 a {
  display: block;
  width: 100%;
  height: 680px;
  background-image: url("../img/pr_8_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pr_8 .pr_8_name {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  padding-left: 10px;
  text-align: center;
  padding-right: 10px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.pr_8 .m_8_paly {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  background-color: #bc985e;
  opacity: 0.7;
  border-radius: 100%;
  background-image: url("../img/pr_8_play.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.pr_8 a:hover .m_8_play {
  opacity: 1;
}

.remodal_video {
  width: 800px;
  max-width: 95%;
  padding: 0;
  background: transparent;
}

.remodal_video .remodal_video_wrap {
  width: 100%;
}

.remodal_video .remodal_video_wrap iframe {
  height: 500px;
  width: 100%;
}

.pr_9 #map {
  width: 100%;
  height: 480px;
}
#map iframe {
  width: 100%;
  height: 100%;
}

.in_1 {
  background-image: url("../img/in_1_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.in_1:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
}

.in_1 .wrapper {
  min-height: 400px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}

.in_1 .in_1_h1 h1 {
  color: #fefefe;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  margin-bottom: 40px;
}

.in_1 .in_1_after_h1 {
  color: #fefefe;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.in_1 .in_1_Wrap {
  width: 100%;
}

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

.in_2 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.in_2_left {
  width: 360px;
  min-width: 360px;
  margin-right: 30px;
  background-color: #262835;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
}

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

.in_2_right {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.in_2_left_header {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262834;
  margin-bottom: 40px;
}

.in_2_left_header span {
  color: #bc985e;
}

.in_2_right_text {
  color: #262834;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.in_3 {
  position: relative;
  background-color: #e2f3fb;
  padding-top: 100px;
  padding-bottom: 150px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}

.in_3_text_1 {
  color: #262835;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.in_3_text_1 span {
  color: #bc985e;
}

.in_3_text_2 {
  color: #262835;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.in_3_text_3 {
  color: #262835;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.in_4_left {
  width: 48%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #fff;
  flex-wrap: wrap;
  border: 1px solid #eceff1;
}

.in_4_left .in_4_left_el {
  width: 33.3%;
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.in_4_left .in_4_text_big {
  color: #bc985e;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 48px;
}

.in_4_left .in_4_text_small {
  color: #bc985e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 18px;
  text-align: center;
}

.in_4_left .in_4_text_default {
  color: #262834;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

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

.in_right {
  padding-top: 150px;
  width: 48%;
}

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

.in_4_header {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262835;
  margin-bottom: 60px;
}

.in_4_header span {
  color: #bc985e;
}

.in_4_right_main_text {
  color: #262834;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 45px;
}

.in_5 {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #fafafa;
}

.in_5_header_text_1 {
  color: #262834;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.in_5_header_text_2 {
  color: #bc985e;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  display: flex;
  align-items: center;
}

.in_5_header_text_2:before {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #bc985e;
  margin-right: 20px;
}

.in_5_wrap {
  margin-top: 100px;
  margin-bottom: 80px;
  position: relative;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff;
  padding-right: 30px;
  justify-content: space-between;
}

.in_5_wrap:after {
  content: "";
  display: block;
  background: #fff;
  width: 50%;
  position: absolute;
  left: 0%;
  height: 100%;
  top: 0;
  transform: translateX(-100%);
}

.in_5_left {
  width: 48%;
}

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

.in_5_right {
  width: 50%;
}

.in_5_right_header_text {
  color: #bc985e;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
}

.in_5_right_header_text_2 {
  color: #262834;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.in_5_right_header_text_2 span {
  color: #bc985e;
}

.in_5_text_main_witth_border_between {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #777777;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  border-bottom: 1px solid #eceff1;
  border-top: 1px solid #eceff1;
}

.in_5_head_block_2 {
  color: #bc985e;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}

.in_5_flex {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eceff1;
  padding-bottom: 40px;
}

.in_5_flex_el {
  display: flex;
  align-items: center;
  color: #262834;
  font-size: 19px;
  font-weight: 700;
  margin-top: 40px;
  line-height: 48px;
  margin-right: 85px;
}

.in_5_flex_el .icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  min-width: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.in_5_flex_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

.in_5_flex_2 > p {
  color: #262834;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.in_5_flex_2_el {
  margin-left: 30px;
  display: flex;
}

.in_5_flex_2_el a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 52px;
  color: #bc985e;
  font-size: 12px;
  font-weight: 700;
  height: 54px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.in_5_flex_2_el a:hover {
  background: #bc985e;
  color: #fff;
}

.in_5_flex_2_el a p {
  width: 100%;
  padding-left: 65px;
  border: 1px solid #bc985e;
  min-width: 280px;
}

.in_5_flex_2_el a .icon {
  width: 52px;
  min-width: 52px;
  height: 56px;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 20;
  background-color: #bc985e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

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

.ab_1 .in_1_Wrap h1 {
  margin-bottom: 0px;
}

.ab_2 {
  margin-top: 0px;
  padding-top: 30px;
}

.ab_2 .in_4_left {
  order: 2;
}

.ab_2 .in_right {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ab_2 .in_4_wrap {
  align-items: center;
}

.ab_3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafafa;
}

.ab_3_main_header {
  color: #262834;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: flex;
  position: relative;
  z-index: 30;
  align-items: center;
}

.ab_3_main_header:after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #bc985e;
  margin-left: 20px;
}

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

.ab_3_tabs {
  position: absolute;
  top: 380px;
  left: 0;
  z-index: 30;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 50%;
  max-width: 100%;
}

.ab_3_tab {
  width: 72px;
  height: 72px;
  border: 4px solid #ffffff;
  background-color: #000000;
  border-radius: 100%;
  margin-left: 10px;
  margin-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.ab_3_tab:after {
  content: "";
  display: block;
  width: 100%;
  border-radius: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  transition: 0.25s;
}

.ab_3_tab.active:after {
  opacity: 0;
}

.ab_3_block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -40px;
  display: none;
  width: 100%;
  max-width: 100%;
}

.ab_3_block.active {
  display: flex;
}

.ab_3_left {
  width: 50%;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 1;
  height: 380px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ab_3_right {
  width: 55%;
  padding: 80px 0px;
  padding-left: 190px;
  padding-right: 30px;
  position: relative;
  background: #fff;
  margin-left: auto;
}

.ab_3_right:after {
  content: "";
  display: block;
  width: 50%;
  position: absolute;
  background: #fff;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.ab_3_right_name {
  color: #262834;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.ab_3_right_work {
  color: #bc985e;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eceff1;
}

.ab_3_right_main_text {
  color: #777777;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eceff1;
}

.ab_3_right_main_text span {
  color: #bc985e;
  text-decoration: underline;
}

.ab_3_right_flex_contact {
  display: flex;
  align-items: stretch;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eceff1;
  justify-content: space-between;
}

.ab_3_right_contact_el {
  width: 48%;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #bc985e;
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.ab_3_right_contact_el a {
  display: block;
  color: #262834;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

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

.ab_3_right_soc a {
  display: block;
  border: 1px solid #bc985e;
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 18px;
}

.ab_3_right_soc a:hover {
  opacity: 0.8;
}

.ab_4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ab_4 .ab_3_main_header {
  margin-bottom: 90px;
}

.ab_4 .ab_4_slick_1 {
  padding-bottom: 60px;
}

.ab_4 .ab_4_slick_2 {
  padding-bottom: 60px;
}

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

.ab_4_left {
  width: 50%;
}

.ab_4 .slick-prev,
.ab_4 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: -52px;
  width: 60px;
  height: 54px;
  display: block;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #bc985e;
  opacity: 1 !important;
}

.ab_4 .slick-prev {
  z-index: 99;
  left: 50%;
  border-radius: 27px 0px 0px 27px;
  transform: translate(-100%, -50%);
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.ab_4 .slick-prev:hover {
  background: #85612e;
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.ab_4 .slick-next {
  right: auto;
  left: 50%;
  border-radius: 0px 27px 27px 0px;
  transform: translate(-5px, -50%);
  background-image: url("../img/next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.ab_4 .slick-next:hover {
  background: #85612e;
  background-image: url("../img/next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

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

.ab_4_slick_1_slaid a {
  display: block;
  width: 100%;
  height: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ab_4_slick_2 .ab_4_slick_1_slaid {
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}

.ab_4_slick_2 .ab_4_slick_1_wrap_slaid {
  width: 100%;
  height: 100px;
  height: 120px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #eceff1;
}

.ab_4_slick_2 .ab_4_slick_1_wrap_slaid .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: block;
  height: 100%;
}

.ab_4_slick_2 .ab_4_slick_2_wrap_slaid {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.ab_4_right {
  width: 50%;
}

.ab_4_slick_1_border {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #eceff1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.m_7_foto {
  height: 570px;
}

.ab_5 {
  background-color: #fafafa;
}

.ab_5 span {
  font-weight: 700;
  text-decoration: underline;
}

.page_container {
  max-width: 100%;
  overflow: hidden;
  margin-top: 80px;
}

.footer_nav {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sub-menu ul {
  justify-content: center;
}

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

.ak_1 .op_1_h1 h1 {
  margin-bottom: 40px;
  display: block;
}

.ak_1 .op_1_h1 h1:after {
  display: none;
}

.ak_1 .op_1_h1 h1 span {
  color: #ff5252;
}

.ak_1 .op_1_after_h1 {
  color: #fefefe;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.ak_2_wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.ak_2_card {
  width: 360px;
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  background: #fff;
}

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

.ak_2_pd {
  padding: 23px 20px;
}

.ak_2_row {
  display: flex;
  align-items: stretch;
  padding-bottom: 10px;
  border-bottom: 1px solid #eceff1;
  margin-bottom: 30px;
}

.ak_2_data {
  color: #777777;
  font-size: 11px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  min-width: 50px;
  padding-right: 18px;
  border-right: 1px solid #eceff1;
  margin-right: 18px;
}

.ak_2_place {
  color: #bc985e;
  font-size: 14px;
  display: flex;
  font-weight: 700;
  line-height: 24px;
}

.ak_2_place .icon {
  width: 18px;
  height: 18px;
  margin-right: 14px;
  min-width: 18px;
  background-image: url("../img/ak_2_local_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ak_2_name {
  color: #262834;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ak_2_text {
  color: #777777;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.ak_2 {
  padding-top: 30px;
  padding-bottom: 80px;
}

.pagination {
  display: flex;
  margin-top: 10px;
  justify-content: flex-end;
  margin-right: -5px;
}

.pagination ul {
  display: flex;
}

.pagination ul li a,
.pagination ul li span {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #bc985e;
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #fafafa;
}

.pagination .page-numbers.current,
.pagination ul li a:hover {
  background-color: #bc985e;
  color: #fff;
}

.pagination ul li a.prev {
  background: #fafafa !important;
  background-image: url("../img/ak_2_bafore.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.pagination ul li a.prev:hover {
  background-image: url("../img/ak_2_bafore_hover.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.pagination ul li span.dots {
  background: transparent !important;
}

.pagination ul li a.next {
  background: #fafafa !important;
  background-image: url("../img/ak_2_after.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.pagination ul li a.next:hover {
  background-image: url("../img/ak_2_after_hover.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.ak_3 {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 0;
}

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

.ak_3_left {
  position: relative;
  background: #fff;
  width: 49%;
  padding-top: 80px;
  padding-bottom: 120px;
}

.ak_3_left:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transform: translateX(-99%);
  background: #fff;
}

.ak_3_left:after {
  content: "";
  display: block;
  width: 20%;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  transform: translateX(99%);
  background: #fff;
}

.ak_3_h2 {
  color: #bc985e;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eceff1;
  position: relative;
  z-index: 20;
}

.ak_3_text {
  color: #777777;
  font-size: 15px;
  font-weight: 300;
  z-index: 20;
  position: relative;
  line-height: 24px;
}

.ak_3_right {
  width: 49%;
  text-align: left;
  position: relative;
  z-index: 20;
  padding-top: 80px;
}

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

.ak_2_card {
  position: relative;
}

.ak_2_card:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background-image: url("../img/ak_label.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.news_2 .ak_2_card {
  position: relative;
}

.news_2 .ak_2_card:after {
  display: none;
}

.spic_plan .ak_2_card {
  position: relative;
}

.spic_plan .ak_2_card:after {
  display: none;
}

.spic_plan .ak_2_name {
  font-size: 30px;
  text-align: center;
}

.spic_plan .ak_2_text {
  font-size: 18px;
  text-align: center;
}

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

.page___plan .pr_2_main_block {
  width: 70%;
  position: relative;
}

.page___plan .pr_2_block_1_absolut {
  position: static;
  transform: none;
  width: 29%;
}

.page___plan .page__plann_kompleks {
  font-size: 20px;
  text-align: center;
  width: 100%;
}

.page___plan .pr_2_block_el_namb {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.page___plan .pr_2_block_el_text {
  text-align: center;
}

.page___plan .pr_2_block_1_absolut_border {
  padding-top: 40px;
  padding-bottom: 44px;
}

.pl_1 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.pl_1_wrap {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  align-items: stretch;
  flex-wrap: wrap;
}

.pl_1_wrap .pl_1_el {
  min-width: 25%;
  flex: 0 0 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.pl_1_wrap .pl_1_el a {
  display: block;
  width: 100%;
  height: 100%;
}

.se_1 {
  padding-top: 60px;
}

.se_h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

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

.se_slider_wrapper {
  display: flex;
  align-items: center;
  max-height: 915px;
  justify-content: center;
}

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

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

.se_1 .slick-prev,
.se_1 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -81px;
  width: 60px;
  height: 54px;
  display: block;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #bc985e;
  opacity: 1 !important;
}

.se_1 .slick-prev {
  z-index: 99;
  left: auto;
  right: 70px;
  border-radius: 27px 0px 0px 27px;
  transform: none;
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.se_1 .slick-prev:hover {
  background: #85612e;
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.se_1 .slick-next {
  right: auto;
  left: auto;
  right: 10px;
  border-radius: 0px 27px 27px 0px;
  transform: none;
  background-image: url("../img/next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.se_1 .slick-next:hover {
  background: #85612e;
  background-image: url("../img/next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.se_1_wrapper {
  margin-bottom: 60px;
}

.cont_2_map #map {
  height: 450px;
}

.ak_3.section.news_1 {
  padding-top: 0;
  background-color: #fff;
}

.ak_3_left.img_left_news:after {
  transform: translateX(70%);
}

@media screen and (max-width: 992px) {
  .se_1 .slick-prev,
  .se_1 .slick-next {
    top: auto;
    bottom: 0;
  }

  .se_1 .slick-prev {
    right: auto;
    left: 50%;
    transform: translateX(-100%);
  }

  .se_1 .slick-next {
    right: auto;
    left: 50%;
    transform: translateX(-1px);
  }

  .se_slider {
    padding-bottom: 70px;
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .se_slider_bg {
    height: 430px;
  }
}

@media screen and (max-width: 600px) {
  .se_slider_bg {
    height: 300px;
  }

  .coll_back_text {
    display: none;
  }

  .header_phone_icon a {
    justify-content: center;
    width: 36px;
    height: 36px;
  }

  .header_phone_icon a .icon {
    width: 12px;
    height: 12px;
    margin-left: 0px;
  }

  .tell_button {
    flex-flow: column;
    justify-content: center !important;
  }

  .fixed_but.active .tell_button a,
  .fixed_but.active .tell_button span {
    padding: 2px 0;
    padding-right: 60px;
  }

  .tell_button {
    width: 290px;
  }
}

.op_1_after_h1 h2 {
  font-weight: 600;
}

.op_1_after_h1 p {
  padding-top: 50px;
}

@media screen and (max-width: 500px) {
  .se_slider_bg {
    height: 260px;
  }
}

@media screen and (max-width: 400px) {
  .se_slider_bg {
    height: 220px;
  }
}

.cont_1 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cont_1 .in_5_flex_2_el {
  margin-left: auto;
  margin-right: auto;
}

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

.cont_1_el {
  width: 33.3%;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #bc985e;
}

.cont_1_el:last-child {
  border-right: none !important;
  border-bottom: none !important;
}

.cont_1_el:last-child > div > p {
  text-align: right;
}

.cont_1_el > div > p {
  font-size: 18px;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
}

.cont_1_el > div > a {
  margin-right: auto;
  text-align: left;
  color: #000;
  font-size: 18px;
}

.contact_1_el_for_js_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 20px;
}

.contact_1_el_for_js_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.se_1 {
  position: relative;
}

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

.map_pdt_t {
  padding-top: 50px;
}

@media screen and (max-width: 992px) {
  .cont_1_el {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #bc985e;
    padding-left: 0;
    padding-right: 0;
  }

  .cont_1_flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

/*О нашей компании 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;
} */
/* 
    Пагинация вордпресс, через плагин 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;
}
 */

.acf-map {
  width: 100%;
  height: 400px;
}

.acf-map img {
  max-width: inherit !important;
}

.map__title {
  font-size: 15px;
  font-weight: 300;
  padding: 5px;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
  line-height: 1.35;
  white-space: nowrap;
}

.gm-style .gm-style-iw-d {
  width: auto !important;
}

.map__href {
  color: #bc985e;
  font-size: 13px;
  font-weight: 400;
  padding: 5px;
}

.invest .in_5_flex_2_el a p {
  min-width: 260px;
}

.floors {
  display: flex;
  flex-wrap: wrap;
}

.floors .se_1_wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 992px) {
  .floors .se_1_wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.op_1_after_h1-form > div {
  width: 400px;
  max-width: 100%;
  float: right;
  margin-top: -15%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.24);
  text-align: center;
  border-radius: 20px;
}
.op_1_after_h1-form
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.op_1_after_h1-form
  input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
  border: 1px solid #bc985e;
  background-color: rgba(255, 255, 255, 1);
  line-height: 44px;
  color: #262834;
  font-size: 14px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  width: 260px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 30px;
  margin-bottom: 10px;
}
.op_1_after_h1-for .f_form input.wpcf7-form-control.wpcf7-submit {
}

input.wpcf7-form-control.wpcf7-submit.m_3_black_link.f_form {
  display: block;
  /*color: #bc985e;*/
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  border-left: 10px solid #bc985e;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: 0.25s;
  width: 150px;
  text-align: center;
  margin-left: 26px;
}
input.wpcf7-form-control.wpcf7-submit.m_3_black_link.f_form:hover {
  background: #bc985e;
  color: #fff;
}
.heading-consultation {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 20px;
}
#leads-c-l input.wpcf7-form-control.wpcf7-submit.m_3_black_link.f_form {
  display: inline-block;
}
div#wpcf7-f2389-p2257-o2 {
  text-align: center;
  margin: 0 auto;
}
.pr_6-0 {
  margin-bottom: 80px;
}
#leads-c-l .heading-consultation {
  font-size: 28px;
  color: #262834;
}
#leads-c-l input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border: 1px solid #bc985e;
  background-color: #ffffff;
  line-height: 44px;
  color: #262834;
  font-size: 14px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  width: 260px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 30px;
}

.in_4_right_main_text p {
  margin-bottom: 0.5em;
}
.in_4_right_main_text h4,
.in_4_right_main_text h3,
.in_4_right_main_text h2 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.map__iframe iframe {
  width: 100%;
  height: 400px;
}
.simple-template {
  padding: 120px 0;
}
.simple-template .container {
  max-width: 1170px;
  margin: 0 auto;
}
.simple-template .container h1 {
  font-weight: 600;
  margin-bottom: 30px;
}
.simple-template .container h2 {
  margin-bottom: 15px;
}
.simple-template .container p {
  margin-bottom: 1em;
}
