
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
    padding:0;
    margin:0;
}
ul {
    padding-left: 0!important;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  height: 0;
  font-size: 0;
  clear: both;
}
html * {max-height:1000000px;}

a {
  color: #206DD9;

  outline: none;
}
a:hover{text-decoration: none;}
a[href^="http"]:empty::before {
    content: attr(href);
}

body{   font-family: 'Open Sans', sans-serif;font-size: 15px;line-height: 1.4;}
.wrapper{max-width: 1200px;margin: 0 auto;padding: 0 15px;}

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

header.main_header {
  border-top: 4px solid #5b97c4;
  line-height: 1.3;
  padding: 15px 0;
  background: #fff;
}

.main_header_top {
  padding: 16px 0;
}

a.logo_top {
  width: 75px;
  display: inline-block;
  vertical-align: middle;
}

.logo_top_text {
  color: #000;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 12px;
}

.logo_top_text p {
  color: #0fa716;
  font-weight: 400;
}

.head_block_1 {
  display: inline-block;
  vertical-align: middle;
}

.top_phones {
  display: inline-block;
  vertical-align: middle;
}

.top_mail {
  display: inline-block;
  vertical-align: middle;
}

a.btn_top {
  display: inline-block;
  vertical-align: middle;
  background: #2ea135;
  color: #fff;
  text-decoration: none;
  padding: 9px 15px;
  border-radius: 110px;
}

.block_top_menu {
  background: #5b97c4;
}

button.btn-hamburger {
  display: none;
}

.top_menu ul {
  list-style: none;
}

.top_menu li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.top_menu li>ul {
  display: none;
}

.top_menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 14px 30px;
  font-size: 14px;
}
header.main_header a:hover {
  color: #00b63d;
}



.top_menu li>ul {
  position: absolute;
  z-index: 11;
  background: #5b97c4;
  top: 100%;
  width: 220px;
  border-top: 1px solid #31af5d;
}

.top_menu li>ul li {
  display: block;
}

.top_menu ul a {
  padding: 10px 16px;
  font-size: 13px;
  border-bottom: 1px solid #57b13a;
}

.top_menu a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 50%;
  background: #53a937;
  top: 50%;
  transform: translate(0,-50%);
}

.top_menu li:last-child a:after {
  display: none;
}

.top_menu a:hover {
  /* color: #000000; */
  background: #00b34a;
}

.top_menu a:hover:after {
  display: none;
}

.top_menu {
  font-size: 0;
}
a.wrire_us_btn_top {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  color: #ffffff;
  font-size: 12px;
  background: #00bc59;
  text-decoration: none;
  text-align: center;
  border-radius: 20px;
  padding: 8px 31px;
  line-height: 1;
  float: right;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 2px;
}

.quiz_header_mail-block {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

a.quiz_header_phone-block__phones:last-child {
  margin-bottom: 0;
}

header.main_header a.wrire_us_btn_top:hover {
  color: #fff;
  background: #00b444;
}

.btn-hamburger span {
  height: 2px;
  display: block;
  background: #fff;
  transition: 0.5s ease;
}
.btn-hamburger span:after, .btn-hamburger span:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.5s ease;
}
.btn-hamburger span:before {
  top: 12px;
}
.btn-hamburger span:after {
  bottom: 12px;
}
.btn-hamburger em {
  position: absolute;
  color: #fff;
  top: 13px;
  display: block;
  width: 110px;
  margin-left: 45px;
  font-style: normal;
}
.slider_item.slick-slide img{width: 100%;}
span.slogan_index {
  font-size: 30px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0px 0px 60px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}

.trigger_head_index {
  font-size: 0;
  text-align: center;
}

.slider_index_container {
  margin-bottom: 50px;
  border-bottom: 3px solid #f3f3f3;
  /* max-height: 600px; */
  overflow: hidden;
  /* background: #f3f3f3; */
}


.slider_page_container {
  margin-bottom: 10px;
  border-bottom: unset;
  overflow: hidden;
}


.trigger_item_new {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3 - 30px);
  font-size: 14px;
  margin: 0 15px;
}

.trigger_item_new_head {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.trigger_item_new_text {
  max-width: 300px;
  margin: 0 auto;
  font-weight: 300;
}

.trigger_item_new img {
  margin-bottom: 10px;
}

.trigger_item_new_text a {
  background: #5b97c4;
  color: #fff;
  text-decoration: none;
  padding: 11px 20px;
  border-radius: 100px;
  margin-top: 12px;
  display: inline-block;
  line-height: 1;
  display: block;
  max-width: 225px;
  margin: 12px auto 0;
  font-weight: normal;
}

.indban {
  max-width: 300px;
  margin: 0 auto;
  background: url(../images/ind-actions.jpg);
  max-width: 800px;
  width: calc(100% - 15px);
  border-radius: 5px;
  margin: 75px auto;
  padding: 25px 40px;
  background-position: 100%;
}
.indban p {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 16px;
}
.indban span {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.project_house_main {
  background: #f5f5f5;
  padding: 30px 0;
  font-size: 0;
}
.indban span a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  margin-left: 10px;
}

.indban span a:hover {
  color: #ffdf3b;
}
.project_house_main_item_text {
  font-size: 14px;
  padding: 0 10px;
  margin-top: 12px;
}

.project_house_main_item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  background: #fff;
  width: calc(25% - 16px);
  margin: 10px 8px;
  border: 1px solid #ccc;
  padding: 6px 6px 8px;
  border-radius: 1px;
}

.project_house_main_item_head {
  min-height: 210px;
}

.project_house_main_item_text h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  min-height: 45px;
}
.project_house_text_head_text1 {
  font-size: 28px;
  font-weight: bold;
}
.project_house_text_head_text2 {
  max-width: 500px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1.6;
}
a.project_house_text_head_link2 {
  font-size: 14px;

}
.project_house_arrows {
  float: right;
}
.button-slick_a {
  background-repeat: no-repeat;
  background-color: #bbb;
  width: 50px;
  height: 45px;
  background-size: 50%;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  background-position: 50%;
  border-radius: 5px;
  border: 1px solid #ececec;
}
.next-button-slick {
  background-image: url(../images/ar-back.svg);
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.prev-button-slick {
  background-image: url(../images/ar-next.svg);
  border-radius: 0 4px 4px 0;
}
.project_house_text_head {
  margin-bottom: 30px;
}
.button-slick_a:hover{background-color: #989898;}

.project_house_text_left {
  float: left;
}

.project_house_main_inner {
  margin: 0 -10px;
}

.right_bar {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
}

.baner_sideber_item {
  height: auto;
  margin-top: 20px;
  /*  border: 3px solid #5b97c4; */
	
	background: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 70px 0px #8D989C1A;
    padding: 20px; padding-bottom:30px;
	
	
}

.baner_back_img {
  height: 250px;
  position: relative;
}

.baner_back_img_stro {
  background: url(/wp-content/themes/newArt/images/stroyka.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.baner_back_img_proizv {
  background: url(/wp-content/themes/newArt/images/proizv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.link_baner img {
  width: 35px;
  margin-left: 10px;
}

.text_banner {
  font-size: 23px;
  padding: 10px;
  color: lightcoral;
}

.time_date {
  position: absolute;
  left: 6px;
  top: 7px;
  padding: 2px 5px;
  border-radius: 5px;
  background-color: #f78726;
  color: #fff;
}

.col_right_content {
  width: calc(100% - 340px);
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.link_baner {
  font-size: 18px;
  text-align: left;
  padding: 8px 5px;
  border-radius: 10px;
  background-color: aliceblue;
  margin: 0 0px;
}

.main_container {
  font-size: 0;
  padding-top: 35px;
  margin-bottom: 45px;
}
.project_house_text_left a{white-space: nowrap}
.drop_block {background: url(../images/ar-next.svg);transform: rotate(90deg);background-size: 9px;width: 24px;height: 51px;display: inline-block;position: absolute;right: 0;top: 0;background-repeat: no-repeat;-webkit-transition: 0.2s;-o-transition: 0.2s;transition: 0.2s;background-position: 50%;}

.top_menu li:hover .drop_block {transform: rotate(-90deg);}
.dock-a {
  display: block;
  padding: 16px 0px;
  margin-bottom: 10px;
/*  border: 4px solid #5b97c4; */
  /* border-radius: 5px; */
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
  background: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 70px 0px #8D989C1A;
    padding: 20px 10px;
}
.logo_production_2 {
  width: 64px;
  height: auto;
  float: left;
  margin: -8px -20px 0px 0px;
}
.link_sidebar_2 {
  font-size: 14px;
  display: block;
  margin: 0;
}
.logo_production {
  margin: 25px 0 0;
  width: 85%;
  height: auto;
  display: block;
}
.main_content_block {
  line-height: 1.4;
  font-size: 15px;
}

.page_container .main_content_block .row{width: 104%;}

.main_content_block p {
  margin-bottom: 20px;
}

.main_content_block ul,.main_content_block ol {
  padding-left: 35px;
  margin-bottom: 20px;
}

.main_content_block li {
  margin-bottom: 15px;
}

h1.main_title_h1 {
  font-size: 27px;
  margin-bottom: 30px;
  margin-top: 0;
}

.main_content_block h2 {
  margin-bottom: 18px;
  font-size: 23px;

}

.main_content_block h3 {
  margin-bottom: 18px;
  font-size: 17px;
}

.dock-a:hover {
  background: #5b97c4;
  color: #fff;
}

.dock-a:hover img {
  filter: brightness(1000);
}
.page_p {
  padding: 25px 0 40px;
  font-size: 0;
}

.page_container {
  width: calc(100% - 320px);
  display: inline-block;
  vertical-align: top;
  
  background: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 70px 0px #8D989C1A;
    padding: 20px;
  
}

.baner_sideber{margin-bottom:25px;}

.title_page h1 {
  font-size: 28px;
  margin: 0;
  margin-bottom: 22px;
}
li#menu-item-6404 a {
  background: #f1a206;
}

li#menu-item-6404 a:after {
  display: none;
}

li#menu-item-6404 a:hover {
  background: #ea9d04;
}
.container_sidebar_menu {
  margin: 15px 0;
  width: 100%;
  padding: 0;
  /*
  border: 2px solid #5b97c4;
  */
  background: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 70px 0px #8D989C1A;
    padding: 20px 10px;
}
.container_sidebar_menu_head {
  color:#000;
  padding: 13px 20px;
  font-size: 17px;
  font-weight: 500;
}
.container_sidebar_menu ul {
  margin: 0;
  list-style: none;
  background: #fff;
  padding: 0px 0px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
}
.container_sidebar_menu ul li a {
  color: #000;
  text-transform: uppercase;
  display: block;
  padding: 12px 20px 12px;
  line-height: 1.6;
  font-size: 11px;
  border-bottom: 1px solid #eee;
  /* margin-right: -14px; */
  text-decoration: none;
}
.container_sidebar_menu ul.sub-menu {
  /* overflow: hidden; */
  padding: 0;
  position: absolute;
  left: calc(100% - 0px);
  top: -2px;
  border: 2px solid #5b97c4;
  width: 250px;
  opacity: 0;
  z-index: -1;
  transition: z-index 0s 1s,opacity 0.5s 0.5s;
}
.container_sidebar_menu ul.sub-menu li {
  background: #fff;
}
.container_sidebar_menu ul.sub-menu a {
  margin-left: 0;
  margin: 0;
  font-size: 10px;
  padding: 12px 20px 13px;
}
#search {
  width: 100%;
  /*
  background: #309e39;
  background: -moz-linear-gradient(left, rgba(145, 216, 98, 1) 0%, rgba(93, 169, 42, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(145, 216, 98, 1)), color-stop(100%, rgba(93, 169, 42, 1)));
  background: -webkit-linear-gradient(left, #91d862 0%, #5da92a 100%);
  background: -o-linear-gradient(left, rgba(145, 216, 98, 1) 0%, rgba(93, 169, 42, 1) 100%);
  background: -ms-linear-gradient(left, rgba(145, 216, 98, 1) 0%, rgba(93, 169, 42, 1) 100%);
  background: #5b97c4;
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#91d862', endColorstr='#5da92a', GradientType=1);
  padding: 4px;
  */
  
  background: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 70px 0px #8D989C1A;
    padding: 20px;
  
  
}

    .sidebar_xx {
        background: none !important;

        padding: 0px !important;
 
    }


.container_sidebar_menu ul li:last-child a {
  border-bottom: none;
}

.container_sidebar_menu ul li a:hover {
  background: #5b97c4;
  color: #fff;
}

.container_sidebar_menu li:hover ul.sub-menu {
  z-index: 1;
  opacity: 1;
  transition: z-index 0s 0s,opacity 0.5s;
}
.trigger_item_new_text a:hover {
  background: #00b444;
}
.ind-text-action span {
  font-size: 18px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 20px 0px;
  color: #000;
  font-weight: bold;
}
.project_house_main_item_size {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 300;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 2px 50%;
  padding-left: 30px;
}
.project_house_main_item_size_1 {
  background-image: url(../images/size_icon.png);
}
.project_house_main_item_size_2 {
  background-image: url(../images/price_icon.png);
  font-size: 17px;
  color: #000000;
  font-weight: 800;
}
a.project_house_main_link {
  background: #5b97c4;
  color: #fff;
  display: block;
  text-align: left;
  padding: 8px;
  border-radius: 150px;
  border-bottom: 2px solid #00b834;
  background-image: url(../images/plus.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 11% 50%;
  text-decoration: none;
  padding-left: 59px;
  margin-top: 12px;
  margin-bottom: 8px;
}
a.project_house_main_link:hover {
  background-color: #00b63d;
}
a.project_house_main_link:active {
  transform: translate(0,2px);
  border-bottom-color: #0000;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
#s {
  padding: 10px 15px;
  color: #4e4e4e;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
  padding-right: 72px;
}
#searchsubmit {
  border: none;
  color: #5b97c4;
  display: block;
  font-size: 13px;
  float: left;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  background: none;
  padding: 12px 15px 12px;
  line-height: 1;
}
#search form {
  margin: 0px 0px 0px 0px;
  padding: 0;
  position: relative;
    font-size: 12px;
}
a:focus,button:focus,input:focus{outline:none;}
#search form:before {
  content: '';
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: #5b97c482;
  right: 65px;
}
#searchsubmit:hover {
  color: #fff;
  background: #5b97c4;
}


a.dock-aa {
  display: block;
  padding: 0 0px;
  margin: 2px 0px;
 /* border: 4px solid #5b97c4; */
  /* border-radius: 5px; */
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
  width: 300px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 70px 0px #8D989C1A;
    padding: 10px;
}

a.dock-aa img {
  margin: 0 auto;
  width: 100%;
  /* max-width: 170px; */
}

.main_content_block table {
  margin-bottom: 20px;
  width: 100%;
  line-height: 1.2;
}

.main_content_block table td {
  border: 1px solid;
  padding: 12px;
  text-align: left;
  font-size: 13px;
}

.main_content_block table td p {
  margin: 0;
}
.main_content_block table th {
  border: 1px solid #000000;
  padding: 12px;
  background: #5b97c4;
  color: #fff;
}

.main_content_block table th p {
  margin: 0;
}
.kach_punkt {
  font-size: 0;
  background: #f9f9f9;
  border: 1px dashed #a9a9a9;
  border-radius: 10px;
  padding: 20px 0px 25px;
}
.kachestva {
  font-size: 0;
  background: #fff;
  margin-bottom: 30px;
}
.tth3 {
  text-align: center;
  font-size: 20px;
  padding: 0 0 24px;
  font-weight: bold;
}
.kachestva_medal {
  margin-left: 0;
  width: 14.2%;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.kachestva_medal img {
  width: 100%;
  height: auto;
}
.brand-2 img {
  width: 100%;
}
a.brand-2 {
  padding: 0 10px;
}
.brands {
  font-size: 0;
  background: #fff;
  margin: 5px 0px 20px;
}
.brands img{margin: 0 auto;}
.title_h3 {
  background: #fff;
  text-align: center;
  font-size: 20px;
  padding: 0 0 35px;
  font-weight: bold;
}
footer#footer {
  background: #000000;
  padding: 15px 15px;
  margin-top: 60px;
}

a.logo_footer {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin-right: 80px;
}

.footer_menu {
  display: inline-block;
  vertical-align: top;
  width: 319px;
}

.footer_menu>ul {
  column-count: 2;
  list-style: none;
}

ul.sub-menu {}

.footer_menu ul.sub-menu {
  display: none;
}

.footer_menu a {
  color: #f5f5f5;
  font-size: 12px;
  text-decoration: none;
}

.footer_contacts {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  width: 340px;
  font-size: 13px;
  border: 2px solid #2b2b2b;
  padding: 20px 20px;
}

.footer_contacts ul {
  list-style: none;
}

.footer_menu li {
  margin-bottom: 2px;
}
footer#footer hr {
  margin: 30px 0 15px;
  height: 2px;
  border: none;
  background: #2b2b2b;
}

.city_link_footer {
  display: inline-block;
  vertical-align: middle;
  color: #9a9a9a;
  margin-right: 15px;
  font-size: 12px;
}

.list_footer {
  display: inline-block;
  vertical-align: middle;
  color: #9a9a9a;
  font-size: 12px;
}

.city_link_footer a {
  color: #9a9a9a;
}

.footer_menu a:hover {
  color: #5b97c4;
}

.footer_contacts a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #eaeaea;
}

.footer_contacts li {
  max-width: 300px;
  margin-bottom: 7px;
}

.footer_contacts a:hover {
  color: #5b97c4;
}
.recall_text {
  margin: 50px 0 0 100px;
  background: #e8e8e8;
  padding: 15px 70px 10px;
  border-bottom: 4px solid #c0c0c0;
  border-radius: 15px;
}
.recall img {
  position: absolute;
  top: -30px;
  left: 0px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #e8e8e8;
}
.recall {
  position: relative;
  margin-bottom: 60px;
}
.reviews {
  margin-top: 70px;
}
p.pmailto-otzivy {
  margin: -20px 0px 10px 100px;
  font-size: 15px;
}
.price_el_block {
  font-size: 0;
  margin-bottom: 35px;
  margin-top: 25px;
}

span.p_price_item_text {
  font-size: 12px;
  display: block;
}

.p_price_item {
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
  width: 200px;
  margin-bottom: 10px;
}

.p_price_item a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.p_price_item img {
  margin-bottom: 15px;
}

.p_price_item a:hover {
  /* background: #f3f3f3; */
  box-shadow: 1px 1px 5px 1px #dedddd;
  color: #000;
}


.page_p .single_container{background: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 70px 0px #8D989C1A;
    padding: 20px; }

.breadcrumbs {
  font-size: 12px;
  text-align: right;
  margin-bottom: 15px;
}

.breadcrumbs a {
  color: #5b97c4;
}
.map_k {
  margin: 15px 0px;
}

.page_contact_item {
  margin-bottom: 0px;
  padding-bottom: 10px;
  border: 1px dashed #ccc;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.adress_k_title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}

.page_contact_item p {
  margin-bottom: 5px;
}
form#form_contact {
  background: #f1f1f1;
  padding: 25px;
  box-shadow: 1px 1px 1px 1px #ccc;
  margin: 15px 0;
  border-radius: 3px;
  display: block;
  max-width: 500px;
}

form#form_contact input[type=text],form#form_contact input[type=email] {
  padding: 8px 15px;
  margin-bottom: 22px;
  width: 250px;
  border-radius: 2px;
  border: 1px solid #ccc;
  font-size: 14px;
}

form#form_contact p {
  margin-bottom: 5px;
}

input.form_contact_btn {
  display: block;
  width: 250px;
  text-align: center;
  padding: 10px;
  border: 1px solid #34ad61;
  border-radius: 302px;
  background: #5b97c4;
  color: #fff;
}

form#form_contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  height: 90px;
  max-width: 450px;
  margin-bottom: 20px;
  resize: none;
}

.single_container {
  width: calc(100% - 340px);
  display: inline-block;
  vertical-align: top;
}
.cat_post--pre {
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
  font-size: 0;
  padding-bottom: 30px;
}

.cat_post--pre img {
  width: 250px;
  height: 200px;
  margin-right: 20px;
  object-fit: cover;
  margin-right: 20px;
}

.cat_post--pre_ttt {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 13px;
}

h2.cat_post--pre_title {
  margin: 0;
  font-size: 18px; font-weight:500;
  line-height: 1.4;
  margin-bottom: 15px;
}

h2.cat_post--pre_title a {
  color: #000;
}
h2.screen-reader-text {
  margin: 0;
}

.nav-links {
  margin: 10px 0;
  margin-left: 5px;
}

.nav-links>* {
  font-size: 17px;
  font-weight: bold;
  margin: 0 10px 0 0;
}

.nav-links>a {
  text-decoration: none;
  color: #5b97c4;
}
span.spoiler {
  font-weight: bold;
  border-bottom: 1px dashed #212121;
  font-size: 16px;
}

div#post-1601 em {
  margin-top: -10px;
  display: block;
}
.maked_work_gallery img {
  width: 100%;
  background: #ccc;
  height: auto;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.maked_work_gallery a {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 3px;
}
.maked_work_gallery {
  font-size: 0;
  margin-left: -3px;
}
.maked_work_description {
  margin: 15px 0px 15px;
  color: #000;
  font-size: 13px;
  line-height: 1.6;
}
h2.maked_work_title {
  font-size: 20px;
  color: #000;
   line-height: 1.4;
  margin-bottom: 10px;
}
.maked_work_item {
  margin: 30px 0;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 25px;
}
ul.sub-menu-xxa {
  list-style: none;
  padding: 0;
}

ul.sub-menu-xxa li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}

ul.sub-menu-xxa a {
  text-decoration: none;
  color: #fff;
  padding: 12px 20px;
  background: #63bd46;
  display: block;
  border-radius: 2px;
}

ul.sub-menu-xxa a:hover {
  background: #53a937;
}
.titlesub_page {
  font-size: 15px;
  font-weight: bold;
  color: #5b97c4;
  line-height: 1.6;
  margin-bottom: 30px;
}
a.cat_post--pre-more {
    background: #F8B22B;
    color: #fff;
    display: block;
    text-align: center;
    padding: 12px;
    border-radius: 100px;
    border-bottom: 2px solid #F8B22B;
    background-image: url(../images/plus.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 11% 50%;
    text-decoration: none;
    max-width: 210px;
    text-align: left;
    padding-left: 60px;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
}

a.cat_post--pre-more:hover {
  background-color: #F8B22B; color:#000;
}

a.cat_post--pre-more:active {
  transform: translate(0,2px);
  border-bottom-color: #0000;
}
.cat_post--pre-more-line {
  background: #b9b9b9;
  width: 30px;
  height: 3px;
  margin: 5px 0 10px;
}
.tax-projects h2.cat_post--pre_title a{text-decoration: none;}
.tax-projects h2.cat_post--pre_title a:hover{color: #209c3d;}

.cat_post--prenew_price::before {
  background: url(images/cena.png);
  width: 14px;
  height: 13px;
  content: '';
  display: inline-block;
  margin: 0 16px 0 0;
  background-repeat: no-repeat;
}
.cat_post--prenew_price {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 7px 0 0;
  margin-bottom: 15px;
}
.city_page_list{font-size: 0;}
h2.city_page_item {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 25%;
  font-weight: normal;
  margin-bottom: 15px;
  margin-right: 0;
}
.dop_projct h3 {
  margin: 1px 0 3px;
}
.dop_projct {
  padding: 15px 15px 20px;
  background: #fff;
  border: 2px solid #5b97c4;
  border-radius: 2px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin: 15px 0 0;
}
.description_home {
  margin-top: 15px;
}
.description_home_title {
  display: block;
  font-size: 20px;
  /* text-align: center; */
  clear: both;
  margin-bottom: 20px;
  margin-top: 40px;
  position: relative;
  background: #fff;
  z-index: 1;
}
.description_home_title:before {
  width: 100%;
  content: '';
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  z-index: 0;
}
.description_home_title span {
  background: #fff;
  display: inline-block;
  position: relative;
  padding: 0 30px 0 0px;
}
table.completation {
  border-collapse: collapse;
  width: 100%;
  overflow: auto;
  display: block;
}
tr.completation--head_table th {
  background: #29ba61;
  border: 1px solid #5b97c4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  font-size: 12px;
  border-right: 1px solid #fff;
}
table.completation td {font-size: 12px;line-height: 1.4;padding: 10px;border-color: #ccc;}
table.completation td.completation--head_small {
  background: #ececec;
  padding: 11px 24px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #000;
}
table.completation td.completation--yes, table.completation td.completation--no {
  background: url(../images/checked.svg);
  padding: 40px 30px;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
}
a.doppr_a {
  padding: 10px 10px 0px 0px;
  display: inline-block;
  font-size: 12px;
  transition: 0.5s ease;
  text-decoration: underline;
}
table.completation td.completation--head_small {
  background: #ececec;
  padding: 11px 24px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #000;
}
table.completation td.completation--no {
  background-image: url(../images/close.svg);
  background-size: 35px;
}
a.doppr_a:before {
  background: url(../images/ekodom_icon.png);
  width: 21px;
  height: 16px;
  content: '';
  display: inline-block;
  margin-bottom: -4px;
  margin-right: 2px;
  filter: hue-rotate(25deg);
}







.page-id-117 .block_top_menu,
.page-id-117 .under_footer,
.page-id-117 footer#footer
{display: none !important;}
a.house_action_label img {
  width: 200px;
  margin-bottom: -50px;
  position: relative;
  z-index: 1;
}
a.house_hit_label{
  position: absolute;
  top: -20px;
  right: -20px;
}
a.house_hit_label img {
  width: 75px;
}
.product_page_photo_block {
  width: 55%;float: left;
  position: relative;
}
.opis {
  float: left;
  width: 45%;
  padding: 0px 0 20px 30px;
  font-size: 14px;
  line-height: 1.5;
}
.btn_order_project {
  display: block;
  width: 100%;
  margin: 30px auto;
  text-align: center;
  background: #5fab2d;
  color: #fff;
  padding: 14px;
  font-size: 16px;
  border-radius: 2px;
  background: -moz-linear-gradient(top, rgba(145, 216, 98, 1) 0%, rgba(93, 169, 42, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(145, 216, 98, 1)), color-stop(100%, rgba(93, 169, 42, 1)));
  background: -webkit-linear-gradient(top, #91d862 0%, #5da92a 100%);
  background: -o-linear-gradient(top, rgba(145, 216, 98, 1) 0%, rgba(93, 169, 42, 1) 100%);
  background: -ms-linear-gradient(top, rgba(145, 216, 98, 1) 0%, rgba(93, 169, 42, 1) 100%);
  background: linear-gradient(to top, #068239 0%, #5b97c4 0%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#91d862', endColorstr='#5da92a', GradientType=1);
  box-shadow: 0 16px 22px -13px #99a094;
  cursor: pointer;
  text-decoration: none;
}
.btn_order_project:hover {
  background: #03a747;
}
.btn_order_project:active {
  background: #069642;
}
.spanproj {
  font-size: 11px;
  color: #00a842;
  margin-top: -20px;
  display: block;
  font-weight: 400;
}
.div_main_photo img {
  width: 100%;
  height: auto;
  display: block;
}
.other_photo a {
  display: block;
  vertical-align: top;
  float: left;
  width: calc(100% / 4 - 10px);
  border: 1px solid #ccc;
  margin: 8px 5px;
}
.other_photo img {
  height: auto;
  width: 100%;
  margin-right: 10px;
  display: block;
  margin-top: 10px;
}
.opis.fl.product_page_text_block p {
  margin-bottom: 6px;
}
.complectation_add_text {
  width: 73%;
  /* border: 1px solid #ccc; */
  padding: 20px 20px 10px;
  display: inline-block;
  vertical-align: middle;
}
.complectation_add {
  font-size: 0;
  border-top: 5px solid;
  padding-top: 30px;
  border-bottom: 5px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.complectation_add_text+p {
  width: 15%;
  margin-left: 8%;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
}
.description_home_complectation p {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}
.red_acent {
  color: #bf3951;
}
.modal_form_wrap {
  max-width: 300px;
  text-align: center;
}

.modal_h2 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}

.modal_form_wrap_input {
  margin-bottom: 15px;
  text-align: left;
}

.modal_form_wrap_input label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}

.modal_form_wrap_input input {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  padding: 11px 12px;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
}

.modal_form_wrap_input.modal_form_wrap_input_agree input {
  display: none;
}

.modal_form_wrap_input.modal_form_wrap_input_agree em {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  font-size: 12px;
  line-height: 1.3;
  font-style: normal;
}
.modal_form_wrap_input.modal_form_wrap_input_agree em a{color:#000;}

.modal_form_wrap_input.modal_form_wrap_input_agree label {
  font-size: 0;
}

.modal_form_wrap_input.modal_form_wrap_input_submit input {
  color: #fff;
  background: #5b97c4;
  border: none;
  border-radius: 30px;
}

.modal_form_wrap_input.modal_form_wrap_input_submit input[type="submit"]:hover {
  background: #00a94b;
}

.modal_form_wrap_input.modal_form_wrap_input_submit {
  margin-bottom: 5px;
}
.modal_form_wrap_input.modal_form_wrap_input_agree input+span {
  border: 2px solid #ccc;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* background: #ccc; */
  border-radius: 16px;
  margin-right: 10px;
}

.modal_form_wrap_input.modal_form_wrap_input_agree input:checked+span:before {
  content: '';
  display: block;
  position: absolute;
  background: #5b97c4;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  right: 3px;
  top: 3px;
}

.modal_form_wrap_input.modal_form_wrap_input_agree input:checked+span {
  border-color: #5b97c4;
}





.city_1_toptext {
  width: 75%;
  float: left;
  max-width: 830px;
  text-align: left;
  padding-left: 80px;
}
span.city_1_spantoptext {
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 1);
  color: #fff;
  width: 100%;
  display: block;
  font-weight: bold;
}
.city_1_block1 h1 {
  display: inline-block;
  font-size: 44px;
  vertical-align: middle;
  margin: 24px 0px;
  text-align: left;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 1);
  color: #fff;
  width: 100%;
  line-height: 1.25;
}
.city_1_block1 {
  background: url(images/bckg_head_2.jpg);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  min-height: 675px;
  background-position: 50% 0;
  padding: 50px 0 150px;
}

span.city_1_spantoptext {
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 1);
  color: #fff;
  width: 100%;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.city_1_spmail {
  font-size: 18px;
}
.city_1_sptel {
  font-size: 38px;
  margin-bottom: 10px;
}
.city_1_block2 {
  background: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 145px;
  padding: 0px 0 0px;
}
.city_1_block2 .city_1_line {
  background: #00a800;
  margin: 22px auto;
}
.city_1_tegih p {
  padding: 0px;
  line-height: 1.5;
  display: inline-block;
}
.city_1_tegih h2, .city_1_tegih h3, .city_1_tegih h4, .city_1_tegih h5 {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin-left: 5px;
  display: inline;
}
.not_found404 {
  font-size: 250px;
  text-align: center;
  font-weight: bold;
  color: #63bd46;
}
a.call_block_page_left {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin-right: 20px;
}

.call_block_page_right {
  width: 400px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

span.call_block_page_right_phone {
  display: block;
}

span.call_block_page_right_phone a {
  font-size: 21px;
  font-weight: bold;
  color: #2bbe64;
  text-decoration: none;
}

span.call_block_page_right_phone {}

.call_block_page {
  width: 500px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.call_block_page_right_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}

span.call_block_page_right_text {
  display: block;
  margin-bottom: 0px;
}

span.call_block_page_right_phone a:hover {
  color: #000;
}

.block_step_22 {
  position: relative;
  height: 650px;
  left: -10px;
  width: 739px;
  background: url(../images/etapy-raboty-ind.jpg);
}
.how_work_block {
  margin: 50px 0 140px;
  position: relative;
  margin-left: 40px;
  font-size: 0;
}

.step1 {
  top: 245px;
  left: -25px;
  width: 180px;
  position: absolute;
  text-align: center;
}

.how_work_block .step {
  font-size: 13px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
}

.step2 {
  left: 315px;
  top: 245px;
  width: 190px;
  text-align: center;
  position: absolute;
}

.how_work_block .step3 {
  left: 565px;
  top: 460px;
  width: 190px;
  font-size: 12px;
  text-align: center;
  position: absolute;
}
.step4 {
  top: 740px;
  width: 180px;
  text-align: center;
  left: 305px;
  position: absolute;
}
.how_work_block .step5 {
  top: 742px;
  width: 190px;
  text-align: center;
  left: -25px;
  position: absolute;
  font-size: 12px;
}
.step_center {
  position: absolute;
  left: 130px;
  right: 0;
  width: 30%;
  top: 360px;
  text-align: center;
}

.step_center p {
  font-size: 23px;
  font-weight: bold;
  margin: 0;
  padding: 5px 0 0px;
  margin-bottom: -2px;
}
.tel-porydok {
  font-size: 24px;
  color: #5b97c4;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 2px;
  display: inline-block;
}span.sp-porydok {
  display: block;
  color: #000000;
  font-size: 13px;
}
.tel-porydok:hover{color:#000;}
.show_small{display: none;}
    .poryadock-raboty {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}
p.text_success {
  font-size: 15px;
  line-height: 1.2;
}

.modal_form_wrap.modal_form_wrap_success {
  max-width: 290px;
  padding: 0 40px;
}

.modal_h2_success {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 7px;
}

a.phone_success {
  display: block;
  text-decoration: none;
  color: #4CAF50;
  font-weight: bold;
  font-size: 17px;
  margin-top: 8px;
}
.main_content_block_sertificate_item {
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 20px;
}

.main_content_block_sertificate_item h3 {
  font-size: 20px;
}

.main_content_block_sertificate_item_gallery {
  font-size: 0;
}

.main_content_block_sertificate_item_gallery a {
  display: inline-block;
  vertical-align: top;
  max-width: 180px;
  margin-right: 15px;
}

.main_content_block_sertificate_item:last-child {
  border-bottom: none;
}
.search_page_item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}

.search_page_item a {
  color: #5b97c4;
  font-weight: bold;
  font-size: 16px;
}

.search_page_item_text {
  font-size: 12px;
  line-height: 1.6;
  max-width: 700px;
  margin-top: 5px;
}

.city_1_mouse {
  background: url(images/mouse.png);
  text-align: center;
  background-repeat: no-repeat;
  height: 120px;
  width: 128px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -83px;
}
.city_1_top {
  background: url(../images/bckg_head.jpg);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: 50% 0;
  padding: 50px 0 150px;
  color: #fff;
}
.city_1_top_half {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  width: 50%;
  position: relative;
}

.city_1_top_row {
  font-size: 0;
}
.city_1_top_half_border {
  border: 1.5px solid #fff;
  position: absolute;
  width: 510px;
  height: 331px;
  left: -20px;
  top: 20px;
  z-index: 1;
}
.city_1_top_half_green {
  background: #17b326cc;
  margin: 0px 0 0 00px;
  padding: 30px;
}
.city_1_block2 {
  background: #fff url(../images/house-bg.png);
  text-align: center;
  background-repeat: no-repeat;
  position: relative;
  background-position: 50% 145px;
  padding: 70px 0;
  max-width: 950px;
  margin: 0 auto;
}
.city_1_mouse {
  background: url(../images/mouse.png);
  text-align: center;
  background-repeat: no-repeat;
  height: 120px;
  width: 128px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -83px;
}
.city_1_mouse a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin: 10px;
}
.city_1_line {
  background: #00A800;
}

.city_1_tegih p {
  padding: 0px;
  line-height: 1.5;
  display: inline;
}
.city_1_tegih h2, .city_1_tegih h3, .city_1_tegih h4, .city_1_tegih h5 {
  display: inline-block;
  font-size: inherit !important;
  font-weight: normal !important;
  margin-left: 5px;
  display: inline !important;
  text-transform: inherit !important;
}
.single-city .wrapper{text-align:left;max-width: 1050px;}
.city_1_line {
  width: 70px;
  height: 6px;
  background: #fff;
  margin: 22px 0;
}
.city_1_top_half_posreltop {
  position: relative;
  z-index: 1;
}

.city_1_top_half_posreltop h4 {.block1
  h4 {  color: #fff;
  text-align: left;
  font-size: 38px; }
  color: #fff;
  text-align: left;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 1.2;
}

.city_1_top .wrapper {
}

.city_1_top_half_line {
  width: 70px;
  height: 6px;
  background: #fff;
  margin: 20px 0;
}

.city_1_top_half_posreltop h3 {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}

.city_1_top_half_posreltop a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  border-bottom: 2px dotted;
  text-align: left;
  margin: 10px 0 0;
  transition: 0.2s;
}

.city_1_top_half_gray {
  background: #000c;
  padding: 30px;
}

.city_1_top_half_posreltop a:hover {
  background: #fff;
  border-color: transparent;
  padding: 5px 12px;
}

.city_1_top_half_posreltop h2 {
  color: #fff;
  text-align: left;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 35px 0 0;
}

.city_1_top_half_posreltop h3 {
  color: #fff;
  text-align: left;
  font-size: 19px;
  font-weight: normal;
}

.city_1_top_half_posreltop h3 span {
  display: inline;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 22px;
  margin: 0 5px;
}

a.city_1_top_half_btn {
  text-decoration: none;
  color: #fff;
  background: #5b97c4;
  display: inline-block;
  padding: 9px 28px;
  margin: 15px 0 12px 0px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
  vertical-align: middle;
  transition: 0.5s ease;
  border-bottom: navajowhite;
}

a.city_1_top_half_btn:hover {
  padding: 9px 28px;
  color: #ffffff;
  background: #00b63d;
}

.city_1_block2 {}

.city_1_block2 h2 {
  text-transform: uppercase;
  text-align: center;
}

.single-city header.main_header .wrapper {
  max-width: 1200px;
}
.city_1_block3 {
  background: url(../images/bckg_body.jpg);
  text-align: left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: 50% 0;
  padding: 30px 0 0px;
  color: #fff;
}

.city_1_advantage {
  padding: 30px 30px;
  min-height: 250px;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.city_1_advantage_head {
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px 20px;
  line-height: 1.5;
}
.city_1_advantage p {
  font-size: 14px;
  padding: 5px 5px 30px;
}
.city_1_line2 {
  background: #fff;
  height: 1px;
  width: 80%;
  margin: 10px auto 0;
}
.city_1_advantage_list {
  font-size: 0;
}
.city_1_advantage.city_1_obratn {
  padding: 30px 30px 30px;
  border: 2px dotted;
  border-radius: 15px;
  text-align: left;
  min-height: 100px;
}

.city_1_advantage.city_1_obratn img {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.city_1_advantage.city_1_obratn h4 {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0px 0 10px;
  box-sizing: border-box;
  text-align: left;
  font-size: 17px;
  line-height: 1.3;
}

.city_1_advantage.city_1_obratn p {
  text-align: left;
  font-size: 14px;
  margin: 0;
  padding: 10px 0 0;
}

.city_1_advantage.city_1_obratn input {
  width: 112px;
  display: inline-block;
  border: 0;
  font-size: 14px;
  padding: 7px 15px;
  margin: 17px 0px 10px 0px;
  color: #000;
  -webkit-appearance: none;
  border-radius: 0;
}

.city_1_advantage.city_1_obratn input.but_forms {
  text-decoration: none;
  color: #fff;
  background: #5b97c4;
}

.city_1_advantage.city_1_obratn input.but_forms:hover {
  background: #00b63d;
}

.city_1_block4 {
  padding: 30px 0;
}

.city_1_block4 .city_1_line {
  background: #00A800;
}

.city_1_block4_image_block {
  margin: 50px 0 70px;
}

.city_1_block4_image_block img {
  vertical-align: middle;
  max-width: 350px;
  margin: 0 20px;
}

.city_1_block10 .recall {
  margin-bottom: 70px;
}

.city_1_block10 .recall_text p {
  margin: 10px 0 15px;
  line-height: 1.5;
}
.city_1_tegih {
  line-height: 1.6;
}

.single-city .footer_head {
  display: none;
}

.city_1_block10 {
  background: #f9f9f9;
  padding: 40px 0 60px;
}

.city_1_block10 h2 {
  max-width: 700px;
}

.city_1_block10 .city_1_line {
  background: #5b97c4;
}

.city_1_mail_2 {
  margin-left: 100px;
  margin-top: -30px;
  font-size: 14px;
  font-weight: bold;
}

.city_1_mail_2 a {
  color: #00a800;
}

.city_1_mail_2 a:hover {
  text-decoration: none;
  color: #000;
}
.single-city footer#footer {
  margin: 0;
}
.city_1_block4_image_block.city_1_block4_image_block_2 img {
  padding: 0px 0px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 50%;
}

.city_1_block4_image_block.city_1_block4_image_block_2 {
  margin-bottom: 50px;
  position: relative;
}

.city_1_block4_image_text span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: left;
  padding: 25px 0 0;
}

.city_1_block4_image_text {
  position: absolute;
  top: -4px;
  margin-left: 380px;
  max-width: 400px;
}

.city_1_block5 {
  background: #f2f2f2;
  padding: 35px 0  40px;
}
.city_1_block7 .how_work_block {
  max-width: 790px;
  padding: 0;
  margin: 0;
  margin-left: 250px;
  margin-bottom: 125px;
}

.city_1_block9 {
  padding: 40px 0;
}

.city_1_block9 .city_1_line {
  background: #5b97c4;
}

.city_1_block8 {
  background: url(../images/bckg_vopros.jpg);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: 50% 0;
  padding: 90px 0 130px;
}
.city_1_block5 .city_1_line {
  background: #5b97c4;
}

.city_1_project_menu ul {
  list-style: none;
}

.city_1_project_menu li {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
  padding: 0 20px;
}

.city_1_project_menu li:first-child {
  margin-left: -20px;
}

.city_1_project_menu a {
  text-decoration: none;
  color: #8f8f8f;
  display: block;
}

.city_1_project_menu a.active {
  color: #000;
  font-weight: bold;
}

.city_1_project_menu a:before,.city_1_project_menu a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  margin: 8px 0;
  opacity: 0;
}

.city_1_project_menu a.active:before, .city_1_project_menu a.active:after {
  opacity: 1;
}

.city_1_block6.city_1_posrel {
  background: url(../images/bckg_osp.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50%;
  position: relative;
  background-position: 50% 0px;
  padding: 70px 0;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0px 5px 30px 1px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: inset 0px 5px 30px 1px rgba(50, 50, 50, 0.7);
  box-shadow: inset 0px 5px 30px 1px rgba(50, 50, 50, 0.7);
  color: #fff;
}
.city_1_block6.city_1_posrel .wrapper {
  text-align: center;
  max-width: 660px;
}

.city_1_block6.city_1_posrel .wrapper .city_1_line {
  margin: 25px auto;
}

.city_1_tel_parl {
  margin: 20px 0  0;
}

.city_1_block6.city_1_posrel h2 {
  font-size: 25px;
  text-transform: uppercase;
}

.city_1_tel_parl a {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin: 0 16px;
  text-decoration: none;
  white-space: nowrap;
}

.city_1_tel_parl {}

.city_1_block7 {
  padding: 40px 0;
}

.city_1_block7 .how_work_block .poryadock-raboty {
  margin-left: -250px;
}

.city_1_block_7_1 .city_1_line {
  background: #00a800;
}

.city_1_block_7_1 {
  padding: 40px 0 50px;
  background: #f9f9f9;
}

.city_1_block8_w6 {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  position: relative;
}

.city_1_block8_wrap {
  font-size: 0;
  color: #fff;
}

.city_1_block8_w6.city_1_block8_w6_2 input {
  display: block;
  margin: 20px 0;
  border-radius: 4px;
  border: none;
  padding: 12px 0px 11px 45px;
  width: 250px;
  color: #000;
}

button.city_1_block8_btn {
  font-size: 13px;
  color: #000;
  display: block;
  border: none;
  border-radius: 3px;
  padding: 12px 0;
  width: 250px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50);
  -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50);
  box-shadow: 0px 2px 3px 0px rgb(50, 50, 50);
  color: #fff;
  background: #5b97c4;
  text-transform: uppercase;
  font-weight: bold;
}

.city_1_block8_border {
  border: 1.5px solid #fff;
  position: absolute;
  width: 510px;
  height: 275px;
  left: -20px;
  top: 20px;
}

.city_1_green {
  background: #19ad42cc;
  margin: 0px 0 0 00px;
  padding: 30px;
}

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

.city_1_block8_posreltop h4 {
  color: #fff;
  text-align: left;
  font-size: 38px;
  line-height: 1.3;
}

.city_1_block8_w6.city_1_block8_w6_2 {
  padding-left: 60px;
}

.city_1_block8_posreltop h3 {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: normal;
}

input#city_1_block8_check {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0px 0 20px;
}

.city_1_block8_form_group_modal em {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 20px);
  padding-left: 10px;
  margin-top: -3px;
}

button.city_1_block8_btn:hover {
  background: #249e52;
}
.city_1_block8_ic_2 {
  background: url(proekt/ico.png);
  width: 20px;
  height: 20px;
  margin-bottom: -50px;
  position: relative;
  z-index: 5;
  margin-left: 15px;
  background-position: -22px 0px;
}
.city_1_block8_ic_1 {
  background: url(proekt/ico.png);
  width: 20px;
  height: 20px;
  margin-bottom: -49px;
  position: relative;
  z-index: 5;
  margin-left: 15px;
}
.city_1_block8_ic_3 {
  background: url(proekt/ico.png);
  width: 20px;
  height: 20px;
  margin-bottom: -49px;
  position: relative;
  z-index: 5;
  margin-left: 15px;
  background-position: 20px 0px;
}
.city_1_project_catalog {
  width: calc(100% / 3 - 20px);
  display: inline-block;
  vertical-align: top;
  margin: 12px 10px 30px;
}

.city_1_item_project {
  font-size: 0;
  margin: 0 -10px;
}

.city_1_project_image {
  height: 185px;
  overflow: hidden;
}

.city_1_image_for_slider {
  display: none;
}

.city_1_modal_decription {
  display: none;
}

.city_1_project_text.city_1_project_text_a {
  font-size: 14px;
  margin-top: 13px;
}

.city_1_project_text.city_1_project_text_a .city_1_line {
  margin: 14px 0;
  height: 5px;
  width: 55px;
}

.city_1_new_price {
  margin-bottom: 13px;
  display: block;
}

.city_1_more {
  padding: 10px 20px;
  background: #5b97c4;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
}

.city_1_more:hover {
  background: #00b63d;
}
.city_1_item_project{display: none;}
.city_1_item_project.active{display: block;}
.modal_project_page_left{
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 0;
}
.modal_project_page_main{}
.modal_project_page_sub_img{
  display: block;
  margin-top: 7px;
}
.modal_project_page_sub_img img{}
.modal_project_page_right{
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
}
.modal_project_page_title{
  font-size: 24px;
  font-weight: bold;
}
.modal_project_page_descriotion{
  font-size: 14px;
  margin-bottom: 24px;
}
.btn_modal_project_page{
  background: #5b97c4;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 13px 50px;
  display: inline-block;
  border-radius: 100px;
  font-weight: 400;
  line-height: 1;
}
.btn_modal_project_page:hover{}
.modal_form_wrap_single_city {
  max-width: 800px;
  font-size: 0;
}

.modal_project_page_sub_img a {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  border: 1px solid #c6c1bd;
  margin-right: 7px;
  margin-bottom: 7px;
}

.modal_project_page_sub_img a:last-child {
  margin-right: 0;
}

.modal_project_page_descriotion .city_1_line {
  background: #5b97c4;
  margin: 15px 0px;
}

.city_1_get_chaharakter p {
  margin-bottom: 5px;
}

.btn_modal_project_page:hover {
  background: #28ad59;
}
.city_1_project_menu a:hover {
  color: #000;
}

.modal_project_page_left a:hover {
  opacity: 0.7;
}
.modal_project_page_description_full {
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.5;
}

.modal_project_page_description_full p >strong {
  font-size: 18px;
  margin-bottom: 2px;
  display: inline-block;
}
.footer_right {
  float: right;
  margin-left: 00px;
}

.footer_right a {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  opacity: 0.6;
  margin: 0 5px;
}

.footer_right span {
  color: #9a9a9a;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.footer_bottom_left {
  float: left;
}

.footer_right a:nth-child(2) {
  margin-right: 10px;
}

.footer_right a:hover {
  opacity: 1;
}
.footer_bottom {
  margin-bottom: 30px;
  text-align: center;
}
.kontakty_page_top {
  border: 1px dashed #ccc;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 25px;
}

.phone_top {
  font-size: 16px;
  /* font-weight: bold; */
}

.phone_top a {
  color: #5b97c4;
  text-decoration: none;
  font-weight: bold;
  margin-left: 7px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.phone_top a:hover {
  color: #000;
}

.kontakty_page_top_social {
  margin-top: 5px;
}

.kontakty_page_top_social span {
  display: block;
  margin-bottom: 15px;
}

.kontakty_page_top_social a {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  margin-right: 14px;
}

.kontakty_page_top_social a:hover {
  opacity: 0.5;
}


.recall_name_city {
  font-weight: bold;
}
.pagetitle.pagetitle_item_city {
  font-weight: bold;
}


.quiz_form_modal_sub_title:before {
  content: '';
  display: block;
  width: 75px;
  height: 3px;
  background: #bbb;
  margin: 10px 0;
}
span.quiz_header_mail_text {
  display: block;
  font-size: 12px;
}
.slider_index{
  overflow: hidden;
  width: 65.3%;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
}

.tag-projekts{box-shadow:none !important; padding-left:0px !important; padding-right:0px !important; color: #5b97c4 !important; }



div#quiz_form_modal .fancybox-close-small {
  color: #000;
  top: -40px;
  right: 0px;
  height: 40px;
  width: 40px;
  background: #fff;
  padding: 0px;
}
div#quiz_form_modal {
  overflow: visible;
}
div#quiz_form_modal .fancybox-close-small svg {
  fill: #0000;
  opacity: 1;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: stroke .1s;
}
.slider_index_container .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 40px;
}


.slider_index-page {
	width: 100%;

}



.elementor-9297 .elementor-element.elementor-element-358ef3c2:not(.elementor-motion-effects-element-type-background), 
.elementor-9297 .elementor-element.elementor-element-358ef3c2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
	margin-top:120px;
}
@media (max-width: 980px){
		.elementor-9297 .elementor-element.elementor-element-358ef3c2:not(.elementor-motion-effects-element-type-background), 
.elementor-9297 .elementor-element.elementor-element-358ef3c2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
	margin-top:40px;
}
}


 @media screen and (min-width: 860px) {



.slider_index-page .slick-dots {
	margin-bottom:0;
	bottom:3px;
	left:15px;
}
}


.slider_index_container .slick-dots li {
  display: inline-block;
  background: #fff;
  margin: 0 4px;
  width: 15px;
  border-radius: 50%;
  height: 15px;
  line-height: 30px;
  font-size: 0;
  border: 1px solid #ccc;
}

.slider_index_container .slick-dots button {
  border: none;
  background: none;
  -webkit-appearance: none;
}

.slider_index_container .slick-dots li.slick-active {
  background: #5b97c4;
  box-shadow: inset 1px 1px 1px #49982f;
  border-color: #08a041;
}

.slider_index_container button.slick-arrow {
  font-size: 0;
  background: transparent;
  position: absolute;
  left: auto;
  width: 50px;
  height: 45px;
  z-index: 100;
  border: none;
  -webkit-appearance: none;
  bottom: 0;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #383345;
  right: 51px;
}

.slider_index_container button.slick-prev.slick-arrow {
  background-image: url(../images/ar-back.svg);
}
.slider_index_container button.slick-next.slick-arrow {
  right: 0;
  background-image: url(../images/ar-next.svg);
}

.slider_index_container button.slick-arrow:hover {
  opacity: 0.7;
}

.slider_index_container .slick-dots li:hover {
  opacity: 0.7;
}
.quiz_header_phone-block_phones_wrap:before {
  position: absolute;
  left: -32px;
  top: 11px;
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/call.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
header.main_header .wrapper {
  max-width: 1150px;
}
.project_house_main_item_size.project_house_main_item_size_weight {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0;
}

.other_photo {
  margin: 0 -5px;
}
.city_page_list_head a {
  border: 2px solid #5b97c4;
  display: inline-block;
  margin-right: 20px;
  padding: 10px 20px;
  color: #5b97c4;
  text-decoration: none;
  margin-bottom: 12px;
  font-weight: 800;
}

.city_page_list_head a:hover {
  background: #5b97c4;
  color: #fff;
}

.city_page_list_head {
  margin-bottom: 15px;
  border-bottom: 2px solid #000;
}
input.form_contact_btn:hover {
  background: #2bb962;
}
tr.completation--head_table th a {
  color: #ffe400;
}

a.doppr_a:hover {
  color: #00c341;
  text-decoration: none;
}

.modal_form_wrap.modal_personal_data {
  max-width: 700px;
  padding: 15px;
  text-align: left;
  line-height: 1.45;
}

.modal_h2_data {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 18px;
  line-height: 1.15;
}

.modal_personal_data p {
  margin-bottom: 18px;
}

.modal_personal_data ul {
  margin-bottom: 18px;
  padding-left: 22px;
}

.modal_personal_data li {
  margin-bottom: 4px;
}

.modal_personal_data p:last-child {
  margin: 0;
}

.main_content_brand_wrap a {
  width: 160px;
  display: inline-block;
  text-align: center;
  padding: 15px;
  border: 1px solid #ccc;
  vertical-align: top;
  margin: 3px;
}

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

.main_content_brand_wrap img {
  display: block;
  margin: 0;
  margin: 0 auto;
}
.form_search_block input {
  font-size: 14px;
}

.form_search_block input[type='text'] {
  padding: 11px;
  width: 300px;
  border-radius: 0;
  border: 1px solid #ababab;
  -webkit-appearance: none;
}

.form_search_block form {
  display: flex;
  -webkit-appearance: none;
  border-radius: 0;
}

.form_search_block input[type='submit'] {
  border: 1px solid #ababab;
  padding: 0 15px;
  background: #ccc;
  -webkit-appearance: none;
  border-radius: 0;
  border-radius: 0 10px 10px 0;
  background: #00bf4e;
  color: #fff;
  font-weight: bold;
  border-left: 0;
}

.form_search_block {
  margin-bottom: 25px;
}


.not_found_search {
  font-size: 14px;
  background: #fff6e8;
  padding: 15px 20px;
}

input[type="submit"] {}

.form_search_block input[type='submit']:hover {
  background: #00b34a;
}
.search_big_item_title {font-size: 20px;font-weight: bold;margin-bottom: 15px;border-bottom: 1px solid #ccc;padding-bottom: 12px;}

.search_big_item {
  margin-bottom: 40px;
}

/* калькулятор */
 #link-wrap{

}

.calc_link {
	position: fixed;
    top: 50%;
    left: 0;
    z-index: 999;
    width: 185px;
    padding: 0 0 0 40px;
    display: block;
    z-index: 20;
    margin: -21px 0 auto -73px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px 0 20px;
    color: #fff;
    text-align:center;
    background: #19b04b;
    line-height: 40px;
    border-bottom: 3px solid #050000;
    user-select: none;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor:pointer;
    transition: 0.2s;
}





.youtube_link {
	position: fixed;
	width:35px;
    top: 50%;
	margin-top:-132px;
    left: 2px;
    display: block;
    z-index: 20;

    padding: 0;
    cursor:pointer;
    transition: 0.2s;
}


.da-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 1000;
}




    .calc_link:hover {
        background: #f1a206;
        border-bottom: 3px solid #ad5a00;
    }




   .calc_link:before {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 8px;
    left: 8px;
    content: "";
    border: 1px solid #fff;
    border-radius: 50%;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url(/wp-content/themes/newArt/images/rub.png) center no-repeat;
}


#modal_calc .inp_text[readonly] {
    background: #f1f1f1;
}

 #modal_calc {
        width: 800px;
        padding: 16px 24px;
    }

    #modal_calc input {
        color: #505050
    }

    #modal_calc input::placeholder {
        color: #505050
    }

    #modal_calc input::-webkit-input-placeholder {
        color: #505050;
    }

    #modal_calc input::-moz-placeholder {
        color: #505050;
    }

    #modal_calc input:-moz-placeholder {
        color: #505050;
    }

    #modal_calc input:-ms-input-placeholder {
        color: #505050;
    }

    .modal_f-h2 {
        font-size: 26px;
        text-align: center;
    }

    .modal_f-h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }


    #modal_calc .modal_form_wrap_input.modal_form_wrap_input_submit input {
        width: 300px;
        display: table;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
        line-height: 20px;
        padding: 12px 12px 14px;
        color: #fff;
    }

    #modal_calc .modal_form_wrap_input_agree {
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }


    #modal_calc .modal_form_wrap {
        max-width: 100%;
    }


    #modal_calc label {
        display: block;
    }

    .calc_form_main {
        width: 580px;
    }

    .calc_form_main table {
        width: 100%;
        border-collapse: collapse;
        border: none;
        margin: 0 0 10px 0;
        background: #fafafa;
    }



    .calc_form {
        margin: 0 0 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .calc_form_title {
        width: 130px;
        font-size: 18px;
    }

    .calc_form_main {
        width: 580px;
    }

    th {
        background: #f4f4f4;
        border-bottom: 2px solid #d5d5d5;
        font-family: 'Open Sans';
        font-weight: 600;
    }

    .inp_text.for_tiptime,
    .inp_select.for_tiptime {
        padding: 0 5px;
        text-align: center;
        width: 100px;
        height: 40px;
    }

    .select_style {
        position: relative;
        width: 100%;
        border: 1px solid #d7d7d7;
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1) inset;
        font-size: 14px;
        background: #fff;
    }

    .select_style_body {
        position: absolute;
        background: #fff;
        left: 0;
        top: 100%;
        padding: 10px 0;
        width: 100%;
        border: 1px solid #d7d7d7;
        display: none;
    }

    .calc_form_main td,
    .calc_form_main th {
        padding: 10px;
    }

    td {
        border-bottom: 1px solid #fff;
    }

     #modal_calc td,
     #modal_calc th {
        border: none;
        border-right: 1px solid #fff;

        text-align: left;
        font-size: 14px;
    }


    .hide {
        display: none;
    }

    .inp_select {
        width: 100%;
        height: 50px;
        border: 1px solid #d7d7d7;
        padding: 0 30px;
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1) inset;
        font-size: 14px;
    }

    .inp_st {
        width: 100%;
        height: 44px;
        line-height: 44px;
        border: 1px solid #d7d7d7;
        padding: 0 30px;
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1) inset;
        font-size: 15px;

    }






    .fblock_style label {
        display: block;
    }


    .select_title {
        line-height: 44px;
        cursor: pointer;
        position: relative;
        padding: 0 12px;
        color: #505050;
        min-height: 44px;
    }

    .calc_form_main .select_title {
        padding: 0 20px;

    }



    .calc_form_main .select_title:after {
        width: 40px;
        line-height: 38px;

    }

    .select_title:after {
        content: "";
        background: #19b04b url(/wp-content/themes/newArt/images/chevron.png) no-repeat center center;
        background-size: 20px;
        position: absolute;
        right: 0;
        top: -1px;
        height: 46px;
        color: #fff;
        width: 60px;
        text-align: center;
        line-height: 58px;
    }

    .select_style.show {
        z-index: 2;
    }

    .select_style.show .select_style_body {
        display: block;
    }

    .select_style_body a {
        padding: 8px 20px;
        display: block;
        color: #000;
    }

    .m-on {
        display: none;
    }



    @media screen and (max-width: 860px) {
        .link-wrap {
            display:none;
        }



        #modal_calc {
        width: 100%;
        max-height:100vh;
        overflow-y:scroll;
    }

        .calc_form_main {
            width: 100%;
        }

        .m-on {
            display: block;
            margin-bottom: 3px;
        }

        .calc_form_main table th {
            display: none;
        }

        .calc_form {
            display: block;

        }



        #modal_calc table,
        #modal_calc td,
        #modal_calc tr,
        #modal_calc thead,
        #modal_calc tbody {
            display: block;
        }
    }









.video_single_city {
  margin: 45px auto 0;
  max-width: 800px;
  text-align: center;
}

.video_main_city {margin: 35px 0 0;}

.video_main_city a {
  position: relative;
  overflow: hidden;
  font-size: 0;
  display: block;
}

.video_main_city img {
  transition: 0.5s;
  position: relative;
}

.video_main_city a:hover img {
  transform: scale(1.08);
}

.video_main_city a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/play-button.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 100px;
  filter: brightness(1000);
  z-index: 11;
  transition: 0.5s;
}

.video_main_city a:hover:after {
  opacity: 0.5;
}

.video_main_city a:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.26);
  display: block;
  z-index: 1;
}
.slider_index_container_wrap {
  padding: 40px 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}

.slider_index_container_wrap {
	padding: 10px 0 15px;
}

@media screen and (max-width: 560px) {
	.slider_index_container_wrap {
		display:block;
	 }

}

.video_main_city_index_wrap {
  width: 33%;
}

.video_main_city_2.video_main_city {
  border-radius: 5px;
  margin: 0;
  overflow: hidden;
}

.video_main_city_tt {
  font-weight: bold;
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.video_main_city_2.video_main_city:after {}

.video_main_city_2.video_main_city a:after {
  width: 75px;
}
.slider_index_container .wrapper{
  max-width: 1350px;}
  a.btn_default {
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
  background: #00bc59;
  text-decoration: none;
  text-align: center;
  border-radius: 20px;
  padding: 12px 35px;
  line-height: 1;
  font-weight: normal;
}

a.btn_default:hover {
  color: #fff;
  background: #00b444;
}
header.main_header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quiz_header_phone-block_tt {
  font-size: 12px;
  max-width: 230px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
}

.quiz_header_mail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
a.quiz_logo-link {
  display: block;
  margin-top: -5px;
  margin-right: 20px;
}

.quiz_header_phone-block_phones_wrap {
  position: relative;
  display: inline-block;
}

/* фильтр в проектах */
.container_filter_projects .block_field{
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}
.container_filter_projects .block_field .block_field__name{
  margin-bottom: 10px;
  font-weight: bold;
}
.container_filter_projects .block_field .block_field__text{
  margin-top: 10px;
  margin-bottom: 10px;
}
.container_filter_projects .block_field .block_field__text label{
  display: block;
  margin-bottom: 7px;
  cursor: pointer;
}
.container_filter_projects .block_field .block_field__text label input{
  margin-right: 5px;
}
.container_filter_projects .block_field__submit{
  padding: 10px 0;
  text-align: center;
}
.container_filter_projects .block_field__submit input[type=reset]{
  background: #5b97c4;
  color: #fff;
  border-radius: 100px;
  padding: 10px 30px;
  border: none;
}
.container_filter_projects .block_field__submit input[type=reset]:hover{
  background: #00b63d;
}
/* .container_filter_projects .block_field__submit input[type=submit]{
  background: #5b97c4;
  color: #fff;
  border-radius: 100px;
  padding: 10px 30px;
  border: none;
}
.container_filter_projects .block_field__submit input[type=submit]:hover{
  background: #00b63d;
} */

/*кнопка почта банк*/
input.button4 {
  position: relative;
  display: inline-block;
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  text-decoration: none;
  user-select: none;
  padding: .3em 1em;
  outline: none;
  border: 2px solid #FFFFFF;
  border-radius: 3px;
  background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
  box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 3s linear infinite;
}
input.button4:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
input.button4:active {
  top: 1px;
  color: #fff;
  text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
  box-shadow: 0 -1px 3px rgba(0,0,0,.3), 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}
@-webkit-keyframes pulsate {
  70% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 2px #ffd, 0 0 8px #fff;}
}
@keyframes pulsate {
  70% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 2px #ffd, 0 0 8px #fff;}
}

.table_center td, .table_center th{
  text-align: center;
}

.similar_posts h3 {
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 0px;
}
.similar_posts ul {
list-style-type: none;
display: inline-block;
margin-top: 0px;
margin-left: 0px;
padding: 0px;
}
.similar_posts li {
margin-top: 20px;
margin-left: 0px;
width: 200px;
margin-right: 30px;
float: left;
}
.similar_posts li img{
width: 200px;
height: 150px;
margin-bottom: 5px;
}
.similar_posts li a {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color: black;
font-weight: bold;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.similar_posts li a:hover {
color: #1abc9c;
}
.item-block-sber img {
	width: 150px;
}
.banner-sber-singl {
display: grid;
    grid-template-columns: 200px 1fr 1fr;
    margin: 30px 0;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    align-items: center;
    justify-items: center;
}
p.text-sber {
	font-size: 27px;
    color: #000;
	    margin-bottom: 0;
}






@media (max-width: 1180px){
	.how_work_block .step{position:relative !important; display: block; left:auto !important; right:auto !important; top:auto !important; bottom:auto !important; margin: 0px auto;
        width: 100%; margin-bottom:10px;}
.how_work_block .step p{width:100%;         max-width: 100%;}
.how_work_block{margin-bottom:40px;}


.call_block_page{ position:relative !important; display: block; left:auto !important; right:auto !important; top:auto !important; bottom:auto !important; margin: 0px auto;
        width: 100%; text-align: center;         margin-left: 20px; background:#fff !important;}


.call_block_page *{position:relative !important; display: block; left:auto !important; right:auto !important; top:auto !important; bottom:auto !important; margin: 0px auto;
        width: 100%; }
.step_center {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    top: 100%;
    text-align: center;
}


}


@media (max-width: 1080px){
	
	.main_container>.wrapper, .page_p>.wrapper {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap-reverse;
    }
	.page_container {
    width: 100%;
    display: block;
}

.right_bar {
    width:  100%;
    display: block;
 
    margin-right: 0px;
	margin-top:30px;

}

.single_container {
    width: 100%;
    display: block;
}

    .sidebar_xx {
        text-align: left !important;
    }

a.dock-aa{width:100%; display:block; text-align: left;}
a.dock-aa .logo_production{display: inline-block;         max-width: max-content;}

.baner_sideber{display: inline-block;   vertical-align: top;     width: 49%;}

.baner_sideber_item {
    height: auto;
    margin-top: 17px;
    /* border: 3px solid #5b97c4; */
 
    padding-bottom: 30px;
    margin-right: 20px;
}

.baner_back_img {
    height: 350px;
    position: relative;
}

.container_sidebar_menu{display: inline-block;
    vertical-align: top;     width: 50%;}
	
	.baner_back_img_stro{    background-size: 100%;}
	.baner_back_img_proizv{    background-size: 100%;}
	.dock-a {
        display: block;
	width: 100%;}
	
	

}



@media (max-width: 550px){
	.container_sidebar_menu{display: block;   width: 100%;}
	.baner_sideber{display: block;     width: 100%;}
	.baner_sideber_item{margin-right:0px;}
	
	.main_content_block table{width:100% !important;}
	.main_content_block table td{font-size:11px;}
	.recall img {
    position: absolute;
    top: -50px;
    left: 0px;
    max-width: 60px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #e8e8e8;
}
	.recall_text {
    margin: 50px 0 0 0px;
    background: #e8e8e8;
    padding: 15px 20px 10px;
    border-bottom: 4px solid #c0c0c0;
    border-radius: 15px;
}

	.how_work_block{margin-left:0px;}
	p.pmailto-otzivy {   margin: -0px 0px 10px 0px;}
	.call_block_page{margin-left:0px;}
	
	
	
	.banner-sber-singl {
    display: block !important;}

	.product_page_photo_block {
    width: 100%;
    float: none;
    position: relative;
}
	.opis {
    float: none;
    width: 100%;
    padding: 20px 0 20px 0px;

}
	
}

.page_p_wrap{overflow:hidden;}

.page_p_wrap>.wrapper{display:block !important;}

.page_p .lp_1_img_paper {
    position: absolute;
    right: -180px;
    top: -80px;
       z-index: -1;
    width: 100%;
    max-width: 440px;
}
.page_p .wrap_btn{margin-top:40px; margin-bottom:30px;}
.page_p .wrap_btn .btn_gold{ width: 100%; position:relative;
    max-width: 300px;
    margin: 0px auto;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4; padding-top: 14px;
    padding-bottom: 14px;}
	
	
	
	
.page_p .wrap_btn .btn_gold:before{content: "";  position: absolute;  left:10px;  top:9px;  width: 46px;  height:46px;  
	background: url(../assets/images/btn_arrow_r_c.png) no-repeat 0% 0%;    background-size: 100%; z-index:3;}	
.page_p .wrap_btn .btn_gold span{padding:0px 50px; display:block; text-align:center;}
.wrap_a{position:relative; }

.page_p .obj_bl{width:100%; max-width:100%; position:relative; z-index;4; }

.obj_bl.obj_bl_archive{ padding:0px !important;  box-shadow:none !important;}
.obj_bl .all_obj {
 
    display: flex;
    align-items: stretch;
	flex-wrap: wrap;
}
.obj_bl .cat_post--pre {  
    display: inline-block;
    vertical-align: top;
    width: 23.5%; margin-right:2%;
	    vertical-align: top;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 70px 0px #8D989C1A;     padding-bottom: 0px !important;     overflow: hidden;     border-bottom:none
}
.obj_bl h2.cat_post--pre_title{margin-bottom:0px !important; }
.obj_bl .cat_post--pre:nth-child(4n){
	margin-right:0px;
}
.obj_bl  .cat_post--pre img{width:100%;}
.obj_bl .cat_post--pre_ttt{padding:15px; font-size: 16px;     line-height: 1.25; text-align:center;     margin-bottom: 5px !important;}

.obj_bl .product_page_photo_block {
    width: 100%;
    float: none;
    position: relative;
}

.obj_bl .other_photo img {
    height: 220px;
    width: 100%;
	object-fit:cover;
	object-position:50% 50%; margin:0px !important;
	}
	.obj_bl .cat_post--pre img{        margin-bottom: 5px;}
	
	
@media (max-width: 1080px){
	
	h2.cat_post--pre_title {
    font-size: 16px;}
	
	.obj_bl .other_photo img {
    height: 150px;}
	
	}
	

	@media (max-width: 768px){
		.obj_bl .cat_post--pre {  width: 49%;}
		.obj_bl .cat_post--pre:nth-child(2n){	margin-right:0px;}
		
		.obj_bl .other_photo img {
    height: 110px;}
		
	}	
	
	
	@media (max-width: 550px){
		
		
			h2.cat_post--pre_title {
    font-size: 14px;}
	
	.obj_bl .cat_post--pre_ttt{padding:6px;}
	
	.obj_bl .other_photo img {
    height: 90px;}

		
	}
	
	
		@media (max-width: 420px){
			.cat_post--pre img {	height: 65px;}
			h2.cat_post--pre_title {
        font-size: 12px;
    }
	
		.obj_bl .other_photo img {
    height: 50px;}
			
		}