/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

body {
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
}

a {
  color: #000000;
  text-decoration: none;
}

* {
  outline: none !important;
}

.header_menu_mob {
  display: none;
}

.mobile_menu {
  display: none;
}

.btn_yellow {
  background-color: #ffd400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 25px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.btn_yellow:hover {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
  background-color: #e8c100;
}

h2 {
  color: #000000;
  font-size: 50px;
  font-weight: 700;
}

.w_1136 {
  max-width: 1136px;
  margin: 0 auto;
}

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

.site {
  overflow: hidden;
}

.video_play_btn {
  max-width: 337px;
  width: 100%;
  height: 118px;
  border-radius: 10px;
  background-color: #ffd400;
  background-image: url(../img/play_video.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.video_play_btn:hover {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
  background-color: #e8c100;
  background-position: 11.5% 50%;
}

.video_play_btn span {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  max-width: 205px;
  padding-left: 50px;
}

.h_p {
  color: #ffd400;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
}

header {
  width: 100%;
}

header .header_1736 {
  max-width: 1736px;
  margin: 0 auto;
  height: 100%;
}

header .header_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  height: 123px;
}

header .header_logo img {
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

header .header_logo img:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

header .header_adr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 77%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 4%;
}

header .header_adr .header_adr_item_1 {
  margin-right: 30px;
}

header .header_adr .header_adr_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header_adr .header_adr_item a {
  font-weight: 700;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

header .header_adr .header_adr_item a:hover {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

header .header_adr .header_adr_item span {
  color: #c2c2c2;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 7px;
}

header .header_soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header_soc .header_soc_left_arr {
  width: 1px;
  height: 51px;
  border: 1px solid #c2c2c2;
  margin-right: 35px;
}

header .header_soc .header_soc_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header_soc .header_soc_links a {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  transition: -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

header .header_soc .header_soc_links a:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

header .header_menu {
  width: 100%;
  height: 38px;
  background-color: #ffd400;
}

header .header_menu .w_1136 {
  height: 100%;
}

header .header_menu .header_menu__sub {
  position: relative;
}

header .header_menu .header_menu__sub::after {
  content: "";
  width: 13px;
  height: 7px;
  background-image: url(../img/menu_arrow_down.png);
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header .header_menu .header_menu__sub:hover .header_menu__sub_ul {
  display: block !important;
}

header .header_menu .header_menu__sub ul {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto !important;
  background-color: rgba(255, 212, 0, 0.36);
  padding: 16px;
  width: 133px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none !important;
}

header .header_menu .header_menu__sub ul li {
  margin-right: 0 !important;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 3px;
}

header .header_menu .header_menu__sub ul li a {
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 400 !important;
  text-transform: uppercase;
}

header .header_menu .header_menu__items {
  height: 100%;
}

header .header_menu .header_menu__items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header_menu .header_menu__items ul li {
  margin-right: 50px;
  z-index: 2;
}

header .header_menu .header_menu__items ul li:last-of-type {
  margin-right: 0;
}

header .header_menu .header_menu__items ul li a {
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  left: 0;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

header .header_menu .header_menu__items ul li a:hover {
  left: 4px;
}

header .header_menu__inner .header_menu__sub ul li a {
  color: #000000 !important;
}

header .header_menu__inner .header_menu__sub ul {
  background-color: #ffd400 !important;
}

.row_1__banner {
  position: relative;
}

.row_1__banner .row_1__banner_abs {
  position: absolute;
  top: 85px;
  width: 100%;
}

.row_1__banner img {
  width: 100%;
  height: 690px;
  -o-object-fit: cover;
  object-fit: cover;
}

.row_1__banner .row_1__banner_abs_title {
  color: #ffd400;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 892px;
  margin-top: 40px;
  margin-bottom: 0;
}

.row_1__banner .row_1__banner_abs_text {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 545px;
  margin-top: 17px;
}

.row_1__banner .btn_yellow {
  margin-top: 60px;
}

.row_1__banner .row_1__banner_abs_date {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.form_header_title {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 12px;
}

.form_header_title span {
  font-weight: 700;
}

.control_indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 29px;
  width: 29px;
  background: #fff;
  border: 2px solid #666666;
}

.control input:checked~.control_indicator {
  background: #ffffff;
}

.control input:checked~.control_indicator:after {
  display: block;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator:after {
  -webkit-box-sizing: unset;
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 0px;
  cursor: pointer;
}

.row_1__banner__tabs_block_tab__hotels__row_2 .row_1__banner__tabs_block_tab__hotels_fr {
  margin-top: 0;
}

.hit_header_form img {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  top: -30px;
  left: 10px;
}

.row_1__banner__tab_cnt {
  position: relative;
}

.form_header_submit {
  width: 50px;
  height: 135px;
  background-image: url(../img/submit_form_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  position: absolute;
  right: 35px;
  bottom: 50px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.form_header_submit:hover {
  bottom: 55px;
}

#row_1__banner__tabs_block_tab__houses {
  display: none;
}

#row_1__banner__tabs_block_tab__hotels {
  display: block;
}

.row_1__banner__tabs_block_tab__hotels_fr_1 input {
  margin-left: 6px;
}

.row_1__banner__tabs_block_tab__hotels_fr_1 .row_1__banner__tabs_block_tab__hotels_fr_1_span2 {
  padding-left: 25px;
}

.row_1__banner__tabs_block_tab__hotels_fr_items_2 {
  margin-left: 80px;
}

.row_1__banner__tabs_block_tab__hotels_fr_items_3 {
  margin-left: 77px;
}

.qusetion_container_form input {
  max-width: 200px;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
}

.control-checkbox .control_indicator:after {
  left: 11px;
  top: 8px;
  width: 3px;
  height: 7px;
  border: solid #4b4b4b;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form_header_select {
  display: block;
  font-size: 17px;
  font-family: "PF Din Text Cond Pro";
  font-weight: 300;
  color: #373e48;
  height: 38px;
  line-height: 1.2;
  padding: 0;
  width: 88px;
  height: 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../img/select_bg.png);
  background-repeat: no-repeat;
  background-position: 100% 56%;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  padding-right: 40px;
}

.row_1__banner__tabs_block_tab__hotels_fr {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_header_inp {
  width: 57px;
  height: 29px;
  background-color: #ffffff;
  outline: none;
  border: none;
  padding-left: 3px;
  padding-right: 3px;
}

.row_1__banner {
  cursor: -webkit-grab;
  cursor: grab;
}

.row_1__banner .slick-slide {
  position: relative;
}

.row_1__banner .slick-dots {
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1136px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row_1__banner .slick-dots button {
  width: 46px;
  height: 7px;
  background-color: #ffffff;
  text-indent: -999999px;
  border: none;
  margin-right: 15px;
}

.row_1__banner .slick-dots li.slick-active button {
  background-color: #ffd400;
}

.row_1__banner__tabs_block {
  max-width: 665px;
  width: 100%;
  height: 323px;
  border-radius: 30px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #ffd400;
  position: absolute;
  top: -237px;
  padding-right: 20px;
  padding-top: 20px;
  z-index: 6;
}

.row_1__banner__tabs_block::before {
  content: "";
  width: 3000px;
  height: 323px;
  background-color: #ffd400;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.row_1__banner__tabs_block .row_1__banner__tabs_block__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 3px solid #fff;
}

.row_1__banner__tabs_block .row_1__banner__tabs_block__tabs .row_1__banner__tabs_block__tabs_item {
  width: 172px;
  height: 51px;
  color: #000000;
  font-size: 23px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.row_1__banner__tabs_block .row_1__banner__tabs_block__tabs .row_1__banner__tabs_block__tabs_item:hover {
  color: #fff;
}

.row_1__banner__tabs_block .row_1__banner__tabs_block__tabs .banner_tab_2__active {
  background-color: #fff;
}

.row_1__banner__tabs_block .row_1__banner__tabs_block__tabs .banner_tab_2__active:hover {
  color: #000000;
}

.row_2__house {
  width: 100%;
  height: 838px;
  background-image: url(../img/row_2_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.row_2__house .row_2__house_image {
  text-align: center;
  padding-top: 145px;
  position: relative;
  left: 120px;
}

.row_2__house .row_2__house_image .row_2__house_spans {
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 67px;
  border-radius: 5px;
  background-color: #000000;
  color: #ffd400;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row_2__house .row_2__house_image .row_2__house_span_1 {
  top: 24%;
  left: -6%;
}

.row_2__house .row_2__house_image .row_2__house_span_2 {
  top: 50%;
  left: -10%;
}

.row_2__house .row_2__house_image .row_2__house_span_3 {
  top: 64%;
  left: -10%;
}

.row_2__house .row_2__house_image .row_2__house_span_4 {
  top: 78%;
  left: -10%;
}

.row_2__house .row_2__house_image .row_2__house_span_5 {
  top: 95%;
  left: -4%;
}

.row_2__house .row_2__house_image .row_2__house_span_6 {
  top: 95%;
  left: 65%;
}

.row_3__why_me {
  margin-top: 130px;
}

.row_3__why_me .row_3__why_me__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  text-align: center;
  margin-top: 45px;
}

.row_3__why_me__icons_item {
  max-width: 16%;
  min-width: 181px;
}

.row_3__why_me .row_3__why_me__icons p {
  color: #010101;
  font-size: 16px;
  font-weight: 500;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 23px;
}

.row_3__why_me .row_3__why_me__text {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row_3__why_me .row_3__why_me__text p {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.4px;
  max-width: 555px;
}

.row_4__presentation {
  margin-top: 105px;
}

.row_4__presentation .row_4__presentation_video_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row_4__presentation .row_4__presentation_video {
  max-width: 701px;
  width: 100%;
  height: 394px;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 35px;
}

.row_4__presentation .row_4__presentation_video_s1 {
  color: #ffd400;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.row_4__presentation .row_4__presentation_video_s2 {
  color: #ffd400;
  font-size: 47px;
  font-weight: 700;
  text-transform: uppercase;
}

.row_4__presentation .row_4__presentation_video__btn {
  width: 86px;
  height: 60px;
  background-image: url(../img/play_white.png);
  background-repeat: no-repeat;
  margin-top: 55px;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.row_4__presentation .row_4__presentation_video__btn:hover {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
}

.row_4__presentation .row_4__presentation_p {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.4px;
  max-width: 370px;
  margin-top: 40px;
}

.row_5__how_we_work {
  margin-top: 100px;
}

.row_5__how_we_work .row_5__how_we_work__bg {
  margin-top: 20px;
  height: 744px;
  width: 100%;
  background-image: url(../img/row_how_we_work_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.row_5__how_we_work .video_play_btn {
  margin-top: 17px;
}

.row_5__how_we_work .video_play_btn span {
  padding-left: 0;
}

.row_5__how_we_work .how_we_flex {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row_5__how_we_work .how_we_flex .how_we_flex__item_1 {
  position: relative;
}

.row_5__how_we_work .how_we_flex .how_we_flex__item_1:after {
  content: "";
  width: 120px;
  height: 186px;
  background-image: url(../img/how_we_dotted_1.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  bottom: -67.5%;
  left: 49.5%;
}

.row_5__how_we_work .how_we_flex .how_we_flex__item_2 {
  position: relative;
}

.row_5__how_we_work .how_we_flex .how_we_flex__item_2:before {
  content: "";
  width: 120px;
  height: 186px;
  background-image: url(../img/how_we_dotted_2.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -52%;
  left: 49.5%;
}

.row_5__how_we_work .how_we_flex .how_we_flex__item_3 {
  position: relative;
}

.row_5__how_we_work .how_we_flex .how_we_flex__item_3:before {
  content: "";
  width: 120px;
  height: 186px;
  background-image: url(../img/how_we_dotted_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -52%;
  left: 20.5%;
}

.row_5__how_we_work .how_we_flex .how_we_flex__item_4 {
  position: relative;
}

.row_5__how_we_work .how_we_flex .how_we_flex__item_4:after {
  content: "";
  width: 120px;
  height: 186px;
  background-image: url(../img/how_we_dotted_4.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  bottom: -66.5%;
  left: 27.5%;
}

.row_5__how_we_work .how_we_flex .how_we_flex__item {
  width: 33%;
  text-align: center;
  margin-bottom: 23px;
}

.row_5__how_we_work .how_we_flex .how_we_flex__item .how_we_flex__item_title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0;
}

.row_5__how_we_work .how_we_flex .how_we_flex__item .how_we_flex__item_text {
  color: #010101;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  max-width: 315px;
  text-align: center;
  margin: 0 auto;
}

.row_5__how_we_work .how_we_flex .how_we_flex__item_240 .how_we_flex__item_text {
  max-width: 240px;
}

.row_6__hotels {
  margin-top: 130px;
}

.row_6__hotels .row_6__hotels_cnt {
  max-width: 1736px;
  height: 480px;
  background-color: #e5e5e5;
  margin: 0 auto;
  margin-top: 30px;
}

.row_6__hotels .row_6__hotels_cnt .row_6__hotels_cnt_header {
  height: 44px;
  background-color: #ffd400;
  width: 100%;
}

.row_6__hotels .row_6__hotels_cnt .row_6__hotels_cnt_header .w_1136 {
  height: 100%;
}

.row_6__hotels .row_6__hotels_cnt .slick-slide img {
  width: 94.5%;
  height: 301px;
  -o-object-fit: cover;
  object-fit: cover;
}

.row_6__hotels .row_6__hotels_cnt .row_6__hotels_cnt_header_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.row_6__hotels .row_6__hotels_cnt .row_6__hotels_cnt_header_items .row_6__hotels_cnt_header_new {
  position: relative;
  left: -45px;
}

.row_6__hotels .row_6__hotels_cnt .row_6__hotels_cnt_header_items .row_6__hotels_cnt_header_new::before {
  content: "";
  width: 24px;
  height: 47px;
  background-image: url(../img/new_icon_slider.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -8px;
  left: -30px;
}

.row_6__hotels .row_6__hotels_cnt .row_6__hotels_cnt_header_items .row_6__hotels_cnt_header_hit {
  position: relative;
}

.row_6__hotels .row_6__hotels_cnt .row_6__hotels_cnt_header_items .row_6__hotels_cnt_header_hit::before {
  content: "";
  width: 35px;
  height: 47px;
  background-image: url(../img/hit_icon_slider.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -9px;
  left: -42px;
}

.row_6__hotels .row_6__hotels_cnt .row_6__hotels_cnt_header_items .row_6__hotels_cnt_header_item {
  margin-right: 50px;
  color: #000000;
  font-size: 23px;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.row_6__hotels .row_6__hotels_cnt .row_6__hotels_cnt_header_items .row_6__hotels_cnt_header_item:last-of-type {
  margin-right: 0;
}

.row_6__hotels .row_6__hotels_cnt .row_6__hotels_cnt_header_items .row_6__hotels_cnt_header_item:hover {
  color: #fff;
}

.row_6__hotels .row_6__hotels_cnt .row_6__hotels_cnt_header_items .row_6__hotels_cnt_header_item__active {
  color: #fff;
}

.row_6__hotels_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px;
}

.row_6__hotels_flex .row_6__hotels_link {
  width: 206px;
  height: 37px;
  background-color: #ffd400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  font-size: 17px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.row_6__hotels_flex .row_6__hotels_link:hover {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
}
.row_6__hotels_item .row_6__hotels_item_meta__alllink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.tab_slider_hit {
  display: none;
}

.tab_slider_new {
  display: none;
}

.row_6__hotels_items__no_slider .row_6__hotels_item_yellow_cnt {
  width: 100% !important;
}

.row_6__hotels_items__no_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row_6__hotels_items__no_slider::after {
  content: "";
  width: 31.4%;
}

.row_6__hotels_items__no_slider .row_6__hotels_item {
  margin-bottom: 30px;
}

.row_6__hotels_items,
.row_6__hotels_items__no_slider {
  margin-top: 65px;
}

.row_6__hotels_items .slick-arrow,
.row_6__hotels_items__no_slider .slick-arrow {
  position: absolute;
  top: 48%;
}

.row_6__hotels_items .slick-slide,
.row_6__hotels_items__no_slider .slick-slide {
  position: relative;
  left: 18px;
}

.row_6__hotels_items .slick-prev,
.row_6__hotels_items__no_slider .slick-prev {
  width: 13px;
  height: 24px;
  background-image: url(../img/slider_arrow_left.png);
  text-indent: -99999999px;
  background-color: transparent;
  border: none;
  left: -1.5%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.row_6__hotels_items .slick-next,
.row_6__hotels_items__no_slider .slick-next {
  width: 13px;
  height: 24px;
  background-image: url(../img/slider_arrow_right.png);
  text-indent: -99999999px;
  background-color: transparent;
  border: none;
  left: 102%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.row_6__hotels_items .row_6__hotels_item,
.row_6__hotels_items__no_slider .row_6__hotels_item {
  position: relative;
  display: inline-block;
}

.row_6__hotels_items .row_6__hotels_item:hover .row_6__hotels_item_yellow_cnt,
.row_6__hotels_items__no_slider .row_6__hotels_item:hover .row_6__hotels_item_yellow_cnt {
  opacity: 0.85;
  visibility: visible;
}

.row_6__hotels_items .row_6__hotels_item:hover .row_6__hotels_item_meta .row_6__hotels_item_meta__title,
.row_6__hotels_items__no_slider .row_6__hotels_item:hover .row_6__hotels_item_meta .row_6__hotels_item_meta__title {
  color: #010101;
  top: 50px;
}

.row_6__hotels_items .row_6__hotels_item:hover .row_6__hotels_item_meta .row_6__hotels_item_meta_text,
.row_6__hotels_items__no_slider .row_6__hotels_item:hover .row_6__hotels_item_meta .row_6__hotels_item_meta_text {
  opacity: 1;
}

.row_6__hotels_items .row_6__hotels_item:hover .row_6__hotels_item_meta .row_6__hotels_item_meta__link,
.row_6__hotels_items__no_slider .row_6__hotels_item:hover .row_6__hotels_item_meta .row_6__hotels_item_meta__link {
  color: #010101;
}

.row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_yellow_cnt,
.row_6__hotels_items__no_slider .row_6__hotels_item .row_6__hotels_item_yellow_cnt {
  width: 94.5%;
  height: 100%;
  background-color: #ffd400;
  opacity: 0.85;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_new,
.row_6__hotels_items__no_slider .row_6__hotels_item .row_6__hotels_item_new {
  width: 75px;
  height: 75px;
  background-color: #ffd400;
  border-radius: 50%;
  position: absolute;
  right: 40px;
  bottom: 30px;
  background-image: url(../img/new_iocn_wbg.png);
  background-repeat: no-repeat;
  background-position: 48% 50%;
}

.row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_hit,
.row_6__hotels_items__no_slider .row_6__hotels_item .row_6__hotels_item_hit {
  width: 75px;
  height: 75px;
  background-color: #ffd400;
  border-radius: 50%;
  position: absolute;
  right: 40px;
  bottom: 30px;
  background-image: url(../img/hit_icon_wbg.png);
  background-repeat: no-repeat;
  background-position: 48% 50%;
}

.row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_meta,
.row_6__hotels_items__no_slider .row_6__hotels_item .row_6__hotels_item_meta {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_meta .row_6__hotels_item_meta__title,
.row_6__hotels_items__no_slider .row_6__hotels_item .row_6__hotels_item_meta .row_6__hotels_item_meta__title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  bottom: 60px;
  left: 40px;
}

.row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_meta .row_6__hotels_item_meta_text,
.row_6__hotels_items__no_slider .row_6__hotels_item .row_6__hotels_item_meta .row_6__hotels_item_meta_text {
  position: absolute;
  left: 40px;
  top: 40%;
  color: #010101;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  opacity: 0;
}

.row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_meta .row_6__hotels_item_meta_text span,
.row_6__hotels_items__no_slider .row_6__hotels_item .row_6__hotels_item_meta .row_6__hotels_item_meta_text span {
  font-weight: 700;
  font-size: 20px;
}

.row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_meta .row_6__hotels_item_meta__link,
.row_6__hotels_items__no_slider .row_6__hotels_item .row_6__hotels_item_meta .row_6__hotels_item_meta__link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-top: 10px;
  position: absolute;
  bottom: 30px;
  left: 40px;
z-index:3;
}

footer {
  margin-top: 120px;
}

footer .footer_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

footer .footer_map {
  max-width: 748px;
  width: 100%;
}

footer .footer_map iframe {
  border: 3px solid #ffd400;
}

footer .footer_meta {
  max-width: 360px;
  width: 100%;
  height: 415px;
  background-color: #ffd400;
  text-align: center;
  padding-top: 35px;
}

footer .footer_meta .footer_meta_p0 {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  margin-top: 15px;
}

footer .footer_meta .footer_meta_p1 {
  color: #ffffff;
  font-size: 85px;
  font-weight: 700;
  margin-top: -10px;
}

footer .footer_meta .footer_meta_p2 {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  margin-top: -13px;
}

footer .footer_meta .footer_meta_p3 {
  color: #000000;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}

footer .footer_meta .footer_meta_p4 {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.59px;
  letter-spacing: 0.7px;
  margin-top: 48px;
}

.footer_links {
  margin-top: 130px;
  padding-bottom: 40px;
}

.footer_links .footer_links_hr {
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  margin-top: 30px;
  margin-bottom: 40px;
}

.footer_links .footer_links_item__title {
  color: #ffd400;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.footer_links .footer_links_item_2 {
  margin-right: 145px;
}

.footer_links .footer_links_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_links .footer_links_item__bold {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  left: 0;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.footer_links .footer_links_item__bold:hover {
  left: 5px;
}

.footer_links .footer_logo {
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.footer_links .footer_logo:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.footer_links .footer_links_item__mail {
  margin-top: 5px;
}

.footer_links .footer_links_item__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_links .footer_links_item__soc a {
  display: block;
  margin-right: 40px;
  transition: -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.footer_links .footer_links_item__soc a:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.footer_links .footer_links_item__soc a:last-of-type {
  margin-right: 0;
}

.footer_links .footer_links_item__copy {
  margin-top: 45px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.footer_links .footer_links_item__copy a {
  color: #ffd400;
}

.footer_links .footer_links_item__phone {
  margin-top: 6px;
}

.videos_block {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  background-color: rgba(13, 27, 8, 0.9);
  top: 0;
  left: 0;
  display: none;
}

.videos_block .videos_block__cnt {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.videos_block .videos_block__cnt .videos_block__cnt_block {
  width: 100%;
  height: 600px;
  background-color: #fff;
  position: relative;
}

.videos_block .videos_block__cnt .videos_block__cnt_block .videos_block__cnt__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    padding-top: 80px;
    background: black;
}

.videos_block .videos_block__cnt .videos_block__cnt_block .videos_block__cnt_block__close {
  position: absolute;
  right: 30px;
  top: 7px;
  font-size: 50px;
  cursor: pointer;
    color: white;
}

.breadcrumbs_cnt {
  margin-top: 30px;
}

.breadcrumbs_cnt .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 8px;
}

.breadcrumbs_cnt .breadcrumbs a {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.breadcrumbs_cnt .breadcrumbs a:hover {
  color: #ffd400;
}

.breadcrumbs_cnt .breadcrumbs .breadcrumbs__hr {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
}

.breadcrumbs_cnt .breadcrumbs .breadcrumbs__current {
  color: #ffd400;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

h1 {
  color: #000000;
  font-size: 50px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 30px;
}

.about_us__row_1 {
  max-width: 1136px;
  margin: 0 auto;
  height: 596px;
  background-image: url(../img/about_row_1_bg.jpg);
  background-repeat: no-repeat;
  padding-left: 100px;
  padding-top: 100px;
  margin-top: 40px;
}

.about_us__row_1 .about_us__row_1_cnt {
  max-width: 332px;
  width: 100%;
  height: 398px;
  background-color: rgba(255, 212, 0, 0.85);
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_us__row_1 .about_us__row_1_cnt p {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.4px;
  max-width: 272px;
}

.about_us__row_2 .about_us__row_2__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 150px;
}

.about_us__row_2 .about_us__row_2__right {
  max-width: 624px;
}

.abous_us p,
.sale p,
.inner_page p {
  margin-bottom: 8px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.4px;
}
.inner_page p i {
    font-style: italic;
    text-decoration: underline;
}
.instrpage table{
    margin: 15px 0;
}
.instrpage table tr {
    border: 1px solid;
}
.instrpage table td {
    padding: 10px;
}
.instrpage b.blockname {
    font-weight: 600;
    margin-top: 10px;
    display: block;
}
.instrpage img {
    margin: 20px auto;
    display: block;
    max-width: 660px;
    max-height: 370px;
}
.instrpage .imagetext {
    text-align: center;
    font-weight: 600;
    margin: 15px 0;
}
.instrpage li {
    margin: 5px 0;
}
.instrpage ol {
    list-style: decimal;
    padding-left: 20px;
}
.instrpage b {
    font-weight: 500;
}
h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.about_us__row_3__cnt {
  max-width: 987px;
  margin-top: 80px;
}

.about_us__row_4 {
  margin-top: 90px;
}

.about_us__row_4 .big_yellow {
  margin-bottom: 100px;
}

.about_us__row_4 .about_us__row_4_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about_us__row_4 .about_us__row_4_flex .about_us__row_4_left {
  max-width: 535px;
}

.about_us__row_4 .about_us__row_4_flex .about_us__row_4_right {
  max-width: 535px;
}

.about_us__row_4 .about_us__row_4_right_img {
  margin-top: 20px;
}

.about_us__row_5_1 {
  margin-top: 100px;
  max-width: 540px;
}

.about_us__row_5_2 {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about_us__row_5_2 .about_us__row_5_2_sert {
  border: 1px solid #ffd400;
  padding: 20px;
  height: 490px;
}

.about_us__row_5_2 .about_us__row_5_2_mini {
  max-width: 355px;
}

.about_us__row_5_2 .about_us__row_5_2_mini h3 {
  font-size: 16px;
}

.about_us__row_5_2 .about_us__row_5_2_mini__text {
  margin-bottom: 45px;
}

.about_us__row_6 {
  margin-top: 120px;
}

.about_us__row_6 .about_us__row_6_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about_us__row_6 .about_us__row_6__left {
  max-width: 540px;
}

.about_us__row_6 .about_us__row_6__right {
  height: 449px;
  border: 1px solid #ffd400;
  max-width: 552px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_us__row_7 {
  margin-top: 120px;
}

.about_us__row_7__flex_item {
  max-width: 552px;
  width: 100%;
  height: 434px;
  background-repeat: no-repeat;
  position: relative;
  background-position: 100%;
}

.about_us__row_7__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about_us__row_7__flex_item_1 {
  background-image: url(../img/about_us__row_7_item_1.jpg);
  padding-left: 30px;
  padding-top: 30px;
}

.about_us__row_7__flex_item_1 .about_us__row_7__flex_item_1__text {
  max-width: 345px;
}

.about_us__row_7__flex_item_1__txt {
  height: 76px;
  background-color: #ffd400;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}

.about_us__row_7__flex_item_1__txt p {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0;
  max-width: 95%;
}

.about_us__row_7__flex_item_2 {
  background-image: url(../img/about_us__row_7_item_2.jpg);
}

.about_us__row_7__flex_item_3 {
  background-image: url(../img/about_us__row_7_item_3.jpg);
}

.about_us__row_7__flex_item_4 {
  background-image: url(../img/about_us__row_7_item_4.jpg);
}

p.big_yellow {
  color: #ffd400;
  font-size: 50px;
  font-weight: 700;
}

.about_us__row_8_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 120px;
}

.about_us__row_8_flex .about_us__row_8_flex_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about_us__row_8_flex .about_us__row_8_flex_left img {
  margin-bottom: 20px;
}

.about_us__row_8_flex .about_us__row_8_flex_right {
  max-width: 750px;
}

.about_us__row_8_flex .about_us__row_8_flex_right span {
  color: #fe9c01;
  font-weight: 700;
}

.contacts h1 {
  margin-bottom: 0;
}

.contacts__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}

.contacts__flex iframe {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  margin-top: 20px;
}

.contacts__flex p {
  margin-bottom: 8px;
}

.contacts__flex .contacts_maps_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__flex .contacts__left_title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.contacts__flex .contacts_ya_map_2 {
  opacity: 0;
  z-index: -1;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  margin-right: 20px;
}

.contacts__flex .contacts_ya_map_3 {
  opacity: 0;
  z-index: -1;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.contacts__flex .contacts__left {
  margin-right: 85px;
  position: relative;
}

.contacts__flex .contacts__left .contacts_ya_map_1 {
  opacity: 0;
  z-index: -1;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.contacts_yamap_icon {
  width: 28px;
  height: 28px;
  background-image: url(../img/yamap_icon.png);
  display: block;
}

.contacts_adr {
  position: relative;
  padding-left: 40px;
  text-decoration: underline;
  cursor: pointer;
}

.contacts_adr::before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../img/yamap_icon.png);
  position: absolute;
  top: -4px;
  left: 6px;
}

.contacts_baza {
  line-height: 1.7;
}

.contacts_baza .contacts_adr {
  padding-left: 33px;
}

.contacts_baza .contacts_adr::before {
  left: 0px;
}

.sale_vide_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-top: 40px;
}

.sale_vide_flex .video_play_btn {
  margin: 0;
  margin-left: 30px;
}

.sale_vide_flex .video_play_btn:first-of-type {
  margin-left: 0;
}

.sale_text_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sale_text_flex p {
  max-width: 557px;
}

.sale_img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sale_row_3 {
  margin-top: 65px;
}

.sale_row_3 img {
  margin-top: 40px;
}

.sale_table {
  margin-top: 110px;
}

.sale_table img {
  margin-top: 20px;
}

.sale_table table {
  width: 100%;
}

.sale_table table thead tr {
  background-color: #ffd300;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.sale_table table thead tr td {
  vertical-align: middle;
  padding-left: 25px;
  padding-right: 25px;
}

.production_row_3 {
  margin-top: 70px;
}

.sale_img_flex__2 {
  margin-top: 40px;
}

.sale_img_flex__3 {
  margin-top: 50px;
}

.sale_img_flex__3_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.sale_img_flex__3_text .sale_img_flex__3_item {
  max-width: 550px;
}

.sale_img_flex__3_text .sale_img_flex__3_item span {
  font-weight: 700;
  color: #fe9c01;
}

.production .production_row_3 {
  margin-top: 95px;
}

.production .sale_img_flex__3 {
  margin-top: 115px;
}

.building_item_1 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.building .production_row_3 {
  margin-top: 75px;
}

.building .production_row_3 {
  margin-top: 40px;
}

.building .sale_img_flex__3 {
  margin-top: 25px;
}

.building .sale_vide_flex .video_play_btn {
  max-width: 100%;
}

.building_item_whis_btn {
  margin-top: 30px;
}

.building_item_whis_btn .video_play_btn {
  position: relative;
  top: -61px;
}

.card h1 {
  margin-bottom: 0;
}

.card .h_p {
  font-weight: 700;
}

.card .card_row_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card .card_row_1 .card_row_1__right {
  max-width: 551px;
  width: 100%;
  height: 93px;
  background-color: #fcfcfc;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.card .card_row_1 .card_row_1__right p {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}

.card .card_row_1 .card_row_1__right p span {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
}

.card .card_row_1 .card_row_1__right p i {
  color: #ffd400;
  font-size: 18px;
}

.card .card_row_2_left_mini {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card .card_row_2_left {
  max-width: 552px;
  margin-top: 30px;
}

.card .card_row_2_left .slick-arrow {
  position: absolute;
  top: 46%;
}

.card .card_row_2_left .slick-prev {
  width: 13px;
  height: 24px;
  background-image: url(../img/slider_arrow_left.png);
  text-indent: -99999999px;
  background-color: transparent;
  border: none;
  left: -2.5%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.card .card_row_2_left .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}

.card .card_row_2_left .slick-next {
  width: 13px;
  height: 24px;
  background-image: url(../img/slider_arrow_right.png);
  text-indent: -99999999px;
  background-color: transparent;
  border: none;
  left: 100.5%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.card .card_row_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.card .card_row_2_right {
  max-width: 552px;
  background-color: #ffffff;
  width: 100%;
}

.card .card_row_2_left_mini img {
  width: 164px;
  height: 109px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.card .big_card_slide {
  width: 552px;
  height: 385px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card .card_row_2_right_cnt {
  margin-top: 30px;
}

.card .card_row_2_right_cnt .card_row_2_right_header_title {
  background-color: #fdd415;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  height: 40px;
  color: #fff;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card .card_row_2_right_cnt .card_row_2_right_cnt_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #c1c1c1;
}

.card .card_row_2_right_cnt .card_row_2_right_cnt_flex p {
  margin-bottom: 0;
  padding: 6px;
  padding-left: 0;
}

.card .card_row_2_right_cnt .card_row_2_right_cnt_flex__bold {
  font-weight: 700;
}

.card .card_row_3 {
  margin-top: 95px;
}

.card .card_row_3_flex {
  margin-top: 45px;
}

.card .card_row_3__left {
  max-width: 747px;
  width: 100%;
}

.card .card_row_3__right {
  max-width: 354px;
  width: 100%;
}

.card .card_row_3__right .card_row_3__right_cnt {
  height: 496px;
  border-radius: 30px;
  background-color: #ffd400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
}

.card .card_row_3__right .card_row_3__right_cnt .card_row_3__right_cnt__price {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  margin-top: 67px;
}

.card .card_row_3__right .card_row_3__right_cnt .card_row_3__right_cnt__rub {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}

.card .card_row_3__right .card_row_3__right_cnt input[type="submit"] {
  max-width: 176px;
  width: 100%;
  height: 49px;
  border: 2px solid #fcfcfc;
  background-color: transparent;
  color: #000000;
  font-size: 23px;
  font-weight: 300;
  margin-top: 23px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.card .card_row_3__right .card_row_3__right_cnt input[type="submit"]:hover {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
}

.card .card_row_3__left__item_flex_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card .card_row_3__left__item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card .card_row_3__left__item {
  border-top: 1px solid #a3a3a3;
}

.card .card_row_3__left__item p {
  margin-bottom: 0;
  padding: 9px;
}

.card .card_row_3__left__item_flex_2 p {
  font-weight: 700;
}

.card .card_row_3_flex form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card .card_row_3__left__item_flex .control_indicator {
  width: 18px;
  height: 18px;
}

.card .card_row_3__left__item_flex .control-checkbox .control_indicator:after {
  left: 5px;
  top: 2px;
}

.card .card_row_3__left__item_flex .control input:checked~.control_indicator {
  background: #fdd415;
}

.card .card_row_3__left__item_flex .control {
  margin-bottom: 0;
}

.card .card_row_3__left__item_flex .control_indicator {
  background: #fdd415;
}

.card .card_row_3__left__item__title {
  background-color: #fdd415;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.card .card_row_3__left__item__title p {
  font-weight: 700;
}

.card .card_row_4 {
  margin-top: 60px;
  text-align: center;
}

.card .card_row_5 {
  max-width: 950px;
  margin-top: 85px;
}

.card .card_row_5 .card_row_5_2 {
  margin-top: 40px;
}

.card .card_row_5 .card_row_5_2 i {
  color: #ffd400;
}

.card .card_row_5 p span {
  color: #ffd400;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding-right: 5px;
}

.card .card_row_6 {
  margin-top: 50px;
  height: 320px;
  background-color: #fcfcfc;
  width: 100%;
  padding: 30px;
}

.card_new_row_1 {
  margin-top: 78px;
  display: flex;
  justify-content: space-between;
}

.card_new_row_1 .item {
  max-width: 552px;
  width: 100%;
}

.card_new_row_1 .item.tabs {}

.card_new_row_1 .item.tabs .tabs_h {
  display: flex;
  align-items: flex-end;
}

.card_new_row_1 .item.tabs .tabs_h .tabh {
  width: 264px;
  height: 38px;
  border-radius: 5px 5px 0 0;
  background-color: #e5e5e5;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.card_new_row_1 .item.tabs .tab_inner {
  margin-top: 45px;
}

.card_new_row_1 .item.tabs .tab_inner .title {
  font-weight: 700;
  font-size: 20px;
  background-color: #181716;
  height: 40px;
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 7px;
}

.card_new_row_1 .item.tabs .tab_inner .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card_new_row_1 .item.tabs .tab_inner .row_tab {
  margin-bottom: 10px;
}

.card_new_row_1 .item.tabs .tab_inner .row_itogo {
  background-color: #181716;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 5px;
}

.tab_osb{
  display: none;
}

.card_new_row_1 .item.tabs .tab_inner .row_itogo .p_itogo {
  color: #ffd400;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 0;
}

.card_new_row_1 .item.tabs .tab_inner .row_itogo .price_itogo {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  line-height: 1.1;
}

.card_new_row_1 .item.tabs .tab_inner .row_itogo .price_itogo span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #ffd400;
  font-size: 23px;
}

.card_new_row_2{
  margin-top: 110px;
}

.card_new_row_2 .h_p{
  font-size: 20px;
}

.card_new_row_2 .text {
margin-top: 50px;
}

.card_new_row_2 .text .link_h {
 margin-bottom: 0px;
  }

  .card_new_row_2 .text .link a{
    letter-spacing: 0.4px;
    text-decoration: underline;
    text-transform: uppercase;
  }

.card_new_row_2 .bold {
  font-size: 16px;  
  font-weight: 700;
  text-transform: uppercase;
letter-spacing: 0.4px;
margin-bottom: 18px;
}

.card_new_row_2 .shag_2{
  margin-top: 58px;
}
.card_new_row_2 .shag_2 .row_with_photo{
margin-top: 26px;
display: flex;
align-items: center;
}

.card_new_row_2 .shag_2 .row_with_photo .photos{
  display: flex;
  max-width: 52%;
  width: 100%;

}

.card_new_row_2 .shag_2 .row_with_photo .txt{
width: 50%;
}

.card_new_row_2 .shag_2 .row_with_photo .photos .item_photo{
  
}

.card_new_row_2 .shag_2 .row_with_photo .photos .item_photo{
  max-width: 261px;
  width: 100%;
  margin-right: 31px;
}

.card_new_row_2 .shag_2 .row_with_photo .photos .item_photo .tlt{
  background-color: #000;
  height: 28px;
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #fdd415;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-weight: 700;
}

.card_new_row_2 .shag_2 .row_with_photo{
  margin-bottom: 46px;
}

.card_new_row_2 .shag_3{
  margin-top: 61px;
}

.card_new_row_2 .shag_3 .links{
  
}

.card_new_row_2 .shag_3 .links a{

  text-transform: uppercase;
  height: 32px;
  border-radius: 5px;
background-color: #fdd415;
display: inline-flex;
justify-content: center;
align-items: center;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 5px;
 text-decoration: underline;
 font-size: 16px;
 letter-spacing: 0.4px;
 font-weight: 400;

}

.card_new_row_2 .shag_3 .links a::before{
  content:'-';
}

.card_new_row_2 .shag_3 .txtb{
  margin-top: 57px;
}

.card_new_row_2 .shag_3 .txtb p{
  font-weight: 400;
  margin-bottom: 0;
}

.card_new_row_2 .shag_3 .txtb p a{
  font-weight: 700;
}

.card_new_row_2 .shag_3 .items{
  display: flex;
  justify-content: space-between;
}

.card .card_row_1 .card_row_1__right.eng_price{
  flex-direction: row;
  align-items: center;
}

.card .card_row_1 .card_row_1__right.eng_price p{
  margin-bottom: 0;
}

.card .card_row_1 .card_row_1__right.eng_price .button_to_ordr{
  margin-top: 0;
}

.card .card_row_1 .card_row_1__right.eng_price  .card_row_1__btn{
  margin-top: 0;
}

.row_with_photo.jcr .photos{
  justify-content: flex-end;
  padding-left: 6px;
}
.card_new_row_1 .item.tabs .tab_inner .text .price {
  text-align: right;
  width: 20%;
}

.card_new_row_1 .item.tabs .tab_inner .text .price span {
  display: block;
  font-weight: 700;
  font-size: 20px;
}

.card_new_row_1 .item.tabs .tab_inner .text .item_for_text {
  max-width: 450px;
  width: 100%;
}

.card_new_row_1 .item.tabs .tab_inner .text p {
  margin-bottom: 0;
}

.card_new_row_1 .item.tabs .tab_inner .title span {
  color: #ffd400;
  padding-right: 10px;
}

.card_new_row_1 .item.tabs .tabs_h .tabh:last-of-type {
  margin-right: 0;
}

.card_new_row_1 .item.tabs .tabs_h .tabh.active {
  width: 276px;
  height: 50px;
  border-radius: 5px 5px 0 0;
  background-color: #ffd400;
}

.card_new_row_1 .item h2 {
  font-weight: 900;
  font-size: 48px;
  color: #000000;
  letter-spacing: -0.7px;
}

.card_new_row_1 .item.video .video_img {
  margin-top: 37px;
	position:relative;
}

.card_new_row_1 .item.video {
  max-width: 552px;
  width: 100%;
}

.card_new_row_1 .item.video .video_img img {
    cursor: pointer;
    position: relative;
    z-index: 10;
    width: 100%;
    opacity: 1;
}
.card_new_row_1 .item.video .video_img img.hide {
    opacity: 0;
    z-index: 0;
}
.video_img video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: black;
}
.card .card_row_6 .card_row_6__text {
  max-width: 96%;
}

.project h1 {
  margin-bottom: 0;
}

.project .h_p {
  font-weight: 700;
}

.project .project_row_1_left {
  padding-top: 4px;
}

.project .row_1__banner__tabs_block {
  position: relative;
  top: 0;
  max-width: 750px;
  padding-right: 105px;
}

.project .row_1__banner__tabs_block .form_header_submit {
  right: 106px;
}

.project .project_row_1_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project .project_row_1_flex .project_row_1_right {
  max-width: 560px;
  margin-top: 40px;
}

.project .project_tab_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 147px;
}

.project .project_tab_form .project_calc {
  max-width: 357px;
  width: 100%;
}

.project .project_tab_form .project_calc__cnt {
  max-width: 357px;
  height: 321px;
  width: 100%;
  border-radius: 30px;
  background-color: #ffd400;
  padding-left: 34%;
  padding-top: 30px;
}

.project .project_tab_form .project_calc__cnt .project_calc__title {
  color: #000000;
  font-size: 23px;
  font-weight: 700;
}

.project .project_tab_form .project_calc__cnt img {
  margin-top: 10px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.project .project_tab_form .project_calc__cnt img:hover {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
}

.project .project_tab_form .project_calc__cnt p.project_calc__txt {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  max-width: 220px;
}

.project .project_objects_more_btn__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.project .project_objects_more_btn__cnt .project_objects_more_btn {
  width: 206px;
  height: 49px;
  border: 2px solid #fe9c01;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  font-size: 23px;
  font-weight: 300;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  cursor: pointer;
}

.project .project_objects_more_btn__cnt .project_objects_more_btn:hover {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
}

.photolist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.photolist .item {
    height: 240px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}
.photolist .item img {
    transform: scale(1);
    transition: 0.5s;
}
.photolist .item a:after {
    opacity: 0;
    content: '';
    background: white;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    transition: 0.5s;
}
.photolist .item:hover img {
    transform: scale(1.05);
}
.photolist .item:hover a:after {
    opacity: 0.2;
}
.photolist .item img,.galleryba .item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.gallerypage h3:first-child {
    margin: 10px auto 20px;
}
.gallerypage h3 {
    margin: 60px 0 20px;
    text-align: center;
    font-size: 24px;
}

.galleryba .item:hover .before {
    opacity: 0;
    visibility: hidden;
}
.galleryba .item:hover {
    box-shadow: 0 0 6px 0px #0000002b;
}
.galleryba .item .before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    visibility: visible;
}
.galleryba .item {
    height: 260px;
    object-fit: cover;
    position: relative;
}
.galleryba {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

@media only screen and (max-width: 1736px) {
  .header_meta {
    padding-left: 20px;
    padding-right: 20px;
  }

  header .header_adr {
    width: 65%;
  }
}

@media only screen and (max-width: 1210px) {
  .card_new_row_1{
    flex-direction: column;
    align-items: center;
  }
  .card_new_row_1 .item.video{
    margin-bottom: 35px;
  }
  .card_new_row_2{
    max-width: 552px;
    width: 100%;
    margin: 0 auto;
    margin-top: 70px;
  }

  .card_new_row_2 .h_p{
    text-align: center;
  }

  .card_new_row_2 .shag_2 .row_with_photo .txt{
    width: 100%;
    margin-top: 25px;
  }

  .card_new_row_2 .shag_3 .items{
    flex-direction: column;
  }

  .card_new_row_2 .shag_2 .row_with_photo .photos{
    max-width: 100%;
  }

  .card_new_row_2 .shag_3 .txtb .tb{
    margin-bottom: 25px;
  }

  .card_new_row_2 .shag_3 .links a{
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card_new_row_2 .shag_3 .txtb p a{
    display: block;
  }

  .card_new_row_2 .shag_3 .right{
    text-align: center;
    margin-top: 50px;
  }

  .card_new_row_2 .shag_2 .row_with_photo{
    flex-direction: column;
  }

  .card_new_row_2 h2{
    text-align: center;
  }
	.photolist {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.galleryba .item {
    	height: 220px;
	}
}

@media only screen and (max-width: 1136px) {

  .w_1136,
  .row_1__banner .slick-dots {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project .project_row_1_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row_6__hotels_items__no_slider::after {
    display: none;
  }

  .row_6__hotels_items__no_slider {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .project .project_tab_form {
    margin-top: 70px;
  }

  .row_6__hotels_items__no_slider .row_6__hotels_item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .project_calc {
    margin-top: 30px;
  }

  .project_tab_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project .project_row_1_flex .project_row_1_right {
    max-width: 100%;
  }

  .card .card_row_3__left {
    max-width: 650px;
  }

  .card .card_row_2_left {
    max-width: 450px;
  }

  .about_us__row_5_2 .about_us__row_5_2_sert {
    width: 30%;
  }

  .about_us__row_7__flex_item {
    width: 46%;
  }

  .about_us__row_6 .about_us__row_6__left {
    max-width: 450px;
  }

  .about_us__row_8_flex .about_us__row_8_flex_right {
    margin-left: 25px;
  }

  .about_us__row_7__flex_item_1__txt p {
    font-size: 14px;
  }

  .row_3__why_me .row_3__why_me__text p {
    max-width: 90%;
  }

  .row_4__presentation .row_4__presentation_video {
    width: 55%;
  }

  .sale_text_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sale_text_flex p {
    max-width: 100%;
  }

  .sale_img_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sale_img_flex img {
    margin-bottom: 20px;
  }

  .sale_img_flex__3_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sale_img_flex__3_text .sale_img_flex__3_item {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1100px) {
  .row_2__house_image img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .card .card_row_3__right {
    margin-top: 50px;
  }

  .card .card_row_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card .card_row_1 .card_row_1__right {
    text-align: center;
  }

  .card .card_row_3_flex form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card .card_row_2_right_cnt {
    margin-top: 50px;
  }

  .card_row_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .building .sale_vide_flex .video_play_btn {
    max-width: 337px;
  }

  .building .sale_vide_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .building .sale_vide_flex .video_play_btn {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .contacts__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts__left {
    margin-bottom: 50px;
  }

  .contacts_ya_map_1,
  .contacts_ya_map_2,
  .contacts_ya_map_3 {
    opacity: 1 !important;
    z-index: 1 !important;
  }

  .about_us__row_2 .about_us__row_2__right {
    max-width: 50%;
  }

  .row_2__house .row_2__house_image {
    left: 60px;
  }

  .about_us__row_6 .about_us__row_6__right {
    max-width: 500px;
  }
}

@media only screen and (max-width: 1024px) {
	.photolist .item,.galleryba .item{
	  height:auto
	}
  .row_6__hotels_items .slick-next {
    left: 101%;
  }

  .row_1__banner__tabs_block::before {
    display: none;
  }

  .about_us__row_6 .about_us__row_6__right {
    max-width: 45%;
  }

  .about_us__row_7__flex_item_1__txt {
    height: 100px;
  }

  .row_1__banner__tabs_block {
    padding-left: 30px;
    left: -5px;
  }

  .how_we_flex__item_1:after,
  .row_5__how_we_work .how_we_flex .how_we_flex__item_2:before,
  .row_5__how_we_work .how_we_flex .how_we_flex__item_3:before,
  .row_5__how_we_work .how_we_flex .how_we_flex__item_4:after {
    display: none;
  }

  .row_6__hotels_items {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media only screen and (max-width: 1024px) {
  .breadcrumbs_cnt .breadcrumbs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.4;
    text-align: right;
    font-size: 12px;
  }

  .breadcrumbs_cnt .breadcrumbs a,
  .breadcrumbs_cnt .breadcrumbs .breadcrumbs__current,
  .breadcrumbs_cnt .breadcrumbs .breadcrumbs__hr {
    font-size: 12px;
  }

  .card .card_row_6 {
    height: auto;
  }

  .card_row_3 h2 {
    font-size: 35px;
  }

  .card_row_3 .card_row_1__left {
    text-align: center;
  }

  .card .card_row_3 {
    text-align: center;
  }

  .card_row_1__left {
    text-align: center;
  }
}

@media only screen and (max-width: 960px) {
  .about_us__row_2 .about_us__row_2__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .about_us__row_4_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about_us__row_4 .about_us__row_4_flex .about_us__row_4_left,
  .about_us__row_4_right {
    max-width: 100% !important;
  }

  .about_us__row_5_2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .about_us__row_5_2_mini__text {
    margin-top: 35px;
  }

  .about_us__row_2__right {
    margin-top: 50px;
  }

  .about_us__row_5_2 .about_us__row_5_2_sert {
    height: auto;
  }

  .card .card_row_1 .card_row_1__right {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about_us__row_2 .about_us__row_2__flex {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
.galleryba {
    grid-template-columns: 1fr 1fr;
}
  .row_1__banner__tabs_block::before {
    display: none;
  }

  .row_3__why_me__icons_item {
    max-width: 33%;
    width: 33%;
  }

  .project .row_1__banner__tabs_block .form_header_submit {
    right: 60px;
  }

  .row_3__why_me__icons_item {
    margin-bottom: 30px;
  }

  .mobile_menu_close {
    font-size: 40px;
    position: absolute;
    right: 20px;
    top: 10px;
    padding: 10px;
    cursor: pointer;
  }

  .mobile_menu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 8;
    background: #ffd400;
    padding-top: 10px;
  }

  .mobile_menu ul {
    padding: 30px;
  }

  .mobile_menu ul li {
    margin-bottom: 5px;
    padding: 5px;
  }

  .mobile_menu ul li a {
    color: #000;
    text-transform: uppercase;
    padding: 5px;
  }

  .mobile_menu .header_menu__sub_ul {
    padding: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
  }

  .row_3__why_me .row_3__why_me__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row_3__why_me .row_3__why_me__text .row_3__why_me__text_left {
    margin-bottom: 50px;
  }

  .contacts__flex {
    margin-top: 60px;
  }

  header .header_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
  }

  .about_us__row_6 .about_us__row_6__right {
    height: auto;
  }

  .about_us__row_6__right {
    max-width: 100%;
  }

  .about_us__row_7__flex_item_1 .about_us__row_7__flex_item_1__text {
    background: #ffd400;
    padding: 20px;
  }

  .about_us__row_6 .about_us__row_6__right {
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
    border: none;
  }

  p.big_yellow {
    line-height: 1;
  }

  .about_us__row_6_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about_us__row_6 .about_us__row_6__left {
    max-width: 100%;
  }

  .header_menu_mob {
    width: 100%;
    height: 50px;
    background-color: #deb900;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header_menu_mob .header_menu_mob_logo img {
    width: 50px;
  }

  .header_menu_mob .header_menu_mob_open img {
    width: 35px;
  }

  header .header_1736 {
    padding-top: 50px;
  }

  .header_logo {
    margin-bottom: 25px;
    display: none;
  }

  .videos_block .videos_block__cnt {
    width: 90%;
  }

	.videos_block .videos_block__cnt .videos_block__cnt_block{
		height:400px;
	}
  .header_soc {
    margin-top: 25px;
  }

  header .header_adr {
    width: 100%;
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header_menu {
    display: none;
  }

  .header_soc_left_arr {
    display: none;
  }

  .row_1__banner__tabs_block {
    padding-left: 20px;
    left: 0;
  }

  .row_1__banner .slick-dots {
    display: none;
  }

  .row_3__why_me__icons_item img {
    max-width: 70%;
  }

  .row_4__presentation .row_4__presentation_video {
    width: 45%;
    height: 300px;
  }

  .row_4__presentation .row_4__presentation_video_s2 {
    font-size: 30px;
  }

  .how_we_flex img {
    max-width: 50%;
  }

  .row_1__banner .row_1__banner_abs_title {
    font-size: 35px;
  }

  .row_2__house_image img {
    position: absolute;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .row_2__house .row_2__house_image {
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row_2__house .row_2__house_image .row_2__house_spans {
    position: static;
    margin-bottom: 38px;
    z-index: 2;
  }

  .row_5__how_we_work .how_we_flex .how_we_flex__item {
    width: 50%;
    margin-bottom: 60px;
  }

  .row_5__how_we_work .how_we_flex .how_we_flex__item:last-of-type {
    margin-bottom: 0;
  }

  .row_5__how_we_work .video_play_btn {
    position: relative;
    top: 41px;
  }

  .row_6__hotels .row_6__hotels_cnt .row_6__hotels_cnt_header_items .row_6__hotels_cnt_header_hit::before,
  .row_6__hotels .row_6__hotels_cnt .row_6__hotels_cnt_header_items .row_6__hotels_cnt_header_new::before {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .row_6__hotels .row_6__hotels_cnt .row_6__hotels_cnt_header_items .row_6__hotels_cnt_header_item {
    font-size: 16px;
  }

  .row_6__hotels .row_6__hotels_cnt .row_6__hotels_cnt_header_items .row_6__hotels_cnt_header_item {
    margin-right: 46px;
  }

  .row_6__hotels_items .slick-next {
    left: 102%;
  }

  .row_6__hotels .row_6__hotels_cnt .row_6__hotels_cnt_header_items .row_6__hotels_cnt_header_new {
    left: -20px;
  }

  .footer_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .footer_meta {
    margin-top: 30px;
  }

  .row_5__how_we_work .row_5__how_we_work__bg {
    height: auto;
  }

  .row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_new,
  .row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_hit {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    bottom: 10px;
  }

  footer .footer_map {
    max-width: 48%;
  }

  .footer_links .footer_links_item__title,
  .footer_links .footer_links_item__bold {
    font-size: 17px;
  }

  .footer_links .footer_links_item_2 {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
	.photolist{
	    grid-template-columns: 1fr 1fr;
	}
	.instrpage img{
		max-width:100%;
	}
  header .header_adr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card .card_row_1 .card_row_1__right.eng_price .card_row_1__btn{
    width: 80%;
  }

  .card_new_row_1{
    margin-top: 50px;
  }

  .card_new_row_2 .bold{
    font-size: 16px;
  }

  .card_new_row_1 .item.tabs .tab_inner .row_itogo{
    padding-right: 10px;
  }

  .card_new_row_1 .item.tabs .tab_inner .row_itogo .price_itogo{
    font-size: 14px;
  }

  .card_new_row_1 .item.tabs .tab_inner .row_itogo .price_itogo span{
    font-size: 18px;
  }

  .card_new_row_2 .shag_2 .row_with_photo .photos{
    justify-content: space-between;
  }

  .card_new_row_1 .item.tabs .tab_inner .row_itogo .p_itogo{
    font-size: 14px;
  }

  .card_new_row_2 .shag_2 .row_with_photo .photos .item_photo{
    max-width: 48%;
    margin-right: 0;
  }

  .card_new_row_2 .shag_2 .row_with_photo p{
    font-size: 14px;
    line-height: 22px;
  }

  .card_new_row_2 .text{
    margin-top: 30px;
  }

  .card_new_row_2 .shag_2{
    margin-top: 40px;
  }

  .card_new_row_2{
    margin-top: 50px;
  }

  .card_new_row_2 .shag_2 .row_with_photo .photos .item_photo .tlt{
    height: auto;
    min-height: 28px;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .card_new_row_2 h2{
    font-size: 30px;
  }

  .card_new_row_2 .h_p{
    font-size: 16px;
  }

  .card_new_row_1 .item h2{
    font-weight: 700;
  }

  .card_new_row_1 .item.tabs .tab_inner .text .price{
    width: 25%;
    font-size: 14px;
  }

  .card_new_row_1 .item.tabs .tab_inner .title{
    font-size: 18px;
  }

  .card_new_row_1 .item.tabs .tab_inner .text .price span{
    font-size: 18px;
  }

  .card_new_row_2 .shag_2 .row_with_photo .photos{
    flex-direction: column;
    align-items: center;
  }

  .card_new_row_2 .shag_2 .row_with_photo .photos .item_photo{
    max-width: 261px;
    margin-bottom: 20px;
  }

  .card_new_row_2 .shag_2 .row_with_photo .photos .item_photo .tlt{
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }

  .card_new_row_2 .shag_3 .links a::before{
    display: none;
  }

  .card_new_row_2 .shag_3{
    margin-top: 40px;
  }

  .card_new_row_2 .shag_3 .txtb{
    margin-top: 40px;
  }

  .card_new_row_1 .item.tabs .tab_inner .text p{
    font-size: 14px;
    line-height: 22px;
  }

  .card_new_row_2 .shag_3 .right{
    margin-top: 65px;
  }

  .card_new_row_1 .item.tabs .tab_inner .text .item_for_text{
    max-width: 75%;
  }

  .card_new_row_1 .item h2{
    font-size: 30px;
    text-align: center;
  }

  .row_3__why_me__icons_item {
    max-width: 100%;
    width: 100%;
  }

  .row_3__why_me__icons_item img {
    max-width: 40% !important;
  }

  .project .project_row_1_flex .project_row_1_right {
    margin-top: 0;
  }

  .project .project_tab_form .project_calc__cnt {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project .row_1__banner__tabs_block p {
    letter-spacing: 0;
    font-size: 14px;
  }

  .project .row_1__banner__tabs_block {
    padding-right: 20px;
  }

  .project .project_tab_form {
    margin-top: 30px;
  }

  .building_item_whis_btn .video_play_btn {
    margin-top: 20px;
  }

  .card_row_3__right_cnt img {
    width: 30%;
  }

  .card .card_row_1 .card_row_1__right p {
    font-size: 14px;
  }

  .card .card_row_1 .card_row_1__right p i {
    font-size: 16px;
    position: relative;
    top: -4px;
  }

  .card .card_row_1 .card_row_1__right p span {
    font-size: 16px;
  }

  .card .card_row_1 .card_row_1__right p i {
    margin-left: 5px;
  }

  .card .card_row_2_left .slick-prev {
    left: -5.5%;
  }

  .card .card_row_2_left .slick-next {
    left: 101.5%;
  }

  .card .card_row_2_left_mini {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .card .card_row_3__right .card_row_3__right_cnt .card_row_3__right_cnt__price {
    font-size: 30px;
  }

  .card .card_row_3__right .card_row_3__right_cnt {
    height: auto;
    padding-bottom: 40px;
  }

  .card .card_row_6 {
    padding: 15px;
  }

  .card .card_row_3__right .card_row_3__right_cnt input[type="submit"] {
    font-size: 18px;
  }

  .card .card_row_6 .card_row_6__text {
    max-width: 100%;
  }

  .card .card_row_3__right .card_row_3__right_cnt .card_row_3__right_cnt__price {
    margin-top: 30px;
  }

  .card .card_row_3__left__item_flex {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .card .card_row_3 {
    margin-top: 40px;
  }

  footer .footer_meta .footer_meta_p2 {
    margin-top: -5px;
  }

  .card .card_row_3__left__item_flex_1 {
    max-width: 70%;
  }

  .card .card_row_3__left__item__title {
    text-align: left;
  }

  .card .card_row_3__left__item_flex_2 p {
    font-size: 14px;
  }

  .card .card_row_3__left__item_flex_1 {
    text-align: left;
  }

  .card_row_3__left__item_flex {
    font-size: 14px;
  }

  .card .card_row_1 .card_row_1__right {
    margin-top: 25px;
  }

  .card_row_3 h2 {
    font-size: 21px;
  }

  .card .card_row_2_right_cnt .card_row_2_right_header_title {
    font-size: 16px;
  }

  .card .card_row_2_right_cnt .card_row_2_right_cnt_flex p {
    font-size: 14px;
  }

  .card .big_card_slide {
    width: 75%;
  }

  .card_row_2_left {
    text-align: center;
  }

  .card_row_1__right_fl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card .card_row_1 .card_row_1__right p {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .card .card_row_1 .card_row_1__right p span {
    display: block;
    margin-top: 5px;
  }

  .card .card_row_1 .card_row_1__right {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .card .card_row_3__left__item__title p {
    font-size: 14px;
  }

  .card .card_row_2_right_cnt .card_row_2_right_cnt_flex p {
    padding: 3px;
  }

  .card .card_row_1 .card_row_1__right {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card .card_row_2_left_mini {
    margin-top: 30px;
  }

  .card .big_card_slide {
    height: 200px;
  }

  .card .card_row_1 .card_row_1__right p span {
    margin-top: 0;
  }

  .building .sale_img_flex__3 {
    margin-top: 0;
  }

  .building .production_row_3 {
    margin-top: 0;
  }

  .sale_vide_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts__flex .contacts__left {
    margin-right: 0;
  }

  .sale_row_3,
  .sale_table {
    margin-top: 40px;
  }

  .sale_vide_flex {
    margin-bottom: 30px;
  }

  .sale_vide_flex .video_play_btn {
    margin-left: 0;
    margin-bottom: 25px;
  }

  .production .production_row_3 {
    margin-top: 30px;
  }

  .production .sale_img_flex__3 {
    margin-top: 30px;
  }

  .contacts_maps_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  h1 {
    font-size: 35px;
  }

  .about_us__row_1 {
    padding-left: 0px;
  }

  .about_us__row_2 .about_us__row_2__right {
    max-width: 100%;
    text-align: left;
  }

  .about_us__row_4 {
    margin-top: 35px;
  }

  p.big_yellow {
    font-size: 35px;
  }

  .about_us__row_4 .big_yellow {
    margin-bottom: 35px;
  }

  .about_us__row_6 {
    margin-top: 35px;
  }

  .about_us__row_5_2 .about_us__row_5_2_sert {
    width: 40%;
  }

  .about_us__row_7__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about_us__row_7__flex_item_1__txt {
    height: 140px;
  }

  .breadcrumbs_cnt {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .breadcrumbs_cnt .breadcrumbs {
    margin-top: 0;
  }

  .about_us__row_8_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
  }

  .about_us__row_8_flex .about_us__row_8_flex_right {
    margin-left: 0;
  }

  .about_us__row_7__flex_item {
    width: 100%;
    margin-bottom: 25px;
  }

  .about_us__row_5_1 {
    margin-top: 35px;
  }

  .row_6__hotels_items .slick-prev {
    left: -10%;
  }

  .row_6__hotels_flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row_3__why_me__icons_item img {
    max-width: 30%;
  }

  .how_we_flex img {
    max-width: 30%;
  }

  .row_3__why_me .row_3__why_me__icons p {
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
  }

  .row_6__hotels_items .slick-next {
    left: 106%;
  }

  footer {
    margin-top: 60px;
  }

  .row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_new,
  .row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_hit {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
  }

  .row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_new {
    right: 20px;
    bottom: 0;
  }

  .row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_hit {
    right: 20px;
    bottom: 0;
  }

  header .header_adr .header_adr_item_1 {
    margin-right: 0;
  }

  header .header_meta {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  header .header_adr .header_adr_item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  header .header_adr .header_adr_item:last-of-type {
    margin-bottom: 0;
  }

  .header_meta {
    font-size: 14px;
  }

  .row_1__banner .slick-dots {
    display: none !important;
  }

  .row_1__banner .btn_yellow {
    margin-top: 40px;
  }

  .row_1__banner__tabs_block {
    height: auto;
  }

  .video_play_btn {
    background-size: 15%;
  }

  footer .footer_map {
    max-width: 100%;
  }

  .footer_links {
    margin-top: 50px;
    text-align: center;
  }

  .footer_links_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_links .footer_links_item_2 {
    margin-right: 0;
    margin-top: 25px;
  }

  .footer_links .footer_links_item__copy {
    margin-top: 25px;
  }

  .footer_links_item__soc {
    margin-top: 25px;
  }

  footer .footer_meta .footer_meta_p1 {
    font-size: 50px;
  }

  .footer_meta {
    margin-top: 30px;
  }

  .row_1__banner__tabs_block {
    position: static;
  }

  .row_3__why_me .row_3__why_me__icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row_4__presentation .row_4__presentation_video_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  h2 {
    font-size: 35px;
  }

  .row_1__banner img {
    height: 500px;
  }

  .row_2__house .row_2__house_image {
    padding-top: 0;
  }

  .row_2__house_image img {
    display: none;
  }

  .row_4__presentation .row_4__presentation_video {
    width: 100%;
    margin-top: 25px;
  }

  .row_1__banner .row_1__banner_abs_title {
    font-size: 23px;
  }

  .row_4__presentation {
    margin-top: 60px;
  }

  .video_play_btn {
    width: 85%;
    height: 85px;
  }

  .row_5__how_we_work {
    margin-top: 60px;
  }

  .row_3__why_me .row_3__why_me__text .row_3__why_me__text_left {
    margin-bottom: 30px;
  }

  .row_1__banner__tabs_block_tab__hotels_fr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row_1__banner__tabs_block_tab__hotels_fr_items_2 {
    margin-left: 0;
  }

  .row_1__banner__tabs_block_tab__hotels_fr_1 .row_1__banner__tabs_block_tab__hotels_fr_1_span2 {
    padding-left: 5px;
  }

  .hit_header_form img {
    top: 0px;
  }

  .row_1__banner__tabs_block {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .row_1__banner__tabs_block .row_1__banner__tabs_block__tabs .row_1__banner__tabs_block__tabs_item {
    font-size: 20px;
  }

  .row_1__banner__tabs_block_tab__hotels__row_2 {
    margin-top: 25px;
    padding-bottom: 15px;
  }

  .form_header_title {
    font-size: 14px;
  }

  .row_1__banner__tabs_block_tab__hotels_fr_item {
    font-size: 14px;
  }

  .form_header_inp {
    width: 45px;
  }

  .form_header_submit {
    /* Для Firefox */
    /* Для IE */
    -webkit-transform: rotate(90deg) scale(0.85);
    /* Для Safari, Chrome, iOS */
    /* Для Opera */
    -ms-transform: rotate(90deg) scale(0.85);
    transform: rotate(90deg) scale(0.85);
    right: 92px;
    bottom: -25px;
  }

  .row_1__banner__tabs_block_tab__hotels_fr_items_3 {
    margin-top: 20px;
  }

  .hit_header_form img {
    width: 45%;
  }

  .row_1__banner__tabs_block_tab__hotels_fr_items_3 {
    margin-left: 0;
  }

  .row_3__why_me {
    margin-top: 60px;
  }

  .row_1__banner__tabs_block_tab__hotels_fr_items_2 {
    margin-left: 30px;
  }

  .row_2__house {
    height: auto;
  }

  .row_2__house {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .row_5__how_we_work .how_we_flex .how_we_flex__item {
    width: 100%;
  }

  .row_3__why_me .row_3__why_me__text p {
    max-width: 100%;
  }

  .row_3__why_me .row_3__why_me__text {
    margin-top: 0;
  }

  .row_3__why_me__icons_item {
    margin-bottom: 40px;
  }

  .header_soc {
    margin-top: 20px;
  }

  .footer_links {
    font-size: 14px;
  }

  .row_2__house .row_2__house_image .row_2__house_spans {
    display: none;
  }

  .project .project_tab_form .project_calc__cnt img {
    width: 80%;
  }

  .project_calc a {
    text-align: center;
  }

  .project .project_tab_form .project_calc__cnt {
    height: 300px;
  }
}

@media only screen and (max-width: 360px) {
.galleryba {
    grid-template-columns: 1fr;
}
  .row_1__banner__tabs_block_tab__hotels_fr_items_2 {
    margin-left: 0;
    margin-top: 20px;
  }

  .project .mob_check_header_abs_1 {
    left: 20px;
  }

  .project .mob_check_header_abs_2 {
    left: 108px;
  }

  .project .row_1__banner__tabs_block .form_header_submit {
    left: 53px;
  }

  .mob_check_header_abs_1,
  .mob_check_header_abs_2 {
    bottom: 75px;
  }

  .row_1__banner__tabs_block {
    position: static;
  }

  .mob_check_header_abs_1 {
    left: 51px;
  }

  .mob_check_header_abs_2 {
    left: 138px;
  }

  .mob_check_header_abs {
    position: absolute;
  }

  .row_1__banner__tabs_block {
    padding-bottom: 80px;
  }

  .row_2__house {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .row_2__house {
    height: auto;
  }

  .row_2__house .row_2__house_image {
    padding-top: 0px;
  }

  .contacts_ya_map_1,
  .contacts_ya_map_2,
  .contacts_ya_map_3 {
    display: none !important;
  }

  h1 {
    font-size: 25px;
  }

  .card .big_card_slide {
    width: 65%;
  }

  .card .card_row_3__left__item_flex {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .card .card_row_3__left__item_flex_1 {
    max-width: 50%;
  }

  .about_us__row_1 .about_us__row_1_cnt p {
    max-width: 215px;
    font-size: 14px;
  }

  .mobile_menu ul li a {
    font-size: 14px;
  }

  .row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_new {
    right: 20px;
    bottom: 0;
  }

  .row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_hit {
    right: 20px;
    bottom: 0;
  }

  .row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_new,
  .row_6__hotels_items .row_6__hotels_item .row_6__hotels_item_hit {
    -webkit-transform: scale(0.45);
    -ms-transform: scale(0.45);
    transform: scale(0.45);
  }

  .row_1__banner__tabs_block_tab__hotels_fr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row_1__banner__tabs_block_tab__hotels_fr_items_3 {
    margin-left: 0px;
  }

  .row_1__banner__tabs_block_tab__hotels__row_2 {
    padding-bottom: 80px;
  }

  .form_header_select {
    width: 100%;
  }

  .form_header_inp {
    width: 35%;
  }

  .row_1__banner__tabs_block_tab__hotels_fr_items_2 {
    width: 97%;
  }

  .form_header_submit {
    left: 83px;
  }
}

.header_menu__items ul li .selected {
  font-size: 15px !important;
}

.row_6__hotels_item img {
  max-width: 360px !important;
  width: 100%;
}

.row_6__hotels_item .row_6__hotels_item_meta__title,
.row_6__hotels_item .row_6__hotels_item_meta__link {
  text-shadow: #000 2px 3px 5px;
}

.row_6__hotels_item .row_6__hotels_item_meta__title:hover,
.row_6__hotels_item .row_6__hotels_item_meta__link:hover {
  text-shadow: unset;
}

.card_row_1__btn {
  max-width: 176px;
  width: 100%;
  height: 49px;
  border: 2px solid #ffd400;
  background-color: transparent;
  color: #000000;
  font-size: 23px;
  font-weight: 300;
  margin-top: 5px;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.card_row_1__btn:hover {
  transform: translateX(7px);
}

.container_modal_class {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.left_side_modal input {
  width: 554px;
  height: 47px;
  border: 1px solid #626262;
  background-color: #f1f0f0;
  padding-left: 15px;
  /* text-transform: uppercase; */
}

.name_input_class {
  margin-bottom: 19px;
}

.tel_input_class {
  margin-bottom: 19px;
}

.text_message_class textarea {
  width: 554px;
  height: 179px;
  border: 1px solid #626262;
  background-color: #f1f0f0;
  color: #9d9d9d;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08px;
  padding-left: 15px;
  padding-top: 14px;
}

.left_side_modal {
  max-width: 50%;
}

.right_side_modal {
  max-width: 50%;

}

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

.title_free h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: center;
}

.section_modal_english_form {
  background-color: transparent !important;
  opacity: 0.75;
  height: 70%;
  width: 100%;
}

.files_otpravka p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08px;
  margin-bottom: 15px;
}

.soglashenie label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08px;
  margin-left: 12px;
}

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

.col-12 .col-md-6 .right_side_modal {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-12 .col-md-6 .left_side_modal {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

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

@media (max-width: 1255px) {
  .call_back {
    width: 515px !important;
  }

}

@media (max-width: 1175px) {
  .call_back {
    width: 450px !important;
  }

  .row_3__why_me .row_3__why_me__icons {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px;
  }

  .row_3__why_me__icons_item {
    min-width: 150px;
  }

}

@media (max-width: 1041px) {
  .call_back {
    width: 425px !important;
  }

}

@media (max-width: 985px) {
  .call_back {
    width: 400px !important;
  }

}

@media (max-width: 935px) {
  .call_back {
    width: 370px !important;
  }

}

@media (max-width: 890px) {
  .call_back {
    width: 340px !important;
  }

}

@media (max-width: 820px) {
  .call_back {
    width: 315px !important;
  }

}

@media (max-width: 767px) {
  .call_back {
    width: 280px !important;
  }

}

@media (max-width: 719px) {
  .call_back {
    width: 240px !important;
  }

}

@media (max-width: 634px) {
  .call_back {
    width: 200px !important;
  }

}

@media (max-width: 580px) {
.gallerypage h3{
	font-size:18px;
}

	.w_1136, .row_1__banner .slick-dots {
		padding-left: 10px;
		padding-right: 10px;
	}
  .call_back {
    width: 305px !important;
  }

  .left_side_modal {
    max-width: unset;
  }

  .files_otpravka p {
    text-align: center;
  }

  .right_soglashenie {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 17px;
    margin-top: 20px;
  }

  .button_otpravka {
    text-align: center !important;
  }

  .right_side_modal {
    max-width: unset;
  }

  .row_modal_class_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

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

.send_btn {
  border: 1px solid #ffd438;
  background-color: #ffffff;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1px;
  padding: 10px 15px;
}

.button_otpravka {
  text-align: right;
}

.title_free h3 {
  text-transform: unset;
}

.section_modal_english_form .fancybox-content {
  background-color: #000 !important;
}
@media (max-width: 760px) {
  .button_otpravka {
    margin-top: 20px;
    text-align: center;
  }
}

.button_to_ordr a {
  padding: 8px 35px;

}

.button_to_ordr {
  margin-top: 19px;
}

.fancybox-bg {
  background: #000 !important;
}

.files_otpravka input {
  color: #fff;
}

.hr_foot_hr hr {
  width: 100%;
  border: 1px solid #ffd438;
  background-color: #ffffff;
}

.button_otpravka button {
  border: 1px solid #626262;
  background-color: #ffd438;
}

.top_title_krestik {
  position: relative;
}

.close_but {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  background-color: transparent;
  border: none;
  position: absolute;
  top: -50px;
  right: 0;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-close {
  background: url(../img/fancy_close.png) no-repeat center;
  height: 60px;
  top: -70%;
  right: 0;
  width: 60px;
}

.fancybox-close-small {
  display: none;
}

.row_6__hotels_item img {
  max-width: 300px;
  height: 100%;
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd;
}

.table-bordered tbody tr:first-child {
  background-color: #e8c100;
}

.table-bordered tbody tr:first-child td {
  padding: 10px 15px;
}

.video_play_tn {
  position: absolute;
  bottom: 14px;
  white-space: nowrap;
  right: 29px;
  color: #fff;
}

.modal_text {
  max-width: 600px !important;
  border-radius: 20px;
}
.new_two{
    position: absolute;
    bottom: 14px;
    white-space: nowrap;
    right: 6px;
    color: #fff;
}
.new_fnc{
    position: absolute;
    bottom: 14px;
    white-space: nowrap;
    right: 48px;
    color: #fff;
}
.new_five{
    position: absolute;
    bottom: 23px;
    white-space: nowrap;
    right: 35px;
    color: #ffd400;
}
.six_bit {
    position: absolute;
    bottom: 14px;
    white-space: nowrap;
    right: 37px;
    color: #fff;
}
.row_2__house .row_2__house_image .row_2__house_spans{
    width: 260px;
}
.modal_text h3{
    font-size: 18px;
    font-weight: 600;
    
}
.map_btn_block{
    position: relative;
}
.map_btn_block a {
    background-color: #fe9c01;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 19px;
    text-transform: uppercase;
    position: absolute;
    bottom: 40px;
    right: 150px;
    z-index: 1;
    font-weight: 600;
}
footer .footer_meta{
    height: 393px;
}
.building_item_1{
    display: none;
}
.footer_links .footer_links_item_2{
    margin-right: 0;
}
.contacts__flex .contacts__left .contacts_ya_map_1{
    opacity: unset;
}
.contacts__flex .contacts_ya_map_2{
    opacity: unset;
}
.true_check_hide{
    display: none;
}
.fake_chekbox{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #fdd415;
    position: relative;
    margin-right: 10px;
    
}

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

.fake_chekbox{
    background-color: #fff;
}
.stick_for_input_desc{
    position: relative;
}
.stick_for_input_desc::before{
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    display: block;
    width: 3px;
    height: 40px;
    background-color: #fff;
}
.center_description_input{
    margin-left: 10px;
}
/*.fake_chekbox::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 51%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    display: block;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background-color: #000;*/
/*    transition: 0.8s;*/
/*    opacity: 0;*/
/*}*/

/*Крестик*/
.fake_chekbox::before{
    content: '';
    position: absolute;
    top: -2%;
    left: 45%;
    transform: translate(-50%, -50%);
    display: block;
    width: 2px;
    height: 17px;
    background-color: #000;
    transition: 0.5s;
    opacity: 0;
}
.fake_chekbox::after{
    content: '';
    position: absolute;
    top: -2%;
    left: 45%;
    transform: translate(-50%, -50%);
    display: block;
    width: 2px;
    height: 17px;
    background-color: #000;
    transition: 0.5s;
    opacity: 0;
}


.check_width_description{
    cursor: pointer;
}

/*Галочка*/
.fake_chekbox::before{
    content: '';
    position: absolute;
    top: 15%;
    left: 58%;
    transform: translate(-50%, -50%);
    display: block;
    width: 3px;
    height: 11px;
    background-color: #000;
    transition: 0.1s;
}
.fake_chekbox::after{
    content: '';
    position: absolute;
    top: 45%;
    left: 19%;
    transform: translate(-50%, -50%);
    display: block;
    width: 3px;
    height: 7px;
    background-color: #000;
    transition: 0.1s;
    opacity: 0;
}
.true_check_hide:checked + .fake_chekbox::before {
    opacity: 1;
}
.true_check_hide:checked + .fake_chekbox::after{
    opacity: 1;
}
.fake_chekbox:before {
transform: rotate(45deg);
}
.fake_chekbox:after {
transform: rotate(-45deg);
}
.button_yellow_orange{
    background-color: #fe9c01;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 19px;
    text-transform: uppercase;
    z-index: 1;
    font-weight: 600;
   
}
.project_row_1_right p{
     margin-bottom: 35px;
}

.card_new_row_1 .item.tabs .tab_inner .text p {
	font-size: 15px;
	line-height: 20px;
	
}
.new_styles_video_modif p{
    margin-left: 80px;
    text-align: center;
}
.button_to_ordr_gal{
  margin-right: 45px;
}

/* <!--.videos_block .videos_block__cnt{
	max-width: 80%;
}-->
.video_img video{
  height: 59.8%; */
  
.video_play_tn{
  position: unset;
}

.mob_ver_w_1136{
  display: none;
}
@media (max-width: 769px){
  .mob_ver_w_1136{
    display: block;
  }
  .desk_w_1136{
    display: none;
  }

}
.button_to_ordr a{
	padding-right: 0;
}
.card_row_1__btn {
    max-width: 310px;
    width: 100%;
    height: 49px;
    border: 2px solid #ffd400;
    background-color: transparent;
    color: #000000;
    font-size: 23px;
    font-weight: 300;
    margin-top: 5px;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.button_to_ordr{
	text-align: right;
}
.card .card_row_1 .card_row_1__right.eng_price p{
	width: 100%;
	justify-content: space-between;
	display: flex;
	margin-bottom: 5px;
}


.card .card_row_1 .card_row_1__right.eng_price{
	flex-direction: column;
}
.button_to_ordr{
	width: 100%;
}
.button_to_ordr a{
	width: 100%;
	text-align: right;
}
.card .card_row_1 .card_row_1__right{
	height: 105px;
	padding-top: 5px;
}
.duo_pic_about_sert img{
	max-width: 450px;
	width: 100%;

}
.duo_pic_about_sert{
	display: flex;
	justify-content: space-around;
}
.duo_pic_about_sert{
	margin-top: 25px;
}
.duo_pic_about_sert_item_word img{
	max-width: 170px;
}
.duo_pic_about_sert_item_word a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.bx-pag-prev{
	display: none!important;
}
.bx-pag-next{
	display: none!important;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background:#ffd400;
	font-size: 20px;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	font-size: 20px;
}
.bx-pagination .bx-pagination-container ul li a span{
	font-size: 20px;
}

.docs_block_sert img{
  max-width: 50px;
}
.docs_block_sert{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.docs_block_sert_big img{
  max-width: 450px;
  object-fit: cover;
  width: 100%;
}
.sert_center{
  display: flex;
  flex-wrap: wrap;
justify-content: center;
}
.sert_center .docs_block_sert{
  margin-right: 15px;
}
.sert_center{
  width: 100%;
}

.sert_block_left .docs_block_sert_big img{
  border: 1px solid #000;
}
.card .big_card_slide{
  -o-object-fit: contain;
  object-fit: contain;
}
.card .card_row_2_left .slick-slide{
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1100px){
  .buttons_video_youtube p{
    margin-left: 50px;
  }
}
@media (max-width: 950px){
  .buttons_video_youtube p{
    margin-left: 75px;
  }
  .buttons_video_youtube .video_play_btn{
    max-width: 40%!important;
  }
}
@media (max-width: 710px){   
  .buttons_video_youtube .video_play_btn{
    max-width: 60%!important;
  }
}
@media (max-width: 415px){   
  .buttons_video_youtube .video_play_btn{
    max-width: 80%!important;
  }
  
}
@media (max-width: 767px){
  .buttons_video_youtube_index{
    align-items: center;
  }
}
@media (max-width: 767px){
	.footer_meta {
	height: unset!important;
}
}

/* filter style */
.row_1__banner__tab_cnt, .project .project_tab_form {
    display: none;
}
.row_6__hotels_cnt_header_item {
  display: none;
}

.row_6__hotels_item{
  max-height: 223px;
}
/* //filter style */











/*detail_project_new*/

.slider_block_project_pictures{
  margin-top: 13px;
}

.slider_projects_big_picture img{
  max-width: 843px;
  width: 100%;  
  max-height: 601px; 
  max-height: 522px;
  -o-object-fit: contain;
  object-fit: contain;
}
.slider_projects_big_picture_mini{
  background-color: #000;
}
/* .slider_projects_big_picture .slick-track{
  width: unset!important;
} */
.slider_projects_big_picture .link_big_pic_projects{
  max-width: 843px;
  width: 100%;
}
.detail_project_row_1_left{
  max-width: 843px; 
  width: 100%;
}
.slider_projects_big_picture_mini_item .link_mini_pic_slider{
  max-width: 106px;
  width: 100%;
  height: 71px;
  display: block;
}
.link_mini_pic_slider img{
  max-width: 106px;
  width: 100%;
  height: 71px;
}
.slider_projects_big_picture_mini {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* .slider_projects_big_picture_mini .slick-track{
width: unset!important;
} */
.slider_projects_big_picture_mini_item {
  width: 100%;
  height: 71px;
}
.mini_pic_slider_img{
  max-width: 113px;
  width: 100%;
  height: 71px;
}

.detail_project_row_1{
  display: flex;
  justify-content: space-between;
}
.top_1_left_block_right_item p{
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23.48px;
  margin: 0;
  height: 28px;
  display: flex;
  align-items: flex-end;
}
.top_1_left_block_right_item span{
  font-weight: 700;
}
.top_1_left_block_right{
  display: flex;
}
.detail_project_row_1_right{
  max-width: 277px;
  width: 100%;
}

.bed_rooms_top_icon i{
  width: 21px;
  height: 21px;
}
.bas_room_top_icon i{
  width: 21px;
  height: 21px;
}
.car_top_icon i{
  width: 19px;
  height: 13px;

}
.icons_top_block_right_table{
  display: flex;
  align-items: center;
}
.item_block_icons_top_right{
  display: flex;
  align-items: center;
}

.top_1_left_block_right{
  width: 277px;
  height: 93px;
  background-color: #e4e4e4;
  padding-left: 13px;
  padding-right: 8px;
  padding-top: 10px;
  padding-bottom: 18px;
  padding-bottom: 10px;
  justify-content: space-between;
}

.icons_top_block_right_table p{
  color: #000000;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 23.48px;
  margin: 0;
  margin-left: 5px;
}
.icons_top_block_right_table{
  margin-right: 11px;
}
/* .right__block__top_right{
  margin-top: 4px;
} */
.bas_room_top_icon img{
  margin-bottom: 8px;
}
.text_block_icons__top_grey p{
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  max-width: 124px;
  text-align: right;
  margin-bottom: 0;
}
.text_block_icons__top_grey b{
  font-weight: 700;
}
.detail_project_row_1_right{
  margin-top: 40px;
}
.top_block_detail_project_row_1_right{
  display: flex;
  flex-direction: column;
}
.title_block_characters_project_detail{
  padding-left: 10px;
}

.title_block_characters_project_detail p{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: flex;
    align-items: center;
    height: 100%;
    margin: 0;

}
.title_row_1_project{
  background-color: #e4e4e4;
  height: 93px;
}
.detail_project_row_1_left .title_row_1_project p{
  color: #000;
  margin-bottom: 0;
  padding-left: 10px;
}
.title_row_1_project h1{
  padding-left: 10px;
}

.block_characters_project_detail{
  margin-top: 13px;
}
.title_block_characters_project_detail{
  background-color: #fdd415;
  height: 44px;
}

.item_block_characters_project_detail p{
  font-size: 16px;
  font-size: 14px;
  font-weight: 300;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.4px;
  margin: 0;
}

.item_block_characters_project_detail p b{
  font-weight: 700;
}
.item_block_characters_project_detail{
  display: flex;
  justify-content: space-between;
  /* height: 44px; */
  /* border-bottom: 1px solid #000; */
  align-items: center;
}
.item_block_characters_project_detail.last_character{
  border-bottom: 0px solid #000;
}
.block_modal_detail_projects{
  max-width: 277px;
  width: 100%;
  height: 330px;
  height: 308px;
  background-color: #e4e4e4;
}

.block_modal_detail_projects{
  padding: 20px 15px 13px 15px;
  padding: 5px 15px 13px 15px;
  margin-top: 12px;
}

.block_modal_detail_projects_title p{
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 23.48px;
  margin: 0;
  margin-bottom: 12px;
  margin-bottom: 5px;
}

.inputs_block_item input{
  max-width: 247px;
  width: 100%;
  height: 28px;
  background-color: #ffffff;
  border: 0;
  padding-left: 11px;
  font-family: Roboto;
  font-size: 14px;
  margin-bottom: 7px;
}
.inputs_block_item_select select{
  max-width: 247px;
  width: 100%;
  height: 28px;
  background-color: #ffffff;
  border: 0;
  color: #909090;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 23.48px;
  padding-left: 7px;
}

.message_inputs_block_item textarea{
  margin-top: 7px;
  max-width: 247px;
  width: 100%;
  height: 63px;
  background-color: #ffffff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 23.48px;
  padding-left: 11px;
  color: #909090;
  border: 0;
}
.descript_block_callback p{
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  margin-top: 13px;
}

/* .detail_project_row_1_left .slick-track{
  width: unset !important;
} */
.mini_pic_slider_img  {
  margin-right: 8px;
  margin-left: 8px;
}
.slider_projects_big_picture_mini{
  height: 115px;
  align-items: center;
  }



  .slider_block_project_pictures .slick-prev {
    width: 13px;
    height: 24px;
    background-image: url(/local/templates/virmak-eng/assets/img/kit_projects/prev_arrow.png);
    text-indent: -99999999px;
    background-color: transparent;
    border: none;
    left: -2.5%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
}


.slider_block_project_pictures .slick-next {
  width: 13px;
  height: 24px;
  background-image: url(/local/templates/virmak-eng/assets/img/kit_projects/next_arrow.png);
  text-indent: -99999999px;
  background-color: transparent;
  border: none;
  left: 100.5%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 10px;
}

 .slider_block_project_pictures .slider_projects_big_picture_mini  .slick-list{
  max-width: 770px;
} 


@media (max-width: 1150px){
  .detail_project_row_1{
    flex-direction: column;
    align-items: center;
  }
  .detail_project_row_1_right {
    max-width: 845px;
    width: 100%;
  }
  .top_1_left_block_right {
    width: 845px;
  }
  .top_block_detail_project_row_1_right{
    align-items: center;
  }
  .block_characters_project_detail{
    width: 100%;
  }
}
@media (max-width: 902px){
  .top_1_left_block_right {
    max-width: 845px;
    width: 100%;
  }
  .slider_projects_big_picture .slick-list{
    max-height: 601px;
  }
  .link_big_pic_projects {
    display: flex!important;
    justify-content: center;
  }
  .slider_projects_big_picture img {
    max-width: 643px;
  }
  .slider_projects_big_picture .slick-list {
    max-height: 458px;
  }
  .slider_projects_big_picture_mini {
    max-width: 643px;
  }
  .slider_projects_big_picture_mini_container{
    display: flex;
    justify-content: center;
  }
  /* .slider_projects_big_picture .link_big_pic_projects {
    max-width: 643px;
    width: 100% !important;
  } */
  .slider_projects_big_picture .link_big_pic_projects{
    max-width: 100%;
    width: unset;
  }
}


@media (max-width: 530px){
  .slider_projects_big_picture .slick-list {
    max-height: 364px;
  }
}


@media (max-width: 440px){
  .slider_projects_big_picture .slick-list {
    max-height: 299px;
  }
}

@media (max-width: 380px){
  .slider_projects_big_picture .slick-list {
    max-height: 257px;
  }
}

.top_1_left_block_right_item super{
  vertical-align: super;
}
.left__block__top_right .top_1_left_block_right_item{
  max-height: 22px;
}
.item_block_characters_project_detail sup{
  vertical-align: super;
}

.first_char_trac{
  display: flex;
  align-items: flex-end;
}
.second_char_trac{
  display: flex;
  align-items: flex-end;
}
.containers_block_last{
  flex-direction: column;
  align-items: flex-start;
  height: 118px;
  height: 92px; 
  padding-top: 10px;
}
.first_char_trac img{
  max-width: 70px;
  margin-left: 5px;
}
.second_char_trac img{
  max-width: 45px;
  margin-left: 5px;
}
.first_char_trac b{
  margin-left: 10px;
}
.second_char_trac b{
  margin-left: 10px;
}


.track_img{
  max-width: 72px;
  width: 100%;

  max-width: 60px;
  width: 100%;
  height: 19px;
}

.detail_project_row_1_new h1{
  font-size: 40px;
}

.top_1_left_block_right_item p span{
  margin-right: 2px;
}

.top_1_left_block_right_item .first_p_in_da_proj{
  display: inline-block;
  height: 28px;
} 
.text_block_icons__top_grey span{
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 3px;
}


.text_block_icons__top_grey p{
  display: flex;
  flex-direction: column;
}
.track_block_transport{
  display: flex;  
}

.track_block_transport_container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 54px;
}
.track_block_transport p{
  margin-left: 10px;
}
.item_block_characters_project_detail p b{
  font-weight: 400;
}

.item_block_characters_project_detail.last_character{
  padding-bottom: 6px;
}
.item_block_characters_project_detail{
  background-color: #e4e4e4;
  padding-left: 10px;
  padding-right: 17px;
}

.first_char_trac img {
  max-width: 56px;
  margin-left: 5px;
}

.second_char_trac img {
  max-width: 35px;
  margin-left: 5px;
}

.item_block_characters_project_detail p{
  display: flex;
  align-items: center;
}

.message_inputs_block_item textarea {
  resize:none
}
.descript_block_callback{
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.descript_block_callback button{
  border: none;
  background-color: #ffd438;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  width: 200px;
  height: 40px;
}

.slider_plants_project_new_detail_item img{
  max-width: 750px;
}
.slider_plants_project_new_detail_item{
  text-align: center;
  margin-top: 50px;
}



.slider_plants_project_new_detail{
  max-width: 800px;
}
.slider_plants_project_new_detail .slick-list.draggable{
  max-width: 750px;
}
.slider_plants_project_new_detail_container{
  text-align: center;
  /* display: flex; */
  justify-content: center;
  
}

.slider_plants_project_new_detail .slick-next {
  width: 13px;
  height: 24px;
  background-image: url(/local/templates/virmak-eng/assets/css/../img/slider_arrow_right.png);
  text-indent: -99999999px;
  background-color: transparent;
  border: none;
  right: 2.5%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider_plants_project_new_detail .slick-prev {
  width: 13px;
  height: 24px;
  background-image: url(/local/templates/virmak-eng/assets/css/../img/slider_arrow_left.png);
  text-indent: -99999999px;
  background-color: transparent;
  border: none;
  left: -2.5%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}






/*end_detail_project_new*/