.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding: 0;
}
.row{
	margin: 0;
}
.container{
	padding: 0 10px;
}
input:focus,
textarea:focus,
button:focus {
	outline: none;
}
*::-webkit-input-placeholder {
	color: #656565;
	opacity: 1;
}
*:-moz-placeholder {
	color: #656565;
	opacity: 1;
}
*::-moz-placeholder {
	color: #656565;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #656565;
	opacity: 1;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	font-family: "OpenSansRegular", sans-serif;
	font-size: 16px;
	min-width: 320px;
	max-width: 1920px;
	position: relative;
	overflow-x: hidden;
	color: #2c3e50;
	background-color: #fff;
	line-height: 1.3em;
	margin: 0 auto;
}
a{
	color: #000;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
	line-height: 1.2em;
	font-family: "OpenSansBold";
}
h1{
	background-color: #4a5e73;
	color: #fce149;
	display: inline-block;
	font-size: 41px;
	max-width: 745px;
	width: 100%;
}
h1 .bg{
	position: relative;
	top: -5px;
	left: -5px;
	background-color: #2c3e50;
	padding: 10px 40px;
	display: block;
}
h2{
	text-align: center;
	font-size: 40px;
}
h2 span{
	display: block;
	font-family: "OpenSansRegular";
}
h3{}
form{
	text-align: center;
}
form .politika{
	display: inline-block;
	margin: 10px 0 0;
	color: #fff;
	font-size: 12px;
}
form .politika:hover{
	color: #fce149;
}
input:not(.btn){
	max-width: 386px;
	width: 100%;
	height: 47px;
	background-color: whitesmoke;
	border: 1px solid rgba(101, 101, 101, 0.27);
	padding: 0 15px;
	font-size: 21px;
	font-family: "OpenSansLight";
	margin-bottom: 30px;
}
input.btn{
	width: 356px;
	height: 79px;
	background-color: transparent;
	border:none;
	background-image: url(../img/bg/bg_btn.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	font-size: 34px;
}
input.btn:hover{
	opacity: .9;
}
input.ierror{
	border-color: red!important;
}
.clearfix::after,
.clearfix::before{
	content: " ";
	display: table;
}
.clearfix::after,
.clr{
	clear: both;
}
.btn{
	display: inline-block;
	text-align: center;
	font-size: 20px;
	background-image: url(../img/bg/bg_btn.png);
	-webkit-background-size: cover;
	background-size: cover;
	padding: 15px 35px;
}
.btn:hover{
	opacity: .9;
}

.bg_body{
	background-image: url(../img/bg/bg_body1.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
}
/*HEADER*/
header{
}
.header_top{
	background-color: #2c3e50;
	padding: 15px 0;
	text-align: center;
}
.logo{
	float: left;
	margin-top: 25px;
}
.callback{
	float: right;
}
.callback .phone{
	color: #fff;
	font-size: 20px;
	margin: 3px 0;
	display: inline-block;
}
.callback .phone span{
	font-size: 14px;
}
.callback .btn{
	margin-top: 10px;
}
.nav_fixet{
	position: fixed;
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	width: 100%;
	min-width: 320px;
	background-color: #2c3e50;
	z-index: 999;
	top: 0;
	left: 0;
	box-shadow: 0 3px 20px rgba(0,0,0,.6);
}
.nav_fixet .menu{
	margin-top: 0;
	padding: 15px 10px;
}
.nav_fixet .menu li{
	margin: 0 25px;
}
.menu_small{
	display: none;
	text-align: right;
}
.menu{
	margin-top: 40px;
}
.menu li{
	display: inline-block;
	margin: 0 15px;
}
.menu a{
	color: #fff;
	font-size: 19px;
	font-family: "OpenSansLight";
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.menu a:hover,
.menu .active a{
	color: #fce149;
}
.header_main{
	background-image: url(../img/bg/bg_header.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 25px 0 0;
	min-height: 1585px;
}
.header_main .h3{
	background-color: #d9c551;
	font-size: 28px;
	display: inline-block;
	margin-top: 15px;
}
.header_main .h3 .bg{
	position: relative;
	top: -5px;
	left: -5px;
	background-color: #fce149;
	padding: 15px 40px;
	display: block;
}
.header_main .h3 span .big{
	font-size: 39px;
}
.header_main ul{
	margin-left: 120px;
	margin-top: 385px;
	float: left;
	color: #fff;
}
.header_main li{
	padding-left: 30px;
	font-size: 27px;
	text-transform: uppercase;
	padding-left: 45px;
	padding-top: 5px;
	margin-bottom: 5px;
	background-image: url(../img/bg/bg_icons_checkbox.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 38px;
}
.header_main form{
	float: right;
	max-width: 480px;
	width: 100%;
	margin-top: -140px;
	position: relative;
}
.header_main form .bg{
	background-image: url(../img/bg/bg_form.png);
	-webkit-background-size: content;
	background-size: content;
	padding: 115px 30px 130px;
	position: relative;
	z-index: 2;
}
.header_main form .stock{
	position: absolute;
	top: 45px;
	left: 30px;
	color: #fce149;
	font-size: 34px;
	line-height: 1em;
	text-align: center;
	font-family: "OpenSansBold";
	padding: 10px 25px; 
	-webkit-transform: rotateZ(-30deg);
	-ms-transform: rotateZ(-30deg);
	transform: rotateZ(-30deg);
	background-color: #e74c3c;
	z-index: 3;
}
.header_main form .stock_shadow{
	position: absolute;
	top: 120px;
	left: 20px;
	background-color: #bb3f33;
	width: 198px;
	height: 50px;
	-webkit-transform: rotateZ(15deg);
	-ms-transform: rotateZ(15deg);
	transform: rotateZ(15deg);
	z-index: 1;
}
.header_main form h3{
	text-transform: uppercase;
	color: #e74c3c;
	font-size: 27px;
	font-family: "OpenSansSemiBold";
}
.header_main form p{
	color: #fff;
	font-size: 20px;
	margin: 5px 0 20px;
}
.header_main .timer_wrap{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
/*/HEADER*/

/*WHY*/
.s_why{
	padding: 90px 0;
	background-image: url(../img/bg/bg_why.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -870px;
}
.s_why h2{
	color: #fce149;
}
.s_why .wrap{
	margin-top: 90px;
	text-align: center;
}
.s_why .item{
	display: inline-block;
	width: 376px;
	height: 448px;
	margin-top: -80px;
	color: #fff;
	font-size: 31px;
	line-height: 1.2em;
	background-image: url(../img/bg/bg_why_item.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding: 255px 50px 20px;
	vertical-align: top;
	position: relative;
}
.s_why .item span{
	color: #fce149;
}
.s_why .item::before{
	content: '';
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translate(-50%,0);
	width: 150px;
	height: 153px;
	background-image: url(../img/bg/bg_why_items.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.s_why .item.item2::before{
	background-position: -150px 0;
}
.s_why .item.item3::before{
	background-position: -300px 0;
}
.s_why .item.item4::before{
	background-position: -450px 0;
}
.s_why .item.item5::before{
	background-position: -600px 0;
}
.s_why .item.item1,
.s_why .item.item4{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
.s_why .item.item2,
.s_why .item.item5{
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}
.s_why .item.item3{
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
/*/WHY*/

/*OPTIONS*/
.s_options{
	padding: 50px 0;
}
.s_options .wrap{
	margin-top: 45px;
	position: relative;
	background-image: url(../img/bg/bg_options_img.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 603px;
	text-align: center;
}
.s_options li{
	display: inline-block;
	position: absolute;
}
.s_options li:nth-child(1){
	top: -15px;
	left: 230px;
}
.s_options li:nth-child(2){
	top: 95px;
	right: 385px;
}
.s_options li:nth-child(3){
	top: 185px;
	right: 80px;
}
.s_options li:nth-child(4){
	top: 215px;
	left: 360px;
}
.s_options li:nth-child(5){
	top: 395px;
	left: 380px;
}
.s_options li:nth-child(6){
	top: 510px;
	left: 575px;
}
.s_options li span{
	background-image: url(../img/bg/bg_options_item.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 150px;
	line-height: 32px;
	text-align: center;
	font-size: 20px;
	font-family: "OpenSansLight";
	position: relative;
}
.s_options li span::before{
	content: '';
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translate(-50%,0);
	width: 26px;
	height: 30px;
	background-image: url(../img/bg/bg_icons_search.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.s_options .center{
	text-align: center;
	margin-top: 50px;
}
.s_options .btn{
	padding: 22px 15px;
	text-transform: uppercase;
}
/*/OPTIONS*/

/*POPULAR*/
.s_popular{
	padding: 50px 0;
}
.s_popular .wrap{
	margin-top: 10px;
}
.s_popular .item{
	text-align: center;
	max-width: 300px;
	margin: 50px auto 0;
}
.s_popular .item .img{
	margin: 20px 0;
	min-height: 260px;
	line-height: 260px;
}
.s_popular .item .img img{
	max-width: 100%;
}
.s_popular .item .btn {
    padding: 22px 15px;
    text-transform: uppercase;
    min-width: 287px;
    margin: 10px 0;
}
/*/POPULAR*/

/*STEPS*/
.s_steps{
	background-image: url(../img/bg/bg_steps.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	background-color: #2c3e50;
	padding: 75px 0 65px;
	color: #fce149;
	position: relative;
	overflow: hidden;
}
.s_steps .wrap{
	text-align: center;
}
.s_steps .item{
	width: 270px;
	display: inline-block;
	vertical-align: top;
	margin: 0 -20px;
	padding-top: 170px;
	position: relative;
	background-image: url(../img/bg/bg_steps_item.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.s_steps .item.item2,
.s_steps .item.item4{
	margin-top: 270px;
}
.s_steps .item.item3{
	margin-top: 390px;
}
.s_steps .item .number{
	font-size: 70px;
	line-height: 1em;
	font-family: "OpenSansBold";
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translate(-50%,0);
}
.s_steps .item h3{
	font-size: 30px;
}
.s_steps .item p{
	margin: 0;
	font-size: 14px;
	line-height: 1.2em;
}
.s_steps .item::after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-100%);
	height: 450px;
	width: 2px;
	background-color: #fce149;
}
.s_steps .item.item3::after{
	height: 370px;
}
/*/STEPS*/

/*ADVANTAGES*/
.s_advantages{
	background-image: url(../img/bg/bg_advantages.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 45px 0 70px;
}
.s_advantages .wrap{
	text-align: center;
	margin-top: 110px;
}
.s_advantages .item{
	width: 284px;
	height: 338px;
	background-image: url(../img/bg/bg_advantages_item.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 130px 20px 10px;
	color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: -70px 2px 0;
}
.s_advantages .item h3{
	color: #fce149;
	font-size: 21px;
	font-family: "OpenSansRegular";
	text-transform: none;
}
.s_advantages .item h3 span{
	color: #e74c3c;
}
.s_advantages .item p{
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.2em;
}
.s_advantages .item::before{
	content: '';
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translate(-50%,0);
	width: 60px;
	height: 56px;
	background-image: url(../img/bg/bg_advantages_items.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.s_advantages .item.item2::before{
	background-position: -60px 0;
}
.s_advantages .item.item3::before{
	background-position: -120px 0;
}
.s_advantages .item.item4::before{
	background-position: -180px 0;
}
.s_advantages .item.item5::before{
	background-position: -240px 0;
}
.s_advantages .item.item6::before{
	background-position: -300px 0;
}
.s_advantages .item.item7::before{
	background-position: -360px 0;
}
.s_advantages .item.item1,
.s_advantages .item.item5{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
.s_advantages .item.item2,
.s_advantages .item.item6{
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}
.s_advantages .item.item3,
.s_advantages .item.item7{
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
.s_advantages .item.item4{
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
/*/ADVANTAGES*/

/*PROJECTS*/
.s_projects{
	background-image: url(../img/bg/bg_projects.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding: 65px 0 90px;
	color: #fce149;
}
.s_projects .item{
	margin-top: 55px;
}
.s_projects .item .img_wrap{
	text-align: center;
}
.s_projects .item .img{
	border: 3px solid #fce149;
	display: inline-block;
}
.s_projects .item .img.big{
	width: 585px;
	height: 330px;
}
.s_projects .item .img.small{
	width: 186px;
	height: 105px;
	border: 3px solid #fce149;
	margin: 10px 3px 0;
}
.s_projects .item .img img{
	width: 100%;
	height: 100%;
}
.s_projects .item .text{
	margin-left: 20px;
}
.s_projects .item h3{
	text-transform: none;
	font-size: 26px;
	margin-bottom: 30px;
}
.s_projects .item p{
	color: #fff;
	font-size: 16px;
	line-height: 1.2em;
	margin: 5px 0;
}
/*/PROJECTS*/

/*LAST*/
.s_last{
	background-image: url(../img/bg/bg_last.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	background-color: #2c3e50;
	padding: 100px 0;
	text-align: center;
}
.s_last form{
	background-image: url(../img/bg/bg_last_form_arrows.png);
	background-position: center 25px;
	background-repeat: no-repeat;
}
.s_last input:not(.btn){
	max-width: 345px;
}
.s_last form h3{
	background-color: #4a5e73;
	color: #fce149;
	font-size: 19px;
	font-family: "OpenSansSemiBold";
	max-width: 1000px;
	margin: 0 auto 50px;
}
.s_last form h3 .bg{
	position: relative;
	top: -5px;
	left: -5px;
	background-color: #2c3e50;
	display: block;
	padding: 20px 5px;
}
.s_last form input.btn{
	margin: 10px auto 0;
	display: block;
}
.s_last .stock{
	margin: 70px 0 -3px;
	display: inline-block;
	background-color: #e74c3c;
	padding: 5px 30px;
	font-size: 34px;
	color: #fce149;
}
.s_last .timer_wrap .label{
	float: none;
	margin: -5px auto 0;
}
/*/LAST*/

/*CONTACTS*/
.s_contacts{
	position: relative;
}
.s_contacts .wrap{
	background-image: url(../img/bg/bg_contacts_wrap.png);
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	max-width: 415px;
	width: 100%;
	min-height: 495px;
	padding: 125px 30px 30px;
	position: absolute;
	top: 95px;
	left: 0;
	z-index: 3;
}
.s_contacts .wrap h3{
	font-size: 27px;
	font-family: "OpenSansSemiBold";
	color: #e74c3c;
}
.s_contacts .wrap li{
	margin-top: 30px;
	font-size: 23px;
	color: #fff;
}
.s_contacts .wrap li .phone{
	display: inline-block;
	margin: 5px 0;
}
.s_contacts .wrap li span{
	font-size: 15px;
}
.s_contacts .wrap li a{
	color: #fff;
}
#map{
	width: 100%;
	height: 700px;
}
/*/CONTACTS*/

/*FOOTER*/
footer{
	padding: 20px 0;
	background-color: #2c3e50;
	text-align: center;
}
footer .title{
	color: #e74c3c;
	font-size: 22px;
	line-height: 1.2em;
	margin-top: 35px;
}
/*/FOOTER*/

/* Contdonwn */

.timer_wrap{
	width: 400px;
	z-index: 3;
	margin: 0 auto;
	text-align: center;
}
.timer_wrap .timer{
	background-image: url(../img/bg/bg_timer.png);
	-webkit-background-size: cover;
	background-size: cover;
	height: 92px;
	padding: 10px 0 0;
}
.timer_wrap .label{
	background-image: url(../img/bg/bg_timer_label.png);
	background-position: center bottom;
	padding: 5px 10px;
	width: 294px;
	display: inline-block;
	margin-top: -5px;
	float: right;
	margin-right: 30px;
}
.timer_wrap .cdt {
	font-size: 42px;
	color: #e74c3c;
	font-weight: bold;
}

.timer_wrap .cdt .number-wrapper {
	margin: 10px;
	position: relative;
}

.timer_wrap .cdt .number {
	display: inline-block;
	padding: 0 12px;
	line-height: 1em;
	text-align: center;
}
.timer_wrap .cdt .caption {
	font-size: 17px;
	position: absolute;
	bottom: -15px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #fffefe;
	text-transform: lowercase;
}

/* Contdonwn */

/*POPUP*/
.fancybox-skin{
	padding: 0 !important;
	border-radius: 10px;
}
.fancybox-overlay{
	background-image: none;
	background-color: rgba(44,62,80,.9);
}
.fancybox-close{
	top: 10px;
	right: 10px;
	background-image: url(../img/bg/bg_icons_close.png);
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.popup{
	width: 300px;
	background-color: white;
	border-radius: 10px;
	padding: 45px 10px 40px;
	text-align: center;
	box-shadow: 0.2px 1px 7px rgba(0, 0, 0, 0.29);
}
.popup h2{
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}
.popup h2 span{
	font-size: 18px;
	line-height: 1.2em;
}
.popup p{
	font-size: 20px;
	margin: 0;
}
.popup input:not(.btn){
	margin-bottom: 15px;
	font-size: 18px;
}
.popup input.btn{
	width: 222px;
	height: 47px;
	font-size: 20px;
}
.popup .politika{
	color: #000;
	border-color: #000;
	font-size: 14px;
}
.popup .politika:hover{
	color: #e74c3c;
	border-color: #e74c3c;
}
.popupCalc{
	max-width: 1140px;
	min-width: 300px;
	border: 1px solid #fce149;
	text-align: center;
	padding: 10px;
	background-color: #fff;
}
.popupCalc .left{
	width: 430px;
	border: 5px solid #fce149;
	padding: 10px;
	float: left;
	min-height: 900px
}
.popupCalc .left .imgType{
	max-width: 100%;
	margin: 30px 0;
}
.popupCalc .right{
	float: right;
	width: 688px;
}
.popupCalc .right .border{
	border: 5px solid #fce149;
	border-left: none;
	border-bottom:none;
	padding: 20px 10px;
}
.popupCalc .typeWrap{
	
}
.popupCalc h3{
	font-size: 30px;
	font-family: "OpenSansSemiBold";
	margin-bottom: 20px;
}
.popupCalc input[type="radio"]{
	display: none;
}
.popupCalc input[type="radio"]:checked + label{
	border: 3px solid #fce149;
}
.popupCalc label{
	cursor: pointer;
}
.popupCalc .typeWrap label{
	display: inline-block;
	border: 3px solid transparent;
	margin: 10px 15px;
	padding: 3px;
}
.popupCalc .typeWrap label img{
	max-width: 100%;
}
.popupCalc .sizeWrap{

}
.popupCalc .inputWrap{
	font-size: 26px;
}
.popupCalc .inputWrap input{
	width: 169px;
	height: 47px;
	background-color: whitesmoke;
	border: 1px solid rgba(101, 101, 101, 0.27);
	margin: 0 10px 15px;
}
.popupCalc .inputWrap .label{
	width: 120px;
	display: inline-block;
	text-align: right;
}
.popupCalc .right .profileWrap,
.popupCalc .right .addWrap{
	float: left;
	min-height: 425px;
	border-bottom: 5px solid #fce149;
}
.popupCalc .right .profileWrap{
	width: 300px;
}
.popupCalc .right .addWrap{
	width: 388px;
	padding-top: 90px;
}
.popupCalc input[type="checkbox"]{
	display: none;
}
.popupCalc input[type="checkbox"]:checked + label::after{
	opacity: 1;
}
.popupCalc .checkboxWrap label{
	display: block;
	width: 180px;
	margin: 20px auto;
	font-size: 25px;
	position: relative;
	padding-left: 35px;
	text-align: left;
}
.popupCalc .checkboxWrap label::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	background-color: whitesmoke;
	border: 1px solid rgba(101, 101, 101, 0.27);
}
.popupCalc .checkboxWrap label::after{
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	background-color: #2c3e50;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.popupPolitika{
	padding: 20px 10px;
	text-align: center;
	max-width: 1000px;
}
.popupPolitika h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.popupPolitika p{
	margin: 5px 0;
}
.popupPopular{
	max-width: 900px;
	padding: 20px 10px;
}
.popupPopular .right{
	float: right;
	max-width: 500px;
	margin-left: 20px;
}
.popupPopular .right b{
	color: #e74c3c;
}
.popupPopular .left{
	float: left;
}
.popupPopular .img img{
	max-width: 100%;
}
/*/POPUP*/

/*MENU SMALL*/
.c-hamburger {
	display: inline-block;
	position: relative;
	width: 35px;
	height: 30px;
	font-size: 0;
	text-indent: -9999px;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	z-index: 999;
}

.c-hamburger:focus {
	outline: none;
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	height: 6px;
	background-color: #fce149;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #fce149;
	content: "";
}

.c-hamburger span::before {
	top: -8px;
}

.c-hamburger span::after {
	bottom: -8px;
}
.c-hamburger--htx {
	background-color: transparent;
}

.c-hamburger--htx span {
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
	transition-property: top, transform;
}

.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}


.c-hamburger--htx.is-active {
	background-color: transparent;
}

.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
	background-color: #fff;
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
	background-color: #fff;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}
/*/MENU SMALL*/

/*ICONS*/
.fixetPhone{
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 50px;
	height: 50px;
	background-image: url(../img/bg/bg_icons_phoneFixet.png);
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 99;
}
.fixetCalc{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 50px;
	background-image: url(../img/bg/bg_icons_calcFixet.png);
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 99;
}
.fixetPhone,
.fixetCalc{
	-moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fixetPhone:hover,
.fixetCalc:hover{
	opacity: .9;
	-webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}
/*/ICONS*/