/* HTML5 RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html, body{
    height:100%;
    line-height:1;
    background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    display:block;
}
nav ul{
    list-style:none;
}
blockquote, q{
    quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after{
    content:'';
    content:none;
}
a{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins{
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark{
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:700;
}
del{
    text-decoration:line-through;
}
abbr[title], dfn[title]{
    border-bottom:1px dotted;
    cursor:help;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
hr{
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select{
    vertical-align:middle;
}
/* WEBKIT INPUT FOCUS RESET */
input:focus,
textarea:focus{
    outline:none;
}
/* GECKO INNER BUTTON PADDING RESET */
button::-moz-focus-inner{
    border:0;
    padding:0;
}
/* END RESET */
/* SPECIAL CLASSES */
.clear{clear:both}
/* END SC */
body{
	min-width:996px;
	font-family:'Open Sans',sans-serif;
	background:#FFF;
	color:#221e1f;
}
#wrap{
	min-height:100%;
	height:100%;
	height:auto !important;
}
.inner-width1{
	width:996px;
	margin:0 auto;
}
#header{
	height:162px;
}
#header .social{
    float:left;
    padding-top:74px;
}
#header .social li{
	display:inline-block;
}
#header .social li + li{
	margin-left:5px;
}
#header .social a{
	background:url(../images/social_icons.png) no-repeat;
}
#header .social a:link,
#header .social a:visited{
	display:block;
	width:37px;
	height:37px;
	text-indent:-9999px;
	overflow:hidden;
	border-radius:5px;
}
#header .social a:hover,
#header .social a:active{
	opacity:.7;
}
#header .social .vk{ background-position:0 0; }
#header .social .ins{ background-position:-37px 0; }
#header .social .yt{ background-position:-74px 0; }
#header .callback{
    float:right;
	padding-top:34px;
}
#header .callback .tel:link,
#header .callback .tel:visited{
	color:#221e1f;
	text-decoration:none;
	font-size:1.125em;
	line-height:2.2;
}
#header .callback .tel:hover,
#header .callback .tel:active{}
#header .callback .tel b{
	font-weight:600;
}
#header .callback .btn:link,
#header .callback .btn:visited{
	display:block;
	height:39px;
	line-height:38px;
	color:#FFF;
	background:#f58467;
	font-size:.687em;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	border-radius:5px;
}
#header .callback .btn:hover,
#header .callback .btn:active{
	background:#f7a18b;
}
#header .logo:link,
#header .logo:visited{
	position:relative;
	display:block;
	top:14px;
	margin:0 200px;
	padding-top:10px;
	text-align:center;
}
#header .logo:hover,
#header .logo:active{}
.menu-top{
	position:relative;
	width:100%;
	padding:20px 0 16px;
	text-align:center;
	border-width:1px 0;
	border-style:solid;
	border-color:#cdc4bc;
	background:#FFF;
}
.menu-top:before{
	position:absolute;
	content:'';
	display:block;
	border-top:1px solid #FFF;
	width:600px;
	left:50%;
	margin-left:-300px;
	top:-1px;
}
.fixed-top{
	border-color:transparent;
	box-shadow:0 1px 10px rgba(0,0,0,.1);
}
.menu-top li{
	display:inline;
}
.menu-top li + li{
	margin-left:80px;
}
.menu-top a:link,
.menu-top a:visited{
	color:#221e1f;
	font-size:1.125em;
	text-decoration:none;
	text-transform:uppercase;
}
.menu-top a:hover,
.menu-top a:active{
	color:#f58467;
}
.breadcrumbs{
	margin:20px auto;
}
.breadcrumbs li{
	display:inline;
}
.breadcrumbs li:after{
	content:'»';
	margin:0 10px 0 15px;
	color:#f58569;
	text-decoration:none;
	cursor:default;
}
.breadcrumbs li a:link,
.breadcrumbs li a:visited{
	color:#4f4f4f;
	font-size:1.063em;
	text-decoration:none;
}
.breadcrumbs li a:hover,
.breadcrumbs li a:active{
	text-decoration:underline;
}
.breadcrumbs .current:after{
	display:none;
}
.breadcrumbs .current a:link,
.breadcrumbs .current a:visited{
	color:#9a9a9a;
}
.breadcrumbs .current a:hover,
.breadcrumbs .current a:active{}
.block-pink{
	position:relative;
	padding:35px 0 85px;
	margin-bottom:25px;
	background:#f8a38d;
	color:#FFF;
}
.text{
	line-height:1.2;
	font-size:1.125em;
	font-weight:600;
	color:#747474;
	padding:20px 0;
	text-align:center;
}
.slider{
	position:relative;
	margin-bottom:20px;
	background:#FFF;
}
.slider .slides{
	position:relative;
	width:100%;
	height:473px;
	overflow:hidden;
}
.slider .slides li{
	position:absolute;
	top:0;
	display:block;
	float:left;
	overflow:hidden;
	background:#E7D2B5;
}
.slider-pic{
	position:relative;
}
.slider-pic .overlay{
	display:none;
	position:absolute;
	top:0;
	left:50%;
	width:100%;
	height:100%;
	background:linear-gradient(to right, #E7D2B5 5%, rgba(231,186,102,0) 18%, rgba(231,186,102,0) 82%, #E7D2B5 95%), 50% 0 / 2002px 473px repeat-y;
	z-index:1;
}
.slider .slides a,
.slider .slides img{
	position:relative;
	display:block;
	margin:0 auto;
	text-decoration:none;
}
.slider .slides img{
	left:0;
}
.block-pink:before,
.slider-pic:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height:19px;
	background:url(../images/ornament_top_white.png) 50% 0 repeat-x;
	z-index:2;
}
.block-pink:after,
.slider-pic:after{
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:100%;
	height:19px;
	background:url(../images/ornament_bottom_white.png) 50% 0 repeat-x;
	z-index:2;
}
.slider .slider-arrow{
	position:absolute;
	display:block;
	top:50%;
	margin-top:-40px;
	width:27px;
	height:80px;
	overflow:hidden;
	text-indent:-999px;
	background:url(../images/slider_arrows.png) no-repeat;
	z-index:1002;
}
.slider .arrow-left{
	background-position:0 0;
	left:50%;
	margin-left:-480px;
}
.slider .arrow-left:hover{
	background-position:0 -80px;
}
.slider .arrow-right{
	left:50%;
	margin-left:480px;
	background-position:-27px 0;
}
.slider .arrow-right:hover{
	background-position:-27px -80px;
}
.slider .pagination{
	display:none;
}
.content h1{
	position:relative;
	margin:35px 0;
	color:#221e1f;
	font-size:1.563em;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
}
.content h2{
	position:relative;
	margin:15px 0;
	color:#221e1f;
	font-size:1.563em;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
}
.content article h2{
	margin-bottom:20px;
	font-size:1.375em;
	text-transform:none;
}
.block-pink h2{
	color:#FFF;
}
.content h1:before,
.content h2:before,
.content h3:before{
	content:'';
	display:inline-block;
	width:69px;
	height:14px;
	margin-right:15px;
	background:url(../images/ornament_black_left.png) no-repeat;
}
.content article h2:before{
	margin-right:20px;
	width:230px;
	height:12px;
	background:url(../images/ornament_long_left.png) no-repeat;
}
.content h1:after,
.content h2:after,
.content h3:after{
	content:'';
	display:inline-block;
	width:69px;
	height:14px;
	margin-left:15px;
	background:url(../images/ornament_black_right.png) no-repeat;
}
.content article h2:after{
	margin-left:20px;
	width:230px;
	height:12px;
	background:url(../images/ornament_long_right.png) no-repeat;
}
.block-pink h2:before{
	background:url(../images/ornament_white_left.png) no-repeat;
}
.block-pink h2:after{
	background:url(../images/ornament_white_right.png) no-repeat;
}
.content h3{
	position:relative;
	margin:25px 0;
	color:#221e1f;
	font-size:1.25em;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
}
.content h4{
	color:#f58467;
	font-weight:600;
	font-size:1.125em;
}
.content p {
	margin:15px 0;
	font-size:1.0625em;
	font-weight:400;
	color:#747474;
	text-align: justify;
}
.content .fs125{
	font-size:1.125em;
}
.content .fs25{
	font-size:1.25em;
}
.content .black{
	color:#000;
}
.content article{
	margin:10px 0;
}
.block-pink p{
	color:#FFF;
}
.content .icons-w-text{
	margin:50px 0;
	list-style:none;
	text-align:center;
}
.content .icons-w-text li{
	display:inline-block;
	width:23%;
	margin:0;
	padding:0;
	vertical-align:top;
	color:#747474;
	font-size:.937em;
	background:none;
}
.icons-w-text li + li{
	margin-left:15px;
}
.content .icon{
	display:inline-block;
	width:120px;
	height:125px;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.icons-w-text .icon{
	display:block;
	margin:0 auto 10px;
}
.icon-caller{ background:url(../images/icon_caller.png); }
.icon-cake{ background:url(../images/icon_cake.png); }
.icon-bird{ background:url(../images/icon_bird.png); }
.icon-document{ background:url(../images/icon_document.png); }
.content a:link,
.content a:visited{
	color:#f58467;
	text-decoration:none;
}
.content a:hover,
.content a:active{
	text-decoration:underline;
}
.content ol{
	list-style:none;
	counter-reset:li;
}
.content ol li{
	position:relative;
	padding-left:50px;
	margin:15px 0;
	color:#747474;
	font-size:1.125em;
	line-height:1.1;
}
.content b{
	font-weight:600;
}
.content ol li:before{
	position:absolute;
	content:counter(li);
	counter-increment:li;
	width:43px;
	height:47px;
	left:0;
	top:-5px;
	text-align:center;
	line-height:55px;
	font-weight:600;
	color:#f58467;
	background:url(../images/numeric_list_mark.png) no-repeat;
}
.content ol li + li{
	margin-top:25px;
}
.content ul{
	list-style:none;
}
.content ul li{
	padding-left:15px;
	margin:15px 0;
	line-height:1.3;
	/*font-size:1.125em;*/
	font-size:1.0625em;
	color:#747474;
	background:url(../images/list_mark.png) 0 .45em no-repeat;
}
.content td *,
.content th *,
.content p *,
.content h1 *,
.content h2 *,
.content h3 *,
.content h4 *,
.content h5 *,
.content h6 *,
.content strong *,
.content li *{
	font-size:100% !important;
	color:inherit;
}
.content li *{
	font-size:100% !important;
}
.tablet{
	list-style:none;
	overflow:hidden;
}
.content .tablet li{
	float:left;
	padding:0;
	margin:0;
	width:33.33%;
	text-align:center;
	background:none;
}
.tablet a:link,
.tablet a:visited{
	display:block;
	margin-bottom:30px;
	font-size:1.125em;
	font-weight:600;
	color:#272727;
}
.tablet a:hover,
.tablet a:active{
	text-decoration:none;
	color:#f68e74;
}
.tablet a .image{
	display:inline-block;
	margin:0 auto 15px;
	background:#000;
}
.tablet a img{
	display:block;
}
.tablet a:hover img{
	opacity:.7;
}
.youtube-video{
	margin-bottom:30px;
	text-align:center;
}
.scheme{
	margin:30px 0;
	list-style:none;
	text-align:center;
}
.content .scheme li{
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:top;
	font-size:.813em;
	color:#f5876b;
	background:none;
}
.scheme img{
	display:block;
	margin:0 auto 10px;
}
.scheme .name{
	display:block;
}
.scheme-to-right li{
	width:162px;
}
.scheme-to-right li:last-child{
	width:134px;
}
.scheme-to-bottom{
	position:relative;
	padding-top:140px;
	background:url(../images/scheme_arrow_to_bottom.png) 50% 0 no-repeat;
}
.scheme-to-bottom:after{
	position:absolute;
	content:'';
	top:108px;
	left:50%;
	margin-left:-369px;
	width:738px;
	border-top:2px solid #f5876b;
}
.scheme-to-bottom li{
	position:relative;
	width:180px;
}
.scheme-to-bottom li:before{
	position:absolute;
	content:'';
	top:-30px;
	left:50%;
	margin-left:-1px;
	height:20px;
	border-left:2px solid #f5876b;
}
.scheme-to-bottom li img{
	border-radius:50%;
}
.content .services li{
	float:left;
	width:33.33%;
	width:25%;
	height:322px;
	height:246px;
	background:none;
	padding:0;
	margin:10px 0;
}
.content .services{
	overflow:hidden;
}
.content .services a:link,
.content .services a:visited{
	display:block;
	margin:0 auto;
	width:302px;
	width:240px;
	color:#000;
	font-weight:600;
}
.content .services a:hover,
.content .services a:active{

}
.content .services img{
	display:block;
	width:240px;
}
.content .services .name{
	display:block;
	position:relative;
	width:242px;
	width:220px;
	padding:0 10px;
	height:82px;
	line-height:81px;
	text-align:center;
	margin-top:-101px;
	background:rgba(255,255,255,.75);
}
.content .services .name-2-line{
	line-height:25px;
	padding-top:15px;
	height:67px;
}
.content .gallery li{
	float:left;
	width:33.33%;
	background:none;
	padding:0;
	margin:10px 0;
}
.content .gallery div{
	float:left;
	width:33.33%;
	background:none;
	padding:0;
	min-height:1px;
	margin:10px 0;
}
.content .gallery div a + .fancybox{
	margin-top:20px;
}
.content .gallery{
	overflow:hidden;
}
.content .gallery a:link,
.content .gallery a:visited{
	display:block;
	margin:0 auto;
	width:302px;
	color:#000;
	font-weight:600;
}
.content .gallery a:hover,
.content .gallery a:active{

}
.content .gallery img{
	display:block;
}
.content .gallery .name{
	display:block;
	position:relative;
	width:242px;
	padding:0 30px;
	height:82px;
	line-height:81px;
	text-align:center;
	margin-top:-101px;
	background:rgba(255,255,255,.75);
}
.content .gallery .name-2-line{
	line-height:25px;
	padding-top:15px;
	height:67px;
}
.content table{
	width:100%;
	margin:20px 0;
	border:2px solid #facbbf;
}
.content table th{
	padding:10px;
	background:#fde3dd;
	font-weight:600;
	font-size:1.25em;
	text-align:left;
	border-bottom:1px solid #f8a38e;
}
.content table th + th{
	border-left:1px solid #f8a38e;
	text-align:center;
}
.content table td{
	padding:10px;
	color:#737373;
	font-size:1.125em;
	font-weight:600;
}
.content table td + td{
	border-left:1px solid #f8a38e;
	text-align:center;
}
.content table tr + tr td{
	border-top:1px solid #f8a38e;
}
.pagination{
	width:996px;
	margin:30px auto;
	text-align:center;
	cursor:default;
}
.pagination li{
	display:inline-block;
}
.pagination a:link,
.pagination a:visited{
	display:block;
	padding:0 8px;
	height:27px;
	line-height:26px;
	font-size:1.125em;
	font-weight:600;
	background:#f58467;
	text-decoration:none;
	color:#FFF;
	border-radius:5px;
}
.pagination a:hover,
.pagination a:active{
	background:#ff8e67;
}
.pagination .current a:link,
.pagination .current a:visited{
	background:#747474;
}
.pagination .current a:hover,
.pagination .current a:active{
	background:#444;
}
.for-footer{
	padding-top:295px;
}
#footer{
	margin-top:-280px;
	height:280px;
	background:url(../images/ornament_top_white.png) 50% 0 repeat-x #2f1913;
	color:#FFF;
}
#footer .copyright{
	float:left;
	width:250px;
	line-height:1.1;
	padding-top:120px;
	font-size:.875em;
}
#footer .copyright a:link,
#footer .copyright a:visited{
	color:#f58467;
	text-decoration:none;
}
#footer .copyright a:hover,
#footer .copyright a:active{
	text-decoration:underline;
}
#footer .phones{
	width:250px;
	float:right;
	text-align:right;
	padding-top:110px;
}
#footer .phones .tel:link,
#footer .phones .tel:visited{
	color:#FFF;
	line-height:1.5;
	text-decoration:none;
	font-size:1.813em;
}
#footer .phones .tel:hover,
#footer .phones .tel:active{}
#footer .tel b{
	font-weight:600;
	color:#f58467;
}
#footer .logo:link,
#footer .logo:visited{
	display:block;
	position:relative;
	top:50px;
	margin:0 300px;
	text-align:center;
}
#footer .logo:hover,
#footer .logo:active{}
#footer .center-link{
	padding-top:26px;
	text-align:center;
}
#footer .center-link a:link,
#footer .center-link a:visited{
	color:#FFF;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:600;
}
#footer .center-link a:hover,
#footer .center-link a:active{
	text-decoration:none;
}
#footer .center-link a img{
	margin:0 8px;
}
.article-block .image{
	float:left;
	margin:0 20px 20px 0;
}
.content .article-block p{
	font-size:1.125em;
}
.content .readmore:link,
.content .readmore:visited{
	display:inline-block;
	padding:0 16px;
	margin-top:10px;
	height:39px;
	line-height:38px;
	background:#f58467;
	font-size:.875em;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
	border-radius:5px;
}
.content .readmore:hover,
.content .readmore:active{
	background:#f7a18b;
}
.map{
	margin:40px 0 30px;
}
.content .clrblk-u6{
	color:#000;
	font-weight:600;
	text-transform:uppercase;
}
.content .fs5{
	font-size:1.5em;
}
.content .clrpink{
	color:#f8a38e;
}
/* FORMS START */
.row{
	margin-right:-15px;
	margin-left:-15px;
}
.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{
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
	float:left;
}
.col-xs-12{
	width:100%;
}
.col-xs-11{
	width:91.66666667%;
}
.col-xs-10{
	width:83.33333333%;
}
.col-xs-9{
	width:75%;
}
.col-xs-8{
	width:66.66666667%;
}
.col-xs-7{
	width:58.33333333%;
}
.col-xs-6{
	width:50%;
}
.col-xs-5{
	width:41.66666667%;
}
.col-xs-4{
	width:33.33333333%;
}
.col-xs-3{
	width:25%;
}
.col-xs-2{
	width:16.66666667%;
}
.col-xs-1{
	width:8.33333333%;
}
.col-xs-pull-12{
	right:100%;
}
.col-xs-pull-11{
	right:91.66666667%;
}
.col-xs-pull-10{
	right:83.33333333%;
}
.col-xs-pull-9{
	right:75%;
}
.col-xs-pull-8{
	right:66.66666667%;
}
.col-xs-pull-7{
	right:58.33333333%;
}
.col-xs-pull-6{
	right:50%;
}
.col-xs-pull-5{
	right:41.66666667%;
}
.col-xs-pull-4{
	right:33.33333333%;
}
.col-xs-pull-3{
	right:25%;
}
.col-xs-pull-2{
	right:16.66666667%;
}
.col-xs-pull-1{
	right:8.33333333%;
}
.col-xs-pull-0{
	right:auto;
}
.col-xs-push-12{
	left:100%;
}
.col-xs-push-11{
	left:91.66666667%;
}
.col-xs-push-10{
	left:83.33333333%;
}
.col-xs-push-9{
	left:75%;
}
.col-xs-push-8{
	left:66.66666667%;
}
.col-xs-push-7{
	left:58.33333333%;
}
.col-xs-push-6{
	left:50%;
}
.col-xs-push-5{
	left:41.66666667%;
}
.col-xs-push-4{
	left:33.33333333%;
}
.col-xs-push-3{
	left:25%;
}
.col-xs-push-2{
	left:16.66666667%;
}
.col-xs-push-1{
	left:8.33333333%;
}
.col-xs-push-0{
	left:auto;
}
.col-xs-offset-12{
	margin-left:100%;
}
.col-xs-offset-11{
	margin-left:91.66666667%;
}
.col-xs-offset-10{
	margin-left:83.33333333%;
}
.col-xs-offset-9{
	margin-left:75%;
}
.col-xs-offset-8{
	margin-left:66.66666667%;
}
.col-xs-offset-7{
	margin-left:58.33333333%;
}
.col-xs-offset-6{
	margin-left:50%;
}
.col-xs-offset-5{
	margin-left:41.66666667%;
}
.col-xs-offset-4{
	margin-left:33.33333333%;
}
.col-xs-offset-3{
	margin-left:25%;
}
.col-xs-offset-2{
	margin-left:16.66666667%;
}
.col-xs-offset-1{
	margin-left:8.33333333%;
}
.col-xs-offset-0{
	margin-left:0;
}
@media (min-width:768px){
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
		float:left;
	}
	.col-sm-12{
		width:100%;
	}
	.col-sm-11{
		width:91.66666667%;
	}
	.col-sm-10{
		width:83.33333333%;
	}
	.col-sm-9{
		width:75%;
	}
	.col-sm-8{
		width:66.66666667%;
	}
	.col-sm-7{
		width:58.33333333%;
	}
	.col-sm-6{
		width:50%;
	}
	.col-sm-5{
		width:41.66666667%;
	}
	.col-sm-4{
		width:33.33333333%;
	}
	.col-sm-3{
		width:25%;
	}
	.col-sm-2{
		width:16.66666667%;
	}
	.col-sm-1{
		width:8.33333333%;
	}
	.col-sm-pull-12{
		right:100%;
	}
	.col-sm-pull-11{
		right:91.66666667%;
	}
	.col-sm-pull-10{
		right:83.33333333%;
	}
	.col-sm-pull-9{
		right:75%;
	}
	.col-sm-pull-8{
		right:66.66666667%;
	}
	.col-sm-pull-7{
		right:58.33333333%;
	}
	.col-sm-pull-6{
		right:50%;
	}
	.col-sm-pull-5{
		right:41.66666667%;
	}
	.col-sm-pull-4{
		right:33.33333333%;
	}
	.col-sm-pull-3{
		right:25%;
	}
	.col-sm-pull-2{
		right:16.66666667%;
	}
	.col-sm-pull-1{
		right:8.33333333%;
	}
	.col-sm-pull-0{
		right:auto;
	}
	.col-sm-push-12{
		left:100%;
	}
	.col-sm-push-11{
		left:91.66666667%;
	}
	.col-sm-push-10{
		left:83.33333333%;
	}
	.col-sm-push-9{
		left:75%;
	}
	.col-sm-push-8{
		left:66.66666667%;
	}
	.col-sm-push-7{
		left:58.33333333%;
	}
	.col-sm-push-6{
		left:50%;
	}
	.col-sm-push-5{
		left:41.66666667%;
	}
	.col-sm-push-4{
		left:33.33333333%;
	}
	.col-sm-push-3{
		left:25%;
	}
	.col-sm-push-2{
		left:16.66666667%;
	}
	.col-sm-push-1{
		left:8.33333333%;
	}
	.col-sm-push-0{
		left:auto;
	}
	.col-sm-offset-12{
		margin-left:100%;
	}
	.col-sm-offset-11{
		margin-left:91.66666667%;
	}
	.col-sm-offset-10{
		margin-left:83.33333333%;
	}
	.col-sm-offset-9{
		margin-left:75%;
	}
	.col-sm-offset-8{
		margin-left:66.66666667%;
	}
	.col-sm-offset-7{
		margin-left:58.33333333%;
	}
	.col-sm-offset-6{
		margin-left:50%;
	}
	.col-sm-offset-5{
		margin-left:41.66666667%;
	}
	.col-sm-offset-4{
		margin-left:33.33333333%;
	}
	.col-sm-offset-3{
		margin-left:25%;
	}
	.col-sm-offset-2{
		margin-left:16.66666667%;
	}
	.col-sm-offset-1{
		margin-left:8.33333333%;
	}
	.col-sm-offset-0{
		margin-left:0;
	}
}
@media (min-width:992px){
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
		float:left;
	}
	.col-md-12{
		width:100%;
	}
	.col-md-11{
		width:91.66666667%;
	}
	.col-md-10{
		width:83.33333333%;
	}
	.col-md-9{
		width:75%;
	}
	.col-md-8{
		width:66.66666667%;
	}
	.col-md-7{
		width:58.33333333%;
	}
	.col-md-6{
		width:50%;
	}
	.col-md-5{
		width:41.66666667%;
	}
	.col-md-4{
		width:33.33333333%;
	}
	.col-md-3{
		width:25%;
	}
	.col-md-2{
		width:16.66666667%;
	}
	.col-md-1{
		width:8.33333333%;
	}
	.col-md-pull-12{
		right:100%;
	}
	.col-md-pull-11{
		right:91.66666667%;
	}
	.col-md-pull-10{
		right:83.33333333%;
	}
	.col-md-pull-9{
		right:75%;
	}
	.col-md-pull-8{
		right:66.66666667%;
	}
	.col-md-pull-7{
		right:58.33333333%;
	}
	.col-md-pull-6{
		right:50%;
	}
	.col-md-pull-5{
		right:41.66666667%;
	}
	.col-md-pull-4{
		right:33.33333333%;
	}
	.col-md-pull-3{
		right:25%;
	}
	.col-md-pull-2{
		right:16.66666667%;
	}
	.col-md-pull-1{
		right:8.33333333%;
	}
	.col-md-pull-0{
		right:auto;
	}
	.col-md-push-12{
		left:100%;
	}
	.col-md-push-11{
		left:91.66666667%;
	}
	.col-md-push-10{
		left:83.33333333%;
	}
	.col-md-push-9{
		left:75%;
	}
	.col-md-push-8{
		left:66.66666667%;
	}
	.col-md-push-7{
		left:58.33333333%;
	}
	.col-md-push-6{
		left:50%;
	}
	.col-md-push-5{
		left:41.66666667%;
	}
	.col-md-push-4{
		left:33.33333333%;
	}
	.col-md-push-3{
		left:25%;
	}
	.col-md-push-2{
		left:16.66666667%;
	}
	.col-md-push-1{
		left:8.33333333%;
	}
	.col-md-push-0{
		left:auto;
	}
	.col-md-offset-12{
		margin-left:100%;
	}
	.col-md-offset-11{
		margin-left:91.66666667%;
	}
	.col-md-offset-10{
		margin-left:83.33333333%;
	}
	.col-md-offset-9{
		margin-left:75%;
	}
	.col-md-offset-8{
		margin-left:66.66666667%;
	}
	.col-md-offset-7{
		margin-left:58.33333333%;
	}
	.col-md-offset-6{
		margin-left:50%;
	}
	.col-md-offset-5{
		margin-left:41.66666667%;
	}
	.col-md-offset-4{
		margin-left:33.33333333%;
	}
	.col-md-offset-3{
		margin-left:25%;
	}
	.col-md-offset-2{
		margin-left:16.66666667%;
	}
	.col-md-offset-1{
		margin-left:8.33333333%;
	}
	.col-md-offset-0{
		margin-left:0;
	}
}
@media (min-width:1200px){
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
		float:left;
	}
	.col-lg-12{
		width:100%;
	}
	.col-lg-11{
		width:91.66666667%;
	}
	.col-lg-10{
		width:83.33333333%;
	}
	.col-lg-9{
		width:75%;
	}
	.col-lg-8{
		width:66.66666667%;
	}
	.col-lg-7{
		width:58.33333333%;
	}
	.col-lg-6{
		width:50%;
	}
	.col-lg-5{
		width:41.66666667%;
	}
	.col-lg-4{
		width:33.33333333%;
	}
	.col-lg-3{
		width:25%;
	}
	.col-lg-2{
		width:16.66666667%;
	}
	.col-lg-1{
		width:8.33333333%;
	}
	.col-lg-pull-12{
		right:100%;
	}
	.col-lg-pull-11{
		right:91.66666667%;
	}
	.col-lg-pull-10{
		right:83.33333333%;
	}
	.col-lg-pull-9{
		right:75%;
	}
	.col-lg-pull-8{
		right:66.66666667%;
	}
	.col-lg-pull-7{
		right:58.33333333%;
	}
	.col-lg-pull-6{
		right:50%;
	}
	.col-lg-pull-5{
		right:41.66666667%;
	}
	.col-lg-pull-4{
		right:33.33333333%;
	}
	.col-lg-pull-3{
		right:25%;
	}
	.col-lg-pull-2{
		right:16.66666667%;
	}
	.col-lg-pull-1{
		right:8.33333333%;
	}
	.col-lg-pull-0{
		right:auto;
	}
	.col-lg-push-12{
		left:100%;
	}
	.col-lg-push-11{
		left:91.66666667%;
	}
	.col-lg-push-10{
		left:83.33333333%;
	}
	.col-lg-push-9{
		left:75%;
	}
	.col-lg-push-8{
		left:66.66666667%;
	}
	.col-lg-push-7{
		left:58.33333333%;
	}
	.col-lg-push-6{
		left:50%;
	}
	.col-lg-push-5{
		left:41.66666667%;
	}
	.col-lg-push-4{
		left:33.33333333%;
	}
	.col-lg-push-3{
		left:25%;
	}
	.col-lg-push-2{
		left:16.66666667%;
	}
	.col-lg-push-1{
		left:8.33333333%;
	}
	.col-lg-push-0{
		left:auto;
	}
	.col-lg-offset-12{
		margin-left:100%;
	}
	.col-lg-offset-11{
		margin-left:91.66666667%;
	}
	.col-lg-offset-10{
		margin-left:83.33333333%;
	}
	.col-lg-offset-9{
		margin-left:75%;
	}
	.col-lg-offset-8{
		margin-left:66.66666667%;
	}
	.col-lg-offset-7{
		margin-left:58.33333333%;
	}
	.col-lg-offset-6{
		margin-left:50%;
	}
	.col-lg-offset-5{
		margin-left:41.66666667%;
	}
	.col-lg-offset-4{
		margin-left:33.33333333%;
	}
	.col-lg-offset-3{
		margin-left:25%;
	}
	.col-lg-offset-2{
		margin-left:16.66666667%;
	}
	.col-lg-offset-1{
		margin-left:8.33333333%;
	}
	.col-lg-offset-0{
		margin-left:0;
	}
}
.row:after,
.clrfix:after{
	clear:both;
	display:table;
	content:' ';
}
:-moz-placeholder{
	color:#555;
}
::-moz-placeholder{
	color:#555;
}
::-webkit-input-placeholder{
	color:#555;
}
:-ms-input-placeholder{
	color:#555 !important;
}
input::-ms-clear{
	display:none;
}
.form .form-200{
	margin:50px 100px;
}
.form .form-300{
	margin:50px 150px;
}
.form .form-400{
	margin:50px 200px;
}
@media only screen and (max-width:768px){
	.form .form-200,
	.form .form-300,
	.form .form-400{
		margin:50px 0;
	}
}
.ffw .full-width{
	display:block !important;
	width:100%;
}
.ffw label{
	display:block;
	margin-bottom:.5em;
}
.ffw .label-text{
	display:block;
	height:30px;
	line-height:30px;
	padding:8px 0 3px 0;
	font-size:1.063em;
	cursor:default;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#747474;
}
.ffw .label-text .important-field{
	color:#f68e74;
}
.ffw .white-form .label-text{
	color:#FFF;
}
.ffw input[type="text"],
.ffw input[type="password"],
.ffw input[type="tel"],
.ffw input[type="email"],
.ffw input[type="url"],
.ffw input[type="date"],
.ffw input[type="time"],
.ffw input[type="number"],
.ffw input[type="search"]{
	-webkit-appearance:none;
	height:43px;
	line-height:1.5;
	width:100%;
	padding:8px 8px;
	border:1px solid #c9c3c5;
	color:#333;
	box-sizing:border-box;
	font-size:.875em;
	font-family:'Open Sans',sans-serif;
	background:#FFF;
	border-radius:5px;
}
.ffw .white-form input[type="text"],
.ffw .white-form input[type="password"],
.ffw .white-form input[type="tel"],
.ffw .white-form input[type="email"],
.ffw .white-form input[type="url"],
.ffw .white-form input[type="date"],
.ffw .white-form input[type="time"],
.ffw .white-form input[type="number"],
.ffw .white-form input[type="search"]{
	border:1px solid #FFF;
}
.lteie7 .ffw input[type="text"],
.lteie7 .ffw input[type="password"],
.lteie7 .ffw input[type="tel"],
.lteie7 .ffw input[type="email"],
.lteie7 .ffw input[type="url"],
.lteie7 .ffw input[type="date"],
.lteie7 .ffw input[type="time"],
.lteie7 .ffw input[type="number"],
.lteie7 .ffw input[type="search"]{
	width:96%;
	padding:2px 6px;
	height:22px;
}
textarea{
	-webkit-appearance:none;
	width:100%;
	line-height:26px;
	min-height:32px;
	padding:4px 8px;
	border:1px solid #c9c3c5;
	box-sizing:border-box;
	overflow:auto;
	font-size:.875em;
	font-family:'Open Sans',sans-serif;
	resize:vertical;
	color:#333;
	background:#FFF;
	border-radius:5px;
}
.lteie7 .ffw textarea{
	width:96%;
}
.ffw input[type="text"]:hover,
.ffw input[type="password"]:hover,
.ffw input[type="tel"]:hover,
.ffw input[type="email"]:hover,
.ffw input[type="url"]:hover,
.ffw input[type="date"]:hover,
.ffw input[type="time"]:hover,
.ffw input[type="number"]:hover,
.ffw input[type="search"]:hover,
.ffw textarea:hover{
	border-color:#999;
}
.ffw input[type="text"]:focus,
.ffw input[type="password"]:focus,
.ffw input[type="tel"]:focus,
.ffw input[type="email"]:focus,
.ffw input[type="url"]:focus,
.ffw input[type="date"]:focus,
.ffw input[type="time"]:focus,
.ffw input[type="number"]:focus,
.ffw input[type="search"]:focus,
.ffw textarea:focus{
	color:#000;
	border-color:#fd5f7b;
	outline:none;
}
.ffw .white-form input[type="text"]:focus,
.ffw .white-form input[type="password"]:focus,
.ffw .white-form input[type="tel"]:focus,
.ffw .white-form input[type="email"]:focus,
.ffw .white-form input[type="url"]:focus,
.ffw .white-form input[type="date"]:focus,
.ffw .white-form input[type="time"]:focus,
.ffw .white-form input[type="number"]:focus,
.ffw .white-form input[type="search"]:focus,
.ffw .white-form textarea:focus{
	color:#000;
	border-color:#fd5f7b;
	outline:none;
}
.ffw input:disabled,
.ffw input[disabled="disabled"]{
	background:#F8F8F8;
	color:#999;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
}
.ffw input:disabled:hover,
.ffw input[disabled="disabled"]:hover{
	border-color:#BBB;
	color:#888;
}
.ffw select{
	width:100%;
}
.ffw-checkbox,
.ffw-radio{
	float:left;
	position:relative;
	display:block;
	width:14px;
	height:14px;
	margin-top:8px;
}
.lteie8 .ffw-checkbox,
.lteie8 .ffw-radio{
	margin-top:4px;
}
.ffw input[type="checkbox"],
.ffw input[type="radio"]{
	position:absolute;
	opacity:0;
	margin:0;
	width:14px;
	height:14px;
	z-index:2;
}
.ffw .checkbox,
.ffw .radio{
	position:absolute;
	display:block;
	height:14px;
	width:14px;
	margin:0;
	background:url(../images/checkbox.png) no-repeat;
	/*box-sizing:border-box;*/
	z-index:1;
}
.lteie8 .ffw .checkbox,
.lteie8 .ffw .radio{
	background:none;
}
.ffw .radio{
	border-radius:12px;
}
.ffw input[checked="checked"] + .checkbox,
.ffw input[type="checkbox"]:checked + .checkbox{

}
.ffw input[type="checkbox"]:hover + .checkbox,
.ffw input[type="radio"]:hover + .radio,
.ffw input[type="checkbox"]:focus + .checkbox,
.ffw input[type="radio"]:focus + .radio{
	box-shadow:
	inset 0 0 0 1px rgba(255,255,255,0),
	inset 0 0 10px rgba(0,0,0,.1),
	inset 0 0 5px #7cdb26;
}
.ffw-checkbox .checked:after,
.ffw-radio .checked:after,
.ffw input[type="checkbox"]:checked + .checkbox:after,
.ffw input[type="checkbox"][checked="checked"] + .checkbox:after,
.ffw input[type="radio"]:checked + .radio:after,
.ffw input[type="radio"][checked="checked"] + .radio:after{
	position:absolute;
	top:50%;
	left:50%;
	margin:-7px 0 0 -7px;
	content:'';
	display:block;
	width:14px;
	height:14px;
	background:#6ba2d6;
}
.ffw-checkbox .checked:after,
.ffw input[type="checkbox"]:checked + .checkbox:after,
.ffw input[type="checkbox"][checked="checked"] + .checkbox:after{
	background:url(../images/checkbox.png) -14px 0 no-repeat;
}
.ffw-radio .radio:after,
.ffw input[type="radio"]:checked + .radio:after{
	border-radius:8px;
}
.ffw-checkbox + span,
.ffw-radio + span{
	margin-left:20px;
}
.ffw-bottom-buttons-area{
	display:block;
	padding:10px 0 0;
	text-align:center;
	overflow:hidden;
}
.ffw input[type="button"],
.ffw input[type="submit"],
.ffw input[type="reset"],
.ffw button{
	padding:0 50px;
	height:43px;
	line-height:22px;
	font-size:1em;
	border:0;
	border-radius:5px;
	background:#f58467;
	text-transform:uppercase;
	box-sizing:border-box;
	overflow:visible;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space:nowrap;
	cursor:pointer;
	color:#FFF;
	font-family:'Open Sans',sans-serif;
	vertical-align:top;
}
.ffw .white-form input[type="button"],
.ffw .white-form input[type="submit"],
.ffw .white-form input[type="reset"],
.ffw .white-form button{
	padding:0 15px;
	background:#2f1913;
	text-transform:uppercase;
}
.ffw input[type="button"]:hover,
.ffw input[type="submit"]:hover,
.ffw input[type="reset"]:hover,
.ffw button:hover{
	background:#593d35;
}
.ffw input[type="button"]:focus,
.ffw input[type="submit"]:focus,
.ffw input[type="reset"]:focus,
.ffw button:focus{
	outline:1px solid #444;
}
.ffw input[type="button"]:active,
.ffw input[type="submit"]:active,
.ffw input[type="reset"]:active{
	position:relative;
	top:1px;
}
.ffw .input-btn{
	display:table;
	position:relative;
	border-collapse:separate;
}
.ffw .input-btn input{
	display:table-cell;
	float:left;
	border-bottom-right-radius:0;
	border-top-right-radius:0;
}
.ffw .btn-wrap{
	display:table-cell;
	vertical-align:middle;
	width:1%;
	position:relative;
	font-size:0;
	white-space:nowrap;
}
.ffw .btn-wrap button{
	padding-right:14px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.ffw button img{
	vertical-align:middle;
}
.ffw input.input-left {
	position:relative;
	float:left;
	border-radius:2px 0 0 2px;
	z-index:2;
}
.ffw input.input-left + .btn {
	position:relative;
	display:block;
	float:left;
	padding:0 20px;
	z-index:1;
}
.ffw .input-button-container {
	display:table;
	width:100%;
	height:30px;
}
.ffw .input-button-container input {
	display:table-cell;
	border-right:0;
}
.ffw .input-button-container .input-group-btn {
	display:table-cell;
	width:1%;
	height:100%;
	vertical-align:middle;
}
.ffw .btns-top-indent{
	padding:20px 0 30px;
}
.tac,
.content .tac{
	text-align:center;
}
.tar,
.content .tar{
	text-align:right;
}
.ffw .indent-like-label-text{
	padding-top:41px;
}
/* POPUP */
.popup-window{
	display:none;
	position:relative;
	width:300px;
	padding:20px;
	background:#FFF;
	border-radius:5px;
}
.popup-window .close:link,
.popup-window .close:visited{
	position:absolute;
	top:10px;
	right:10px;
	display:block;
	background:url(../images/popup_close.png);
	width:15px;
	height:11px;
}
.popup-window .close:hover,
.popup-window .close:active{
	background-position:0 -11px;
}
img.left {
	margin-right: 8px;
}
img.right {
	margin-left: 8px;
}