/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, 
body{
    height:100%;
}

body{
    color:#222222;
    font-size:14px;
    line-height:1.45;
    background:#e0e0e0;
}

.rouble{
    font-family: 'als_rublregular';
}

#wrap{
    width:100%;
    margin:0 auto -78px;
}

.container{
    max-width:960px;
    padding:0 20px;
    margin:auto;
}

a{
    color:#222222;
}

a:hover{
    color:#9c2a66;
}

:first-child{
    margin-top:0;
}

:focus{
    outline:0 !important;
}

h1{
    font-size:36px;
    font-weight:400; 
    line-height:1.15;
    margin:0 0 20px;
}

h2{
    font-size:24px;
    font-weight:400; 
    line-height:1.15;
    margin:0 0 16px;
}

h3{
    font-size:18px;
    font-weight:400; 
    line-height:1.2;
    margin:0 0 12px;
}

h4{
    font-size:16px;
    font-weight:400; 
    line-height:1.25;
    margin:0 0 8px;
}

input, select, button, textarea{
    font-family:inherit;
}

.btn{
    display:inline-block;
    vertical-align:middle;
    text-align:center;
    border:0;
    cursor:pointer;
    padding:0 25px;
    height:44px;
    line-height:44px;
    text-decoration:none;
    color:#e0e0e0;
    font-size:18px;
    font-weight:700;
    box-shadow:1px 1px 13px rgba(0, 0, 0, .3);
    position:relative;
}

.btn:hover{
    color:#e0e0e0;
}

.btn:active{
    box-shadow:inset 0 4px 8px rgba(0, 0, 0, .35);
    top:1px;
}

.btn-pink{
    background: #ac2b6f;
    background: -moz-linear-gradient(top,  #ac2b6f 0%, #9b2965 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ac2b6f), color-stop(100%,#9b2965));
    background: -webkit-linear-gradient(top,  #ac2b6f 0%,#9b2965 100%);
    background: -o-linear-gradient(top,  #ac2b6f 0%,#9b2965 100%);
    background: -ms-linear-gradient(top,  #ac2b6f 0%,#9b2965 100%);
    background: linear-gradient(to bottom,  #ac2b6f 0%,#9b2965 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac2b6f', endColorstr='#9b2965',GradientType=0 );
    position:relative;
}

.btn-pink:hover{
    background: #c93282;
    background: -moz-linear-gradient(top,  #c93282 0%, #9b2965 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c93282), color-stop(100%,#9b2965));
    background: -webkit-linear-gradient(top,  #c93282 0%,#9b2965 100%);
    background: -o-linear-gradient(top,  #c93282 0%,#9b2965 100%);
    background: -ms-linear-gradient(top,  #c93282 0%,#9b2965 100%);
    background: linear-gradient(to bottom,  #c93282 0%,#9b2965 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c93282', endColorstr='#9b2965',GradientType=0 );
    /*position:relative;*/
}

.btn-pink:active{
    background: #9b2965;
    background: -moz-linear-gradient(top,  #9b2965 0%, #c93282 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c93282), color-stop(100%,#9b2965));
    background: -webkit-linear-gradient(top,  #9b2965 0%,#c93282 100%);
    background: -o-linear-gradient(top,  #9b2965 0%,#c93282 100%);
    background: -ms-linear-gradient(top,  #9b2965 0%,#c93282 100%);
    background: linear-gradient(to bottom,  #9b2965 0%,#c93282 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b2965', endColorstr='#c93282',GradientType=0 );
    position:relative;
}

.btn-blue{
    background: #4e9adf;
    background: -moz-linear-gradient(top,  #4e9adf 0%, #3987ce 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e9adf), color-stop(100%,#3987ce));
    background: -webkit-linear-gradient(top,  #4e9adf 0%,#3987ce 100%);
    background: -o-linear-gradient(top,  #4e9adf 0%,#3987ce 100%);
    background: -ms-linear-gradient(top,  #4e9adf 0%,#3987ce 100%);
    background: linear-gradient(to bottom,  #4e9adf 0%,#3987ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e9adf', endColorstr='#3987ce',GradientType=0 );
    position:relative;
}

.btn-blue:hover{
    background: #62b1f9;
    background: -moz-linear-gradient(top,  #62b1f9 0%, #2978c0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62b1f9), color-stop(100%,#2978c0));
    background: -webkit-linear-gradient(top,  #62b1f9 0%,#2978c0 100%);
    background: -o-linear-gradient(top,  #62b1f9 0%,#2978c0 100%);
    background: -ms-linear-gradient(top,  #62b1f9 0%,#2978c0 100%);
    background: linear-gradient(to bottom,  #62b1f9 0%,#2978c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62b1f9', endColorstr='#2978c0',GradientType=0 );
    position:relative;
}

.btn-blue:active{
    background: #2978c0;
    background: -moz-linear-gradient(top,  #2978c0 0%, #62b1f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2978c0), color-stop(100%,#62b1f9));
    background: -webkit-linear-gradient(top,  #2978c0 0%,#62b1f9 100%);
    background: -o-linear-gradient(top,  #2978c0 0%,#62b1f9 100%);
    background: -ms-linear-gradient(top,  #2978c0 0%,#62b1f9 100%);
    background: linear-gradient(to bottom,  #2978c0 0%,#62b1f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2978c0', endColorstr='#62b1f9',GradientType=0 );
    position:relative;
}

.block-pink{
    background: rgb(172,43,111);
    background: -moz-linear-gradient(top,  rgba(172,43,111,1) 0%, rgba(155,41,101,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(172,43,111,1)), color-stop(100%,rgba(155,41,101,1)));
    background: -webkit-linear-gradient(top,  rgba(172,43,111,1) 0%,rgba(155,41,101,1) 100%);
    background: -o-linear-gradient(top,  rgba(172,43,111,1) 0%,rgba(155,41,101,1) 100%);
    background: -ms-linear-gradient(top,  rgba(172,43,111,1) 0%,rgba(155,41,101,1) 100%);
    background: linear-gradient(to bottom,  rgba(172,43,111,1) 0%,rgba(155,41,101,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac2b6f', endColorstr='#9b2965',GradientType=0 );
    position:relative;
}

.block-pink:after,
.block-blue:after{
    content:"";
    position:absolute;
    left:0;
    top:100%;
    right:0;
    height:13px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); 
    background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=0 );
}

.block-pink:before{
    top:-13px;
    content:"";
    position:absolute;
    left:0;
    right:0;
    height:13px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5c000000',GradientType=0 );
}

.fs-36{
    font-size:36px;
}

.fs-24{
    font-size:24px;
}


.blue {
    color: #4a91d1;
}


#header{
    height:116px;
}

#header .block-blue {
    height: 58px;
    position: relative;
    background: #4a91d1;
}

#header .block-blue:after {
    
}

#header .container{
    position:relative;
}

.logo{
    position:absolute;
    top:7px;
    right:41px;
    z-index:5;

}

.toggle-nav{
    border:solid 1px #e0e0e0;
    width:46px;
    background:#3985c4;
    height:33px;
    display:none;
}

.toggle-nav i{
    display:block;
    width:24px;
    height:3px;
    background:#e0e0e0;
    margin:auto;
}

.toggle-nav i + i{
    margin-top:4px;
}

#header address {
    font-style: normal;
    clear: both;
    font-size: 18px;
    padding: 12px 0 0 27px;
    font-size: 24px;
    color: #edebef;
    position: relative;
    margin-left: 37px;
}

#header address:before{
    content:"";
    position:absolute;
    left:0;
    top:16px;
    width:18px;
    height:22px;
    /*background:url(../img/sprite.png) 0 0 no-repeat;*/
}

#header address small {
    font-size: 14px;
}

#header nav{
    float:left;
    width:auto;
}

#header ul{
    list-style:none;
    padding:0 0 0 37px;
    margin:0;
    float:left;
}

#header li{
    float:left;
    margin:19px 29px 0 0;
    line-height:18px;
    font-size:16px;
}

#header li a,
.call-me{
    color:#edebef;
}

#header li a:hover, #header li.active a,
.call-me:hover{
    color:#fff;
    text-decoration:none;
}

.call-me{
    margin: 0 0 0 49px;
    position:relative;
    font-size:14px;
    color:#edebef;
    line-height:20px;
}


.top-intro{
    min-height:465px;
    background:url(../img/img-1.jpg) 50% 0 no-repeat;
    padding:146px 0 0;
    background-size:cover;
}

@media screen and (min-width:1920px){
    .top-intro{
        background-size:cover;
    }
}

.top-intro aside,
.details aside{
    width:290px;
    position:absolute;
    top:0;
    bottom:0;
    left:-290px;
    background: #EBE9ED;
}

.top-intro__photo {
    text-align:center;
    height:286px;
    line-height:286px;
    font-size:0;
}

.top-intro article,
.details article {
    position:relative;
    margin-left:290px;
    background:#3f8ac9;
    background:rgba(63, 138, 201, .94);
    padding:40px 30px 120px;

    color:#e0e0e0;
    font-size:16px;
    line-height:1.5;
}

.top-intro p,
.details p {
    margin:0;
}

.top-intro p + p,
.details p + p {
    margin:1.5em 0 0;
}

.top-intro article > footer,
.details article > footer {
    position:absolute;
    left:30px;
    bottom:0;
    right:30px;
    height:120px;
    line-height:120px;
}

.top-intro__details,
.details .top-intro__details {
    vertical-align:middle;
    display:inline-block;
    font-size:20px;
    color:#e0e0e0;
    margin-left:17px;
    height:30px;
    line-height:30px;
}

.top-intro__details:hover,
.details .top-intro__details:hover {
    color:#fff;
    text-decoration:none;
}

.top-intro aside footer,
.details aside footer {
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    height:120px;
    border-top:solid 2px #5495d0;
}

.top-intro__price{
    margin:0 20px;
    text-align:right;
    font-size:28px;
    line-height:34px;
    color:#458ed1;
}

.top-intro__price:first-child{
    padding-top:22px;
    padding-bottom:6px;
}

.top-intro__price:only-child{
    padding-top:45px;
    padding-bottom:0;
}

.top-intro__price small{
    font-size:16px;
    float:left;
    text-align:left;
}

.ico-basket{
    display:inline-block;
    vertical-align:middle;
    width:31px;
    height:27px;
    background:url(../img/sprite.png) 0 -24px no-repeat;
    margin:0 10px 0 0;
    position:relative;
    left:-8px;
    top:-3px;
}

.ico-arrow{
    display:inline-block;
    vertical-align:middle;
    width:31px;
    height:27px;
    background:url(../img/arrow-199-48.png) no-repeat;
    margin:0 10px 0 0;
    position:relative;
    left:-8px;
    top:-3px;
}

.title-action{
    font-size:32px;
    color:#e0e0e0;
    line-height:80px;
    text-align:center;
    padding:36px 0;
}

.title-action span{
    font-size:72px;
    display:inline-block;
    vertical-align:middle;
}

.sertificate{
    min-height:909px;
    padding:70px 0 0;
    background:url(../img/img-2.jpg) 50% 100% no-repeat;
    background-size:cover;
}

.sertificate__body{
    background:#3f8ac9;
    background:rgba(63, 138, 201, .94);
    padding:40px 37px;
    overflow:hidden;
    color:#e0e0e0;
    line-height:1.75;
}

.sertificate__body article{
    overflow:hidden;
}

.sertificate__body h2{
    margin:-4px 0 30px;
    color: #E0E0E0 !important;
}

.sertificate__body p{
    margin:1.8em 0 0;
}

.sertificate__body aside{
    float:right;
    width:auto;
    margin:0 0 0 40px;
    position:relative;
}

.sertificate__body aside img{
    display:block;
    border:solid 7px #fff;
    border-radius:8px;
}

.label-quality{
    position:absolute;
    top:-34px;
    right:-30px;
    width:86px;
    height:86px;
    background:url(../img/label-quality.png) 0 0 no-repeat;
}

.testimonials{
    color:#e0e0e0;
    padding:48px 0 55px;
}

.testimonials .title{
    text-align:center;
    margin-bottom:32px;
}

.testi-slider{
    padding:0 150px;
    position:relative;
    margin:0 0 40px;
}

.testi-slider__prev{
    position:absolute;
    top:70px;
    left:37px;
    width:77px;
    height:100px;
}

.testi-slider__next{
    position:absolute;
    top:70px;
    right:37px;
    width:77px;
    height:100px;
}

.testi-slider__prev a,
.testi-slider__next a{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-image:url(../img/slider-arrows.png);
    opacity:.63;
}

.testi-slider__prev a{
    background-position:0 0;
}

.testi-slider__next a{
    background-position:100% 0;
}

.testi-slider__prev a:hover{
    background-position:0 100%;
}

.testi-slider__next a:hover{
    background-position:100% 100%;
}

.testi-slider__item{
    min-height:123px;
}

.testi-slider__item aside{
    float:left;
    margin:0 20px 0 0;
}

.testi-slider__item article{
    overflow:hidden;
}

.testi__author{
    font-size:18px;
    font-weight:700; 
    margin:0 0 16px;
    padding:3px 0 0;
}

.testi__author a{
    color:#e0e0e0;
}

.testi__footer{
    text-align:center;
}

.testi__all{
    font-size:18px;
    display:inline-block;
    vertical-align:middle;
    color:#e0e0e0;
    margin-right:37px;
}

.testi__author a:hover,
.testi__all:hover{
    color:#fff;
    text-decoration:none;
}

.ico-vk{
    display:inline-block;
    vertical-align:middle;
    width:42px;
    height:25px;
    background:url(../img/sprite.png) 0 -53px no-repeat;
    margin:0 10px 0 0;
    position:relative;
    left:-7px;
    top:-2px;
}


#content{
    padding:30px 0 118px;
}

.testimonials + #content{
    padding-top: 0;
}

.contacts{
    margin:50px 0 60px 37px;
}

.contacts h2{
    font-size:36px;
    color:#458ed1;
    margin-bottom:22px;
}

.contacts .form{
    width:560px;
    float:left;
}

.contacts__social{
    float:right;
    width:230px;
}

.contacts__social a{
    float:left;
    clear:left;
    margin-bottom:25px;
    position:relative;
    font-size:16px;
}

.contacts__social [class*=ico]{
    position:absolute;
    background-image:url(../img/sprite.png);
}

.ico-vk-2{
    width:28px;
    height:17px;
    background-position:0 -80px;
    left:-39px;
    top:2px;
}

.ico-inst{
    width:27px;
    height:27px;
    background-position:0 -98px;
    left:-39px;
    top:-3px;
}

.ico-mail{
    width:27px;
    height:20px;
    background-position:0 -126px;
    left:-39px;
}

.ico-call{
    width:24px;
    height:29px;
    background-position:0 -147px;
    left:-38px;
}

.form .controls{
    margin-bottom:18px;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email]{
    width:290px;
    height:44px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    line-height:44px;
    padding:0 16px;
    font-size:18px;
    color:#333;
    border:solid 2px #96b9d9;
    background:#e0e0e0;
    border-radius:2px;
}

.form textarea{
    width:516px;
    height:195px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    line-height:24px;
    padding:8px 16px;
    font-size:18px;
    color:#333;
    border:solid 2px #96b9d9;
    background:#e0e0e0;
    overflow:auto;
    border-radius:2px;
}


.form .error input[type=text],
.form .error input[type=tel],
.form .error input[type=email],
.form .error textarea{
    border-color:#bf89a6;
}

.require{
    margin-left:10px;
    font-size:24px;
    color:#458ed1;
    position:relative;
    top:6px;
}

.require-desc, .conf{
    margin-bottom:27px;
}




#footer{
    height:78px;
    color:#e0e0e0;
}

#footer:after{
    display:none;
}

.copyright{
    float:left;
    margin:21px 0 0 37px;
    line-height:18px;
}

.f__mail{
    float:right;
    margin:29px 37px 0 0;
    position:relative;
    color:inherit;
}

.f__mail:hover{
    color:#fff;
    text-decoration:none;
}

.f__mail:before{
    content:"";
    position:absolute;
    left:-32px;
    top:3px;
    width:19px;
    height:14px;
    background:url(../img/sprite.png) 0 -177px no-repeat;
}


#overlay{
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:1234;
    background:url(../img/black.png);
    background:rgba(0, 0, 0, .75);
    display:none;
}

.popup{
    position:absolute;
    left:0;
    right:0;
    margin:0 auto;
    top:200px;
    width:500px;
    padding:26px 60px;
    z-index:1235;
    background:#e0e0e0;
    border:solid 10px #a92b6d;
    border-radius:10px;
    box-shadow:0 0 51px rgba(0, 0, 0, .75);
    display:none;
}

.popup .error-message {color: #ac2b6f; display: none; padding:5px;}

.popup__desc{
    margin:0 0 17px;
}

.popup__close{
    position:absolute;
    width:60px;
    height:60px;
    cursor:pointer;
    right:-35px;
    top:-35px;
    background:url(../img/close.png) 0 0 no-repeat;
}

.popup h3{
    text-align:center;
    font-size:36px;
    color:#4a91d1;
    margin:0 0 30px;
}

.width-full{
    width:100%;
}

.order input[type=text],
.order input[type=email],
.order input[type=tel],
.order textarea{
    height:44px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    line-height:44px;
    padding:0 16px;
    font-size:18px;
    color:#333;
    border:solid 2px #96b9d9;
    background:#e0e0e0;
    border-radius:2px;
}

.order textarea{
    height:88px;
    line-height:1.35;
    padding:6px 16px;
    overflow:auto;
}

.order .error input[type=text],
.order .error .error input[type=email],
.order .error input[type=tel],
.order .error textarea{
    border-color:#bf89a6;
}

.order .order__agree .error {color:#a02a68;}

.order .controls{
    margin:0 0 20px;
}

.order .controls:after{
    content:"";
    display:block;
    clear:both;
}

.order .width-small{
    padding:0 !important;
    width:44px;
    text-align:center;
    margin:0 4px;
}

.order .width-medium{
    width:240px;
    float:left;
}

.order .width-medium + .width-medium{
    float:right;
}

.order .controls-phone{
    text-align:right;
    margin-right:-4px;
}

.controls-phone label{
    float:left;
    height:44px;
    line-height:44px;
    font-size:18px;
}

.ico-tel{
    width:26px;
    height:25px;
    display:inline-block;
    vertical-align:middle;
    background:url(../img/sprite.png) 0 -193px no-repeat;
    position:relative;
    top:-2px;
    left:-7px;
    margin:0 10px 0 0;
}

.order button[type=submit]{
    margin:10px 0 0;
}

.radio-group {position: relative;}

.radio-group h4 {
    font-weight: bold;
}

.radio-group label{
    display:block;
}

.custom-radio{
    display:inline-block;
    vertical-align:top;
    padding-left:33px;
    position:relative;
    font-size:15px;
    line-height:28px;
    cursor:pointer;
}

.custom-radio:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:19px;
    height:19px;
    background:url(../img/sprite.png) -21px -220px no-repeat;
}

.custom-radio.checked:before{
    background:url(../img/sprite.png) 0 -220px no-repeat;
}

.custom-radio input[type=radio]{
    position:absolute;
    left:-9999px;
}

.custom-radio .price{
    font-size:24px;
    color:#4A91D1;
    display:inline-block;
    vertical-align:baseline;
    position:relative;
    top:-2px;
}

.order__info{
    position:relative;
    padding-left:29px;
    line-height:18px;
    margin:-8px 0 38px;
}

.order__info:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:18px;
    height:18px;
    background:url(../img/sprite.png) 0 -241px no-repeat;
}

.custom-checkbox{
    display:block;
    padding-left:29px;
    position:relative;
    cursor:pointer;
}

.custom-checkbox input[type=checkbox]{
    position:absolute;
    left:-9999px;
}

.custom-checkbox:before{
    content:"";
    position:absolute;
    left:0;
    top:-5px;
    width:22px;
    height:25px;
    background:url(../img/sprite.png) 0 -286px no-repeat;
}

.custom-checkbox.checked:before{
    background:url(../img/sprite.png) 0 -260px no-repeat;
}

.order__agree{
    margin:0 0 38px;
}

.order__btns{
    height:46px;
    line-height:46px;
}

.order__btns .order__price{
    font-size:36px;
    color:#4a91d1;
    float:left;
}

.order__btns button[type=submit]{
    float:right;
    margin:0;
}


.reviews__top{
    width:100%;
    overflow:hidden;
    position:relative;
    height:368px;
}

.reviews__top-title{
    background:#4a91d1;
    color:#e0e0e0;
    height:50px;
    line-height:50px;
    font-size:36px;
    padding:44px 0;
}

.reviews__top-title span{
    margin:0 37px;
    display:block;
}

.reviews__top-img{
    background:#e0e0e0;
    padding:7px 0;
    position:relative;
    box-shadow:0 0 6px rgba(0, 0, 0, .2);
    height:206px;
}

.reviews__top-img img{
    position:absolute;
    top:7px;
    left:50%;
    margin-left:-960px;
}

.reviews{
    margin:25px 0 40px;
    position:relative;
    width:960px;
}

.reviews h1{
    color:#4a91d1;
    line-height:1;
    margin:0 37px 60px;
}

.reviews__see-all{
    position:absolute;
    right:37px;
    top:12px;
}

.reviews__item{
    padding:0 37px 30px 172px;
    border-bottom:solid 2px #aa2f6f;
    margin-bottom:30px;
}
.news__item{
    padding:30px 0px 30px 172px !important;
    background: #CDCDCD;
    margin-bottom: 0;
}

.posts__item{
    padding:30px 30px 30px 30px !important;
    background: #CDCDCD;
    margin-bottom: 0;
}

.news__item .reviews__desc {
    margin: 0 20px 20px 0;
}

.news__item .frame {
    background: url(../img/frame_reply.png) 0 0 no-repeat !important;
}

.reviews__item aside{
    float:left;
    width:100px;
    height:100px;
    margin:4px 0 0 -131px;
    position:relative;
}

.reviews__item .frame{
    position:absolute;
    width:122px;
    height:122px;
    left:-11px;
    top:-11px;
    background:url(../img/frame.png) 0 0 no-repeat;
}

.reviews__item header{
    margin:0 0 10px;
}

.reviews__item header time{
    display:block;
}

.reviews__item header a{
    font-size:18px;
}

.reviews__desc{
    margin:0 0 20px;
}

.reviews__gallery{
    position:relative;
    overflow: hidden;
}

.reviews__gallery.type-1{
    position:relative;
    height:420px;
}

.reviews__gallery.type-2{
    position:relative;
    height:199px;
}

.reviews__gallery.type-1 .img-1{
    left:0;
    top:0;
}

.reviews__gallery.type-1 .img-2{
    right:0;
    top:0;
}

.reviews__gallery.type-1 .img-3{
    right:0;
    bottom:0;
}

.reviews__gallery.type-2 .img-1{
    left:0;
    top:0;
}

.reviews__gallery.type-2 .img-2{
    right:0;
    top:0;
}

.reviews__btns{
    position:relative;
    height:44px;
    margin-top:60px;
}

.reviews__btns .btn{
    position:absolute;
    top:0;
}

.reviews__btns .btn-blue{
    left:50%;
    margin-left:15px;
}

.reviews__btns .btn-pink{
    right:50%;
    margin-right:15px;
}


.bg-img {
    background: url(../img/bg-top-2.jpg) 50% 88px no-repeat #e0e0e0;
}

.bg-img #header {
    margin-bottom: 225px;
}


.faq__list {
    margin-bottom: 80px;
}

.faq__list dt {
    padding: 7px 16px;
    color: #222222;
    background: #c8c6c6;
    font-size: 18px;
    margin: 11px 0 0;
    cursor: pointer;
}

.faq__list dt:first-child {
    margin-top: 0;
}

.faq__list dt.open {
    background: #a92b6d;
    color: #e0e0e0;
}

.faq__list dt.open a { color: #e0e0e0; }

.faq__list dd {
    margin: 0;
    padding: 20px 16px;
    background: #c8c6c6;
    color: #222222;
    display: none;
    position: relative;
}

.faq__list dd p {
    margin: 0;
}

.faq__list dd p + p {
    margin: 14px 0 0;
}


.details__price {
    font-size: 36px;
    text-align: center;
    color: #ffffff;
    padding: 16px 0;
}


#writeme {
    background: #a92b6d;
}
#writeme .ico-viber {padding-left: 10px; padding-right: 10px; }
#writeme .ico-whatsapp {padding-left: 10px;}

#writeme p {
    color: #fff;
    margin: 0 auto;
    width: 320px;
    font-size: 16px;
    padding-bottom: 25px
}

#writeme form{ margin: 0 auto; width: 320px; padding-bottom: 25px; }
#writeme .error-message {color:#fff; text-align: center;}
#writeme .success-block span {color:#fff;}
#writeme button{margin: 10px auto; display: block;}


.details {
    margin-bottom: 40px;
}

.details article {
    padding: 30px !important;
}

.details aside footer {
    height: 177px;
    text-align: center;
}

.details h1 {
    line-height: 1.45;
}

.gallery-page h1 {
    color: white;text-align: center; text-shadow: 1px 1px 2px black; margin-bottom: 50px; margin-top:-70px;
}

.page {
    margin: 0 0 60px;
}

.page h1, .page-product h1 {
    color: #4a91d1;
}

.page h2 {
    color: #a92b6d;
}


.page h3 {
    color: #3f8ac9;
    font-weight: 300 !important;
    font-family: "Arial",  sans-serif; 
}

.page-blacklist h3{margin-right:20px}
.page-product article{min-height: 260px;}
.product-text ol, .product-text ul{ margin-bottom: 20px !important}
.product-text h2 {margin-top: 40px}
.product-text li {width: 100%}
.page-product .link-to-gallery{font-size:16px; margin-top:10px; display:inline-block}
.contacts span.h2 {font-size: 36px; color: #458ed1; margin-bottom: 22px; }
.contacts .people span {display: block; margin-top: -35px;margin-left: 125px; line-height: 20px;}
.news .container h1 {color: white;text-align: center; text-shadow: 1px 1px 2px black; margin-top: -80px; font-size:36px;}
.news .container hr {margin:0 0 30px 0; border-top:solid 2px #aa2f6f;}
.news .container .reviews {margin-top: -30px;}
.pink {color: #a92b6d;}
.center {text-align: center; display: block;margin: 40px 0 20px; }
.arrow-list, .faq ul, .posts__item ul, .product-text ul {
    list-style: none;
    margin: 10px 0 1.5em;
    padding: 0;
}

.arrow-list li, .faq li, .posts__item li, .product-text li {
    position: relative;
    padding: 0 46px 8px;
}

.arrow-list li:before, .faq li:before, .posts__item li:before, .product-text ul li:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 5px;
    width: 17px;
    height: 12px;
    background: url(../img/arrow.png) 0 0 no-repeat;
}

.page .sertificate__body {
    margin: 0 0 60px;
}

.page h3 {
    font-weight: 700;
}

.wrap-qnt {
    display: inline-block;
    position: relative;
    width: 84px;
    height: 28px;
    vertical-align: middle;
    margin-left: 7px;
}

.wrap-qnt .plus {
    right: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../img/sings.png) -70px -3px no-repeat;
    position: absolute;
}

.wrap-qnt .minus {
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../img/sings.png) -1px -3px no-repeat;
    position: absolute;
}

.wrap-qnt input[type=text] {
    width: 36px;
    height: 28px;
    border: solid 2px #86b1d7;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    color: #222222;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 0 0 0 25px;
    position: relative;
    z-index: 12345;
    padding: 0;
}

.tabs {
    position: absolute;
    top: -60px;
    left: -40px;
    height: 60px;
}

.tabs span {
    float: left;
    margin-right:2px;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background: #6dabe2;
    background: rgba(74, 145, 209, .83);
}

.tabs span.active {
    background: #4a91d1;
    background: rgba(74, 145, 209, 1);
}

.top-intro article {
    background: #4a91d1;
}

.top-intro article .tab > footer {
    position:absolute;
    left:30px;
    bottom:0;
    right:30px;
    height:120px;
    line-height:120px;
}

.top-intro {
    padding-bottom: 60px;
    min-height: 405px;
}

.top-intro aside footer {
    height: 104px;
}


.success-block {color:#458ed1; text-align:center;  display: none; font-size: 22px;}
.success-block span {color:#a02a68;}
form .loader {visibility: hidden; margin-left: 10px; margin-top: 10px;}


table.video td{padding:30px; vertical-align: top}
table.video {margin-left:-30px;}
table.video h3 {height: 42px;}
.gallery img, .gallery .images {border:4px solid #edebef;background: #edebef; text-align: center;}



.order .discount {font-size: 22px;}
.order .discount big {color: #9c2a66;}

#load-overlay {position: fixed; z-index: 99999; background: rgb(172,43,111); top:0; left:0; width: 100%; height: 100%}
#load-overlay .logo {position: relative; top:50%; left:50%; margin:-100px 0 0 -100px; background:url(../img/logo.png) 0 0 no-repeat; width:196px; height: 196px;}
#load-overlay .preloader {position: relative; top:50%; left:50%; margin: 20px 0 0 -67px; background:url(../img/preloader.gif) 0 0 no-repeat; width:128px; height: 15px;}

.reviews__item .reply {margin-top:15px;}
.reviews__item__reply {background: #cdcdcd}
.reviews__item__reply {padding-top:50px; margin-bottom: 0px; border-top: solid 2px #aa2f6f; border-bottom: 0px}
.reviews__item__reply .frame {background: url(../img/frame_reply.png) 0 0 no-repeat;}

.contacts .team {clear: both; width: 270px; position: relative; left: -40px; top: 25px;}
.contacts .team .avatar {border-radius: 60px; border: 3px solid #458ed1; display: inline-block; margin-right: 15px}
.contacts .team .people {height: 105px; line-height: 105px; margin-bottom: 25px}
.contacts .team h3 {display: inline-block;}

.fix-callback, .fix-callback:hover, .fix-callback:active {position: fixed; top:auto !important; bottom: 0px; right:30px; cursor: pointer; z-index:999;}

blockquote {background: #83AD1E; padding:20px; padding-bottom: 10px; margin: 0 0 20px 0; color:#fff;}


.content-tabs {list-style: none; margin-bottom: 0;}
.content-tabs li {display: inline-block; height: 60px; line-height: 60px;  color: #fff; font-size: 18px; cursor: pointer; background: #6dabe2;}
.content-tabs li a {color: #fff; text-decoration: none; padding: 0 25px;}
.content-tabs li.active {background: #aa2f6f}


footer .contacts { float:right; position:relative; margin:20px 0px 0 0; list-style:none; width:400px}
footer .contacts li { display:inline-block; margin-left:20px; width:178px}
footer .contacts a {color:inherit;}

.reviews__gallery img {
    background: url(../img/ajax-loader-img.gif) center center no-repeat;
}
ul.page-numbers {margin: 40px 0 0 -40px}
.page-numbers li {display: inline-block; font-size: 18px; margin-right: 10px}
.page-numbers a:hover {cursor: pointer;}
.page-numbers li .current {color:#aa2f6f;}

.testimonials .reviews__gallery img{ display: inline; margin-right: 4px; }
/*
@media only screen and (min-width: 1001px) {
    .gallery img, .gallery .images {width: 225px !important; height: 225px !important; border:3px solid #edebef;}
}
*/


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.tac{
    text-align:center;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


h1.title-page {position:absolute; left:-1500px;}
.error-message {color:#c93282}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 25, 2014 */

.dnone { display: none; }

@font-face {
    font-family: 'als_rublregular';
    src: url('rouble-webfont.eot');
    }

@font-face {
    font-family: 'als_rublregular';
    src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'),
         url('rouble-webfont.ttf') format('truetype'),
         url('rouble-webfont.svg#als_rublregular') format('svg');
    font-weight: normal;
    font-style: normal;

}