﻿:root {
    --text-color-custom-breadcrumbs-a: #2d2d2d;
	--background-grey-bg: #e4eaf1;
	--text-color-incl-item-number: #fff;
	--text-color-proj-option-link: #2d2d2d;
	--tabs-caption-li-background: #eee;
	--tabs-caption-li-text-color: #595959;
}
[data-theme="dark"] {
	--text-color-custom-breadcrumbs-a: #fcfcfc;
	--background-grey-bg: #4b4b4b;
	--text-color-incl-item-number: #e45d5d;
	--text-color-proj-option-link: #fcfcfc;
	--tabs-caption-li-background: #b0b0b0;
	--tabs-caption-li-text-color: #4b4b4b;
}
@media (prefers-color-scheme: dark) {
    :root {
		--text-color-custom-breadcrumbs-a: #fcfcfc;
		--background-grey-bg: #4b4b4b;
		--text-color-incl-item-number: #e45d5d;
		--text-color-proj-option-link: #fcfcfc;
		--tabs-caption-li-background: #b0b0b0;
		--tabs-caption-li-text-color: #4b4b4b;
	}
}
/************************************************/
a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

textarea {
  resize: none;
  overflow: auto;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea, input, a, button {
  outline: none !important;
}

html, body {
  width: 100%;
  position: relative;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
  border: none;
}

button {
  cursor: pointer;
}

/************************************************/
/************************************************/
._l {
  float: left;
}

._r {
  float: right;
}

._c {
  overflow: hidden;
}

._clr {
  clear: both;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/************************************************/
/************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#wrapper {
  overflow: hidden;
}

#vert{
    height:100%;
    width: 1px;
    border:none;
    border-left: 1px solid #000;
}
.header_contacts_container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px 0;
}

.header_contacts {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 40px;
  color: #2d2c2c;
}
.header_contacts_wrp {
  display: inline-block;
  vertical-align: middle;
}
.new_search_form {
  position: relative;
  padding-left: 40px;
  margin-top: 10px;
}
.new_search_form input {
  width: 100%;
  height: 34px;
  padding: 0 190px 0 10px;
  border: 1px solid #ccc;
}
.new_search_form a {
  display: inline-block;
    vertical-align: middle;
    color: #d70000;
    border: 2px solid #d70000;
    height: 34px;
    width: 210px;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 7px;
    text-align: center;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 126px;
}

.header_phone {
  font-size: 17px;
  font-weight: 700;
  /*margin-top: 20px;*/
}
.header_phone span {
  color: #919191;
}

.nav_container {
  max-width: 1170px;
  margin: 0 auto;
  background: #980002;
  color: #fff;
  position: relative;
}
.menu_btn {
	display: inline-block;
	display: none;
	cursor: pointer;
}
.menu_btn .fa {
	color: #fff;
	font-size: 24px;
	line-height: 44px;
}
.fixed_nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 990;
	display: none;
}
.sub_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 25;
opacity: 0.8;
  background: #980002;
  width: 155px;
}
.sub_menu li {
  transition: .3s;
  display: block;
  margin: 0;
  border-top: 1px solid #fff;
}
.sub_menu li:hover {
  background: #d70000;
}
.sub_menu li a {
  line-height: 18px;
  text-transform: none;
  display: block;
  padding: 10px;
}
.header_callback_btn {
  width: 210px;
  height: 44px;
  float: right;
  color: #fff;
  text-align: center;
  line-height: 44px;
  background: #d70000;
}
.header_callback_btn span {
  margin-right: 10px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}

.top_slider_wrp {
  max-width: 1170px;
  margin: 0 auto 25px;
}

.top_slider .swiper-slide {
  width: 100%;
  height: 450px;  
  background-position: 50% 50%;
  background-size: cover;
}
.top_slider .swiper-button-prev {
  width: 18px;
  height: 29px;
  background: url(images/white-prev.png);
}
.top_slider .swiper-button-next {
  width: 18px;
  height: 29px;
  background: url(images/white-next.png);
  transform: translateX(-330px);
}

.top_slide_txt {
  width: 330px;
  height: 450px;
  float: right;
  color: #fff;
  text-align: center;
  background: rgba(111, 112, 114, 0.71);
  padding: 90px 20px 10px;
}
.top_slide_txt .ttl {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.top_slide_txt .txt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.more_btn {
  display: inline-block;
  width: 195px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #595959;
  background: #fff;
  text-transform: uppercase;
}

.more_btn2 {
  display: inline-block;
  width: 195px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background: #ff0000;
  text-transform: uppercase;
position: absolute;
margin-left: 915px;
margin-top: 350px;
}

h1 {
  margin: 0 0 25px 0;
  font-size: 30px;
  font-weight: 700;
  color: #595959;
  text-align: center;
}

.project_cards_wrp {
  font-size: 0;
  max-width: 1170px;
  margin: 0 auto 15px;
  text-align: center;
  padding-top: 30px;
}

.project_card {
  display: inline-block;
  vertical-align: top;
  width: 370px;
  height: 340px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.project_card:nth-of-type(3n+3) {
	margin-right: 0;
}
.project_card .img {
  width: 100%;
  height: 296px;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
}
.project_card .img_overlay {
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 73%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 73%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 73%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.project_card .img_txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #d0d0d0;
  font-size: 16px;
  padding: 15px 15px 10px;
  text-align: left;
}
.project_card .img_txt li {
  vertical-align: top;
  margin-bottom: 10px;
  width: 49%;
  display: inline-block;
}
.project_card .img_hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(77, 77, 77, 0.74);
  text-align: center;
  padding-top: 150px;
  opacity: 0;
  transition: .3s;
}
.project_card .img_hover a {
  display: inline-block;
  width: 240px;
  height: 40px;
  border: 2px solid #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  line-height: 36px;
}
.project_card .img_hover:hover {
  opacity: 1;
}

.project_category {
  color: #fff;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: #9f0002;
}
.project_category .category_icon {
  float: right;
  line-height: 44px;
  margin-right: 10px;
}

.project_card_form {
  background: #9f0002;
  /*color: #fff;*/
  text-align: center;
  padding: 20px 25px;
}
.project_card_form .ttl {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.project_card_form input[type=text] {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: none;
  font-size: 16px;
  /*text-align: center;*/
  padding-left: 20px; 
}
.project_card_form .red_btn {
  width: 100%;
}

.red_btn {
  width: 262px;
  height: 40px;
  border: 2px solid #fff;
  background: #d70000;
}
.red_btn span {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  color: #fff;
  vertical-align: middle;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  color: #595959;
  text-align: center;
  margin-bottom: 40px;
}

.select_project_wrp {
  background: #e4eaf1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 10px 60px;
  text-align: center;
}

.select_container {
  display: inline-block;
  vertical-align: top;
  width: 265px;
  text-align: left;
  margin: 0 15px 15px;
}
.select_container .ttl {
  font-size: 18px;
  font-weight: 700;
  color: #595959;
  margin-bottom: 10px;
}
.select_container .jq-selectbox {
  width: 100%;
  height: 48px;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, white 100%);
  background: -webkit-linear-gradient(top, #ededed 0%, white 100%);
  background: linear-gradient(to bottom, #ededed 0%, white 100%);
  border-top: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
  cursor: pointer;
}
.select_container .jq-selectbox__select-text {
  line-height: 48px;
  padding-left: 20px;
  font-size: 18px;
  color: #595959;
}
.select_container .jq-selectbox__trigger {
  width: 52px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #dbdbdb;
  background: url(images/black-down.png) 50% 50% no-repeat;
}
.select_container .jq-selectbox__dropdown {
  background: #fff;
  width: 100%;
  padding: 15px 0;
}
.select_container .jq-selectbox__dropdown li {
  font-size: 18px;
  color: #595959;
  line-height: 36px;
  padding: 0 15px;
}
.select_container .jq-selectbox__dropdown li:first-child{
	color: #ddd; 
}
.select_container .jq-selectbox__dropdown li:first-child:hover{
	background: #fff; 
}
.select_container .jq-selectbox__dropdown li:hover {
  background: #cecece;
}

.prices_block {
  max-width: 1140px;
  margin: 0 auto 45px;
  background: url(images/price_block_bg.png) 0 0/cover;
  text-align: center;
  color: #fff;
  padding: 22px 10px;
}
.prices_block span {
  font-weight: 700;
  font-size: 30px;
  vertical-align: middle;
  margin-right: 30px;
}

.price_btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  color: #fff;
  border: 2px solid #fff;
  line-height: 36px;
  height: 40px;
  width: 264px;
  background: #d70000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.two_col_txt_wrp {
  max-width: 1140px;
  margin: 0 auto;
  line-height: 24px;
}
.two_col_txt_wrp ._l {
  width: 50%;
  padding-right: 15px;
  text-align: justify;
}
.two_col_txt_wrp ._r {
  width: 50%;
  padding-left: 15px;
  text-align: justify;
}
.two_col_txt_wrp.v2 p {
  margin-bottom: 20px;
}
.we_build {
  max-width: 980px;
  margin: 0 auto;
  padding: 35px 10px;
}

.we_build_block {
  margin-bottom: 25px;
  line-height: 24px;
  float: left;
  width: 25%;
  padding-left: 20px;
}
.we_build_block .ttl {
  font-size: 20px;
  font-weight: 700;
  color: #595959;
  margin-bottom: 20px;
}
.we_build_block a {
  color: #2d2d2d;
  font-size: 17px;
}
.we_build_block a:hover {
  text-decoration: underline;
}

.stages_wrp {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px 65px;
  background: white;
  position: relative;
  background: -moz-linear-gradient(top, white 0%, #c8d5e0 100%);
  background: -webkit-linear-gradient(top, white 0%, #c8d5e0 100%);
  background: linear-gradient(to bottom, white 0%, #c8d5e0 100%);
}
.stages_wrp .txt {
  max-width: 945px;
  margin: 0 auto;
  text-align: justify;
}

.steps_container {
  text-align: center;
  margin-bottom: 50px;
}

.discuss_form_wrp {
  /*max-width: 1140px;*/
  /*margin: 0 auto 50px;*/
  background: url(/images/discuss_bg.png) 0 0/cover;
  padding: 45px 10px 50px 95px;
  /*color: #fff;*/
}
.discuss_form_wrp .ttl {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}
.discuss_form_wrp .sub_ttl {
  color: #c9c9c9;
  margin-bottom: 20px;
}
.discuss_form_wrp input[type=text] {
  width: 262px;
  height: 40px;
  /*text-align: center;*/
  font-size: 14px;
  margin-right: 30px;
  border: none;
  padding-left: 20px;
}

.services_wrp {
  max-width: 1140px;
  margin: 0 auto 40px;
  text-align: center;
}

.service_block {
  display: inline-block;
  vertical-align: top;
  margin: 10px 38px;
  font-size: 13px;
  font-weight: 700;
  color: #1c1c1c;
  text-transform: uppercase;
  max-width: 120px;
}
.service_block .img {
  margin-bottom: 10px;
  min-height: 67px;
}

.guarantees_wrp {
  max-width: 1170px;
  min-height: 647px;
  margin: 0 auto 40px;
  padding: 35px 110px 15px;
  background: url(images/guarantees_bg.png) 0 0/cover;
}
.guarantees_wrp .txt {
  margin-bottom: 60px;
  text-align: justify;
}

.fb_client {
  width: 120px;
  float: left;
  margin-right: 30px;
  text-align: center;
}
.fb_client .photo {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 0 auto 6px;
}
.fb_client .name {
  color: #5b5b5b;
  margin-bottom: 5px;
}
.fb_client .position {
  color: #000;
}

.fb_text {
  overflow: hidden;
}
.fb_text .ttl {
  color: #000000;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
}
.fb_text .txt {
  color: #5b5b5b;
}

.fb_carousel .swiper-button-prev {
  width: 10px;
  height: 14px;
  background: url(images/red-prev.png);
  margin: 0;
  left: 0;
  top: 0;
}
.fb_carousel .swiper-button-next {
  width: 10px;
  height: 14px;
  background: url(images/red-next.png);
  margin: 0;
  top: 0;
  left: 30px;
  right: auto;
}

.fb_carousel_more {
  position: relative;
  padding-left: 150px;
  margin-bottom: 25px;
}

.read_all_fb {
  color: #000;
  text-decoration: underline;
}
.read_all_fb img {
  margin-left: 10px;
}

.popuplar_projects_wrp {
  max-width: 1140px;
  margin: 0 auto 80px;
  position: relative;
}

.view_all_proj {
  display: inline-block;
  width: 195px;
  height: 40px;
  border: 2px solid #88898b;
  color: #595959;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 3px;
}

.popuplar_project {
  width: 380px;
  max-width: 100%;
  float: left;
  margin-bottom: 20px;
}
.popuplar_project .img {
  width: 100%;
  height: 290px;
  background-position: 50% 50%;
  background-size: cover;
}

.proj_txt {
  height: 160px;
  overflow: hidden;
  padding: 30px 35px 0;
  position: relative;
}
.proj_txt .ttl {
  font-size: 17px;
  font-weight: 700;
  color: #167dd5;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.proj_txt .txt {
  color: #222;
}
.proj_txt .cost {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  margin-top: 20px;
}

.heart_icon {
  width: 21px;
  height: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(images/heart_icon.png);
  cursor: pointer;
}

.heart_icon.active {
  background: url(images/heart_icon-active.png);
}

.popuplar_project:hover {
  background: #f7f7f7;
}

.footer_nav_wrp {
  border-top: 4px solid #c8c8c8;
  padding: 25px 0 20px;
  max-width: 1170px;
  margin: 0 auto;
}

.footer_block {
  float: left;
  width: 25%;
  padding-right: 30px;
}
.footer_block .ttl {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.footer_block li {
  margin-bottom: 20px;
  color: #000;
}
.footer_block li a {
  color: #000;
  text-decoration: underline;
}

.footer_block:last-of-type {
  padding-right: 0;
}

.copyright {
  text-align: center;
  color: #fff;
  padding: 25px 10px;
  background: #747474;
}
.fixed_btns {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -200px;
  transform: translateX(-200px);
  
}
.fixed_btns:hover{
	z-index: 900;
}
.fixed_btn {
  height: 61px;
  border-top: 3px solid #9f0002;
  border-right: 3px solid #9f0002;
  border-bottom: 3px solid #9f0002;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 8px;
  text-align: right;
  
  transition: .4s;
  display: block;
  background: #fff;
}
.fixed_btn:hover {
  transform: translateX(200px);
}
.fixed_btn span {
  display: inline-block;
  vertical-align: middle;
  color: #9f0002;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
  line-height: 36px;
}
.fixed_btn .img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}
.to_top_btn {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: none;
  z-index: 900;
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(0, 0, 0, .5);
  display: none;
}
.popup {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 5px solid #980002;
  z-index: 999;
  padding: 20px;
  display: none;
  width: 1040px;
  max-width: 100%;
  max-height: 600px;
  overflow: auto; 
}
.close_popup {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 24px;
  color: #980002;
}
.popup_table {
  border-collapse: collapse;
}
/*RESPONSIVE*/
@media screen and (max-width: 1350px) {
  .fixed_btns {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
	.header_contacts_container {
		padding: 15px 10px;
		text-align: center;
	}
	.logo {
		margin: 10px;
	}
	.header_contacts {
		margin: 10px;
	}
	.menu_btn {
		display: inline-block;
		padding-left: 10px;
	}
	.two_col_txt_wrp {
		padding: 0 10px;
	}
	.popuplar_projects_wrp {
		padding: 0 10px;
	}
	.view_all_proj {
		display: block;
		position: relative;
		right: auto;
		top: auto;
		margin: 0 auto 30px;
	}
	.footer_nav_wrp {
		padding: 20px 10px;
	}
}
@media screen and (max-width: 980px) {
	.prices_block span {
		display: inline-block;
		margin: 10px;
	}
	.price_btn {
		margin: 10px;
	}
	.discuss_form_wrp {
		padding: 20px 10px;
		text-align: center;
	}
	.discuss_form_wrp input[type=text] {
		margin: 10px;
	}
	.red_btn {
		margin: 10px 0;
	}
	.guarantees_wrp {
		padding: 20px 10px;
	}
}
@media screen and (max-width: 780px) {
	.we_build_block {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	.footer_block {
		width: 50%;
		padding: 0;
	}
}
@media screen and (max-width: 640px) {
	.top_slider .swiper-button-prev, .top_slider .swiper-button-next {
		display: none;
	}
	.top_slide_txt {
		width: 100%;
	}
	.project_cards_wrp {
		padding: 0 10px;
	}
	h1 {
		padding: 0 10px;
	}
	.two_col_txt_wrp ._l, .two_col_txt_wrp ._r {
		float: none;
		padding: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	.steps_container img {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.footer_block {
		width: 100%;
		float: none;
		text-align: center;
	}
}
@media screen and (max-width: 440px) {
	.project_card {
		margin: 0 0 30px 0;
		max-width: 100%;
	}
	.fb_client {
		float: none;
		text-align: left;
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 400px) {
	.service_block {
		display: block;
		margin: 0 auto 20px;
		max-width: 100%;
	}
}


/**POPUP_AQ5_INT*/
.popup_form_aq5_int{
	display: inline-flex;
	
}
.popup_form_aq5_int input{
	border: 1px solid #ddd;
    font-size: 16px;
	padding: 10px 10px 10px 25px;
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
    border-radius: 4px;
	
}     

.popup_wrp_aq5_int{
	display:none;
	position: fixed;
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    text-align: center;
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.89);
    z-index: 1000;
    overflow: auto;
	/*white-space: nowrap;*/
    box-sizing: border-box;
	
}
.popup_aq5_int{
	/*display: inline-block;*/
    position: relative;
    text-align: left;
    vertical-align: middle;
    background: #ffffff;
    padding: 40px 40px 30px 40px;
	
	box-shadow: inset 0px 1px 150px 2px #f1f1f1, 0px 0px 100px rgba(0, 0, 0, 0.22);
	
}

.popup_ttl_aq5_int{
	font-size: 42px;
    color: #000;
    text-align: center;
    padding: 10px;	
	
}

.popup_subttl_aq5_int{
	    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
	
}
.column_50_aq5_int{
	width: 50%;
    padding: 10px;
	
}
.popup_btn_aq5_int{
	background: #980002;
	color: #fff;
	cursor:pointer;
	text-transform: uppercase;
    font-weight: 700;
	padding: 10px !important;
}
.popup_btn_aq5_int:hover{
	background: #bd070a;
}
.popup_bg_aq5_int{
	display: inline-block;
	max-width: 900px;
}
.close_btn_aq5_int{
	background: #fff;
    height: 100px;
    width: 100px;
    margin: auto;
    margin-top: 100px;
	margin-bottom: -10px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.27);
	 -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.close_btn_aq5_int img:hover{
	
	cursor:pointer;
	-moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
	 -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
	
}
.popup_ftr_aq5_int{
	background: #fff;
    max-width: 100%;
    margin: auto;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.27);
}
.popup_ftr_ttl_aq5_int{
	font-size: 12px;
    color: #7b7b7b;
    padding: 17px;
}

@media screen and (max-width: 768px){
	.column_50_aq5_int{
		width: 100%;
		padding: 0px;
	}
	.popup_form_aq5_int {
		display: block;
	}
}












body{
	height: auto;
min-height: 100%;
min-width:320px;
}
html {overflow: auto;}
header {
}
.main {
	min-width: 320px;
	max-width: 1190px;
	margin: 25px auto;
	/*background: url('/images/header-top.jpg') right top no-repeat;*/

}
.header-top {
	height: 252px;
	
	overflow: hidden;
position: relative;
}
.header-bg-block {
position: absolute;
top: 0;
width: 100%;
left: 0;
height: 252px;
background: url('/images/header-bg.png') top left repeat-x;
overflow: hidden;
}
.header-bg-wrap {
width: 100%;
min-width: 1572px;
height: 252px;
overflow: hidden;
float: right;
}
.header-bg-right {
float: right;
width: 1277px;
height: 252px;
background: url('/images/header-right-main-2.png') right top no-repeat;
}
.header-bg-left {
float: left;
width: 295px;
height: 252px;
background: url('/images/header-left-main.png') left top no-repeat;
}
#top-menu ul li {position:relative;
	color: white;}
#top-menu ul ul {background: none repeat scroll 0 0 transparent;
	color: white;
    margin-left: 0;
    margin: 34px 0 0;
    position: absolute;
display:none;
    top: 0;
height:auto;
border-top:none;   
 width: 100%;
    z-index: 1;
  opacity: .8; 
}
#top-menu ul li:hover ul {display:block;
	color: white;}
#top-menu ul ul li {display: block;
    float: none;
    text-align: left;
border-bottom:1px solid #fcc;
    width: 100%;

background: #A3050A;
line-height:1;
padding:8px 0;
height:auto;
}

#top-menu ul ul li  a {padding: 0 10px;  display:block;
	color: white;}
#top-menu ul li  a.menuactive {font-weight:bold;
	color: white;}
.header-logo-block {
	text-align: center;
	width: 250px;
	float: left;
	position: relative;
	z-index: 100;
}
.header-logo-wrap {
	text-align: center;
	line-height: 0;
	font-size: 0;
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
}
.header-logo-wrap:hover { 
    -webkit-filter: contrast(130%);  
}
.header-logo-slogan {
	display: inline-block;*display: inline; *zoom: 1;
	background: url('/images/slogan-bg.png') center center no-repeat;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	padding: 0 15px;
	border-radius: 4px;
	color: white;
	margin-top: 20px;
	text-transform: uppercase;
}
.header-logo-left-deco {
	position: absolute;
	width: 44px;
	height: 63px;
	left: 17px;
	top: 0;
}
.header-logo-right-deco {
	right: 3px;
	top: 0;
	position: absolute;
	width: 60px;
	height: 70px;
}
.header-logo-left-deco-old {
	position: absolute;
	width: 44px;
	height: 63px;
	background: url('/images/logo-left-deco.png') no-repeat;
	left: 17px;
	top: 0;
}
.header-logo-right-deco-old {
	right: 3px;
	top: 0;
	position: absolute;
	width: 60px;
	height: 70px;
	background: url('/images/logo-right-deco.png') no-repeat;
}
.header-phone-block {
	float: right;
	margin-top: 0px;
	margin-right: 620px;
width: 320px;
height: 50px;
position: relative;
	z-index: 100;
}
.header-search-block {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
height: 0px;
width: 170px;
position: relative;
	z-index: 100;
}
.header-phone-content {
float: right;
margin-top: 0px;
margin-right: 110px;
}
.header-phone-content div {
	font-size: 35px;
	line-height: 30px;
	text-align: center;
}
.footer-phone-content {
	font: normal 16px/18px 'Times New Roman', serif;
float: left;
margin-top: 0px;
margin-left: 20px;
}
.footer-phone-content div {
	line-height: 46px;
	text-align: center;
}
.header-aktsiya {
	font: normal 18px/19px 'Times New Roman', serif;
float: right;
margin-top: 0px;
margin-right: 10px;
color: #ff0000;
}
.search-block-wrap {
background: #FCFAEF;
text-align: center;
}
.search-block-wrap form  {
	color: #92afaa;
	border: 1px solid #92afaa;
	border-radius: 6px;
	margin: 30px 0;
	padding: 0;
	overflow: hidden;
	background: white;
width: 200px;
vertical-align: middle;
display: inline-block; *zoom: 1; *display: iline;
}
.header-phone-search-text {
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
	background: transparent;
	color: #92afaa;
	font-size: 12px;
	line-height: 14px;
	height: 16px;
	padding: 3px 5px;
width: 160px;
vertical-align: middle;
}
.header-phone-search-submit {
width: 30px;
height: 14px;
border: none;
padding: 0;
margin: 0;
outline: 0;
line-height: 0;
font-size: 0;
background: url('/images/search-item.png') center center no-repeat;
cursor: pointer;
vertical-align: middle;

}
sup {font-size:.55em;}
.header-addition-slogan-block {
	
	width: 260px;
	height: 100px;
	background: url('/images/home-without-problem.png') center center no-repeat;
}
.content-wrap {
	background: #f6f4ee;
	display: table;
	width: 100%;
	/*overflow: hidden;
	position: relative;*/
}
.aside-service {
	width: 250px;
	display: table-cell;
	vertical-align: top;
	padding-bottom: 20px;
	/*float: left;*/
	background: #f6f4e3 url('/images/aside-service-texture.png') top center repeat;
	border-right: 1px solid #c7bc9e;
}
.aside-service-caption, .aside-slider-caption  {
	width: 255px;
	height: 80px;
	background: url('/uploads/images/aside-service-caption10.png') top left no-repeat;
	text-align: center;
	text-transform: uppercase;
	font: normal 21px/31px 'Times New Roman', serif;
font-weight: bold;
	color: white;
}
.aside-slider-wrap {
padding-bottom: 50px;
}
.aside-slider-caption {
	height: 34px;
	background: url('/images/slider-caption.png') top center no-repeat;
	font: normal 16px/24px 'Times New Roman', serif;
	width: auto;
}
.aside-slier-item img {
	width: 210px;
	vertical-align: middle;
margin: 2px;
	box-shadow: 0 0 5px -2px black;
	padding: 5px;
	background: white;
margin: 15px 2px;
}
.aside-slier-item {
	text-align: center;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	height: 120px;
	vertical-align: middle;
	/*margin: 15px auto;*/
}
.aside-slier-item:hover { 
    -webkit-filter: contrast(130%);  
}
.podsvetka-knopok {
}
.podsvetka-knopok:hover { 
    -webkit-filter: contrast(140%);  
}
.podsvetka-izobrajenij { 
    -webkit-filter: contrast(140%);  
}
.aside-slider-button {
	text-align: center;
}
.aside-slider-button:hover { 
    -webkit-filter: contrast(130%);  
}
.aside-service-bottom-deco {
	width: 266px;
	height: 43px;
	background: url('/images/aside-service-bottom-deco3.png') bottom left no-repeat;
}
.aside-service-wrap {
	background: url('/images/aside-service-bg.png') top center no-repeat;
	width: 250px;
}
.aside-service-item img {
box-shadow: 0 0 5px -2px black;
}
.aside-service-item-1 img {
box-shadow: 0 0 5px -2px black;
}
.aside-service-item {
	text-align: center;
	line-height: 0;
	font-size: 0;
	margin-bottom: 20px;
}
.aside-service-item-1 {
	text-align: center;
	line-height: 0;
	font-size: 0;
	margin-bottom: 20px;
}
.aside-service-item figcaption {
	padding: 0 15px;
	background: url('/uploads/images/aside-service-item-bg-2.png') center center no-repeat;
	color: white;
	height: 68px;
	font: normal 20px/22px 'Times New Roman', serif;
font-weight: bold;
}
.aside-service-item-1 figcaption {
	padding: 0 15px;
	background: url('/uploads/images/aside-service-item-bg-1b.png') center center no-repeat;
	color: white;
	height: 36px;
	font: normal 18px/20px 'Times New Roman', serif;
font-weight: bold;
}
.aside-service-item a, .aside-service-item a:link, .aside-service-item a:visited {
	color: white;
	text-decoration: none;
}
.aside-service-item a:hover, .aside-service-item a:active {
	text-decoration: underline;
}
.aside-service-item-1 a, .aside-service-item-1 a:link, .aside-service-item-1 a:visited {
	color: white;
	text-decoration: none;
}
.aside-service-item-1 a:hover, .aside-service-item-1 a:active {
	text-decoration: underline;
}
.aside-banners {
	width: 210px;
	display: table-cell;
	vertical-align: top;
	/*float: right;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	position: relative;
	overflow: hidden;*/
	*zoom: 1;
	border-left: 1px solid #e5c9b7;
	background: url('/images/aside-banners-texture.png') center center repeat;
}
.aside-banners-item {
	padding: 5px;
	width: 178px;
	background: white;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 10px;
	box-shadow: 0 0 5px -2px black;
}
.aside-banners-item * {
	display: block;
}
.aside-banners-item img {
	width: 178px;
}
.content-box {
	overflow: hidden;
	padding: 20px;
}
.content {
	margin-bottom: 30px;
	overflow: hidden;
}
.content-catalog-caption {
	color: #582911;
	text-transform: uppercase;
text-align: center;
	font-size: 24px; ;
}
.content-catalog-text {
	font: normal 18px/20px 'Times New Roman', serif;
}
/*.content-catalog-box {
	border: 1px solid #ddd6c4;
	padding: 10px;
	margin-top: 5px;
}*/
.content-catalog-box > h2 {
  font-size: 24px;
  margin: 0 0 30px;
  text-align: left;
}
.content-catalog-link, .content-catalog-link:link, .content-catalog-link:visited {
color:  #582911;
}
.content-catalog-item3 {
	overflow: hidden;
	margin-bottom: 10px;
}
.content-catalog-item3 a, .content-catalog-item strong {
	font-weight: normal;
	/*color: #39621b;*/
}
.content-catalog-item3 img {
	float: left;
	border: 5px solid #e4dcc6;
    -webkit-filter: contrast(125%); 
	margin-bottom: 30px;
	margin-right: 10px;
}
.content-catalog-item {
	overflow: hidden;
	margin-bottom: 10px;
}
.content-catalog-item a, .content-catalog-item strong {
	font-weight: normal;
	/*color: #39621b;*/
}
.content-catalog-item img {
	float: left;
	/*border: 5px solid #e4dcc6;*/
	/*margin: 10px;*/
	margin-right: 20px;
  margin-bottom: 20px;
}
.content-catalog-item_new {
	overflow: hidden;
	margin-bottom: 10px;
max-width:540px;
display:inline-block; 
vertical-align: top;
background: #ECE8DA;
}
.content-catalog-item_new a, .content-catalog-item strong {
	font-weight: normal;
	/*color: #39621b;*/
}
.content-catalog-item_new img {
	/*???float: center;*/
	border: 5px solid #e4dcc6;
    -webkit-filter: contrast(125%);
	margin-bottom: 30px; 
max-width: 490px; 
height: 250px;
margin: 10px;
}
.red-outline {
   color: #4B4B4B;
    line-height: 20px;
    padding: 15px 10px 10px;
  }
.content-catalog-item2 {
	overflow: hidden;
	margin-bottom: 30px;
}
.content-catalog-item2 a, .content-catalog-item2 strong {
	font-weight: normal;
}
/*.content-catalog-item2 img {
	float: left;*/
	/*border: 5px solid #e4dcc6;*/
	/*margin: 5px;*/
 /* display: block !important;
    -webkit-filter: contrast(125%);  
-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}*/
/*.content-catalog-item2 img:hover {
  -webkit-filter: sepia(100%);
}*/
.content-catalog-box .content-catalog-item table {
  margin: 0;
}
.content-catalog-box .content-catalog-item table td {
  padding: 10px 0;
}
.content-catalog-box .content-catalog-item p {
  text-align: left !important;
}
.content-catalog-box .content-catalog-item table .content-catalog-link {
  color: inherit;
}
.content-catalog-thumbs {
	clear: both;
	max-width:300px;
}
.content-catalog-thumbs2 {
	clear: both;
	max-width: 700px;
  height: auto;
  /*margin: 15px 0 30px;*/
}
.content-catalog-thumbs2 a {
  float: left;
  width: 158px;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 15px;
  /*overflow: hidden;*/
}

.content-catalog-thumbs2 a:nth-of-type(4n+4) {
  margin-right: 0;
}
.content-catalog-thumbs2 a img {
  /*27012021width: 100%;*/
  /*height: 200px;*/
  height: auto;
    /* width: 100%; */
    /* height: 200px; */
    max-height: 100%;
    /*width: auto; */
    /* object-fit: contain; */
}
.content-catalog-thumbs2::after {
  content: "";
  display: table;
  clear: both;
}
.content-fundament-price {
	color: white;
	padding: 13px 10px;
	background: #63ac2b;
	border-radius: 8px;
font: bold 24px/36px 'Times New Roman', serif;
	}
/*.content-catalog-thumbs a {float:left; height:90px;}
.content-catalog-thumbs2 a {float:left; height: auto;}
.content-catalog-thumbs img {margin-right:1px;}*/
/*.content-catalog-price {
	color: white;
	padding: 3px 10px;
	background: #63ac2b;
	border-radius: 4px;
font-weight: bold;
	}*/
.prod_price {
  color: #980002;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}  
.product_info_new {
  overflow: hidden;
}
.content-catalog-price-proekt {
	color: white;
	padding: 3px 5px;
	background: #3366ff;
	border-radius: 8px;
font-weight: bold;
text-align: center;
	margin-left: 60px;
	margin-right: 200px;
	font: bold 17px/21px Roboto, 'Halvetica', serif;
	}
.content-catalog-navigation {
margin:10px 0 0 20px;
font-size:1.8em;
text-align: center;
}
.content-catalog-navigation span, .content-catalog-navigation a {display:inline-block; *dispaly:inline;
	color: white;
	padding: 6px 10px;
	background: #eeb011;
	border-radius: 8px;
border: solid 1px #584636;
text-align: center;
	font: 18px/24px Roboto, 'Halvetica', serif;
}
.content-catalog-price-proekt a{
	color: white;
font-weight: bold;
	}
.content-catalog-all, .content-news-all {
	font: normal 14px/26px 'Times New Roman', serif;
	color: white;
	padding: 0 15px;
	display: inline-block;*display: inline; *zoom: 1;
	background: url('/images/catalog-all-news-2.png') center center no-repeat;
	border-radius: 4px;
	margin: 0 20px;
	vertical-align: middle;
	}
.content-news-all {
	background: url('/images/new-all.png') center center no-repeat;
	line-height: 22px !important;
	margin: 0;
}

.form-line {

font-size:1.8em;
	background: #B80000;
border: solid 2px #d8d6d1;
font-weight: bold;
text-align: center;
	font: bold 22px/28px Roboto, 'Halvetica', serif;
}
.form-line label{
	color: white;
	font: 18px/20px Roboto, 'Halvetica', serif;
}
span.nolink {background:#39621B; color:#fff; padding:1px 2px; margin:0 3px;} 
.content-news {
	/*margin-bottom: 30px;*/
}
aside {
	background: red;
}
footer {
	height: auto;
	
	position: relative;
}
.footer-polosa {
	height: auto;
	background: url('/images/footer-polosa.png') top center repeat-x;
  z-index: 999; 
	position: relative;
}
.footer-main {
	height: 42px;
	padding-top: 8px;
	background: url('/images/footer-main-bg.png') top center repeat-x;
	width: 600px;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
	color: white;
	font: normal 13px/16px 'Times New Roman', serif;
}
.footer-bottom-deco {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('/images/footer-bootom-deco.png') bottom center repeat-x;
	height: 20px;
}
.footer-phone {
	position: absolute;
	top: 2px;
	left: 10px;
}
.footer-developers {
	position: absolute;
	top: 20px;
	right: 40px;
display: none;
}
/*h1, h2, h3 {
	color: #582911;

	margin: 10px 0;
text-align: center;

}
h1 {
font-weight: bold;
font-size: 2.2em;

}
h2 {
	font-size: 1.7em;
}*/
h3 {
	font-size: 1.68em;
  color: var(--text-color-h2,#292e30);
text-align: center;
}
h4 {
	font-size: 1.6em;
text-align: center;
font-weight: bold;
color: var(--text-color-h2,#292e30);
}

h4 a {color:#1fdf1f;}
h4 a:hover {color:#1fdf1f;}

h5 {

/*font-style: italic;*/
text-align: center;
font-size: 1.58em;
color: var(--text-color-h2, #292e30);
font-weight: bold;
padding: 10px 0;
}
h6 {
	color: var(--text-color-h2, #582911);
	margin: 10px 20px;
	font-style: italic;
	font-size: 1.5em;
}
h7 {
	color: #0000ff;;

	font-style: italic;
text-align: center;
	font-size: 1.47em;
}

/*a {
	color: #39621b;
}*/
a, a:link, a:visited {
}
   .dot {
    border-bottom: 1px #ff6600 dashed; /* стили рамки для первой ссылки */
    zoom:1; /* для IE6 и IE7 */
	text-decoration: none;
   }
.dot:hover, dot:active {
    border-bottom: none;
    zoom: none;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
.content img[align=left] {
	float: left;
	margin: 2px;
	margin-right: 10px;
	padding: 5px;
	background: white;
	box-shadow: 0 0 5px -2px black;
}
.bx-wrapper {
margin: 7.5px auto;
}
.aside-service-textlink {display: block; height: 100%; width: 200px; margin: 0 auto; text-align: center;
}
.item_attr td {
  border-bottom:1px dotted #B7ACA7;
  width: 50%;
}
.item_attr {
  border-spacing: 0; border-collapse: collapse;
}
td.prompt {
  font-weight:bold; padding:3px 6px;
  font-size: 16px;
}

.breadcrumbs {
margin:5px 0 15px;
font-size:.8em;
color:#AD968C;
font-family:Verdana;
}
.breadcrumbs a {color:#39621B;}
.breadcrumbs a:hover {color:#5F4C43;
}
.cooperation {
overflow: hidden;
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.cooperation li {
margin: 15px 30px;
float: left;
}
.cooperation li a {
display: block;
}
.cooperation img {
display: block;
margin-top: 5px;
margin: 5px auto;
vertical-align: middle;
}
.block.uslugli {
float:left; width:33%;

}
.uslugi_list {overflow:hidden;}
.feedback-form {
margin: 0 10px;
}
.formbuilderform {font-family:Arial, sans-serif;}
.formbuilderform input[type="text"] {display:block; width: 173px;}
.formbuilderform * {outline:0;}
.formbuilderform input, .formbuilderform select {border:1px solid #777; padding:5px;}
.formbuilderform .form-line, .formbuilderform .cms_textfield, .formbuilderform .submit {margin:10px 0; overflow: hidden;}
.formbuilderform .submit {clear:both;}
.formbuilderform .form-line label {font-weight:bold; display:block; font-size:12px; color:#4a473f;}
.formbuilderform .form-line div label {font-weight:normal; display:inline;}
.formbuilderform textarea {height:100px; width: 173px; display: block; border:1px solid #777; padding:5px;resize: none;}
.NewsAddComment .formbuilderform textarea {width:500px;}
.formbuilderform .form_line .m {display:inline; width:50px;}
.formbuilderform label {
font-weight:bold;
color:#777;
margin-bottom:5px;
} 

.feedback-form .captcha {overflow:hidden; }
.feedback-form .captcha label {display:block; margin-bottom:10px;}
.feedback-form .captcha img {width:88px; height:30px; float:left; margin-right:10px;}
.feedback-form .captcha .cms_textfield {width:76px; float:left; margin:0;}
#NewsPostDetailReturnLink {clear:both; padding-top:30px; overflow:hidden;}



.comment-date {font-style:italic; margin-bottom:5px; }
.comment-author {margin-bottom:15px;}
.comment-item {margin-bottom:20px; border-bottom:dashed 1px #BCB9B1; padding-bottom:20px;}

.thumbnail{
 position: relative; z-index: 0; 
} 
.thumbnail:hover{ background-color: transparent; z-index: 50; 
}
 .thumbnail span{ /*CSS для увеличенного изображения*/
 position: absolute;
 background-color:#fff;
 padding: 5px; left: -1000px
; border: 1px solid black;
 visibility: hidden; color: black;
 text-decoration: none;
 } .thumbnail span img{ /*CSS для увеличенного изображения*/
 border-width: 0;
 padding: 2px;
 } 
.thumbnail:hover span{ /*CSS для увеличенного изображения при наведении*/
 visibility: visible; top: 0; left: 60px; /*смещение по горизонтали увеличенного изображения */ 
} 

.breadcrumbs2 {
margin:5px 0 15px;
font-size:.8em;
color:#AD968C;
font-family:Verdana;
}
.breadcrumbs2 a {color:#AD968C;}
.breadcrumbs2 a:hover {color:#AD968C;}


#YMapsID img {
	max-width: none;
}
.footer-red {
background-color:#a41f26;
width: 100%;
}
.liniya-1 {
background-color:#a46e35;
float: right;
width: 100%;
height: 2px;
}
.podsvetka img {
	border: solid 4px #FFF;
}
.podsvetka img:hover {
	border: solid 4px #b3c6e1;
    -webkit-filter: contrast(130%);  
}
.podsvetka-2 img {
	border: solid 4px #FFF;
	width: 208px;
	height: auto;
}
.podsvetka-2 img:hover {
	border: solid 4px #b3c6e1;
    -webkit-filter: contrast(130%);  
}
/*.myHoverTb tr:hover td{background-color:#CCC;}
}
.myhover td{background-color:#CCC;}
}*/
.mininews {
color:#111111;
font-family:Verdana;
font: normal 18px/20px 'Times New Roman', serif;
}
.mininews a {color:#050505;
font: normal 18px/20px 'Times New Roman', serif;
}
.mininews a:hover {color:#050505;
font: normal 18px/20px 'Times New Roman', serif;
}
.content-smeta {
	float: right;
	margin-top: 45px;
	/*margin-right: px;*/
width: 100%;
height: 150px;
background: url('/images/header-phone-bg2.png') no-repeat;
position: relative;
	z-index: 100;
}
.katalog-images-contrast {
    /*-webkit-filter: contrast(120%);  */
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
          max-width: 340px;
}
.katalog-images-contrast img {
  width: 100%;
}
/*.katalog-images-contrast:hover {
  -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}*/
.button-stati2 {
	width: 210px;
	height: 72px;
	background: url('/uploads/images/stati-1-4.png');
   display: block;
   margin: 0 auto;
}
 
.button-stati2:hover {
    -webkit-filter: contrast(150%);  

}
.button-tehno {
	width: 210px;
	height: 72px;
	background: url('/uploads/images/tehno-button.png');
   display: block;
   margin: 0 auto;
}
 
.button-tehno:hover {
    -webkit-filter: contrast(150%);  
}
.button-uslugi {
	width: 210px;
	height: 72px;
	background: url('/uploads/images/uslugi-1-4.png');
   display: block;
   margin: 0 auto;
}
 
.button-uslugi:hover {
    -webkit-filter: contrast(150%);  
}

.button-vakansii {
	width: 210px;
	height: 72px;
	background: url('/uploads/images/vakansii-1-4.png');
display: block;
margin: 0 auto;
}
 
.button-vakansii:hover {
    -webkit-filter: contrast(150%);  
}
.button-preimushestva {
	width: 210px;
	height: 72px;
	background: url('/uploads/images/preimushestva-1-4.png');
display: block;
margin: 0 auto;
}
 
.button-preimushestva:hover {
    -webkit-filter: contrast(150%);  
}
.button-proektirovanie_chastnyh_domov {
	width: 210px;
	height: 72px;
	background: url('/uploads/images/proektirovanie_chastnyh_domov-1-4.png');
display: block;
margin: 0 auto;
}
 
.button-proektirovanie_chastnyh_domov:hover {
    -webkit-filter: contrast(150%);  
}
.button-kredit_evropa {
	width: 210px;
	height: 72px;
	background: url('/uploads/images/kredit_evropa-f1-1-4.png');
display: block;
margin: 0 auto;
}
 
.button-kredit_evropa:hover { 
    -webkit-filter: contrast(150%);  
}
.button-ind-raschet {
	width: 210px;
	height: 72px;
	background: url('/uploads/images/ind-raschet.png');
display: block;
margin: 0 auto;
}
 
.button-ind-raschet:hover { 
    -webkit-filter: contrast(150%);  
}
.button-proizvodstvo-1 {
	width: 220px;
	height: 65px;
	background: url('/uploads/images/proizvodstvo-1-3.gif');
display: block;
margin: 0 auto;
}
 
.button-proizvodstvo-1:hover {
	background: url('/uploads/images/proizvodstvo-2.gif');
}
.aktsiya-bani {
	width: 178px;
	height: 340px;
	background: url('/uploads/images/bani-iz-rublennogo-brevna-2.gif');
display: block;
margin: 0 auto;
border: solid 4px #FFF;
}
 
.aktsiya-bani:hover {
	background: url('/uploads/images/bani-iz-rublennogo-brevna-2.gif');
	border: solid 4px #b3c6e1;
}
.aktsiya-sip {
	width: 178px;
	height: 340px;
	background: url('/uploads/images/sip-doma-banner-2.gif');
display: block;
margin: 0 auto;
border: solid 4px #FFF;
}
 
.aktsiya-sip:hover {
	background: url('/uploads/images/sip-doma-banner-2.gif');
	border: solid 4px #b3c6e1;
}
.otzyvy-text {
	color: #5f4c43;/*2c1e17*/
	/*font: normal 18px/22px 'Halvetica', serif;*/

}
.otzyvy-date {
color: #4a8645;
font-weight: lighter;
text-align: left;
	font: bold 14px/20px Roboto, 'Halvetica', serif;
	font-style: italic;

}
.otzyvy-name {
color: #4a8645;
font-weight: bold;
text-align: right;
	font: bold 16px/22px Roboto, 'Halvetica', serif;
}
@media print {
    .hidden-print { display: none }
    * { background:#FFF !important; color:#000 !important }
}
.family1 {
	width: 203px;
	height: 150px;
	background: url('/uploads/images/family-3.jpg');
display: block;
margin: 0 auto;
}
.family2 {
	width: 203px;
	height: 150px;
	background: url('/uploads/images/family-5.jpg');
display: block;
margin: 0 auto;
}
.family3 {
	width: 203px;
	height: 150px;
	background: url('/uploads/images/family-4.jpg');
display: block;
margin: 0 auto;
}
#backgroundpp-0 { 
  left: 0; 
  top: -100px; 
  position: absolute; 
  background: #000; 
  opacity: 0.7; 
  z-index: 999; 
  display: none; 
  height: 100%; 
  width: 100%; 
} 
#modal_window0 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #d9fdd3; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto; 
  width: 1000px; 
  overflow: auto;
}
#modal_windowarch { 
  display: none; 
  z-index: 9999; 
  border: 2px solid #444; 
  background-color: #d9fdd3; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto; 
  width: 220px; 
  overflow: auto;
}
#modal_window { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto; 
  width: 1000px; 
  overflow: auto;
}
#modal_window2 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
} 
#modal_window3 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
} 
#modal_window4 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
} 
#modal_window5 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
} 
#modal_window6 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
} 
#modal_window7 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
} 
#modal_window8 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
} 
#modal_window9 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
} 
#modal_window10 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
} 
#modal_window11 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
} 
#modal_window12 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
} 
#modal_window13 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
margin-top:50%;
} 
#modal_window14 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
} 
#modal_window15 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
} 
#modal_window16 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
margin-top:50%;
}
#modal_window17 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
}
#modal_window18 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
}
#modal_window19 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
}
#modal_window20 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
}
#modal_window21 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
margin-top: 500px;
}
#modal_window22 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
margin-top: 500px;
}
#modal_window23 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
margin-top: 500px;
}
#modal_window24 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
margin-top: 500px;
}
#modal_window25 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
margin-top: 500px;
}
#modal_window26 { 
  display: none; 
  z-index: 9999; 
  border: 1px solid #444; 
  background-color: #e4eaf1; 
  border-radius: 10px; 
  padding: 15px 20px; 
  height: auto;
  width: 1000px; 
overflow: auto;
margin-top: 500px;
}
.class_btn {
  /*display: block;
  width: 129px;
  height: 42px;
  text-decoration: none !important;
  float: left;*/
  display: inline-block;
}
.class_btn:hover::before {
  text-decoration: underline;
}
.class_btn::before {
  font-size: 14px;
  color: var(--text-color-proj-option-link, #2d2d2d);
}
.class_btn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #626262;
  margin: 0 6px;
}
.class_btn.doma-s-cokolem::before {
  /*background-image:url(/images/buttons-new/1.png);*/
  content: "С цоколем";
}
/*.class_btn.doma-s-cokolem:hover {
    -webkit-filter: contrast(140%);  
}*/
.class_btn.doma-s-garazhom::before {
  content: "С гаражом";
}
.class_btn.doma-s-bassejnom::before {
  content: "С бассейном";
}
.class_btn.doma-s-ploskoy-krishey::before {
  content: "С плоской крышей";
}
.class_btn.doma-vip::before {
  content: "V.I.P";
}
.class_btn.doma-s-saunoy::before {
  content: "С сауной";
}
.class_btn.doma-s-terrasoy::before {
  content: "С террасой";
}
.class_btn.doma-v-stile-hay-tek::before {
  content: "В стиле хай тек";
}
.class_btn.doma-v-stile-shale::before {
  content: "В стиле шале";
}
.class_btn.doma-s-zimnim-sadom::before {
  content: "С зимним садом";
}
.class_btn.doma-s-verandoj::before {
  content: "Веранда";
}
.class_btn.doma-v-stile-zamka::before {
  content: "В стиле замка";
}
.class_btn.panoramnye-doma::before {
  content: "Панорамный";
}
.class_btn.doma-ekonom-klassa::before {
  content: "Эконом";
}
.class_btn.doma-s-erkerom::before {
  content: "Эркер";
}
.class_btn.odnoetazhnye-doma::before {
  content: "Одноэтажные";
}
.class_btn.doma-s-navesom::before {
  content: "С навесом";
}
.class_btn.doma-v-stile-barokko::before {
  content: "Барокко";
}
.class_btn.doma-v-stile-rajta::before {
  content: "Райт";
}
.class_btn.proekty-ban-s-bassejnom::before {
  content: "С бассейном";
}
.class_btn.proekty-ban-s-besedkoj::before {
  content: "С беседкой";
}
.class_btn.proekty-ban-s-verandoj::before {
  content: "С верандой";
}
.class_btn.proekty-ban-s-mansardoj::before {
  content: "Мансарда";
}
.class_btn.proekty-ban-s-terrasoj::before {
  content: "С террасой";
}
.class_btn.proekty-garazhej-s-basseinom::before {
  content: "Бассейн";
}
.class_btn.proekty-garazhej-s-tsokolem::before {
  content: "Цоколь";
}
.class_btn.proekty-garazhej-s-mansardoj::before {
  content: "Мансарда";
}
.class_btn.proekty-odnoetazhnyh-garazhej::before {
  content: "Одноэтажный";
}
.class_btn.proekty-garazhej-s-banej::before {
  content: "Баня";
}
.class_btn.proekty-garazhej-na-3-mashiny::before {
  content: "На 3 машины";
}
.class_btn.proekty-garazhej-na-2-mashiny::before {
  content: "На 2 машины";
}
.class_btn.proekty-garazhej-s-hozblokom::before {
  content: "Хоз. блок";
}
.class_btn.do_100_kv_m::before {
  content: "до 100кв.м.";
}
.class_btn.do_200_kv_m::before {
  content: "до 200кв.м.";
}
.class_btn.b150_200_kv_m::before {
  content: "150-200кв.м.";
}
.class_btn.b200_250_kv_m::before {
  content: "200-250кв.м.";
}
.class_btn.b250_600_kv_m::before {
  content: "250-600кв.м.";
}
.class_btn.ot_200_do_250_kv_m::before {
  content: "200-250кв.м.";
}
.class_btn.ot_250_do_300_kv_m::before {
  content: "250-300кв.м.";
}
.class_btn.ot_300_kv_m::before {
  content: "от 300кв.м.";
}
.class_btn.ot_600_kv_m::before {
  content: "от 600кв.м.";
}
.class_btn.dvuhetazhnye-doma::before {
  content: "Двухэтажные";
}
.class_btn.trehetazhnye-doma::before {
  content: "Трехэтажные";
}
.class_btn.bedrooms-1::before {
  content: "1 спальная";
}
.class_btn.bedrooms-2::before {
  content: "2 спальни";
}
.class_btn.bedrooms-3::before {
  content: "3 спальни";
}
.class_btn.bedrooms-4::before {
  content: "4 и более спален";
}
.class_btn.b100_150_kv_m::before {
  content: "100-150кв.м.";
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}
.modalDialogzvonok {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialogzvonok:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialogzvonok > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #9f0002;
    background: -moz-linear-gradient(#9f0002, #9f0002);
    background: -webkit-linear-gradient(#9f0002, #9f0002);
    background: -o-linear-gradient(#9f0002, #9f0002);
    max-width: 100%;

}
.close {
    /*
	background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
	*/
}
.close:hover {
    /*background: #000;*/
}
.tooltip { /* стиль текста, наведя или нажав на который появится пояснение */
  display: inline-block;
  position: relative;
  text-indent: 0px;
  cursor: help; /* вид курсора */
}
.tooltip > span { /* стиль появляющейся подсказки */
  position: absolute;

  left: -20em; /* = max-width */
  right: -20em; /* = max-width */
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;  /* ширина подсказки может быть не более содержимого */
  max-width: 20em;  /* ширина подсказки может быть не более 20em */
  max-height: 80vh; /* необязательное ограничение по высоте подсказки, 1vh — это 1% от ширины окна */
  overflow: auto;
  visibility: hidden;
  margin: 0 auto; /* поднята на .4em над текстом, наведя или нажав на который появится пояснение */
  padding: .9em;
  font-size: 90%;
  background: #DEAFAF;
  opacity: 0.9; 
  line-height: normal;
  cursor: auto;
}
.tooltip.left > span { /* начинается от левого края */
  left: 0;
  right: -20em;
  margin: 0 0 .4em;
}
.tooltip.right > span { /* начинается от правого края */
  left: -20em;
  right: 0;
  margin: 0 0 .4em auto;
}
.tooltip.left:after {
  left: 1em;
}
.tooltip.right:after {
  left: auto;
  right: .6em; /* 1em - .4em */
}
.tooltip:before { /* поле между текстом, наведя или нажав на который появится пояснение, и подсказкой нужно чтобы, если перевести курсор мышки на подсказку, та не исчезла; тут тоже везде .4em */
  content: "";
  position: absolute;
  top: -.4em;
  left: 0;
  right: 0;
  height: .4em;
  visibility: hidden;
}
.tooltip:hover > span,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus > span,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  transition: 0s .4s;
}
.tooltip:focus { /* убрать рамку в Хроме */
  outline: none;
}
.tooltip.anim > span,
.tooltip.anim:after { /* анимация */
  opacity: 0;
  transform: translateY(1.5em) scale(.3);
  transform-origin: center bottom;
}
.tooltip.anim:after {
  transform: translateY(.7em) scale(.3); /* 1.7 = 1.5 / (1.4*2) */
}
.tooltip.anim:hover > span,
.tooltip.anim:hover:after,
.tooltip.anim:focus > span,
.tooltip.anim:focus:after {
  opacity: 1;
  transition: .6s .4s;
  transform: translateY(0);
}
@media (max-width: 20em) { /* ширина подсказки может быть не более ширины окна браузера */
  .tooltip > span {
    max-width: 100vw; /* в 100vw входит полоса прокрутки, но на мобильных она часто отсутствует */
    box-sizing: border-box;
  }
}
/*aq5*/
.fb-img {
	width: 900px;
	height: auto;
}
.nav-icon {
		display: none;
		padding: 10px 20px;
	}
.diary-img {
width: 220px;
height: auto;
}
.socials a {
  display: inline-block;
  vertical-align: top;
  margin: 2px;
}
.socials a img {
  width: 48px;
}
.product_table td > a {
	display: inline-block;
	height: 210px;
	overflow: hidden;
}
.categories_table h3 a {
  color: #595959;
}
.myHoverTb tr:hover td{
background-color:#CCC;
}
.myhover td{background-color:#CCC;
text-align: center;
}
.myHoverTb {
font-size: 16pt;
text-align: center;
}
.myhover td:first-child {text-align: center;}

/*PROJECTS PAGE*/
.main_wrp {
  max-width: 1140px;
  margin: 0 auto;
}
.main_wrp p {
  line-height: 24px;
}

.breadcrumbs {
  padding: 25px 0;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a.active {
  text-decoration: underline;
}

.breadcrumbs_decor {
  margin: 0 20px;
}

.projects_top_block {
  padding-bottom: 20px;
}
.projects_top_block h2 {
  margin-bottom: 25px;
}
.projects_top_block p {
  margin-bottom: 20px;
}
.projects_top_block a {
  color: var(--text-color-cat-filter-more-sizes-span,#5e5e5e);
  text-decoration: underline;
}
.projects_top_block ul {
  margin-bottom: 20px;
}
.projects_top_block .sub_ttl {
  max-width: 810px;
  margin: 0 auto 25px;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 15px 0;
  text-align: center;
}
.reg_txt_wrp {
  margin-bottom: 20px;
}
.reg_txt_wrp ._l {
  margin: 0 20px 20px 0;
  max-width: 400px;
}
.reg_txt_wrp ._r {
  margin: 0 0 20px 20px;
  max-width: 400px;
}
.reg_txt_wrp ul {
  margin-bottom: 20px;
}
.reg_txt_wrp p {
  margin-bottom: 20px;
}
.reg_txt_wrp h3 {
  margin-bottom: 20px;
}

.filter {
  background: #e4eaf1;
  padding: 25px 70px 30px;
  margin-bottom: 30px;
}

.filter_inputs_container {
  padding: 25px 30px;
  background: #c1c8d1;
}
.filter_inputs_container input[type=text] {
  width: 260px;
  height: 48px;
  margin-right: 28px;
  padding-left: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #595959;
  border: none;
}

.filter_inputs_container > span {
  font-weight: 700;
  font-size: 18px;
  color: #595959;
}
.filter_inputs_container button {
    width: 262px;
    height: 48px;
    float: right;
    border: 2px solid #fff;
    background: #d70000;
}
.filter_inputs_container button span {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
    color: #fff;
    vertical-align: middle;
}


.filter_checkbox_container {
  max-width: 940px;
  margin: 0 auto;
  padding-top: 40px;
}
.filter_checkbox_container ._l {
  width: 20%;
  margin-bottom: 40px;
}
.filter_checkbox_container label {
  cursor: pointer;
}
.filter_checkbox_container label span {
  font-weight: 700;
  font-size: 18px;
  color: #595959;
  display: inline-block;
  /*vertical-align: middle;*/
}
.filter_checkbox_container .jq-checkbox {
  width: 23px;
  height: 23px;
  background: url(images/checkbox_default.png);
  vertical-align: middle;
  margin-right: 5px;
}
.filter_checkbox_container .jq-checkbox.checked {
  background: url(images/checkbox_checked.png);
}

.pagination {
  text-align: right;
  max-width: 1140px;
  margin: 0 auto 40px;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 25px;
  margin: 6px;
  background: url(images/pag_bg.png) 0 0/cover;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  font-weight: 700;
  color: #717171;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
/*.pagination span {
  margin: 6px 15px;
}*/
.pagination a:hover {
  background: url(images/pag_bg-hover.png) 0 0/cover;
}
.pagination a span.active {
  background: url(images/pag_bg-active.png) 0 0/cover;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.projects_container {
  font-size: 0;
  max-width: 1140px;
  margin: 0 auto 20px;
}

.project_item {
  width: 360px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  padding-bottom: 20px;
  text-align: left;
  max-width: 100%;
}
.project_item .img {
  /*height: 245px;*/
  overflow: hidden;
  position: relative;
}
.project_item .img img {
  height: 100%;
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
.project_item:nth-of-type(3n+3) {
  margin: 0;
}
}

.project_item:hover .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #4c4c4c;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
}

.proj_red {
  background: #9f0002 url(images/proj_red_decor.png) 10px 7px no-repeat;
  color: #fff;
  padding: 7px 10px 7px 45px;
  font-size: 22px;
  margin-bottom: 15px;
}
.proj_red ._r {
  font-weight: 700;
}

.proj_name, .proj_name a {
  font-size: 18px;
  font-weight: 700;
  color: #414141;
  margin-bottom: 20px;
}

.proj_cat {
  line-height: 26px;
  margin-bottom: 15px;
  color: #222;
  font-size: 15px;
}

.proj_option {
  font-size: 16px;
  color: #626262;
}
.proj_option span {
  display: inline;
  vertical-align: middle;
  line-height: 26px;
}
.proj_option span:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #626262;
  margin: 0 16px;
}

.two_col_txt {
  margin-bottom: 30px;
}
.two_col_txt ._l {
  width: 50%;
  padding: 15px 30px 15px 0;
  text-align: justify;
}
.two_col_txt ._l p {
  margin-bottom: 20px;
}
.two_col_txt ._r {
  width: 50%;
  padding: 35px 30px;
  background: var(--background-grey-bg, #e4eaf1);
  text-align: justify;
}

.two_col_txt.v1 {
  margin-bottom: 10px;
}
.two_col_txt.v1 ._r {
  padding-bottom: 50px;
}

.two_col_txt.v2 {
  margin-bottom: 40px;
}
.two_col_txt.v2 ._r {
  background: transparent;
  text-align: center;
  padding: 0;
}
.two_col_txt.v2 ._l p {
  margin-bottom: 35px;
}

.red_left_border {
  border-left: 6px solid #a3050a;
  padding-left: 10px;
}

.complectation {
  width: 360px;
  max-width: 100%;
  min-height: 230px;
  float: left;
  margin-right: 30px;
  margin-bottom: 40px;
  background: var(--background-grey-bg,#e4eaf1);
  text-align: center;
  border-radius: 8px;
}
.complectation .ttl {
  font-weight: 700;
  color: var(--text-color-h1,#595959);
  font-size: 24px;
  margin-bottom: 15px;
}
.complectation .sub_ttl {
  color: var(--text-color-h1,#595959);
  font-size: 18px;
  margin-bottom: 20px;
}
.complectation .img img:last-child {
  display: none;
}
.complectation > a {
  padding: 15px;
  display: block;
  min-height: 230px;
}
.complectation_text {
  padding-bottom: 30px;
  display: none;
padding-left: 30px;
}
.complectation_text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #595959;
  margin-bottom: 15px;
}
.complectation_text p {
  margin-bottom: 0px;
}

.complectation:hover .img img:last-child {
  display: inline-block;
}
.complectation:hover .img img:first-child {
  display: none;
}

.complectation_text_wrp .complectation_text {
  /*float: left;
  width: 50%;*/
  display: block;
}
.complectation_text_wrp .complectation_text:nth-of-type(odd) {
  padding-right: 85px;
}
.complectation:nth-of-type(3n+3) {
  margin-right: 0;
}
.complectation_block {
  float: left;
  /*margin-bottom: 30px;*/
  width: 50%;
}
/*.complectation_block:nth-of-type(odd) .complectation_text {
  padding-right: 85px;
}*/
.new_complectations_wrp.v2 .complectation_block {
  float: none;
  width: 100%;
  display: block;
}
.new_complectations_wrp.v2 .complectation_block .complectation_text {
  display: block;
} 
.adv_list_wrp {
  background: url(../images/advlist_bg.jpg) 0 0/cover;
  padding: 25px 10px;
  margin: 40px 0 100px;
  text-align: center;
}

.adv_list_item {
  padding: 15px 10px;
  border: 2px solid var(--text-color-btn,#fff);
  background: rgba(0, 0, 0, 0.3);
  max-width: 290px;
  min-height: 175px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 15px 30px;
}
.adv_list_item .number {
  font-size: 36px;
  font-weight: 700;
  color: #a4a4a4;
  float: left;
  margin-right: 10px;
}
.adv_list_item .txt {
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color-btn,#fff);
}

/*.adv_list_item:nth-of-type(2) {
  margin: 0 60px;
}*/

.price_table_container {
  margin-bottom: 35px;
}
.price_table_container table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.price_table_container table td {
  border: 3px ridge #c1c8d1;
  min-width: 100px;
}
.price_table_container thead {
  background: #a3050a;
  color: #fff;
  font-weight: 700;
}
.price_table_container thead td {
  padding: 15px 5px;
  font-size: 18px;
}
.price_table_container tbody tr:nth-of-type(even) {
  background: #dcdcdc;
}
.price_table_container tbody td {
  padding: 10px 5px;
  font-size: 16px;
}

.price_table_container_ttl {
  background: #c1c8d1;
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.price_table_container_ttl h2 {
  margin: 0;
  font-size: 24px;
}
.price_table_container_ttl .price_table_arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}

.price_table_container_ttl.opened {
  background: #e4eaf1;
}
.price_table_container_ttl.opened .price_table_arrow {
  transform: rotateZ(180deg);
}

.price_table_body {
  display: none;
  overflow: auto;
}

.summary_wrp {
  padding: 60px 50px 20px;
  background: var(--background-table,#e4eaf1) var(--background-images-summ) 100% 100% no-repeat;
  position: relative;
}
.summary_wrp ._l {
  width: 50%;
  padding-right: 15px;
}
.summary_wrp ._l .sub_ttl {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color-h1,#595959);
  margin-bottom: 20px;
}
.summary_wrp ._l p {
  text-align: justify;
  margin-bottom: 30px;
}
.summary_wrp ._r {
  width: 50%;
  padding: 25px 0 0 125px;
}
.summary_wrp ._r li {
  margin-bottom: 30px;
  list-style: url(../images/red_dot.png);
  line-height: 24px;
}

.summary_wrp::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 29px 0 29px;
  border-color: var(--text-color-incl-item-number,#fff) transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}

.red_bg_phone {
  text-align: center;
  /*color: #fff;*/
  /*background: #980002;*/
  /*font-weight: 700;*/
  font-size: 20px;
  padding: 20px 10px;
  margin-bottom: 40px;
  background-color: var(--background-discuss-form-wrp-grdnt1,#eaeaea);
  background: radial-gradient(circle at 50% 50%, var(--background-discuss-form-wrp-grdnt2,#fff), var(--background-discuss-form-wrp-grdnt1,#eaeaea));
  color: var(--text-color,#333);
}
.red_bg_phone span {
  font-size: 22px;
}

.proj_btm_block {
  /*margin-bottom: 60px;*/
  margin-bottom: 0px;
}
.proj_btm_block ._l {
  width: 50%;
}
.proj_btm_block ._l p {
  margin-bottom: 30px;
  text-align: justify;
}
.proj_btm_block ._r {
  padding-left: 30px;
  width: 50%;
}
.proj_btm_block ._r p {
  margin-bottom: 20px;
  text-align: justify;
}

.grey_bg {
  padding: 35px 30px;
  background: var(--background-grey-bg, #e4eaf1);
}
.incl_wrp {
  margin-bottom: 40px;
}
.incl_item {
  padding: 30px 90px;
  background: var(--background-grey-bg, #f1f4f8);
}
.incl_item .number {
  display: inline-block;
  vertical-align: middle;
  color: var(--text-color-incl-item-number, #fff);
  font-size: 33px;
  font-weight: 700;
}
.incl_text {
  display: inline-block;
  vertical-align: middle;
  max-width: 790px;
}
.incl_text .ttl {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-color-navigtel, #c50003);
  margin: 0 0 5px;
  text-transform: uppercase;
}
.incl_item .img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  width: 80px;
  text-align: right;
}
.incl_item:nth-of-type(even) {
  background: var(--background-table, #fff);
}
.incl_item:nth-of-type(even) .number {
  color: var(--text-color-incl-item-number, #fff);
}
.quote_wrp {
  max-width: 1060px;
  margin: 0 auto 30px;
  font-style: italic;
}
.quote_wrp .quote_icon {
  margin: 0 0 5px -10px;
}
.discuss_form_wrp.v2 {
  background: url(/images/discuss_bg-2.png) 0 0 /cover;
  min-height: 306px;
  text-align: center;
  position: relative;
  margin-top: 105px;
  padding: 65px 10px 40px 95px;
}
.discuss_form_wrp.v2 .ttl {
  font-size: 30px;
  margin-bottom: 15px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.79);
  position: relative;
  z-index: 2;
}
.discuss_form_wrp.v2 .sub_ttl {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.79);
  position: relative;
  z-index: 2;
}
.discuss_form_wrp.v2 .sub_ttl.v2 {
  color: #fff000;
}
.discuss_form_wrp.v2::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 29px 0 29px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}
.discuss_decor {
  position: absolute;
  left: 75px;
  top: -75px;
  z-index: 1;
}
.discuss_form_wrp.v2 input[type=text] {
  text-align: center;
}
.discuss_form_wrp.v3 {
  background: url(/images/discuss_bg-3.png) 0 0 / cover;
  text-align: center;
  padding: 45px 10px;
}
.discuss_form_wrp.v3 textarea {
  width: 855px;
  max-width: 100%;
  margin-top: 20px;
  height: 100px;
  padding: 10px 20px;
}
.discuss_form_wrp.v3 .sub_ttl {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.cat_btm_block {
  /*background: url(/images/cat_btm_block_bg.png) 0 0 / cover;*/
  background: url(/images/cat_btm_block_bg.png) 100% no-repeat;
  text-align: center;
  color: var(--text-color-btn, #fff);
  font-size: 18px;
  font-weight: 700;
  padding: 35px 60px;
  max-width: 1140px;
  margin: 40px auto 0;
}
#Uslugi tr td img {
  max-width: none;
}
.tabs {
  /*display: none;*/
  margin-bottom: 30px;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}
.tabs__caption {
  /*background-color: #c1c8d1;*/
  margin-bottom: 30px;
}
.tabs__caption::after {
  content: "";
  display: table;
  clear: both;
}
.tabs__caption li {
    float: left;
    /*border-right: 2px solid #d9dcdf;*/
    color: var(--tabs-caption-li-text-color,#595959);
    font-weight: bold;
    text-align: center;
    padding: 14px 0;
    width: 180px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
	background: var(--tabs-caption-li-background,#eee);
	border-radius: 7px;
    margin-right: 7px;
	margin-top: 5px;
}
/*.tabs__caption li:last-of-type {
  border-right: none;
}*/
.tabs__caption li.active {
  color: var(--text-color-btn,#fff);
  background: #A61E28;
  border-radius: 7px;
  margin-right: 7px;
}
.tabs .tabs__content {
  background: var(--tabs-content-background-color,#fff);
  color: var(--text-color,#333);
}
.dop_usl_wrp h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.dop_usl_wrp p {
  margin-bottom: 20px;
}
/*
.dop_usl {
	max-width: 263px;
	float: left;
	margin-right: 25px;
}
*/
.dop_usl:nth-of-type(4n+4) {
	margin-right: 0;
}
.dop_usl .img {
	overflow: hidden;
}
.dop_usl .ttl {
	background: #9f0002;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}
.dop_usl .txt {
	color: #6b6b6b;
	line-height: 24px;
}
.compl_order_btn {
  display: inline-block;
  border: 2px solid #9f0002;
  padding: 9px 23px;
  margin-bottom: 20px;
}
.compl_order_btn span {
  text-transform: uppercase;
  color: #9f0002;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
}
.material_wrp {
  margin-bottom: 60px;
}
.material_wrp ._l, .material_wrp ._r {
  width: 50%;
}
#centerdiv {
  position: relative;
  /*float: left;*/
  left: 50%;
}
.material_block {
position: relative;
right: 50%;
margin-right: 10px;
  max-width: 163px;
  float: left;
  margin-bottom: 30px;
  cursor: pointer;
}
.material_block:nth-of-type(3n+3) {
  /*margin-right: 0;*/
}
.new_complectations_wrp.v2 .material_block:nth-of-type(3n+3) {
  /*margin-right: 38px;*/
}
.new_complectations_wrp.v2 .material_block:nth-of-type(6n+6) {
  margin-right: 0;
}
.material_block .ttl {
  font-size: 16px;
  font-weight: 700;
  color: #414141;
  margin-bottom: 10px;
  height: 40px;
  overflow: hidden;
}
.material_block .img {
  border: 1px solid #afafaf;
  border-bottom: none;
}
.material_block .decor_line {
  width: 50%;
  height: 3px;
  margin-bottom: -2px;
  position: relative;
  z-index: 2;
}
.material_block.v1 .decor_line {
  background: #00cb35;
}
.material_block.v1 .material_cost {
  background: #9f0002;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
}
.material_block.v2 .decor_line {
  background: #00bffe;
}
.material_block.v2 .material_cost {
  background: #fff;
  text-align: center;
  color: #595959;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #afafaf;
  border-top: 2px solid #9f0002;
  padding: 10px 0;
}
.foundation_wrp {
  margin-bottom: 15px;
}
.foundation_wrp h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #595959;
  margin-bottom: 25px;
}
.foundation_wrp table {
  width: 100%;
  border-collapse: collapse;
}
.foundation_wrp table td {
  text-align: center;
}
.foundation_wrp table thead td {
  background: #e4eaf1;
  border-right: 2px solid #fff;
  padding: 10px 0;
}
.foundation_wrp table thead td span {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.foundation_wrp table tbody td:not(:first-of-type) {
  font-size: 18px;
  font-weight: 700;
  padding: 30px 0;
}
.foundation_wrp table thead td:first-of-type, .foundation_wrp table tbody td:first-of-type {
  text-align: left;
  padding-left: 35px;
}
.compl_btm_block {
  background: url(/images/cat_btm_block_bg.png) 50% 0 / cover;
  text-align: center;
  color: #fff;
  padding: 35px 10px 20px;
}
.compl_btm_block h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.compl_btm_block .txt {
  font-size: 16px;
  line-height: 24px;
  max-width: 980px;
  margin: 0 auto;
}
.credit_wrp h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #595959;
  margin-bottom: 10px;
}
.bank_block {
  margin-bottom: 20px;
}
.bank_block_header {
  padding: 10px 0;
  border-bottom: 1px solid #c1c8d1;
  position: relative;
  cursor: pointer;
}
.bank_block_header .bank_logo {
  margin-right: 135px;
}
.show_hide_btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  transition: .3s;
}
.bank_block_header.opened .show_hide_btn {
  transform: rotateX(-180deg);
}
.bank_block_body {
  padding: 20px 0;
  display: none;
}
.bank_block_col {
  width: 33.333%;
  float: left;
  padding-right: 25px;
}
.bank_block_col.v2 {
  width: 66.666%;
}
.bank_block_col_ttl {
  margin-bottom: 15px;
}
.bank_block_col_ttl img {
  float: left;
  margin-right: 15px;
}
.bank_block_col_ttl table {
  width: 100%;
  border-collapse: collapse;
}
.bank_block_col_ttl table td:first-child {
  width: 70px;
}
.bank_block_col_ttl table td:last-child {
  font-size: 18px;
  font-weight: 700;
  color: #595959;
}
.bank_block_col li {
  margin-bottom: 20px;
  list-style-position: inside;
  list-style-image: url(/newsitelib/images/list_dot.png);
}
.bank_block_col .txt {
  margin-bottom: 20px;
}
.credit_btm_block {
	background: url(/newsitelib/images/credit_btm_block_bg.png) 50% 0 / cover;
	text-align: center;
	color: #fff;
	padding: 35px 10px 20px;
}
.credit_btm_block .ttl {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.credit_btm_block .txt {
	font-size: 16px;
	margin-bottom: 20px;
}
.izmenenie_proekta h3 {
	font-size: 24px;
	color: #595959;
	margin: 0;
}
.izmenenie_proekta ._l, .izmenenie_proekta ._r {
	width: 50%;
}
.izmenenie_proekta ._l {
	padding: 30px 20px 0 0;
}
.izmenenie_proekta ._l p {
	margin-bottom: 20px;
}
.izmenenie_proekta ._l h5 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 18px;
	font-style: normal;
}
.izmenenie_proekta ._r {
	background: #e4eaf1;
	padding: 40px 10px;
	text-align: center;
}
.izmenenie_proekta ._r h5 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 18px;
	font-style: normal;
}
.izmenenie_proekta ._r .txt_red {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 18px;
	color: #9f0002;
}
.portfolio_wrp h3 {
	font-size: 24px;
	color: #595959;
	margin: 0 0 20px;
}
.portfolio_slider {
	height: 550px;
	overflow: hidden;
}
.portfolio_slider .slick-arrow {
	font-size: 0;
	background: transparent;
	border: none;
	width: 18px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	z-index: 10;
}
.portfolio_slider .slick-prev {
	left: 20px;
	background: url(/newsitelib/images/grey-prev.png);
}

.portfolio_slider .slick-next {
	right: 20px;
	background: url(/newsitelib/images/grey-next.png);
}
.portfolio_slide {
  /*width: 1100px !important;*/
	height: 550px;
	overflow: hidden;
}
.portfolio_slide img {
	width: 70%;
margin: auto;
}
@font-face {
    font-family: 'Open Sans';
	src: url('/fonts/OpenSans/OpenSans-Regular-cfabf0c2b7.eot');
    src: url('/fonts/OpenSans/OpenSans-Regular-cfabf0c2b7.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans/OpenSans-Regular-5885cdcbf9.woff2') format('woff2'),
		 url('/fonts/OpenSans/OpenSans-Regular-9863aaace5.woff') format('woff'),
         url('/fonts/OpenSans/OpenSans-Regular-a05c11bfc8.ttf') format('truetype');
    font-style: normal;
    font-weight:300;
}
.custom_breadcrumbs {
  margin-bottom: 20px;
  /*padding-left: 15px;*/
}
.custom_breadcrumbs a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  color: var(--text-color-custom-breadcrumbs-a);
  font-family: 'Open Sans';
  font-size: 14px;
}
.custom_breadcrumbs span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans';
  font-size: 14px;
}
.custom_breadcrumbs img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.h1-new-font-os {
  font-family: 'Open Sans' !important;
  font-weight: 300 !important;
}
#item_image_link img {
	display: block !important;
}
.new_table_wrp {
  overflow: auto;
  text-align: center;
}
.new_table {
  margin: 25px 0;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.new_table thead {
  background: #980002;
}
.new_table thead tr {
  color: var(--text-color-btn,#fff);
}
.new_table td {
  vertical-align: middle;
  border: 1px solid #ccc;
}
.new_table td a {
  color: inherit;
}
.new_table td a:hover {
  text-decoration: underline;
}
.new_table tr td:first-child {
  text-align: left;
}
.new_table tbody tr:nth-of-type(even) {
  background: var(--background-table,#eee);
}

/*Responsive*/
@media screen and (max-width: 1200px) {
	.fb-img {
	width: 100%;
	height: auto;
}
.content-catalog-box td {
	display: block;
	width: 100% !important;
}
.header-phone-block {
	width: 100%;
	height: auto;
	margin: 0;
	float: none;
}
.header-bg-block div {
	display: none;
}
.header-bg-block {
	background: #bcecfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #bcecfc 0%, #f0fafe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bcecfc 0%,#f0fafe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bcecfc 0%,#f0fafe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcecfc', endColorstr='#f0fafe',GradientType=0 ); /* IE6-9 */


	height: 100%;
}
.header-top {
	height: auto;
}
.incl_text {
	display: block;
	margin-top: 20px;
}


}
@media screen and (max-width: 1080px) {
	.our-docs img {
		width: 100% !important;
		height: auto !important;
	}
  .filter_inputs_container input[type=text] {
    display: block;
    margin: 0 auto 20px;
    width: 320px;
    max-width: 100%;
  }
  .filter_inputs_container > span {
    display: none;
  }
  .filter_inputs_container button {
    display: block;
    margin: 0 auto 20px;
    float: none;
  }
  .filter_checkbox_container ._l {
    width: 33%;
  }
  .custom_breadcrumbs a, .custom_breadcrumbs img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
	.content-box tr td, .content-box tr th {
		display: block;
		width: 100% !important;
		padding: 0 !important;
		margin-bottom: 15px;
	}
	nav ul li {
		font-size: 11px;
	}
	footer {
		

	}
	.header-phone-block table {
		width: 100% !important;
	}
	#top-menu ul li:hover ul {
		display:none;
		color: white;
		width: 100%;
		box-sizing: border-box;
		left: 0 !important;
	}
	.form-line {
		padding: 20px;
	}
	.form-line input[type=text] {
		display: block;
		width: 100%;
		margin: 5px 0;
		padding: 5px 0;
	}
	.form-line input[type=submit] {
		    width: 140px;
		    height: 25px;
		    display: block;
		    margin: 10px auto;
	}
	.form-line input[type=checkbox] {
		float: left;
		margin-right: 10px;
	}
	.form-line label {
		display: block;
		text-align: left;
		margin-bottom: 10px;
	}
  .content-catalog-item2 > div:first-child {
    float: none !important;
    margin: 0 !important;
  }
  .content-catalog-item2 .item_attr {
    width: 100%;
  }
  .content-catalog-item2 .item_attr td {
    width: auto !important;
    display: table-cell !important;
  }
  .complectation_text {
    display: block;
  }
  .complectation_text_wrp .complectation_text {
    display: none;
  }
  .complectation_block {
    float: none;
    width: 100%;
  }
  .bank_block_col, .bank_block_col.v2 {
    float: none;
    width: 100%;
  }
  .izmenenie_proekta ._l, .izmenenie_proekta ._r {
    float: none;
    width: 100%;
  }

}
@media screen and (max-width: 768px) {
	.building-houses {
		width: 100% !important;
		height: auto !important;
	}
	.header-logo-block {
		float: none;
		padding-top: 20px;
		margin: 0 auto 20px;
	}
	.header-logo-block img {
		margin: 0 !important;
	}
	.header-phone-block > table > tbody > tr > td:not(.custom-phone) {
		display: none;
	}
	.custom-phone {
		width: 100% !important;
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	.custom-phone div {
		text-align: center !important;
	}
	.custom-phone p {
		display: none;
	}
	.product_table td > a {
		height: 100px;
	}
  .advantages_table {
    width: 100%;
  }
  .advantages_table td {
    display: block;
    width: 100%;
  }
  .advantages_table img {
    width: 100% !important;
    height: auto !important;
  }
  .other_table td {
    display: block;
    width: 100%;
  }
  .categories_table td {
    display: block;
    width: 100%;
  }
  .categories_table td img {
    width: 100% !important;
    height: auto !important;
  }
  .filter_checkbox_container ._l {
    width: 50%;
  }
  .summary_wrp {
    padding: 20px 0px;
    /*background: #e4eaf1;*/
  }
  .summary_wrp ._l, .summary_wrp ._r {
    float: none;
    padding: 0;
    width: 100%;
  }
  .summary_wrp ._r li {
    margin: 0 0 20px;
    list-style-position: inside;
  }
  .summary_wrp ul{
	  padding: 0 20px;
  }
  .incl_item {
  	padding: 20px 10px;
  }
  .discuss_decor {
  	display: none;
  }
  .discuss_form_wrp.v2 {
  	background-position: 50% 50%;
  	padding: 30px 10px;
  }
  .quote_wrp .quote_icon {
  	margin: 0 0 5px 0;
  }
  .foundation_wrp table thead, .foundation_wrp table tbody {
    float: left;
    width: 50%;
  }
  .foundation_wrp table thead td, .foundation_wrp table tbody td {
    display: block;
    padding: 10px !important;
    text-align: left !important;
  }
  .foundation_wrp table tr {
    display: block;
  }
  .foundation_wrp table {
    background: #e4eaf1;
  }
  .dop_usl {
    float: none;
    margin: 10px !important;
    display: inline-block;
    vertical-align: top;
    /*text-align: left;*/
	max-width: 100%;
  }
  .dop_usl_wrp {
    text-align: center;
  }
  .portfolio_slider, .portfolio_slide {
  	height: 200px;
  }

}
@media screen and (max-width: 640px) {
	.content p > ymaps, .content td > ymaps {
		width: 100% !important;
		height: 450px !important;
	}
	.content textarea {
		width: 98% !important;
	}
	.bx-wrapper, .bx-window {
		width: 100% !important;
	}
	/*.main {
		overflow: hidden;
	}*/
	footer {
		overflow: hidden;
	}
	.aside-service {
		width: 100%;
		display: block;
	}
	.aside-service-wrap {
		width: 100%;
	}
	.aside-service-caption, .aside-slider-caption {
		width: 100%;
		background-position: 50% 50%;
	}
	.aside-service-bottom-deco {
		display: none;
	}
	#top-menu {
		background: #A3050A;
	}
	#top-menu ul {
		width: 320px;
		height: auto;
		border: none;
		display: none;
	}
	#top-menu ul li {
		display: block;
		float: none;
		width: 100%;
		font-size: 15px;
		text-align: left;
		padding-left: 20px;
	}
	#top-menu ul li ul {
		display: none;
	}
	.nav-icon {
		display: block;
	}

	footer td {
		display: none;
		box-sizing: border-box;
	}
	footer td p {
		text-align: center !important;
	}
	footer .footer-block {
		display: block;
		width: 100% !important;
	}
	.podsvetka-2 img {
		width: 281px;
		box-sizing: border-box;
	}
	.content table {
		width: 100% !important;
		height: auto !important;
		margin: 0 auto !important;
	}
	.content img {
		max-width: 100% !important;
		height: auto !important;
		margin: 0 auto !important;
		display: block;
	}
	.content-catalog-thumbs a {
		float: none;
	}
	.content-catalog-navigation {
		text-align: left;
	}
	.content-catalog-navigation span, .content-catalog-navigation a {
		padding: 0;
		width: 35px;
		height: 38px;
		margin: 4px;
		line-height: 38px;
	}
	.content-catalog-navigation span {
		margin: 0;
		background: #F0932F !important;
	}
  .filter {
    padding: 25px 20px 30px;
  }
  .two_col_txt ._l {
    float: none;
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .two_col_txt ._r {
    float: none;
    padding: 15px;
    width: 100%;
  }
  .proj_btm_block ._l, .proj_btm_block ._r {
    float: none;
    width: 100%;
    padding: 0;
  }
  .grey_bg {
    padding: 15px;
  }

}
@media screen and (max-width: 460px) {
	iframe {
		width: 100% !important;
		height: auto !important;
	}
	.gallery {
		text-align: center;
	}
	.gallery .img {
		display: inline-block;
		float: none !important;
	}
	.project-types {
	text-align: center;
	}
	.class_btn {
	display: inline-block;
	float: none;
	}
	.aside-service>a>div{
	width: 270px;
	    height: 96px;
	background-size: cover;
	}
	.diary-img {
	width: 260px;
	}
	.aside-slier-item img {
	width: 260px;
	    height: auto;
	    box-sizing: border-box;
	}
	.aside-slier-item {
	height: 152px;
	}
  .filter_checkbox_container ._l {
    float: none;
    display: block;
    width: 100%;
  }
  .content-catalog-thumbs2 a {
    margin: 1% !important;
    width: 48%;
  }
  .tabs__caption li {
    float: none;
    width: 100%;
  }
  .material_block {
    margin-right: 10px !important;
  }
  .compl_btm_block {
    background-position: 0 0;
  }
  .close {
  	right: 0;
  }


}


.slides {
    padding: 0;
    width: 609px;
    height: 420px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 609px;
    height: 420px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav-dots {
	width: 100%;
	bottom: -10px;
	height: 0px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 20px;
	height: 20px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(10, 10, 10, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}
.buttonzakazstroiteltva {
	-moz-box-shadow:inset 0px 1px 0px 0px #CCCCCC;
	-webkit-box-shadow:inset 0px 1px 0px 0px #CCCCCC;
	box-shadow:inset 0px 1px 0px 0px #CCCCCC;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F0F0F0), color-stop(1, #CCCCCC) );
	background:-moz-linear-gradient( center top, #F0F0F0 5%, #CCCCCC 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#CCCCCC');
	background-color:#F0F0F0;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0px;
	border:1px solid #C8C8C8C8;
	display:inline-block;
	color:black;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:38px;
	width:230px;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 1px 24px #BBBBBB;
}
.buttonzakazstroiteltva:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9e1205), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #9e1205 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e1205', endColorstr='#f24537');
	background-color:#9e1205;
}.buttonzakazstroiteltva:active {
	position:relative;
	top:1px;
}
.new_order_btn {
  width: 100%;
  height: 44px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #A61E28;
  color: #fff;
  display: block;
  margin: 20px 0 10px;
}
.new_order_btn span {
  margin-right: 10px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.ostalnieproekty {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	height:40px;
	line-height:40px;
	width:361px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.ostalnieproekty:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.ostalnieproekty:active {
	position:relative;
	top:1px;
}
/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    background-color: #c1c8d1;
}

/* Float the list items side by side */
ul.tab li {
  float: left;
  border-right: 2px solid #d9dcdf;

}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: #595959;
	font-weight:bold;
    text-align: center;
    padding: 14px 38px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #959fac; color: #fff;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {background-color: #959fac; color: #fff;}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
 .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.new_video_wrp {
  margin: 0 0 50px;
}
.new_video_wrp2 {
  margin: 0 0 50px;
  /*display:inline-block;*/
  text-align: center;
}
.new_discuss_wrp .discuss_form_wrp.v3 {
    max-width: 1180px;
    margin: 0 auto;
}
#map, #map2 {
  height: 490px;
}
.baloon_wrp {
  text-align: center;
  max-width: 295px;
  padding: 20px; 
  background: #e4eaf1;
}
.baloon_wrp .ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.baloon_wrp .txt {
  margin-bottom: 10px;
}
details summary {
font-size: x-large;
text-align: center;
cursor:pointer;
}
.dnevnik-new-zagolovok  {
	width: 378px;
	height: 60px;
	background: url('/uploads/images/dnevnik-new-zagolovok.png') top center no-repeat;
	text-align: center;
	font: normal 31px/31px 'Times New Roman', serif;
font-weight: bold;
	line-height: 55px;
	vertical-align: middle;
	color: white;
}


table{
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px;
}
td{
	padding: 5px;
}
.myhover td{
}
.main{
	padding: 10px;
}
@media screen and (max-width: 780px) {
	.content-catalog-item_new table{
		width: 100% !important;
		
		}
	.content-catalog-item_new img{
		width: 100%;
		height: 100%;
	}	
	.new_search_form {
		display: none;
	}
  .adaptive_table {
    width: 100% !important;
  }
  .adaptive_table iframe {
    width: 100% !important;
  }
  .adaptive_table td {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
  }
  .adaptive_table textarea {
    width: 100%;
  }
  .tabcontent td {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
  }
  ul.tab li {
    display: block;
    float: none;
  }
  ul.tab li a {
    display: block;
  }
  .tabcontent .slides {
    width: 100%;
    height: 265px;
  }
  .tabcontent .slide {
    width: 100%;
    height: auto;
  }
  .ostalnieproekty {
    max-width: 100%;
    height: auto;
  }
  .content-catalog-item2 .myHoverTb {
    width: 100% !important;
  }
}

.block_slider_2 .slider-for .slick-list{
   /*height: 510px;*/
}

/*# sourceMappingURL=styles.css.map */

@media (max-width: 768px) {
    .pagination {text-align:center;}
	.complectation{width: 100%;margin-right:0px;min-height:0px;padding:20px;margin-bottom:20px;}
	/*.proj_btm_block{padding: 0 20px;}*/
	.new_video_wrp2{width: 100%;}
	.adv_list_wrp{margin:10px; padding:0 10px}
	.adv_list_item{max-width: 100%;margin:5px;}
	.projects_top_block .sub_ttl{margin: 20px 10px;}
	h2{padding: 0 10px;}
	.ol_newstyle{margin: 10px;}
	.slider-nav {display:none;}
	.block_slider_2 .slider-for .slick-list{height:auto;}
}

.block_slider_2 .name {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.block_slider_2 .info .block_info_top .info_top:nth-child(2) { width: 31%; }
.block_slider_2 .info .block_info_top .info_top:nth-child(3),.info_top:nth-child(4){ width: 22%; }

.block_slider_2 .info {
    width: 100%;
}
.block_slider_2 .icon img {
    display: block;
}
.block_slider_2 .slick-prev {
    /*left: 15px !important;*/
	left: 50px !important;
}
.block_slider_2 .slick-next {
    /*right: 15px !important;*/
	right: 50px !important;
}
.block_slider_2 .slick-slide img {
    padding-right: 0;
}
.block_slider_2 .slick-slide {
    /*margin: 0 10px;*/
	margin: 0 10px;
	cursor:pointer;
}
.block_slider_2 .slick-prev::before {
    content: '' !important;
    /*background-image: url("/uploads/img/icons/arrow-left-2.png");*/
	background-image: url("/uploads/img/icons/arrow-left-4.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 44px;
    display: block;
	/*z-index: 11;
	opacity: 0.2;*/
	opacity: 1;
}

.block_slider_2 .slick-next::before {
    content: '' !important;
    /*background-image: url("/uploads/img/icons/arrow-right-2.png");*/
	background-image: url("/uploads/img/icons/arrow-right-4.png");
    background-repeat: no-repeat;
    background-position: center;
    /*width: 24px;
    height: 20px;*/
	width: 30px;
    height: 44px;
    display: block;
	/*z-index: 11;
	opacity: 0.2;*/
	opacity: 1;
}

.block_slider_2 .slick-prev {
 /*left: -60px !important;*/
}
.block_slider_2 .slick-next {
 /*right: -60px !important;*/
}

.block_slider_2 .slick-prev, .block_slider_2 .slick-next {
    top: 50% !important;
    /*width: 25px !important;
    height: 26px !important;*/
	width: 30px !important;
    height: 44px !important;
    /*background: #fff !important;*/
    z-index: 10;
    border-radius: 0;
}

.slider-nav {
    /*margin: 20px 0;*/
}

.block_slider_2 .block_info_price {
    margin-top: 0px;
}
.block_slider_2 .btn-red {
    margin-top: 50px;
}

.podsvetka {
	cursor: pointer;
}

.razmerskidki {
font-size: 24px;
    color: var(--text-color-navigtel,#A61E28);
    font-weight: bold;
}

.block_slider_2 .slider .blockText {
  color: #fff;
    position: absolute;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    top: 10px;
    font-size: 16px;
    /* text-align: center; */
    /* float: right; */
    margin-left: 15px;
    /*width: 290px;*/
}

.img-responsive_new {
    width: 100%;
    height: 100%;
}


.block_slider_3 .name {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.block_slider_3 .info .block_info_top .info_top:nth-child(2) { width: 31%; }
.block_slider_2 .info .block_info_top .info_top:nth-child(3),.info_top:nth-child(4){ width: 22%; }

.block_slider_3 .info {
    width: 100%;
}
.block_slider_3 .icon img {
    display: block;
}
.block_slider_3 .slick-prev {
    left: 15px !important;
}
.block_slider_3 .slick-next {
    right: 15px !important;
}
.block_slider_3 .slick-slide img {
    padding-right: 0;
}
.block_slider_3 .slick-slide {
    /*margin: 0 10px;*/
	margin: 0 10px;
	cursor:pointer;
}

.slider-nav {
    /*margin: 20px 0;*/
}

.block_slider_3 .block_info_price {
    margin-top: 0px;
}
.block_slider_3 .btn-red {
    margin-top: 50px;
}

.block_slider_3 .slider .blockText {
  color: #fff;
    position: absolute;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    top: 10px;
    font-size: 16px;
    /* text-align: center; */
    /* float: right; */
    margin-left: 15px;
    /*width: 290px;*/
}




.block_slider_3 .slick-prev{
    content: '' !important;
    background-image: url("/uploads/img/icons/head_slide_prev5.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 100px;
    display: block;
	z-index: 11;
	opacity: 1;
}

.block_slider_3 .slick-next {
    content: '' !important;
    background-image: url("/uploads/img/icons/head_slide_next5.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 100px;
    display: block;
	z-index: 11;
	opacity: 1;
}

.block_slider_3 .slick-prev {
 left: 20px !important;
 box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.block_slider_3 .slick-next {
 right: 20px !important;
 box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.block_slider_3 .slick-prev:hover {
    content: '' !important;
    background-image: url("/uploads/img/icons/head_slide_prev5hover.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 100px;
    display: block;
	z-index: 12;
	opacity: 1;
}
.block_slider_3 .slick-next:hover {
    content: '' !important;
    background-image: url("/uploads/img/icons/head_slide_next5hover.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 100px;
    display: block;
	z-index: 12;
	opacity: 1;
}

/*---------------------*/
.block_slider_4 .slider-for .slick-list{
   height: 760px;
}

/*# sourceMappingURL=styles.css.map */

@media (max-width: 768px) {
	.block_slider_4 .slider-for .slick-list{height:auto;}
}

.block_slider_4 .name {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.block_slider_4 .info .block_info_top .info_top:nth-child(2) { width: 31%; }
.block_slider_4 .info .block_info_top .info_top:nth-child(3),.info_top:nth-child(4){ width: 22%; }

.block_slider_4 .info {
    width: 100%;
}
.block_slider_4 .icon img {
    display: block;
}
.block_slider_4 .slick-prev {
    left: 15px !important;
}
.block_slider_4 .slick-next {
    right: 15px !important;
}
.block_slider_4 .slick-slide img {
    padding-right: 0;
}
.block_slider_4 .slick-slide {
    /*margin: 0 10px;*/
	margin: 0 10px;
	cursor:pointer;
}
.block_slider_4 .slick-prev::before {
    content: '' !important;
    background-image: url("/uploads/img/icons/arrow-left-2.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 20px;
    display: block;
	/*z-index: 11;
	opacity: 0.2;*/
	opacity: 1;
}

.block_slider_4 .slick-next::before {
    content: '' !important;
    background-image: url("/uploads/img/icons/arrow-right-2.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 20px;
    display: block;
	/*z-index: 11;
	opacity: 0.2;*/
	opacity: 1;
}

.block_slider_4 .slick-prev {
 /*left: -60px !important;*/
}
.block_slider_4 .slick-next {
 /*right: -60px !important;*/
}

.block_slider_4 .slick-prev, .block_slider_4 .slick-next {
    top: 50% !important;
    width: 25px !important;
    height: 26px !important;
    background: #fff !important;
    z-index: 10;
    border-radius: 0;
}

.block_slider_4 .block_info_price {
    margin-top: 0px;
}
.block_slider_4 .btn-red {
    margin-top: 50px;
}

.block_slider_4 .slider .blockText {
  color: #fff;
    position: absolute;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    top: 10px;
    font-size: 16px;
    /* text-align: center; */
    /* float: right; */
    margin-left: 15px;
    /*width: 290px;*/
}

/* only ie9  */ 

body {
	-ms-overflow-x: hidden;
	-ms-overflow-y: hidden;
}
.theme-switch-wrapper {
	align-items: center;
	position: fixed;
	clear: both;
	left: 15px;
	bottom: 20px;
	opacity: 0.5;
	z-index: 41;
}
.theme-switch-wrapper:hover {
	opacity: 1;
}
.theme-switch-wrapper em {
	font-size: 1rem;
	display: block;
}
.theme-switch-wrapper .theme-switch {
	display: inline-block;
	height: 34px;
	position: relative;
	width: 60px;
}
.theme-switch-wrapper .theme-switch input {
	display:none;
}
.theme-switch-wrapper .slider {
	background-color: #000;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.theme-switch-wrapper .slider:before {
	background-color: #A61E28;
	bottom: 4px;
	content: "";
	height: 26px;
	left: 4px;
	position: absolute;
	transition: .4s;
	width: 26px;
}
.theme-switch-wrapper input:checked + .slider {
	background-color: #ccc;
}
.theme-switch-wrapper input:checked + .slider:before {
	transform: translateX(26px);
}
.theme-switch-wrapper .slider.round {
	border-radius: 34px;
}
.theme-switch-wrapper .slider.round:before {
	border-radius: 50%;
}