/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.sect_row {
/*float:left;*/
width:100%;
}

.sect_row:after {
content:"";
display:block;
clear:both;
}

.sect_row > .col_1_10 {
width:10%;
}

.sect_row > .col_2_10 {
width:20%;
}

.sect_row > .col_3_10 {
width:30%;
}

.sect_row > .col_4_10 {
width:40%;
}

.sect_row > .col_6_10 {
width:60%;
}

.sect_row > .col_7_10 {
width:70%;
}

.sect_row > .col_8_10 {
width:80%;
}

.sect_row > .col_9_10 {
width:90%;
}

.sect_row > .col_1_12 {
width:8.33%;
}

.sect_row > .col_2_12 {
width:16.66%;
}

.sect_row > .col_3_12 {
width:24.99%;
}

.sect_row > .col_4_12 {
width:33.33%;
}

.sect_row > .col_5_12 {
width:41.66%;
}

.sect_row > .col_5_10,.sect_row > .col_6_12 {
width:50%;
}

.sect_row > .col_7_12 {
width:58.33%;
}

.sect_row > .col_8_12 {
width:66.66%;
}

.sect_row > .col_9_12 {
width:74.99%;
}

.sect_row > .col_10_12 {
width:83.33%;
}

.sect_row > .col_11_12 {
width:91.66%;
}

.sect_row > .col_free {
width:auto;
}

.sect_row > .col_10_10,.sect_row > .col_12_12 {
width:100%;
}

.sect_row > .col_visible {
display:block;
}

.sect_row > .col_visible.flex_row {
display:flex;
}

.sect_row > [class*='col_']{
float:left;
display:block;
min-height:1px;
box-sizing:border-box;
}

.sect_row > .col_hidden,.col_hidden {
display:none!important;
}

.sect_row.padd_min{
margin: 0 -10px;  width: calc(100% + 20px);
}

.padd_min > div{
padding: 10px;
}

.sect_row.padd_med{
margin: 0 -20px;  width: calc(100% + 40px);
}

.padd_med > div{
padding: 20px;
}

.sect_row.padd_big{
margin: 0 -40px;  width: calc(100% + 80px);
}

.padd_big > div{
padding: 40px;
}

.sect_row.flex_top,
.sect_row.flex_med,
.sect_row.flex_bot,
.sect_row.flex_row{
display: flex;
flex-wrap: wrap;
}

.sect_row.flex_top{
align-items: flex-start;
}

.sect_row.flex_med{
align-items: center;
}

.sect_row.flex_bot{
align-items: flex-end;
}

@media (max-width:1300px){
.sect_row > .col_lg_hidden {
display:none;
}

.col_lg_visible {display:block;}
.col_lg_visible.flex_row{display:flex;}

.sect_row > .col_lg_1_10 {
width:10%;
}

.sect_row > .col_lg_2_10 {
width:20%;
}

.sect_row > .col_lg_3_10 {
width:30%;
}

.sect_row > .col_lg_4_10 {
width:40%;
}

.sect_row > .col_lg_6_10 {
width:60%;
}

.sect_row > .col_lg_7_10 {
width:70%;
}

.sect_row > .col_lg_8_10 {
width:80%;
}

.sect_row > .col_lg_9_10 {
width:90%;
}

.sect_row > .col_lg_1_12 {
width:8.33%;
}

.sect_row > .col_lg_2_12 {
width:16.66%;
}

.sect_row > .col_lg_3_12 {
width:24.99%;
}

.sect_row > .col_lg_4_12 {
width:33.33%;
}

.sect_row > .col_lg_5_12 {
width:41.66%;
}

.sect_row > .col_lg_5_10,.sect_row > .col_lg_6_12 {
width:50%;
}

.sect_row > .col_lg_7_12 {
width:58.33%;
}

.sect_row > .col_lg_8_12 {
width:66.66%;
}

.sect_row > .col_lg_9_12 {
width:74.99%;
}

.sect_row > .col_lg_10_12 {
width:83.33%;
}

.sect_row > .col_lg_11_12 {
width:91.66%;
}

.sect_row > .col_lg_10_10,.sect_row > .col_lg_12_12 {
width:100%;
}

.sect_row > .col_lg_free {
width:auto;
}
}

@media (max-width:992px){
.sect_row > .col_md_hidden,.col_md_hidden {
display:none!important;
}

.col_md_visible {
display:block!important;
}
.col_md_visible.flex_row {
    display:flex;!important;
}


.sect_row > .col_md_1_10 {
width:10%;
}

.sect_row > .col_md_2_10 {
width:20%;
}

.sect_row > .col_md_3_10 {
width:30%;
}

.sect_row > .col_md_4_10 {
width:40%;
}

.sect_row > .col_md_6_10 {
width:60%;
}

.sect_row > .col_md_7_10 {
width:70%;
}

.sect_row > .col_md_8_10 {
width:80%;
}

.sect_row > .col_md_9_10 {
width:90%;
}

.sect_row > .col_md_1_12 {
width:8.33%;
}

.sect_row > .col_md_2_12 {
width:16.66%;
}

.sect_row > .col_md_3_12 {
width:24.99%;
}

.sect_row > .col_md_4_12 {
width:33.33%;
}

.sect_row > .col_md_5_12 {
width:41.66%;
}

.sect_row > .col_md_5_10,.sect_row > .col_md_6_12 {
width:50%;
}

.sect_row > .col_md_7_12 {
width:58.33%;
}

.sect_row > .col_md_8_12 {
width:66.66%;
}

.sect_row > .col_md_9_12 {
width:74.99%;
}

.sect_row > .col_md_10_12 {
width:83.33%;
}

.sect_row > .col_md_11_12 {
width:91.66%;
}

.sect_row > .col_md_10_10,.sect_row > .col_md_12_12 {
width:100%;
}

.sect_row > .col_md_free {
width:auto;
}
}

@media (max-width:768px){
.sect_row > .col_sm_hidden,.col_sm_hidden {
display:none!important;
}

.col_sm_visible{
display:block!important;
}
.col_sm_visible.flex_row {
display:flex!important;
}

.sect_row > .col_sm_1_10 {
width:10%;
}

.sect_row > .col_sm_2_10 {
width:20%;
}

.sect_row > .col_sm_3_10 {
width:30%;
}

.sect_row > .col_sm_4_10 {
width:40%;
}

.sect_row > .col_sm_6_10 {
width:60%;
}

.sect_row > .col_sm_7_10 {
width:70%;
}

.sect_row > .col_sm_8_10 {
width:80%;
}

.sect_row > .col_sm_9_10 {
width:90%;
}

.sect_row > .col_sm_1_12 {
width:8.33%;
}

.sect_row > .col_sm_2_12 {
width:16.66%;
}

.sect_row > .col_sm_3_12 {
width:24.99%;
}

.sect_row > .col_sm_4_12 {
width:33.33%;
}

.sect_row > .col_sm_5_12 {
width:41.66%;
}

.sect_row > .col_sm_5_10,.sect_row > .col_sm_6_12 {
width:50%;
}

.sect_row > .col_sm_7_12 {
width:58.33%;
}

.sect_row > .col_sm_8_12 {
width:66.66%;
}

.sect_row > .col_sm_9_12 {
width:74.99%;
}

.sect_row > .col_sm_10_12 {
width:83.33%;
}

.sect_row > .col_sm_11_12 {
width:91.66%;
}

.sect_row > .col_sm_10_10,.sect_row > .col_sm_12_12 {
width:100%;
}

.sect_row > .col_sm_free {
width:auto;
}

.sect_row.padd_min{
margin: 0 -5px;  width: calc(100% + 10px);
}

.padd_min > div{
padding: 5px;
}

.sect_row.padd_med{
margin: 0 -10px;  width: calc(100% + 20px);
}

.padd_med > div{
padding: 10px;
}

.sect_row.padd_big{
margin: 0 -30px;  width: calc(100% + 60px);
}

.padd_big > div{
padding: 30px;
}
}

@media (max-width:480px){
.sect_row > .col_xs_hidden,.col_xs_hidden {
display:none!important;
}

.col_xs_visible {
display:block!important;
}

.col_xs_visible.flex_row{
display:flex!important;
}

.sect_row > .col_xs_1_10 {
width:10%;
}

.sect_row > .col_xs_2_10 {
width:20%;
}

.sect_row > .col_xs_3_10 {
width:30%;
}

.sect_row > .col_xs_4_10 {
width:40%;
}

.sect_row > .col_xs_6_10 {
width:60%;
}

.sect_row > .col_xs_7_10 {
width:70%;
}

.sect_row > .col_xs_8_10 {
width:80%;
}

.sect_row > .col_xs_9_10 {
width:90%;
}

.sect_row > .col_xs_1_12 {
width:8.33%;
}

.sect_row > .col_xs_2_12 {
width:16.66%;
}

.sect_row > .col_xs_3_12 {
width:24.99%;
}

.sect_row > .col_xs_4_12 {
width:33.33%;
}

.sect_row > .col_xs_5_12 {
width:41.66%;
}

.sect_row > .col_xs_5_10,.sect_row > .col_xs_6_12 {
width:50%;
}

.sect_row > .col_xs_7_12 {
width:58.33%;
}

.sect_row > .col_xs_8_12 {
width:66.66%;
}

.sect_row > .col_xs_9_12 {
width:74.99%;
}

.sect_row > .col_xs_10_12 {
width:83.33%;
}

.sect_row > .col_xs_11_12 {
width:91.66%;
}

.sect_row > .col_xs_10_10,.sect_row > .col_xs_12_12 {
width:100%;
}

.sect_row > .col_xs_free {
width:auto;
}

.sect_row.padd_med{
margin: 0 -10px;  width: calc(100% + 20px);
}

.padd_med > div{
padding: 10px;
}

.sect_row.padd_big{
margin: 0 -20px;  width: calc(100% + 40px);
}

.padd_big > div{
padding: 20px;
}

}
.sect_row > [class*='col_'].right{float:right;}

  /* Оцентрока логотипа */
  
 .logo-row .paddings { margin-left: 40px; padding-left: 0px; }
 .col-md-2.pull-right {width: 20%;}
 
  /* Корректировка отображения телефонов в контактах */
  
  table.contacts-stores td.phone.hidden-xs { width: 300px; }
  
  /**/
  
  .menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu > li, .menu-row .mega-menu .catalog_icons_N table td.wide_menu > .wrap > .dropdown-menu > li > .dropdown-menu > li.clicked_exp { display: block;  }

/* Onpeak copyright */
.onpeak_copyright {
	width: 33.3%;
	float: right;
	padding-left: 7.2%;
}
.onpeak_copyright > a {
	display: inline-block;
	width: max-content;
}
.onpeak_copyright > a > div {
	display: flex;
	align-items: center;
}
.onpeak_copyright .logo img.blue  {
	display: none;
}
.onpeak_copyright .text {
	padding-left: 10px;
	color: #999;
	font-size: 13px;
}
.onpeak_copyright a:hover .logo img.white {
	display: none;
}
.onpeak_copyright a:hover .logo img.blue {
	display: inline;
}
.onpeak_copyright a:hover .text {
	color: #fff;
}
@media (max-width: 991px) {
	.onpeak_copyright {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.onpeak_copyright {
		width: inherit;
		float: none;
		padding: 0 0 20px;
		text-align: center;
	}
	.onpeak_copyright > a > div {
		justify-content: center;
	}
}

/* library/tekhnicheskie-resheniya/reshenie-dlya-bytovykh-kotelnykh */
.technical_solutions {
  --main-color: #9e222a;
  --example-background-color: rgb(247, 247, 249);
  --light-border: 1px solid rgb(242, 242, 242);
  --dark-border: 1px solid rgb(225, 225, 225);
}
.technical_solutions {
  margin: 24px 0;
}
.technical_solutions p:first-child {
  margin-top: 0;
}
.technical_solutions p:last-child {
  margin-bottom: 0;
}
.technical_solutions > div:not(:last-child) {
  margin-bottom: 40px;
}
.technical_solutions .text_container {
  padding: 0 10px;
}
.technical_solutions .colored_text {
  color: var(--main-color);
}
.technical_solutions .colored_text strong {
  color: inherit;
}
.technical_solutions ul {
  margin: 0;
  list-style-type: none;
}
.technical_solutions ul > li {
  padding-left: 0;
  margin-bottom: 0;
}
.technical_solutions ul > li::before {
  position: initial;
  background: initial;
}
.technical_solutions :not(li) > ul {
  padding: 0;
}
.technical_solutions :not(li) > ul > li::before {
  content: "";
  display: inline-block;
  width: 0.32em;
  height: 0.32em;
  margin-right: 10px;
  vertical-align: middle;
  background-color: var(--main-color);
  border-radius: 0.15em;
}
.technical_solutions li > ul {
  padding-left: 38px;
  padding-top: 0;
}
.technical_solutions li > ul > li::before {
  content: "-";
  padding-right: 5px;
}
.technical_solutions .example_container {
  padding: 50px;
  background-color: var(--example-background-color);
  border: var(--light-border);
}
.technical_solutions h3 {
  margin-top: 0;
}
.technical_solutions div.image img {
  width: 100%;
}
.technical_solutions .table_container {
  overflow: auto;
}
.technical_solutions table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
}
.technical_solutions table caption {
  font-size: initial;
  text-align: left;
  padding-left: 10px;
  padding-bottom: 10px;
}
.technical_solutions table td {
  height: 35px;
  padding: 0 10px;
  border-top: var(--dark-border);
  border-bottom: var(--dark-border);
}
.technical_solutions table td div.image {
  overflow: hidden;
}
.technical_solutions table td div.image img {
  position: relative;
  width: initial;
  max-width: initial;
  vertical-align: middle;
}
.technical_solutions table thead td {
  background-color: var(--example-background-color);
  color: var(--main-color);
}
.technical_solutions table.custom_1 thead {
  background-color: var(--example-background-color);
}
.technical_solutions table.custom_1 td {
  border: var(--dark-border);
}
.technical_solutions div.flex_row {
  display: flex;
}
.technical_solutions .flex_item_50 {
  flex-basis: 50%;
}
.technical_solutions .flex_item_50:first-child {
  padding-right: 10px;
}
.technical_solutions .flex_item_50:last-child {
  padding-left: 10px;
}
.technical_solutions div.flex_row.with_defvider .flex_item_50:first-child {
  padding-right: 30px;
}
.technical_solutions div.flex_row.with_defvider .flex_item_50:last-child {
  padding-left: 30px;
  border-left: var(--dark-border);
}
.technical_solutions .formula {
  font-size: 2em;
}
@media (max-width: 1024px) {
  .technical_solutions div.flex_row {
    flex-direction: column;
  }
  .technical_solutions .flex_item_50:first-child {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .technical_solutions .flex_item_50:last-child {
    padding-left: 0;
    padding-top: 10px;
  }
  .technical_solutions div.flex_row.with_defvider .flex_item_50 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .technical_solutions div.flex_row.with_defvider .flex_item_50:last-child {
    border-left: none;
    border-top: var(--dark-border);
  }
  .technical_solutions div.flex_row.with_defvider .flex_item_50:last-child > p[style*=absolute] {
    position: initial !important;
  }
}
@media (max-width: 480px) {
  .technical_solutions table td {  font-size: 2.5vw;  line-height: 2.7vw;  }
  .technical_solutions .formula   { font-size: 1em;  }
  .technical_solutions .h_sum   { display: none !important;  }
  .technical_solutions table td { padding: 0 5px;  }
  .technical_solutions .example_container {padding: 25px;  }
}

/* Страница диллеров // Корректировка стилей моб.версии */

  table.contacts-stores tr.item td.visible-xs.mobile-title-phone {padding: 25px 20px 15px 20px;}



  

 /*Конфигуратор*/
	.wrapper_configuration_geffen {
		font-family: Roboto,Arial,sans-serif;
		border: 1px solid #efefef;
		padding: 47px 14px;
		box-shadow: -7px 7px 13px 1px #e8e8e8;
		padding-top: 27px;
		padding-bottom: 20px;
	}
	.title_cinfigurators {
		text-align: center;
		font-size: 26px;
		margin-bottom: 25px;
	}
	.item_prop_configurator{
		border:1px solid #9e222a;
		display:flex;
		align-items:center;
		border-radius:3px;
	}
	.content_prop_configurator{
		margin:10px 10px;
		width:100%;
	}
	.image_congigurator{
		padding-left:5px;
	}
	.title_prop_configurator{
		color: #222;
		font-size: 16px;
		font-weight: bold;
	}
	.item_prop_configurator .ui-slider-horizontal .ui-slider-handle{
		    margin-left: -.6em;
		top:-4px;
	}
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
		border: 1px solid #7c1b21;
		background: #9e222a;
		border-radius:50%;
	}
	.send_filter_configurator{
		text-align:center;
	}
	.send_filter_configurator button{
		margin-top: 34px;
		width: 203px;
	}
	.value_slider_configurator{
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	
	.content_configurator .row .col-md-6:nth-child(odd){
		    border-right: 1px solid #e0e0e0;
	}
	.content_configurator{
		margin-top: 50px;
	}
	.titile_item_result_config{
		color: #fff;
		text-align: center;
		background: #373d44;
		font-size: 22px;
		box-sizing: border-box;
		font-weight: 100;
		padding: 7px 4px;	
	}
	.image_item_result_config{
		margin-bottom: 20px;
	}
	.image_item_result_config img{
		max-width: 100%;
		max-height: 325px;
	}
	.title_picture_item_result_config{
		font-size: 12px;
		line-height: 16px;	
	}
	.title_table_item_result_config{
		text-align: center;
		background: #41474e;
		color: #fff;	
	}
	.table_wrapper_item_result_config table{
		width:100%;
	}
	.table_wrapper_item_result_config table td{
		border:1px solid;
		padding:5px;
	}
	.string_subtitle_configurator{
	    text-align: center;
		margin-top: 17px;
		font-size: 17px;
		color: #222;
		font-weight: bold;
		margin-bottom: 5px;	
	}
	
 
 /*Конфигуратор*/

 /*Объекты*/
.objects h2{
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    margin-top: 0px;
}
.objects .sect_row img{
  width: 100%;
}
.objects .subtitle {
	text-align: center;
  margin: 10px;
  font-size: 19px;
  font-weight: bold;
  color: #000;
}
.div-vidjet{
  display: block;
  position: fixed;
  z-index: 100;
  width: 	65px;
  height: 55px;
  top: 70%;
}

.div-vidjet img{
	max-width: 100%;
}

@media(max-width: 768px){
	.div-vidjet{
	  right: 10px;
	  bottom: 10px;
	  top: auto;
	  width: 	75px;
	  height: 65px;
	}
}
.body:not(.objects) .main > .container
/*.h-small {
	height: 73%;
}
.h-100 {
	height: 120%;
}*/
@media(max-width: 768px){
	.objects h2{
		font-size: 26px;
	}
}
 /*//Объекты*/
 
 
 @media(max-width: 991px){
	 form[name="training_form"] .licence_block {
		display:block;
		position: relative;
		top: 0;
		box-shadow:none;
	 }
	 form[name="training_form"] .bx_filter input[type="checkbox"] + label:before{
		 top:5px;
	 }
 }


.form-body .captcha-row .captcha_input{
	position:initial;
}
.form .refresh{
	display:none;
}
.form .captcha-row .captcha_image{
	display:none;
}
.design_form_reds{
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	color: #FFFFFF;
	background: #9E222A;
	padding: 14px 32px;
}
.text_after_items .flex_buttons{
	display:flex;
	align-items:center;
}
.text_after_items .flex_buttons a{
	margin:0px;
}
.text_after_items .flex_buttons>div:last-child{
	margin-left:20px;
}

.messages_cookies {
		border-top: 1px solid #373d44;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 15px 0;
    background: #fff;
    display: none;
}
.messages_cookies-text p{
	margin-bottom: 10px;
}
.messages_cookies.active {
    display: block;
}
.messages_cookies-btn {
		margin: 0;
}
footer .info .phones .phone span{
	font-weight: 700;
	line-height: 22px;
}
footer .info .email span{
	vertical-align: middle;
}
.wh-to-b_email{
	color: #9e222a;
}
.wtb_partnery-email{
	color: #9e222a;
}