body, html {
  padding: 0;
  margin: 0;
  height: 100%;
  cursor: default;
}

html {
  overflow-y: scroll;
}

body {
  font-family: 'Candara';
  font-size: 16px;
  line-height: 1;
}

.ui-loader {
  display: none;
}

.tooltip .tooltip-inner {
  background: #fff;
  color: #000;
  font-size: 18px;
  opacity: 1;
  font-family: 'Candara';
}

.tooltip .arrow:before {
  border-bottom-color: #ffff !important;
  border-top-color: #ffff !important;
}

.tooltip {
  opacity: 1 !important;
}

/*=================================================*/
/*	START Page Styles		*/
/*=================================================*/
.page_wrapper.city_pages .city_feedback_button {
  display: block;
}

.page_wrapper.city_pages .feedback_button {
  display: none;
}

.page_wrapper.city_pages .page_header .apply_button {
  display: block;
}

.page_wrapper.city_pages .page_header .calc_button {
  display: none;
}

.page_wrapper .page_title h1 {
  color: #171717;
  font-size: 30px;
  letter-spacing: .3px;
}

.page_wrapper .breadcrumbs_container {
  padding-top: 10px;
}

.page_wrapper .breadcrumbs_container a,
.page_wrapper .breadcrumbs_container span {
  color: #787878;
  font-size: 12px;
  text-decoration: none;
}

.page_wrapper .breadcrumbs_container span {
  margin: 0 4px;
}

.page_wrapper .breadcrumbs_container a[href] {
  color: #039ade;
  text-decoration: underline;
}

.page_wrapper .breadcrumbs_container a[href]:hover {
  text-decoration: none;
}

.page_wrapper .tooltip_wrapper {
  position: absolute;
  cursor: pointer;
  white-space: nowrap;
}

.page_wrapper .tooltip_wrapper a {
  display: block;
  white-space: nowrap;
  text-decoration: none;
}

.page_wrapper .tooltip_wrapper a .icon {
  width: 36px;
  height: 36px;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(9, 12, 18, 0.5);
  box-shadow: 2px 2px 3px 0px rgba(9, 12, 18, 0.5);
  z-index: 2;
  position: relative;
}

.page_wrapper .tooltip_wrapper a .icon:before, .page_wrapper .tooltip_wrapper a .icon:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.page_wrapper .tooltip_wrapper a .icon:before {
  background: #fff url("../img/i_icon_hov.png") no-repeat center;
  z-index: 1;
}

.page_wrapper .tooltip_wrapper a .icon:after {
  background: #0e84cc url("../img/i_icon.png") no-repeat center;
  opacity: 0;
  z-index: 2;
}

.page_wrapper .feedback_button {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 10;
}

.page_wrapper .feedback_button .button_wrapper a {
  position: relative;
  display: inline-block;
  padding: 34px 13px 34px 88px;
  background: #393185;
  background: -webkit-linear-gradient(315deg, #393185 30%, #0972d5 70%);
  background: -o-linear-gradient(315deg, #393185 30%, #0972d5 70%);
  background: -webkit-linear-gradient(45deg, #393185 30%, #0972d5 70%);
  background: -o-linear-gradient(45deg, #393185 30%, #0972d5 70%);
  background: linear-gradient(45deg, #393185 30%, #0972d5 70%);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(9, 12, 18, 0.5);
  box-shadow: 2px 2px 3px 0px rgba(9, 12, 18, 0.5);
  text-decoration: none;
}

.page_wrapper .feedback_button .button_wrapper a:before {
  content: '';
  display: block;
  width: 61px;
  height: 56px;
  background: url(../img/calc_btn_i_white.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -28px;
}

.page_wrapper .feedback_button .button_wrapper a span {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.page_wrapper .feedback_button .button_wrapper a span:last-child {
  background: #00a0e3;
  font-weight: 700;
  padding: 3px 3px 2px;
  margin-top: 1px;
  display: inline-block;
}

.page_wrapper .city_feedback_button {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 10;
  display: none;
}

.page_wrapper .city_feedback_button .button_wrapper a {
  position: relative;
  display: inline-block;
  padding: 34px 20px 36px 90px;
  background: #110b21;
  background: -webkit-linear-gradient(328deg, #110b21 30%, #393185 70%);
  background: -o-linear-gradient(328deg, #110b21 30%, #393185 70%);
  background: -webkit-linear-gradient(32deg, #110b21 30%, #393185 70%);
  background: -o-linear-gradient(32deg, #110b21 30%, #393185 70%);
  background: linear-gradient(58deg, #110b21 30%, #393185 70%);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(9, 12, 18, 0.5);
  box-shadow: 2px 2px 3px 0px rgba(9, 12, 18, 0.5);
  text-decoration: none;
}

.page_wrapper .city_feedback_button .button_wrapper a:before {
  content: '';
  display: block;
  width: 61px;
  height: 56px;
  background: url(../img/apply_i_white.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -28px;
}

.page_wrapper .city_feedback_button .button_wrapper a span {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
  color: #fff;
}

.page_wrapper .city_feedback_button .button_wrapper a span:last-child {
  background: #00a0e3;
  font-weight: 700;
  padding: 3px 3px 2px;
  margin-top: 1px;
  display: inline-block;
}

.page_wrapper .thumbnails_pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_wrapper .thumbnails_pagination ul li {
  margin-right: 10px;
}

.page_wrapper .thumbnails_pagination ul li a {
  display: block;
  width: 50px;
  height: 50px;
  border: 4px solid #fff;
  background: rgba(209, 205, 204, 0.8);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-align: center;
  line-height: 42px;
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.18);
  box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.18);
}

.page_wrapper .thumbnails_pagination ul li a:hover {
  border-color: #ffcc00;
}

.page_wrapper .thumbnails_pagination ul li.active a {
  border-color: #0695da;
}

.modal_form {
  padding: 90px 46px 50px;
  width: 350px;
  display: none;
  -webkit-border-radius: 40px 0 20px 40px;
  border-radius: 40px 0 20px 40px;
  position: relative;
  overflow: initial;
}

.modal_form:before {
  content: '';
  display: block;
  background: url(../img/logo_modal.png) no-repeat center;
  width: 169px;
  height: 104px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

.modal_form .fancybox-close-small {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: transparent;
  background: url(../img/close.png) no-repeat center;
  right: 10px;
  top: 10px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.modal_form .fancybox-close-small:hover {
  opacity: .6;
}

.modal_form .form_container {
  position: relative;
}

.modal_form .form_container:before, .modal_form .form_container:after {
  content: '';
  display: block;
  width: 21px;
  height: 49px;
  position: absolute;
}

.modal_form .form_container:before {
  background: url(../img/form_arrow_left.png) no-repeat center;
  left: -30px;
  top: 10px;
}

.modal_form .form_container:after {
  background: url(../img/form_arrow_right.png) no-repeat center;
  bottom: 15px;
  right: -30px;
}

.modal_form .form_container .input_inner {
  padding: 0 5px;
}

.modal_form .form_container .form_title {
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  color: #2b4d9c;
  font-weight: 700;
}

.modal_form .form_container .form_wrapper {
  padding-top: 20px;
  position: relative;
}

.modal_form .form_container .input_wrapper {
  padding-bottom: 10px;
}

.modal_form .form_container .input_wrapper input,
.modal_form .form_container .input_wrapper textarea {
  height: 42px;
  width: 100%;
  background: transparent;
  border: 4px solid #e1e1e1;
  font-size: 18px;
  color: #757575;
  padding: 0 15px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.modal_form .form_container .input_wrapper input::-webkit-input-placeholder,
.modal_form .form_container .input_wrapper textarea::-webkit-input-placeholder {
  color: #757575;
}

.modal_form .form_container .input_wrapper input::-moz-placeholder,
.modal_form .form_container .input_wrapper textarea::-moz-placeholder {
  color: #757575;
}

.modal_form .form_container .input_wrapper input:-moz-placeholder,
.modal_form .form_container .input_wrapper textarea:-moz-placeholder {
  color: #757575;
}

.modal_form .form_container .input_wrapper input:-ms-input-placeholder,
.modal_form .form_container .input_wrapper textarea:-ms-input-placeholder {
  color: #757575;
}

.modal_form .form_container .button_wrapper {
  padding-top: 15px;
  text-align: center;
}

.modal_form .form_container .button_wrapper input {
  background: #393185;
  background: -webkit-linear-gradient(0deg, #393185 30%, #0793d8 70%);
  background: -o-linear-gradient(0deg, #393185 30%, #0793d8 70%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #393185), color-stop(70%, #0793d8));
  background: -webkit-linear-gradient(left, #393185 30%, #0793d8 70%);
  background: -o-linear-gradient(left, #393185 30%, #0793d8 70%);
  background: linear-gradient(90deg, #393185 30%, #0793d8 70%);
  color: #fff;
  width: 100%;
  height: 42px;
  font-size: 18px;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-box-shadow: 2px 2px 0px 0px #393185;
  box-shadow: 2px 2px 0px 0px #393185;
}

/*=================================================*/
/*	END Page Styles	*/
/*=================================================*/
/*=================================================*/
/*	START Header		*/
/*=================================================*/
.page_header .main_header {
  height: 68px;
  position: relative;
}

.page_header .logo_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 356px;
  z-index: 4;
}

.page_header .logo_wrapper a {
  display: block;
  text-decoration: none;
}

.page_header .logo_wrapper a img {
  max-width: 100%;
}

.page_header .header_controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.page_header .calc_button a {
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 74px;
  text-decoration: none;
}

.page_header .calc_button a:before {
  content: '';
  display: block;
  width: 61px;
  height: 56px;
  background: url(../img/calc_btn_i.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}

.page_header .calc_button a span {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
}

.page_header .calc_button a span:first-child {
  color: #000;
}

.page_header .calc_button a span:last-child {
  color: #fff;
  background: #00a0e3;
  padding: 3px 3px 2px;
  margin-top: 1px;
}

.page_header .apply_button {
  display: none;
}

.page_header .apply_button a {
  position: relative;
  display: inline-block;
  padding: 10px 0 7px 70px;
  text-decoration: none;
}

.page_header .apply_button a:before {
  content: '';
  display: block;
  width: 51px;
  height: 51px;
  background: url(../img/apply_i.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}

.page_header .apply_button a span {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
}

.page_header .apply_button a span:first-child {
  color: #000;
}

.page_header .apply_button a span:last-child {
  color: #fff;
  background: #393184;
  padding: 3px 3px 2px;
  margin-top: 1px;
  font-weight: 700;
}

.page_header .contacts_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_header .menu_button a {
  width: 62px;
  height: 51px;
  border: 1px solid #dbdbdb;
  background: url(../img/menu_i.png) no-repeat center;
  margin-right: 30px;
  text-decoration: none;
  display: block;
}

.page_header .contact_item a {
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}

.page_header .contact_item.phone a {
  color: #000;
}

.page_header .contact_item.email a {
  color: #bcbcbc;
  text-decoration: underline;
}

/*=================================================*/
/*	END Header	*/
/*=================================================*/
/*=================================================*/
/*	START Categories section		*/
/*=================================================*/
.home_category_section .categories_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.home_category_section .category {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.home_category_section .category a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.home_category_section .category a:before, .home_category_section .category a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 1;
}

.home_category_section .category a:after {
  opacity: 0;
}

.home_category_section .category a:hover:after {
  opacity: 1;
}

.home_category_section .category_title {
  position: relative;
  z-index: 3;
}

.home_category_section .category_title:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 8px;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.home_category_section .title_content {
  background: #fff;
  padding: 15px;
  text-align: center;
}

.home_category_section .category_name span {
  font-size: 30px;
  letter-spacing: .3px;
  color: #141414;
  text-transform: uppercase;
}

.home_category_section .building {
  text-align: right;
  padding-top: 10px;
}

.home_category_section .building span {
  font-size: 18px;
  color: #787878;
}

.home_category_section .city_building {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home_category_section .city_building:before {
  background: url(../img/city_default.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.home_category_section .city_building:after {
  background: url(../img/city_active_bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.home_category_section .city_building .category_title:before {
  left: -8px;
}

.home_category_section .out_of_town_building:before {
  background: url(../img/out_of_town_default_bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.home_category_section .out_of_town_building:after {
  background: url(../img/out_of_town_active_bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.home_category_section .out_of_town_building .category_title:before {
  right: -8px;
}

/*=================================================*/
/*	END Categories section	*/
/*=================================================*/
/*=================================================*/
/*	START Footer		*/
/*=================================================*/
.page_footer {
  background: url(../img/footer_bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 52px 0;
}

.page_footer .main_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page_footer .col_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-top: 39px;
  padding-right: 55px;
}

.page_footer .col_wrapper:last-child {
  padding-right: 0;
}

.page_footer .logo_col {
  padding-top: 0;
}

.page_footer .logo_wrapper a {
  display: inline-block;
  text-decoration: none;
}

.page_footer .logo_wrapper a img {
  max-width: 100%;
}

.page_footer .company_title {
  padding-top: 35px;
}

.page_footer .company_title span {
  font-size: 18px;
  color: #fff;
}

.page_footer .copyright_text {
  padding-top: 10px;
}

.page_footer .copyright_text p {
  font-size: 12px;
  line-height: 18px;
  color: #bcbcbc;
}

.page_footer .menu_title span {
  font-size: 15px;
  color: #fff;
}

.page_footer .col_wrapper ul li {
  padding-top: 10px;
}

.page_footer .col_wrapper ul li a {
  font-size: 12px;
  text-decoration: underline;
  color: #bcbcbc;
}

.page_footer .col_wrapper ul li a:hover {
  text-decoration: none;
}

.page_footer .contact_item {
  padding-top: 9px;
}

.page_footer .contact_item a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.page_footer .contact_item a.email {
  color: #bcbcbc;
}

.page_footer .location_data {
  padding-top: 35px;
}

.page_footer .location_data p {
  font-size: 12px;
  line-height: 18px;
  color: #bcbcbc;
}

.page_footer .social_pages {
  padding-bottom: 25px;
}

.page_footer .social_pages .pages_list a {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  background: #118ac1;
  margin: 0 4px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none;
}

.page_footer .social_pages .pages_list a:first-child {
  margin-left: 0;
}

.page_footer .social_pages .pages_list a:nth-child(1) {
  background: #6256ff;
}

.page_footer .social_pages .pages_list a:nth-child(2) {
  background: #4865f8;
}

.page_footer .social_pages .pages_list a:nth-child(3) {
  background: #2f75df;
}

.page_footer .social_pages .pages_list a:nth-child(4) {
  background: #1b83cb;
}

.page_footer .social_pages .pages_list a:hover {
  opacity: .5;
}

.page_footer .social_pages .pages_list a i {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}

/*=================================================*/
/*	END Footer	*/
/*=================================================*/
/*=================================================*/
/*	START About Zagorod section		*/
/*=================================================*/
.about_out_tow_building .columns_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about_out_tow_building .thumbnail_wrapper,
.about_out_tow_building .about_building_text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.about_out_tow_building .thumbnail_wrapper {
  -webkit-background-size: cover;
  background-size: cover;
}

.about_out_tow_building .thumbnail_wrapper img {
  max-width: 100%;
  width: 100%;
  display: block;
  display: none;
}

.about_out_tow_building .screen_container {
  position: relative;
}

.about_out_tow_building .about_building_text {
  background: #f5f5f5;
}

.about_out_tow_building .about_building_text .col_inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 170px;
}

.about_out_tow_building .about_building_text .text_container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 550px;
  -ms-flex: 0 0 550px;
  flex: 0 0 550px;
  padding: 0 50px;
}

.about_out_tow_building .about_building_text .title {
  padding-bottom: 20px;
}

.about_out_tow_building .about_building_text .title span {
  font-size: 30px;
  color: #171717;
}

.about_out_tow_building .about_building_text .description p {
  font-size: 16px;
  color: #787878;
  line-height: 24px;
}

.about_out_tow_building .about_building_text .signature_wrapper {
  padding: 65px 0 100px;
}

.about_out_tow_building .about_building_text .signature_wrapper img {
  max-width: 100%;
}

/*=================================================*/
/*	END About Zagorod section	*/
/*=================================================*/
/*=================================================*/
/*	START Numbers Info section		*/
/*=================================================*/
.numbers_info_section {
  background: url(../img/numbers_section_bg.jpg) no-repeat left top;
  -webkit-background-size: cover;
  background-size: cover;
}

.numbers_info_section .main_numbers_data {
  padding: 100px 0;
}

.numbers_info_section .numbers_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.numbers_info_section .item_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.numbers_info_section .item_inner {
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numbers_info_section .icon {
  margin-right: 20px;
}

.numbers_info_section .icon img {
  max-width: 100%;
}

.numbers_info_section .number span {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.numbers_info_section .title {
  padding-top: 5px;
}

.numbers_info_section .title span {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

/*=================================================*/
/*	END Numbers Info section	*/
/*=================================================*/
/*=================================================*/
/*	START Zagarod building steps section		*/
/*=================================================*/
.zagorod_steps_section {
  background: #f0f0f0 url(../img/steps_bg.png) no-repeat right bottom;
  padding: 55px 0 5px 0;
}

.zagorod_steps_section.single_section {
  background: none;
}

.zagorod_steps_section .steps_wrapper {
  overflow: hidden;
}

.zagorod_steps_section .steps_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.zagorod_steps_section .step_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

.zagorod_steps_section .step_inner {
  padding: 0 30px 50px;
}

.zagorod_steps_section .bottom_steps .step_data .icon_wrapper:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.zagorod_steps_section .step_data {
  width: 259px;
  margin: 0 auto;
}

.zagorod_steps_section .step_data a {
  position: relative;
  display: block;
  text-decoration: none;
}

.zagorod_steps_section .step_data a:hover .icon_wrapper:before, .zagorod_steps_section .step_data a:hover .icon_wrapper:after {
  opacity: 1;
}

.zagorod_steps_section .step_data a:hover .title {
  color: #2558a6;
}

.zagorod_steps_section .step_data .icon_wrapper {
  position: relative;
}

.zagorod_steps_section .step_data .icon_wrapper:before {
  content: '';
  display: block;
  width: 254px;
  height: 254px;
  background: url(../img/step_hover.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.zagorod_steps_section .step_data .icon_wrapper:after {
  content: '';
  display: block;
  width: 77px;
  height: 77px;
  background: url(../img/eye_i.png) no-repeat center;
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.zagorod_steps_section .step_data .icon_wrapper img {
  max-width: 100%;
}

.zagorod_steps_section .step_data .step_title {
  width: 315px;
  position: absolute;
  left: -32px;
  bottom: 32px;
}

.zagorod_steps_section .step_data .step_title:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -3px;
  right: -3px;
  background: rgba(9, 12, 18, 0.4);
  z-index: 1;
  -webkit-border-radius: 14px 14px 0 14px;
  border-radius: 14px 14px 0 14px;
}

.zagorod_steps_section .step_data .title_content {
  background: #fff;
  padding: 19px 0 18px;
  text-align: center;
  -webkit-border-radius: 14px 14px 0 14px;
  border-radius: 14px 14px 0 14px;
  position: relative;
  z-index: 2;
  background: #ffffff;
  background: -webkit-linear-gradient(left, #ffffff 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ececec));
  background: -o-linear-gradient(left, #ffffff 0%, #ececec 100%);
  background: linear-gradient(to right, #ffffff 0%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=1 );
}

.zagorod_steps_section .step_data .number {
  font-size: 14px;
  font-weight: 700;
  color: #8b8b8b;
  margin-right: 10px;
  display: inline-block;
}

.zagorod_steps_section .step_data .title {
  text-transform: uppercase;
  color: #141414;
  font-size: 24px;
  letter-spacing: .24px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.zagorod_steps_section .full_width_step_wrapper {
  margin: 50px 0 100px;
}

.zagorod_steps_section .full_width_step_wrapper .step_content {
  position: relative;
}

.zagorod_steps_section .full_width_step_wrapper .step_content:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5px;
  right: -5px;
  background: rgba(9, 12, 18, 0.17);
  z-index: 1;
}

.zagorod_steps_section .full_width_step_wrapper .content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0 55px;
  background: url(../img/zagorod_step_7_bg.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.zagorod_steps_section .full_width_step_wrapper .thubnail_wrapper,
.zagorod_steps_section .full_width_step_wrapper .step_description {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.zagorod_steps_section .full_width_step_wrapper .thubnail_wrapper {
  position: relative;
}

.zagorod_steps_section .full_width_step_wrapper .thubnail_wrapper img {
  position: absolute;
  top: -95px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

.zagorod_steps_section .full_width_step_wrapper .step_description {
  padding-right: 150px;
}

.zagorod_steps_section .full_width_step_wrapper .step_title a {
  display: inline-block;
  text-decoration: none;
}

.zagorod_steps_section .full_width_step_wrapper .step_title a:hover .title {
  color: #00a0e3;
}

.zagorod_steps_section .full_width_step_wrapper .number {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
}

.zagorod_steps_section .full_width_step_wrapper .title {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  letter-spacing: .24px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.zagorod_steps_section .full_width_step_wrapper .description {
  padding-top: 15px;
}

.zagorod_steps_section .full_width_step_wrapper .description p {
  color: #bcbcbc;
  line-height: 24px;
}

/*=================================================*/
/*	END Zagarod building steps section	*/
/*=================================================*/
/*=================================================*/
/*	START Individual project price		*/
/*=================================================*/
.individual_project_price_section {
  padding: 40px 0 100px;
}

.individual_project_price_section .title_wrapper {
  position: relative;
  padding-bottom: 16px;
}

.individual_project_price_section .title_wrapper span {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
}

.individual_project_price_section .title_wrapper:before {
  content: '';
  display: block;
  width: 160px;
  height: 2px;
  background: #0e84cc;
  position: absolute;
  left: 0;
  bottom: 0;
}

.individual_project_price_section .price_table_wrapper {
  padding-top: 70px;
}

.individual_project_price_section .price_table table {
  width: 100%;
  border: 1px solid #e7e7e7;
  background: #fff;
}

.individual_project_price_section .price_table table tr {
  border-top: 1px solid #e7e7e7;
}

.individual_project_price_section .price_table table tr:first-child {
  border-top: none;
}

.individual_project_price_section .price_table table tr th {
  padding: 18px 5px;
  text-align: center;
  background: #e7e7e7;
  color: #646464;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.individual_project_price_section .price_table table tr td {
  text-align: center;
  padding: 25px 5px;
  color: #646464;
  font-size: 14px;
}

.individual_project_price_section.city_page {
  background: url(../img/price_section_bg.png) no-repeat left bottom;
}

.individual_project_price_section .get_data_button {
  text-align: center;
  padding-top: 55px;
}

.individual_project_price_section .get_data_button a {
  display: inline-block;
  border: 3px solid #ffcc00;
  padding: 38px 0;
  width: 480px;
  text-decoration: none;
  background: #fff;
  position: relative;
}

.individual_project_price_section .get_data_button a span {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  display: block;
}

.individual_project_price_section .get_data_button a span:first-child {
  font-size: 28px;
  color: #0b8ad1;
  font-weight: 500;
  padding-bottom: 15px;
}

.individual_project_price_section .get_data_button a:after, .individual_project_price_section .get_data_button a:before {
  content: '';
  display: block;
  width: 72px;
  height: 63px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

.individual_project_price_section .get_data_button a:after {
  background: url(../img/arrow_gray_right.png) no-repeat center;
  right: -85px;
}

.individual_project_price_section .get_data_button a:before {
  background: url(../img/arrow_gray_left.png) no-repeat center;
  left: -85px;
}

/*=================================================*/
/*	END Individual project price	*/
/*=================================================*/
/*=================================================*/
/*	START Projecting steps section		*/
/*=================================================*/
.projecting_steps_section {
  background: #f0f0f0 url(../img/steps_bg.png) no-repeat right bottom;
  padding-top: 45px;
}

.projecting_steps_section.city_page {
  background: #f0f0f0 url(../img/city_steps_bg.png) no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}

.projecting_steps_section .projecting_steps_container {
  position: relative;
}

.projecting_steps_section .client_bg {
  position: absolute;
  bottom: -104px;
  right: 20px;
}

.projecting_steps_section .client_bg img {
  max-width: 100%;
  display: block;
}

.projecting_steps_section .title_wrapper {
  text-align: center;
}

.projecting_steps_section .title_wrapper span {
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
}

.projecting_steps_section .steps_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 62px;
}

.projecting_steps_section .step_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  position: relative;
}

.projecting_steps_section .step_wrapper:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.projecting_steps_section .step_wrapper:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.projecting_steps_section .step_wrapper:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.projecting_steps_section .step_wrapper:nth-child(4) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.projecting_steps_section .step_wrapper:nth-child(4):after {
  content: '';
  display: block;
  height: 100%;
  width: 8px;
  background: #0e84cc;
  position: absolute;
  top: 0;
  right: -2px;
}

.projecting_steps_section .step_wrapper:nth-child(5) {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.projecting_steps_section .step_wrapper:nth-child(6) {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.projecting_steps_section .step_wrapper:nth-child(7) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.projecting_steps_section .step_wrapper:nth-child(7):after {
  content: '';
  display: block;
  height: 100%;
  width: 8px;
  background: #0e84cc;
  position: absolute;
  top: 0;
  left: 15px;
}

.projecting_steps_section .step_wrapper:nth-child(8) {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.projecting_steps_section .step_wrapper:nth-child(9) {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.projecting_steps_section .step_wrapper:last-child:before {
  display: none;
}

.projecting_steps_section .step_wrapper:last-child .number span,
.projecting_steps_section .step_wrapper:last-child .title span {
  background: #b81e1d;
  color: #fff;
}

.projecting_steps_section .step_wrapper:before {
  content: '';
  display: block;
  height: 8px;
  width: 100%;
  background: #0e84cc;
  position: absolute;
  top: 0;
  left: 2px;
}

.projecting_steps_section .step_inner {
  padding: 36px 20px 60px 40px;
  position: relative;
  height: 100%;
}

.projecting_steps_section .step_inner .title span {
  font-size: 21px;
  color: #000;
  display: inline-block;
  padding: 1px 2px 2px;
}

.projecting_steps_section .step_inner .description p {
  font-size: 14px;
  color: #555;
  line-height: 18px;
}

.projecting_steps_section .step_inner .number {
  position: absolute;
  top: -16px;
  left: 0;
}

.projecting_steps_section .step_inner .number span {
  text-align: center;
  display: block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0e84cc;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  position: relative;
  z-index: 2;
}

.projecting_steps_section .step_inner .number:before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(9, 12, 18, 0.5);
  position: absolute;
  right: -2px;
  bottom: -3px;
  z-index: 1;
}

/*=================================================*/
/*	END Projecting steps section	*/
/*=================================================*/
/*=================================================*/
/*	START  Zagorod Projection Page		*/
/*=================================================*/
.projecting_page {
  height: 1069px;
  background: url(../img/projecting_bg.jpg) no-repeat top center;
}

.projecting_page.building_page {
  height: 884px;
  background: url(../img/building_bg.jpg) no-repeat top center;
}

.projecting_page .projecting_screen_data {
  position: relative;
}

.projecting_page .projecting_screen_meta {
  position: absolute;
  top: 40px;
  left: 0;
}

.projecting_page .mobile_screen {
  display: none;
}

.projecting_page .mobile_screen img {
  width: 100%;
  display: block;
}

.projecting_page .tooltips_container .tooltip_wrapper:nth-child(1) {
  top: 462px;
  left: 425px;
}

.projecting_page .tooltips_container .tooltip_wrapper:nth-child(2) {
  top: 565px;
  left: 285px;
}

.projecting_page .tooltips_container .tooltip_wrapper:nth-child(3) {
  top: 516px;
  left: 643px;
}

.projecting_page .tooltips_container .tooltip_wrapper:nth-child(4) {
  top: 850px;
  left: 427px;
}

.projecting_page .tooltips_container .tooltip_wrapper:nth-child(5) {
  top: 800px;
  left: 1015px;
}

.projecting_page .tooltips_container .tooltip_wrapper:nth-child(6) {
  top: 825px;
  left: 805px;
}

.projecting_page.building_page .tooltips_container .tooltip_wrapper:nth-child(1) {
  top: 370px;
  left: 445px;
}

.projecting_page.building_page .tooltips_container .tooltip_wrapper:nth-child(2) {
  top: 565px;
  left: 420px;
}

.projecting_page.building_page .tooltips_container .tooltip_wrapper:nth-child(3) {
  top: 265px;
  left: 680px;
}

.projecting_page.building_page .tooltips_container .tooltip_wrapper:nth-child(4) {
  top: 528px;
  left: 945px;
}

.projecting_page.building_page .tooltips_container .tooltip_wrapper:nth-child(5) {
  top: 615px;
  left: 800px;
}

/*=================================================*/
/*	END  Zagorod Projection Page	*/
/*=================================================*/
/*=================================================*/
/*	START Projects Gallery section		*/
/*=================================================*/
.project_gallery_section {
  background: #f0f0f0 url(../img/steps_bg.png) no-repeat right bottom;
  padding: 108px 0 50px;
}

.project_gallery_section .description_box .title {
  padding-bottom: 20px;
  width: 50%;
}

.project_gallery_section .description_box .title span {
  font-size: 30px;
  color: #171717;
}

.project_gallery_section .description_box .description {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.project_gallery_section .description_box .description p {
  font-size: 16px;
  color: #787878;
  line-height: 24px;
}

.project_gallery_section .description_box .description p strong {
  color: #020202;
}

.project_gallery_section .gallery_list {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.project_gallery_section .item_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

.project_gallery_section .item_inner {
  padding: 0 15px 30px;
}

.project_gallery_section .photo_wrapper a {
  display: block;
  border: 4px solid #fff;
  -webkit-border-radius: 14px 0 14px;
  border-radius: 14px 0 14px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.18);
  box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.18);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none;
}

.project_gallery_section .photo_wrapper a img {
  width: 100%;
  display: block;
}

.project_gallery_section .photo_wrapper a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(37, 88, 166, 0.3) url(../img/eye_i.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.project_gallery_section .photo_wrapper a:hover {
  -webkit-box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.65);
  box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.65);
}

.project_gallery_section .photo_wrapper a:hover:before {
  opacity: 1;
}

/*=================================================*/
/*	END Projects Gallery section	*/
/*=================================================*/
/*=================================================*/
/*	START About Design section		*/
/*=================================================*/
.about_design_section.top_section {
  background: #f5f5f5;
}

.about_design_section .about_design_meta {
  padding-bottom: 90px;
}

.about_design_section .columns_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_design_section .columns_wrapper.text_left_position .thumbnail_wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.about_design_section .columns_wrapper.text_left_position .about_design_text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.about_design_section .columns_wrapper.text_left_position .about_design_text .col_inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.about_design_section .columns_wrapper.text_left_position .about_design_text .text_container {
  padding: 0 50px 0 0;
}

.about_design_section .thumbnail_wrapper,
.about_design_section .about_design_text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.about_design_section .thumbnail_item {
  position: relative;
  display: none;
}

.about_design_section .thumbnail_item.active {
  display: block;
}

.about_design_section .thumbnail_wrapper {
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.about_design_section .thumbnail_wrapper .screen_wrapper {
  width: 100%;
  height: 100%;
}

.about_design_section .thumbnail_wrapper img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.about_design_section .screen_container {
  position: relative;
}

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

.about_design_section .dravSeparator button {
  width: 36px;
  height: 73px;
  background: url(../img/dravSeparator.png) no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  left: -16px;
  border: none;
  outline: none;
  cursor: pointer;
}

.about_design_section .afterScreen {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.about_design_section .afterScreen .screen_wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

.about_design_section .about_design_text .col_inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

.about_design_section .about_design_text .text_container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 550px;
  -ms-flex: 0 0 550px;
  flex: 0 0 550px;
  padding: 0 0 0 50px;
}

.about_design_section .about_design_text .title {
  padding-bottom: 20px;
}

.about_design_section .about_design_text .title span {
  font-size: 30px;
  color: #171717;
}

.about_design_section .about_design_text .description p {
  font-size: 16px;
  color: #787878;
  line-height: 24px;
}

.about_design_section .about_design_text .description p strong {
  color: #000;
}

.about_design_section .thumbnails_pagination {
  position: absolute;
  bottom: 30px;
  left: 15px;
}

/*=================================================*/
/*	END About Design section	*/
/*=================================================*/
/*=================================================*/
/*	START Feedback Form section		*/
/*=================================================*/
.feedback_form_section {
  background: url(../img/numbers_section_bg.jpg) no-repeat left top;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 45px 0;
}

.feedback_form_section.city_page {
  background: url(../img/city_numbers_section_bg.jpg) no-repeat left top;
  -webkit-background-size: cover;
  background-size: cover;
}

.feedback_form_section .feedback_form_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feedback_form_section .projects_count {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 100px;
}

.feedback_form_section .form_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 440px;
  -ms-flex: 0 0 440px;
  flex: 0 0 440px;
}

.feedback_form_section .numbers_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feedback_form_section .item_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.feedback_form_section .item_inner {
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feedback_form_section .icon {
  margin-right: 20px;
}

.feedback_form_section .icon img {
  max-width: 100%;
}

.feedback_form_section .number span {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.feedback_form_section .title {
  padding-top: 5px;
}

.feedback_form_section .title span {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.feedback_form_section .form_title p {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.feedback_form_section .price p {
  font-size: 18px;
  color: #fff;
}

.feedback_form_section .price span {
  color: #ffed77;
  font-size: 24px;
}

.feedback_form_section .form_content {
  padding-top: 20px;
}

.feedback_form_section .fields_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feedback_form_section .input_wrapper input {
  height: 40px;
  border: 3px solid #ffcc00;
  border-right: none;
  -webkit-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
  background: transparent;
  padding: 0 12px;
  width: 195px;
  color: #fff;
}

.feedback_form_section .input_wrapper input::-webkit-input-placeholder {
  color: #fff;
}

.feedback_form_section .input_wrapper input::-moz-placeholder {
  color: #fff;
}

.feedback_form_section .input_wrapper input:-moz-placeholder {
  color: #fff;
}

.feedback_form_section .input_wrapper input:-ms-input-placeholder {
  color: #fff;
}

.feedback_form_section .button_wrapper {
  position: relative;
}

.feedback_form_section .button_wrapper input {
  width: 135px;
  height: 40px;
  border: 3px solid #ffcc00;
  border-left: 1px solid #ffcc00;
  -webkit-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  background: #0077e2;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  cursor: pointer;
}

.feedback_form_section .button_wrapper:before {
  content: '';
  display: block;
  width: 72px;
  height: 63px;
  background: url(../img/form_arrow.png) no-repeat center;
  position: absolute;
  right: -90px;
  bottom: 6px;
}

/*=================================================*/
/*	END Feedback Form section	*/
/*=================================================*/
/*=================================================*/
/*	START Services After Building		*/
/*=================================================*/
.after_building_section .about_services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.after_building_section .service_description {
  border-left: 13px solid #0e84cc;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 30px;
}

.after_building_section .service_description .title span {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.after_building_section .service_description .subtitle {
  padding-top: 35px;
}

.after_building_section .service_description .subtitle p {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  letter-spacing: .15px;
}

.after_building_section .service_bg {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.after_building_section .service_bg img {
  max-width: 100%;
}

/*=================================================*/
/*	END Services After Building	*/
/*=================================================*/
/*=================================================*/
/*	START Single Page Meta section		*/
/*=================================================*/
.single_page_meta_section {
  background: #f0f0f0;
  padding: 40px 0 45px;
}

/*=================================================*/
/*	END Single Page Meta section	*/
/*=================================================*/
/*=================================================*/
/*	START Zagorod Contacts		*/
/*=================================================*/
.zagorod_contacts_section .contacts_cols_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.zagorod_contacts_section .contacts_col,
.zagorod_contacts_section .map_col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.zagorod_contacts_section .map_wrapper {
  height: 530px;
}

.zagorod_contacts_section .map_wrapper iframe {
  width: 100%;
  height: 100%;
}

.zagorod_contacts_section .col_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #0b3b8a;
  background: -webkit-linear-gradient(-45deg, #0b3b8a 0%, #1f2143 100%);
  background: -webkit-linear-gradient(315deg, #0b3b8a 0%, #1f2143 100%);
  background: -o-linear-gradient(315deg, #0b3b8a 0%, #1f2143 100%);
  background: linear-gradient(135deg, #0b3b8a 0%, #1f2143 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b3b8a', endColorstr='#1f2143',GradientType=1 );
  padding: 20px 0;
}

.zagorod_contacts_section .data_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 550px;
  -ms-flex: 0 0 550px;
  flex: 0 0 550px;
  padding: 0 50px 0 0;
}

.zagorod_contacts_section .title {
  padding-bottom: 18px;
}

.zagorod_contacts_section .title span {
  font-size: 30px;
  color: #fff;
}

.zagorod_contacts_section .cantact_item {
  padding-top: 28px;
}

.zagorod_contacts_section .contact_data_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zagorod_contacts_section .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65px;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
}

.zagorod_contacts_section .icon img {
  max-width: 100%;
}

.zagorod_contacts_section .data span {
  color: #fff;
  font-size: 16px;
}

.zagorod_contacts_section .data a {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.zagorod_contacts_section .data a span {
  color: #fff;
  font-size: 16px;
}

.zagorod_contacts_section .email_data .data a {
  font-size: 16px;
  color: #ffcc00;
  text-decoration: underline;
}

.zagorod_contacts_section .email_data .data a:hover {
  text-decoration: none;
}

/*=================================================*/
/*	END Zagorod Contacts	*/
/*=================================================*/
/*=================================================*/
/*	START Zagorod Actions		*/
/*=================================================*/
.zagorod_actions_section {
  background: url(../img/actions_page_bg.jpg) no-repeat center top;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
}

.zagorod_actions_section .zagorod_actions_container {
  padding-top: 75px;
}

.zagorod_actions_section .actions_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zagorod_actions_section .item_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.zagorod_actions_section .item_wrapper:nth-child(1) .sale_info {
  background: url(../img/month_1.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.zagorod_actions_section .item_wrapper:nth-child(2) .sale_info {
  background: url(../img/month_2.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.zagorod_actions_section .item_wrapper:nth-child(3) .sale_info {
  background: url(../img/month_3.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.zagorod_actions_section .item_wrapper:nth-child(4) .sale_info {
  background: url(../img/month_4.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.zagorod_actions_section .item_wrapper:nth-child(5) .sale_info {
  background: url(../img/month_5.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.zagorod_actions_section .item_wrapper:nth-child(6) .sale_info {
  background: url(../img/month_6.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.zagorod_actions_section .item_wrapper:nth-child(7) .sale_info {
  background: url(../img/month_7.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.zagorod_actions_section .item_wrapper:nth-child(8) .sale_info {
  background: url(../img/month_8.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.zagorod_actions_section .item_wrapper:nth-child(9) .sale_info {
  background: url(../img/month_9.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.zagorod_actions_section .item_wrapper:nth-child(10) .sale_info {
  background: url(../img/month_10.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.zagorod_actions_section .item_wrapper:nth-child(11) .sale_info {
  background: url(../img/month_11.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.zagorod_actions_section .item_wrapper:nth-child(12) .sale_info {
  background: url(../img/month_12.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.zagorod_actions_section .item_inner {
  padding: 0 20px 40px;
  height: 100%;
}

.zagorod_actions_section .action_wrapper {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  height: 100%;
  position: relative;
}

.zagorod_actions_section .action_icon {
  position: absolute;
  left: -15px;
  top: -26px;
  border: 3px solid #fff;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.33);
}

.zagorod_actions_section .action_icon.february {
  border-color: #fd964a;
}

.zagorod_actions_section .action_icon.april {
  border-color: #fde938;
}

.zagorod_actions_section .action_icon.september {
  border-color: #55adef;
}

.zagorod_actions_section .action_icon.december {
  border-color: #d698f0;
}

.zagorod_actions_section .icon_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.zagorod_actions_section .icon_wrapper img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.zagorod_actions_section .sale_info {
  text-align: center;
  padding-bottom: 60px;
}

.zagorod_actions_section .sale_percent {
  padding: 30px 0 15px;
}

.zagorod_actions_section .sale_percent span {
  color: #ffff;
  font-size: 90px;
  font-family: 'StreetbrushW01';
}

.zagorod_actions_section .sale_perid span {
  font-size: 24px;
  font-weight: 500;
  font-family: "Rubik";
  color: #fff;
}

.zagorod_actions_section .sale_title {
  padding: 0 20px;
  text-align: center;
}

.zagorod_actions_section .sale_title a {
  color: #0085bd;
  line-height: 24px;
  text-decoration: underline;
  font-weight: 500;
  font-family: "Rubik";
}

.zagorod_actions_section .sale_title a:hover {
  text-decoration: none;
}

.zagorod_actions_section .read_more_button {
  padding: 15px 0 20px;
  text-align: center;
}

.zagorod_actions_section .read_more_button a {
  display: inline-block;
  width: 130px;
  height: 31px;
  line-height: 25px;
  border: 3px solid #ffcc00;
  text-align: center;
  font-weight: 500;
  font-family: "Rubik";
  text-decoration: none;
  color: #000;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.zagorod_actions_section .read_more_button a:hover {
  background: #ffcc00;
  color: #fff;
}

/*=================================================*/
/*	END Zagorod Actions	*/
/*=================================================*/
/*=================================================*/
/*	START Portfolio Page		*/
/*=================================================*/
.portfolio_page {
  background: url(../img/portfolio_page_bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 90px;
}

.portfolio_page .portfolio_meta {
  padding: 40px 0 80px;
}

.portfolio_page .posrtfolio_page_description {
  width: 445px;
  padding: 25px;
  background: #fff;
}

.portfolio_page .posrtfolio_page_description .title {
  padding-bottom: 25px;
}

.portfolio_page .posrtfolio_page_description .title span {
  font-size: 30px;
  color: #171717;
}

.portfolio_page .posrtfolio_page_description .description p {
  color: #787878;
  line-height: 24px;
}

.portfolio_page .posrtfolio_page_description .description strong {
  color: #000;
  font-weight: 700;
}

/*=================================================*/
/*	END Portfolio Page	*/
/*=================================================*/
/*=================================================*/
/*	START Portfolio List		*/
/*=================================================*/
.portfolio_list_section {
  background: #f0f0f0;
}

.portfolio_list_section:last-child {
  background: #f0f0f0 url(../img/steps_bg.png) no-repeat right bottom;
}

.portfolio_list_section .portfolio_list_container .item_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.portfolio_list_section .portfolio_list_container .project_wrapper {
  padding: 30px 0 68px;
  border-bottom: 2px solid #fff;
}

.portfolio_list_section .portfolio_list_container .project_wrapper:last-child {
  border-bottom: 0;
}

.portfolio_list_section .project_description {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 40px;
}

.portfolio_list_section .project_title {
  padding-bottom: 10px;
}

.portfolio_list_section .project_title a {
  font-size: 24px;
  color: #171717;
  line-height: 30px;
  text-decoration: underline;
}

.portfolio_list_section .project_title a:hover {
  text-decoration: none;
}

.portfolio_list_section .characteristic {
  padding-bottom: 12px;
}

.portfolio_list_section .characteristic span {
  color: #787878;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  padding-right: 5px;
}

.portfolio_list_section .characteristic span.value {
  color: #000;
}

.portfolio_list_section .button_view_detail a {
  display: inline-block;
  padding: 12px 60px 11px 22px;
  background: #2a4f9e url(../img/eye_i_min.png) no-repeat right 18px center;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.18);
  box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.18);
}

.portfolio_list_section .button_view_detail a:hover {
  -webkit-box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.5);
  box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.5);
}

.portfolio_list_section .gallery_item {
  width: 357px;
  height: 216px;
}

.portfolio_list_section .gallery_item.min_wrapper {
  width: 250px;
  margin-left: 30px;
}

.portfolio_list_section .gallery_item.min_wrapper a img {
  width: auto;
  height: 100%;
}

.portfolio_list_section .photo_wrapper a {
  display: block;
  border: 4px solid #fff;
  -webkit-border-radius: 14px 0 14px;
  border-radius: 14px 0 14px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.18);
  box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.18);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none;
}

.portfolio_list_section .photo_wrapper a img {
  width: 100%;
  display: block;
}

.portfolio_list_section .photo_wrapper a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(37, 88, 166, 0.3) url(../img/eye_i.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.portfolio_list_section .photo_wrapper a:hover {
  -webkit-box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.65);
  box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.65);
}

.portfolio_list_section .photo_wrapper a:hover:before {
  opacity: 1;
}

/*=================================================*/
/*	END Portfolio List	*/
/*=================================================*/
/*=================================================*/
/*	START Portfolio Single Page		*/
/*=================================================*/
.portfolio_single_page .columns_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.portfolio_single_page .thumbnail_wrapper,
.portfolio_single_page .project_description {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.portfolio_single_page .thumbnail_wrapper {
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.portfolio_single_page .thumbnail_wrapper .screen_container {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top left;
}

.portfolio_single_page .thumbnail_wrapper img {
  max-width: 100%;
  width: 100%;
  display: none;
}

.portfolio_single_page .project_description .col_inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px 0 50px;
}

.portfolio_single_page .project_description .text_container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 550px;
  -ms-flex: 0 0 550px;
  flex: 0 0 550px;
  padding: 0 50px 0 0;
}

.portfolio_single_page .project_title span {
  font-size: 30px;
  color: #171717;
}

.portfolio_single_page .characteristics_wrapper {
  padding: 30px 0 20px;
}

.portfolio_single_page .characteristic {
  padding-bottom: 12px;
}

.portfolio_single_page .characteristic span {
  color: #787878;
  font-size: 16px;
  display: inline-block;
}

.portfolio_single_page .characteristic span.value {
  color: #000;
  padding-left: 5px;
}

.portfolio_single_page .description p {
  color: #787878;
  line-height: 24px;
}

.portfolio_single_page .description strong {
  color: #000;
  font-weight: 700;
}

.portfolio_single_page .single_gallery_box {
  background: #f0f0f0 url(../img/steps_bg.png) no-repeat right bottom;
}

.portfolio_single_page .gallery_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px -15px 0;
}

.portfolio_single_page .gallery_wrapper .gallery_item_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.portfolio_single_page .gallery_wrapper .gallery_item_inner {
  padding: 0 15px 30px;
}

.portfolio_single_page .gallery_wrapper .photo_wrapper a {
  display: block;
  border: 4px solid #fff;
  -webkit-border-radius: 14px 0 14px;
  border-radius: 14px 0 14px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.18);
  box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.18);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none;
}

.portfolio_single_page .gallery_wrapper .photo_wrapper a img {
  width: 100%;
  display: block;
}

.portfolio_single_page .gallery_wrapper .photo_wrapper a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.portfolio_single_page .gallery_wrapper .photo_wrapper a:hover {
  border-color: #029de0;
}

.portfolio_single_page .gallery_wrapper .photo_wrapper a:hover:before {
  opacity: 0;
}

.portfolio_single_page .screens_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0 30px;
  margin: 0 -15px;
}

.portfolio_single_page .screens_wrapper .box_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.portfolio_single_page .screens_wrapper .screen_box {
  padding: 0 15px 30px;
}

.portfolio_single_page .screens_wrapper .box_inner {
  border: 1px solid #cfcfcf;
  background: #fff;
}

.portfolio_single_page .screens_wrapper .box_title {
  padding: 19px 0 17px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}

.portfolio_single_page .screens_wrapper .box_title span {
  text-transform: uppercase;
  font-size: 30px;
  color: #171717;
}

.portfolio_single_page .screens_wrapper .screens_list {
  padding: 20px 15px 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portfolio_single_page .screens_wrapper .screen_item_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.portfolio_single_page .screens_wrapper .screen_item_inner {
  padding: 0 15px 30px;
}

.portfolio_single_page .screens_wrapper .photo_wrapper a {
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 14px 0 14px;
  border-radius: 14px 0 14px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(9, 12, 18, 0.18);
  box-shadow: 3px 3px 0px 0px rgba(9, 12, 18, 0.18);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none;
}

.portfolio_single_page .screens_wrapper .photo_wrapper a img {
  width: 100%;
  display: block;
}

.portfolio_single_page .screens_wrapper .photo_wrapper a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.portfolio_single_page .screens_wrapper .photo_wrapper a:hover {
  -webkit-box-shadow: 3px 3px 0px 0px rgba(9, 12, 18, 0.5);
  box-shadow: 3px 3px 0px 0px rgba(9, 12, 18, 0.5);
}

.portfolio_single_page .screens_wrapper .photo_wrapper a:hover:before {
  opacity: 0;
}

/*=================================================*/
/*	END Portfolio Single Page	*/
/*=================================================*/
/*=================================================*/
/*	START About City		*/
/*=================================================*/
.about_city_building .thumbnail_wrapper {
  position: relative;
}

.about_city_building .thumbnail_wrapper img {
  width: 100%;
  display: block;
}

.about_city_building .text_container {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-pack: center; */
  /* -webkit-justify-content: center; */
  -ms-flex-pack: center;
  justify-content: center;
  /* -webkit-box-align: center; */
  /* -webkit-align-items: center; */
  -ms-flex-align: center;
  /* align-items: center; */
}

.about_city_building .title {
  text-align: center;
}

.about_city_building .title p {
  font-size: 30px;
  color: #393185;
}

.about_city_building .title span {
  display: block;
  font-size: 36px;
  font-weight: 700;
}

/*=================================================*/
/*	END About City	*/
/*=================================================*/
/*=================================================*/
/*	START Feedback Form		*/
/*=================================================*/
.city_feedback_form_section {
  background: #ebebeb;
}

.city_feedback_form_section .columns_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.city_feedback_form_section .page_description,
.city_feedback_form_section .feedback_form_container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.city_feedback_form_section .page_description {
  background: #fff;
  padding: 45px 35px 35px;
}

.city_feedback_form_section .description_title {
  padding-bottom: 35px;
}

.city_feedback_form_section .description_title span {
  font-size: 21px;
  font-weight: 700;
  color: #393186;
}

.city_feedback_form_section .text_content p {
  font-size: 14px;
  color: #787878;
  line-height: 24px;
}

.city_feedback_form_section .feedback_form_container {
  padding: 0 30px;
}

.city_feedback_form_section .form_title {
  padding-bottom: 10px;
}

.city_feedback_form_section .form_title p {
  font-size: 24px;
  font-weight: 700;
  color: #393185;
  letter-spacing: .12px;
}

.city_feedback_form_section .form_subtitle p {
  color: #5a5a5a;
  font-size: 18px;
  line-height: 30px;
}

.city_feedback_form_section .form_subtitle span {
  font-weight: 700;
}

.city_feedback_form_section .form_content {
  padding-top: 30px;
}

.city_feedback_form_section .fields_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.city_feedback_form_section .input_wrapper input {
  height: 40px;
  border: 1px solid #393186;
  border-right: none;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: transparent;
  padding: 0 15px;
  width: 195px;
  color: #393186;
}

.city_feedback_form_section .input_wrapper input::-webkit-input-placeholder {
  color: #393186;
}

.city_feedback_form_section .input_wrapper input::-moz-placeholder {
  color: #393186;
}

.city_feedback_form_section .input_wrapper input:-moz-placeholder {
  color: #393186;
}

.city_feedback_form_section .input_wrapper input:-ms-input-placeholder {
  color: #393186;
}

.city_feedback_form_section .button_wrapper {
  position: relative;
}

.city_feedback_form_section .button_wrapper button {
  width: 135px;
  height: 40px;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: #393186;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: none;
}

.city_feedback_form_section .button_wrapper button span {
  display: block;
  text-transform: uppercase;
}

.city_feedback_form_section .button_wrapper:before {
  content: '';
  display: block;
  width: 72px;
  height: 63px;
  background: url(../img/city_form_arrow.png) no-repeat center;
  position: absolute;
  right: -90px;
  bottom: 6px;
}

/*=================================================*/
/*	END Feedback Form	*/
/*=================================================*/
/*=================================================*/
/*	START City Building Services		*/
/*=================================================*/
.city_buolding_services {
  background: #ebebeb url(../img/city_services_bg.png) no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 40px;
}

.city_buolding_services .services_title {
  padding: 50px 0 60px;
}

.city_buolding_services .services_title span {
  color: #171717;
  font-size: 30px;
}

.city_buolding_services .services_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.city_buolding_services .service_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

.city_buolding_services .service_inner {
  padding: 0 15px 55px;
}

.city_buolding_services .service_content a {
  display: block;
  background: #fff;
  padding: 0 15px 15px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative;
}

.city_buolding_services .service_content a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/service_hover_bg.png) no-repeat bottom right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.city_buolding_services .service_content a:hover {
  background: #110b21;
}

.city_buolding_services .service_content a:hover:before {
  opacity: 1;
}

.city_buolding_services .service_content a:hover .title span {
  color: #fff;
}

.city_buolding_services .service_content a:hover .thumbnail_wrapper {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.city_buolding_services .thumbnail_wrapper {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  border: 4px solid #fff;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(9, 12, 18, 0.18);
  box-shadow: 0px 0px 20px 0px rgba(9, 12, 18, 0.18);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.city_buolding_services .thumbnail_wrapper img {
  width: 100%;
  display: block;
}

.city_buolding_services .thumbnail_wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 39px;
  background: url(../img/shadow.png) no-repeat center top;
  position: absolute;
  top: 100%;
  left: 0;
}

.city_buolding_services .title {
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  z-index: 2;
}

.city_buolding_services .title span {
  font-size: 21px;
  color: #0062a1;
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.city_buolding_services .title span:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/service_i.png) no-repeat center;
  position: absolute;
  top: 0;
  right: -40px;
}

.city_buolding_services .apply_button_wrapper {
  width: 370px;
  margin: 0 auto;
  padding: 15px;
  background: rgba(255, 255, 255, 0.4);
}

.city_buolding_services .apply_button_wrapper button {
  background: #2c4b9b;
  width: 100%;
  border: none;
  padding: 20px 40px 20px 100px;
  position: relative;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.18);
  box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.18);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.city_buolding_services .apply_button_wrapper button:hover {
  -webkit-box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.5);
  box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.5);
}

.city_buolding_services .apply_button_wrapper button:before {
  content: '';
  display: block;
  width: 51px;
  height: 51px;
  background: url(../img/apply_i_white.png) no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 30px;
}

.city_buolding_services .apply_button_wrapper button span {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
}

.city_buolding_services .apply_button_wrapper button span:first-child {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding-bottom: 5px;
}

/*=================================================*/
/*	END City Building Services	*/
/*=================================================*/
/*=================================================*/
/*	START City Vacancies		*/
/*=================================================*/
.city_vacancies {
  background: #f0f0f0;
}

.city_vacancies .vacancy_wrapper {
  padding-bottom: 40px;
}

.city_vacancies .vacancy_inner {
  background: #fff;
  padding: 20px 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.18);
  box-shadow: 6px 6px 0px 0px rgba(9, 12, 18, 0.18);
}

.city_vacancies .thumbnail_col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  padding-right: 30px;
}

.city_vacancies .description_col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.city_vacancies .thumbnail {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(9, 12, 18, 0.18);
  box-shadow: 0px 0px 20px 0px rgba(9, 12, 18, 0.18);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.city_vacancies .thumbnail img {
  width: 100%;
  display: block;
}

.city_vacancies .thumbnail:after {
  content: '';
  display: block;
  width: 100%;
  height: 39px;
  background: url(../img/shadow.png) no-repeat center top;
  position: absolute;
  top: 100%;
  left: 0;
}

.city_vacancies .characteristic_wrapper {
  padding-top: 30px;
}

.city_vacancies .characteristic_wrapper .title span,
.city_vacancies .characteristic_wrapper .value span {
  font-size: 14px;
  color: #000;
}

.city_vacancies .characteristic_wrapper .value {
  padding-top: 10px;
}

.city_vacancies .characteristic_wrapper .value span {
  color: #787878;
  line-height: 24px;
}

.city_vacancies .vacancy_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
}

.city_vacancies .vacancy_title span {
  font-size: 21px;
  color: #171717;
  text-decoration: none;
}

.city_vacancies .salary_wrapper {
  padding-left: 30px;
}

.city_vacancies .salary_number .salary_title,
.city_vacancies .salary_number .salary_value {
  font-size: 21px;
  color: #171717;
}

.city_vacancies .salary_number .salary_value {
  font-weight: 700;
  color: #0c8ad0;
}

.city_vacancies .salary_details {
  padding-top: 5px;
}

.city_vacancies .salary_details p {
  font-size: 12px;
  color: #a5a5a5;
}

.city_vacancies .vacancy_description {
  padding-top: 10px;
}

.city_vacancies .vacancy_description p {
  margin: 25px 0;
  font-size: 14px;
  color: #787878;
  line-height: 24px;
}

.city_vacancies .send_document a {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px 10px;
  background: #393185;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/*=================================================*/
/*	END City Vacancies	*/
/*=================================================*/
/*=================================================*/
/*	START City Services		*/
/*=================================================*/
.city_services_section {
  padding: 55px 0 10px;
  background-color: #f0f0f0;
}

.city_services_section.design_services {
  background: #f0f0f0 url(../img/city_design_services_bg.png) no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}

.city_services_section.analiz_services {
  background: #f0f0f0 url(../img/analiz_services_bg.png) no-repeat right bottom;
}

.city_services_section .title_services_section {
  padding-bottom: 40px;
}

.city_services_section .title_services_section span {
  font-size: 30px;
  color: #171717;
}

.city_services_section .service_item {
  padding-bottom: 35px;
}

.city_services_section .service_inner {
  background: #fff;
  padding: 20px 20px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(9, 12, 18, 0.15);
  box-shadow: 10px 10px 0px 0px rgba(9, 12, 18, 0.15);
}

.city_services_section .service_thumbnail {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 260px;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  padding-right: 30px;
}

.city_services_section .thumbnail_wrapper {
  position: relative;
  z-index: 2;
  border: 5px solid #f0f0f0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.city_services_section .thumbnail_wrapper img {
  width: 100%;
  display: block;
}

.city_services_section .thumbnail_wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 39px;
  background: url(../img/shadow.png) no-repeat center top;
  position: absolute;
  top: 100%;
  left: 0;
}

.city_services_section .service_title {
  border-bottom: 1px solid #dbdbdb;
}

.city_services_section .service_title span {
  font-size: 21px;
  color: #171717;
  display: inline-block;
  padding-bottom: 15px;
}

.city_services_section .description_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.city_services_section .description_text {
  padding-top: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.city_services_section .description_text .text_wrapper p {
  font-size: 14px;
  line-height: 24px;
  color: #787878;
}

.city_services_section .service_categories {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.city_services_section .categories_wrapper {
  padding: 20px 30px 0 80px;
}

.city_services_section .categories_wrapper ul li {
  margin-bottom: 20px;
  font-size: 14px;
  color: #0077e2;
  text-decoration: underline;
}

.city_services_section .categories_wrapper ul li span {
  position: relative;
  padding-left: 10px;
  display: inline-block;
}

.city_services_section .categories_wrapper ul li span:before {
  content: '';
  display: block;
  width: 5px;
  height: 1px;
  background: #0077e2;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
}

.city_services_section .categories_wrapper ul li ul {
  padding-left: 20px;
}

/*=================================================*/
/*	END City Services	*/
/*=================================================*/
/*=================================================*/
/*	START About City Building		*/
/*=================================================*/
.city_building_services {
  position: relative;
}

.city_building_services .backgrounds_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.city_building_services .bg_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.city_building_services .bg_wrapper.active {
  opacity: 1;
}

.city_building_services .thumbnail_wrapper {
  position: relative;
  z-index: 2;
}

.city_building_services .about_building_meta {
  padding: 40px 0 70px;
}

.city_building_services .about_building_text {
  width: 50%;
  padding: 30px;
  background: #fff;
  text-align: left;
}

.city_building_services .about_building_text .title span {
  font-size: 30px;
  color: #171717;
}

.city_building_services .about_building_text .description {
  padding-top: 20px;
}

.city_building_services .about_building_text .description p {
  color: #787878;
  line-height: 24px;
}

.city_building_services .thumbnails_pagination {
  padding: 15px 0 30px;
  margin-left: 50%;
}

/*=================================================*/
/*	END About City Building	*/
/*=================================================*/
/*=================================================*/
/*	START Left Menu		*/
/*=================================================*/
.mm-menu {
  background: #fff;
}

.mm-panel {
  padding: 0;
}

.mm-panel:after, .mm-panel:before {
  display: none;
}

.mm-wrapper_blocking .mm-page__blocker {
  background: rgba(0, 0, 0, 0.5);
}

.menuBox .mm-navbar {
  display: none;
}

.menuBox .mm-panel_has-navbar {
  padding-top: 0;
}

.menuBox .menu_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 30px;
}

.menuBox .menu_button a {
  width: 62px;
  height: 51px;
  border: 1px solid #dbdbdb;
  background: url(../img/menu_i.png) no-repeat center;
  text-decoration: none;
  display: block;
}

.menuBox .contact_item a {
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}

.menuBox .contact_item.phone a {
  color: #000;
}

.menuBox .contact_item.email a {
  color: #bcbcbc;
  text-decoration: underline;
}

.menuBox .zagorod_section {
  background: url(../img/zagorod_list_bg.png) no-repeat bottom right;
}

.menuBox .zagorod_section .section_header {
  background: url(../img/zagorod_menu_bg.jpg) no-repeat left top;
  -webkit-background-size: cover;
  background-size: cover;
}

.menuBox .city_section {
  background: url(../img/city_list_bg.png) no-repeat bottom right;
}

.menuBox .city_section .section_header {
  background: url(../img/city_menu_bg.jpg) no-repeat left top;
  -webkit-background-size: cover;
  background-size: cover;
}

.menuBox .menu_list {
  padding: 30px;
}

.menuBox .menu_list ul li {
  padding-bottom: 30px;
}

.menuBox .menu_list ul li a {
  font-size: 18px;
  color: #1a6eb9;
  text-decoration: underline;
  font-style: italic;
}

.menuBox .menu_list ul li a:hover {
  text-decoration: none;
}

.menuBox .section_header {
  padding: 26px 0;
}

.menuBox .menu_title span {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  padding: 12px 40px 12px 90px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}

.menuBox .menu_title span:before {
  content: '';
  display: block;
  width: 61px;
  height: 39px;
  background: url(../img/logo_white_min.png) no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 15px;
}

/*=================================================*/
/*	END Left Menu	*/
/*=================================================*/
/*=================================================*/
/*	START Zagorod Calc section		*/
/*=================================================*/
.zagorod_calc_section {
  background: url(../img/calc_section_bg.jpg) no-repeat center top;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 85px 0;
}

.zagorod_calc_section .calc_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
/*  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
}

.zagorod_calc_section .resuzl_box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  position: relative;
}

.box_container{
  position: relative;
}

.zagorod_calc_section .result_container {
  border: 5px solid #fff;
  border-left: 0;
  -webkit-border-radius: 0 45px 45px 0;
  border-radius: 0 45px 45px 0;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(50, 50, 50, 0.35);
  box-shadow: 0px 0px 27px 0px rgba(50, 50, 50, 0.35);
  background: #eaf4fe;
  background: -webkit-linear-gradient(90deg, #eaf4fe 30%, white 70%);
  background: -o-linear-gradient(90deg, #eaf4fe 30%, white 70%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #eaf4fe), color-stop(70%, white));
  background: -webkit-linear-gradient(top, #eaf4fe 30%, white 70%);
  background: -o-linear-gradient(top, #eaf4fe 30%, white 70%);
  background: linear-gradient(180deg, #eaf4fe 30%, white 70%);
  padding: 40px 30px;
}
.result_box{
  position: relative;
}
.zagorod_calc_section .result_container.fixedPosition {
  position: fixed;
  top: 20px;
}
.zagorod_calc_section .result_container.absolutePosition {
  position: absolute;
  top: 100%;
}

.zagorod_calc_section .result_title span {
  font-size: 30px;
  line-height: 32px;
  color: #000;
}

.zagorod_calc_section .result_value {
  padding: 26px 0 20px;
}

.zagorod_calc_section .result_value span {
  font-size: 30px;
  font-weight: 700;
  color: #1676c0;
}

.zagorod_calc_section .apply_button a {
  font-weight: 700;
  padding: 15px 30px 14px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  background: #353689;
  background: -webkit-linear-gradient(270deg, #353689 30%, #0d86cd 70%);
  background: -o-linear-gradient(270deg, #353689 30%, #0d86cd 70%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #353689), color-stop(70%, #0d86cd));
  background: -webkit-linear-gradient(bottom, #353689 30%, #0d86cd 70%);
  background: -o-linear-gradient(bottom, #353689 30%, #0d86cd 70%);
  background: linear-gradient(0deg, #353689 30%, #0d86cd 70%);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-decoration: none;
}

.zagorod_calc_section .description_text {
  padding: 30px 70px 30px 30px;
  background: url(../img/text-bg.png) no-repeat left top;
  -webkit-background-size: cover;
  background-size: cover;
}

.zagorod_calc_section .desc_title {
  padding-bottom: 40px;
}

.zagorod_calc_section .desc_title span {
  color: #000;
  font-size: 30px;
}

.zagorod_calc_section .text_wrapper p {
  font-size: 18px;
  color: #878787;
  line-height: 24px;
}

.zagorod_calc_section .calc_box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  padding: 25px 0 0;
  border: 5px solid #fff;
  -webkit-border-radius: 0 45px 0 45px;
  border-radius: 0 45px 0 45px;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(50, 50, 50, 0.35);
  box-shadow: 0px 0px 27px 0px rgba(50, 50, 50, 0.35);
  background: #eaf4fe;
}

.zagorod_calc_section .result_button {
  margin-bottom: -30px;
  text-align: center;
}

.zagorod_calc_section .result_button a {
  padding: 15px 30px 14px;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  background: #353689;
  background: -webkit-linear-gradient(270deg, #353689 30%, #0d86cd 70%);
  background: -o-linear-gradient(270deg, #353689 30%, #0d86cd 70%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #353689), color-stop(70%, #0d86cd));
  background: -webkit-linear-gradient(bottom, #353689 30%, #0d86cd 70%);
  background: -o-linear-gradient(bottom, #353689 30%, #0d86cd 70%);
  background: linear-gradient(0deg, #353689 30%, #0d86cd 70%);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-decoration: none;
}

.zagorod_calc_section .list_title {
  border-top: 1px solid #cedfef;
  margin: 20px 25px 0;
  padding: 20px 0;
}

.zagorod_calc_section .list_title span {
  font-size: 14px;
  color: #6d6d6d;
}

.zagorod_calc_section .select_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px;
}

.zagorod_calc_section .label_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  padding-right: 15px;
}

.zagorod_calc_section .label_wrapper span {
  font-size: 18px;
  color: #000;
}

.zagorod_calc_section .field_wrapper select {
  outline: 0;
  width: 100px;
  padding: 0 25px 0 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  height: 30px;
  border: 1px solid #d4dbe5;
  text-align: center;
  background: #fff url(../img/select_arrow.png) no-repeat right 10px center;
  font-size: 18px;
  color: #000;
}

.zagorod_calc_section .list_wrapper ul {
  padding: 10px 25px;
}

.zagorod_calc_section .list_wrapper ul li {
  margin-bottom: 30px;
  position: relative;
}

.zagorod_calc_section .list_wrapper ul li.openDropdown {
  margin-bottom: 15px;
}

.zagorod_calc_section .list_wrapper ul li.openDropdown .dropdown_menu {
  border: 1px solid #0690d8;
}

.zagorod_calc_section .list_wrapper ul li.openDropdown .dropdown_menu:after {
  opacity: 1;
}

.zagorod_calc_section .list_wrapper ul li.openDropdown > ul {
  display: block;
}

.zagorod_calc_section .list_wrapper ul li .dropdown_menu {
  display: block;
  width: 34px;
  height: 28px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  position: absolute;
  right: 0;
  top: -7px;
  border: 1px solid #d0dae6;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.zagorod_calc_section .list_wrapper ul li .dropdown_menu:after, .zagorod_calc_section .list_wrapper ul li .dropdown_menu:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.zagorod_calc_section .list_wrapper ul li .dropdown_menu:after {
  background: url(../img/select_arrow_active.png) no-repeat center;
  opacity: 0;
}

.zagorod_calc_section .list_wrapper ul li .dropdown_menu:before {
  background: url(../img/select_arrow.png) no-repeat center;
}

.zagorod_calc_section .list_wrapper ul li.active > span {
  color: #0a91d5;
}

.zagorod_calc_section .list_wrapper ul li.active > span:after {
  opacity: 1;
}

.zagorod_calc_section .list_wrapper ul li span {
  font-size: 18px;
  color: #000;
  display: inline-block;
  padding-left: 56px;
  position: relative;
  cursor: pointer;
}

.zagorod_calc_section .list_wrapper ul li span:after, .zagorod_calc_section .list_wrapper ul li span:before {
  content: '';
  display: block;
  width: 34px;
  height: 29px;
  position: absolute;
  top: 0;
  margin-top: -7px;
  left: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.zagorod_calc_section .list_wrapper ul li span:after {
  background: url(../img/active_field.png) no-repeat center;
  opacity: 0;
}

.zagorod_calc_section .list_wrapper ul li span:before {
  background: url(../img/unactive_field.png) no-repeat center;
}

.zagorod_calc_section .list_wrapper ul li ul {
  display: none;
  padding: 0;
  margin: 15px -25px 0 -25px;
  padding: 15px 25px;
  border-top: 1px solid #cedfef;
  border-bottom: 1px solid #cedfef;
  background: #eaf4fe;
  background: -webkit-linear-gradient(90deg, #eaf4fe 30%, #fbfdfe 70%);
  background: -o-linear-gradient(90deg, #eaf4fe 30%, #fbfdfe 70%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #eaf4fe), color-stop(70%, #fbfdfe));
  background: -webkit-linear-gradient(top, #eaf4fe 30%, #fbfdfe 70%);
  background: -o-linear-gradient(top, #eaf4fe 30%, #fbfdfe 70%);
  background: linear-gradient(180deg, #eaf4fe 30%, #fbfdfe 70%);
}

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

/*=================================================*/
/*	END Zagorod Calc section	*/
/*=================================================*/
/*=================================================*/
/*	START Name		*/
/*=================================================*/
/*=================================================*/
/*	END Name	*/
/*=================================================*/



.thumbnail_wrapper .next,.thumbnail_wrapper .prev {
  display: block;
  width: 72px;
  height: 63px;
  position: absolute;
  top: 40%;
  font-size: 20px;
  font-weight: bold;
  font-size: 106px;
  color: #0695da;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.thumbnail_wrapper .next {
  content: '>';
  right: 10px;
}
.thumbnail_wrapper .prev {
  content: '<';
  left: 10px;
  z-index: 3;
}
.thumbnail_wrapper{
  position: relative;
}
.thumbnails_pagination  {
  display: none;
}

img.alignnone {
  margin: 0 10px;
}