html *{
	max-height:1000000px;
}

*{
	margin: 0;
	padding: 0;
}
input:active, input:focus{
	outline: none;
}
input::-webkit-input-placeholder {
	color:#5f5f5f;
}
input::-moz-placeholder{
	color:#5f5f5f;
}
:-ms-input-placeholder{
	color:#5f5f5f;
}
textarea:-moz-placeholder {
	color:#5f5f5f;
}
textarea::-webkit-input-placeholder {
	color:#5f5f5f;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	box-sizing:border-box;
	-webkit-text-size-adjust:100%;
	background: #fff;
}
h1, h2, h3, h4, strong{
	font-family: 'Neucha', cursive;
}
.phone strong {
	font-size: 18px;
}
.delivery {
	font-family: 'Neucha', cursive;
	font-size: 30px;
}
.container{
	min-width: 960px;
	max-width: 960px;
	margin:0 auto;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.over{
	overflow: hidden;
}
.right{
	float: right;
}
.left{
	float: left;
}
.center{
	margin: 0 auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}
.vam{
	display: inline-block;
	height: 100%;
	width:0;
	vertical-align: middle;
}
.vab{
	display: inline-block;
	height: 100%;
	width:0;
	vertical-align: bottom;
}
.tb{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top:1px solid transparent;
}
.full{
	width: 100%;
	background-attachment: relative;
	background-position: center center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
/* ***HEADER*** */
header{
	width: 100%;
	min-width: 960px;
	height: 700px;
	background: url('../images/bg-header.jpg') no-repeat center;
	overflow: hidden;
}
.top-header{
	max-width: 100%;
	min-width: 960px;
	height: 160px;
	background: rgba(232,232,232,0.6);
}
.top-header .container{
	position: relative;
	height: 100%;
}
.top-header .top-title h1{
	font-size: 32px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	padding: 27px 0px 5px 0px;
	line-height: 48px;
}
.top-header .top-title h2{
	display: inline-block;
	font-size: 32px;
	font-weight: 700;
	color: #000;
	text-transform: lowercase;
	padding: 0px 15px 0px 15px;
	background: #01b7cb;
	border-radius: 10px;
}
.top-header .logo{
	display: inline-block;
	position: absolute;
	top:22px;
	left: 10px;
}
.top-header .phone{
	display: inline-block;
	position: absolute;
	top: 27px;
	right:0px;
}
.top-header .phone h3{
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.top-header .phone .btn{
	text-align: center;
	display: inline-block;
	margin-bottom: 5px;
}
.top-header .phone .btn a{
	display         : inline-block;
	text-decoration : none;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #000;
	width           : 160px;
	height          : 25px;
	border-radius   : 7px;
	background-image: -moz-linear-gradient( 90deg, rgb(3,99,141) 0%, rgb(26,144,196) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(3,99,141) 0%, rgb(26,144,196) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(3,99,141) 0%, rgb(26,144,196) 100%);
}
.top-header .phone .btn a:hover{
	background-image: -moz-linear-gradient( 270deg, rgb(3,99,141) 0%, rgb(26,144,196) 100%);
	background-image: -webkit-linear-gradient( 270deg, rgb(3,99,141) 0%, rgb(26,144,196) 100%);
	background-image: -ms-linear-gradient( 270deg, rgb(3,99,141) 0%, rgb(26,144,196) 100%);
}
.top-header .phone p{
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}
.top-header .menu{
	display         : inline-block;
}
.top-header .menu ul li{
	display: inline-block;
}
.top-header .menu ul li a{
	outline: none;
    text-decoration: none;
}
.top-header .menu ul li a:hover{
	text-decoration: none;
	color: #D24A43;
}
header .container{
	position: relative;
}
header .delivery{
	display: inline-block;
	position: absolute;
	top: 324px;
	left: 227px;
}
header .delivery p{
	font-weight: 700;
	line-height: 1.2em;
	color: #000;
	letter-spacing: -0.05em;
	margin-bottom: 9px;
	font-size: 24px;
}
header .delivery p span{
	display: inline-block;
	font-weight: 400;
}
header .wrap-forma{
	position: relative;
	display      : inline-block;
	border-radius: 5px;
	width        : 453px;
	height       : 423px;
	margin-top: 20px;
	margin-right: -20px;
}
header .wrap-forma-wrap{
	position: relative;
	display      : inline-block;
	border-radius: 5px;
	width        : 453px;
	margin-top: 20px;

}
header .wrap-forma:after{
	position: absolute;
	/*content: url('../images/baloons.png');*/
	bottom:20px;
	left: -90px;
}
header .wrap-forma h2{
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-top: 10px;
}
header .wrap-forma h4{
	text-align: left;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-left: 0px;
}
header .wrap-forma del{
	font-size: 30px;
	font-weight: 700;
}
header .wrap-forma h4 span{
	font-weight: 400;
}
header .wrap-forma mark{
	color: #555454;
	border-radius: 5px;
	padding: 0px 5px;
	background: #ffc835;
}
header .timer{
	position: relative;
	height: 80px;
	z-index: 100;
}
header .timer h5{
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	color: #000;
	margin-top: 3px;
	text-transform: uppercase;
}
header .forma{
	position: relative;
	z-index: 100;
}
header .forma h5{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
header .forma input{
	width             : 304px;
	height            : 40px;
	font-family: 'Roboto';
	font-size: 16px;
	color: #5f5f5f;
	border :1px solid #d6d5d3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing   : border-box;
	box-sizing        : border-box;
	padding-left: 35px;
}
header .forma input:nth-of-type(1){
	background: #fff url('../images/user.png') no-repeat 10px center;
	margin-bottom: 15px;
}
header .forma input:nth-of-type(2){
	background: #fff url('../images/phone.png') no-repeat 10px center;
	margin-bottom: 10px;
}
header .forma button{
	width: 304px;
	height: 50px;
	background: #d24a43;
	border: none;
	font-family: 'Roboto';
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 5px;
}
header .forma a{
	display: inline-block;
	font-family: 'Roboto';
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	color: #000;
}
header .forma a:hover{
	text-decoration: none;
}
/* ***ADVANTAGES*** */
.advantages{
	width: 100%;
	min-width: 960px;
	height: 270px;
}
.advantages .row{
	font-size: 0;
}
.advantages .row .col{
	display: inline-block;
	width: 230px;
	vertical-align: top;
	margin: 0px 5px;
}
.advantages .row .col:first-child{
	margin-left: 0;
}
.advantages .row .col:last-child{
	margin-right: 0;
}
.advantages .row .col .wrap-icon{
	margin-top: 50px;
	height: 130px;
}
.advantages .row .col p{
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 700;
	color: #000;
	margin-top: 10px;
}
/* ***OFFER*** */
.offer{
	width: 100%;
	min-width: 960px;
	height: 660px;
}
.title{
	margin: 10px 0px 10px;
}
.title h2{
	font-size: 36px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.offer .title{
	margin: 10px 0px 35px;
}
.offer .row{
	font-size: 0;
	text-align: center;
}
.offer .row .col{
	display: inline-block;
	width: 300px;
	height: 275px;
	vertical-align: top;
	margin: 0px 10px;
}
.offer .row .col:first-child{
	margin-left: 0px;
}
.offer .row .col:last-child{
	margin-right: 0px;
}
.offer .row .col h4{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2em;
	color: #000;
	text-transform: uppercase;
}
/* ***BALOONS_BIRTHDAY */
.balloonsBirthday{
	width: 100%;
	min-width: 960px;
}
.balloonsBirthday .title{
	margin: 0px 0px 30px;
}
.balloonsBirthday .title p{
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}
.balloonsBirthday .row{
	font-size: 0;
	text-align: center;
}
.balloonsBirthday .col{
	display: inline-block;
	width: 190px;
	vertical-align: top;
}
.balloonsBirthday .col .wrap-img{
	margin-bottom: 5px;
	height: 160px;
}
.balloonsBirthday .col .text{
	min-height: 60px;
}
.balloonsBirthday .col .text h5{
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.balloonsBirthday .col .text p{
	font-size: 11px;
	line-height: 1.2em;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}
.balloonsBirthday .col .btn{
	margin-top: 4px;
}
.balloonsBirthday .col .btn a{
	display: inline-block;
	text-decoration: none;
	width: 140px;
	height: 18px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 16px;
	border-radius:4px;
}
.balloonsBirthday .col .btn a:hover{
	opacity: 0.8;
}
/* ***BALLOONS_TO_CEILING*** */
.balloonsToCeiling{
	width: 100%;
	min-width: 960px;

}
.balloonsToCeiling .title{
	margin: 0px 0px 45px;
}
.balloonsToCeiling .row{
	font-size: 0;
	text-align: center;
}
.balloonsToCeiling .col{
	display: inline-block;
	width: 190px;
	vertical-align: top;
}
.balloonsToCeiling .col .wrap-img{
	margin-bottom: 5px;
	height: 160px;
}
.balloonsToCeiling .col .text{
	min-height: 60px;
}
.balloonsToCeiling .col .text h5{
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.balloonsToCeiling .col .text p{
	font-size: 11px;
	line-height: 1.2em;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}
.balloonsToCeiling .col .btn{
	margin-top: 4px;
}
.balloonsToCeiling .col .btn a{
	display: inline-block;
	text-decoration: none;
	width: 140px;
	height: 18px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 16px;

}
.balloonsToCeiling .col .btn a:hover{
	opacity: 0.8;
}
/* ***BALLOONS_TO_EXTRACT*** */
.balloonsToExtract{
	width: 100%;
	min-width: 960px;

}
.balloonsToExtract .title{
	margin: 0px 0px 35px;
}
.balloonsToExtract .row{
	font-size: 0;
	text-align: center;
}
.balloonsToExtract .col{
	display: inline-block;
	width: 180px;
	vertical-align: top;
}
.balloonsToExtract .col:nth-of-type(3),
.balloonsToExtract .col:nth-of-type(4)
{
	width: 200px;
}

.balloonsToExtract .col .wrap-img{
	margin-bottom: 5px;
	height: 160px;
}
.balloonsToExtract .col .text{
	min-height: 60px;
}
.balloonsToExtract .col .text h5{
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: -0.06em;
}
.balloonsToExtract .col .text p{
	font-size: 11px;
	line-height: 1.2em;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}
.balloonsToExtract .col .btn{
	margin-top: 4px;
}
.balloonsToExtract .col .btn a{
	display: inline-block;
	text-decoration: none;
	width: 140px;
	height: 18px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 16px;

}
.balloonsToExtract .col .btn a:hover{
	opacity: 0.8;
}
/* ***BALLOONS_FOR_WEDDING*** */
.balloonsForWedding{
	width: 100%;
	min-width: 960px;
}
.balloonsForWedding .title{
	margin: 0px 0px 45px;
}
.balloonsForWedding .row{
	font-size: 0;
	text-align: center;
}
.balloonsForWedding .col{
	display: inline-block;
	width: 190px;
	vertical-align: top;
}
.balloonsForWedding .col .wrap-img{
	margin-bottom: 5px;
	height: 160px;
}
.balloonsForWedding .col .text{
	min-height: 60px;
}
.balloonsForWedding .col .text h5{
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.balloonsForWedding .col .text p{
	font-size: 11px;
	line-height: 1.2em;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}
.balloonsForWedding .col .btn{
	margin-top: 4px;
}
.balloonsForWedding .col .btn a{
	display: inline-block;
	text-decoration: none;
	width: 140px;
	height: 18px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 16px;

}
.balloonsForWedding .col .btn a:hover{
	opacity: 0.8;
}
/* ***BALLOONS_IN_LOVE*** */
.balloonsInLove{
	width: 100%;
	min-width: 960px;
	height: 390px;
}
.balloonsInLove .title{
	margin: 5px 0px 45px;
}
.balloonsInLove .row{
	font-size: 0;
	text-align: center;
}
.balloonsInLove .col{
	display: inline-block;
	width: 190px;
	vertical-align: top;
}
.balloonsInLove .col .wrap-img{
	margin-bottom: 5px;
	height: 160px;
}
.balloonsInLove .col .text{
	min-height: 60px;
}
.balloonsInLove .col .text h5{
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.balloonsInLove .col .text p{
	font-size: 11px;
	line-height: 1.2em;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}
.balloonsInLove .col .btn{
	margin-top: 4px;
}
.balloonsInLove .col .btn a{
	display: inline-block;
	text-decoration: none;
	width: 140px;
	height: 18px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 16px;

}
.balloonsInLove .col .btn a:hover{
	opacity: 0.8;
}
/* ***BALLONS_KIDS*** */
.balloonsKids{
	width: 100%;
	min-width: 960px;


}
.myd-1{
	padding-top: 50px;
}
.pdt-0{
	padding-top: 0px!important;
}
.balloonsKids .title{
	margin: 0px 0px 45px;
}
.balloonsKids .row{
	font-size: 0;
	text-align: center;
}
.balloonsKids .col{
	display: inline-block;
	width: 192px;
	vertical-align: top;
}
.balloonsKids .col .wrap-img{
	margin-bottom: 5px;
	height: 160px;
}
.balloonsKids .col .text{
	min-height: 60px;
}
.balloonsKids .col .text h5{
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 700;
	color: #000;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.balloonsKids .col .text p{
	font-size: 11px;
	line-height: 1.2em;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}
.balloonsKids .col .btn{
	margin-top: 4px;
}
.balloonsKids .col .btn a{
	display: inline-block;
	text-decoration: none;
	width: 140px;
	height: 18px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 16px;

}
.balloonsKids .col .btn a:hover{
	opacity: 0.8;
}

/*direct*/
.direct{
	width: 100%;
	min-width: 960px;
	padding-top: 30px;
}
.direct .myd-1{
	padding-top: 0px;
	margin-bottom: 50px;
}
.pdt-0{
	padding-top: 0px!important;
}
.direct .title{
	margin: 0px 0px 30px;
}
.direct .title h2 span{
	display: block;
	font-size: 25px;
	font-weight: 400;
}
.direct .row{
	font-size: 0;
	text-align: center;
}
.direct .col{
	display: inline-block;
	width: 192px;
	vertical-align: top;
}
.direct .col .wrap-img{
	margin-bottom: 5px;
	height: 160px;
}
.direct .col .text{
	min-height: 60px;
}
.direct .col .text h5{
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 700;
	color: #000;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.direct .col .text p{
	font-size: 11px;
	line-height: 1.2em;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}
.direct .col .btn{
	margin-top: 4px;
}
.direct .col .btn a{
	display: inline-block;
	text-decoration: none;
	width: 140px;
	height: 18px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 16px;

}
.direct .col .btn a:hover{
	opacity: 0.8;
}
.myCustom-img{
	float: left;
	margin-right: 55px;
}
.myCustom-txt{
	float: left;
	text-align: left;
}
.myCustom-txt h5{
	font-size: 14px;
	font-weight: 700;
	color:#000;
	text-transform: uppercase;
	padding-bottom: 7px;
}
.myCustom-txt p{
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: underline;
}
.myCustom-txt p span{
	font-size: 17px;
}
.direct .btn a {
	display: inline-block;
	text-decoration: none;
	width: 140px;
	height: 18px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 16px;

	text-align: center;
	margin-top: 7px;
}
.myCustom2{
	margin-top: 30px;
}
.myCustom2 .item-blo{
	width: 50%;
	display: inline-block;
}
.myCustom2 .myCustom-img{
	margin-right: 20px;
}
.myCustom2 .myCustom-txt{
	padding-top: 50px;
	max-width: 200px;
}























/* ***FOILED_FIGURES*** */
.foiledFigures{
	width: 100%;
	min-width: 960px;
}
.foiledFigures .title{
	margin:0px 0px 15px;
}
.foiledFigures .row{
	font-size: 0;
	text-align: center;
}
.foiledFigures .col{
	display: inline-block;
	width: 192px;
	vertical-align: top;
}
.foiledFigures .col .wrap-img{
	margin-bottom: 5px;
	height: 225px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}
.foiledFigures .col .text h5{
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 700;
	color: #000;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.foiledFigures .col .text p{
	font-size: 11px;
	line-height: 1.2em;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}
.foiledFigures .col .btn{
	margin-top: 5px;
}
.foiledFigures .col .btn a{
	display: inline-block;
	text-decoration: none;
	width: 140px;
	height: 18px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 16px;

}
.foiledFigures .col .btn a:hover{
	opacity: 0.8;
}
/* ***DIGITS*** */
.digits{
	width: 100%;
	min-width: 960px;

}
.digits .title{
	margin: 0px 0px 20px;
}
.digits .row{
	font-size: 0;
	text-align: center;
	margin-bottom: 20px;
}
.digits .col{
	display: inline-block;
	width: 192px;
	vertical-align: top;
}
.digits .row:nth-of-type(2) .col{

}
.digits .col .wrap-img{
	margin-bottom: 5px;
	height: 225px;
}
.digits .row:nth-of-type(2) .wrap-img{

}
.digits .col .text h5{
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 700;
	color: #000;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.digits .col .text p{
	font-size: 11px;
	line-height: 1.2em;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}
.digits .col .btn{
	margin-top: 5px;
}
.digits .col .btn a{
	display: inline-block;
	text-decoration: none;
	width: 140px;
	height: 18px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 16px;

}
.digits .col .btn a:hover{
	opacity: 0.8;
}
/* ***DECOR*** */
.decor{
	width: 100%;
	min-width: 960px;
}
.decor .title{
	margin: 10px 0px 30px;
}
.mb20{
	margin-bottom: 20px;
}
.decor .wrap-decor{
	margin-bottom: 100px;
	width: 49%;
	display: inline-block;
}
.decor .mini-title{
	margin: 0px 0px 10px;
}
.decor .mini-title h3{
	font-size: 23px;
	font-weight: 700;
	color: #000;
}
.decor .mini-title h3 span{
	display: inline-block;
	font-weight: 400;
}
.decor .order{
	margin-top: 40px;
}
.decor .order p{
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	text-decoration: underline;
	margin: 0px 5px;
}
.decor .order h4{
	display: inline-block;
	font-size: 16px;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 700;
}
.decor .order .btn{
	display: inline-block;
	margin-left: 35px;
}
.decor .order .btn a{
	display: inline-block;
	text-decoration: none;
	width: 158px;
	height: 23px;
	border-radius:4px;
	font-size: 15px;
	line-height: 21px;
	font-weight: 700;
	color: #fff;
	background: #d24a43;
}
.decor .order .btn a:hover{
	opacity: 0.8;
}
/* ***GALLERY*** */
.gallery{
	width: 100%;
	min-width: 960px;
	height: 675px;
}
.gallery .title{
	margin: 10px 0px 45px;
}
.gallery .wrap-slider{
	text-align: center;
	width: 800px;
	margin: 0 auto;
}
.gallery .wrap-slider .bx-wrapper{
	position: relative;
}
.gallery .wrap-slider .bx-wrapper:after{
	position: absolute;
	content: url('../images/slide-shadow.png');
	bottom: 19px;
	left: 50%;
	margin-left: -410px;
}
.gallery .wrap-slider .bx-viewport{
	position: relative;
	height: 475px!important;
	font-size: 0;
	border-radius: 3px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e2e2e2 100%); /* W3C */
}
.gallery .wrap-slider .wrap-img{
	width: 710px;
	display: inline-block;
	overflow: hidden;
}
.gallery .wrap-slider .wrap-img img{
	display: inline-block;
	max-width:100%!important;
	max-height: 100%!important;
	height: 100% !important;
	width: auto !important;
}

.tovar .wrap-img img{
	display: inline-block;
	max-width:100%!important;
	max-height: 100%!important;
	width: auto !important;
}
.gallery .wrap-slider .bx-pager{
	margin-top: 30px;
	font-size: 0;
}
.gallery .wrap-slider .bx-pager-item{
	display: inline-block;
}
.gallery .wrap-slider .bx-pager-item a{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0px 4px;
	border-radius: 50%;
	box-shadow:inset 0px -1px 2px 0px rgba(0,0,0,0.65);
	background: #7b7b7b; /* Old browsers */
	background: -moz-linear-gradient(top, #7b7b7b 0%, #a3a3a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b7b7b), color-stop(100%,#a3a3a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7b7b7b 0%,#a3a3a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7b7b7b 0%,#a3a3a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7b7b7b 0%,#a3a3a3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7b7b7b 0%,#a3a3a3 100%); /* W3C */
}
.gallery .wrap-slider .bx-pager-item a:hover,
.gallery .wrap-slider .bx-pager-item a.active
{
	box-shadow:inset 0px -1px 2px 0px rgba(30,62,192,0.65);
	background: #2b6ef7; /* Old browsers */
	background: -moz-linear-gradient(top, #2b6ef7 0%, #225cc0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b6ef7), color-stop(100%,#225cc0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2b6ef7 0%,#225cc0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2b6ef7 0%,#225cc0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2b6ef7 0%,#225cc0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2b6ef7 0%,#225cc0 100%); /* W3C */
}
.gallery .wrap-slider .bx-prev{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 10px;
	width: 16px;
	height: 23px;
	font-size: 0;
	background: url('../images/prev-sprite.png') no-repeat;
}
.gallery .wrap-slider .bx-next{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 10px;
	width: 16px;
	height: 23px;
	font-size: 0;
	background: url('../images/next-sprite.png') no-repeat;
	background-position: -16px 0px;
}
.gallery .wrap-slider .bx-next:hover{
	background-position: 0px 0px;
}
.gallery .wrap-slider .bx-prev:hover{
	background-position: -16px 0px;
}
/* ***QUESTION*** */
.question{
	max-width: 100%;
	min-width: 960px;
	height: 365px;
	background: #ededed;
}
.question .title{
	margin: 50px 0px 20px;
}
.question .title h2{
	color: #000;
}
.question .forma h3{
	font-size: 24px;
	font-weight: 700;
	color: #000;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.question form{
	margin: 30px 0px;
}
.question .forma input{
	width             : 300px;
	height            : 50px;
	font-family: 'Roboto';
	font-size: 16px;
	color: #5f5f5f;
	border :1px solid #d6d5d3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing   : border-box;
	box-sizing        : border-box;
	padding-left: 35px;
}
.question .forma input:nth-of-type(1){
	background: #fff url('../images/user.png') no-repeat 10px center;
}
.question .forma input:nth-of-type(2){
	margin: 0px 20px;
	background: #fff url('../images/phone.png') no-repeat 10px center;
}
.question .forma button{
	width: 300px;
	height: 50px;
	background: #d24a43;
	border: none;
	font-family: 'Roboto';
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.question .forma a{
	display: inline-block;
	font-family: 'Roboto';
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	color: #000;
}
.question .forma a:hover{
	text-decoration: none;
}
/* ***WORK*** */
.work{
	max-width: 100%;
	min-width: 960px;
	height: 734px;
	background: url('../images/bg-work.jpg') no-repeat center;
}
.work .title{
	margin: 35px 0px 45px;
}
.work .title h2{
	color: #fff;
}
.work .wrap-work{
	font-size: 0;
}
.work .wrap-work .col{
	display: inline-block;
	width: 220px;
	vertical-align: top;
	margin: 0px 10px;
}
.work .wrap-work .col:first-child{
	margin-left: 0px;
}
.work .wrap-work .col:last-child{
	margin-right: 0px;
}
.work .wrap-work h4{
	font-family: 'Roboto';
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	letter-spacing: -0.07em;
	text-transform: uppercase;
	margin: 10px 0px;
}
.work .wrap-pay .col{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
}
.work .wrap-pay .col:first-child{
	margin-left: 0px;
}
.work .wrap-pay .col:last-child{
	margin-right: 0px;
}
.work h5{
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
}
/* ***ACTION*** */
.action{
	max-width: 100%;
	min-width: 960px;
	height: 365px;
	background: #6a7073/* #8bb7cb*/;
}
.action .container{
	position: relative;
	width: 100%;
	height: 100%;
}
.action .container:after{
	position: absolute;
	top: 3px;
	left: 152px;
	content: url('../images/devushka-akcia.png');
}
.action .wrap-action{
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 100;
}
.action .wrap-action h2{
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.action .wrap-action h4{
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.action .wrap-action del{
	font-size: 30px;
	font-weight: 700;
}
.action .wrap-action h4 span{
	font-weight: 400;
}
.action .wrap-action mark{
	color: #555454;
	border-radius: 5px;
	padding: 0px 5px;
	background: #ffc835;
}
.action .timer{
	width: 360px;
	height: 130px;
	margin-top: 40px;
}
.action .timer h5{
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	color: #000;
	margin: 5px 10px;
	text-transform: uppercase;
}
.action .forma{
	position: absolute;
	top: 50px;
	right: 40px;
	z-index: 100;
}
.action .forma h5{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.action .forma input{
	width             : 304px;
	height            : 40px;
	font-family: 'Roboto';
	font-size: 16px;
	color: #5f5f5f;
	border :1px solid #d6d5d3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing   : border-box;
	box-sizing        : border-box;
	padding-left: 35px;
}
.action .forma input:nth-of-type(1){
	background: #fff url('../images/user.png') no-repeat 10px center;
	margin-bottom: 20px;
}
.action .forma input:nth-of-type(2){
	background: #fff url('../images/phone.png') no-repeat 10px center;
	margin-bottom: 25px;
}
.action .forma button{
	width: 304px;
	height: 50px;
	background: #d24a43;
	border: none;
	font-family: 'Roboto';
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 5px;
}
.action .forma a, form a.modalbox {
	display: inline-block;
	font-family: 'Roboto';
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	color: #000;
}
.action .forma a:hover{
	text-decoration: none;
}
/* ***CONTACTS*** */
.contacts{
	position: relative;
	width: 100%;
	min-width: 960px;
	height: 210px;
	z-index: 100;
	margin: 0 auto;
}
.contacts .title{
	margin: 0px;
	padding: 70px 0px 0px;
}
.contacts .container{
	position: relative;
	height: 100%;
}
.contacts .telephon{
	position: absolute;
	top: 130px;
	left: 0px;
}
.contacts .telephon h3{
	display: inline-block;
	font-size: 25px;
	font-weight: 700;
	color: #000;
	vertical-align: middle;
}
.contacts .telephon img{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 0px 10px;
}
.contacts .location{
	text-align: right;
	position: absolute;
	top: 125px;
	right: 0px;
}
.contacts .location h3{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.contacts .location p{
	font-size: 14px;
	font-weight: 400;
	color: #5891aa;
	text-transform: uppercase;
}
.contacts .location .wrapper{
	display: inline-block;
	vertical-align: middle;
}
.contacts .location img{
	display: inline-block;
	vertical-align: middle;
	margin:0px 10px 0px 5px;
}
/* ***MAPS*** */
.maps{
	width: 100%;
	min-width: 960px;
	height: 495px;
}
/* ***FOOTER*** */
footer{
	width: 100%;
	min-width: 960px;
	height: 145px;
	/*border-top:30px solid #8bb7cb;*/
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .wrap-btn .btn{
	margin: 20px 0px 0px;
}
footer .wrap-btn .btn a{
	display: inline-block;
	text-decoration: none;
	width: 238px;
	height: 29px;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
footer .wrap-btn .btn a:hover{
	opacity: 0.8;
}
footer .wrap-btn a{
	display: inline-block;
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
footer .ab{
	position: relative;
	margin-top: -4px;
}
footer .ab h4{
	font-size: 12px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}
footer .ab h5{
	position: absolute;
	bottom:16px;
	right:0px;
	font-size: 10px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}
footer .ab a{
	color: #000;
}
.error{
	box-shadow:inset 0px 0px 15px rgba(255,0,30,0.5)!important;
	border:1px solid rgba(255,0,0,0.8)!important;
}
.titler{
	text-align: center;
	background: #fff;
	padding: 20px;
	border-radius:4px;
}
.imgFancys{
	background: #fff;
	border-radius: 4px;
}
.imgFancys2{
	background: #8bb7cb;
	border-radius: 4px;
}
/* ***POP_UP*** */
#pop-up,
#zvonok{
	display: none;
}
.popUp .forma{
	position: relative;
	display: inline-block;
	padding: 20px;
	background:#8bb7cb;
	z-index: 100;
}
.popUp .forma h5{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.popUp .forma input{
	width             : 304px;
	height            : 40px;
	font-family: 'Roboto';
	font-size: 16px;
	color: #5f5f5f;
	border :1px solid #d6d5d3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing   : border-box;
	box-sizing        : border-box;
	padding-left: 35px;
	margin-bottom: 15px;
}
.popUp .forma input:nth-of-type(1){
	background: #fff url('../images/user.png') no-repeat 10px center;
}
.popUp .forma input:nth-of-type(2){
	background: #fff url('../images/phone.png') no-repeat 10px center;
}
.popUp .forma button{
	width: 304px;
	height: 50px;
	background: #d24a43;
	border: none;
	font-family: 'Roboto';
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 5px;
}
.popUp .forma a{
	display: inline-block;
	font-family: 'Roboto';
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	color: #000;
}
.popUp .forma a:hover{
	text-decoration: none;
}
#politica{
	display: none;
	max-width: 700px;
	padding: 20px;
	background-position: #fff;
}
#politica p{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-bottom: 15px;
}
.dost h5{
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 15px;
}
.dost{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}
.pad-15{
	padding: 15px 0px;
}

.center_btn {
	margin: 55px 0px;
	text-align: center;
}

.btn-more {
	padding: 15px 33px;
	
	background-position-x: 9px;
	background-position-y: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 35px;
	color: #000;
	text-decoration: none;
	border-radius: 3px;
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4);
}

.btn-more:hover {
}

.btn-more:active {
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4) inset;
}

.tovar .row {
	margin-bottom: 20px;
}

.readyBuket .wrap-img {
	height: 220px
}

.foiledFigures .col .wrap-img, .foiledFigures .col .wrap-img img {
	max-height: 220px !important;
}

a.btn-more, button, .col .btn a.fancybox {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0,0,0,.5);
	user-select: none;
	padding: .7em 1.5em;
	border: 1px solid rgb(80,32,0);
	border-radius: 5px;
	outline: none;
	background: rgb(210, 74, 67) linear-gradient(rgb(210, 74, 67), rgb(210, 74, 67) 80%);
	box-shadow:
	 0 6px rgb(86,38,6),
	 0 3px 15px rgba(0,0,0,.4),
	 inset 0 1px rgba(255,255,255,.3),
	 inset 0 0 3px rgba(255,255,255,.5);
	transition: .2s;
  } 
  a.btn-more:hover, button:hover {
	background: rgb(202, 40, 31) linear-gradient(rgb(210, 74, 67), rgb(206, 41, 32) 80%);
  }
  a.btn-more:active, button:active {
	background: rgb(120, 25, 25) linear-gradient(rgb(182, 36, 36) 20%, rgb(165, 30, 30));
	box-shadow:
	 0 2px rgb(86,38,6),
	 0 1px 6px rgba(0,0,0,.4),
	 inset 0 1px rgba(255,255,255,.3),
	 inset 0 0 3px rgba(255,255,255,.5);
	-webkit-transform: translate(0, 4px);
	transform: translate(0, 4px);
  }
  .col .btn a.fancybox {
	width: 100px;
    font-size: 14px;
	line-height: 0px;
	white-space: nowrap;
  }
  body {
    background: url(../images/background54.png);
}
.menu {
	display: block;
	position: relative;
	cursor: pointer;
  }
  
  .menu-title {
	display: block;
	width: 150px;
	height: 40px;
	padding: 12px 0 0;
	background: #9dc852;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	transition: 0.3s background-color;
  }
  
  .menu-title:before {
	content: "";
	display: block;
	height: 0;
	border-top: 5px solid #9dc852;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	border-bottom: 0 solid #dddddd;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 101;
	transition: 0.2s 0.2s border-top ease-out, 0.3s border-top-color;
  }
  
  .menu-title:hover {
	background: #8db842;
  }
  
  .menu-title:hover:before {
	border-top-color: #8db842;
  }
  
  .menu:hover > .menu-title:before {
	border-top-width: 0;
	transition: 0.2s border-top-width ease-in, 0.3s border-top-color;
  }
  
  .menu-title:after {
	content: "";
	display: block;
	height: 0;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	border-bottom: 0 solid #ebebeb;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 101;
	transition: 0.2s border-bottom ease-in;
  }
  
  .menu:hover > .menu-title:after {
	border-bottom-width: 5px;
	transition: 0.2s 0.2s border-bottom-width ease-out;
  }
  
  .menu-title_2nd {
	background: #4e96b3;
  }
  
  .menu-title_2nd:hover {
	background: #3e86a3;
  }
  
  .menu-title_2nd:before {
	border-top-color: #4e96b3;
  }
  
  .menu-title_2nd:hover:before {
	border-top-color: #3e86a3;
  }
  
  .menu-title_3rd {
	background: #c97676;
  }
  
  .menu-title_3rd:hover {
	background: #b96666;
  }
  
  .menu-title_3rd:before {
	border-top-color: #c97676;
  }
  
  .menu-title_3rd:hover:before {
	border-top-color: #b96666;
  }
  
  .menu-title_4th {
	background: #dbab58;
  }
  
  .menu-title_4th:hover {
	background: #cb9b48;
  }
  
  .menu-title_4th:before {
	border-top-color: #dbab58;
  }
  
  .menu-title_4th:hover:before {
	border-top-color: #cb9b48;
  }
  
  .menu-dropdown {
	min-width: 100%;
	padding: 15px 0;
	position: absolute;
	background: #ebebeb;
	z-index: 100;
	transition: 0.5s padding, 0.5s background;
  }
  
  .menu-dropdown:after {
	content: "";
	display: block;
	height: 0;
	border-top: 5px solid #ebebeb;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 101;
	transition: 0.5s border-top;
  }
  
  .menu:not(:hover) > .menu-dropdown {
	padding: 4px 0;
	background: #dddddd;
	z-index: 99;
  }
  
  .menu:not(:hover) > .menu-dropdown:after {
	border-top-color: #dddddd;
  }
  
  .menu:not(:hover) > .menu-title:after {
	border-bottom-color: #dddddd;
  }
  
  .menu-dropdown > * {
	overflow: hidden;
	height: 30px;
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0);
	white-space: nowrap;
	transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
  }
  
  .menu-dropdown > *:hover {
	background: rgba(0, 0, 0, 0.1);
  }
  
  .menu:not(:hover) > .menu-dropdown > * {
	visibility: hidden;
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	color: rgba(25, 25, 25, 0);
	transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
	z-index: 99;
  }
  
  .hList > * {
	float: left;
  }
  
  .hList > * + * {
	margin-left: 0;
  }
/* 
.nav {
	background-image: url("../images/bg.png");
	height: 48px;
	display: inline-block;
  }
  .nav > li, .nav:hover > .active {
	float: left;
	position: relative;
	margin: 0 0 4px;
	height: 44px;
	color: #595959;
	text-shadow: 0 1px white;
	background-color: rgba(0, 0, 0, 0.05);
	border: 1px solid;
	border-color: #cfcfcf #d6d6d6 #c8c8c8;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25));
	-webkit-box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px #dadada, 0 3px #c4c4c4, 0 4px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px #dadada, 0 3px #c4c4c4, 0 4px 3px rgba(0, 0, 0, 0.1);
  }
  .nav > li:hover {
	color: #539f07;
	text-shadow: 0 1px white, 0 0 20px white;
  }
  .nav > li.active,
  .nav > .active:hover,
  .nav > li:hover {
	z-index: 2;
	margin: 4px 0 0;
	height: 43px;
	color: #404040;
	background: transparent;
	border-color: #ccc;
	border-width: 1px 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4);
  }
  .nav > li:hover {
	z-index: 3;
  }
  .nav > li:first-child {
	border-left-width: 1px !important;
	border-left-color: #c6c6c6;
	border-radius: 5px 0 0 5px;
  }
  .nav > li:last-child {
	border-right-width: 1px !important;
	border-right-color: #c6c6c6;
	border-radius: 0 5px 5px 0;
  }
  .nav > li + li, .nav:active > .active + li, .nav:active > li + .active {
	border-left-width: 0;
  }
  .nav > .active + li,
  .nav > .active:active + li,
  .nav > li:active + li,
  .nav > li:active + .active {
	border-left-width: 1px;
  }
  .nav > li > a {
	display: block;
	position: relative;
	line-height: 44px;
	padding: 0 20px;
	font-size: 12px;
	font-weight: bold;
	color: inherit;
	text-decoration: none;
	outline: 0;
  }


  .nav > li > a:before {
	content: attr(title);
	position: absolute;
	top: 1px;
	left: 20px;
	color: rgba(255, 255, 255, 0.4);
	text-shadow: none;
  }
  .nav .nav-icon {
	padding: 0 15px;
  }
  .nav .nav-icon:before {
	display: none;
  }
  
  [class*="icon-"] {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: text-top;
	background-image: url("../images/icons.png");
	background-repeat: no-repeat;
	background-color: transparent;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
  }
  
  .icon-home {
	background-position: 0 0;
  }
*/

  * {box-sizing: border-box;}

.decorf {
  position: relative;
  max-width: 400px;
  margin: 50px auto 0;
  background: white;
  background-image: url(../images/background54.png);
  border-radius: 30px;
}
.form-left-decoration,
.form-right-decoration {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  background:#ffc835;
  border-radius: 20px;
}
.form-left-decoration {
  bottom: 60px;
  left: -30px;
}
.form-right-decoration {
  top: 60px;
  right: -30px;
}
.form-left-decoration:before,
.form-left-decoration:after,
.form-right-decoration:before,
.form-right-decoration:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  border-radius: 30px;
  background: white;
}
.form-left-decoration:before {top: -20px;}
.form-left-decoration:after {
  top: 20px;
  left: 10px;
}
.form-right-decoration:before {
  top: -20px;
  right: 0;
}
.form-right-decoration:after {
  top: 20px;
  right: 10px;
}
.circle {
  position: absolute;
  bottom: 80px;
  left: -55px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
}
.form-inner {padding: 50px;padding-top: 35px;}
.form-inner input,
.form-inner textarea {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #E9EFF6;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
}
.form-inner input[type="submit"] {
  margin-top: 30px;
  background: #ffc835;
  border-bottom: 4px solid #ffc835;
  color: white;
  font-size: 14px;
}
.form-inner textarea {resize: none;}
.form-inner h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 24px;
}
.phone a, .telephon a {
	color:#000;
	text-decoration: none;
}

