*{
	box-sizing:border-box
}
body{ 
  font-family: 'pf_regular', sans-serif;
  color: #2e2d2c;
  height:100%;
  min-height:100%;
  position:relative;
  font-weight:100;
  font-size:16px;
  background:#fff;
  min-width:1200px;
}
strong{
	 font-weight:700
}
div{
	/*position:relative*/
}
a{
	color:#333;
	
}
a:hover{
	text-decoration:none;
 
}
/*f89425*/
.wrapper{
	width:100%;
	margin:0 auto;
	position: relative;
 	min-height: 100%;
	width:100%;
	min-width:1200px;
}
.wrap{
	position:relative;
	width:1200px;
	margin:0 auto;
}
.menu{
	background:#f73e4a;
	height:50px;
	box-shadow:0 0 4px rgba(0,0,0,0.4);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:2222
}
div.menu div, div.menu div ul { position:relative; }
div.menu div  { float:right; right:50%; width:auto;    }
div.menu div ul { float:none!important; float:left; right:-50%; }
.menu ul{
	list-style:none;
	padding:0;
	margin:0;
	min-width:1200px
}
.menu ul li{
	float:left;
	padding:0 1px 0 0
}
.menu ul li a{
	display:block;
	position:relative;
	padding:0 32px;
	height:50px;
	line-height:50px;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
}
.menu ul li a:hover, .menu ul li.active a{
	background:#e91724;
	border-bottom:4px solid #fff
}


.top{
	padding:50px 0 0 0;
	height:300px;
	position:relative;
 
}
.top a.logo{
	display:block;
	position:relative;
	z-index:2;
	float:left;
}
.top ul{
	list-style:none;
	padding:0;
	margin:40px 0 0 0px;
	float:left
}
.top ul li{
	float:left;
	width:163px;
	text-align:center
}
.top ul li.logo{
	width:auto;
	text-align:left;
	margin-right:40px
}
.top ul li a{
	color:#d8363b;
	text-decoration:none
}
.top ul li span{
	display:block;
	text-align:center;
	padding:7px 0 0 0
}
.top .phone{
	float:right;
	font-size:22px;
	line-height:1.1;
	margin:10px 100px 0 0
}
.top .phone div{
margin-bottom:10px
}
.top .phone span{
	display:block;
	font-size:14px
}
.top .phone .re{
	display:block;
	width:264px;
	height:39px;
	background:url(../images/vk.png) no-repeat;
	line-height:39px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	margin-top:5px;
		display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
	
}
.top .phone .re img{
 
	margin-right: 5px
}
.top .phone .re span{
	display: inline-block;	
}

.top .phone .re_vk{
	display:block;
	width:264px;
	height:39px;
	background:url(../images/vk.png) no-repeat;
	line-height:39px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	margin-top:5px;
		display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
	
}
.top .phone .re_vk img{
 
	margin-right: 5px;
	margin-top: -2px;
}
.top .phone .re_vk span{
	display: inline-block;	
}

.top .phone .re_tg{
	display:block;
	width:264px;
	height:39px;
	background:url(../images/tg.png) no-repeat;
	line-height:39px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	margin-top:5px;
		display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
	
}
.top .phone .re_tg img{
 
	margin-right: 5px;
	margin-top: -2px;
}
.top .phone .re_tg span{
	display: inline-block;	
}

.top .phone .re1{
	display:block;
	width:264px;
	height:39px;
	background:url(../images/wa.png) no-repeat;
	line-height:39px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	margin-top:5px;
		display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
	
}
.top .phone .re1 img{
 
	margin-right: 5px
}
.top .phone .re1 span{
	display: inline-block;	
}

.slider{
	box-shadow:0 3px 2px rgba(0,0,0,0.2);
	position:relative
}
.slider ul.slides > li{
	float:left;
	height:500px;
	color:#fff;
	position:relative
 
}
.slider ul.slides > li a{
	display:block;
	height:100%;
	width:100%;
	left:0;
	top:0;
	position: absolute;
}
.slider ul.slides > li a + img{
	display: block;
	width: 100%;
}
.slider .flex-viewport{
	width:100%;
	margin:0 auto
}

.plus{
	padding:0 0 40px 0
}
.plus .title{
	font-size:22px;
	text-align:center;
	line-height:1;
	color:#ea1b28;
	text-transform:uppercase;
	padding:40px 0;
	position:relative
}
.plus .title:before{
	position:absolute;
	width:100%;
	height:2px;
	background:#ea1b28;
	left:0;
	content:" ";
	display:block;
	top:50%;
	margin-top:-1px
}
.plus .title span{
	display:inline-block;
	padding:0 10px;
	background:#FFFFFF;
	position:relative;
	z-index:2
}
.plus ul{
	list-style:none;
	padding:0;
	margin:0 50px
}
.plus ul li{
	float:left;
	width:25%;
	text-align:center;
	padding:0 15px
}
.plus ul li:nth-child(1), .plus ul li:nth-child(2), .plus ul li:nth-child(3), .plus ul li:nth-child(4){
	height:290px
}
.plus ul li h3{
	color:#ea1b28;
	font-family:"pf_bold", serif;
	font-weight:400;
	margin-top:15px;
	line-height:1
}
.plus ul li p{
	color:#7d7d7c;
	line-height:1.1;
	font-size:14px
}
.plus ul li:nth-child(5){
	margin-left:12.5%
}

.about{
	padding:0 0 40px 0;
	background:#f73e4a;
	box-shadow:0 3px 2px rgba(0,0,0,0.2);
}
.about .title{
	font-size:22px;
	text-align:center;
	line-height:1;
	color:#fff;
	text-transform:uppercase;
	padding:40px 0;
	position:relative
}
.about .title:before{
	position:absolute;
	width:100%;
	height:2px;
	background:#fff;
	left:0;
	content:" ";
	display:block;
	top:50%;
	margin-top:-1px
}
.about .title span{
	display:inline-block;
	padding:0 10px;
	background:#f73e4a;
	position:relative;
	z-index:2
}
.about .inner{
	padding:0 50px;
	color:#fff
}
.about .inner p{
	padding-bottom:15px
}
.about .inner td{
	vertical-align:top
}

.reviews{
	padding:0 0 30px 0;
	border-bottom:2px solid #c5c6c6
}
.reviews .title{
	font-size:22px;
	text-align:center;
	line-height:1;
	color:#e91724;
	text-transform:uppercase;
	padding:40px 0;
	position:relative
}
.reviews .title:before{
	position:absolute;
	width:100%;
	height:2px;
	background:#e91724;
	left:0;
	content:" ";
	display:block;
	top:50%;
	margin-top:-1px
}
.reviews .title span{
	display:inline-block;
	padding:0 10px;
	background:#FFFFFF;
	position:relative;
	z-index:2
}
.reviews .item{
	padding:0px 50px 30px 50px;
	margin-bottom:30px;
	border-bottom:2px solid #c5c6c6
}
.reviews .item:last-child{
	border:none;
	margin-bottom:0;
	padding-bottom:20px
}
.reviews .item .name{
	font-size:32px;
	color:#cf090f;
	line-height:1
}
.reviews .item .introtext{
	color:#9d9e9e;
	font-size:18px;
	text-transform:lowercase;;
	line-height:1;
	padding-bottom:25px
}

.partners{
	padding:0 0 30px 0;
	border-bottom:2px solid #c5c6c6;
	box-shadow:0 3px 2px rgba(0,0,0,0.2);
}
.partners .title{
	font-size:22px;
	text-align:center;
	line-height:1;
	color:#e91724;
	text-transform:uppercase;
	padding:40px 0;
	position:relative
}
.partners .title:before{
	position:absolute;
	width:100%;
	height:2px;
	background:#e91724;
	left:0;
	content:" ";
	display:block;
	top:50%;
	margin-top:-1px
}
.partners .title span{
	display:inline-block;
	padding:0 10px;
	background:#FFFFFF;
	position:relative;
	z-index:2
}
.partners td{
	padding:0 15px
}
.map{
	
}
.footer{
	height:280px;
	background:#f73e4a;
	box-shadow:0 0 4px rgba(0,0,0,0.4) 
}
.footer .wrap{
	padding:0 95px
}
.footer .wrap{
	height:280px
}
.footer .m1, .footer .m2{
	list-style:none;
	padding:0;
	margin:35px 0 0 0;
	float:left
}
.footer ul li a{
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	display:block;
	margin-bottom:15px
}
.footer .m1{
	margin-right:120px
}
.footer div.phone{
	float:left;
	font-size:27px;
	color:#fff;
	line-height:1.1;
	margin:85px 0 0 55px
}
.footer div.phone .re{
	display:block;
	width:200px;
	height:30px;
	background:url(../images/re_footer.png) no-repeat;
	line-height:30px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	margin-top:5px
	
}
.footer .sc{
	position:absolute;
	left:95px;
	line-height:33px;
	color:#fff;
	font-size:12px;
	bottom:30px
}
.footer .sc img{
	display:inline-block;
	margin-right:23px;
	float:left
}
.footer .sc a{
	color:#fff
}
.footer form{
	width:251px;
	background:#e91724;
	padding:2px;
	float:right;
	border-radius:10px 0 10px 0;
	margin:35px 0 0 0
}
.footer form .title{
	display:block;
	width:248px;
	height:41px;
	width:248px;
	background:url(../images/foo_title.png) no-repeat;
	text-align:center;
	color:#fff;
	line-height:41px;
	margin-bottom:16px;
background: rgb(194,4,10);
background: linear-gradient(0deg, rgba(194,4,10,1) 0%, rgba(247,62,74,1) 100%);
	border: 2px solid rgb(194,4,10);
	border-radius: 10px 0 0 0
	
}
.footer form input[type=text]{
	 font-family: 'pf_regular', sans-serif;
	 width:185px;
	 height:23px;
	 border-radius:5px;
	 border:none;
	 margin:0 auto 12px auto;
	 display:block;
	 padding:0 10px
}
.footer form .invalid input{
	box-shadow:0 0 5px red inset
}
.footer form .btns{
	color:#fff;
	padding:0 32px
}
.footer form p.w{
	float:right;
	font-size:11px
}
.footer form .btns a{
	display:block;
	float:left;
	colro:#fff;
	font-size:14px;
	color:#fff;
	margin-top:-5px;
	margin-bottom:5px
}
.footer .success{
	width:250px;
	text-align:;
	position:absolute;
	color:#fff;
	font-weight:700;
	text-align:center;
	padding-top:3px
	
}
h1.title{
	font-size:22px;
	text-align:center;
	line-height:1;
	color:#dc1019;
	text-transform:uppercase;
	padding:40px 0;
	position:relative
}
h1.title:before{
	position:absolute;
	width:100%;
	height:2px;
	background:#c5c6c6;
	left:0;
	content:" ";
	display:block;
	top:50%;
	margin-top:-1px
}
h1.title span{
	display:inline-block;
	padding:0 10px;
	background:#FFFFFF;
	position:relative;
	z-index:2
}


.re.zam{
	display:block;
	width:248px;
	height:41px;
	width:248px;
	background:url(../images/foo_title.png) no-repeat;
	text-align:center;
	color:#fff;
	line-height:41px;
	text-decoration:none;

	position:fixed;
	bottom:0;
	right:20px;
	text-transform:uppercase;
	z-index:555;
		background: rgb(194,4,10);
background: linear-gradient(0deg, rgba(194,4,10,1) 0%, rgba(247,62,74,1) 100%);
	border: 2px solid rgb(194,4,10);
	border-radius: 10px 0 0 0
}



/*POPUP*/
.overlay{
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	z-index:9999;
	width:100%;
	height:100%;
	left:0;
	top:0;
	display:none
}
.popup{
 
	position:fixed;
	top:50%;
	left:50%;
	z-index:10000;
	display:none;
 
	width:251px;
	background:#f73e4a;
	padding:2px;
 
	border-radius:10px 0 10px 0;

}
.popup label{
	display:block;
	padding-bottom:10px
	
}
 
.popup form input[type=text]{
 
}
.popup form .invalid input{
	border-color:red
}
.popup textarea{

	 width:250px;
	 border:1px solid #000
}
.popup .invalid input{
 
	
}
.popup a.close{
	display:block;
	text-decoration:none;
	cursor:pointer;
	float:right;
	margin:-60px -60px 0 0;
	color:#f73e4a;
	font-size:50px
}
.popup form .button-1{
 
}
.popup form .success{
 
}
 
.popup form .title{
	display:block;
	width:248px;
	height:41px;
	width:248px;
	background:url(../images/foo_title.png) no-repeat;
	text-align:center;
	color:#fff;
	line-height:41px;
	margin-bottom:16px
	
}
.popup form input[type=text]{
	 font-family: 'pf_regular', sans-serif;
	 width:185px;
	 height:23px;
	 border-radius:5px;
	 border:none;
	 margin:0 auto 12px auto;
	 display:block;
	 padding:0 10px
}
.popup form input[type=email]{
	 font-family: 'pf_regular', sans-serif;
	 width:185px;
	 height:23px;
	 border-radius:5px;
	 border:none;
	 margin:0 auto 12px auto;
	 display:block;
	 padding:0 10px
}
.popup form input[type=phone]{
	 font-family: 'pf_regular', sans-serif;
	 width:185px;
	 height:23px;
	 border-radius:5px;
	 border:none;
	 margin:0 auto 12px auto;
	 display:block;
	 padding:0 10px
}
.popup form .invalid input{
	box-shadow:0 0 5px red inset
}
.popup form .btns{
	color:#fff;
	padding:0 32px
}
.popup form p.w{
	float:right;
	font-size:11px
}
.popup form .btns a{
	display:block;
	float:left;
	color:#fff;
	font-size:14px;
	color:#fff;
	margin-top:-5px;
	margin-bottom:5px
}
.popup.sentsub form input.button-1{
	display:block;
	float:left;
	color:#fff;
	font-size:14px;
	color:#fff;
	margin-top:-5px;
	margin-bottom:5px;
	background: none;
	border:none;
	text-decoration: underline;
	cursor: pointer;
	margin-left: 25px;
	margin-bottom: 10px;
}
.popup.sentsub form input.button-1:hover{
	text-decoration: none;
}
.popup .success{
	width:250px;
	text-align:;
	position:absolute;
	color:#fff;
	font-weight:700;
	text-align:center;
	padding-top:3px
	
}
/*END POPUP*/
.sentsub{
	width: 1006px;
	height: 402px;
}

a.scrollup {
    background: url("../images/up.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 20px;
    display: none;
    height: 50px;
    position: fixed;
    right: 50px;
    width: 50px;
	z-index:20;
	text-indent:-9999px
}

/*
div.pagination, div.pagination ul { position:relative; }
div.pagination  { float:right; right:50%; width:auto;    }
div.pagination ul { float:none!important; float:left; right:-50%; }
*/

.gallery_item{
	display:block;
	float:left;
	text-align:center;
	margin:0 6px 20px 6px
}
.gallery_item a{
	display:block
}
.gallery_item a:last-child{
	padding:3px 0
}
.photo{
	display:block;
	float:left;
	text-align:center;
	margin:0 6px 20px 6px
}
.text p{
	padding-bottom:20px
}
/* =====block1===== */
 
.block1 {
  width: 960px;
  height: 742px;
  margin:0 auto;
    position: relative;
	margin-top:30px
}
.balcon {
  top: 44px;
  transition: all .5s;

}
.balcon input[type="radio"] {
  display: none;
}
.balcon_area {
  margin-top: -68px;
  margin-bottom: 50px;
  position:relative
}
.balcon_area h2 {
  top: -10px;
  right: 31px;
  font-size: 28px;
  position: absolute;
}
.balcon label {
  color: #fff;
  font-size: 18px;
  padding-right: 2px;
  padding-left: 20px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.balcon label span {
  font-size: 24px;
  font-weight: bold;
}
#cool_balcon:checked ~
[for="cool_balcon"] {
  z-index: 1;
}
/* .btn2:active ~ .balcon_area .cool_balcon_inner {
  opacity: 1;display: block;
} */
#cool_balcon:checked ~
.balcon_area .cool_balcon_inner {
  opacity: 1;
  display: block;
}
#hot_balcon:checked ~
.balcon_area .hot_balcon_inner {
  opacity: 1;
  display: block;
}
#hot_balcon:checked ~
[for="hot_balcon"] {
  z-index: 1;
}
.cool_balcon img,
.hot_balcon img {
  float: left;
  padding-left: 8px;
}
.cool_balcon_inner,
.hot_balcon_inner {
  opacity: -1;
  display: none;
}
.balcon_area:after,
.cool_balcon_inner:after {
  content: '';
  clear: both;
  display: block;
}
.chek_balcon {
  width: 220px;
  height: 60px;
  top: 150px;
  left: 65px;
  z-index: 1;
  margin-top: 0px;
  position: absolute;

  background: rgb(54, 175, 225);
  background: linear-gradient(left, rgb(54, 175, 225) 50%, rgb(243, 63, 67) 50%);
  background: -webkit-linear-gradient(left, rgb(54, 175, 225) 50%, rgb(243, 63, 67) 50%);
}
.checkBlue{
  background:rgb(54, 175, 225);
}
.termometr_icon {
  width: 43px;
  height: 95px;
  left: 82px;
  top: -18px;
  position: absolute;
}
.toggle {
  width: 350px;
  height: 145px;
  top: 39px;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
.hot_img {
  width: 89px;
  height: 56px;
  top: -23px;
  left: -10px;
  position: absolute;
}
.cool_img {
  width: 75px;
  height: 56px;
  top: -18px;
  right: 77px;
  position: absolute;
}
.btn {
  padding: 0;
  left: 20px;
  bottom: 12px;
  outline: none;
  color: #FF5916;
  padding: 2px 10px;
  border-radius: 6px;
  position: absolute;
  border: 1px solid #FF5916;
  background: rgba(255, 255, 255, 0);
  cursor: default;
}
.btn2 {
  right: 20px;
  bottom: 12px;
  outline: none;
  color: #3792CB;
  padding: 2px 10px;
  border-radius: 6px;
  position: absolute;
  border: 1px solid #3792CB;
  background: rgba(255, 255, 255, 0);
  cursor: default;
}
.switch {
  top: 82px;
  z-index: 1;
  display: block;
  margin-left: 730px;
  position: relative;
}
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  outline: none;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.toggle input [type="checkbox"] {
  padding: 0;
  opacity: -1;
  box-sizing: border-box;
}
input.cmn-toggle-round + label {
  padding: 2px;
  width: 89px;
  height: 35px;
  border-radius: 60px;
  background-color: #dddddd;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
  display: block;
  position: absolute;
}
input.cmn-toggle-round + label:before {
  right: 1px;
  border-radius: 60px;
  background-color: #ff6448;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 36px;
  border-radius: 100%;
  transition: margin 0.4s;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
input.cmn-toggle-round:checked + label:before {
  background-color: #0060ab;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 60px;
}
.sliad {
  width: 200px;
  height: 200px;
  border: 1px solid #000;
}
.cool, .hot {
  position: absolute;
  visibility: hidden;
}
.cool + label, .hot + label {
  display: block;
  position: relative;
  cursor: pointer;
}
.silad input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  opacity: 1;
}
.txt {
  width: 320px;
  height: 230px;
  right: 10px;
  bottom: -45px;
  position: absolute;
  border-top: 1px solid #686868;
  border-bottom: 1px solid #686868;
  padding-bottom: 34px;
}
.txt ul{
	margin:0;
	 color: #686868;
  font-size: 15px;
	padding:0 0 0 15px

		}

.txt p {
  margin: 0;
  color: #686868;
  font-size: 15px;
  padding: 8px 0px;
  line-height: 18px;
}
.vector {
  width: 325px;
  height: 145px;
  right: 0;
  bottom: 0;
  bottom: 225px;
  position: absolute;
}
.vector ul li {
  float: left;
  clear: both;
  display: block;
  padding-top: 5px;
}
.vector ul li img{
  float: left;
  /*width: 32px;*/
}
.vector p {
  font-size: 16px;
  padding-left: 49px;
}
.preiskurant {
  width: 317px;
  height: 50px;
  right: 0;
  bottom: 115px;
  border-radius: 6px;
  background: #52a73c;
  position: absolute;
  display: none;
}
.p1{
  display: block;
}

.preiskurant p {

  color: #52a73c;
  padding-left: 15px;
  line-height:50px;
  font-size:22px;
  float:left

}
.preisk_green {
  width: 317px;
  height: 50px;
 
  border-radius: 6px;
  background: #52a73c;
  line-height:50px;
  font-size:22px;
  float:right
}
.preisk_green p {
  color: #fff;
  text-decoration: none;
}
.block1 a.popup_btn {
 
  right: 34px;
  bottom: 50px;
 
  outline: none;
 
  position: absolute;
 
  
  	background: rgba(0, 0, 0, 0) url("../images/foo_title.png") no-repeat scroll 0 0;

    color: #fff;
    display: block;
    height: 41px;
    line-height: 41px;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 248px;
}
.block1 a.popup_btn:active {
  transform: translate(2px, 2px);
  -webkit-transform: translate(2px, 2px);
}
.balcon_bottom h2 {
  left: 33px;
  bottom: 82px;
  float: left;
  font-size: 24px;
  position: absolute;
}
.balcon_bottom input[type="radio"] {
  display: none;
}
.balcon_bottom label {
  width: 33px;
  height: 33px;
  margin-left: 25px;
  border-radius: 5px;
  border: 1px solid #000;
  position: relative;
  transition: transform .5s;
  float: left;
  top: 261px;
  left: 335px;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
#color1:checked~ .balcon_bottom .balcon_bottom_color {
  background:  url(../images/white_balcon.png) no-repeat;
}
[for="color1"] {
  background: #f7f7f7;
  border: 1px solid #cecece;
}
[for="color2"] {
  background: #b43a38;
}
[for="color3"] {
  background: #e3ba2d;
}
[for="color4"] {
  background: #6ec757;
}
[for="color5"] {
  background: #4f94c4;
}
.balcon_bottom {
  transition: all .5s;
}
.balcon_bottom_color {
  position: absolute;
  top: 350px;
  left: 10px;
}
.cool_balcon_inner{
  width: 621px;
  height: 366px;
  opacity:1;
  background: url(../images/cool_balcon.png) no-repeat;
}
#cmn-toggle-1:checked ~ .balcon_area .cool_balcon_inner{
  width: 621px;
  height: 366px;
  background: url(../images/hot_balcon.png) no-repeat;
}
.balcon_bottom {
  transition: all .5s;
  margin-bottom: 26px;
  position:static
}
.balcon_bottom_color {
  top: 318px;
  left: 10px;
  display:none;
  position: absolute;
}
#bal-col1{
  display: block;
}
.balcon_bottom a{
  width: 40px;
  height: 40px;
  z-index:1;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  border: 1px solid #717171;
  box-shadow: 1px 1px 8px #717171;
}
.balcon_bottom a:nth-of-type(1){
  margin-left: 330px;
  background: #4f94c4;
  margin: 235px 0 0 343px;
}
.balcon_bottom a:nth-of-type(2){
  margin: 0px;
  background: #6ec757;
}
.balcon_bottom a:nth-of-type(3){
  margin: 0;
  background: #b43a38;
}
.balcon_bottom a:nth-of-type(4){
  margin: 0;
  background: #e3ba2d;
}
.balcon_bottom a:nth-of-type(5){
  margin: 0;
  background: #f7f7f7;
}


.link{
    display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.link a{
  margin: 0 auto;
  color: gray;
}
.link li:first-child a{
  color: rgb(255, 89, 22);
}
.link img{
  display: block;
  margin: 0 auto;
}

.heat_img {
  position: absolute;
  display: none;

}

.heat_img img{
    border: 3px solid rgb(255, 89, 22);
}
#tab1{
  display: block;
}
#link2 img.hid{
  display:block;
}
#link2 .not-hid{
  display:none;
}

img.hid{
  display: none;
}
#cold-ico{
  position: absolute;
  display: none;
}

.txt-p{
  display: none;
}
#hot-txt{
  display: block;
}
#clear-day{
  -webkit-animation: sun-rotate 10s linear infinite;
  animation: sun-rotate 10s linear infinite;
}
@-webkit-keyframes sun-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes sun-rotate {
  from {transform: rotate(0deg);  }
  to { transform: rotate(360deg); }
}
.sm a, .sm img{
	display:block
}
.sm a{
	float:left;
	margin-left:-1px
}
.action_button {
	font-size:36px;
	line-height:1.1;
	margin:58px 100px 0 0
}
.action_button.re {
	display:block;
	width:264px;
	height:39px;
	background:url(../images/re.png) no-repeat;
	line-height:39px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	margin-top:5px;
	background: rgb(194,4,10);
	border-radius: 10px
}
.center {
	margin: auto;
	width: 25%;	
}
.sitemap ul{padding:10px;list-style-type:none;margin:10px 20px;}
.sitemap ul ul,.sitemap ul ul, .sitemap ul ul ul, .sitemap ul ul ul ul {padding:10px;list-style-type:none;margin:10px 20px;border-left:3px solid #ccc;}
.sitemap ul li {padding:2px;}
.sitemap a{color:#666;}
.sitemap a:hover{color:#B2C629;}

.table-container{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	padding:0 1px;
}

.table-container::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-container::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
.table-container table{
	min-width: 300px;
	width: 100%
}

.close_nav {
    background: #142128 none repeat scroll 0 0;
    color: #ffa800 !important;
    position: fixed;
    text-align: center;
    text-decoration: none;
    top: 0px;
    transform: translateX(-100%);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    width: 25px;
    z-index: 88;
    width: 40px;
	height: 40px;
 font-size:36px;
 line-height: 40px;
	display: block;
	z-index:10;
}

.close_nav.open {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    left: 280px;
    transform: translateX(0%);
}
.nav_fixed{
	width:100%;
	top:40px;
	left:0;
	position: fixed;
	background: rgba(33,50,63,0.97);
	z-index: 66;
	-moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
 	 -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  	-webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  	-moz-transform: translateX(-100%);
  	-ms-transform: translateX(-100%);
  	-webkit-transform: translateX(-100%);
 	 transform: translateX(-100%);
 	 overflow-x: hidden;
    overflow-y: auto;
 	 height: 100%;
 	 padding-bottom: 50px;
}
.nav_fixed  li > a:hover, .nav_fixed  li.active > a{
	background: #ea1b28;
	color:#fff;
}
.nav_fixed.open{
	-moz-transform: translateX(0%);
  	-ms-transform: translateX(0%);
  	-webkit-transform: translateX(0%);
 	 transform: translateX(0%);
 	 box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.nav_fixed ul{
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #364a5a;
}
.nav_fixed ul .logo{
	display: none;
}
.nav_fixed ul li img{
	display: none;
}
.nav_fixed .title{
 
	text-transform: uppercase;
	font-size: 20px;
	color:#ffa800;
	    padding: 7px 20px;
	    border-bottom: 1px solid #364a5a;
}

 
.nav_fixed ul a{
	display: block;
	padding:7px 20px;
 
	font-size: 20px;
	color:#fff;
	text-decoration: none;
	position: relative;
	border-bottom: 1px solid #2c383e;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	border-bottom: 1px solid #364a5a;
	min-height: 40px
}

.nav_fixed ul ul a{
	color:#fff;
 
	font-size: 14px;
	padding-left: 40px;
	font-style: italic;
	padding:11px 20px 10px 40px;
}
.nav_fixed ul.catalog{

}
.nav_fixed > ul ul{
	display: none;
}
.nav_fixed ul ul ul a{
	
	font-size:14px
}
.nav_fixed ul ul ul a:before{
	display: inline-block;
	content: "—";
	margin-right: 10px;
	color:#f7a52f;
}
.nav_fixed ul ul a:hover:before{
	color: #fff;
}
.nav_fixed li.parent > a > span{
	position: absolute;
	top:0px;
	right:0px;
	height: 40px;
	width: 40px;
	background: url(../images/arr_catalog.png) no-repeat 50% 50%;
	display: block;
	opacity: 0.8;
	text-align: c
}
.nav_fixed li.parent > a:hover > span{
	background: url(../images/arr_catalog_m.png) no-repeat 50% 50%;
	opacity: 1
}
.nav_fixed li.parent > a > span.open{
	background: url(../images/arr_catalog_b_m.png) no-repeat 50% 50%;
}
.nav_fixed li.parent > a:hover > span.open{
	background: url(../images/arr_catalog_b_m.png) no-repeat 50% 50%;
}

.nav_fixed ul ul ul ul a:before{
	display: inline-block;
	content: "—";
	margin-right: 10px;
	color:#fff;
}
.nav_fixed ul ul ul ul a:hover:before{
	color: #fff;
}
.nav_fixed ul ul ul ul a{
	font-family: Arial;
	font-size:15px;
	margin-left: 15px;
	color:#fff;
	font-style: italic;
}

.nav_fixed .re{
	display: block;
 
	text-transform: uppercase;
	text-decoration: none;
	background: #ffa800;
	width: 220px;
	height: 40px;
	line-height: 40px;
	text-align: center;
 	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.nav_fixed .re:hover{
	background: #ffbb38;
}
.nav_fixed ul.main{
	margin-bottom: 40px;
}

.nav_fixed .phone{
 
	background: url(../images/phone_b.png) no-repeat 0 3px;
	padding-left: 23px;
 
	color:#fff;
	font-size: 17px;
	line-height: 1	;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;

}
.nav_fixed .phone span{
	font-size:23px;
	font-family: 'proxima_nova_rgbold';
}
.nav_fixed .phone a{
	text-decoration: none;
	color:#fff;
}

.s25 .y_tel {
    background: url(../assets/images/y.png) no-repeat scroll 0 21px rgba(0, 0, 0, 0);
    height: 130px;
    margin: 0 auto 20px;
    width: 619px;
}

.s25 .y_tel p {
    color: #333;
    
    font-size: 48px;
    line-height: 48px;
    text-align: center;
}

 .type_item_price {
    padding: 0 15px;
    margin-bottom: 20px;
}
 .type_item_price .type_item_price_item {
    position: relative;
    font-size: 20px;
    
    border-bottom: 1px solid #ececec;
    line-height: 37px;
    padding: 7px 0;
}
 .type_item_price .type_item_price_item span {
    position: absolute;
    right: 0;
    color: #fd4346;
    
    font-size: 27px;
}
 .type_item_price .type_item_price_item span b {
    font-weight: normal;
    color: #333;
    
    font-size: 20px;
}
div.pe-name {
    font-weight: 600;
    text-align: center;
    font-size: 21px;
    line-height: 1.3;
}
div.pe-text {
    font-size: 14px;
    line-height: 1.4;
    margin: 15px 10px 0;
    text-align: center;
    margin-bottom: 50px;
}

.text_slide .text_hide{
	display: none
}
.text_slide a.text_show{
	color: #dc1019
}

.change_profile_desc{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
 
 
}
.change_profile{
	max-width: 1024px;
	width: 100%;
	margin: 0 auto
	
}
.change_profile_desc{
	margin: 0 -15px
}
.change_profile_item{
	margin-bottom: 15px	;
	border-bottom: 1px solid #e91724;
	padding-bottom: 15px;
}
.change_profile_item img{
	max-width: 100%
}
.change_profile_item a{
	color: #e91724;
	font-weight: 700
}
.change_profile_item a.active{
	text-decoration: none;
	color: #000
}
.change_profile_desc_item{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	width: 33.33%
}
.change_profile_desc_item img{
	width: 100%
}
.change_profile_desc_item .change_profile_desc_title{
	font-weight: 700;
	margin-bottom: 10px	
}

.change_profile_desc a.re{
	display: block;
    width: 264px;
    height: 39px;
    background: url(../images/re.png) no-repeat;
    line-height: 39px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin: 0 auto
}
.change_profile_desc_price{
	margin: 10px 0
}
.change_profile_desc_price span.price{
	font-weight: 700;
	color: #e91724;
	font-size: 24px
}
	
/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0;
	display: table-cell;
	padding: 3px 10px;
	
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/*BLUE*/
.menu, .plus .title:before, .plus .title:after, .reviews .title:before, .reviews .title:after, .partners .title:before, .partners .title:after {
	background: #c2040a
}
h1.title, .plus .title, .plus ul li h3, .reviews .title, .reviews .item .name, .partners .title, .text_slide a.text_show, .change_profile_item a, .change_profile_desc_price span.price{
	color: #c2040a
}
.footer, .about, .about .title span {
	background: #c2040a
}
.top ul li a {
	color: #c2040a
}
.menu ul li a:hover, .menu ul li.active a {
	background: #ed3232 !important
}
.footer form {
	background: #ed3232 !important
}
.jcarousel-item, .change_profile_item {
	border-color: #c2040a !important
}
.popup {
	background: #c2040a
}