

/* Start:/js/globals/2.0/preloader.css?17313044221931*/
:root {
    --preload-color-background: rgba(33, 33, 33, 0.5);
    --preload-color-foreground: #ffffff;
    --preload-color-accent: #03a9f4;
    --preload-gap: 36px;
    --preload-icon-size: 128px;
    --preload-font: 2em Roboto, arial, sans-serif;
    --preload-spinner-size: 32px;
    --preload-spinner-width: 3px;
}

#app-preloader {
    z-index: 99999999999;
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: var(--preload-gap);
    justify-content: center;
    align-items: center;
    background: var(--preload-color-background);
    color: var(--preload-color-foreground);
    font: var(--preload-font);
    transition: .3s ease-in-out;
    top: 0;
}

#app-preloader .preloader-spinner {
    position: fixed;
    left: calc(50vw - calc(var(--preload-spinner-size) / 2px));
    width: var(--preload-spinner-size);
    height: var(--preload-spinner-size);
    animation: preloader-spinner .5s linear infinite;
}

#app-preloader .preloader-spinner .preloader-spinner-icon {
    width: var(--preload-spinner-size);
    height: var(--preload-spinner-size);
    stroke: var(--preload-color-foreground);
    stroke-width: var(--preload-spinner-width);
    stroke-dasharray: 314%, 314%;
    animation: preloader-spinner-icon-anim 1s linear infinite alternate;
}

@keyframes preloader-logo-anim {
    0% {
        filter: opacity(0);
        transform: translateY(-30px);
    }

    100% {
        filter: opacity(1);
        transform: translateY(0);
    }
}

@keyframes preloader-title-anim {
    0% {
        filter: opacity(0);
    }

    100% {
        filter: opacity(1);
    }
}

@keyframes preloader-spinner {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-spinner-icon-anim {
    0% {
        stroke-dasharray: 0%, 314%;
    }

    100% {
        stroke-dasharray: 314%, 314%;
    }
}

/* End */


/* Start:/js/fancybox/source/jquery.fancybox.css?15300210764917*/
/*! 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;
padding:0px!important
}

.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('/js/fancybox/source/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('/js/fancybox/source/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('/js/fancybox/source/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('/js/fancybox/source/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('/js/fancybox/source/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('/js/fancybox/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/css/normalize.min.css?15300211881981*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/* End */


/* Start:/css/fonts.css?15318980604706*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,700,700italic&subset=latin,latin-ext,cyrillic);

.roboto {
    font-family: 'Roboto', sans-serif
}

@font-face {
    font-family: 'nautilus_pompiliusregular';
    src: url("/fonts/nautiluspompilius-webfont.eot");
    src: url("/fonts/nautiluspompilius-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/nautiluspompilius-webfont.woff2") format("woff2"),url("/fonts/nautiluspompilius-webfont.woff") format("woff"), url("/fonts/nautiluspompilius-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ALSSchlangesans-Black';
    src: url("/fonts/ALSSchlangesans-Black.eot");
    src: url("/fonts/ALSSchlangesans-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/ALSSchlangesans-Black.woff2") format("woff2"),url("/fonts/ALSSchlangesans-Black.woff") format("woff"),url("/fonts/ALSSchlangesans-Black.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ALSSchlangesans-bold';
    src: url("/fonts/ALSSchlangesans-bold.eot");
    src: url("/fonts/ALSSchlangesans-bold.eot?#iefix") format("embedded-opentype"),url("/fonts/ALSSchlangesans-bold.woff2") format("woff2"),url("/fonts/ALSSchlangesans-bold.woff") format("woff"),url("/fonts/ALSSchlangesans-bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'pfdindisplaypro';
    src: url("/fonts/pfdindisplaypro-blackitalic-webfont.eot");
    src: url("/fonts/pfdindisplaypro-blackitalic-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/pfdindisplaypro-blackitalic-webfont.woff2") format("woff2"),url("/fonts/pfdindisplaypro-blackitalic-webfont.woff") format("woff"),url("/fonts/pfdindisplaypro-blackitalic-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'allegro-bt-webfont';
    src: url("/fonts/allegro-bt-webfont.eot");
    src: url("/fonts/allegro-bt-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/allegro-bt-webfont.woff2") format("woff2"),url("/fonts/allegro-bt-webfont.woff") format("woff"),url("/fonts/allegro-bt-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'PFDinBI';
    src: url("/fonts/PFDinTextPro-BoldItalic.eot");
    src: url("/fonts/PFDinTextPro-BoldItalic.eot?#iefix") format("embedded-opentype"),url("/fonts/PFDinTextPro-BoldItalic.woff") format("woff"),url("/fonts/PFDinTextPro-BoldItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'RobotoBI';
    src: url("/fonts/roboto-bold-italic.eot");
    src: url("/fonts/roboto-bold-italic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-bold-italic.woff") format("woff"), url("/fonts/roboto-bold-italic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'RobotoBlackItalic';
    font-style: italic;
    font-weight: 700;
    src: url("/fonts/roboto-black-italic.eot");
    src: url("/fonts/roboto-black-italic.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-black-italic.woff") format("woff"), url("/fonts/roboto-black-italic.ttf") format("truetype");
}
@font-face {
    font-family: 'RobotoMedium';
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/Roboto-Medium.eot");
    src: url("/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Medium.woff") format("woff"), url("/fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/Roboto-Light.eot");
    src: url("/fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Light.woff") format("woff"), url("/fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
    font-family: 'PTSansB';
    src: url("/fonts/pt-sans-bold.eot");
    src: url("/fonts/pt-sans-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/pt-sans-bold.woff") format("woff"), url("/fonts/pt-sans-bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url("/fonts/Roboto-Regular.eot");
    src: url("/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Regular.woff") format("woff"), url("/fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
/* End */


/* Start:/css/style-old.css?1596027190294416*/
:focus {
    outline: 0
}
a:hover { text-decoration: none
}
.es2 .es2_red {
    color: #ff3333
}

.es2 .es2_block {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.es2 .es2_block .es2_but {
    background: url(/img/es2_but.png) no-repeat center center;
    width: 288px;
    height: 66px;
    margin: 0px auto -70px auto;
    cursor: pointer
}

.es2 .es2_block .es2_oknatseny {
    width: 338px;
    padding-bottom: 40px;
    background: #fdfdfd;
    border: 1px solid #d7d0aa;
    border-radius: 5px;
    box-shadow: 1px 3px 5px -1px rgba(0,0,0,0.27);
    float: left
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny__zag {
    font-size: 27px;
    width: 340px;
    text-align: center;
    font-family: 'ALSSchlangesans-bold';
    text-transform: uppercase;
    background: #fce001;
    background: -webkit-linear-gradient(bottom, #fde800, #fbd502);
    background: linear-gradient(to top, #fde800, #fbd502);
    height: 61px;
    line-height: 64px;
    border-radius: 4px;
    margin-top: -16px;
    margin-left: -2px;
    box-shadow: 1px 6px 19px -1px rgba(0,0,0,0.37);
    position: relative;
    z-index: 10
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_tsena {
    height: 80px;
    background: #f3f3f3;
    position: relative;
    z-index: 5;
    margin-top: -5px
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_tsena .es2_oknatseny_left {
    float: left;
    width: 190px;
    height: 80px;
    line-height: 26px;
    font-weight: 300;
    color: #737373;
    font-size: 20px;
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    padding-top: 17px;
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_tsena .es2_oknatseny_right {
    float: right;
    width: 145px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_tsena .es2_oknatseny_right span {
    font-size: 30px
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_row {
    height: 57px;
    border-top: 1px solid #ebeae2
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_left {
    float: left;
    width: 150px;
    height: 57px;
    font-weight: 300;
    color: #737373;
    font-size: 20px;
    padding-left: 15px;
    font-family: 'Roboto', sans-serif
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_left table {
    height: 57px
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_left table td {
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-weight: 300
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_right {
    float: right;
    width: 170px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400
}


.es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_right.es2_red {
    font-size: 36px;
    font-weight: bold
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_right span {
    font-size: 28px;

}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_right img {
    margin-top: -10px
}

.es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_right_stars {
    width: 200px !important;
    margin-left: -30px
}

.es2 .es2_block .es2_okna {
    width: 240px;
    background: #f4f4f4;
    float: left;
    margin-top: 8px
}

.es2 .es2_block .es2_okna .es2_okna__zag {
    font-size: 20px;
    color: #fff;
    width: 240px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background: #01d2e9;
    height: 43px;
    line-height: 36px;
    margin-top: 0px;
    position: relative;
    z-index: 5;
    border-right: 1px solid #02b1c5
}

.es2 .es2_block .es2_okna .es2_okna_tsena {
    height: 76px;
    background: #f3f3f3;
    position: relative;
    z-index: 5;
    margin-top: -5px;
    border-right: 1px solid #c5eaee;
    border-bottom: 1px solid #c5eaee
}

.es2 .es2_block .es2_okna .es2_okna_tsena .es2_okna_right {
    float: right;
    width: 240px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-size: 43px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold
}

.es2 .es2_block .es2_okna .es2_okna_tsena .es2_okna_right span {
    font-size: 30px
}

.es2 .es2_block .es2_okna .es2_okna_row {
    height: 57px;
    border-right: 1px solid #c5eaee;
    border-bottom: 1px solid #c5eaee
}

.es2 .es2_block .es2_okna .es2_okna_row .es2_okna_row_right {
    float: right;
    width: 240px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}

.es2 .es2_block .es2_okna .es2_okna_row .es2_okna_row_right.es2_red {
    font-size: 36px;
    font-weight: bold
}

.es2 .es2_block .es2_okna .es2_okna_row .es2_okna_row_right span {
    font-size: 30px
}

.es2 .es2_block .es2_okna .es2_okna_row .es2_okna_row_right img {
    margin-top: -10px
}

.es2 .es2_block .es2_bgtransper {
    position: absolute;
    width: 180px;
    height: 355px;
    background: url(/img/es2_bgtransper.png) repeat-y;
    right: 0;
    z-index: 10
}

.es2 .es2_block .iosslider_2 {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 805px;
    height: 425px
}

.es2 .es2_block .iosslider_2 .slider {
    width: 100%;
    height: 100%
}

.es2 .es2_block .iosslider_2 .slider .slide {
    float: left;
    width: 240px;
    height: 340px
}

.es2 .es2_block .scrollbarBlock5 {
    background: #edecec;
    border-radius: 5px
}

.es2 .es2_block .scrollbar5 {
    border: 0px !important
}

@media only screen and (max-width: 1200px) {
    .es2 .es2_block {
        width: 970px;
    }
    .es2 .es2_block .iosslider_2 {
              width: 605px;
    }

}

@media only screen and (max-width: 992px) {

    .es2 .es2_block {
        width: 740px;
    }

    .es2 .es2_block .es2_oknatseny .es2_oknatseny_tsena .es2_oknatseny_left {
        font-size: 20px;
    }

    .es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_left table td {
        font-family: 'Roboto', sans-serif;
        line-height: 1;
        font-weight: 300
    }

    .es2 .es2_block .iosslider_2 {
        width: 390px;
    }

}

@media only screen and (max-width: 768px) {
    .es2 .es2_block .es2_bgtransper {
        display: none
    }
    .es2 .es2_block .iosslider_2  {
        display: none
    }

    .es2 .es2_block {
        width: 100%;
        margin: 0 auto;
        height: 400px;
        position: relative
    }

    .es2 .es2_block .es2_oknatseny {
        float: none;
        margin: 0 auto
    }

    .es2 .es2_block .iosslider_2 {
        width: 605px;

    }

}

@media only screen and (max-width: 480px) {
    .es2 .es2_block {
        width: 100%;
        margin: 0 auto;
        position: relative
    }

    .es2 .es2_block .es2_but {
        background: url(/img/es2_but.png) no-repeat center center;
        width: 288px;
        height: 66px;
        margin: 20px auto -70px auto
    }

    .es2 .es2_block .es2_oknatseny {
        width: 300px;
        float: none;
        margin: 0 auto
    }

    .es2 .es2_block .es2_oknatseny .es2_oknatseny__zag {
        width: 302px;
    }
    .es2 .es2_block .es2_oknatseny .es2_oknatseny_tsena .es2_oknatseny_left
    { font-size: 18px; width: 170px}

    .es2 .es2_block .es2_oknatseny .es2_oknatseny_tsena .es2_oknatseny_right {
        font-size: 33px;

    }
    .es2 .es2_block .es2_oknatseny .es2_oknatseny_tsena .es2_oknatseny_right {
        width: 125px;
    }

    .es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_left {
       font-size: 18px;

    }

    .es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_right {
       width: 130px;
     }

    .es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_right img {
        width: 25px
    }

    .es2 .es2_block .es2_oknatseny .es2_oknatseny_row .es2_oknatseny_row_right_stars {
        width: 170px !important;
        margin-left: -30px
    }

    .es2 .es2_block .es2_okna {
        width: 240px;
        background: #f4f4f4;
        float: left;
        margin-top: 8px
    }

    .es2 .es2_block .iosslider_2 {

        width: 605px;
    }

}

.b_windownow_bg {
    height: 400px;
    background: url(/img/b_windownow_bg.png) no-repeat center top;
    margin: -15px auto 0px auto;
    position: relative
}

.b_windownow_bg .b_windownow_man {
    position: absolute;
    bottom: 0px;
    width: 382px;
    height: 348px
}

.b_windownow_bg .b_windownow_proc {
    width: 250px;
    height: 172px;
    margin-left: 400px;
    margin-right: 30px;
    float: left
}

.b_windownow_bg .b_windownow_text {
    font-family: 'ALSSchlangesans-Black';
    font-size: 39px;
    line-height: 1.2;
    text-transform: uppercase;
    display: block;

}

@media only screen and (max-width: 1200px) {

    .b_windownow_bg .b_windownow_man {
        position: absolute;
        bottom: 0px;
        width: 352px;
        height: auto
    }

    .b_windownow_bg .b_windownow_man img {
        width: 100%
    }

    .b_windownow_bg .b_windownow_proc {
        width: 200px;
        height: auto;
        margin-left: 350px;
        margin-right: 30px;
        float: left
    }

    .b_windownow_bg .b_windownow_proc img {
        width: 100%
    }

    .b_windownow_bg .b_windownow_text {
        font-size: 32px;
    }

}

@media only screen and (max-width: 992px) {
    .b_windownow_bg .b_windownow_man {
        display: none
    }
    .b_windownow_bg .b_windownow_proc {
        width: 200px;
        height: auto;
        margin-left: 80px;
        margin-right: 30px;
        float: left
    }
    .b_windownow_bg .b_windownow_proc img {
        width: 100%
    }
}

@media only screen and (max-width: 768px) {

    .b_windownow_bg .b_windownow_proc {
        display: none
    }

    .b_windownow_bg .b_windownow_text {
        text-align: center
    }
}
@media only screen and (max-width: 480px) {
    .b_windownow_bg .b_windownow_text {
        font-size: 30px;
    }
}

.es13_bg {
    height: 530px;
    background: url(/img/es13_bg.png) no-repeat center center;
    margin: -20px auto 0px auto
}

.es13_bg .es13_bg__text {
    font-size: 49px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
    padding-top: 74px;
    line-height: 1;
    margin-bottom: 15px;
    text-shadow: 3px 4px 8px rgba(0,0,0,0.6)
}

.es13_bg .es13_bg__text2 {
    font-size: 30px;
    color: #252525;
    text-align: center;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
    line-height: 1;
    margin-bottom: 20px
}

.es13_bg #es13_COUNTDOWN {
    text-align: center;
    margin-bottom: 40px
}

.es13_bg #es13_COUNTDOWN .label {
    display: block;
    margin-top: 10px
}

.es13_bg #es13_COUNTDOWN_sm {
    text-align: center;
    margin-bottom: 40px
}

.es13_bg #es13_COUNTDOWN_sm .label {
    display: block;
    margin-top: 10px
}

.es13_bg .col-md-6 {
    text-align: center
}

.es13_bg .es13_but {
    display: block;
    width: 428px;
    height: 53px;
    background: url(/img/es13_but.png);
    margin: 0 0 0 20px;
    font-size: 0px
}

.es13_bg .es13_but_div {
    text-align: left
}

.es13_bg .es13_but_div input {
    margin-left: 20px
}

.es13_bg .es13_input {
    width: 429px;
    height: 55px;
    background: url(/img/es13_input.png);
    text-align: left;
    margin-right: 20px
}

.es13_bg .es13_input input {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
    margin: 15px 0px 0px 50px;
    width: 360px;
    border: 0px
}

.es13_bg_aktsii {
    height: 495px;
    background: url(/img/es13_bg.png) no-repeat center bottom;
    margin: 0px auto 0px auto
}

.es13_14 {
    padding: 40px 0px 45px
}

.es13_14 .es13_14__zag {
    color: #0d0d0d;
    font-size: 40px;
    font-family: 'ALSSchlangesans-Black';
    text-align: center;
    margin-bottom: 20px
}

.es13_14__desc {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 1.3
}

@media only screen and (max-width: 992px) {
    .es13_bg {
        height:530px;
        background: url(/img/es13_bg.png) no-repeat center center;
        margin: -40px auto 0px auto
    }

    .es13_bg .es13_bg__text {
        font-size: 36px;
        padding-top: 70px;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .es13_bg .es13_bg__text2 {
        font-size: 25px;
        margin-bottom: 25px;

    }

    .es13_bg #es13_COUNTDOWN {
        text-align: center;
        margin-bottom: 20px
    }

    .es13_bg .es13_but {
        display: block;
        width: 428px;
        height: 53px;
        background: url(/img/es13_but.png);
        margin: 0 auto
    }

    .es13_bg .es13_but_div {
        text-align: center; width: 429px;
    }
    .es13_bg .es13_but_div .yellow-button { padding: 10px 20px 12px 20px}

    .es13_bg .es13_but_div input {
        margin-left: 0px
    }

    .es13_bg .es13_input {

        float: none;
        margin: 0 auto 20px auto
    }

    .es13_bg_aktsii .es13_bg__text {
        font-size: 49px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        padding-top: 44px;
        line-height: 1;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .es13_bg {
        height:530px;
        background: url(/img/es13_bg.png) no-repeat center center;
        margin: -40px auto 0px auto
    }

    .es13_bg #es13_COUNTDOWN {
        text-align: center;
        margin-bottom: 30px
    }


    .es13_bg .es13_but {
        display: block;
        width: 428px;
        height: 53px;
        background: url(/img/es13_but.png);
        margin: 0 auto
    }

    .es13_bg .es13_input {
        width: 429px;
        height: 55px;
        background: url(/img/es13_input.png);
        text-align: left;
        float: none;
        margin: 0 auto 20px auto
    }

    .es13_bg_aktsii .es13_bg__text {
        font-size: 49px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        padding-top: 44px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .es13_14 .es13_14__zag {
        color: #0d0d0d;
        font-size: 36px;
        font-family: 'ALSSchlangesans-Black';
        text-align: center;
        margin-bottom: 20px;
        line-height: 1
    }

    .es13_14 .es13_14__desc {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        line-height: 1.3
    }
}

@media only screen and (max-width: 480px) {
    .es13_bg {
        height:530px;
        background: url(/img/es13_bg.png) no-repeat center center;
        margin: -40px auto 0px auto
    }

    .es13_bg .es13_bg__text {
        font-size: 28px;
        padding-top: 74px;
        line-height: 1;
    }

    .es13_bg .es13_bg__text2 {
        font-size: 20px;
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .es13_bg #es13_COUNTDOWN {
        text-align: center;
        margin-bottom: 30px
    }

    .es13_bg #es13_COUNTDOWN .label {
        display: block;
        margin-top: 10px
    }

    .es13_bg #es13_COUNTDOWN_sm {
        text-align: center;
        margin-bottom: 40px
    }

    .es13_bg #es13_COUNTDOWN_sm .label {
        display: block;
        margin-top: 10px
    }

    .es13_bg .col-md-6 {
        text-align: center
    }

    .es13_bg .es13_but {
        display: block;
        width: 290px;
        height: 53px;
        background: url(/img/es13_but_sm.png);
        margin: 0 auto;
    }

    .es13_bg .es13_input {
        width: 290px;
        height: 55px;
        background: #fff;
        border: 1px solid #ccc;
        text-align: left;
        float: none;
        margin: 0 auto 20px auto;
        border-radius: 5px
    }

    .es13_bg .es13_input input {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 22px;
        width: 270px;
        border: 0px solid #ccc;
        text-align: center;
        margin: 10px auto 0px auto;
    }
    .es13_bg .es13_but_div {
        width: auto;
    }

    .es13_bg_aktsii .es13_bg__text {
        font-size: 49px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        padding-top: 44px;
        line-height: 1;
        margin-bottom: 15px;
    }
}

.es7 h4.media-heading {
    font-size: 30px;
    color: #0e0e0e;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
    margin-bottom: 20px
}

.es7 .media-body div {
    font-size: 20px;
    line-height: 1.2
}

.es7 .media-left,.es7 .media>.pull-left {
    padding-right: 20px
}

@media only screen and (max-width: 1200px) {


    .es7 .media-left img {
        width: 180px
    }

    .es7 h4.media-heading {
        font-size: 26px;
        color: #0e0e0e;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        margin-bottom: 15px
    }

    .es7 .media-body div {
        font-size: 18px;
        line-height: 1.2
    }

    .es7 .media-left,.es7 .media>.pull-left {
        padding-right: 20px
    }
}
@media only screen and (max-width: 992px) {
  .es7 .col-md-6:first-child { margin-bottom: 30px;

  }
}
@media only screen and (max-width: 480px) {
    .es7 .media-left img {
        width: 100px
    }

    .es7 h4.media-heading {
        font-size: 20px;
        color: #0e0e0e;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        margin-bottom: 15px
    }

    .es7 .media-body div {
        font-size: 16px;
        line-height: 1.2
    }

    .es7 .media-left,.es7 .media>.pull-left {
        padding-right: 20px
    }
}




.es8_bg {
    height: 562px;
    background: url(/img/es8_bg.jpg) no-repeat center top;
}

.es8_bg .es8__text_1 {
    font-size: 49px;
    font-family: 'Roboto', sans-serif;
    color: #0d0d0d;
    margin-left: 100px;
    margin-top: 30px;
    position: absolute;
    z-index: 10
}

.es8_bg .es8__text_2 {
    font-size: 49px;
    font-family: 'Roboto', sans-serif;
    color: #0d0d0d;
    margin-left: 340px;
    margin-top: 95px;
    position: absolute;
    z-index: 10
}

.es8_bg .es8_form {
    background: url(/img/es8_form_bg.png);
    width: 469px;
    height: 459px;
    position: relative;
    float: right;
    z-index: 5;
    margin-top: 80px
}

.es8_bg .es8_form .es8_form_zag {
    font-size: 34px;
    color: #0d0d0d;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 35px
}

.es8_bg .es8_form .es8_inp_name {
    width: 349px;
    height: 55px;
    margin: 0 auto 20px auto;
    background: url(/img/es8_inp_name.png) no-repeat center center
}

.es8_bg .es8_form .es8_inp_name input {
    margin: 8px 0px 0px 45px;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    height: 35px;
    width: 290px;
    border: 0px
}

.es8_bg .es8_form .es8_inp_email {
    width: 349px;
    height: 55px;
    margin: 0 auto 20px auto;
    background: url(/img/es8_inp_email.png) no-repeat center center
}

.es8_bg .es8_form .es8_inp_email input {
    margin: 8px 0px 0px 45px;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    height: 35px;
    width: 290px;
    border: 0px
}

.es8_bg .es8_form .es8_inp_tel {
    width: 349px;
    height: 55px;
    margin: 0 auto 20px auto;
    background: url(/img/es8_inp_tel.png) no-repeat center center
}

.es8_bg .es8_form .es8_inp_tel input {
    margin: 8px 0px 0px 45px;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    height: 35px;
    width: 290px;
    border: 0px
}

.es8_bg .es8_form .es8_but {
    text-align: center
}

@media only screen and (max-width: 1200px) {
    .es8_bg .es8__text_1 {
        font-size: 46px;
        font-family: 'Roboto', sans-serif;
        color: #0d0d0d;
        margin-left: 70px;
        margin-top: 30px;
        position: absolute;
        z-index: 10
    }

    .es8_bg .es8__text_2 {
        font-size: 46px;
        font-family: 'Roboto', sans-serif;
        color: #0d0d0d;
        right: 410px;
        margin-top: 100px;
        position: absolute;
        z-index: 10
    }

    .es8_bg .es8_form {
        background: url(/img/es8_form_bg.png);
        width: 469px;
        height: 459px;
        position: relative;
        float: right;
        z-index: 5;
        margin-top: 80px
    }

    .es8_bg .es8_form .es8_form_zag {
        font-size: 34px;
        color: #0d0d0d;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 35px
    }

    .es8_bg .es8_form .es8_inp_name {
        width: 349px;
        height: 55px;
        margin: 0 auto 20px auto;
        background: url(/img/es8_inp_name.png) no-repeat center center
    }

    .es8_bg .es8_form .es8_inp_name input {
        margin: 8px 0px 0px 45px;
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        height: 35px;
        width: 290px;
        border: 0px
    }

    .es8_bg .es8_form .es8_inp_email {
        width: 349px;
        height: 55px;
        margin: 0 auto 20px auto;
        background: url(/img/es8_inp_email.png) no-repeat center center
    }

    .es8_bg .es8_form .es8_inp_email input {
        margin: 8px 0px 0px 45px;
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        height: 35px;
        width: 290px;
        border: 0px
    }

    .es8_bg .es8_form .es8_inp_tel {
        width: 349px;
        height: 55px;
        margin: 0 auto 20px auto;
        background: url(/img/es8_inp_tel.png) no-repeat center center
    }

    .es8_bg .es8_form .es8_inp_tel input {
        margin: 8px 0px 0px 45px;
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        height: 35px;
        width: 290px;
        border: 0px
    }

    .es8_bg .es8_form .es8_but {
        text-align: center
    }
}

@media only screen and (max-width: 992px) {
    .es8_bg {
        height:650px;
        background: none;
        border-top: 3px dotted #ccc
    }

    .es8_bg .es8__text_1 {
        font-size: 36px;
        font-family: 'Roboto', sans-serif;
        color: #0d0d0d;
        margin-left: 0px;
        margin-top: 40px;
        position: relative;
        z-index: 10;
        text-align: center
    }

    .es8_bg .es8__text_2 {
        font-size: 36px;
        font-family: 'Roboto', sans-serif;
        color: #0d0d0d;
        margin-left: 00px;
        margin-top: 0px;
        position: relative;
        text-align: center;
        z-index: 10;
        margin-bottom: 20px; right: inherit;

    }

    .es8_bg .es8_form {
        background: none;
        width: 469px;
        height: 459px;
        position: relative;
        float: none;
        z-index: 5;
        margin: 0px auto 0px;
        border: 2px dotted #ccc
    }

    .es8_bg .es8_form .es8_form_zag {
        font-size: 34px;
        color: #0d0d0d;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin-top: 10px;
        padding-top: 30px;
        margin-bottom: 35px
    }

    .es8_bg .es8_form .es8_inp_name {
        width: 349px;
        height: 55px;
        margin: 0 auto 20px auto;
        background: url(/img/es8_inp_name.png) no-repeat center center
    }

    .es8_bg .es8_form .es8_inp_name input {
        margin: 8px 0px 0px 45px;
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        height: 35px;
        width: 290px;
        border: 0px
    }

    .es8_bg .es8_form .es8_inp_email {
        width: 349px;
        height: 55px;
        margin: 0 auto 20px auto;
        background: url(/img/es8_inp_email.png) no-repeat center center
    }

    .es8_bg .es8_form .es8_inp_email input {
        margin: 8px 0px 0px 45px;
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        height: 35px;
        width: 290px;
        border: 0px
    }

    .es8_bg .es8_form .es8_inp_tel {
        width: 349px;
        height: 55px;
        margin: 0 auto 20px auto;
        background: url(/img/es8_inp_tel.png) no-repeat center center
    }

    .es8_bg .es8_form .es8_inp_tel input {
        margin: 8px 0px 0px 45px;
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        height: 35px;
        width: 290px;
        border: 0px
    }

    .es8_bg .es8_form .es8_but {
        text-align: center
    }
}

@media only screen and (max-width: 768px) {
    .es8_bg {
        height:680px;
        background: none;
        border-top: 3px dotted #ccc
    }

    .es8_bg .es8__text_1 {
        font-size: 36px;
        font-family: 'Roboto', sans-serif;
        color: #0d0d0d;
        margin-left: 0px;
        margin-top: 40px;
        position: relative;
        z-index: 10;
        text-align: center
    }

    .es8_bg .es8__text_2 {
        font-size: 36px;
        font-family: 'Roboto', sans-serif;
        color: #0d0d0d;
        margin-left: 00px;
        margin-top: 0px;
        position: relative;
        text-align: center;
        z-index: 10;
        margin-bottom: 20px
    }

    .es8_bg .es8_form {
        background: none;
        width: 420px;
        height: 420px;
        position: relative;
        float: none;
        z-index: 5;
        margin: 0px auto 0px;
        border: 2px dotted #ccc
    }

    .es8_bg .es8_form .es8_form_zag {
        font-size: 34px;
        color: #0d0d0d;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin-top: 0px;
        padding-top: 20px;
        margin-bottom: 25px
    }

    .es8_bg .es8_form .es8_inp_name {
        width: 349px;
        height: 55px;
        margin: 0 auto 20px auto;
        background: url(/img/es8_inp_name.png) no-repeat center center
    }

    .es8_bg .es8_form .es8_inp_name input {
        margin: 8px 0px 0px 45px;
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        height: 35px;
        width: 290px;
        border: 0px
    }

    .es8_bg .es8_form .es8_inp_email {
        width: 349px;
        height: 55px;
        margin: 0 auto 20px auto;
        background: url(/img/es8_inp_email.png) no-repeat center center
    }

    .es8_bg .es8_form .es8_inp_email input {
        margin: 8px 0px 0px 45px;
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        height: 35px;
        width: 290px;
        border: 0px
    }

    .es8_bg .es8_form .es8_inp_tel {
        width: 349px;
        height: 55px;
        margin: 0 auto 20px auto;
        background: url(/img/es8_inp_tel.png) no-repeat center center
    }

    .es8_bg .es8_form .es8_inp_tel input {
        margin: 8px 0px 0px 45px;
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        height: 35px;
        width: 290px;
        border: 0px
    }

    .es8_bg .es8_form .es8_but {
        text-align: center
    }
}

@media only screen and (max-width: 480px) {
    .es8_bg {
        height:620px;
        background: none;
        border-top: 3px dotted #ccc
    }

    .es8_bg .es8__text_1 {
        font-size: 26px;
        font-family: 'Roboto', sans-serif;
        color: #0d0d0d;
        margin-left: 0px;
        margin-top: 40px;
        position: relative;
        z-index: 10;
        text-align: center
    }

    .es8_bg .es8__text_2 {
        font-size: 26px;
        font-family: 'Roboto', sans-serif;
        color: #0d0d0d;
        margin-left: 00px;
        margin-top: 0px;
        position: relative;
        text-align: center;
        z-index: 10;
        margin-bottom: 20px
    }

    .es8_bg .es8__text_2 img {
        width: 200px
    }

    .es8_bg .es8_form {
        background: none;
        width: 284px;
        height: 390px;
        position: relative;
        float: none;
        z-index: 5;
        margin: 0px auto;
        border: 2px dotted #ccc
    }

    .es8_bg .es8_form .es8_form_zag {
        font-size: 28px;
        color: #0d0d0d;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin-top: 0px;
        padding-top: 20px;
        margin-bottom: 25px
    }

    .es8_bg .es8_form .es8_inp_name {
        width: 270px;
        height: 55px;
        margin: 0 auto 20px auto;
        background: none;
        border: 1px solid #e1d5c4;
        border-radius: 5px
    }

    .es8_bg .es8_form .es8_inp_name input {
        margin: 8px 0px 0px 10px;
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        height: 35px;
        width: 250px;
        border: 0px
    }

    .es8_bg .es8_form .es8_inp_email {
        width: 270px;
        height: 55px;
        margin: 0 auto 20px auto;
        background: none;
        border: 1px solid #e1d5c4;
        border-radius: 5px
    }

    .es8_bg .es8_form .es8_inp_email input {
        margin: 8px 0px 0px 10px;
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        height: 35px;
        width: 250px;
        border: 0px
    }

    .es8_bg .es8_form .es8_inp_tel {
        width: 270px;
        height: 55px;
        margin: 0 auto 20px auto;
        background: none;
        border: 1px solid #e1d5c4;
        border-radius: 5px
    }

    .es8_bg .es8_form .es8_inp_tel input {
        margin: 8px 0px 0px 10px;
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        height: 35px;
        width: 250px;
        border: 0px
    }

    .es8_bg .es8_form .es8_but {
        text-align: center
    }
}


.es9 {
    margin: 0px auto 50px auto
}
.es9 img { margin-top: 50px}

@media only screen and (max-width: 768px) {
    .es9 {
        display:none
    }
}

.es10_bg {
    margin: 0px auto 50px auto
}

.es10_bg .container {
    background: url(/img/es10_bg.png);
    padding: 15px 35px 35px 35px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.2
}

@media only screen and (max-width: 480px) {
    .es10_bg {
        margin:0px auto 50px auto
    }
}

.es10__text_cont {
    font-size: 30px;
    color: #000;
    font-family: 'Roboto', sans-serif
}

.es10__zag_cont {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    font-family: 'Roboto', sans-serif
}

.es10__zag_red {
    color: #ff0000
}
.b-sms_bg {
    height: 316px;
    background: url(/img/b_sms_bg.jpg) no-repeat center bottom;
    margin: -55px auto 0 auto
}

.b-sms_bg .b-sms__text {
    font-size: 55px;
    color: #0d0d0d;
    text-align: left;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
    padding-top: 80px;
    line-height: 1;
    margin-bottom: 10px
}

.b-sms_bg .b-sms__undertext {
    font-size: 20px;
    color: #0d0d0d;
    text-align: left;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
}

.b-sms_bg .b-sms_input {
    width: 349px;
    height: 55px;
    display: inline-block;
    margin-right: 14px;
    padding-top: 14px;
    text-align: left
}

.b-sms_bg .b-sms_input input {
    width: 200px;
    margin-left: 62px;

    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    border: 0px;
    background: none
}

.b-sms_bg .b-sms_input_tel {
    background: url(/img/b_sms_input.png) no-repeat center center;
    vertical-align: top
}

.b-sms_bg .b-sms_but {
    width: 160px;
    vertical-align: top;
    display: inline-block
}

.b-sms_bg .b-sms_phone {
    text-align: center; display: inline-block;
    width: 530px;
    vertical-align: top;
}
.b-sms_bg .b-sms_phone img {
width: 100%;
}

.b-sms-form {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-right: 5%;
}

@media only screen and (max-width: 1200px) {
    .b-sms_bg .b-sms_phone {
        text-align:left; margin-left: -80px;
    }
    .b-sms-form {
     float: none;
     display: inline-block;
      width: 550px;
     margin-left: -75px;
        margin-right: 0;
    }

}

@media only screen and (max-width: 992px) {
    .b-sms_bg {
        height:262px;
        margin-top: 0px;

    }
    .b-sms_bg .b-sms_phone { display: none}
    .b-sms-form { display: block; width: 100%; text-align: center; margin-left: 0}
    .b-sms_bg .b-sms__text {
        font-size: 46px;
        color: #0d0d0d;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        padding-top: 30px;
        line-height: 1;
        margin-bottom: 10px
    }

    .b-sms_bg .b-sms__undertext {
        font-size: 18px;
        color: #0d0d0d;
        text-align: center;
        margin-bottom: 30px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif
    }

    .b-sms_bg .row {
        text-align: center
    }

    .b-sms_bg .b-sms_input {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 20px;
        text-align: left
    }

    .b-sms_bg .b-sms_input input {
        width: 175px;
        margin-left: 62px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        border: 0px;
        background: none
    }

    .b-sms_bg .b-sms_phone {
        text-align: left
    }
}

@media only screen and (max-width: 768px) {
    .b-sms_bg {
        background:url(/img/b_sms_bg.jpg) auto 100% no-repeat;
        background-size: cover;
        height: auto;
        padding-bottom: 30px
    }

    .b-sms_bg .b-sms__text {
        font-size: 35px;
        color: #0d0d0d;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        padding-top: 30px;
        line-height: 1;
        margin-bottom: 10px
    }

    .b-sms_bg .b-sms__undertext {
        font-size: 16px;
        color: #0d0d0d;
        text-align: center;
        margin-bottom: 30px;
        font-family: 'Roboto', sans-serif;
        padding: 0 10px
    }

    .b-sms_bg .b-sms_input {
        width: 230px;
        height: 57px;
        display: inline-block;
        margin: 0px 10px 20px 10px;
        padding-top: 19px;
        text-align: left
    }

    .b-sms_bg .b-sms_input input {
        width: 145px;
        margin-left: 62px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        border: 0px;
        background: none
    }

    .b-sms_bg .b-sms_input_tel {
        background: url(/img/es4_input_tel_sm230.png) no-repeat center center
    }

    .b-sms_bg .b-sms_but {
        width: 230px;
        vertical-align: top;
        display: inline-block
    }
}

@media only screen and (max-width: 480px) {
    .b-sms_input {
        width:230px;
        height: 57px;
        display: block;
        margin: 0px auto 20px auto;
        text-align: left
    }

    .b-sms_but {
        width: 230px;
        vertical-align: top;
        display: block;
        margin: 0 auto
    }
}

.es14_bg {
    height: 950px;
    background: url(/img/es14_bg.jpg) no-repeat center top;
    margin: 0px auto 0px auto
}

.es14_bg .es14_zag {
    font-size: 49px;
    color: #171616;
    font-family: 'ALSSchlangesans-Black';
    text-align: center;
    padding: 30px 20px 150px;
    line-height: 1
}

.es14_bg .container {
    position: relative;
    width: 900px;
    height: 650px;
    margin: 0 auto;
    overflow: visible
}

.es14_bg .iosSlider4 {
    width: 100%;
    height: 650px
}

.es14_bg .iosSlider4 .slider {
    width: 100%;
    height: 100%
}

.es14_bg .es14_name_bg {
    background: url(/img/es14_name.png) no-repeat center center;
    width: 602px;
    height: 111px;
    margin: 328px auto -428px auto;
    position: relative
}

.es14_bg .iosSlider4 .slider .item {
    float: left;
    width: 900px;
    text-align: center
}

.es14_bg .iosSlider4 .slider .item .es11_img {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    position: relative;
    border: 5px #ffe600 solid;
    overflow: hidden;
    margin: 0 auto
}

.es14_bg .iosSlider4 .slider .item .es11_img img {
    width: 100%;
    position: relative
}

.es14_bg .iosSlider4 .slider .item .es14_name {
    width: 602px;
    height: 111px;
    margin: -8px auto 30px auto;
    position: relative;
    z-index: 11;
    padding-top: 15px
}

.es14_bg .iosSlider4 .slider .item .es14_name .es14_imya {
    font-size: 30px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: 1.1;
    font-weight: 500
}

.es14_bg .iosSlider4 .slider .item .es14_name .es14_city {
    text-align: center;
    font-size: 25px;
    color: #323131;
    font-family: 'Roboto', sans-serif;
    font-weight: 300
}

.es14_bg .iosSlider4 .slider .item .es14_otz {
    display: inline-block;
    width: 780px;
    height: 169px;
    overflow: hidden;
    margin-bottom: 20px;
}

.es14_bg .iosSlider4 .slider .item .es15_left {
    display: inline-block;
    width: 40px;
    height: 170px;
    background: url(/img/es15_left.png) no-repeat center top
}

.es14_bg .iosSlider4 .slider .item .es15_right {
    display: inline-block;
    width: 40px;
    height: 170px;
    background: url(/img/es15_right.png) no-repeat center bottom
}

.es14_bg .iosSlider4 .slider .item .es14_otz_zag {
    color: #464646;
    font-family: 'Roboto', sans-serif;
    line-height: 1.1;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 20px
}

.es14_bg .iosSlider4 .slider .item .es14_otz_text {
    color: #7d7d7d;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    font-weight: 300;
    font-size: 26px
}

.es14_bg .container .prev4 {
    position: absolute;
    top: 357px;
    left: 180px;
    width: 44px;
    height: 44px;
    background: #000;
    z-index: 10;
    background: url(/img/es14_left.png) no-repeat center center;
    -webkit-transition: all 0.1s ease 0.01s;
    transition: all 0.1s ease 0.01s
}

.es14_bg .container .prev4:hover {
    background: url(/img/es14_left_act.png) no-repeat center center
}

.es14_bg .container .next4 {
    position: absolute;
    top: 357px;
    right: 182px;
    width: 44px;
    height: 44px;
    background: #000;
    z-index: 10;
    background: url(/img/es14_right.png) no-repeat center center;
    -webkit-transition: all 0.1s ease 0.01s;
    transition: all 0.1s ease 0.01s
}

.es14_bg .container .next4:hover {
    background: url(/img/es14_right_act.png) no-repeat center center
}

.es14_bg .container .unselectable {
    opacity: 0.6;
    cursor: default !important
}

.es14_bg .container .prev4.unselectable {
    background: url(/img/es14_left.png) no-repeat center center
}

.es14_bg .container .next4.unselectable {
    background: url(/img/es14_right.png) no-repeat center center
}

@media only screen and (max-width: 992px) {

    .es14_bg .container {
        position: relative;
        width: 700px;

    }

    .es14_bg .iosSlider4 .slider .item {
        width: 700px;

    }

    .es14_bg .iosSlider4 .slider .item .es14_otz {

        width: 580px;
        height: 150px;
        overflow: hidden
    }

    .es14_bg .iosSlider4 .slider .item .es14_otz_text {
        font-size: 18px
    }

    .es14_bg .container .prev4 {
        position: absolute;
        top: 357px;
        left: 80px;
        width: 44px;
        height: 44px;
        background: #000;
        z-index: 10;
        background: url(/img/es14_left.png) no-repeat center center;
        -webkit-transition: all 0.1s ease 0.01s;
        transition: all 0.1s ease 0.01s
    }

    .es14_bg .container .next4 {
        position: absolute;
        top: 357px;
        right: 82px;
        width: 44px;
        height: 44px;
        background: #000;
        z-index: 10;
        background: url(/img/es14_right.png) no-repeat center center;
        -webkit-transition: all 0.1s ease 0.01s;
        transition: all 0.1s ease 0.01s
    }

}

@media only screen and (max-width: 768px) {
    .es14_bg {
        height:680px;
        margin: 0px auto 0px auto;
        background: none
    }

    .es14_bg .es14_zag {
        font-size: 42px;
        color: #171616;
        font-family: 'ALSSchlangesans-Black';
        text-align: center;
        padding: 30px 20px 30px;
        line-height: 1
    }

    .es14_bg .container {
        position: relative;
        width: 440px;
        height: 550px;
        margin: 0 auto;
        overflow: visible
    }

    .es14_bg .iosSlider4 {
        width: 100%;
        height: 550px
    }

    .es14_bg .es14_name_bg {
        display: none
    }

    .es14_bg .iosSlider4 .slider .item {
        float: left;
        width: 440px;
        text-align: center
    }

    .es14_bg .iosSlider4 .slider .item .es14_img {
        width: 300px;
        height: 216px;
        position: relative;
        margin: 0 auto
    }

    .es14_bg .iosSlider4 .slider .item .es14_img img {
        width: 100%;
        position: relative
    }

    .es14_bg .iosSlider4 .slider .item .es14_name {
        width: 440px;
        height: 111px;
        margin: 10px auto 0px auto;
        position: relative;
        z-index: 11;
        padding-top: 15px
    }

    .es14_bg .iosSlider4 .slider .item .es14_name .es14_imya {
        font-size: 30px;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        line-height: 1.1;
        font-weight: 500
    }

    .es14_bg .iosSlider4 .slider .item .es14_name .es14_city {
        text-align: center;
        font-size: 25px;
        color: #323131;
        font-family: 'Roboto', sans-serif;
        font-weight: 300
    }

    .es14_bg .iosSlider4 .slider .item .es14_otz {
        display: block;
        width: 400px;
        height: auto;
        overflow: hidden;
        margin: 0 auto
    }

    .es14_bg .iosSlider4 .slider .item .es15_left {
        display: none;
        width: 40px;
        height: 170px;
        background: url(/img/es15_left.png) no-repeat center top
    }

    .es14_bg .iosSlider4 .slider .item .es15_right {
        display: none;
        width: 40px;
        height: 170px;
        background: url(/img/es15_right.png) no-repeat center bottom
    }

    .es14_bg .iosSlider4 .slider .item .es14_otz_zag {
        color: #464646;
        font-family: 'Roboto', sans-serif;
        line-height: 1.1;
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 10px
    }

    .es14_bg .iosSlider4 .slider .item .es14_otz_text {
        color: #7d7d7d;
        font-family: 'Roboto', sans-serif;
        line-height: 1.2;
        font-weight: 300;
        font-size: 18px
    }

    .es14_bg .container .prev4 {
        position: absolute;
        top: 257px;
        left: 0px;
        width: 44px;
        height: 44px;
        background: #000;
        z-index: 10;
        background: url(/img/es14_left.png) no-repeat center center;
        -webkit-transition: all 0.1s ease 0.01s;
        transition: all 0.1s ease 0.01s
    }

    .es14_bg .container .prev4:hover {
        background: url(/img/es14_left_act.png) no-repeat center center
    }

    .es14_bg .container .next4 {
        position: absolute;
        top: 257px;
        right: 2px;
        width: 44px;
        height: 44px;
        background: #000;
        z-index: 10;
        background: url(/img/es14_right.png) no-repeat center center;
        -webkit-transition: all 0.1s ease 0.01s;
        transition: all 0.1s ease 0.01s
    }

    .es14_bg .container .next4:hover {
        background: url(/img/es14_right_act.png) no-repeat center center
    }

    .es14_bg .container .unselectable {
        opacity: 0.6;
        cursor: default !important
    }

    .es14_bg .container .prev4.unselectable {
        background: url(/img/es14_left.png) no-repeat center center
    }

    .es14_bg .container .next4.unselectable {
        background: url(/img/es14_right.png) no-repeat center center
    }
}

@media only screen and (max-width: 480px) {
    .es14_bg {
        height:700px;
        margin: 0px auto 0px auto;
        background: none
    }

    .es14_bg .es14_zag {
        font-size: 42px;
        color: #171616;
        font-family: 'ALSSchlangesans-Black';
        text-align: center;
        padding: 30px 20px 30px;
        line-height: 1
    }

    .es14_bg .container {
        position: relative;
        width: 300px;
        height: 550px;
        margin: 0 auto;
        overflow: visible
    }

    .es14_bg .iosSlider4 {
        width: 100%;
        height: 550px
    }

    .es14_bg .iosSlider4 .slider {
        width: 100%;
        height: 100%
    }

    .es14_bg .iosSlider4 .slider .item {
        float: left;
        width: 300px;
        text-align: center
    }

    .es14_bg .iosSlider4 .slider .item .es14_img {
        width: 300px;
        height: 216px;
        position: relative;
        margin: 0 auto
    }

    .es14_bg .iosSlider4 .slider .item .es14_img img {
        width: 100%;
        position: relative
    }

    .es14_bg .iosSlider4 .slider .item .es14_name {
        width: 280px;
        height: 91px;
        margin: 10px auto 0px auto;
        position: relative;
        z-index: 11;
        padding-top: 15px
    }

    .es14_bg .iosSlider4 .slider .item .es14_name .es14_imya {
        font-size: 24px;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        line-height: 1.1;
        font-weight: 500
    }

    .es14_bg .iosSlider4 .slider .item .es14_name .es14_city {
        text-align: center;
        font-size: 18px;
        color: #323131;
        font-family: 'Roboto', sans-serif;
        font-weight: 300
    }

    .es14_bg .iosSlider4 .slider .item .es14_otz {
        display: block;
        width: 270px;
        height: auto;
        overflow: hidden;
        margin: 0 auto
    }

    .es14_bg .iosSlider4 .slider .item .es14_otz_zag {
        color: #464646;
        font-family: 'Roboto', sans-serif;
        line-height: 1.1;
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 10px
    }

    .es14_bg .iosSlider4 .slider .item .es14_otz_text {
        color: #7d7d7d;
        font-family: 'Roboto', sans-serif;
        line-height: 1.2;
        font-weight: 300;
        font-size: 16px
    }

    .es14_bg .container .prev4 {
        position: absolute;
        display: none;
        top: 277px;
        left: 0px;
        width: 44px;
        height: 44px;
        background: #000;
        z-index: 10;
        background: url(/img/es14_left.png) no-repeat center center;
        -webkit-transition: all 0.1s ease 0.01s;
        transition: all 0.1s ease 0.01s
    }

    .es14_bg .container .prev4:hover {
        background: url(/img/es14_left_act.png) no-repeat center center
    }

    .es14_bg .container .next4 {
        position: absolute;
        display: none;
        top: 277px;
        right: 2px;
        width: 44px;
        height: 44px;
        background: #000;
        z-index: 10;
        background: url(/img/es14_right.png) no-repeat center center;
        -webkit-transition: all 0.1s ease 0.01s;
        transition: all 0.1s ease 0.01s
    }

    .es14_bg .container .next4:hover {
        background: url(/img/es14_right_act.png) no-repeat center center
    }

    .es14_bg .container .unselectable {
        opacity: 0.6;
        cursor: default !important
    }

    .es14_bg .container .prev4.unselectable {
        background: url(/img/es14_left.png) no-repeat center center
    }

    .es14_bg .container .next4.unselectable {
        background: url(/img/es14_right.png) no-repeat center center
    }
}
@media only screen and (max-width: 400px) {
    .es14_bg {
        height:740px;
        margin: 0px auto 0px auto;
        background: none
    }
}

.es16_bg {
    height: 658px;
    background: url(/img/es16_bg.png) no-repeat center center;
    margin: -45px auto 0px auto;
    z-index: 2;
    position: relative
}


.es16_bg .onmobile {
    display: none
}

.es16_bg .zoom-gallery-info-text {
    padding: 0px !important;
    position: absolute;
    overflow: hidden;
    z-index: 9999;
    font-size: 25px !important;
    width: 900px;
    text-align: center;
    left: 0 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 50px
}

.es16_bg .zoom-gallery-info-text span span {
    color: #ff0000;
    white-space: nowrap
}

@media only screen and (max-width: 1200px) {
    .es16_bg {
        height:658px;
        background: url(/img/es16_bg.png) no-repeat center center;
        margin: -26px auto 0px auto
    }

    .es16_bg .zoom-gallery-info-text {
        padding: 0px !important;
        position: absolute;
        overflow: hidden;
        z-index: 9999;
        font-size: 25px !important;
        width: 900px;
        text-align: center;
        left: 0 !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        margin-top: 50px
    }

    .es16_bg .zoom-gallery-info-text span span {
        color: #ff0000;
        white-space: nowrap
    }

    .es16_bg #thanky-left-button,.es16_bg #thanky-right-button {
        display: none
    }
}

@media only screen and (max-width: 992px) {
    .es16_bg {
        height:658px;
        background: url(/img/es16_bg.png) no-repeat center center;
        margin: -26px auto 0px auto
    }

    .es16_bg .zoom-gallery-info-text {
        display: none !important
    }

    .es16_bg .zoom-gallery,.es16_bg .thanky {
        width: 700px !important
    }

    .es16_bg .zoom-gallery ul {
        display: none !important
    }

    .es16_bg #thanky-left-button,.es16_bg #thanky-right-button {
        display: none
    }

    .es16_bg #noscript {
        display: block !important
    }

    .es16_bg .thanky {
        display: none
    }

    .es16_bg .onmobile {
        display: block;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 470px;
        width: 100%;
        margin: auto;
    }

    .es16_bg .onmobile img {
        border: 2px solid #EEE;
        box-shadow: 0px 5px 10px #888;
        width: 100%;

    }

    .es16_bg .onmobile .onmobile-info-text {
        position: relative;
        font-size: 18px !important;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        margin-top: 30px;
        padding: 0 20px
    }

    .es16_bg .onmobile .onmobile-info-text span {
        color: #ff0000;
        white-space: nowrap
    }
}

@media only screen and (max-width: 480px) {
    .es16_bg {
        height:500px;
        background: url(/img/es16_bg.png) no-repeat center center;
        background-size: cover;
        margin: -26px auto 0px auto
    }

    .es16_bg .zoom-gallery-info-text {
        display: none !important
    }

    .es16_bg .zoom-gallery,.es16_bg .thanky {
        width: 700px !important
    }

    .es16_bg .zoom-gallery ul {
        display: none !important
    }

    .es16_bg #thanky-left-button,.es16_bg #thanky-right-button {
        display: none
    }

    .es16_bg #noscript {
        display: block !important
    }

    .es16_bg .onmobile {
        display: block;
        text-align: center
    }

    .es16_bg .onmobile img {
        border: 2px solid #EEE;
        box-shadow: 0px 5px 10px #888;
        width: 280px;
        height: 184px
    }
}

.es17_bg {
    height: 644px;
    background: url(/img/es17_bg.jpg) center center no-repeat;
    margin-top: -80px;
    position: relative;
    z-index: 1
}

.es17_bg .es17__bcons {
    font-size: 40px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 132px;
    margin-left: 80px;
    background: #4f504f;
    background: rgba(8,8,8,0.67);
    display: inline-block;
    padding: 8px 25px 12px 25px;
    line-height: 1;
    width: 675px;
}

.es17_bg .es17__rasp {
    font-size: 40px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 0px;
    margin-left: 80px;
    background: #4f504f;
    background: rgba(8,8,8,0.67);
    display: inline-block;
    padding: 8px 25px 12px 25px;
    line-height: 1
}

.es17_bg .es17__tel {
    font-size: 50px;
    color: #030303;
    font-family: 'ALSSchlangesans-Black';
    font-weight: 300;
    margin-top: 32px;
    margin-left: 85px;
    line-height: 1
}

.es17_bg .es17_blockbg {
    background: url(/img/es17_blockbg.png) no-repeat center center;
    width: 422px;
    height: 251px;
    margin-top: 22px;
    margin-left: 67px;
    display: inline-block;
    font-size: 18px;
    color: #1c1c1d;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 18px 30px;
    line-height: 1.4
}

.es17_bg .es17_input {
    height: 55px;
    background: url(/img/es17_input.png) no-repeat center center;
    margin-top: 15px;
    margin-bottom: 15px
}

.es17_bg .es17_input input {
    margin: 11px 0px 0px 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
    width: 280px;
    height: 31px;
    background: none;
    border: 0px
}

.es17_bg .es17_girl {
    width: 348px;
    height: 551px;
    background: url(/img/es17_girl.png) no-repeat center center;
    position: absolute;
    margin: 93px 0px 0px 700px
}

@media only screen and (max-width: 1200px) {
    .es17_bg {
        height:644px;
        background: url(/img/es17_bg.jpg) center center no-repeat;
        margin-top: -80px;
        position: relative;
        z-index: 1
    }

    .es17_bg .es17__bcons {
        font-size: 40px;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        margin-top: 132px;
        margin-left: 80px;
        background: #4f504f;
        background: rgba(8,8,8,0.67);
        display: inline-block;
        padding: 8px 25px 12px 25px;
        line-height: 1
    }

    .es17_bg .es17__rasp {
        font-size: 27px;
        color: #05d1e7;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        margin-top: 0px;
        margin-left: 80px;
        background: #4f504f;
        background: rgba(8,8,8,0.67);
        display: inline-block;
        padding: 4px 25px 12px 25px;
        line-height: 1
    }

    .es17_bg .es17__tel {
        font-size: 50px;
        color: #030303;
        font-family: 'ALSSchlangesans-Black';
        font-weight: 300;
        margin-top: 32px;
        margin-left: 80px;
        line-height: 1
    }

    .es17_bg .es17_blockbg {
        background: url(/img/es17_blockbg.png) no-repeat center center;
        width: 422px;
        height: 251px;
        margin-top: 22px;
        margin-left: 80px;
        display: inline-block;
        font-size: 18px;
        color: #1c1c1d;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        padding: 18px 30px;
        line-height: 1.4
    }

    .es17_bg .es17_input {
        height: 55px;
        background: url(/img/es17_input.png) no-repeat center center;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .es17_bg .es17_input input {
        margin: 11px 0px 0px 50px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 22px;
        width: 280px;
        height: 31px;
        background: none;
        border: 0px
    }

    .es17_bg .es17_girl {
        width: 348px;
        height: 551px;
        background: url(/img/es17_girl.png) no-repeat center center;
        position: absolute;
        margin: 93px 0px 0px 560px
    }
}

@media only screen and (max-width: 992px) {
    .es17_bg {
        height:644px;
        background: url(/img/es17_bg.jpg) center center no-repeat;
        margin-top: -80px;
        position: relative;
        z-index: 1
    }

    .es17_bg .es17__bcons {
        font-size: 40px;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        margin-top: 132px;
        margin-left: 80px;
        background: #4f504f;
        background: rgba(8,8,8,0.67);
        display: inline-block;
        padding: 8px 25px 12px 25px;
        line-height: 1
    }

    .es17_bg .es17__rasp {
        font-size: 27px;
        color: #05d1e7;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        margin-top: 0px;
        margin-left: 80px;
        background: #4f504f;
        background: rgba(8,8,8,0.67);
        display: inline-block;
        padding: 4px 25px 12px 25px;
        line-height: 1
    }

    .es17_bg .es17__tel {
        font-size: 50px;
        color: #030303;
        font-family: 'ALSSchlangesans-Black';
        font-weight: 300;
        margin-top: 32px;
        margin-left: 80px;
        line-height: 1
    }

    .es17_bg .es17_blockbg {
        background: url(/img/es17_blockbg.png) no-repeat center center;
        width: 422px;
        height: 251px;
        margin-top: 22px;
        margin-left: 80px;
        display: inline-block;
        font-size: 18px;
        color: #1c1c1d;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        padding: 18px 30px;
        line-height: 1.4
    }

    .es17_bg .es17_input {
        height: 55px;
        background: url(/img/es17_input.png) no-repeat center center;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .es17_bg .es17_input input {
        margin: 11px 0px 0px 50px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 22px;
        width: 280px;
        height: 31px;
        background: none;
        border: 0px
    }

    .es17_bg .es17_girl {
        width: 348px;
        height: 551px;
        background: url(/img/es17_girl.png) no-repeat center center;
        position: absolute;
        margin: 93px 0px 0px 560px;
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .es17_bg {
        height:644px;
        background: url(/img/es17_bg.jpg) center center no-repeat;
        margin-top: -80px;
        position: relative;
        z-index: 1
    }

    .es17_bg .es17__bcons {
        font-size: 38px;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        margin: 100px auto 0 auto;
        background: #4f504f;
        background: rgba(8,8,8,0.67);
        display: block;
        padding: 8px 25px 12px 25px;
        line-height: 1;
        width: 450px;
        text-align: center
    }

    .es17_bg .es17__rasp {
        font-size: 22px;
        color: #05d1e7;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        margin: 0 auto;
        background: #4f504f;
        background: rgba(8,8,8,0.67);
        display: block;
        padding: 4px 25px 12px 25px;
        line-height: 1;
        width: 450px;
        text-align: center
    }

    .es17_bg .es17__tel {
        font-size: 40px;
        color: #030303;
        font-family: 'ALSSchlangesans-Black';
        font-weight: 300;
        margin-top: 32px;
        margin-left: 0px;
        display: block;
        text-align: center;
        line-height: 1
    }

    .es17_bg .es17_blockbg {
        background: url(/img/es17_blockbg.png) no-repeat center center;
        width: 422px;
        height: 251px;
        margin: 22px auto;
        display: block;
        font-size: 18px;
        color: #1c1c1d;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        padding: 18px 30px;
        line-height: 1.4
    }

    .es17_bg .es17_input {
        height: 55px;
        background: url(/img/es17_input.png) no-repeat center center;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .es17_bg .es17_input input {
        margin: 11px 0px 0px 50px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 22px;
        width: 280px;
        height: 31px;
        background: none;
        border: 0px
    }

    .es17_bg .es17_girl {
        width: 348px;
        height: 551px;
        background: url(/img/es17_girl.png) no-repeat center center;
        position: absolute;
        margin: 93px 0px 0px 560px;
        display: none
    }
}

@media only screen and (max-width: 480px) {
    .es17_bg {
        height:644px;
        background: url(/img/es17_bg.jpg) center center no-repeat;
        margin-top: -80px;
        position: relative;
        z-index: 1
    }

    .es17_bg .es17__bcons {
        font-size: 32px;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        margin: 100px auto 0 auto;
        background: #4f504f;
        background: rgba(8,8,8,0.67);
        display: block;
        padding: 8px 15px 12px 15px;
        line-height: 1;
        width: 280px;
        text-align: center
    }

    .es17_bg .es17__rasp {
        font-size: 22px;
        color: #05d1e7;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        margin: 0 auto;
        background: #4f504f;
        background: rgba(8,8,8,0.67);
        display: block;
        padding: 4px 15px 12px 15px;
        line-height: 1;
        width: 280px;
        text-align: center
    }

    .es17_bg .es17__tel {
        font-size: 34px;
        color: #030303;
        font-family: 'ALSSchlangesans-Black';
        font-weight: 300;
        margin-top: 32px;
        margin-left: 0px;
        display: block;
        text-align: center;
        line-height: 1
    }

    .es17_bg .es17_blockbg {
        background: #fff;
        background: rgba(255,255,255,0.8);
        width: 288px;
        height: auto;
        margin: 42px auto;
        display: block;
        font-size: 16px;
        color: #1c1c1d;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        padding: 18px 15px;
        line-height: 1.4;
        border-radius: 8px
    }

    .es17_bg .es17_input {
        width: 260px;
        height: 55px;
        background: url(/img/es17_input_sm.png) no-repeat center center;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .es17_bg .es17_input input {
        margin: 11px 0px 0px 50px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 22px;
        width: 200px;
        height: 31px;
        background: none;
        border: 0px
    }

    .es17_bg .es17_girl {
        width: 0px;
        height: 551px;
        background: url(/img/es17_girl.png) no-repeat center center;
        position: absolute;
        margin: 93px 0px 0px 560px;
        display: none
    }
}

.es18_bg {

    background: url(/img/es18_bg.png) center center no-repeat;

}

.es18_bg .es18_logo {
    margin-top: 45px;
    display: inline-block;
    margin-right: 45px;
    width: 232px;
}
.es18_bg .es18_logo img {
    width: 100%;
}

.es18_bg .es18_link {
    text-align: right;
    line-height: 136px;
    display: inline-block;

}

.es18_bg .es18_link .btn {
    font-size: 20px;
    padding: 6px 0px 4px 50px;
    margin-right: 50px;
    margin-top: 20px;
    outline: none
}

.es18_bg .es18_link a {
    display: inline-block;
    line-height: 25px;
    color: #171616;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black'
}

.es18_bg .es18_link a:hover {
    text-decoration: none
}

.es18_bg .es18_link .btn-link:hover {
    text-decoration: none
}

.es18_bg .es18_link .es18_ico1 {
    background: url(/img/es18_ico1.png) no-repeat left center
}

.es18_bg .es18_link .es18_ico2 {
    background: url(/img/es18_ico2.png) no-repeat left center
}

.es18_bg .es18_link .es18_ico3 {
    background: url(/img/es18_ico3.png) no-repeat left center
}



@media only screen and (max-width: 1200px) {

    .es18_bg .es18_logo img {
        width: 100%
    }
    .es18_bg .es18_logo {
        width: 200px;
    }
    .es18_bg .es18_link {
        text-align: right;
        line-height: 136px
    }

    .es18_bg .es18_link .btn {
        font-size: 16px;
        padding: 6px 0px 6px 50px;
        margin-right: 15px;
        margin-top: 20px
    }

    .es18_bg .es18_link a {
        display: inline-block;
        line-height: 25px;
        color: #171616;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black'
    }
}

@media only screen and (max-width: 992px) {

    .es18_bg .es18_logo {
       display: none;
    }
    .es18_bg .es18_link {
        text-align: center;
        line-height: 14px;
        margin: 25px auto;
        width: 100%;
        display: block;
    }

    .es18_bg .es18_link .btn {
        font-size: 16px;
        padding: 6px 0px 6px 50px;
        margin-right: 30px;
        margin-top: 10px;
        text-align: left
    }

    .es18_bg .es18_link a {
        display: inline-block;
        line-height: 25px;
        color: #171616;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black'
    }
}
@media only screen and (max-width: 767px){

    .es18_bg .es18_link
    { width: 225px;
    text-align: left}

}
.es6_bg {
    height: 485px;
    margin-top: -100px;
    background: url(/img/es6_bg.png) no-repeat center top;
    position: relative;
    z-index: 3;
}

.es6_bg .es6__text {
    font-size: 49px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
    padding-top: 64px;
    line-height: 1;
    margin-bottom: 30px;
    text-shadow: 0.03em 0.04em 0.08em rgba(0,0,0,0.6);
    margin-left: 15px;
    margin-right: 15px;
}

.es6_bg .container {
    position: relative;
    width: 1080px;
    height: 340px;
    margin: 0 auto;
    overflow: visible
}

.es6_bg .iosSlider2 {
    width: 100%;
    height: 340px
}

.es6_bg .iosSlider2 .slider {
    width: 100%;
    height: 100%
}

.es6_bg .iosSlider2 .slider .item {
    float: left;
    width: 350px;
    text-align: center
}

.es6_bg .iosSlider2 .slider .item div.blueblock {
    font-size: 20px;
    padding: 10px 30px 8px 30px;
    background: #fde800;
    background: -webkit-linear-gradient(bottom, #fbd502, #fde800);
    background: linear-gradient(to top, #fbd502, #fde800);
    border-radius: 4px;
    margin: -20px auto 5px;
    position: relative;
    display: inline-block;
    color: #040404;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif
}

.es6_bg .iosSlider2 .slider .item div.es6_cost {
    font-size: 35px;
    color: #fff;
    font-family: 'ALSSchlangesans-Black';
    line-height: 50px;
    height: 50px;
    text-align: center
}

.es6_bg .iosSlider2 .slider .item img {
    width: 330px;
    height: auto;
    border-radius: 8px;
    position: relative
}

.es6_bg .container .prev2 {
    position: absolute;
    top: 95px;
    left: -50px;
    width: 62px;
    height: 63px;
    background: #000;
    z-index: 10;
    background: url(/img/es6_strleft.png) no-repeat center center;
    -webkit-transition: all 0.1s ease 0.01s;
    transition: all 0.1s ease 0.01s
}

.es6_bg .container .prev2:hover {
    background: url(/img/es6_strleft_act.png) no-repeat center center
}

.es6_bg .container .next2 {
    position: absolute;
    top: 95px;
    right: -50px;
    width: 62px;
    height: 63px;
    background: #000;
    z-index: 10;
    background: url(/img/es6_strright.png) no-repeat center center;
    -webkit-transition: all 0.1s ease 0.01s;
    transition: all 0.1s ease 0.01s
}

.es6_bg .container .next2:hover {
    background: url(/img/es6_strright_act.png) no-repeat center center
}

.es6_bg .container .unselectable {
    opacity: 0.6;
    cursor: default !important
}

.es6_bg__balkon {
    margin-top: -105px !important
}

@media only screen and (max-width: 1200px) {
    .es6_bg {
        height:480px;
        background: url(/img/es6_bg.png) no-repeat center top;
        background-size: cover;
    }

    .es6_bg .es6__text {
        font-size: 49px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        padding-top: 64px;
        line-height: 1;
        margin-bottom: 30px;
        text-shadow: 0.03em 0.04em 0.08em rgba(0,0,0,0.6)
    }

    .es6_bg .container {
        position: relative;
        width: 900px;
        height: 300px;
        margin: 0 auto;
        overflow: visible
    }

    .es6_bg .iosSlider2 {
        width: 100%;
        height: 300px
    }

    .es6_bg .iosSlider2 .slider {
        width: 100%;
        height: 100%
    }

    .es6_bg .iosSlider2 .slider .item {
        float: left;
        width: 290px;
        text-align: center
    }

    .es6_bg .iosSlider2 .slider .item div.blueblock {
        width: 80%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 20px;
        padding: 8px 30px 6px 30px;
        background: #fde800;
        background: -webkit-linear-gradient(bottom, #fbd502, #fde800);
        background: linear-gradient(to top, #fbd502, #fde800);
        border-radius: 4px;
        margin: -20px auto 3px;
        position: relative;
        display: inline-block;
        color: #040404;
        text-transform: uppercase
    }

    .es6_bg .iosSlider2 .slider .item div.es6_cost {
        font-size: 33px;
        color: #fff;
        font-family: 'ALSSchlangesans-Black';
        line-height: 50px;
        height: 50px;
        text-align: center
    }

    .es6_bg .iosSlider2 .slider .item img {
        width: 270px;
        height: auto;
        border-radius: 8px;
        position: relative
    }

    .es6_bg .container .prev2 {
        position: absolute;
        top: 65px;
        left: -40px;
        width: 62px;
        height: 63px;
        background: #000;
        z-index: 10;
        background: url(/img/es6_strleft.png) no-repeat center center;
        -webkit-transition: all 0.1s ease 0.01s;
        transition: all 0.1s ease 0.01s;
        transform: scale(0.8)
    }

    .es6_bg .container .prev2:hover {
        background: url(/img/es6_strleft_act.png) no-repeat center center
    }

    .es6_bg .container .next2 {
        position: absolute;
        top: 65px;
        right: -40px;
        width: 62px;
        height: 63px;
        background: #000;
        z-index: 10;
        background: url(/img/es6_strright.png) no-repeat center center;
        -webkit-transition: all 0.1s ease 0.01s;
        transition: all 0.1s ease 0.01s;
        transform: scale(0.8)
    }

    .es6_bg .container .next2:hover {
        background: url(/img/es6_strright_act.png) no-repeat center center
    }

    .es6_bg .container .unselectable {
        opacity: 0.6;
        cursor: default !important
    }
}

@media only screen and (max-width: 992px) {
    .es6_bg {
        height:364px;
        background: url(/img/es6_bg.png) no-repeat center top;
    }

    .es6_bg .es6__text {
        font-size: 36px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        padding-top: 64px;
        line-height: 1;
        margin-bottom: 40px;
        text-shadow: 0.03em 0.04em 0.08em rgba(0,0,0,0.6)
    }

    .es6_bg .container {
        position: relative;
        width: 600px;
        height: 300px;
        margin: 0 auto;
        overflow: visible
    }

    .es6_bg .iosSlider2 {
        width: 100%;
        height: 300px
    }

    .es6_bg .iosSlider2 .slider {
        width: 100%;
        height: 100%
    }

    .es6_bg .iosSlider2 .slider .item {
        float: left;
        width: 190px;
        text-align: center
    }

    .es6_bg .iosSlider2 .slider .item div.blueblock {
        font-size: 16px;
        padding: 6px 15px 4px 15px;
        background: #fde800;
        background: -webkit-linear-gradient(bottom, #fbd502, #fde800);
        background: linear-gradient(to top, #fbd502, #fde800);
        border-radius: 4px;
        margin: -20px auto 0px;
        position: relative;
        display: inline-block;
        color: #040404;
        text-transform: uppercase
    }

    .es6_bg .iosSlider2 .slider .item div.es6_cost {
        font-size: 23px;
        color: #fff;
        font-family: 'ALSSchlangesans-Black';
        line-height: 40px;
        height: 40px;
        text-align: center
    }

    .es6_bg .iosSlider2 .slider .item img {
        width: 170px;
        height: auto;
        border-radius: 8px;
        position: relative
    }

    .es6_bg .container .prev2 {
        position: absolute;
        top: 30px;
        left: -40px;
        width: 62px;
        height: 63px;
        background: #000;
        z-index: 10;
        background: url(/img/es6_strleft.png) no-repeat center center;
        -webkit-transition: all 0.1s ease 0.01s;
        transition: all 0.1s ease 0.01s;
        transform: scale(0.8)

    }

    .es6_bg .container .prev2:hover {
        background: url(/img/es6_strleft_act.png) no-repeat center center
    }

    .es6_bg .container .next2 {
        position: absolute;
        top: 30px;
        right: -40px;
        width: 62px;
        height: 63px;
        background: #000;
        z-index: 10;
        background: url(/img/es6_strright.png) no-repeat center center;
        -webkit-transition: all 0.1s ease 0.01s;
        transition: all 0.1s ease 0.01s;
        transform: scale(0.8)
    }

    .es6_bg .container .next2:hover {
        background: url(/img/es6_strright_act.png) no-repeat center center
    }

    .es6_bg .container .unselectable {
        opacity: 0.6;
        cursor: default !important
    }
}

@media only screen and (max-width: 768px) {
    .es6_bg {
        height:384px;
        background: url(/img/es6_bg.png) no-repeat center top;
    }

    .es6_bg .es6__text {
        font-size: 36px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        padding-top: 64px;
        line-height: 1;
        margin-bottom: 30px;
        text-shadow: 0.03em 0.04em 0.08em rgba(0,0,0,0.6)
    }

    .es6_bg .container {
        position: relative;
        width: 430px;
        height: 300px;
        margin: 0 auto;
        overflow: visible
    }

    .es6_bg .iosSlider2 {
        width: 100%;
        height: 300px
    }

    .es6_bg .iosSlider2 .slider {
        width: 100%;
        height: 100%
    }

    .es6_bg .iosSlider2 .slider .item {
        float: left;
        width: 200px;
        text-align: center
    }

    .es6_bg .iosSlider2 .slider .item div.blueblock {
        font-size: 16px;
        padding: 6px 15px 4px 15px;
        background: #fde800;
        background: -webkit-linear-gradient(bottom, #fbd502, #fde800);
        background: linear-gradient(to top, #fbd502, #fde800);
        border-radius: 4px;
        margin: -20px auto 0px;
        position: relative;
        display: inline-block;
        color: #040404;
        text-transform: uppercase
    }

    .es6_bg .iosSlider2 .slider .item img {
        width: 190px;
        height: auto;
        border-radius: 8px;
        position: relative
    }

    .es6_bg .container .prev2 {
        position: absolute;
        top: 48px;
        left: -23px;
        width: 35px;
        height: 35px;
        z-index: 10;
        background: url(/img/es6_strleft.png) no-repeat center center;
        background-size: cover;
        -webkit-transition: all 0.1s ease 0.01s;
        transition: all 0.1s ease 0.01s
    }

    .es6_bg .container .prev2:hover {
        background: url(/img/es6_strleft_act.png) no-repeat center center;
        background-size: cover
    }

    .es6_bg .container .next2 {
        position: absolute;
        top: 48px;
        right: -22px;
        width: 35px;
        height: 35px;
        z-index: 10;
        background: url(/img/es6_strright.png) no-repeat center center;
        background-size: cover;
        -webkit-transition: all 0.1s ease 0.01s;
        transition: all 0.1s ease 0.01s
    }

    .es6_bg .container .next2:hover {
        background: url(/img/es6_strright_act.png) no-repeat center center;
        background-size: cover
    }

    .es6_bg .container .unselectable {
        opacity: 0.6;
        cursor: default !important
    }
}

@media only screen and (max-width: 480px) {
    .es6_bg {
        height:425px;
        background: url(/img/es6_bg.png) no-repeat center top;
        margin-top: -35px
    }

    .es6_bg .es6__text {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        padding-top: 64px;
        line-height: 1;
        margin-bottom: 40px;
        text-shadow: 0.03em 0.04em 0.08em rgba(0,0,0,0.6)
    }

    .es6_bg .container {
        position: relative;
        width: 220px;
        height: 300px;
        margin: 0 auto;
        overflow: visible
    }

    .es6_bg .iosSlider2 {
        width: 100%;
        height: 300px
    }

    .es6_bg .iosSlider2 .slider {
        width: 100%;
        height: 100%
    }

    .es6_bg .iosSlider2 .slider .item {
        float: left;
        width: 220px;
        text-align: center
    }

    .es6_bg .iosSlider2 .slider .item div.blueblock {
        font-size: 16px;
        padding: 6px 15px 4px 15px;
        background: #fde800;
        background: -webkit-linear-gradient(bottom, #fbd502, #fde800);
        background: linear-gradient(to top, #fbd502, #fde800);
        border-radius: 4px;
        margin: -20px auto 5px;
        position: relative;
        display: inline-block;
        color: #040404;
        text-transform: uppercase
    }

    .es6_bg .iosSlider2 .slider .item img {
        width: 190px;
        height: auto;
        border-radius: 8px;
        position: relative
    }

    .es6_bg .container .prev2 {
        position: absolute;
        top: 40px;
        left: -40px;
        width: 50px;
        height: 50px;
        z-index: 10;
        background: url(/img/es6_strleft.png) no-repeat center center;
        background-size: cover;
        -webkit-transition: all 0.1s ease 0.01s;
        transition: all 0.1s ease 0.01s;
        transform: scale(0.8)
    }

    .es6_bg .container .prev2:hover {
        background: url(/img/es6_strleft_act.png) no-repeat center center;
        background-size: cover
    }

    .es6_bg .container .next2 {
        position: absolute;
        top: 40px;
        right: -40px;
        width: 50px;
        height: 50px;
        z-index: 10;
        background: url(/img/es6_strright.png) no-repeat center center;
        background-size: cover;
        -webkit-transition: all 0.1s ease 0.01s;
        transition: all 0.1s ease 0.01s;
        transform: scale(0.8)
    }

    .es6_bg .container .next2:hover {
        background: url(/img/es6_strright_act.png) no-repeat center center;
        background-size: cover
    }

    .es6_bg .container .unselectable {
        opacity: 0.6;
        cursor: default !important
    }
}

.calc_potolok_bg {
    margin: 0px auto
}

.calc_potolok_bg .calc_potolok_bg__text {
    font-size: 48px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
    padding-top: 45px;
    line-height: 1;
    margin-bottom: 40px
}

.calc_potolok_bg .calc_potolok_rasch_bg {
    height: 276px;
    width: 1074px;
    background: url(/img/calc_potolok/bg.png) center center;
    margin: 0px auto;
    text-align: center
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text {
    text-align: center;
    font-size: 28px;
    color: #000;
    padding-top: 30px;
    margin-bottom: 20px;
    font-family: 'ALSSchlangesans-bold'
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text2 {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px
}

.calc_potolok_bg .calc_potolok_rasch_bg .but_zakazat {
    margin: 0 auto;
    width: 197px;
    height: 52px;
    background: url(/img/calc_potolok/but_zakazat.png) center center;
    cursor: pointer
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row {
    margin-bottom: 10px;
    text-align: left;
    margin-left: 200px
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input {
    width: 257px;
    height: 57px;
    line-height: 62px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: inset -1px 3px 8px 0px #ccc;
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
    margin-top: -20px;
    text-align: center;
    font-size: 44px;
    font-family: 'ALSSchlangesans-Black'
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input sup {
    font-size: .6em
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_minus {
    width: 29px;
    height: 29px;
    float: left;
    margin-left: 13px;
    margin-top: 15px;
    cursor: pointer;
    background: url(/img/calc_potolok/but_minus.png) center center
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_plus {
    width: 30px;
    height: 29px;
    float: right;
    margin-right: 13px;
    margin-top: 15px;
    cursor: pointer;
    background: url(/img/calc_potolok/but_plus.png) center center
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_ravno {
    font-size: 44px;
    font-family: 'ALSSchlangesans-Black';
    width: 35px;
    display: inline-block
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    width: 175px;
    display: inline-block;
    text-decoration: line-through;
    color: #ff0000
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost span {
    color: #000
}

.calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_new_cost {
    font-size: 44px;
    font-weight: bold;
    font-family: 'ALSSchlangesans-Black';
    display: inline-block
}

.calc_potolok_calc {
    margin: 0 auto;
    height: 470px;
    width: 1074px
}

.calc_potolok_calc .calc_potolok_calc_left {
    float: left;
    width: 250px
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu {
    border: 1px solid #ccc;
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
    box-shadow: -1px 3px 10px -3px #666;
    margin-bottom: 30px
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu div {
    padding: 12px 20px 10px 20px;
    cursor: pointer
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu .calc_potolok_calc_left_menu_active {
    background-color: #1ebcfb;
    border-radius: 8px;
    color: #fff;
    box-shadow: inset -1px 3px 10px -3px #666
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_title {
    font-size: 28px;
    font-family: 'ALSSchlangesans-bold';
    margin-left: 18px;
    margin-bottom: 15px
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small {
    margin-left: 15px
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div {
    width: 47px;
    height: 47px;
    float: left;
    margin: 0px 10px 10px 0px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div span {
    width: 16px;
    height: 16px;
    background: url(/img/calc_potolok/check.png);
    display: block;
    margin: 26px 0px 0px 26px
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color1 {
    background-color: #f5ef41
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color2 {
    background-color: #d72827
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color3 {
    background-color: #ffffff
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color4 {
    background-color: #b4f8f6
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color5 {
    background-color: #f2d5f9
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color6 {
    background-color: #aea2a2
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color7 {
    background-color: #f6eac0
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color8 {
    background-color: #d2c8a8
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color9 {
    background-color: #c6f5a0
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color10 {
    background-color: #89c3d8
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small {
    margin-left: 15px;
    display: none
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div {
    width: 47px;
    height: 47px;
    float: left;
    margin: 0px 10px 10px 0px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div span {
    width: 16px;
    height: 16px;
    background: url(/img/calc_potolok/check.png);
    display: block;
    margin: 26px 0px 0px 26px
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo1 {
    background: url(/img/calc_potolok/photo1_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo2 {
    background: url(/img/calc_potolok/photo2_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo3 {
    background: url(/img/calc_potolok/photo3_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo4 {
    background: url(/img/calc_potolok/photo4_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo5 {
    background: url(/img/calc_potolok/photo5_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo6 {
    background: url(/img/calc_potolok/photo6_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo7 {
    background: url(/img/calc_potolok/photo7_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo8 {
    background: url(/img/calc_potolok/photo8_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo9 {
    background: url(/img/calc_potolok/photo9_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo10 {
    background: url(/img/calc_potolok/photo10_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo11 {
    background: url(/img/calc_potolok/photo11_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo12 {
    background: url(/img/calc_potolok/photo12_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo {
    border: 1px solid #ccc;
    padding: 15px 0px 0px 20px;
    border-radius: 6px;
    box-shadow: -1px 3px 10px -3px #666;
    display: block;
    margin-left: 15px
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .calc_potolok_calc_photo_small_nebo_zag {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'ALSSchlangesans-Black';
    display: block
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div {
    width: 92px;
    height: 80px;
    float: left;
    margin: 0px 10px 10px 0px;
    cursor: pointer
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div span {
    width: 92px;
    height: 80px;
    border: 3px solid #ff0000;
    display: block
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo1 {
    background: url(/img/calc_potolok/nebo1_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo2 {
    background: url(/img/calc_potolok/nebo2_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo3 {
    background: url(/img/calc_potolok/nebo3_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo4 {
    background: url(/img/calc_potolok/nebo4_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo5 {
    background: url(/img/calc_potolok/nebo5_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo6 {
    background: url(/img/calc_potolok/nebo6_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo7 {
    background: url(/img/calc_potolok/nebo7_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo8 {
    background: url(/img/calc_potolok/nebo8_.jpg)
}

.calc_potolok_calc .calc_potolok_calc_right {
    float: right;
    width: 774px;
    height: 442px
}

.calc_potolok_calc .calc_potolok_calc_right .b_marketlist_item_shok {
    width: 137px;
    height: 137px;
    background: url(/img/calc_potolok/b_marketlist_item_shok.png) center center;
    background-size: cover;
    position: absolute;
    margin-top: -10px;
    right: -20px;
    z-index: 10
}

.calc_potolok_calc .calc_potolok_calc_right .calc_osnova {
    background: url(/img/calc_potolok/calc_osnova.png) center center;
    background-size: cover;
    width: 774px;
    height: 442px;
    position: relative
}

.calc_potolok_calc .calc_potolok_calc_right .calc_color {
    background: url(/img/calc_potolok/color1.png) center center;
    background-size: cover;
    width: 774px;
    height: 442px
}

.calc_potolok_calc .calc_potolok_calc_right .calc_color_photo {
    background: url(/img/calc_potolok/photo1.jpg) center center;
    background-size: cover;
    width: 774px;
    height: 442px;
    display: none
}

.calc_potolok_calc .calc_potolok_calc_right .calc_color_photo_nebo {
    background: url(/img/calc_potolok/nebo1.jpg) center center;
    background-size: cover;
    width: 774px;
    height: 442px
}

.calc_potolok_calc .calc_potolok_calc_right .calc_glyanets {
    background: url(/img/calc_potolok/calc_glyanets.png) center center;
    background-size: cover;
    width: 774px;
    height: 442px;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .calc_potolok_bg {
        margin: 0px auto
    }

    .calc_potolok_bg .calc_potolok_bg__text {
        font-size: 48px;
        color: #0d0d0d;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        padding-top: 45px;
        line-height: 1;
        margin-bottom: 40px
    }

    .calc_potolok_bg .calc_potolok_rasch_bg {
        height: 276px;
        width: 720px;
        background: url(/img/calc_potolok/bg.png) center top;
        margin: 0px auto;
        text-align: center
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text {
        text-align: center;
        font-size: 22px;
        color: #000;
        padding-top: 30px;
        margin-bottom: 20px;
        font-family: 'ALSSchlangesans-bold'
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text2 {
        text-align: center;
        font-size: 16px;
        color: #000;
        font-weight: 300;
        margin-bottom: 15px
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .but_zakazat {
        margin: 0 auto;
        width: 197px;
        height: 52px;
        background: url(/img/calc_potolok/but_zakazat.png) center center;
        cursor: pointer
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row {
        margin-bottom: 10px;
        text-align: center;
        margin-left: 0px
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input {
        width: 257px;
        height: 57px;
        line-height: 62px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: inset -1px 3px 8px 0px #ccc;
        display: inline-block;
        vertical-align: middle;
        margin-right: 17px;
        margin-top: -20px;
        text-align: center;
        font-size: 44px;
        font-family: 'ALSSchlangesans-Black'
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input sup {
        font-size: .6em
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_minus {
        width: 29px;
        height: 29px;
        float: left;
        margin-left: 13px;
        margin-top: 15px;
        cursor: pointer;
        background: url(/img/calc_potolok/but_minus.png) center center
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_plus {
        width: 30px;
        height: 29px;
        float: right;
        margin-right: 13px;
        margin-top: 15px;
        cursor: pointer;
        background: url(/img/calc_potolok/but_plus.png) center center
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_ravno {
        font-size: 44px;
        font-family: 'ALSSchlangesans-Black';
        width: 35px;
        display: inline-block
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost {
        font-size: 36px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        width: 175px;
        display: inline-block;
        text-decoration: line-through;
        color: #ff0000
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost span {
        color: #000
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_new_cost {
        font-size: 44px;
        font-weight: bold;
        font-family: 'ALSSchlangesans-Black';
        display: inline-block
    }

    .calc_potolok_calc {
        margin: 0 auto;
        height: auto;
        width: 900px
    }

    .calc_potolok_calc .calc_potolok_calc_left {
        float: none;
        width: 774px;
        height: auto;
        margin: 0 auto
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu {
        border: 1px solid #ccc;
        padding: 10px 10px;
        border-radius: 6px;
        font-size: 20px;
        color: #000;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        box-shadow: -1px 3px 10px -3px #666;
        margin-bottom: 30px
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu div {
        padding: 12px 20px 10px 20px;
        cursor: pointer
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu .calc_potolok_calc_left_menu_active {
        background-color: #1ebcfb;
        border-radius: 8px;
        color: #fff;
        box-shadow: inset -1px 3px 10px -3px #666
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_title {
        font-size: 28px;
        font-family: 'ALSSchlangesans-bold';
        margin-left: 18px;
        margin-bottom: 15px
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small {
        margin-left: 15px;
        margin-bottom: 15px;
        overflow: auto
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div {
        width: 47px;
        height: 47px;
        float: left;
        margin: 0px 10px 10px 0px;
        border-radius: 6px;
        border: 1px solid #ccc;
        cursor: pointer
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div span {
        width: 16px;
        height: 16px;
        background: url(/img/calc_potolok/check.png);
        display: block;
        margin: 26px 0px 0px 26px
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color1 {
        background-color: #f5ef41
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color2 {
        background-color: #d72827
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color3 {
        background-color: #ffffff
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color4 {
        background-color: #b4f8f6
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color5 {
        background-color: #f2d5f9
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color6 {
        background-color: #aea2a2
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color7 {
        background-color: #f6eac0
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color8 {
        background-color: #d2c8a8
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color9 {
        background-color: #c6f5a0
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small .color10 {
        background-color: #89c3d8
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small {
        margin-left: 15px;
        margin-bottom: 15px;
        display: none;
        overflow: auto
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div {
        width: 47px;
        height: 47px;
        float: left;
        margin: 0px 10px 10px 0px;
        border-radius: 6px;
        border: 1px solid #ccc;
        cursor: pointer
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div span {
        width: 16px;
        height: 16px;
        background: url(/img/calc_potolok/check.png);
        display: block;
        margin: 26px 0px 0px 26px
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo1 {
        background: url(/img/calc_potolok/photo1_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo2 {
        background: url(/img/calc_potolok/photo2_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo3 {
        background: url(/img/calc_potolok/photo3_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo4 {
        background: url(/img/calc_potolok/photo4_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo5 {
        background: url(/img/calc_potolok/photo5_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo6 {
        background: url(/img/calc_potolok/photo6_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo7 {
        background: url(/img/calc_potolok/photo7_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo8 {
        background: url(/img/calc_potolok/photo8_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo9 {
        background: url(/img/calc_potolok/photo9_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo10 {
        background: url(/img/calc_potolok/photo10_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo11 {
        background: url(/img/calc_potolok/photo11_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small .photo12 {
        background: url(/img/calc_potolok/photo12_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo {
        border: 1px solid #ccc;
        padding: 15px 0px 0px 20px;
        border-radius: 6px;
        box-shadow: -1px 3px 10px -3px #666;
        display: block;
        margin-left: 15px
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .calc_potolok_calc_photo_small_nebo_zag {
        text-transform: uppercase;
        font-size: 20px;
        font-family: 'ALSSchlangesans-Black';
        display: block
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div {
        width: 92px;
        height: 80px;
        float: left;
        margin: 0px 10px 10px 0px;
        cursor: pointer
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div span {
        width: 92px;
        height: 80px;
        border: 3px solid #ff0000;
        display: block
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo1 {
        background: url(/img/calc_potolok/nebo1_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo2 {
        background: url(/img/calc_potolok/nebo2_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo3 {
        background: url(/img/calc_potolok/nebo3_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo4 {
        background: url(/img/calc_potolok/nebo4_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo5 {
        background: url(/img/calc_potolok/nebo5_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo6 {
        background: url(/img/calc_potolok/nebo6_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo7 {
        background: url(/img/calc_potolok/nebo7_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo8 {
        background: url(/img/calc_potolok/nebo8_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_right {
        float: none;
        width: 774px;
        height: 442px;
        margin: 0 auto 20px auto
    }

    .calc_potolok_calc .calc_potolok_calc_right .b_marketlist_item_shok {
        width: 137px;
        height: 137px;
        background: url(/img/calc_potolok/b_marketlist_item_shok.png) center center;
        background-size: cover;
        position: absolute;
        margin-top: -10px;
        right: -20px;
        z-index: 10
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_osnova {
        background: url(/img/calc_potolok/calc_osnova.png) center center;
        background-size: cover;
        width: 774px;
        height: 442px;
        position: relative
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_color {
        background: url(/img/calc_potolok/color1.png) center center;
        background-size: cover;
        width: 774px;
        height: 442px
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_color_photo {
        background: url(/img/calc_potolok/photo1.jpg) center center;
        background-size: cover;
        width: 774px;
        height: 442px;
        display: none
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_color_photo_nebo {
        background: url(/img/calc_potolok/nebo1.jpg) center center;
        background-size: cover;
        width: 774px;
        height: 442px
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_glyanets {
        background: url(/img/calc_potolok/calc_glyanets.png) center center;
        background-size: cover;
        width: 774px;
        height: 442px;
        position: relative
    }
}

@media only screen and (max-width: 992px) {
    .calc_potolok_bg {
        margin: 0px auto
    }

    .calc_potolok_bg .calc_potolok_bg__text {
        font-size: 48px;
        color: #0d0d0d;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        padding-top: 45px;
        line-height: 1;
        margin-bottom: 40px
    }

    .calc_potolok_bg .calc_potolok_rasch_bg {
        height: 276px;
        width: 720px;
        background: url(/img/calc_potolok/bg.png) center top;
        margin: 0px auto;
        text-align: center
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text {
        text-align: center;
        font-size: 22px;
        color: #000;
        padding-top: 30px;
        margin-bottom: 20px;
        font-family: 'ALSSchlangesans-bold'
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text2 {
        text-align: center;
        font-size: 16px;
        color: #000;
        font-weight: 300;
        margin-bottom: 15px
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .but_zakazat {
        margin: 0 auto;
        width: 197px;
        height: 52px;
        background: url(/img/calc_potolok/but_zakazat.png) center center;
        cursor: pointer
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row {
        margin-bottom: 10px;
        text-align: center;
        margin-left: 0px
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input {
        width: 257px;
        height: 57px;
        line-height: 62px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: inset -1px 3px 8px 0px #ccc;
        display: inline-block;
        vertical-align: middle;
        margin-right: 17px;
        margin-top: -20px;
        text-align: center;
        font-size: 44px;
        font-family: 'ALSSchlangesans-Black'
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input sup {
        font-size: .6em
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_minus {
        width: 29px;
        height: 29px;
        float: left;
        margin-left: 13px;
        margin-top: 15px;
        cursor: pointer;
        background: url(/img/calc_potolok/but_minus.png) center center
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_plus {
        width: 30px;
        height: 29px;
        float: right;
        margin-right: 13px;
        margin-top: 15px;
        cursor: pointer;
        background: url(/img/calc_potolok/but_plus.png) center center
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_ravno {
        font-size: 44px;
        font-family: 'ALSSchlangesans-Black';
        width: 35px;
        display: inline-block
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost {
        font-size: 36px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        width: 175px;
        display: inline-block;
        text-decoration: line-through;
        color: #ff0000
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost span {
        color: #000
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_new_cost {
        font-size: 44px;
        font-weight: bold;
        font-family: 'ALSSchlangesans-Black';
        display: inline-block
    }

    .calc_potolok_calc {
        margin: 0 auto;
        height: auto;
        width: 720px
    }

    .calc_potolok_calc .calc_potolok_calc_left {
        float: none;
        width: 720px;
        height: auto;
        margin: 0 auto
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu {
        border: 1px solid #ccc;
        padding: 10px 10px;
        border-radius: 6px;
        font-size: 20px;
        color: #000;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        box-shadow: -1px 3px 10px -3px #666;
        margin-bottom: 30px
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu div {
        padding: 12px 20px 10px 20px;
        cursor: pointer
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu .calc_potolok_calc_left_menu_active {
        background-color: #1ebcfb;
        border-radius: 8px;
        color: #fff;
        box-shadow: inset -1px 3px 10px -3px #666
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_title {
        font-size: 28px;
        font-family: 'ALSSchlangesans-bold';
        margin-left: 18px;
        margin-bottom: 15px
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small {
        margin-left: 15px;
        margin-bottom: 15px;
        overflow: auto
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div {
        width: 47px;
        height: 47px;
        float: left;
        margin: 0px 10px 10px 0px;
        border-radius: 6px;
        border: 1px solid #ccc;
        cursor: pointer
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div span {
        width: 16px;
        height: 16px;
        background: url(/img/calc_potolok/check.png);
        display: block;
        margin: 26px 0px 0px 26px
    }


    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small {
        margin-left: 15px;
        margin-bottom: 15px;
        display: none;
        overflow: auto
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div {
        width: 47px;
        height: 47px;
        float: left;
        margin: 0px 10px 10px 0px;
        border-radius: 6px;
        border: 1px solid #ccc;
        cursor: pointer
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div span {
        width: 16px;
        height: 16px;
        background: url(/img/calc_potolok/check.png);
        display: block;
        margin: 26px 0px 0px 26px
    }


    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo {
        border: 1px solid #ccc;
        padding: 15px 0px 0px 20px;
        border-radius: 6px;
        box-shadow: -1px 3px 10px -3px #666;
        display: block;
        margin-left: 15px
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .calc_potolok_calc_photo_small_nebo_zag {
        text-transform: uppercase;
        font-size: 20px;
        font-family: 'ALSSchlangesans-Black';
        display: block
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div {
        width: 92px;
        height: 80px;
        float: left;
        margin: 0px 10px 10px 0px;
        cursor: pointer
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div span {
        width: 92px;
        height: 80px;
        border: 3px solid #ff0000;
        display: block
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo1 {
        background: url(/img/calc_potolok/nebo1_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo2 {
        background: url(/img/calc_potolok/nebo2_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo3 {
        background: url(/img/calc_potolok/nebo3_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo4 {
        background: url(/img/calc_potolok/nebo4_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo5 {
        background: url(/img/calc_potolok/nebo5_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo6 {
        background: url(/img/calc_potolok/nebo6_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo7 {
        background: url(/img/calc_potolok/nebo7_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .photo8 {
        background: url(/img/calc_potolok/nebo8_.jpg)
    }

    .calc_potolok_calc .calc_potolok_calc_right {
        float: none;
        width: 720px;
        height: 442px;
        margin: 0 auto 20px auto
    }

    .calc_potolok_calc .calc_potolok_calc_right .b_marketlist_item_shok {
        width: 137px;
        height: 137px;
        background: url(/img/calc_potolok/b_marketlist_item_shok.png) center center;
        background-size: cover;
        position: absolute;
        margin-top: -10px;
        right: 20px;
        z-index: 10
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_osnova {
        background: url(/img/calc_potolok/calc_osnova.png) center center;
        background-size: cover;
        width: 720px;
        height: 442px;
        position: relative
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_color {
        background: url(/img/calc_potolok/color1.png) center center;
        background-size: cover;
        width: 720px;
        height: 442px
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_color_photo {
        background: url(/img/calc_potolok/photo1.jpg) center center;
        background-size: cover;
        width: 720px;
        height: 442px;
        display: none
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_color_photo_nebo {
        background: url(/img/calc_potolok/nebo1.jpg) center center;
        background-size: cover;
        width: 720px;
        height: 442px
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_glyanets {
        background: url(/img/calc_potolok/calc_glyanets.png) center center;
        background-size: cover;
        width: 720px;
        height: 442px;
        position: relative
    }
}
@media only screen and (max-width: 767px) {
    .calc_potolok_bg {
        margin: 0px auto
    }

    .calc_potolok_bg .calc_potolok_bg__text {
        font-size: 48px;
        color: #0d0d0d;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        padding-top: 45px;
        line-height: 1;
        margin-bottom: 40px
    }

    .calc_potolok_bg .calc_potolok_rasch_bg {
        height: 276px;
        width: 440px;
        background: url(/img/calc_potolok/bg.png) center top;
        margin: 0px auto;
        text-align: center
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text {
        text-align: center;
        font-size: 20px;
        color: #000;
        padding-top: 20px;
        margin-bottom: 35px;
        line-height: 1.2;
        font-family: 'ALSSchlangesans-bold'
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text2 {
     display: none;
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .but_zakazat {
        margin: 0 auto;
        width: 197px;
        height: 52px;
        background: url(/img/calc_potolok/but_zakazat.png) center center;
        cursor: pointer
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row {
        margin-bottom: 0px;
        text-align: center;
        margin-left: 0px
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input {
        width: 257px;
        height: 57px;
        line-height: 62px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: inset -1px 3px 8px 0px #ccc;
        display: block;
        vertical-align: middle;
        margin: -20px auto 10px auto;

        text-align: center;
        font-size: 44px;
        font-family: 'ALSSchlangesans-Black';

    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input sup {
        font-size: .6em
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_minus {
        width: 29px;
        height: 29px;
        float: left;
        margin-left: 13px;
        margin-top: 15px;
        cursor: pointer;
        background: url(/img/calc_potolok/but_minus.png) center center
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_plus {
        width: 30px;
        height: 29px;
        float: right;
        margin-right: 13px;
        margin-top: 15px;
        cursor: pointer;
        background: url(/img/calc_potolok/but_plus.png) center center
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_ravno {
        font-size: 44px;
        font-family: 'ALSSchlangesans-Black';
        width: 35px;
        display: none
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost {
        font-size: 36px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        width: 175px;
        display: inline-block;
        text-decoration: line-through;
        color: #ff0000
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost span {
        color: #000
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_new_cost {
        font-size: 44px;
        font-weight: bold;
        font-family: 'ALSSchlangesans-Black';
        display: inline-block
    }

    .calc_potolok_calc {
        margin: 0 auto;
        height: auto;
        width: 440px
    }

    .calc_potolok_calc .calc_potolok_calc_left {
        float: none;
        width: 440px;
        height: auto;
        margin: 0 auto
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu {
        border: 1px solid #ccc;
        padding: 10px 10px;
        border-radius: 6px;
        font-size: 20px;
        color: #000;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        box-shadow: -1px 3px 10px -3px #666;
        margin-bottom: 30px
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu div {
        padding: 12px 20px 10px 20px;
        cursor: pointer
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu .calc_potolok_calc_left_menu_active {
        background-color: #1ebcfb;
        border-radius: 8px;
        color: #fff;
        box-shadow: inset -1px 3px 10px -3px #666
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_title {
        font-size: 28px;
        font-family: 'ALSSchlangesans-bold';
        margin-left: 18px;
        margin-bottom: 15px
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small {
        margin-left: 15px;
        margin-bottom: 15px;
        overflow: auto
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div {
        width: 47px;
        height: 47px;
        float: left;
        margin: 0px 10px 10px 0px;
        border-radius: 6px;
        border: 1px solid #ccc;
        cursor: pointer
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div span {
        width: 16px;
        height: 16px;
        background: url(/img/calc_potolok/check.png);
        display: block;
        margin: 26px 0px 0px 26px
    }


    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small {
        margin-left: 15px;
        margin-bottom: 15px;
        display: none;
        overflow: auto
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div {
        width: 47px;
        height: 47px;
        float: left;
        margin: 0px 10px 10px 0px;
        border-radius: 6px;
        border: 1px solid #ccc;
        cursor: pointer
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div span {
        width: 16px;
        height: 16px;
        background: url(/img/calc_potolok/check.png);
        display: block;
        margin: 26px 0px 0px 26px
    }


    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo {
        border: 1px solid #ccc;
        padding: 15px 0px 0px 20px;
        border-radius: 6px;
        box-shadow: -1px 3px 10px -3px #666;
        display: block;
        margin-left: 15px
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .calc_potolok_calc_photo_small_nebo_zag {
        text-transform: uppercase;
        font-size: 20px;
        font-family: 'ALSSchlangesans-Black';
        display: block
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div {
        width: 92px;
        height: 80px;
        float: left;
        margin: 0px 10px 10px 0px;
        cursor: pointer
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div span {
        width: 92px;
        height: 80px;
        border: 3px solid #ff0000;
        display: block
    }


    .calc_potolok_calc .calc_potolok_calc_right {
        float: none;
        width: 440px;
        height: 442px;
        margin: 0 auto 20px auto
    }

    .calc_potolok_calc .calc_potolok_calc_right .b_marketlist_item_shok {
        width: 100px;
        height: 100px;
        background: url(/img/calc_potolok/b_marketlist_item_shok.png) center center;
        background-size: cover;
        position: absolute;
        margin-top: -10px;
        right: 20px;
        z-index: 10
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_osnova {
        background: url(/img/calc_potolok/calc_osnova.png) center center;
        background-size: cover;
        width: 440px;
        height: 442px;
        position: relative
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_color {
        background: url(/img/calc_potolok/color1.png) center center;
        background-size: cover;
        width: 440px;
        height: 442px
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_color_photo {
        background: url(/img/calc_potolok/photo1.jpg) center center;
        background-size: cover;
        width: 440px;
        height: 442px;
        display: none
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_color_photo_nebo {
        background: url(/img/calc_potolok/nebo1.jpg) center center;
        background-size: cover;
        width: 440px;
        height: 442px
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_glyanets {
        background: url(/img/calc_potolok/calc_glyanets.png) center center;
        background-size: cover;
        width: 440px;
        height: 442px;
        position: relative
    }
}

@media only screen and (max-width: 480px) {
    .calc_potolok_bg {
        margin: 0px auto
    }

    .calc_potolok_bg .calc_potolok_bg__text {
        font-size: 48px;
        color: #0d0d0d;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        padding-top: 45px;
        line-height: 1;
        margin-bottom: 40px
    }

    .calc_potolok_bg .calc_potolok_rasch_bg {
        height: 300px;
        width: 270px;
        background: url(/img/calc_potolok/bg.png) center top;
        background-size: cover;
        margin: 0px auto;
        text-align: center
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text {
        text-align: center;
        font-size: 18px;
        color: #000;
        padding-top: 20px;
        margin-bottom: 35px;
        line-height: 1.2;
        font-family: 'ALSSchlangesans-bold'
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_text2 {
        display: none;
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .but_zakazat {
        margin: 0 auto;
        width: 197px;
        height: 52px;
        background: url(/img/calc_potolok/but_zakazat.png) center center;
        cursor: pointer
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row {
        margin-bottom: 0px;
        text-align: center;
        margin-left: 0px
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input {
        width: 244px;
        height: 57px;
        line-height: 62px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: inset -1px 3px 8px 0px #ccc;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0px;
        margin-top: -20px;
        text-align: center;
        font-size: 44px;
        font-family: 'ALSSchlangesans-Black';
        margin-bottom: 10px;
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input sup {
        font-size: .6em
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_minus {
        width: 29px;
        height: 29px;
        float: left;
        margin-left: 13px;
        margin-top: 15px;
        cursor: pointer;
        background: url(/img/calc_potolok/but_minus.png) center center
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_row_input .calc_potolok_rasch_but_plus {
        width: 30px;
        height: 29px;
        float: right;
        margin-right: 13px;
        margin-top: 15px;
        cursor: pointer;
        background: url(/img/calc_potolok/but_plus.png) center center
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_ravno {
        font-size: 44px;
        font-family: 'ALSSchlangesans-Black';
        width: 35px;
        display: none
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost {
  display: none;
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_old_cost span {
        color: #000
    }

    .calc_potolok_bg .calc_potolok_rasch_bg .calc_potolok_rasch_row .calc_potolok_rasch_new_cost {
        font-size: 44px;
        font-weight: bold;
        font-family: 'ALSSchlangesans-Black';
        display: inline-block
    }

    .calc_potolok_calc {
        margin: 0 auto;
        height: auto;
        width: 270px
    }

    .calc_potolok_calc .calc_potolok_calc_left {
        float: none;
        width: 270px;
        height: auto;
        margin: 0 auto
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu {
        border: 1px solid #ccc;
        padding: 10px 10px;
        border-radius: 6px;
        font-size: 20px;
        color: #000;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        box-shadow: -1px 3px 10px -3px #666;
        margin-bottom: 30px
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu div {
        padding: 12px 20px 10px 20px;
        cursor: pointer
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_menu .calc_potolok_calc_left_menu_active {
        background-color: #1ebcfb;
        border-radius: 8px;
        color: #fff;
        box-shadow: inset -1px 3px 10px -3px #666
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_left_title {
        font-size: 28px;
        font-family: 'ALSSchlangesans-bold';
        margin-left: 18px;
        margin-bottom: 15px
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small {
        margin-left: 15px;
        margin-bottom: 15px;
        overflow: auto
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div {
        width: 47px;
        height: 47px;
        float: left;
        margin: 0px 10px 10px 0px;
        border-radius: 6px;
        border: 1px solid #ccc;
        cursor: pointer
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_color_small div span {
        width: 16px;
        height: 16px;
        background: url(/img/calc_potolok/check.png);
        display: block;
        margin: 26px 0px 0px 26px
    }


    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small {
        margin-left: 15px;
        margin-bottom: 15px;
        display: none;
        overflow: auto
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div {
        width: 47px;
        height: 47px;
        float: left;
        margin: 0px 10px 10px 0px;
        border-radius: 6px;
        border: 1px solid #ccc;
        cursor: pointer
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small div span {
        width: 16px;
        height: 16px;
        background: url(/img/calc_potolok/check.png);
        display: block;
        margin: 26px 0px 0px 26px
    }


    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo {
        border: 1px solid #ccc;
        padding: 15px 0px 0px 20px;
        border-radius: 6px;
        box-shadow: -1px 3px 10px -3px #666;
        display: block;
        margin-left: 15px
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo .calc_potolok_calc_photo_small_nebo_zag {
        text-transform: uppercase;
        font-size: 20px;
        font-family: 'ALSSchlangesans-Black';
        display: block
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div {
        width: 92px;
        height: 80px;
        float: left;
        margin: 0px 10px 10px 0px;
        cursor: pointer
    }

    .calc_potolok_calc .calc_potolok_calc_left .calc_potolok_calc_photo_small_nebo div span {
        width: 92px;
        height: 80px;
        border: 3px solid #ff0000;
        display: block
    }


    .calc_potolok_calc .calc_potolok_calc_right {
        float: none;
        width: 270px;
        height: 272px;
        margin: 0 auto 20px auto
    }

    .calc_potolok_calc .calc_potolok_calc_right .b_marketlist_item_shok {
        width: 100px;
        height: 100px;
        background: url(/img/calc_potolok/b_marketlist_item_shok.png) center center;
        background-size: cover;
        position: absolute;
        margin-top: -10px;
        right: 20px;
        z-index: 10
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_osnova {
        background: url(/img/calc_potolok/calc_osnova.png) center center;
        background-size: cover;
        width: 270px;
        height: 272px;
        position: relative
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_color {
        background: url(/img/calc_potolok/color1.png) center center;
        background-size: cover;
        width: 270px;
        height: 272px
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_color_photo {
        background: url(/img/calc_potolok/photo1.jpg) center center;
        background-size: cover;
        width: 270px;
        height: 272px;
        display: none
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_color_photo_nebo {
        background: url(/img/calc_potolok/nebo1.jpg) center center;
        background-size: cover;
        width: 270px;
        height: 272px
    }

    .calc_potolok_calc .calc_potolok_calc_right .calc_glyanets {
        background: url(/img/calc_potolok/calc_glyanets.png) center center;
        background-size: cover;
        width: 270px;
        height: 272px;
        position: relative
    }
}

.es5 {
    text-align: center;
    background: url(/css/../img/es3_bg.png) repeat-x 50% 60px
}


.es5 .es3__podtext {
    font-size: 40px;
    color: #0d0d0d;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    padding: 0px 20px 0 20px
}

.es5 .es3__podtext img {
    margin-left: 20px;
    cursor: pointer
}

.es5 .container {
    position: relative;
    margin: 0 auto
}

.es5 .container .es3_ok1 {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 20px 0px;
    height: 500px;
    text-align: center
}

.es5 .container .es3_ok1 img {
    margin: 0px auto
}

.es5 .container .es3_ok1 .es3_blue {
    width: 260px;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    font-family: 'ALSSchlangesans-Black';
    text-align: center;
    background: #01d2e9;
    padding: 5px
}

.es5 .container .es3_ok2 {
    width: 395px;
   display: inline-block;
    vertical-align: top;
    margin: 0px 20px 20px 0px;
    height: 500px;
    text-align: center
}

.es5 .container .es3_ok2 img {
    margin: -13px auto 0 auto
}

.es5 .container .es3_ok2 .es3_blue {
    width: 365px;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    font-family: 'ALSSchlangesans-Black';
    text-align: center;
    background: #01d2e9;
    padding: 5px
}

.es5 .container .es3_ok3 {
    width: 383px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 15px 0px 0px;
    height: 500px;
    text-align: center
}

.es5 .container .es3_ok3 img {
    margin: 0 auto
}

.es5 .container .es3_ok3 .es3_blue {
    width: 370px;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    font-family: 'ALSSchlangesans-Black';
    text-align: center;
    background: #01d2e9;
    padding: 5px
}

.es5 .container .es3_strzag {
    height: 8px;
    background: url(/css/../img/es3_strzag.png) no-repeat center center;
    margin-bottom: 6px
}

.es5 .container .es3_bageout {
    width: 169px;
    margin: 30px auto 0px auto
}

.es5 .container .es3_bage {
    width: 169px;
    height: 64px;
    background: url(/css/../img/es3_bage.png) no-repeat center center;
    margin-left: 80px;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    padding-top: 7px;
    padding-left: 10px;
    line-height: 1.2
}

.es5 .container .es3_bage .es3_vashek {
    font-size: 15px;
    font-family: 'Roboto', sans-serif
}

.es5 .container .es3_bage .es3_econom {
    font-size: 29px;
    font-family: 'ALSSchlangesans-Black'
}

.es5 .container .es3_bage .es3_econom span {
    font-size: 23px;
    font-family: 'ALSSchlangesans-bold'
}

.es5 .container .es3_tsena {
    color: #ff0000;
    font-size: 50px;
    font-family: 'ALSSchlangesans-Black'
}

.es5 .container .es3_tsena span {
    font-size: 23px;
    font-family: 'ALSSchlangesans-bold'
}

@media only screen and (max-width: 992px) {
    .es5 {
        background: none
    }

    .es5 .es3__podtext {
        font-size: 26px;
        color: #0d0d0d;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        padding: 20px 20px 0 20px;
        line-height: 1
    }

    .es5 .es3__podtext img {
        margin-left: 0px;
        margin-top: -20px;
        max-width: 96%
    }

    .es5 .container {
        position: relative;
        margin: 0 auto
    }

    .es5 .container .es3_ok1 {
        width: 300px;
        display: block;
        margin: 0px auto 30px auto;
        height: 485px;
        text-align: center
    }

    .es5 .container .es3_ok1 img {
        margin: 0px auto;
        max-width: 96%
    }

    .es5 .container .es3_ok1 .es3_blue {
        width: 300px;
        margin: 0 auto;
        font-size: 24px;
        color: #fff;
        font-family: 'ALSSchlangesans-Black';
        text-align: center;
        background: #01d2e9;
        padding: 5px
    }

    .es5 .container .es3_ok2 {
        width: 300px;
        float: none;
        display: block;
        margin: 0px auto 30px auto;
        height: 420px;
        text-align: center
    }

    .es5 .container .es3_ok2 img {
        margin: -13px auto 0 auto;
        max-width: 96%
    }

    .es5 .container .es3_ok2 .es3_blue {
        width: 300px;
        margin: 0 auto;
        font-size: 24px;
        color: #fff;
        font-family: 'ALSSchlangesans-Black';
        text-align: center;
        background: #01d2e9;
        padding: 5px
    }

    .es5 .container .es3_ok3 {
        width: 300px;
        float: none;
        display: block;
        margin: 0px auto 0px auto;
        height: 420px;
        text-align: center
    }

    .es5 .container .es3_ok3 img {
        margin: 0 auto;
        max-width: 96%
    }

    .es5 .container .es3_ok3 .es3_blue {
        width: 300px;
        margin: 0 auto;
        font-size: 24px;
        color: #fff;
        font-family: 'ALSSchlangesans-Black';
        text-align: center;
        background: #01d2e9;
        padding: 5px
    }

    .es5 .container .es3_strzag {
        height: 8px;
        background: url(/css/../img/es3_strzag.png) no-repeat center center;
        margin-bottom: 6px
    }

    .es5 .container .es3_bageout {
        width: 169px;
        margin: 30px auto 0px auto
    }

    .es5 .container .es3_bage {
        width: 169px;
        height: 64px;
        background: url(/css/../img/es3_bage.png) no-repeat center center;
        margin-left: 60px;
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        padding-top: 7px;
        padding-left: 10px;
        line-height: 1.2
    }

    .es5 .container .es3_bage .es3_vashek {
        font-size: 15px;
        font-family: 'Roboto', sans-serif
    }

    .es5 .container .es3_bage .es3_econom {
        font-size: 29px;
        font-family: 'ALSSchlangesans-Black'
    }

    .es5 .container .es3_bage .es3_econom span {
        font-size: 23px;
        font-family: 'ALSSchlangesans-bold'
    }

    .es5 .container .es3_tsena {
        color: #ff0000;
        font-size: 50px;
        font-family: 'ALSSchlangesans-Black'
    }

    .es5 .container .es3_tsena span {
        font-size: 23px;
        font-family: 'ALSSchlangesans-bold';
        margin-top: 20px;
    }
}

.b-aktsii {
    margin: 70px auto 0px auto
}

.b-aktsii .b-aktsii__zag {
    font-size: 50px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
    line-height: 1;
    margin-bottom: 15px
}

.b-aktsii .b-aktsii__zag2 {
    font-size: 26px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
    line-height: 1.2;
    margin-bottom: 15px
}

.b-aktsii .b-sms__undertext {
    font-size: 20px;
    color: #0d0d0d;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif
}

.b-aktsii .b-aktsii__center {
    text-align: center;
    vertical-align: top;
    margin: 50px 0px 25px 0
}

.b-aktsii .b-aktsii__ico {
    width: 475px;
    text-align: center;
    display: inline-block;
    vertical-align: top
}

.b-aktsii .b-aktsii__iconumber {
    width: 165px;
    text-align: center;
    display: inline-block;
    vertical-align: top
}

.b-aktsii .b-aktsii__iconumber img {
    margin-top: 30px
}

.b-aktsii .b-aktsii__icotext {
    width: 475px;
    display: inline-block;
    vertical-align: top
}

.b-aktsii .b-aktsii__icotext.b-aktsii__icotext_left {
    text-align: right
}

.b-aktsii .b-aktsii__icotext.b-aktsii__icotext_right {
    text-align: left
}

.b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag {
    font-size: 55px;
    font-family: 'ALSSchlangesans-Black';
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 25px
}

.b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag .red {
    color: #ff0103
}

.b-aktsii .b-aktsii__icotext .b-aktsii__icotext__text {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.3
}

@media only screen and (max-width: 1200px) {
    .b-aktsii {
        margin:70px auto 0px auto
    }

    .b-aktsii .b-aktsii__zag {
        font-size: 48px;
        color: #0d0d0d;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        line-height: 1;
        margin-bottom: 15px
    }

    .b-aktsii .b-aktsii__zag2 {
        font-size: 26px;
        color: #0d0d0d;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        line-height: 1.2;
        margin-bottom: 15px
    }

    .b-aktsii .b-sms__undertext {
        font-size: 20px;
        color: #0d0d0d;
        text-align: center;

    }

    .b-aktsii .b-aktsii__center {
        text-align: center;
        vertical-align: top;
        margin: 50px auto;
        width: 900px
    }

    .b-aktsii .b-aktsii__ico {
        width: 100%;
        text-align: center;
        display: block;
        vertical-align: top
    }

    .b-aktsii .b-aktsii__iconumber {
        width: 160px;
        text-align: center;
        display: inline-block;
        vertical-align: top
    }

    .b-aktsii .b-aktsii__iconumber img {
        margin-top: 30px
    }

    .b-aktsii .b-aktsii__icotext {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px
    }

    .b-aktsii .b-aktsii__icotext.b-aktsii__icotext_left {
        text-align: right
    }

    .b-aktsii .b-aktsii__icotext.b-aktsii__icotext_right {
        text-align: left
    }

    .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag {
        font-size: 55px;
        font-family: 'ALSSchlangesans-Black';
        text-transform: uppercase;
        line-height: 1.1;
        margin-bottom: 25px
    }

    .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag .red {
        color: #ff0103
    }

    .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__text {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 1.3
    }
}

@media only screen and (max-width: 992px) {
    .b-aktsii {
        margin:70px auto 0px auto
    }

    .b-aktsii .b-aktsii__zag {
        font-size: 38px;
        color: #0d0d0d;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        line-height: 1;
        margin-bottom: 15px
    }

    .b-aktsii .b-aktsii__zag2 {
        font-size: 24px;
        color: #0d0d0d;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        line-height: 1.2;
        margin-bottom: 15px
    }

    .b-aktsii .b-sms__undertext {
        font-size: 18px;
        color: #0d0d0d;
        text-align: center;
    }

    .b-aktsii .b-aktsii__center {
        text-align: center;
        vertical-align: top;
        margin: 20px auto;
        width: 100%
    }

    .b-aktsii .b-aktsii__ico {
        width: 100%;
        text-align: center;
        display: block;
        vertical-align: top
    }

    .b-aktsii .b-aktsii__ico img {
        max-width: 90%
    }

    .b-aktsii .b-aktsii__iconumber {
        width: 100%;
        text-align: center;
        display: inline-block;
        vertical-align: top
    }

    .b-aktsii .b-aktsii__iconumber img {
        margin-top: 30px
    }

    .b-aktsii .b-aktsii__icotext {
        width: 85%;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px
    }
    .b-aktsii .b-aktsii__icotext.b-aktsii__icotext_right
    { text-align: center!important}
    .b-aktsii .b-aktsii__icotext.b-aktsii__icotext_left
    { text-align: center!important}


    .b-aktsii .b-aktsii__icotext.b-aktsii__icotext_right {
        text-align: left
    }

    .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag {
        font-size: 45px;
        font-family: 'ALSSchlangesans-Black';
        text-transform: uppercase;
        line-height: 1.1;
        margin-bottom: 25px;
        text-align: center
    }

    .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag .red {
        color: #ff0103
    }

    .b-aktsii .b-aktsii__icotext .b-aktsii__icotext__text {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 1.3
    }
}

.b-allforms {
    margin: 70px auto 50px auto
}

.b-allforms .b-allforms__zag {
    font-size: 50px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
    line-height: 1;
    margin-bottom: 15px
}

.b-allforms .b-allforms__row {
    text-align: center;
    margin: 30px 0px
}

.b-allforms .b-allforms__row img {
    margin-bottom: 15px
}

.b-allforms .b-allforms__row div {
    font-size: 28px;
    font-family: 'ALSSchlangesans-bold';
    color: #ff0000
}

.b-allforms .b-allforms__row div span {
    font-size: 12px;
    font-family: 'ALSSchlangesans-Black'
}

@media only screen and (max-width: 992px) {
    .b-allforms {
        margin:70px auto 50px auto
    }

    .b-allforms .b-allforms__zag {
        font-size: 50px;
        color: #0d0d0d;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        line-height: 1;
        margin-bottom: 15px
    }

    .b-allforms .b-allforms__row {
        text-align: center;
        margin: 30px 0px
    }

    .b-allforms .b-allforms__row img {
        margin-bottom: 15px
    }

    .b-allforms .b-allforms__row div {
        font-size: 24px;
        font-family: 'ALSSchlangesans-bold';
        color: #ff0000
    }

    .b-allforms .b-allforms__row div span {
        font-size: 12px;
        font-family: 'ALSSchlangesans-Black'
    }
}

.b-calc-bg {
    background: url(/css/../img/es1_bg.jpg) center top no-repeat; margin-bottom: 80px;
}

.b-calc {
    width: 1190px;
    margin: 0 auto;
    padding-top: 45px;
}

.b-calc__zag {
    text-align: center;
    font-family: 'ALSSchlangesans-Black';
    font-size: 49px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 40px;
    padding-top: 30px
}

.b-calc__left {
    width: 660px;
    float: left
}

.b-calc__left .b-calc__ul_onoff {
    position: absolute;
    margin-left: 190px
}

.b-calc__left .b-calc__ul_onoff li {
    list-style: none;
    display: inline;
    line-height: 52px;
    font-family: 'ALSSchlangesans-Black';
    font-size: 30px;
    text-transform: uppercase;
    color: #01d2e9;
    margin-right: 35px;
    white-space: nowrap
}

.b-calc__left .b-calc__ul_onoff li img {
    margin-top: 5px
}

.b-calc__left .b-calc__ul_onoff li a {
    color: #000;
    text-decoration: none
}

.b-calc__left .oknofull {
    width: 380px;
    height: 331px;
    position: absolute;
    margin: 210px 0px 0px 240px
}

.b-calc__left .oknofull img {
    width: 100%
}

.b-calc__left .oknofullbalk {
    margin-top: 235px
}

.b-calc__left .tabletipokna {
    position: absolute;
    margin: 38px 0px 0px 160px
}

.b-calc__left .tipokna1, .b-calc__left .tipokna2, .b-calc__left .tipokna3 {
    float: left;
    margin-right: 12px;
    margin-left: 12px;
    width: 150px;
    text-align: center;
}




.b-calc__left .popok1 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px
}

.b-calc__left .popok2 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px
}

.b-calc__left .popok3 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px
}

.b-calc__left .popok4 {
    position: absolute;
    margin-left: -24px;
    margin-top: -16px
}

.b-calc__left .tipoknapopcenter {
    border: 1px solid #e7e7e8;
    padding: 15px 23px 15px 23px;
    position: relative;
    z-index: 5;
    border-radius: 7px;
    background: #fff;
    background: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.b-calc__left .tipoknapopcenter .ok1_1, .b-calc__left .tipoknapopcenter .ok1_2, .b-calc__left .tipoknapopcenter .ok2_1, .b-calc__left .tipoknapopcenter .ok2_2, .b-calc__left .tipoknapopcenter .ok2_3, .b-calc__left .tipoknapopcenter .ok3_1, .b-calc__left .tipoknapopcenter .ok3_2, .b-calc__left .tipoknapopcenter .ok4_1 {
    margin-bottom: 25px
}

.b-calc__left .ok1_1 {
    background: url(/css/../img/calc/okno/ok1_1.png) top center no-repeat;
    width: 150px;
    height: 58px
}

.b-calc__left .tipokna1.actok  .ok1_1, .b-calc__left .tipokna1:hover .ok1_1{
    background: url(/css/../img/calc/okno/ok1_1_act.png) top center no-repeat
}

.b-calc__left .ok2_1 {
    background: url(/css/../img/calc/okno/ok2_1.png) top center no-repeat;
    width: 150px;
    height: 58px
}

.b-calc__left .tipokna2.actok  .ok2_1, .b-calc__left .tipokna2:hover .ok2_1 {
    background: url(/css/../img/calc/okno/ok2_1_act.png) top center no-repeat
}

.b-calc__left .ok3_1 {
    background: url(/css/../img/calc/okno/ok3_1.png) top center no-repeat;
    width: 150px;
    height: 58px
}

.b-calc__left .tipokna3.actok  .ok3_1, .b-calc__left .tipokna3:hover .ok3_1{
    background: url(/css/../img/calc/okno/ok3_1_act.png) top center no-repeat
}

.b-calc__right {
    width: 420px;
    float: right;
    margin-bottom: 50px; margin-top: 100px;
}

.b-calc__right .dostavka {
    width: 372px;
    height: 80px;
    background: url(/css/../img/calc/dostavka.png) no-repeat center center
}

.b-calc__right .underdostavka {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-left: 10px;
    color: #0d0d0d;
    margin-top: 8px
}

.b-calc__right .proc {
    height: 132px;
    margin-bottom: 15px;

}

.b-calc__right .proc div {
    width: 437px;
    height: 132px;
    background: url(/css/../img/calc/proc.png) no-repeat center center;
    position: absolute
}

.b-calc__right .basechek {
    width: 380px;
    height: 193px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    background: url(/css/../img/calc/basechek.png) no-repeat center center;
    padding-top: 17px
}

.b-calc__right .basechek .basechek__zag {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
    margin-left: 30px
}

.b-calc__right .basechek table {
    width: 200px;
    margin: 0 auto
}

.b-calc__right .basechek .basechek__line {
    border-bottom: 1px solid #b8c3c9;
    margin: 14px 30px 9px 30px
}

.b-calc__right .basetsena {
    width: 380px;
    height: 157px;
    margin-top: -14px;
    background: url(/css/../img/calc/basetsena.png) no-repeat center center;
    text-align: center;
    margin-bottom: 16px
}

.b-calc__right .basetsena .costonsale {
    padding-top: 16px;
    font-size: 29px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.b-calc__right .basetsena .tsena_base_cost {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 2px;
}

.b-calc__right .basetsena .tsena_base_cost span {
    color: #f72727;
    font-size: 98px;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.02em 0.03em 0.1em rgba(0, 0, 0, 0.8);
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-style: italic;
    line-height: 1
}

.b-calc__right .basetsena .tsena_base_cost img {
    vertical-align: top;
    margin-right: -10px;
    padding-top: 27px;
}

.b-calc__right .basetsena .only15days {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold
}

.b-calc__right .calc_but {
    text-align: center;
    margin-bottom: 30px
}

.b-calc__right .calc_but img {
    cursor: pointer
}

.b-calc__right .calc_rassr {
    text-align: center;
    font-family: RobotoMedium;
    font-size: 30px;
    line-height: 1.2
}

.b-calc__right .calc_rassr .credd {
    color: #ff0000
}

.tipoknachek {
    width: 29px;
    height: 30px;
    background: url(/css/../img/calc/chek.png) no-repeat left top;
    cursor: pointer
}

.tipoknachekact {
    width: 29px;
    height: 30px;
    background: url(/css/../img/calc/chek_act.png) no-repeat left top;
    cursor: pointer
}

#sliderhor {
    width: 400px;
    position: absolute;
    margin: 580px 0px 0px 225px !important
}

#sliderhor span.ui-slider-handle {
    display: none
}

#sliderhor span.ui-slider-handle:last-child {
    display: block
}

#sliderver {
    height: 340px;
    position: absolute;
    margin: 205px 0px 0px 190px !important
}

#sliderver span.ui-slider-handle {
    display: none
}

#sliderver span.ui-slider-handle:last-child {
    display: block
}

.ui-slider {
    position: relative
}

.ui-slider-horizontal .ui-slider-handle {
    position: absolute;
    z-index: 2;
    margin-top: -4px;
    width: 23px;
    height: 24px;
    background: url(/css/../img/calc/slider_polz.png) no-repeat;
    cursor: pointer
}

.ui-slider-vertical .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 23px;
    height: 24px;
    background: url(/css/../img/calc/slider_polz.png) no-repeat;
    cursor: pointer
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    background: #03c1d7;
    border-radius: 6px;
    overflow: hidden
}

.ui-slider-horizontal {
    height: 11px;
    width: 400px;
    border: 1px solid #d5dbdf;
    background: #f5f6f7
}

.ui-slider-vertical {
    width: 11px;
    height: 340px;
    border: 1px solid #d5dbdf;
    background: #f5f6f7
}

.verbalk .ui-slider-vertical {
    width: 3px;
    height: 100px !important
}

.ui-slider-horizontal .ui-slider-handle {
    top: -3px;
    margin-left: -10px
}

.ui-slider-vertical .ui-slider-handle {
    margin-bottom: -15px;
    margin-left: -7px
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-widget-header {
    border: 1px solid #D4D4D4;
    background: url(http://okna-tseny.ru/img/ui-widget-header.png)
}

.ui-corner-all {
    border-radius: 4px
}

.Costhor11_block {
    width: 166px;
    height: 46px;
    background: url(/css/../img/calc/znachgor.png);
    position: absolute;
    margin: 24px 0px 0px -75px;
    text-align: center;
    font-size: 20px;
    color: #161616;
    font-family: ALSSchlangesans-bold;
}

.Costhor11_block input {
    width: 36px;
    height: 35px;
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
    color: #161616;
    padding: 0 !important;
    font-size: 20px;
    background: none;
    border: 0
}

.Costver11_block {
    width: 166px;
    height: 44px;
    background: url(/css/../img/calc/znachvert.png);
    position: absolute;
    margin: -12px 0px 0px -164px;
    text-align: center;
    font-size: 20px;
    color: #161616;
    font-family: ALSSchlangesans-bold;
}

.Costver11_block input {
    width: 36px;
    height: 35px;
    text-align: center;

    margin-top: 3px;
    color: #161616;
    padding: 0 !important;
    border: 0px solid #ccc;
    font-size: 20px;
    background: none
}

.b-calc__left .stage1 {
    width: 152px;
    height: 49px;
    background: url(/css/../img/calc/stage1.png);
    position: absolute;
    margin: 33px 0px 0px 0px
}

.b-calc__left .stage2 {
    width: 129px;
    height: 80px;
    background: url(/css/../img/calc/stage2.png);
    position: absolute;
    margin: 102px 0px 0px 0px
}

.b-calc__left .stage3 {
    width: 166px;
    height: 42px;
    background: url(/css/../img/calc/stage3.png);
    position: absolute;
    margin: 725px 0px 0px 0px
}

.b-calc__left .block_econom {
    width: 465px;
    text-align: center;
    position: absolute;
    margin: 675px 0px 0px 185px
}

.b-calc__left .block_econom .block_econom_text {
    font-size: 20px;
    font-family: RobotoMedium;
    margin-bottom: 10px
}

.b-calc__left .block_econom .block_econom_text span {
    font-family: Roboto, sans-serif;
    font-weight: bold;

}

.b-calc__left .block_econom .block_econom_bg {
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: url(/css/../img/b_market_filtr_bg.png);
    border-radius: 5px;
    font-size: 30px;
    font-family: 'ALSSchlangesans-Black';
    color: #fff
}

.b-calc__left .block_econom .block_econom_bg span {
    font-size: 39px;
    color: #000000;
}

.b-calc__left .markver {
    width: 5px;
    background: url(/css/../img/calc/markver.png) no-repeat;
    height: 271px;
    position: absolute;
    margin: 230px 0px 0px 210px
}

.b-calc__left .markhor {
    width: 391px;
    background: url(/css/../img/calc/markhor.png) no-repeat;
    height: 5px;
    position: absolute;
    margin: 565px 0px 0px 229px
}

@media only screen and (max-width: 1200px) {
    .b-calc {
        width: 960px;
        margin: 0 auto
    }

    .b-calc__zag {
        text-align: center;
        font-family: 'ALSSchlangesans-Black';
        font-size: 49px;
        text-transform: uppercase;
        line-height: 1.2;
        margin-bottom: 40px;
        padding-top: 30px
    }

    .b-calc__left {
        width: 200px;
        float: left
    }

    .b-calc__left .b-calc__ul_onoff {
        position: absolute;
        margin-left: 10px
    }

    .b-calc__left .b-calc__ul_onoff li {
        list-style: none;
        display: inline;
        line-height: 52px;
        font-family: 'ALSSchlangesans-Black';
        font-size: 30px;
        text-transform: uppercase;
        color: #01d2e9;
        margin-right: 35px;
        white-space: nowrap
    }

    .b-calc__left .b-calc__ul_onoff li img {
        margin-top: 5px
    }

    .b-calc__left .b-calc__ul_onoff li a {
        color: #000;
        text-decoration: none
    }


    .b-calc__left .oknofull img {
        width: 100%
    }

    .b-calc__left .oknofullbalk {
        margin-top: 235px
    }



    .b-calc__left .tabletipbalk {
        width: 440px
    }

    .b-calc__left .popok1 {
        position: absolute;
        margin-left: -24px;
        margin-top: -16px
    }

    .b-calc__left .popok2 {
        position: absolute;
        margin-left: -24px;
        margin-top: -16px
    }

    .b-calc__left .popok3 {
        position: absolute;
        margin-left: -24px;
        margin-top: -16px
    }

    .b-calc__left .popok4 {
        position: absolute;
        margin-left: -24px;
        margin-top: -16px
    }

    .b-calc__left .tipoknapopcenter {
        border: 1px solid #e7e7e8;
        padding: 15px 23px 15px 23px;
        position: relative;
        z-index: 5;
        border-radius: 7px;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1)
    }

    .b-calc__left .tipoknapopcenter .ok1_1, .b-calc__left .tipoknapopcenter .ok1_2, .b-calc__left .tipoknapopcenter .ok2_1, .b-calc__left .tipoknapopcenter .ok2_2, .b-calc__left .tipoknapopcenter .ok2_3, .b-calc__left .tipoknapopcenter .ok3_1, .b-calc__left .tipoknapopcenter .ok3_2, .b-calc__left .tipoknapopcenter .ok4_1 {
        margin-bottom: 25px
    }


    .b-calc__right {
        float: right;
        margin-right: 0px;
        margin-bottom: 50px
    }

    .b-calc__right .dostavka {
        width: 372px;
        height: 80px;
        background: url(/css/../img/calc/dostavka.png) no-repeat center center
    }


    .b-calc__right .proc {
        height: 115px;
        margin-bottom: 15px
    }

    .b-calc__right .proc div {
        width: 380px;
        height: 115px;
        background: url(/css/../img/calc/proc.png) no-repeat center center;
        background-size: cover;
        position: absolute
    }

    .b-calc__right .basechek {
        width: 380px;
        height: 193px;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        background: url(/css/../img/calc/basechek.png) no-repeat center center;
        padding-top: 17px
    }

    .b-calc__right .basechek .basechek__zag {
        font-family: 'Roboto', sans-serif;
        margin-bottom: 8px;
        margin-left: 30px
    }

    .b-calc__right .basechek table {
        width: 200px;
        margin: 0 auto
    }

    .b-calc__right .basechek .basechek__line {
        border-bottom: 1px solid #b8c3c9;
        margin: 14px 30px 9px 30px
    }

    .b-calc__right .basetsena {
        width: 380px;
        height: 157px;
        margin-top: -14px;
        background: url(/css/../img/calc/basetsena.png) no-repeat center center;
        text-align: center;
        margin-bottom: 16px
    }



    .b-calc__right .basetsena .tsena_base_cost {
        margin-bottom: 15px;
        text-align: center
    }

    .b-calc__right .basetsena .tsena_base_cost span {
        color: #f72727;
        font-size: 98px;
        text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.02em 0.03em 0.1em rgba(0, 0, 0, 0.8);
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-style: italic;
        line-height: 1
    }

    .b-calc__right .basetsena .tsena_base_cost img {
        vertical-align: top;
        margin-right: -10px
    }

    .b-calc__right .basetsena .only15days {
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold
    }

    .b-calc__right .calc_but {
        text-align: center;
        margin-bottom: 30px
    }

    .b-calc__right .calc_but img {
        cursor: pointer
    }



    .b-calc__right .calc_rassr .credd {
        color: #ff0000
    }

    .tipoknachek {
        width: 29px;
        height: 30px;
        background: url(/css/../img/calc/chek.png) no-repeat left top;
        cursor: pointer
    }

    .tipoknachekact {
        width: 29px;
        height: 30px;
        background: url(/css/../img/calc/chek_act.png) no-repeat left top;
        cursor: pointer
    }

    #sliderhor {
        width: 400px;
        position: absolute;
        margin: 580px 0px 0px 75px !important
    }

    #sliderhor span.ui-slider-handle {
        display: none
    }

    #sliderhor span.ui-slider-handle:last-child {
        display: block
    }

    #sliderver {
        height: 340px;
        position: absolute;
        margin: 205px 0px 0px 15px !important
    }

    #sliderver span.ui-slider-handle {
        display: none
    }

    #sliderver span.ui-slider-handle:last-child {
        display: block
    }

    .ui-slider {
        position: relative
    }

    .ui-slider-horizontal .ui-slider-handle {
        position: absolute;
        z-index: 2;
        margin-top: -4px;
        width: 23px;
        height: 24px;
        background: url(/css/../img/calc/slider_polz.png) no-repeat;
        cursor: pointer
    }

    .ui-slider-vertical .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 23px;
        height: 24px;
        background: url(/css/../img/calc/slider_polz.png) no-repeat;
        cursor: pointer
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        background: #03c1d7;
        border-radius: 6px;
        overflow: hidden
    }

    .ui-slider-horizontal {
        height: 11px;
        width: 400px;
        border: 1px solid #d5dbdf;
        background: #f5f6f7
    }

    .ui-slider-vertical {
        width: 11px;
        height: 340px;
        border: 1px solid #d5dbdf;
        background: #f5f6f7
    }

    .verbalk .ui-slider-vertical {
        width: 3px;
        height: 100px !important
    }

    .ui-slider-horizontal .ui-slider-handle {
        top: -3px;
        margin-left: -10px
    }

    .ui-slider-vertical .ui-slider-handle {
        margin-bottom: -15px;
        margin-left: -7px
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0
    }

    .ui-widget-header {
        border: 1px solid #D4D4D4;
        background: url(http://okna-tseny.ru/img/ui-widget-header.png)
    }

    .ui-corner-all {
        border-radius: 4px
    }

    .Costhor11_block {
        width: 100px;
        height: 51px;
        background: url(/css/../img/calc/znachgor2.png);
        position: absolute;
        margin: 24px 0px 0px -37px
    }

    .Costhor11_block input {
        width: 48px;
        height: 35px;
        text-align: center;
        margin-left: 5px;
        margin-top: 10px;
        color: #161616;
        padding: 0 !important;
        border: 0;
        font-size: 1em;
        background: none
    }

    .Costver11_block {
        width: 100px;
        height: 51px;
        background: url(/css/../img/calc/znachgor2.png);
        position: absolute;
        margin: 24px 0px 0px -37px
    }

    .Costver11_block input {
        width: 48px;
        height: 35px;
        text-align: center;
        margin-left: 5px;
        margin-top: 10px;
        color: #161616;
        padding: 0 !important;
        border: 0;
        font-size: 1em;
        background: none
    }

    .b-calc__left .stage1 {
        display: none
    }

    .b-calc__left .stage2 {
        display: none
    }

    .b-calc__left .stage3 {
        display: none
    }

    .b-calc__left .block_econom {
        width: 465px;
        text-align: center;
        position: absolute;
        margin: 675px 0px 0px 45px
    }




    .b-calc__left .markver {
        display: none
    }

    .b-calc__left .markhor {
        display: none
    }
}

@media only screen and (max-width: 992px) {
    .b-calc {
        width: 700px;
        margin: 0 auto
    }
    .b-calc-bg
    { margin-bottom: 5px}
    .b-calc__zag {
        text-align: center;
        font-family: 'ALSSchlangesans-Black';
        font-size: 49px;
        text-transform: uppercase;
        line-height: 1.2;
        margin-bottom: 40px;
        padding-top: 30px
    }

    .b-calc__left {
        width: 550px;
        float: none;
        height: 680px;
        margin: 0 auto
    }

    .b-calc__left .b-calc__ul_onoff {
        position: absolute;
        margin-left: 70px
    }

    .b-calc__left .b-calc__ul_onoff li {
        list-style: none;
        display: inline;
        line-height: 52px;
        font-family: 'ALSSchlangesans-Black';
        font-size: 30px;
        text-transform: uppercase;
        color: #01d2e9;
        margin-right: 35px;
        white-space: nowrap
    }

    .b-calc__left .b-calc__ul_onoff li img {
        margin-top: 5px
    }

    .b-calc__left .b-calc__ul_onoff li a {
        color: #000;
        text-decoration: none
    }

    .b-calc__left .oknofull {
        width: 390px;
        height: 331px;
        position: absolute;
        margin: 210px 0px 0px 40px
    }

    .b-calc__left .oknofull img {
        width: 100%
    }

    .b-calc__left .oknofullbalk {
        margin-top: 235px
    }


    .b-calc__left .tabletipbalk {
        width: 440px
    }

    .b-calc__left .popok1 {
        position: absolute;
        margin-left: -24px;
        margin-top: -16px
    }

    .b-calc__left .popok2 {
        position: absolute;
        margin-left: -24px;
        margin-top: -16px
    }

    .b-calc__left .popok3 {
        position: absolute;
        margin-left: -24px;
        margin-top: -16px
    }

    .b-calc__left .popok4 {
        position: absolute;
        margin-left: -24px;
        margin-top: -16px
    }

    .b-calc__left .tipoknapopcenter {
        border: 1px solid #e7e7e8;
        padding: 15px 23px 15px 23px;
        position: relative;
        z-index: 5;
        border-radius: 7px;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1)
    }

    .b-calc__left .tipoknapopcenter .ok1_1, .b-calc__left .tipoknapopcenter .ok1_2, .b-calc__left .tipoknapopcenter .ok2_1, .b-calc__left .tipoknapopcenter .ok2_2, .b-calc__left .tipoknapopcenter .ok2_3, .b-calc__left .tipoknapopcenter .ok3_1, .b-calc__left .tipoknapopcenter .ok3_2, .b-calc__left .tipoknapopcenter .ok4_1 {
        margin-bottom: 25px
    }

    .b-calc__right {
        float: none;
        margin: 0 auto 50px auto
    }

    .b-calc__right .dostavka {
        display: none
    }

    .b-calc__right .underdostavka {
        display: none
    }

    .b-calc__right .proc {
        display: none
    }

    .b-calc__right .proc div {
        width: 380px;
        height: 115px;
        background: url(/css/../img/calc/proc.png) no-repeat center center;
        background-size: cover;
        position: absolute
    }

    .b-calc__right .basechek {
        width: 380px;
        height: 193px;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        background: url(/css/../img/calc/basechek.png) no-repeat center center;
        padding-top: 17px
    }

    .b-calc__right .basechek .basechek__zag {
        font-family: 'Roboto', sans-serif;
        margin-bottom: 8px;
        margin-left: 30px
    }

    .b-calc__right .basechek table {
        width: 200px;
        margin: 0 auto
    }

    .b-calc__right .basechek .basechek__line {
        border-bottom: 1px solid #b8c3c9;
        margin: 14px 30px 9px 30px
    }

    .b-calc__right .basetsena {
        width: 380px;
        height: 157px;
        margin-top: -14px;
        background: url(/css/../img/calc/basetsena.png) no-repeat center center;
        text-align: center;
        margin-bottom: 16px
    }



    .b-calc__right .basetsena .tsena_base_cost {
        margin-bottom: 15px;
        text-align: center
    }

    .b-calc__right .basetsena .tsena_base_cost span {
        color: #f72727;
        font-size: 98px;
        text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.02em 0.03em 0.1em rgba(0, 0, 0, 0.8);
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-style: italic;
        line-height: 1
    }

    .b-calc__right .basetsena .tsena_base_cost img {
        vertical-align: top;
        margin-right: -10px
    }

    .b-calc__right .basetsena .only15days {
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold
    }

    .b-calc__right .calc_but {
        text-align: center;
        margin-bottom: 30px
    }

    .b-calc__right .calc_but img {
        cursor: pointer
    }

    .tipoknachek {
        width: 29px;
        height: 30px;
        background: url(/css/../img/calc/chek.png) no-repeat left top;
        cursor: pointer
    }

    .tipoknachekact {
        width: 29px;
        height: 30px;
        background: url(/css/../img/calc/chek_act.png) no-repeat left top;
        cursor: pointer
    }

    #sliderhor {
        width: 400px;
        position: absolute;
        margin: 580px 0px 0px 75px !important
    }

    #sliderhor span.ui-slider-handle {
        display: none
    }

    #sliderhor span.ui-slider-handle:last-child {
        display: block
    }

    #sliderver {
        height: 340px;
        position: absolute;
        margin: 205px 0px 0px 15px !important
    }

    #sliderver span.ui-slider-handle {
        display: none
    }

    #sliderver span.ui-slider-handle:last-child {
        display: block
    }

    .ui-slider {
        position: relative
    }

    .ui-slider-horizontal .ui-slider-handle {
        position: absolute;
        z-index: 2;
        margin-top: -4px;
        width: 23px;
        height: 24px;
        background: url(/css/../img/calc/slider_polz.png) no-repeat;
        cursor: pointer
    }

    .ui-slider-vertical .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 23px;
        height: 24px;
        background: url(/css/../img/calc/slider_polz.png) no-repeat;
        cursor: pointer
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        background: #03c1d7;
        border-radius: 6px;
        overflow: hidden
    }

    .ui-slider-horizontal {
        height: 11px;
        width: 400px;
        border: 1px solid #d5dbdf;
        background: #f5f6f7
    }

    .ui-slider-vertical {
        width: 11px;
        height: 340px;
        border: 1px solid #d5dbdf;
        background: #f5f6f7
    }

    .verbalk .ui-slider-vertical {
        width: 3px;
        height: 100px !important
    }

    .ui-slider-horizontal .ui-slider-handle {
        top: -3px;
        margin-left: -10px
    }

    .ui-slider-vertical .ui-slider-handle {
        margin-bottom: -15px;
        margin-left: -7px
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0
    }

    .ui-widget-header {
        border: 1px solid #D4D4D4;
        background: url(http://okna-tseny.ru/img/ui-widget-header.png)
    }

    .ui-corner-all {
        border-radius: 4px
    }

    .Costhor11_block {
        width: 100px;
        height: 51px;
        background: url(/css/../img/calc/znachgor2.png);
        position: absolute;
        margin: 24px 0px 0px -37px
    }

    .Costhor11_block input {
        width: 48px;
        height: 35px;
        text-align: center;
        margin-left: 5px;
        margin-top: 10px;
        color: #161616;
        padding: 0 !important;
        border: 0;
        font-size: 1em;
        background: none
    }

    .Costver11_block {
        width: 100px;
        height: 51px;
        background: url(/css/../img/calc/znachgor2.png);
        position: absolute;
        margin: 24px 0px 0px -37px
    }

    .Costver11_block input {
        width: 48px;
        height: 35px;
        text-align: center;
        margin-left: 5px;
        margin-top: 10px;
        color: #161616;
        padding: 0 !important;
        border: 0;
        font-size: 1em;
        background: none
    }

    .b-calc__left .stage2 {
        display: none
    }

    .b-calc__left .stage3 {
        display: none
    }

    .b-calc__left .block_econom {
        display: none
    }


}

@media only screen and (max-width: 768px) {
    .b-calc {
        width: 100%;
        margin: 0 auto
    }

    .b-calc__zag {
        text-align: center;
        font-family: 'ALSSchlangesans-Black';
        font-size: 40px;
        text-transform: uppercase;
        line-height: 1.2;
        margin-bottom: 40px;
        padding-top: 30px
    }

    .b-calc__left {
        width: 460px;
        float: none;
        height: 610px;
        margin: 0 auto
    }

    .b-calc__left .b-calc__ul_onoff {
        position: absolute;
        margin-left: 25px
    }

    .b-calc__left .b-calc__ul_onoff li {
        list-style: none;
        display: inline;
        line-height: 52px;
        font-family: 'ALSSchlangesans-Black';
        font-size: 30px;
        text-transform: uppercase;
        color: #01d2e9;
        margin-right: 35px;
        white-space: nowrap
    }

    .b-calc__left .b-calc__ul_onoff li img {
        margin-top: 5px
    }

    .b-calc__left .b-calc__ul_onoff li a {
        color: #000;
        text-decoration: none
    }

    .b-calc__left .oknofull {
        width: 310px;
        height: 331px;
        position: absolute;

    }

    .b-calc__left .oknofull img {
        width: 100%
    }

    .b-calc__left .oknofullbalk {
        margin-top: 235px
    }

    .b-calc__left .popok1 {
        position: absolute;
        margin-left: -24px;
        margin-top: -16px
    }

    .b-calc__left .popok2 {
        position: absolute;
        margin-left: -24px;
        margin-top: -16px
    }

    .b-calc__left .popok3 {
        position: absolute;
        margin-left: -24px;
        margin-top: -16px
    }

    .b-calc__left .popok4 {
        position: absolute;
        margin-left: -24px;
        margin-top: -16px
    }

    .b-calc__left .tipoknapopcenter {
        border: 1px solid #e7e7e8;
        padding: 15px 23px 15px 23px;
        position: relative;
        z-index: 5;
        border-radius: 7px;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1)
    }

    .b-calc__left .tipoknapopcenter .ok1_1, .b-calc__left .tipoknapopcenter .ok1_2, .b-calc__left .tipoknapopcenter .ok2_1, .b-calc__left .tipoknapopcenter .ok2_2, .b-calc__left .tipoknapopcenter .ok2_3, .b-calc__left .tipoknapopcenter .ok3_1, .b-calc__left .tipoknapopcenter .ok3_2, .b-calc__left .tipoknapopcenter .ok4_1 {
        margin-bottom: 25px
    }

    .b-calc__right {
        float: none;
        margin: 0 auto 50px auto
    }

    .b-calc__right .dostavka {
        display: none
    }

    .b-calc__right .underdostavka {
        display: none
    }

    .b-calc__right .proc {
        display: none
    }

    .b-calc__right .proc div {
        width: 380px;
        height: 115px;
        background: url(/css/../img/calc/proc.png) no-repeat center center;
        background-size: cover;
        position: absolute
    }

    .b-calc__right .basechek {
        width: 380px;
        height: 193px;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        background: url(/css/../img/calc/basechek.png) no-repeat center center;
        padding-top: 17px
    }

    .b-calc__right .basechek .basechek__zag {
        font-family: 'Roboto', sans-serif;
        margin-bottom: 8px;
        margin-left: 30px
    }

    .b-calc__right .basechek table {
        width: 200px;
        margin: 0 auto
    }

    .b-calc__right .basechek .basechek__line {
        border-bottom: 1px solid #b8c3c9;
        margin: 14px 30px 9px 30px
    }

    .b-calc__right .basetsena {
        width: 380px;
        height: 157px;
        margin-top: -14px;
        background: url(/css/../img/calc/basetsena.png) no-repeat center center;
        text-align: center;
        margin-bottom: 16px
    }



    .b-calc__right .basetsena .tsena_base_cost {
        margin-bottom: 15px;
        text-align: center
    }

    .b-calc__right .basetsena .tsena_base_cost span {
        color: #f72727;
        font-size: 98px;
        text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.02em 0.03em 0.1em rgba(0, 0, 0, 0.8);
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-style: italic;
        line-height: 1
    }

    .b-calc__right .basetsena .tsena_base_cost img {
        vertical-align: top;
        margin-right: -10px
    }

    .b-calc__right .basetsena .only15days {
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold
    }

    .b-calc__right .calc_but {
        text-align: center;
        margin-bottom: 30px
    }

    .b-calc__right .calc_but img {
        cursor: pointer
    }


    .tipoknachek {
        width: 29px;
        height: 30px;
        background: url(/css/../img/calc/chek.png) no-repeat left top;
        cursor: pointer
    }

    .tipoknachekact {
        width: 29px;
        height: 30px;
        background: url(/css/../img/calc/chek_act.png) no-repeat left top;
        cursor: pointer
    }

    #sliderhor {
        width: 340px;
        position: absolute;
        margin: 500px 0px 0px 85px !important
    }

    #sliderhor span.ui-slider-handle {
        display: none
    }

    #sliderhor span.ui-slider-handle:last-child {
        display: block
    }

    #sliderver {
        height: 270px;
        position: absolute;
        margin: 205px 0px 0px 35px !important
    }

    #sliderver span.ui-slider-handle {
        display: none
    }

    #sliderver span.ui-slider-handle:last-child {
        display: block
    }

    .ui-slider {
        position: relative
    }

    .ui-slider-horizontal .ui-slider-handle {
        position: absolute;
        z-index: 2;
        margin-top: -4px;
        width: 23px;
        height: 24px;
        background: url(/css/../img/calc/slider_polz.png) no-repeat;
        cursor: pointer
    }

    .ui-slider-vertical .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 23px;
        height: 24px;
        background: url(/css/../img/calc/slider_polz.png) no-repeat;
        cursor: pointer
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        background: #03c1d7;
        border-radius: 6px;
        overflow: hidden
    }

    .ui-slider-horizontal {
        height: 11px;
        width: 400px;
        border: 1px solid #d5dbdf;
        background: #f5f6f7
    }

    .ui-slider-vertical {
        width: 11px;
        height: 340px;
        border: 1px solid #d5dbdf;
        background: #f5f6f7
    }

    .verbalk .ui-slider-vertical {
        width: 3px;
        height: 100px !important
    }

    .ui-slider-horizontal .ui-slider-handle {
        top: -3px;
        margin-left: -10px
    }

    .ui-slider-vertical .ui-slider-handle {
        margin-bottom: -15px;
        margin-left: -7px
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0
    }

    .ui-widget-header {
        border: 1px solid #D4D4D4;
        background: url(http://okna-tseny.ru/img/ui-widget-header.png)
    }

    .ui-corner-all {
        border-radius: 4px
    }

    .Costhor11_block {
        width: 100px;
        height: 51px;
        background: url(/css/../img/calc/znachgor2.png);
        position: absolute;
        margin: 24px 0px 0px -37px
    }

    .Costhor11_block input {
        width: 48px;
        height: 35px;
        text-align: center;
        margin-left: 5px;
        margin-top: 10px;
        color: #161616;
        padding: 0 !important;
        border: 0;
        font-size: 1em;
        background: none
    }

    .Costver11_block {
        width: 100px;
        height: 51px;
        background: url(/css/../img/calc/znachgor2.png);
        position: absolute;
        margin: 24px 0px 0px -37px
    }

    .Costver11_block input {
        width: 48px;
        height: 35px;
        text-align: center;
        margin-left: 5px;
        margin-top: 10px;
        color: #161616;
        padding: 0 !important;
        border: 0;
        font-size: 1em;
        background: none
    }

    .b-calc__left .stage2 {
        display: none
    }

    .b-calc__left .stage3 {
        display: none
    }

    .b-calc__left .block_econom {
        display: none
    }


}

@media only screen and (max-width: 480px) {
    .b-calc {
        width: 100%;
        margin: 0 auto
    }

    .b-calc__zag {
        text-align: center;
        font-family: 'ALSSchlangesans-Black';
        font-size: 36px;
        text-transform: uppercase;
        line-height: 1.2;
        margin-bottom: 40px;
        padding-top: 30px
    }

    .b-calc__left {
        width: 280px;
        float: none;
        height: 435px;
        margin: 0 auto
    }

    .b-calc__left .b-calc__ul_onoff {
        position: absolute;
        margin-left: 10px
    }

    .b-calc__left .b-calc__ul_onoff li {
        list-style: none;
        display: inline;
        line-height: 52px;
        font-family: 'ALSSchlangesans-Black';
        font-size: 20px;
        text-transform: uppercase;
        color: #01d2e9;
        margin-right: 10px;
        white-space: nowrap
    }

    .b-calc__left .b-calc__ul_onoff li img {
        margin-top: 5px
    }

    .b-calc__left .b-calc__ul_onoff li a {
        color: #000;
        text-decoration: none
    }

    .b-calc__left .oknofull {
        width: 213px;
        height: 331px;
        position: absolute;
        margin: 300px 0px 0px 60px
    }

    .b-calc__left .oknofull img {
        width: 100%
    }

    .b-calc__left .oknofullbalk {
        margin-top: 325px
    }

    .b-calc__left .tabletipokna {
             position: absolute;
             margin: 38px 0px 0px 0px
         }

    .b-calc__left .tipokna1, .b-calc__left .tipokna2, .b-calc__left .tipokna3 {
        float: left;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 20px
    }



    .b-calc__left .tabletipbalk {
        width: 290px
    }

    .b-calc__left .tipbalk1, .b-calc__left .tipbalk2, .b-calc__left .tipbalk3, .b-calc__left .tipbalk4, .b-calc__left .tipbalk5, .b-calc__left .tipbalk6, .b-calc__left .tipbalk7 {
        margin: 0px 15px 15px 0px !important
    }

    .b-calc__left .popok1 {
        position: absolute;
        margin-left: -24px;
        margin-top: -16px
    }

    .b-calc__left .popok2 {
        position: absolute;
        margin-left: -24px;
        margin-top: -16px
    }

    .b-calc__left .popok3 {
        position: absolute;
        margin-left: -24px;
        margin-top: -16px
    }

    .b-calc__left .popok4 {
        position: absolute;
        margin-left: -24px;
        margin-top: -16px
    }

    .b-calc__left .tipoknapopcenter {
        border: 1px solid #e7e7e8;
        padding: 15px 23px 15px 23px;
        position: relative;
        z-index: 5;
        border-radius: 7px;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1)
    }

    .b-calc__left .tipoknapopcenter .ok1_1, .b-calc__left .tipoknapopcenter .ok1_2, .b-calc__left .tipoknapopcenter .ok2_1, .b-calc__left .tipoknapopcenter .ok2_2, .b-calc__left .tipoknapopcenter .ok2_3, .b-calc__left .tipoknapopcenter .ok3_1, .b-calc__left .tipoknapopcenter .ok3_2, .b-calc__left .tipoknapopcenter .ok4_1 {
        margin-bottom: 25px
    }


    .b-calc__right {
        width: 100%;
        float: none;
        margin: 0 auto 50px auto
    }

    .b-calc__right .dostavka {
        display: none
    }

    .b-calc__right .underdostavka {
        display: none
    }

    .b-calc__right .proc {
        display: none
    }

    .b-calc__right .proc div {
        width: 100%;
        height: 115px;
        background: url(/css/../img/calc/proc.png) no-repeat center center;
        background-size: cover;
        position: absolute
    }

    .b-calc__right .basechek {
        width: 290px;
        margin: 0 auto;
        height: auto;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        background: none;
        padding-top: 17px;
        padding-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 5px
    }

    .b-calc__right .basechek .basechek__zag {
        font-family: 'Roboto', sans-serif;
        margin-bottom: 8px;
        margin-left: 30px
    }

    .b-calc__right .basechek table {
        width: 200px;
        margin: 0 auto
    }

    .b-calc__right .basechek .basechek__line {
        border-bottom: 1px solid #b8c3c9;
        margin: 14px 30px 9px 30px
    }


    .b-calc__right .basetsena .costonsale {
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        text-transform: uppercase
    }

    .b-calc__right .basetsena .tsena_base_cost {
        margin-bottom: 15px;
        text-align: center; margin-top: 10px;
    }

    .b-calc__right .basetsena .tsena_base_cost span {
        color: #f72727;
        font-size: 60px;
        text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.02em 0.03em 0.1em rgba(0, 0, 0, 0.8);
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-style: italic;
        line-height: 1
    }

    .b-calc__right .basetsena .tsena_base_cost img {
        vertical-align: top;
        margin-right: -10px;
        width: 63px
    }

    .b-calc__right .basetsena .only15days {
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold
    }

    .b-calc__right .calc_but {
        text-align: center;
        margin-bottom: 30px
    }

    .b-calc__right .calc_but img {
        cursor: pointer
    }

    .b-calc__right .calc_rassr {

        font-size: 22px;
    }



    .tipoknachek {
        width: 29px;
        height: 30px;
        background: url(/css/../img/calc/chek.png) no-repeat left top;
        cursor: pointer
    }

    .tipoknachekact {
        width: 29px;
        height: 30px;
        background: url(/css/../img/calc/chek_act.png) no-repeat left top;
        cursor: pointer
    }

    #sliderhor {
        width: 205px;
        position: absolute;
        margin: 360px 0px 0px 65px !important
    }

    #sliderhor span.ui-slider-handle {
        display: none
    }

    #sliderhor span.ui-slider-handle:last-child {
        display: block
    }

    #sliderver {
        height: 170px;
        position: absolute;
        margin: 160px 0px 0px 35px !important
    }

    #sliderver span.ui-slider-handle {
        display: none
    }

    #sliderver span.ui-slider-handle:last-child {
        display: block
    }

    .ui-slider {
        position: relative
    }

    .ui-slider-horizontal .ui-slider-handle {
        position: absolute;
        z-index: 2;
        margin-top: -4px;
        width: 23px;
        height: 24px;
        background: url(/css/../img/calc/slider_polz.png) no-repeat;
        cursor: pointer
    }

    .ui-slider-vertical .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 23px;
        height: 24px;
        background: url(/css/../img/calc/slider_polz.png) no-repeat;
        cursor: pointer
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        background: #03c1d7;
        border-radius: 6px;
        overflow: hidden
    }

    .ui-slider-horizontal {
        height: 11px;
        width: 400px;
        border: 1px solid #d5dbdf;
        background: #f5f6f7
    }

    .ui-slider-vertical {
        width: 11px;
        height: 340px;
        border: 1px solid #d5dbdf;
        background: #f5f6f7
    }

    .verbalk .ui-slider-vertical {
        width: 3px;
        height: 100px !important
    }

    .ui-slider-horizontal .ui-slider-handle {
        top: -3px;
        margin-left: -10px
    }

    .ui-slider-vertical .ui-slider-handle {
        margin-bottom: -15px;
        margin-left: -7px
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0
    }

    .ui-widget-header {
        border: 1px solid #D4D4D4;
        background: url(http://okna-tseny.ru/img/ui-widget-header.png)
    }

    .ui-corner-all {
        border-radius: 4px
    }

    .Costhor11_block {
        width: 100px;
        height: 51px;
        background: url(/css/../img/calc/znachgor2.png);
        position: absolute;
        margin: 24px 0px 0px -37px
    }

    .Costhor11_block input {
        width: 48px;
        height: 35px;
        text-align: center;
        margin-left: 5px;
        margin-top: 10px;
        color: #161616;
        padding: 0 !important;
        border: 0;
        font-size: 1em;
        background: none
    }

    .Costver11_block {
        width: 100px;
        height: 51px;
        background: url(/css/../img/calc/znachgor2.png);
        position: absolute;
        margin: 24px 0px 0px -37px
    }

    .Costver11_block input {
        width: 48px;
        height: 35px;
        text-align: center;
        margin-left: 5px;
        margin-top: 10px;
        color: #161616;
        padding: 0 !important;
        border: 0;
        font-size: 1em;
        background: none
    }


    .b-calc__left .stage2 {
        display: none
    }

    .b-calc__left .stage3 {
        display: none
    }

    .b-calc__left .block_econom {
        display: none
    }


}

.es19_bg {
    height: 96px;
    background: url(/img/es19_bg.png) center center no-repeat;
    margin-top: -2px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: -20px;

}

.es19_bg .es19_cont .es19_time {
    line-height: 92px;
    width: 120px;
    color: #1b1c1c;
    font-size: 15px;
    float: left
}

.es19_bg .es19_cont .es19_telemail {
    margin-top: 24px;
    font-size: 25px;
    line-height: 1;
    background: url(/img/es19_clock.png) no-repeat left center;
    float: left;
    padding-left: 50px
}

.es19_bg .es19_cont .es19_telemail span {
    font-size: 0.7em; display: inline-block; padding-top: 4px;
}

.es19_bg .es19_cont .es19_telemail span a {
    color: #1b1c1c;
    text-decoration: none
}


.es19_bg .es19__copyr {
    color: #1b1c1c;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 92px;
    display:inline-block;
    vertical-align: top;
    margin-right: 30px; margin-left: 30px;
    margin-top: 25px
}
.es19_bg .es19__copyr a {text-decoration: none; border-bottom: 1px solid #337ab7;}
.es19_bg .es19__copyr a:hover {border-bottom: 1px solid transparent;}
.b-im {float:right;
    margin-top: 27px; opacity:0.5}
.b-im:hover{opacity:1}
.es19_bg .es19__copyr span {font-size: 1.2em;}
.es19_bg .es19_soc {
    vertical-align: top; margin-top: 35px;
    text-align: left; display:inline-block;width: 200px
}
.b-prav
{ display: inline-block;     vertical-align: top;width: 105px; margin-top: 27px; margin-left: 30px}
.b-prav .b-link { border-bottom: 1px solid #337ab7; color: #337ab7; text-decoration: none; font-size: 15px}
.b-prav .b-link:hover {border-bottom: 1px solid transparent; color: #23527c; }
.es19_bg .es19_soc .btn {
    display: inline-block;
    padding: 0px;
    margin-bottom: 0;
    line-height: 1;
    border-radius: 0px;
    margin-right: 5px;
    outline: none;
    font-weight: 500
}

.es19_bg .es19_soc .btn-link-text {
    color: #1b1c1c;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    cursor: text
}

.es19_bg .es19_soc .btn-link-text:hover {
    text-decoration: none
}

@media only screen and (max-width: 1200px) {
    .es19_bg .container { padding-left: 0; padding-right: 0}
    .es19_bg .es19_cont .es19_time {
        line-height: 92px;
        width: 120px;
        color: #1b1c1c;
        font-size: 15px;
        float: left
    }

    .es19_bg .es19_cont .es19_telemail {
        margin-top: 24px;
        font-size: 25px;
        line-height: 1;
        background: url(/css/../img/es19_clock.png) no-repeat left center;
        float: left;
        padding-left: 50px
    }

    .es19_bg .es19_cont .es19_telemail span {
        font-size: 0.7em
    }

    .es19_bg .es19_cont .es19_telemail span a {
        color: #1b1c1c;
        text-decoration: none
    }

    .es19_bg .es19__copyr {
        color: #1b1c1c;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        line-height: 92px;

    }

    .es19_bg .es19_soc {
        line-height: 92px;
        text-align: left
    }

    .es19_bg .es19_soc .btn {
        display: inline-block;
        padding: 0px;
        margin-bottom: 0;
        line-height: 1;
        border-radius: 0px;
        margin-right: 5px;
        outline: none
    }

    .es19_bg .es19_soc .btn-link-text {
        color: #1b1c1c;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        cursor: text
    }

    .es19_bg .es19_soc .btn-link-text:hover {
        text-decoration: none
    }
}

@media only screen and (max-width: 992px) {
    .b-prav { width: 100%; margin-top: 15px;margin-left: 0px;}

    .es19_bg {background: none; height: auto; padding-bottom:20px;background-color: yellow }
    .es19_bg .es19_cont {float: none}
    .es19_bg .container { text-align :center}
    .es19_cont {float: none; display: block}

    .es19_bg .es19_cont .es19_time {
        line-height: 92px;
        width: 120px;
        color: #1b1c1c;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        float: left
    }


    .es19_bg .es19_cont .es19_telemail {
        margin-top: 26px;
        font-size: 25px;
        line-height: 1;
        background: none;
        float: none;
        padding-left: 0px
    }

    .es19_bg .es19_cont .es19_telemail span {
        font-size: 0.7em;
        margin-top: 5px;
        display: block;
    }

    .es19_bg .es19_cont .es19_telemail span a {
        color: #1b1c1c;
        text-decoration: none
    }

    .es19_bg .es19__copyr {
        color: #1b1c1c;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        line-height: 40px;
        margin-top: 15px;
        margin-left: 0px;
        margin-right: 0px;
        display: block;
    }
    .b-im {float: none; margin-top: 20px}

    .es19_bg .es19_soc {
        line-height: 60px;display: block;    margin:20px auto 0 auto;}

    .es19_bg .es19_soc .btn {
        display: block;
        padding: 0px;
        margin-bottom: 0;
        line-height: 1;
        border-radius: 0px;
        margin-right: 5px;
        outline: none;
        width: 38px
    }

    .es19_bg .es19_soc .btn img {
        width: 100%
    }

    .es19_bg .es19_soc .btn-link-text {
        color: #1b1c1c;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        cursor: text
    }

    .es19_bg .es19_soc .btn-link-text:hover {
        text-decoration: none
    }
}

.modal-header {
    height: 50px;
    border-bottom: 0px
}

.modal-header .close {
    opacity: 1;
    margin: -10px -15px -10px -50px
}

.modal-header .close:hover {
    opacity: .8
}

.modal-body {
    margin-top: -10px;
    padding: 0px
}

.modal_zag {
    color: #171616;
    font-size: 49px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
    line-height: 1
}

#happy {
    display: none
}

#happy .modal-dialog {
    background: url(/img/happy_bg_.png) no-repeat center center;
    width: 579px;
    height: 731px
}

#happy .modal-content {
    background: none;
    box-shadow: none;
    border: 0px;
    width: 579px;
    height: 731px
}

#happy .modal-header .close {
    float: none;
    width: 16px;
    height: 17px;
    line-height: 1;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    margin: 0px;
    position: absolute;
    bottom: 83px;
    right: 59px
}

#happy .modal_zag {
    width: 400px;
    height: 56px;
    margin: 0px auto 2px auto
}

#happy .modal_zag img {
    width: 100%
}

#happy .madal_t1 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 4px
}

#happy .madal_t2 {
    text-align: center;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 4px
}

#happy .madal_t3 {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px
}

#happy .modal_input_name,#happy .modal_input_tel {
    margin: 0 auto 10px auto;
    font-size: 18px
}

#happy .happy_but {
    text-align: center;
    position: relative
}

.topclose5px {
    height: 10px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100
}

#clock_wrapper {
    position: relative;
    margin: 140px auto 0 auto;
    width: 70px;
    overflow: hidden
}

#clock {
    position: relative;
    z-index: 1;
    width: 300px
}

#timer {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    width: 68px;
    z-index: 2;
    padding-top: 8px;
    color: #000;
    transition: opacity 350ms linear 0s;
    -webkit-transition: opacity 350ms linear 0s
}

.clocksec {
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 3;
    width: 68px;
    text-align: center;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal
}

.half_opacity {
    opacity: 0.5
}

#gift {
    display: none
}

#gift .modal-dialog {
    background: url(/img/bg.png) no-repeat center center #fff;
    width: 520px;
    height: 610px;
    border-radius: 6px
}

#gift .modal-content {
    background: none;
    border: 0px;
    width: 520px;
    height: 610px
}

#gift .modal-header .close {
    float: none;
    width: 30px;
    height: 55px;
    line-height: 1;
    text-shadow: none;
    margin: 0px;
    position: absolute;
    top: 13px;
    right: 0px
}

#gift .modal_zag {
    margin: 0px auto 240px auto;
    color: #171616;
    font-size: 49px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
    line-height: 1
}

#gift .madal_t1 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0px
}

#gift .madal_t2 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 18px;
    color: #ff0000;
    text-transform: uppercase
}

#gift .modal_input_ema {
    margin: 0 auto 10px auto;
    background: url(/img/input.png) no-repeat left top;
    width: 390px;
    height: 55px;
    margin-bottom: 19px
}

#gift .modal_input_ema input {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    height: 34px;
    margin: 10px 0px 0px 15px;
    width: 355px;
    border: 0px;
    background: none
}

#gift .gift_but {
    text-align: center;
    position: relative
}
#gift .gift_but .red-burron {padding: 10px 35px}
@media only screen and (min-width: 992px) {
    .modal-dialog {
        width:840px
    }
    #kupitDeshevle  .modal-dialog {
        width:840px
    }.fly_girl
     #happy .modal-dialog {
         width: 579px;
         height: 731px
     }
}
@media only screen and (min-width: 992px) {
    .modal-dialog {
        width:840px
    }
    #kupitDeshevle-katalog  .modal-dialog {
        width:840px
    }
}
.modal_man {
    height: 472px;
    background: url(/img/modal_man.png) no-repeat left bottom
}

.modal_man_form {
    margin-left: 450px;
    margin-top: 30px;
    font-size: 23px;
    line-height: 1.2
}

.modal_red {
    color: #ff0000
}

.modal_input_name {
    background: url(/img/modal_input_name.png) no-repeat left top;
    width: 350px;
    height: 57px;
    margin-bottom: 10px
}

.modal_input_name input {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    height: 38px;
    margin: 9px 0px 0px 45px;
    width: 295px;
    border: 0px;
    background: none
}

.modal_input_tel {
    background: url(/img/modal_input_tel.png) no-repeat left top;
    width: 350px;
    height: 57px;
    margin-bottom: 42px
}

.modal_input_tel input {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    height: 38px;
    margin: 9px 0px 0px 45px;
    width: 295px;
    border: 0px;
    background: none
}

.modal_hochu_but {
    margin-left: 55px
}

@media only screen and (max-width: 992px) {
    .modal_man {
        height:442px;
        background: none
    }

    .modal_man_form {
        margin-left: 0px;
        margin-top: 30px;
        font-size: 23px;
        line-height: 1.2;
        text-align: center
    }

    .modal_red {
        color: #ff0000
    }

    .modal_input_name {
        background: url(/img/modal_input_name.png) no-repeat left top;
        width: 350px;
        height: 57px;
        margin-bottom: 10px;
        margin: 0 auto 10px auto
    }

    .modal_input_name input {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: 300;
        font-style: italic;
        height: 38px;
        margin: 9px 0px 0px 45px;
        width: 295px;
        border: 0px;
        background: none
    }

    .modal_input_tel {
        background: url(/img/modal_input_tel.png) no-repeat left top;
        width: 350px;
        height: 57px;
        margin: 0 auto 32px auto
    }

    .modal_input_tel input {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: 300;
        font-style: italic;
        height: 38px;
        margin: 9px 0px 0px 45px;
        width: 295px;
        border: 0px;
        background: none
    }

    .modal_hochu_but {
        margin: 0 auto
    }
}

@media only screen and (max-width: 768px) {
    #happy .modal-dialog {
        background:#fde800;
        width: 300px;
        height: auto;
        margin-left: auto;
        margin-right: auto
    }

    #happy .modal-content {
        background: none;
        box-shadow: none;
        border: 0px;
        width: 100%;
        height: auto
    }

    #happy .modal-header .close {
        float: none;
        width: 16px;
        height: 17px;
        line-height: 1;
        text-shadow: none;
        filter: alpha(opacity=20);
        opacity: 1;
        margin: 0px;
        position: absolute;
        top: 15px;
        right: 14px
    }

    #happy .modal_zag {
        width: 260px;
        height: auto;
        margin: 0px auto 2px auto
    }

    #happy .modal_zag img {
        width: 100%
    }

    #happy .madal_t1 {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 4px
    }

    #happy .madal_t2 {
        text-align: center;
        font-size: 31px;
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 4px
    }

    #happy .madal_t3 {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 4px
    }

    #happy .modal_input_name {
        background: url(/img/modal_input_name_sm.png) no-repeat left top;
        width: 260px;
        height: 57px;
        margin-bottom: 10px;
        margin: 0 auto 10px auto;
        text-align: left
    }

    #happy .modal_input_name input {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: 300;
        font-style: italic;
        height: 38px;
        margin: 9px 0px 0px 45px;
        width: 200px;
        border: 0px;
        background: none
    }

    #happy .modal_input_tel {
        background: url(/img/modal_input_tel_sm.png) no-repeat left top;
        width: 260px;
        height: 57px;
        margin: 0 auto 32px auto;
        text-align: left
    }

    #happy .modal_input_tel input {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: 300;
        font-style: italic;
        height: 38px;
        margin: 9px 0px 0px 45px;
        width: 200px;
        border: 0px;
        background: none
    }

    #happy .modal_input_name,#happy .modal_input_tel {
        margin: 0 auto 10px auto;
        font-size: 18px
    }

    #happy .happy_but {
        text-align: center;
        position: relative;
        padding-bottom: 20px
    }

    #gift {
        display: none
    }

    #gift .modal-dialog {
        background: url(/img/bg.png) no-repeat center 40px #fff;
        background-size: 100%;
        width: 300px;
        height: 570px;
        border-radius: 6px
    }

    #gift .modal-content {
        background: none;
        border: 0px;
        width: 300px;
        height: 570px
    }

    #gift .modal-header .close {
        float: none;
        width: 30px;
        height: 55px;
        line-height: 1;
        text-shadow: none;
        margin: 0px;
        position: absolute;
        top: 13px;
        right: 0px
    }

    #gift .modal_zag {
        margin: 0px auto 180px auto;
        color: #171616;
        font-size: 29px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        line-height: 1
    }

    #gift .madal_t1 {
        text-align: center;
        font-size: 23px;
        font-weight: 600;
        margin-bottom: 10px;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        line-height: 1
    }

    #gift .madal_t2 {
        text-align: center;
        font-size: 23px;
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 18px;
        color: #ff0000;
        text-transform: uppercase;
        width: 96%;
        margin-left: auto;
        margin-right: auto
    }

    #gift .modal_input_ema {
        margin: 0 auto 10px auto;
        background: url(/img/input260.png) no-repeat left top;
        width: 260px;
        height: 55px;
        margin-bottom: 19px
    }

    #gift .modal_input_ema input {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 300;
        font-style: italic;
        height: 34px;
        margin: 10px 0px 0px 15px;
        width: 230px;
        border: 0px;
        background: none
    }

    #gift .gift_but {
        text-align: center;
        position: relative
    }

    #clock_wrapper {
        position: relative;
        margin: -17px auto 0 auto;
        width: 70px;
        overflow: hidden
    }

    #clock {
        position: relative;
        z-index: 1;
        width: 300px
    }

    #timer {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 28px;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        font-style: italic;
        text-align: center;
        width: 68px;
        z-index: 2;
        padding-top: 8px;
        color: #000;
        transition: opacity 350ms linear 0s;
        -webkit-transition: opacity 350ms linear 0s
    }

    .clocksec {
        position: absolute;
        top: 39px;
        left: 0;
        z-index: 3;
        width: 68px;
        text-align: center;
        font-size: 10px;
        font-family: 'Roboto', sans-serif;
        font-weight: normal
    }

    .half_opacity {
        opacity: 0.5
    }
}

@media only screen and (max-width: 480px) {
    .modal_zag {
        color:#171616;
        font-size: 32px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        line-height: 1
    }

    .modal_man_form {
        font-size: 18px;
        line-height: 1.2
    }

    .modal_input_name {
        background: url(/img/modal_input_name_sm.png) no-repeat left top;
        width: 260px;
        height: 57px;
        margin-bottom: 10px;
        margin: 0 auto 10px auto;
        text-align: left
    }

    .modal_input_name input {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: 300;
        font-style: italic;
        height: 38px;
        margin: 9px 0px 0px 45px;
        width: 200px;
        border: 0px;
        background: none
    }

    .modal_input_tel {
        background: url(/img/modal_input_tel_sm.png) no-repeat left top;
        width: 260px;
        height: 57px;
        margin: 0 auto 32px auto;
        text-align: left
    }

    .modal_input_tel input {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: 300;
        font-style: italic;
        height: 38px;
        margin: 9px 0px 0px 45px;
        width: 200px;
        border: 0px;
        background: none
    }
}

.modal-desc {
    font-size: 23px;
    line-height: 1.2;
    text-align: center
}

.fly_girl {
    bottom: 20px;
    right: 20px;
    position: fixed;
    z-index: 99;
    cursor: pointer;
    color: #ccc;
    width: 200px;
    height: 179px;
    text-align: center;
    z-index: 100;
    background: url(/img/fly_girl_c.png);
    background-size: cover;
    opacity: .6 !important
}

.fly_girl div {
    font-size: 21px;
    font-style: italic;
    text-transform: uppercase;
    text-align: left;
    margin-top: 46px;
    color: #333
}

.fly_girl:hover {
    opacity: 1 !important
}

.boxHidded {
    visibility: hidden
}

.bounceInRight,.fadeIn {
    visibility: visible !important
}

@media only screen and (max-width: 768px) {
    .fly_girl {
        display:none
    }
}

#want_zamer .modal-header img {
    margin: 0px 13px 0px 0px
}

#want_zamer .modal-dialog {
    width: 650px
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow {
    background: #f4f3f3;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 20px
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    padding-left: 0px
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_1,#want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_3 {
    color: #716f6f;
    border-bottom: 2px dotted #ccc;
    font-size: 20px;
    cursor: pointer
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_1.act,#want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_3.act {
    color: #000;
    border-bottom: 0px
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_2 {
    font-size: 35px;
    font-weight: bold;
    margin: 0px 40px;
    color: #716f6f;
    border-bottom: 2px dotted #000
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_2.act {
    color: #000;
    border-bottom: 0px dotted #000
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 {
    width: 550px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #010101;
    text-transform: uppercase;
    line-height: 1
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_1,#want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_3 {
    margin-bottom: 20px
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_1 span,#want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_3 span {
    color: #01d2e9;
    font-family: 'ALSSchlangesans-Black';
    font-size: 60px;
    border-bottom: 3px solid #01d2e9;
    padding: 18px 10px 0px 10px;
    margin-bottom: 7px;
    display: block
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_2 {
    margin-bottom: 20px
}

#want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_2 span {
    color: #fff;
    background: #fe0000;
    font-family: 'ALSSchlangesans-Black';
    font-size: 80px;
    padding: 0px 25px;
    margin-bottom: 7px;
    display: block
}

#want_zamer .modal-dialog .butzamer {
    text-align: center;
    margin-bottom: 20px
}

#want_zamer .modal-dialog .butzamer img {
    cursor: pointer;
    margin: 0px;
    vertical-align: top
}

#want_zamer .modal-dialog .butzamer .butzamer_inp {
    width: 281px;
    height: 50px;
    background: url(/img/input_bg.png) no-repeat center center;
    display: inline-block;
    margin-right: 25px;
    margin-top: 2px;
    text-align: left
}

#want_zamer .modal-dialog .butzamer .butzamer_inp input {
    margin: 8px 0px 0px 47px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    height: 32px;
    width: 220px;
    border: 0px;
    background: none
}

@media only screen and (max-width: 768px) {
    #want_zamer .modal-header img {
        margin:8px 10px 0px 0px
    }

    #want_zamer .modal-dialog {
        width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    #want_zamer .modal-dialog .modal_zag {
        font-size: 26px
    }

    #want_zamer .modal-dialog .yesterdaytodaytomorrow {
        background: #f4f3f3;
        padding: 20px;
        margin-top: 25px;
        margin-bottom: 20px
    }

    #want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 {
        text-align: center;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 10px;
        padding-left: 0px
    }

    #want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_1,#want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_3 {
        color: #716f6f;
        border-bottom: 2px dotted #ccc;
        font-size: 20px;
        cursor: pointer
    }

    #want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_1.act,#want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_3.act {
        color: #000;
        border-bottom: 0px
    }

    #want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_2 {
        font-size: 35px;
        font-weight: bold;
        margin: 0px 40px;
        color: #716f6f;
        border-bottom: 2px dotted #000
    }

    #want_zamer .modal-dialog .yesterdaytodaytomorrow .t1 .t1_2.act {
        color: #000;
        border-bottom: 0px dotted #000
    }

    #want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        color: #010101;
        text-transform: uppercase;
        line-height: 1
    }

    #want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_1,#want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_3 {
        margin-bottom: 10px
    }

    #want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_1 span,#want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_3 span {
        color: #01d2e9;
        font-family: 'ALSSchlangesans-Black';
        font-size: 60px;
        border-bottom: 3px solid #01d2e9;
        padding: 18px 10px 0px 10px;
        margin-bottom: 7px;
        display: block
    }

    #want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_2 {
        margin-bottom: 0px
    }

    #want_zamer .modal-dialog .yesterdaytodaytomorrow .t2 .t2_2 span {
        color: #fff;
        background: #fe0000;
        font-family: 'ALSSchlangesans-Black';
        font-size: 80px;
        padding: 0px 25px;
        margin-bottom: 7px;
        display: block
    }

    #want_zamer .modal-dialog .butzamer {
        text-align: center;
        margin-bottom: 20px
    }

    #want_zamer .modal-dialog .butzamer img {
        cursor: pointer;
        margin: 0px;
        vertical-align: top
    }

    #want_zamer .modal-dialog .butzamer .butzamer_inp {
        width: 260px;
        height: 50px;
        background: url(/img/input260_bg.png) no-repeat center center;
        display: inline-block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0px;
        margin-bottom: 15px;
        text-align: left
    }

    #want_zamer .modal-dialog .butzamer .butzamer_inp input {
        margin: 8px 0px 0px 47px;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        height: 32px;
        width: 220px;
        border: 0px;
        background: none
    }
}

.windows_free {
    height: 532px;
    background: url(/img/bg.jpg) no-repeat center top;
    margin: 0 auto 60px auto;
    position: relative
}

.windows_free .windows_free_man {
    position: absolute;
    width: 508px;
    height: 532px
}

.windows_free .windows_free_text {
    margin-left: 500px;
    margin-top: 60px
}

.windows_free .windows_free_text .windows_free_zag {
    font-family: 'ALSSchlangesans-Black';
    font-size: 93px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px
}

.windows_free .windows_free_text .windows_free_t {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 40px
}

.windows_free .windows_free_text img {
    cursor: pointer
}

@media only screen and (max-width: 1200px) {
    .windows_free {
        height:532px;
        background: url(/img/bg.jpg) no-repeat center top;
        margin: 0 auto 60px auto;
        position: relative
    }

    .windows_free .windows_free_man {
        position: absolute;
        width: 508px;
        height: 532px
    }

    .windows_free .windows_free_text {
        margin-left: 500px;
        margin-top: 60px
    }

    .windows_free .windows_free_text .windows_free_zag {
        font-family: 'ALSSchlangesans-Black';
        font-size: 70px;
        line-height: 1;
        text-transform: uppercase;
        margin-bottom: 20px
    }

    .windows_free .windows_free_text .windows_free_t {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 40px
    }

    .windows_free .windows_free_text img {
        cursor: pointer
    }
}

@media only screen and (max-width: 992px) {
    .windows_free {
        height:auto;
        background: url(/img/bg.jpg) no-repeat center top;
        margin: 0 auto 60px auto;
        position: relative;
        padding: 50px 0px
    }

    .windows_free .windows_free_man {
        display: none
    }

    .windows_free .windows_free_text {
        margin-left: 0px;
        margin-top: 0px;
        text-align: center
    }

    .windows_free .windows_free_text .windows_free_zag {
        font-family: 'ALSSchlangesans-Black';
        font-size: 45px;
        line-height: 1;
        text-transform: uppercase;
        margin-bottom: 20px
    }

    .windows_free .windows_free_text .windows_free_t {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 40px
    }

    .windows_free .windows_free_text img {
        cursor: pointer
    }
}

.wave_razd {
    height: 8px;
    background: url(/img/wave_razd.png) repeat-x
}

.toptop {
    bottom: 20px;
    left: 20px;
    position: fixed;
    z-index: 99;
    cursor: pointer;
    color: #ccc;
    width: 110px;
    height: 131px;
    text-align: center;
    z-index: 100
}

@media only screen and (max-width: 768px) {
    .toptop {
        display:none
    }
}

.es4_bg {
    height: 454px;
    background: url(/img/es4-form.png) no-repeat center center;
    margin: -15px auto 0 auto;

}

.es4_bg .container {
    text-align: center
}

.es4_bg .es4_bg__text {
    font-size: 47px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    font-family: 'ALSSchlangesans-Black';
    padding-top: 80px;
    line-height: 1;
    margin-bottom: 10px
}

.es4_bg .es4_bg__text__balkon {
    margin-bottom: 25px
}

.es4_bg .es4_bg__undertext {
    font-size: 20px;
    color: #0d0d0d;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'ALSSchlangesans-bold'
}

.es4_bg .es4_input {
    width: 230px;
    height: 57px;
    display: inline-block;
    margin-right: 20px;
    padding-top: 13px;
    text-align: left
}

.es4_bg .es4_input input {
    width: 145px;
    margin-left: 62px;
    height: 30px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    border: 0px;
    background: none
}

.es4_bg .es4_input_tel {
    background: url(/img/es4_input_tel_sm230.png) no-repeat center center;
    vertical-align: top
}

.es4_bg .es4_input_name {
    background: url(/img/es4_input_name_sm230.png) no-repeat center center;
    vertical-align: top
}

.es4_bg div.inpfile {
    width: 134px;
    height: 57px;
    line-height: 57px;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: url(/img/es4_eskizy_3.png) no-repeat center center
}

.es4_bg div.inpfile:hover {
    width: 134px;
    height: 57px;
    line-height: 57px;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: url(/img/es4_eskizy_3.png) no-repeat center center
}

.es4_bg div.inpfilevyb {
    overflow: hidden;
    width: 134px;
    height: 57px;
    line-height: 57px;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
    background: url(/img/es4_eskizy_act_3.png) no-repeat center center
}

.es4_bg input.inpfilefile {
    opacity: 0;
    font-size: 199px;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    border: none;
    margin-left: -450px
}

.es4_bg .es4_but {
    vertical-align: top;
    display: inline-block
}

.es4_bg .es4_bg__desctext {
    text-align: center;
    font-weight: 300;
    color: #070707;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin: 20px auto;
    width: 82%;
    line-height: 1.2;
}

@media only screen and (max-width: 992px) {
    .es4_bg { margin: 40px auto 0 auto; height: auto;
        background: url(/img/es4-form.png) no-repeat center bottom;
    }

    .es4_bg .container {
        text-align: center
    }

    .es4_bg .es4_bg__text {
        font-size: 36px;
        color: #0d0d0d;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        line-height: 1;
        margin-bottom: 10px;
        padding-top: 40px;
    }
    .es4__form_block {
        margin-top: 50px; margin-bottom: 50px;
    }
    .es4_bg .es4_bg__undertext {
        font-size: 20px;
        color: #0d0d0d;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-family: 'ALSSchlangesans-bold'
    }

    .es4_bg .es4_input {
        width: 230px;
        height: 57px;
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 20px;
        padding-top: 13px;
        text-align: left
    }

    .es4_bg .es4_input input {
        width: 145px;
        margin-left: 62px;
        height: 30px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        border: 0px;
        background: none
    }

    .es4_bg .es4_input_tel {
        background: url(/img/es4_input_tel_sm230.png) no-repeat center center
    }

    .es4_bg .es4_input_name {
        background: url(/img/es4_input_name_sm230.png) no-repeat center center
    }

    .es4_bg .es4_eskizy {
        width: 134px;
        height: 57px;
        line-height: 57px;
        background: url(/img/es4_eskizy_3.png) no-repeat center top;
        margin-right: 20px;
        cursor: pointer;
        display: inline-block
    }

    .es4_bg .es4_but {

        vertical-align: top;
        display: block; margin-top: 35px; margin-left: 0; padding-bottom: 20px;
    }

    .es4_bg .es4_bg__desctext {
        text-align: center;
        font-weight: 300;
        color: #070707;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .es4_bg { margin: 0 auto 0 auto}
    .es4_bg .container {
        text-align: center
    }

    .es4_bg .es4_bg__text {
        color: #0d0d0d;
        text-align: center;
        text-transform: uppercase;
        font-family: 'ALSSchlangesans-Black';
        line-height: 1;
        margin-bottom: 10px
    }

    .es4_bg .es4_bg__undertext {
        font-size: 16px;
        color: #0d0d0d;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-family: 'ALSSchlangesans-bold';
        padding: 0 20px
    }

    .es4_bg .es4_input {
        width: 230px;
        height: 57px;
        display: inline-block;
        margin: 0px 10px 20px 10px;
        padding-top: 13px;
        text-align: left
    }

    .es4_bg .es4_input input {
        width: 145px;
        margin-left: 62px;
        height: 30px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        border: 0px;
        background: none
    }

    .es4_bg .es4_input_tel {
        background: url(/img/es4_input_tel_sm230.png) no-repeat center center
    }

    .es4_bg .es4_input_name {
        background: url(/img/es4_input_name_sm230.png) no-repeat center center
    }

    .es4_bg .es4_eskizy {
        width: 134px;
        height: 57px;
        line-height: 57px;
        background: url(/img/es4_eskizy_3.png) no-repeat center top;
        cursor: pointer;
        display: block;
        margin: 0 auto
    }

    .es4_bg .es4_but {
        vertical-align: top;
        margin: 20px auto 0;
    }

    .es4_bg .es4_bg__desctext {
        text-align: center;
        font-weight: 300;
        color: #070707;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        width: 95%;
    }
}

@media only screen and (max-width: 480px) {
    .es4_bg { background-size: cover}
    .es4_input {
        width:230px;
        height: 57px;
        display: block;
        margin: 0px auto 20px auto;
        padding-top: 13px;
        text-align: left
    }

    .es4_but {
        width: 230px;
        vertical-align: top;
        display: block;
        margin: 0 auto
    }
    .es4_bg .es4_bg__text { font-size: 32px; padding-top: 30px}
    .es4__form_block {
        margin-top: 40px;
        margin-bottom: 25px;
    }
}

.b-contact h2 {
    padding-top: 30px;
    padding-bottom: 20px;
}



.b-contact .b-contact_underzag {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px
}

.b-contact .b-contact__block1 {
    width: 850px;
    margin: 0 auto
}

.b-contact .b-contact__block2 {
    width: 1010px;
    margin: -76px auto 0 auto;
    background: #fff;
    padding: 40px 80px
}

.b-contact .b-contact__block_zag {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    color: #030303
}

.b-contact .b-contact__block_zag2 {
    font-size: 30px;
    font-family: 'ALSSchlangesans-Black';
    text-transform: uppercase
}

.b-contact .b-contact__block_underzag {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #666666
}

.b-contact .b-contact__block_underzag img {
    vertical-align: middle;
    margin-right: 10px
}

.b-contact .b-contact__block_underzag a {
    text-decoration: none;
    color: #666
}

.b-contact .b-contact__block_underzag2 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    line-height: 1.2
}

.b-contact .b-contact__block_underzag2 span {
    font-weight: 300
}

.b-contact .b-contact__block_ico1 {
    background: url(/img/b_contact_ico1.png) no-repeat left top;
    padding-left: 85px;
    margin-bottom: 30px
}

.b-contact .b-contact__block_ico2 {
    background: url(/img/b_contact_ico2.png) no-repeat left top;
    padding-left: 85px;
    margin-bottom: 30px
}

.b-contact .b-contact__block_ico3 {
    background: url(/img/b_contact_ico3.png) no-repeat left top;
    padding-left: 85px;
    margin-bottom: 30px
}

.b-contact .b-contact__block_ico4 {
    padding-left: 75px;
    margin-bottom: 30px
}

.b-contact__map {
    background: url(/img/b_contact_map.jpg) no-repeat center center;
    height: 590px;
    margin: 10px auto
}

.b-contact__cityform {
    width: 900px;
    margin: 0 auto;
    padding-right: 20px
}

.b-contact__cityform .b-contact__cityform_text {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 55px;
    padding-right: 15px;
    text-align: right
}

.b-contact__cityform .b_contact_input_city {
    background: url(/img/b_contact_input_city.png) no-repeat center center;
    width: 349px;
    height: 55px;
    float: left;
    margin-right: 30px
}

.b-contact__cityform .b_contact_input_city input {
    width: 335px;
    height: 45px;
    margin: 4px 0px 0px 6px;
    border: 0px;
    background: none;
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 26px
}

.b-contact__cityform .b_contact_but_city {
    width: 189px;
    height: 53px;
    background: url(/img/b_contact_but_city.png) no-repeat center center;
    float: left;
    cursor: pointer
}

.b_contact_zhdu_bg {
    background: url(/img/b_contact_zhdu_bg.png) no-repeat center top;
    height: 498px;
    margin-top: -20px;
    margin-bottom: -60px;
    display: none
}

.b_contact_zhdu_bg .b_contact_zhdu_t1 {
    margin-top: 110px;
    text-align: center;
    color: #ff0000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px
}

.b_contact_zhdu_bg .b_contact_zhdu_t2 {
    text-align: center;
    color: #000;
    font-size: 25px;
    font-family: 'Roboto', sans-serif
}

.b_contact_zhdu_bg .b_contact_zhdu_t3 {
    text-align: center;
    color: #000;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 30px
}

.b_contact_zhdu_bg .b_contact_but_zhdu {
    text-align: center
}

.b_contact_zhdu_bg .b_contact_input_zhdu {
    width: 331px;
    height: 57px;
    margin: 0 auto;
    background: url(/img/b_contact_input_zhdu.png) no-repeat center center;
    margin-bottom: 20px
}

.b_contact_zhdu_bg .b_contact_input_zhdu input {
    width: 260px;
    height: 45px;
    text-align: center;
    margin: 8px 0px 0px 35px;
    background: none;
    border: 0px;
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 24px
}

.b_contact_zhdu_bg_no {
    padding: 0px;
    display: none
}

.b_contact_zhdu_bg_no .b_contact_zhdu_t1_no {
    margin-top: 20px;
    text-align: center;
    color: #ff0000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px
}

.b_contact_ceo_bg {
    height: 620px;
    background: url(/img/b_contact_ceo_bg_big.png) no-repeat center top;
    margin-top: 80px
}

.b_contact_ceo_bg .b_contact_ceo_bg_zag {
    text-align: center;
    font-family: 'ALSSchlangesans-Black';
    font-size: 50px;
    text-transform: uppercase;
    padding-top: 30px
}

.b_contact_ceo_bg .b_contact_ceo_form {
    width: 784px;
    margin: 67px auto 0 auto
}

.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_name {
    width: 412px;
    height: 55px;
    background: url(/img/b_contact_ceo_input_name.png) no-repeat center center;
    margin-bottom: 10px
}

.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_name input {
    width: 400px;
    height: 45px;
    padding-left: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 22px;
    margin: 4px 0px 0px 5px;
    border: 0px;
    background: none
}

.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_tel {
    width: 412px;
    height: 55px;
    background: url(/img/b_contact_ceo_input_tel.png) no-repeat center center;
    margin-bottom: 10px
}

.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_tel input {
    width: 400px;
    height: 45px;
    padding-left: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 22px;
    margin: 4px 0px 0px 5px;
    border: 0px;
    background: none
}

.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_textarea {
    width: 784px;
    height: 129px;
    background: url(/img/b_contact_ceo_textarea.png) no-repeat center center;
    margin-bottom: 15px
}

.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_textarea textarea {
    width: 775px;
    height: 115px;
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 22px;
    margin: 8px 0px 0px 5px;
    resize: none;
    border: 0px;
    background: none
}

.b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_but {
    text-align: right
}

@media only screen and (max-width: 992px) {
    .b-contact .b-contact__zag {
        font-family:'ALSSchlangesans-Black';
        font-size: 49px;
        text-transform: uppercase;
        text-align: center;
        margin-top: 60px;
        line-height: 1.1;
        margin-bottom: 30px
    }

    .b-contact .b-contact_underzag {
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px
    }

    .b-contact .b-contact__block1 {
        width: 700px;
        margin: 0 auto
    }

    .b-contact .b-contact__block2 {
        width: 700px;
        margin: 20px auto 0 auto;
        background: #fff;
        padding: 0px
    }

    .b-contact .b-contact__block_zag {
        font-size: 26px;
        line-height: 1.2;
        font-family: 'Roboto', sans-serif
    }

    .b-contact .b-contact__block_zag2 {
        font-size: 26px;
        font-family: 'ALSSchlangesans-Black';
        text-transform: uppercase
    }

    .b-contact .b-contact__block_underzag {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        color: #666666
    }

    .b-contact .b-contact__block_underzag img {
        vertical-align: middle;
        margin-right: 10px
    }

    .b-contact .b-contact__block_underzag a {
        text-decoration: none;
        color: #666
    }

    .b-contact .b-contact__block_underzag2 {
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        color: #000000;
        line-height: 1.2
    }

    .b-contact .b-contact__block_underzag2 span {
        font-weight: 300
    }

    .b-contact .b-contact__block_ico1 {
        background: url(/img/b_contact_ico1.png) no-repeat left top;
        padding-left: 75px;
        margin-bottom: 30px
    }

    .b-contact .b-contact__block_ico2 {
        background: url(/img/b_contact_ico2.png) no-repeat left top;
        padding-left: 75px;
        margin-bottom: 30px
    }

    .b-contact .b-contact__block_ico3 {
        background: url(/img/b_contact_ico3.png) no-repeat left top;
        padding-left: 75px;
        margin-bottom: 30px
    }

    .b-contact .b-contact__block_ico4 {
        padding-left: 75px;
        margin-bottom: 30px
    }

    .b-contact__map {
        background: url(/img/b_contact_map.jpg) no-repeat center center;
        height: 590px;
        margin: 10px auto
    }

    .es10__text_cont {
        font-size: 30px;
        color: #000;
        font-family: 'Roboto', sans-serif
    }

    .es10__zag_cont {
        font-size: 40px;
        color: #000;
        font-weight: bold;
        font-family: 'Roboto', sans-serif
    }

    .es10__zag_red {
        color: #ff0000
    }

    .b-contact__cityform {
        width: 100%;
        margin: 0 auto;
        padding-right: 0
    }

    .b-contact__cityform .b-contact__cityform_text {
        text-transform: uppercase;
        line-height: 55px;
        text-align: center
    }

    .b-contact__cityform .b_contact_input_city {
        background: url(/img/b_contact_input_city.png) no-repeat center center;
        width: 349px;
        height: 55px;
        float: none;
        margin: 0px auto 20px auto
    }

    .b-contact__cityform .b_contact_input_city input {
        width: 335px;
        height: 45px;
        margin: 4px 0px 0px 6px;
        border: 0px;
        background: none;
        color: #666;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 26px
    }

    .b-contact__cityform .b_contact_but_city {
        width: 189px;
        height: 53px;
        background: url(/img/b_contact_but_city.png) no-repeat center center;
        float: none;
        cursor: pointer;
        margin: 0 auto
    }

    .b_contact_zhdu_bg {
        background: url(/img/b_contact_zhdu_bg.png) no-repeat center top;
        height: 498px;
        margin-top: -20px;
        margin-bottom: -60px;
        display: none
    }

    .b_contact_zhdu_bg .b_contact_zhdu_t1 {
        margin-top: 110px;
        text-align: center;
        color: #ff0000;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 30px
    }

    .b_contact_zhdu_bg .b_contact_zhdu_t2 {
        text-align: center;
        color: #000;
        font-size: 25px;
        font-family: 'Roboto', sans-serif
    }

    .b_contact_zhdu_bg .b_contact_zhdu_t3 {
        text-align: center;
        color: #000;
        font-size: 25px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        margin-bottom: 30px
    }

    .b_contact_zhdu_bg .b_contact_but_zhdu {
        text-align: center
    }

    .b_contact_zhdu_bg .b_contact_input_zhdu {
        width: 331px;
        height: 57px;
        margin: 0 auto;
        background: url(/img/b_contact_input_zhdu.png) no-repeat center center;
        margin-bottom: 20px
    }

    .b_contact_zhdu_bg .b_contact_input_zhdu input {
        width: 260px;
        height: 45px;
        text-align: center;
        margin: 8px 0px 0px 35px;
        background: none;
        border: 0px;
        color: #666;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 24px
    }

    .b_contact_ceo_bg {
        height: 540px;
        background-color: #fed800;
        background-image: none;
        margin-top: 50px
    }

    .b_contact_ceo_bg .b_contact_ceo_bg_zag {
        text-align: center;
        font-family: 'ALSSchlangesans-Black';
        font-size: 50px;
        text-transform: uppercase;
        padding-top: 30px
    }

    .b_contact_ceo_bg .b_contact_ceo_form {
        width: 100%;
        margin: 37px auto 0 auto
    }

    .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_name {
        width: 412px;
        height: 55px;
        background: url(/img/b_contact_ceo_input_name.png) no-repeat center center;
        margin: 0 auto 15px auto
    }

    .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_name input {
        width: 400px;
        height: 45px;
        padding-left: 48px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 22px;
        margin: 4px 0px 0px 5px;
        border: 0px;
        background: none
    }

    .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_tel {
        width: 412px;
        height: 55px;
        background: url(/img/b_contact_ceo_input_tel.png) no-repeat center center;
        margin: 0 auto 15px auto
    }

    .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_tel input {
        width: 400px;
        height: 45px;
        padding-left: 48px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 22px;
        margin: 4px 0px 0px 5px;
        border: 0px;
        background: none
    }

    .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_textarea {
        width: 412px;
        height: 129px;
        background: url(/img/b_contact_ceo_textarea412.png) no-repeat center center;
        margin: 0px auto 15px
    }

    .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_textarea textarea {
        width: 400px;
        height: 115px;
        padding-left: 15px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 22px;
        margin: 8px 0px 0px 5px;
        resize: none;
        border: 0;
        background: none
    }

    .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_but {
        text-align: center
    }
}

@media only screen and (max-width: 768px) {
    .b-contact .b-contact__zag {
        font-family:'ALSSchlangesans-Black';
        font-size: 39px;
        text-transform: uppercase;
        text-align: center;
        margin-top: 60px;
        line-height: 1.1;
        margin-bottom: 30px
    }

    .b-contact .b-contact_underzag {
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px
    }

    .b-contact .b-contact__block1 {
        width: 96%;
        margin: 0 auto
    }

    .b-contact .b-contact__block2 {
        width: 98%;
        margin: 20px auto 0 auto;
        background: #fff;
        padding: 0px
    }

    .b-contact .b-contact__block_zag {
        font-size: 26px;
        line-height: 1.2;
        font-family: 'Roboto', sans-serif
    }

    .b-contact .b-contact__block_zag2 {
        font-size: 26px;
        font-family: 'ALSSchlangesans-Black';
        text-transform: uppercase
    }

    .b-contact .b-contact__block_underzag {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        color: #666666
    }

    .b-contact .b-contact__block_underzag img {
        vertical-align: middle;
        margin-right: 10px
    }

    .b-contact .b-contact__block_underzag a {
        text-decoration: none;
        color: #666
    }

    .b-contact .b-contact__block_underzag2 {
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        color: #000000;
        line-height: 1.2
    }

    .b-contact .b-contact__block_underzag2 span {
        font-weight: 300
    }

    .b-contact .b-contact__block_ico1 {
        background: url(/img/b_contact_ico1.png) no-repeat left top;
        padding-left: 75px;
        margin-bottom: 30px
    }

    .b-contact .b-contact__block_ico2 {
        background: url(/img/b_contact_ico2.png) no-repeat left top;
        padding-left: 75px;
        margin-bottom: 30px
    }

    .b-contact .b-contact__block_ico3 {
        background: url(/img/b_contact_ico3.png) no-repeat left top;
        padding-left: 75px;
        margin-bottom: 30px
    }

    .b-contact .b-contact__block_ico4 {
        padding-left: 75px;
        margin-bottom: 30px
    }

    .b-contact__map {
        background: url(/img/b_contact_map_sm.gif) no-repeat center;
        height: 430px;
        margin: 10px auto
    }

    .es10__text_cont {
        font-size: 30px;
        color: #000;
        font-family: 'Roboto', sans-serif
    }

    .es10__zag_cont {
        font-size: 40px;
        color: #000;
        font-weight: bold;
        font-family: 'Roboto', sans-serif
    }

    .es10__zag_red {
        color: #ff0000
    }

    .b-contact__cityform {
        width: 100%;
        margin: 0 auto
    }

    .b-contact__cityform .b-contact__cityform_text {
        text-transform: uppercase;
        line-height: 55px;
        text-align: center
    }

    .b-contact__cityform .b_contact_input_city {
        background: url(/img/b_contact_input_city260.png) no-repeat center center;
        width: 260px;
        height: 55px;
        float: none;
        margin: 0px auto 20px auto
    }

    .b-contact__cityform .b_contact_input_city input {
        width: 246px;
        height: 45px;
        margin: 4px 0px 0px 6px;
        border: 0px;
        background: none;
        color: #666;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 2.6em
    }

    .b-contact__cityform .b_contact_but_city {
        width: 189px;
        height: 53px;
        background: url(/img/b_contact_but_city.png) no-repeat center center;
        float: none;
        cursor: pointer;
        margin: 0 auto
    }

    .b_contact_zhdu_bg {
        background: url(/img/b_contact_zhdu_bg.png) no-repeat center top;
        height: auto;
        margin-top: -20px;
        margin-bottom: -60px;
        display: none
    }

    .b_contact_zhdu_bg .b_contact_zhdu_t1 {
        margin-top: 110px;
        text-align: center;
        color: #ff0000;
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 30px
    }

    .b_contact_zhdu_bg .b_contact_zhdu_t2 {
        text-align: center;
        color: #000;
        font-size: 25px;
        font-family: 'Roboto', sans-serif
    }

    .b_contact_zhdu_bg .b_contact_zhdu_t3 {
        text-align: center;
        color: #000;
        font-size: 25px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        margin-bottom: 30px
    }

    .b_contact_zhdu_bg .b_contact_but_zhdu {
        text-align: center
    }

    .b_contact_zhdu_bg .b_contact_input_zhdu {
        width: 260px;
        height: 57px;
        margin: 0 auto;
        background: url(/img/b_contact_input_zhdu260.png) no-repeat center center;
        margin-bottom: 20px
    }

    .b_contact_zhdu_bg .b_contact_input_zhdu input {
        width: 190px;
        height: 45px;
        text-align: center;
        margin: 8px 0px 0px 35px;
        background: none;
        border: 0px;
        color: #666;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 24px
    }

    .b_contact_ceo_bg {
        height: auto;
        background-color: #fed800;
        background-image: none;
        margin-top: 50px
    }

    .b_contact_ceo_bg .b_contact_ceo_bg_zag {
        text-align: center;
        font-family: 'ALSSchlangesans-Black';
        font-size: 30px;
        text-transform: uppercase;
        padding-top: 30px
    }

    .b_contact_ceo_bg .b_contact_ceo_form {
        width: 100%;
        margin: 37px auto 0 auto
    }

    .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_name {
        width: 260px;
        height: 55px;
        background: url(/img/b_contact_ceo_input_name260.png) no-repeat center center;
        margin: 0 auto 15px auto
    }

    .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_name input {
        width: 248px;
        height: 45px;
        padding-left: 48px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 22px;
        margin: 4px 0px 0px 5px;
        border: 0px;
        background: none
    }

    .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_tel {
        width: 260px;
        height: 55px;
        background: url(/img/b_contact_ceo_input_tel260.png) no-repeat center center;
        margin: 0 auto 15px auto
    }

    .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_input_tel input {
        width: 248px;
        height: 45px;
        padding-left: 48px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 22px;
        margin: 4px 0px 0px 5px;
        border: 0px;
        background: none
    }

    .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_textarea {
        width: 260px;
        height: 129px;
        background: url(/img/b_contact_ceo_textarea260.png) no-repeat center center;
        margin: 0px auto 15px
    }

    .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_textarea textarea {
        width: 248px;
        height: 115px;
        padding-left: 15px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-style: italic;
        font-size: 22px;
        margin: 8px 0px 0px 5px;
        resize: none;
        border: 0;
        background: none
    }

    .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_but {
        text-align: center;
        padding-bottom: 30px
    }
}
.b-radar {
    overflow: hidden;
    margin: 40px auto
}

.b-radar .b-radar_bg {
    width: 888px;
    height: 888px;
    background: url(/img/b_radar_bg.jpg) no-repeat center center;
    margin: 0 auto;
    padding-top: 5px
}

.b-radar .b-radar_bg .b-radar_active {
    width: 888px;
    height: 888px;
    background: url(/img/b_radar_active.png) no-repeat center center;
    opacity: .8;
    -webkit-animation: timing 20s infinite linear;
    animation: timing 20s infinite linear
}

@-webkit-keyframes timing {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes timing {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media only screen and (max-width: 992px) {
    .b-radar {
        width:600px;
        height: 600px
    }

    .b-radar .b-radar_bg {
        width: 100%;
        height: 100%;
        background: url(/img/b_radar_bg.jpg) no-repeat center center;
        margin: 0 auto;
        padding-top: 5px;
        background-size: 80%!important;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;

    }

    .b-radar .b-radar_bg .b-radar_active {
        width: 100%;
        height: 100%;
        background: url(/img/b_radar_active.png) no-repeat center center;
        opacity: .8;
        -webkit-animation: timing 20s infinite linear;
        animation: timing 20s infinite linear;
        background-size: 78%
    }
}

@media only screen and (max-width: 768px) {
    .b-radar {
        width:450px;
        height: 450px
    }

    .b-radar .b-radar_bg {
        width: 100%;
        height: 100%;
        background: url(/img/b_radar_bg.jpg) no-repeat center center;
        margin: 0 auto;
        padding-top: 5px;
        background-size: 80%
    }

    .b-radar .b-radar_bg .b-radar_active {
        width: 100%;
        height: 100%;
        background: url(/img/b_radar_active.png) no-repeat center center;
        opacity: .8;
        -webkit-animation: timing 20s infinite linear;
        animation: timing 20s infinite linear;
        background-size: 78%
    }
}

@media only screen and (max-width: 480px) {
    .b-radar {
        width:300px;
        height: 300px
    }

    .b-radar .b-radar_bg {
        width: 100%;
        height: 100%;
        background: url(/img/b_radar_bg.jpg) no-repeat center center;
        margin: 0 auto;
        padding-top: 5px;
        background-size: 80%
    }

    .b-radar .b-radar_bg .b-radar_active {
        width: 100%;
        height: 100%;
        background: url(/img/b_radar_active.png) no-repeat center center;
        opacity: .8;
        -webkit-animation: timing 20s infinite linear;
        animation: timing 20s infinite linear;
        background-size: 78%
    }
}

.es1_otzivy_zag {
    text-align: center;
    font-family: 'ALSSchlangesans-Black';
    font-size: 49px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 30px
}

.es1_otzivy_bg {
    min-height: 320px;
    background: url(/img/es1_bg.jpg) center top no-repeat
}

.es1_otzivy_bg .es1_otzivy_item {
    margin: 46px 15px 35px 15px
}

.es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__img {
    margin-right: 10px;
    float: left;
    width: 312px
}

.es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otzleft {
    float: left;
    background: url(/img/otzivy/otzleft.png) center top no-repeat;
    width: 22px;
    height: 42px;
    margin-top: 60px
}

.es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__right {
    margin-left: 344px;
    padding-bottom: 0px
}

.es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otztext {
    background: #ffe600;
    padding: 20px 35px;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #ccc;
    margin-bottom: 25px
}

.es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otztext__name {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    line-height: 1.2
}

.es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otztext__name .es1_otzivy_item__otztext__city {
    color: #323131;
    font-size: 0.8em;
    float: right;
    font-weight: 300;
    padding-top: 4px
}

.es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otztext__text {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: justify
}

.es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__star {
    float: left;
    width: 450px;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding-left: 30px
}

.es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__star span {
    padding: 0 10px
}

.es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__rek {
    text-align: right;
    padding-right: 30px;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-top: -5px
}

.es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__rek img {
    margin-left: 10px
}

.es1_otzivy__form_bg {
    width: 1171px;
    height: 440px;
    background: url(/img/form_bg.png) no-repeat center center;
    margin: 0 auto 40px auto
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_photo {
    width: 310px;
    height: 227px;
    cursor: pointer;
    background: url(/img/form_photo.png) no-repeat center center;
    float: left;
    margin: 40px 0px 0px 55px
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right {
    float: right;
    width: 711px;
    margin: 40px 55px 0px 0px
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_name {
    width: 434px;
    height: 55px;
    background: url(/img/form_name.png) no-repeat center center;
    float: left
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_name input {
    width: 370px;
    height: 30px;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-left: 50px;
    margin-top: 10px;
    border: 0px;
    background: none
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_city {
    width: 258px;
    height: 55px;
    background: url(/img/form_city.png) no-repeat center center;
    float: right
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_city input {
    width: 190px;
    height: 30px;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-left: 50px;
    margin-top: 10px;
    border: 0px;
    background: none
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_text {
    width: 711px;
    height: 161px;
    background: url(/img/form_text.png) no-repeat center center;
    margin: 66px 0px 30px
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_text textarea {
    width: 670px;
    height: 120px;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-left: 20px;
    margin-top: 20px;
    border: 0px;
    background: none;
    resize: none
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star {
    float: left;
    width: 450px;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    font-family: 'Roboto', sans-serif
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star span {
    padding: 0 10px
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star img {
    cursor: pointer
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek {
    text-align: right;
    font-size: 18px;
    color: #333;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-top: -5px
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek img {
    margin-left: 10px;
    cursor: pointer
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right #template_otzivy_but,.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right #template_otzivy_but_260 {
    float: right;
    cursor: pointer;
    margin-top: 20px
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_capcha {
    width: 153px;
    height: 55px;
    background: url(/img/form_capcha.png) no-repeat center center;
    margin-top: 20px
}

.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_capcha input {
    width: 135px;
    height: 40px;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-left: 8px;
    margin-top: 6px;
    border: 0px;
    background: none
}

@media only screen and (max-width: 1200px) {
    .es1_otzivy_zag {
        text-align:center;
        font-family: 'ALSSchlangesans-Black';
        font-size: 49px;
        text-transform: uppercase;
        line-height: 1.2;
        margin-bottom: 5px;
        margin-top: 30px
    }

    .es1_otzivy_bg {
        min-height: 320px;
        background: url(/img/es1_bg.jpg) center top no-repeat
    }

    .es1_otzivy_bg .es1_otzivy_item {
        margin: 46px 15px 35px 15px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__img {
        margin-right: 10px;
        float: left;
        width: 312px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otzleft {
        float: left;
        background: url(/img/otzleft.png) center top no-repeat;
        width: 22px;
        height: 42px;
        margin-top: 60px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__right {
        margin-left: 344px;
        padding-bottom: 0px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otztext {
        background: #ffe600;
        padding: 20px 35px;
        border-radius: 7px;
        box-shadow: 1px 1px 2px #ccc;
        margin-bottom: 25px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otztext__name {
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 10px;
        line-height: 1.2
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otztext__name .es1_otzivy_item__otztext__city {
        color: #323131;
        font-size: 0.8em;
        float: none;
        font-weight: 300;
        padding-top: 4px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otztext__text {
        font-size: 18px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        color: #333;
        text-align: justify
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__star {
        float: none;
        width: 450px;
        font-size: 18px;
        color: #333;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        padding-left: 30px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__star span {
        padding: 0 10px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__rek {
        text-align: left;
        padding-right: 30px;
        font-size: 18px;
        color: #333;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-top: 5px;
        padding-left: 30px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__rek img {
        margin-left: 10px
    }

    .es1_otzivy__form_bg {
        width: 90%;
        height: auto;
        background: #ffdf00;
        border-radius: 15px;
        margin: 0 auto 40px auto;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_photo {
        width: 310px;
        height: 227px;
        cursor: pointer;
        background: url(/img/form_photo.png) no-repeat center center;
        float: none;
        margin: 0px auto 20px auto
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right {
        float: none;
        width: 711px;
        margin: 0px auto 0px auto !important
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_name {
        width: 434px;
        height: 55px;
        background: url(/img/form_name.png) no-repeat center center;
        float: left;
        margin-bottom: 20px
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_name input {
        width: 370px;
        height: 30px;
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-left: 50px;
        margin-top: 10px;
        border: 0px;
        background: none
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_city {
        width: 258px;
        height: 55px;
        background: url(/img/form_city.png) no-repeat center center;
        float: right;
        margin-bottom: 20px
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_city input {
        width: 190px;
        height: 30px;
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-left: 50px;
        margin-top: 10px;
        border: 0px;
        background: none
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_text {
        width: 711px;
        height: 161px;
        background: url(/img/form_text.png) no-repeat center center;
        margin: 0px 0px 30px;
        float: none;
        clear: both
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_text textarea {
        width: 670px;
        height: 120px;
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-left: 20px;
        margin-top: 20px;
        border: 0px;
        background: none;
        resize: none
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star {
        float: left;
        width: 450px;
        font-size: 18px;
        color: #333;
        font-weight: 300;
        font-family: 'Roboto', sans-serif
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star span {
        padding: 0 10px
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star img {
        cursor: pointer
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek {
        text-align: right;
        font-size: 18px;
        color: #333;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-top: -5px
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek img {
        margin-left: 10px;
        cursor: pointer
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right #template_otzivy_but,.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right #template_otzivy_but_260 {
        float: right;
        margin-top: 20px;
        cursor: pointer
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_capcha {
        width: 153px;
        height: 55px;
        background: url(/img/form_capcha.png) no-repeat center center;
        margin-top: 20px
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_capcha input {
        width: 135px;
        height: 40px;
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-left: 8px;
        margin-top: 6px;
        border: 0px;
        background: none
    }
}

@media only screen and (max-width: 992px) {
    .es1_otzivy_zag {
        text-align:center;
        font-family: 'ALSSchlangesans-Black';
        font-size: 49px;
        text-transform: uppercase;
        line-height: 1.2;
        margin-bottom: 5px;
        margin-top: 30px
    }

    .es1_otzivy_bg {
        min-height: 320px;
        background: url(/img/es1_bg.jpg) center top no-repeat
    }

    .es1_otzivy_bg .es1_otzivy_item {
        margin: 46px 15px 35px 15px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__img {
        margin: 0px auto 15px auto;
        float: none;
        width: 312px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otzleft {
        display: none
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__right {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otztext {
        background: #ffe600;
        padding: 20px 35px;
        border-radius: 7px;
        box-shadow: 1px 1px 2px #ccc;
        margin-bottom: 25px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otztext__name {
        font-size: 30px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 10px;
        line-height: 1.2
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otztext__name .es1_otzivy_item__otztext__city {
        color: #323131;
        font-size: 0.8em;
        float: none;
        font-weight: 300;
        padding-top: 4px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otztext__text {
        font-size: 18px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        color: #333;
        text-align: justify
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__star {
        float: none;
        width: 450px;
        font-size: 18px;
        color: #333;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        padding-left: 30px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__star span {
        padding: 0 10px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__rek {
        text-align: left;
        padding-right: 30px;
        font-size: 18px;
        color: #333;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-top: 5px;
        padding-left: 30px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__rek img {
        margin-left: 10px
    }

    .es1_otzivy__form_bg {
        width: 90%;
        height: auto;
        background: #ffdf00;
        border-radius: 15px;
        margin: 0 auto 40px auto;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_photo {
        width: 310px;
        height: 227px;
        cursor: pointer;
        background: url(/img/form_photo.png) no-repeat center center;
        float: none;
        margin: 0px auto 20px auto
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right {
        float: none;
        width: 100%;
        margin: 0px auto 0px auto !important
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_name {
        width: 434px;
        height: 55px;
        background: url(/img/form_name.png) no-repeat center center;
        float: none;
        margin: 0 auto 20px auto
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_name input {
        width: 370px;
        height: 30px;
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-left: 50px;
        margin-top: 10px;
        border: 0px;
        background: none
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_city {
        width: 434px;
        height: 55px;
        background: url(/img/form_city_434.png) no-repeat center center;
        float: none;
        margin: 0 auto 20px auto
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_city input {
        width: 370px;
        height: 30px;
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-left: 50px;
        margin-top: 10px;
        border: 0px;
        background: none
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_text {
        width: 434px;
        height: 161px;
        background: url(/img/form_text_434.png) no-repeat center center;
        margin: 0px auto 30px;
        float: none;
        clear: both
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_text textarea {
        width: 400px;
        height: 120px;
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-left: 20px;
        margin-top: 20px;
        border: 0px;
        background: none;
        resize: none
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star {
        float: none;
        text-align: center;
        width: 96%;
        font-size: 18px;
        color: #333;
        font-weight: 300;
        font-family: 'Roboto', sans-serif
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star span {
        padding: 0 10px
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star img {
        cursor: pointer
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek {
        text-align: center;
        width: 96%;
        font-size: 18px;
        color: #333;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-top: 15px
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek img {
        margin-left: 10px;
        cursor: pointer
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right #template_otzivy_but,.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right #template_otzivy_but_260 {
        float: none;
        margin: 40px auto 0px auto;
        cursor: pointer;
        display: block
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_capcha {
        width: 153px;
        height: 55px;
        background: url(/img/form_capcha.png) no-repeat center center;
        margin: 20px auto 0px
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_capcha input {
        width: 135px;
        height: 40px;
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-left: 8px;
        margin-top: 6px;
        border: 0px;
        background: none
    }
}

@media only screen and (max-width: 768px) {
    .es1_otzivy_zag {
        text-align:center;
        font-family: 'ALSSchlangesans-Black';
        font-size: 36px;
        text-transform: uppercase;
        line-height: 1.2;
        margin-bottom: 5px;
        margin-top: 30px
    }

    .es1_otzivy_bg {
        min-height: 320px;
        background: url(/img/es1_bg.jpg) center top no-repeat
    }

    .es1_otzivy_bg .es1_otzivy_item {
        margin: 46px 15px 35px 15px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__img {
        margin: 0px auto 15px auto;
        float: none;
        width: 240px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__img img {
        width: 100%
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otzleft {
        display: none
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__right {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otztext {
        background: #ffe600;
        padding: 20px 25px;
        border-radius: 7px;
        box-shadow: 1px 1px 2px #ccc;
        margin-bottom: 25px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otztext__name {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 10px;
        line-height: 1.2
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otztext__name .es1_otzivy_item__otztext__city {
        color: #323131;
        font-size: 0.9em;
        float: none;
        font-weight: 300;
        padding-top: 4px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__otztext__text {
        font-size: 16px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        color: #333;
        text-align: justify
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__star {
        float: none;
        width: 100%;
        font-size: 18px;
        line-height: 1.6;
        color: #333;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        padding-left: 0px;
        text-align: center;
        margin-bottom: 20px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__star span {
        padding: 0 10px;
        display: none
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__rek {
        text-align: center;
        padding-right: 0px;
        font-size: 18px;
        line-height: 1.6;
        color: #333;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-top: 5px;
        padding-left: 30px
    }

    .es1_otzivy_bg .es1_otzivy_item .es1_otzivy_item__rek img {
        margin-left: 10px
    }

    .es1_otzivy__form_bg {
        width: 98%;
        height: auto;
        background: #ffdf00;
        border-radius: 15px;
        margin: 0 auto 40px auto;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_photo {
        width: 260px;
        height: 190px;
        cursor: pointer;
        background: url(/img/form_photo.png) no-repeat center center;
        background-size: cover;
        float: none;
        margin: 0px auto 20px auto
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right {
        float: none;
        width: 100%;
        margin: 0px auto 0px auto !important
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_name {
        width: 258px;
        height: 55px;
        background: url(/img/form_name_258.png) no-repeat center center;
        float: none;
        margin: 0 auto 20px auto
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_name input {
        width: 190px;
        height: 30px;
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-left: 50px;
        margin-top: 10px;
        border: 0px;
        background: none
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_city {
        width: 258px;
        height: 55px;
        background: url(/img/form_city.png) no-repeat center center;
        float: none;
        margin: 0 auto 20px auto
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_city input {
        width: 190px;
        height: 30px;
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-left: 50px;
        margin-top: 10px;
        border: 0px;
        background: none
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_text {
        width: 258px;
        height: 161px;
        background: url(/img/form_text_258.png) no-repeat center center;
        margin: 0px auto 30px;
        float: none;
        clear: both
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_text textarea {
        width: 220px;
        height: 120px;
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-left: 20px;
        margin-top: 20px;
        border: 0px;
        background: none;
        resize: none
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star {
        float: none;
        text-align: center;
        width: 98%;
        font-size: 18px;
        color: #333;
        font-weight: 300;
        font-family: 'Roboto', sans-serif
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star span {
        display: none
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__star img {
        cursor: pointer
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek {
        text-align: center;
        width: 98%;
        font-size: 18px;
        color: #333;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-top: 15px
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__rek img {
        margin-left: 10px;
        cursor: pointer
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right #template_otzivy_but,.es1_otzivy__form_bg .es1_otzivy__form_bg__form_right #template_otzivy_but_260 {
        float: none;
        margin: 40px auto 0px auto;
        cursor: pointer;
        display: block
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_capcha {
        width: 153px;
        height: 55px;
        background: url(/img/form_capcha.png) no-repeat center center;
        margin: 20px auto 0px
    }

    .es1_otzivy__form_bg .es1_otzivy__form_bg__form_right .es1_otzivy__form_bg__form_capcha input {
        width: 135px;
        height: 40px;
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        margin-left: 8px;
        margin-top: 6px;
        border: 0px;
        background: none
    }
}

.es1_rassr_bg {
    background: url(/img/es1_bg.jpg) center top no-repeat;
    margin-bottom: 50px
}

.es1_rassr_bg .es1_rassr__left_col {
    margin-left: 10px;
    margin-top: 100px;
    position: relative
}

.es1_rassr_bg .es1_rassr__left_col .es1_rassr__okna {
    font-size: 100px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: -3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0.03em 0.04em 0.08em rgba(0,0,0,0.6);
    margin-bottom: 5px
}

.es1_rassr_bg .es1_rassr__left_col .es1_rassr__vrassr {
    font-size: 57px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: -3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0.1em 0.1em 0.1em rgba(0,0,0,0.6);
    margin-bottom: 20px
}

.es1_rassr_bg .es1_rassr__left_col .es1_rassr__bezpereplaty {
    font-size: 47px;
    color: #fa2323;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: -3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0.1em 0.1em 0.1em rgba(0,0,0,0.6);
    margin-bottom: 70px
}

.es1_rassr_bg .es1_rassr__left_col .es1_rassr_skidkaznach {
    width: 345px;
    margin: 0px 0px 0px 420px;
    z-index: 1;
    position: absolute
}

.es1_rassr_bg .es1_rassr__left_col .es1_rassr_skidkaznach img {
    width: 100%
}

.es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 18px
}

.es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext img {
    margin-right: 10px
}

.es1_rassr_bg .es1_rassr__girl {
    width: 839px;
    height: 559px;
    background: url(/img/girl2.png);
    position: absolute;
    margin-left: 370px
}

.es1_rassr_bg .es1_rassr__bankleft {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.4
}

.es1_rassr_bg .es1_rassr__bankleft span {
    font-weight: 400;
    text-transform: uppercase
}

.es1_rassr_bg .es1_rassr__bankright img {
    vertical-align: middle;
    margin: 20px 10px 0px 10px
}

.b-rassr .b-rassr__zag {
    text-align: center;
    font-size: 49px;
    font-family: 'ALSSchlangesans-Black';
    text-transform: uppercase;
    margin-bottom: 50px
}

.b-rassr .b-rassr__text {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-align: center
}

.b-rassr .b-rassr__row {
    margin-bottom: 45px
}

.b-rassr .b-rassr__ico {
    text-align: right
}

.b-rassr .b-rassr__b1 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px dashed #ff0103;
    padding-bottom: 20px;
    margin-bottom: 14px
}

.b-rassr .b-rassr__b2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300
}

@media only screen and (max-width: 1200px) {
    .es1_rassr_bg {
        background: url(/img/es1_bg.jpg) center top no-repeat
    }

    .es1_rassr_bg .es1_rassr__left_col {
        margin-left: 10px;
        margin-top: 70px;
        position: relative
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__okna {
        font-size: 100px;
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        text-shadow: -3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0.03em 0.04em 0.08em rgba(0,0,0,0.6);
        margin-bottom: 5px
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__vrassr {
        font-size: 57px;
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        text-shadow: -3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0.1em 0.1em 0.1em rgba(0,0,0,0.6);
        margin-bottom: 20px
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__bezpereplaty {
        font-size: 47px;
        color: #fa2323;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        text-shadow: -3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0.1em 0.1em 0.1em rgba(0,0,0,0.6);
        margin-bottom: 40px
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr_skidkaznach {
        width: 245px;
        margin: 40px 0px 0px 410px;
        z-index: 1;
        position: absolute
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr_skidkaznach img {
        width: 100%
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 12px
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext img {
        margin-right: 10px
    }

    .es1_rassr_bg .es1_rassr__girl {
        width: 600px;
        height: 400px;
        background: url(/img/girl2.png);
        background-size: cover;
        position: absolute;
        margin-left: 370px;
        margin-top: 40px
    }

    .es1_rassr_bg .es1_rassr__bankleft {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 1.4
    }

    .es1_rassr_bg .es1_rassr__bankleft span {
        font-weight: 400;
        text-transform: uppercase
    }

    .es1_rassr_bg .es1_rassr__bankright img {
        vertical-align: middle;
        margin: 20px 10px 0px 10px
    }
}

@media only screen and (max-width: 992px) {
    .es1_rassr_bg {
        height:auto;
        background: url(/img/es1_bg.jpg) center top no-repeat
    }

    .es1_rassr_bg .es1_rassr__left_col {
        margin-left: 10px;
        margin-top: 40px;
        position: relative
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__okna {
        font-size: 100px;
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        text-shadow: -3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0.03em 0.04em 0.08em rgba(0,0,0,0.6);
        margin-bottom: 5px
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__vrassr {
        font-size: 57px;
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        text-shadow: -3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0.1em 0.1em 0.1em rgba(0,0,0,0.6);
        margin-bottom: 20px
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__bezpereplaty {
        font-size: 47px;
        color: #fa2323;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        text-shadow: -3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0.1em 0.1em 0.1em rgba(0,0,0,0.6);
        margin-bottom: 40px
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr_skidkaznach {
        width: 150px;
        margin: 40px 0px 0px 400px;
        z-index: 1;
        position: absolute;
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr_skidkaznach img {
        width: 100%
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 12px
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext img {
        margin-right: 10px
    }

    .es1_rassr_bg .es1_rassr__girl {
        width: 400px;
        height: 267px;
        background: url(/img/girl2.png);
        background-size: cover;
        position: absolute;
        margin-left: 350px;
        margin-top: 20px
    }

    .es1_rassr_bg .es1_rassr__bankleft {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 1.4
    }

    .es1_rassr_bg .es1_rassr__bankleft span {
        font-weight: 400;
        text-transform: uppercase
    }

    .es1_rassr_bg .es1_rassr__bankright img {
        vertical-align: middle;
        margin: 20px 10px 0px 10px
    }

    .b-rassr .b-rassr__ico {
        text-align: center
    }
}

@media only screen and (max-width: 768px) {
    .es1_rassr_bg {
        height:auto;
        background: url(/img/es1_bg.jpg) center top no-repeat
    }

    .es1_rassr_bg .es1_rassr__left_col {
        margin-left: 10px;
        margin-top: 40px;
        position: relative
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__okna {
        font-size: 100px;
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        text-shadow: -3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0.03em 0.04em 0.08em rgba(0,0,0,0.6);
        margin-bottom: 5px
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__vrassr {
        font-size: 57px;
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        text-shadow: -3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0.1em 0.1em 0.1em rgba(0,0,0,0.6);
        margin-bottom: 20px
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__bezpereplaty {
        font-size: 47px;
        color: #fa2323;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        text-shadow: -3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0.1em 0.1em 0.1em rgba(0,0,0,0.6);
        margin-bottom: 40px
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr_skidkaznach {
        display: none
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 12px
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext img {
        margin-right: 10px
    }

    .es1_rassr_bg .es1_rassr__girl {
        display: none
    }

    .es1_rassr_bg .es1_rassr__bankleft {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 1.4
    }

    .es1_rassr_bg .es1_rassr__bankleft span {
        font-weight: 400;
        text-transform: uppercase
    }

    .es1_rassr_bg .es1_rassr__bankright img {
        vertical-align: middle;
        margin: 20px 10px 0px 10px
    }
}

@media only screen and (max-width: 480px) {
    .es1_rassr_bg {
        height:auto;
        background: url(/img/es1_bg.jpg) center top no-repeat
    }

    .es1_rassr_bg .es1_rassr__left_col {
        margin-left: 0px;
        margin-top: 40px;
        position: relative
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__okna {
        font-size: 60px;
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        text-shadow: -3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0.03em 0.04em 0.08em rgba(0,0,0,0.6);
        margin-bottom: 5px
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__vrassr {
        font-size: 37px;
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        text-shadow: -3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0.1em 0.1em 0.1em rgba(0,0,0,0.6);
        margin-bottom: 20px
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__bezpereplaty {
        font-size: 37px;
        color: #fa2323;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        text-shadow: -3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0.1em 0.1em 0.1em rgba(0,0,0,0.6);
        margin-bottom: 40px
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr_skidkaznach {
        display: none
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 12px;
        line-height: 1
    }

    .es1_rassr_bg .es1_rassr__left_col .es1_rassr__icotext img {
        margin-right: 5px;
        vertical-align: middle;
        width: 40px
    }

    .es1_rassr_bg .es1_rassr__girl {
        display: none
    }

    .es1_rassr_bg .es1_rassr__bankleft {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        line-height: 1.4
    }

    .es1_rassr_bg .es1_rassr__bankleft span {
        font-weight: 400;
        text-transform: uppercase
    }

    .es1_rassr_bg .es1_rassr__bankright img {
        vertical-align: middle;
        margin: 20px 10px 0px 10px
    }

    .b-rassr .b-rassr__zag {
        text-align: center;
        font-size: 39px;
        font-family: 'ALSSchlangesans-Black';
        text-transform: uppercase;
        margin-bottom: 50px
    }
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background: #000;
    background: rgba(0,0,0,0.5);
    display: none
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #01d2e9;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 6px solid transparent;
    border-top-color: #e30613;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffe600;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

/* End */


/* Start:/css/bootstrap.min.css?1530021188160273*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
}

button {
    overflow: visible; background: transparent;
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/css/../fonts/glyphicons-halflings-regular.eot);
    src: url(/css/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/css/../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(/css/../fonts/glyphicons-halflings-regular.woff) format('woff'), url(/css/../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    /* font-size:10px; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}


a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}



pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}


.container-fluid {

    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    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-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        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-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        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
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1 px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4 px\9;
    margin-left: -20px
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 105px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}


.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}



.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;

}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -27px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #fff
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination ul > li {
    display: inline
}

.pagination ul > li > a, .pagination ul > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination ul > li > a:focus, .pagination ul > li > a:hover, .pagination ul > li > span:focus, .pagination ul > li > span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination-centered {
    text-align: center;}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1, .jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;

}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    content: "";
    border-width: 10px
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}
/* End */


/* Start:/css/media.css?15300211881068*/
/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .nomob {
    display: none; }

  body {
    font-size: 46%; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /*Disable Animation on Mobile Devices*/
  .animated {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }

  body {
    font-size: 40%; } }
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */

/* End */


/* Start:/css/skin.css?15300211889381*/
.jcarousel-skin-tango  {
	width:92%;

}



.mainkaruselbgdv .jcarousel-skin-tango  {
	width:440px;
	margin:0px auto;

}

.mainkaruselbgdvrazd .jcarousel-skin-tango  {
	width:350px;
	margin:0px auto;

}


.mainkaruselbgdvrazdruch .jcarousel-skin-tango  {
	width:450px;
	margin:0px auto;
}




.jcarousel-skin-tango .jcarousel-container {
   /* -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/

}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.mainkaruselbg .jcarousel-skin-tango .jcarousel-container-horizontal {


    padding: 12px 0px;
}


.seckaruseldopoptsbg .jcarousel-skin-tango .jcarousel-container-horizontal {
    /*width: 530px;*/
    padding: 0px 60px;
}





.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.mainkaruselbg  .jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 163px;
}

.mainkaruselbgdv  .jcarousel-skin-tango .jcarousel-clip-horizontal {
		height: 510px;
}

.mainkaruselbgdvrazd  .jcarousel-skin-tango .jcarousel-clip-horizontal {
		height: 510px;
}

.mainkaruselbgdvrazdruch  .jcarousel-skin-tango .jcarousel-clip-horizontal {
		height: 510px;
}

.seckaruseldopoptsbg   .jcarousel-skin-tango .jcarousel-clip-horizontal {
    /*height: 150px;*/
}

.mainkaruselbg  .jcarousel-skin-tango .jcarousel-item {
    width: 207px;
    height: 163px;

}

.mainkaruselbgdv  .jcarousel-skin-tango .jcarousel-item {
		width: 240px;
		height: 510px;
margin-right:-20px;

}


.mainkaruselbgdvrazd  .jcarousel-skin-tango .jcarousel-item {
		width: 350px;
		height: 510px;
margin-right:0px;

}

.mainkaruselbgdvrazdruch  .jcarousel-skin-tango .jcarousel-item {
		width: 450px;
		height: 510px;
margin-right:0px;

}


.seckaruseldopoptsbg  .jcarousel-skin-tango .jcarousel-item {
    width: 120px;
    /*height: 150px;*/
	background:none;
text-align:center;
}

.mainkaruselbg  .jcarousel-skin-tango .jcarousel-item img{

}

.seckaruseldopoptsbg  .mainkaruselbg  .jcarousel-skin-tango .jcarousel-item img{

}


.mainkaruselbg  .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 11px;
}

.mainkaruselbgdv  .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
	/* margin-right: 11px;*/
}

.mainkaruselbgdvrazd  .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
	/* margin-right: 11px;*/
}

.mainkaruselbgdvrazdruch  .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
	/* margin-right: 11px;*/
}

.seckaruseldopoptsbg  .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0px;
    margin-right: 0px;
}

.mainkaruselbg  .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
    margin-right: 0;
}

.mainkaruselbgdv  .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
		margin-right: 0;
}

.mainkaruselbgdvrazd  .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
		margin-right: 0;
}

.mainkaruselbgdvrazdruch  .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
		margin-right: 0;
}



.seckaruseldopoptsbg  .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}




.mainkaruselbg  .jcarousel-skin-tango .jcarousel-item-placeholder {

}

/**
 *  Horizontal Buttons
 */
.mainkaruselbg  .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 78px;
    right: -35px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/css/next-horizontal_.png) no-repeat 0 0;
}

.mainkaruselbgdv  .jcarousel-skin-tango .jcarousel-next-horizontal {
		position: absolute;
		top: 233px;
		right: -28px;
		width: 37px;
		height: 37px;
		cursor: pointer;
		background: transparent url(/img/dvstr_right_act.png) no-repeat 0 0;
}

.mainkaruselbgdvrazd  .jcarousel-skin-tango .jcarousel-next-horizontal {
		position: absolute;
		top: 233px;
		right: -28px;
		width: 37px;
		height: 37px;
		cursor: pointer;
		background: transparent url(/img/dvstr_right_act.png) no-repeat 0 0;
}

.mainkaruselbgdvrazdruch  .jcarousel-skin-tango .jcarousel-next-horizontal {
		position: absolute;
		top: 233px;
		right: -28px;
		width: 37px;
		height: 37px;
		cursor: pointer;
		background: transparent url(/img/dvstr_right_act.png) no-repeat 0 0;
}

.seckaruseldopoptsbg   .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 15px;
    right: 28px;
    width: 24px;
    height: 31px;
    cursor: pointer;
    background: transparent url(/css/strdopoptsright.png) no-repeat 0 0;
}

.mainkaruselbg  .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/css/prev-horizontal.png);
}

.mainkaruselbgdv  .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
		left: 5px;
		right: auto;
		background-image: url(/img/dvstr_left_act.png);
}

.mainkaruselbgdvrazd  .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
		left: 5px;
		right: auto;
		background-image: url(/img/dvstr_left_act.png);
}

.mainkaruselbgdvrazdruch  .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
		left: 5px;
		right: auto;
		background-image: url(/img/dvstr_left_act.png);
}

.seckaruseldopoptsbg  .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/css/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
   /* background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
   /* background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	background-image: url(/img/dvstr_right.png) !important;
   /* background-position: -96px 0;*/
}

.mainkaruselbg  .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 78px;
    left: -32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/css/prev-horizontal_.png) no-repeat 0 0;
}

.mainkaruselbgdv  .jcarousel-skin-tango .jcarousel-prev-horizontal {
		position: absolute;
		top: 233px;
		left: -38px;
		width: 37px;
		height: 37px;
		cursor: pointer;
		background: transparent url(/img/dvstr_left_act.png) no-repeat 0 0;
}

.mainkaruselbgdvrazd  .jcarousel-skin-tango .jcarousel-prev-horizontal {
		position: absolute;
		top: 233px;
		left: -38px;
		width: 37px;
		height: 37px;
		cursor: pointer;
		background: transparent url(/img/dvstr_left_act.png) no-repeat 0 0;
}

.mainkaruselbgdvrazdruch  .jcarousel-skin-tango .jcarousel-prev-horizontal {
		position: absolute;
		top: 233px;
		left: -38px;
		width: 37px;
		height: 37px;
		cursor: pointer;
		background: transparent url(/img/dvstr_left_act.png) no-repeat 0 0;
}

.seckaruseldopoptsbg .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 17px;
    left: 28px;
    width: 24px;
    height: 31px;
    cursor: pointer;
    background: transparent url(/css/strdopoptsleft.png) no-repeat 0 0;
}



.mainkaruselbg  .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/css/next-horizontal.png);
}

.mainkaruselbgdv  .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
		left: auto;
		right: 5px;
		background-image: url(/img/dvstr_right_act.png);
}

.mainkaruselbgdvrazd  .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
		left: auto;
		right: 5px;
		background-image: url(/img/dvstr_right_act.png);
}

.mainkaruselbgdvrazdruch  .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
		left: auto;
		right: 5px;
		background-image: url(/img/dvstr_right_act.png);
}

.seckaruseldopoptsbg .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/css/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
   /* background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
   /* background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
	background-image: url(/img/dvstr_left.png) !important;
    /*background-position: -96px 0;*/
}

/* End */


/* Start:/js/twentytwenty-master/twentytwenty.css?15300210766299*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #01d2e9;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0px;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: "Before"; }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: "After"; }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  /*.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }*/

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 69px;
  width: 69px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -27px;
  background: url("/img/s-handle.png") no-repeat;
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 32px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 35px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 32px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 35px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
display: none;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
display: none}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

/* End */


/* Start:/css/style.min.css?167697606653178*/
/*© ООО Сео-Гранд seo-grand.ru*/
@font-face{font-family:ProximaNova-RegularWeb;src:url(/css/../fonts/ProximaNova-RegularWeb.eot);src:url(/css/../fonts/ProximaNova-RegularWeb?#iefix) format("embedded-opentype"),url(/css/../fonts/ProximaNova-RegularWeb.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:ProximaNova-LightWeb;src:url(/css/../fonts/ProximaNova-LightWeb.eot);src:url(/css/../fonts/ProximaNova-LightWeb?#iefix) format("embedded-opentype"),url(/css/../fonts/ProximaNova-LightWeb.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:ProximaNova-BoldWeb;src:url(/css/../fonts/ProximaNova-BoldWeb.eot);src:url(/css/../fonts/ProximaNova-BoldWeb?#iefix) format("embedded-opentype"),url(/css/../fonts/ProximaNova-BoldWeb.woff) format("woff");font-weight:400;font-style:normal}body{font-size:14px;min-width:300px}.container{padding-left:15px;padding-right:15px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:auto;max-width:1180px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1180px}}.clear{clear:both}h2{font-size:49px;color:#171616;font-family:ALSSchlangesans-Black;text-transform:uppercase;text-align:center}h2 .red2{display:block;color:red;font-size:49px}h1{padding:0;margin:0;color:#fff;font-size:48px}h3{font-size:40px;font-family:ALSSchlangesans-Black;text-align:center;line-height:1.1;margin-bottom:20px}h4{font-size:49px;color:#fff;text-align:center;text-transform:uppercase;font-family:ALSSchlangesans-Black;padding-top:74px;line-height:1;margin-bottom:15px;text-shadow:1px 2px 2px rgba(0,0,0,.18)}h2 span{font-size:68px;color:#0b0b0b;font-family:pfdindisplaypro;text-transform:uppercase;line-height:1;text-shadow:-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,.03em .04em .08em rgba(0,0,0,.6)}h1 span{font-size:100px;color:#0b0b0b;font-family:pfdindisplaypro;text-transform:uppercase;line-height:1;text-shadow:-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,.03em .04em .08em rgba(0,0,0,.6)}h3 span{font-size:56px;color:#0b0b0b;font-family:pfdindisplaypro;text-transform:uppercase;line-height:1;text-shadow:-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,.03em .04em .08em rgba(0,0,0,.6)}body,html{height:100%}.main{min-height:100%}button{border:0}.b-line{background:url(/img/line.png) repeat-x;height:8px}.red-button{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-background-clip:padding;-o-background-clip:padding-box;-webkit-background-clip:padding;background-clip:padding-box;background-color:red;-moz-box-shadow:inset 0 -4px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 -4px 0 rgba(0,0,0,.2);box-shadow:inset 0 -4px 0 rgba(0,0,0,.2);color:#fff;font-family:Roboto;font-size:24px;text-shadow:1px 2px 2px rgba(0,0,0,.28);padding:15px 35px;text-transform:uppercase;cursor:pointer}.red-button:hover{color:#fff;text-decoration:none}.yellow-button{-moz-border-radius:5px/5px 5px 5px 5px;-webkit-border-radius:1;border-radius:5px/5px 5px 5px 5px;-moz-background-clip:padding;-o-background-clip:padding-box;-webkit-background-clip:padding;background-clip:padding-box;background-color:#ffe713;-moz-box-shadow:inset 0 -4px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 -4px 0 rgba(0,0,0,.2);box-shadow:inset 0 -4px 0 rgba(0,0,0,.2);color:#151515;font-size:24px;font-family:Roboto;text-shadow:1px 2px 2px rgba(0,0,0,.28);padding:10px 35px 12px;text-transform:uppercase;display:inline-block}.yellow-button:hover{color:#151515;text-decoration:none;cursor:pointer}@media only screen and (max-width:992px){h2{font-size:36px;padding-left:10px;padding-right:10px}h2 span{font-size:55px}h4{font-size:36px}h1 span{font-size:86px}}@media only screen and (max-width:767px){h2{font-size:36px}h1 span{font-size:66px}h2 span{font-size:45px}h3{font-size:36px;line-height:1}}@media only screen and (max-width:480px){h2{font-size:29px}h3{font-size:32px}h2 span{font-size:38px}h1 span{font-size:56px}}.b-aktsii__center{display:flex}@media only screen and (max-width:1200px){.b-aktsii__center{display:block}}.b-rassr h2{margin-bottom:50px}@media only screen and (max-width:480px){.b-aktsii .b-aktsii__icotext .b-aktsii__icotext__zag{font-size:36px}.b-rassr .b-rassr__b1{font-size:20px}.b-rassr .b-rassr__ico img{width:80px}}.top_block{margin-top:5px}.top_block__item{display:inline-block;width:33%;vertical-align:top}.top_block__slogon{color:#f91e1e;font-size:27px;font-family:nautilus_pompiliusregular}.top_block__slogon--2{text-align:right;margin-top:5px;margin-right:-15px}.top_block__slogon--1{margin-top:20px}.top_block__tel{color:#030303;font-size:36px;font-weight:700;font-family:Roboto,sans-serif;text-align:right;margin-top:10px}.top_block__vamperez{margin-top:-5px;color:#030303;font-family:Roboto,sans-serif;font-size:27px;text-align:right;cursor:pointer;margin-right:14px;font-weight:300}.top_block__vamperez span{border-bottom:2px dotted #030303}@media only screen and (max-width:1200px){.top_block{margin-top:10px}.top_block__slogon{font-size:20px}.top_block__tel{font-size:26px;margin-top:30px}.top_block__vamperez{font-size:20px}.top_block__slogon--1{margin-top:35px}}@media only screen and (max-width:992px){.top_block__logo img{width:100%}.top_block__slogon{font-size:16px}.top_block__vamperez{font-size:18px}.top_block__slogon--1{margin-top:21px}.top_block__item{width:32%}.top_block__tel{margin-top:10px}}@media only screen and (max-width:767px){.top_block{text-align:center}.top_block__item{display:block;margin:auto;text-align:center;width:100%}.top_block__logo img{width:auto;padding-left:55px}.top_block__slogon{font-size:19px}.top_block__slogon--2,.top_block__tel,.top_block__vamperez{text-align:center}.top_block__slogon--2{margin-right:0}.top_block__slogon--1{margin-top:10px}.top_block__slogon--2{margin-top:0}.top_block__tel{margin-top:5px}.top_block__vamperez{margin-right:0}}@media only screen and (max-width:400px){.top_block__logo img{padding-left:20px;width:245px}}.top_menu{box-shadow:0 5px 35px 0 rgba(204,204,204,.6);margin-top:20px}.top_menu.navbar-default{background-color:#ffe600;height:54px;border:0;position:relative;z-index:10}.top_menu.navbar-default .navbar-header{cursor:pointer}.top_menu.navbar-default .navbar-nav>li{margin-right:34px;margin-top:13px}.top_menu.navbar-default .navbar-nav>li:last-child{margin-right:0}.top_menu.navbar-default .navbar-nav>li>a{color:#030303;font-size:17px;text-decoration:none;padding:5px 10px 3px;text-transform:uppercase;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;font-family:ALSSchlangesans-Black;-webkit-transition:all .3s ease;transition:all .3s ease}.top_menu.navbar-default .navbar-nav>.active>a,.top_menu.navbar-default .navbar-nav>.active>a:focus,.top_menu.navbar-default .navbar-nav>.active>a:hover,.top_menu.navbar-default .navbar-nav>li>a:hover{color:#030303;background-color:#fff}.top_menu.navbar{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;margin-bottom:0}.top_menu .menu_aksii{width:240px;margin-top:-22px}.top_menu .menu_aksii img{width:100%}.top_menu .menu_str{background:url(/css/../img/menu_str.png) no-repeat center center;height:8px;margin-top:-13px;margin-bottom:10px}.top_menu .dropdown-menu{padding:5px 0;margin:2px 0 0;border:0 solid #ccc;border:0 solid rgba(0,0,0,.15);-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;box-shadow:0 6px 12px rgba(0,0,0,.475)}.top_menu .dropdown-menu li>a{font-family:ALSSchlangesans-black;font-size:1.1em;display:block;padding:3px 10px;clear:both;color:#333;white-space:nowrap;text-transform:uppercase;text-decoration:none}.top_menu .dropdown-toggle{margin-bottom:7px}.top_menu .dropdown-menu li>a:hover{color:#333!important;background-color:transparent}.top_menu .dropdown-menu .divider{height:1px;margin:6px 0;overflow:hidden;background-color:#e5e5e5}@media only screen and (max-width:1200px){.top_menu.navbar-default .navbar-nav>li{margin-right:50px;margin-top:13px}.top_menu.navbar-default .navbar-nav>li>a{font-size:14px;padding:5px 8px 3px}.top_menu .dropdown-menu>li>a{font-size:14px;display:block;padding:3px 10px}.top_menu .dropdown-menu .divider{height:1px;margin:6px 0;overflow:hidden;background-color:#e5e5e5}}@media only screen and (max-width:992px){.top_menu.navbar-default .navbar-nav>li{margin-top:13px;margin-right:25px}.top_menu.navbar-default .navbar-nav>li>a{font-size:12px;padding:5px 6px 3px}.top_menu .dropdown-menu>li>a{font-size:12px}}@media only screen and (max-width:767px){.top_menu .navbar-collapse{background-color:#ffe600;border-top:1px solid #fff;margin-left:-15px;margin-right:-15px}.top_menu.navbar-default .navbar-toggle{background-color:#ffe600;border-color:#030303}.top_menu.navbar-default .navbar-toggle .icon-bar{background-color:#030303}.top_menu.navbar-default .navbar-brand{color:#030303;font-family:ALSSchlangesans-Black;text-transform:uppercase;margin-top:3px}.top_menu.navbar-default .navbar-nav>li{margin-top:13px;text-align:center;width:96%;margin-left:auto;margin-right:auto}.top_menu.navbar-default .navbar-nav>li:last-child{margin-right:auto}.top_menu.navbar-default .navbar-nav>li>a{font-size:16px;padding:12px 7px 6px}.top_menu .dropdown-menu>li>a{font-size:15px;color:#333!important;padding:10px 0!important;text-align:center;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px}.top_menu .dropdown-menu{margin-bottom:30px;margin-left:0!important}}@media only screen and (max-width:767px){.top_menu .dropdown-toggle:before{display:none}}.b-top__zamer{width:420px;background:#fde800;border-radius:40px;margin-left:-65px;height:92px;cursor:pointer;float:right}.b-top__zamer_ruler{width:102px;height:79px;background:url(/img/es1_ruler.png) no-repeat center center;position:absolute;margin-left:-20px;margin-top:12px}.b-top__zamer_txt{margin-left:40px;padding-top:14px;text-align:center;font-size:30px;font-family:ALSSchlangesans-Black;line-height:1}.b-top__zamer_txt span{font-size:37px}@media only screen and (max-width:1200px){.b-top__zamer{width:380px}}@media only screen and (max-width:992px){.b-top__zamer{width:90%;margin-right:45px}}@media only screen and (max-width:850px){.b-top__zamer{float:none;margin-left:40px}}@media only screen and (max-width:480px){.b-top__zamer{margin:0 auto;width:90%;min-width:230px;height:80px}.b-top__zamer .b-top__zamer_txt{padding-top:20px;font-size:22px;line-height:1;margin-left:25px}.b-top__zamer .b-top__zamer_txt span{font-size:26px}.b-top__zamer .b-top__zamer_ruler{-moz-transform:scale(0.7);-ms-transform:scale(0.7);-webkit-transform:scale(0.7);transform:scale(0.7);margin-left:-42px;margin-top:6px}}.es1{min-height:620px;background:url(/css/../img/es1_bg.jpg) center top no-repeat;background-size:cover;margin-bottom:35px}.es1 .container{position:relative}.es1_flat__block{background:url(/css/../img/es1_bg.jpg) center top no-repeat}.es1_flat__block .container{position:relative}.es1_flat__block .es1{background:0 0}.es1__pict{position:absolute;top:0;left:0;height:100%;width:100%}.es1__block{margin-top:65px;position:relative;z-index:5}.es1__sto{position:absolute}.es1_skidka__block{display:inline-block}.es1_skidka{font-size:72px;color:#0b0b0b;font-family:PFDinBI;text-transform:uppercase;font-weight:700;font-style:italic;line-height:1;text-shadow:-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,.07em .07em .09em rgba(0,0,0,.8);margin-bottom:5px}.es1_7day{font-size:36px;font-family:Roboto;font-weight:700;line-height:1;font-style:italic;text-shadow:-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,.07em .07em .09em rgba(0,0,0,.8)}.es1_7day span{color:red;font-size:51px}.es1_sale{display:inline-block;vertical-align:top}.es1_skidka__block_item{display:inline-block;margin-top:-5px}.es1__menu{margin-left:115px;margin-top:48px}.es1__menu_item{font-size:28px;color:#01d2e9;font-family:PFDinBI;text-decoration:none;text-shadow:1px 1px 0 #fff;position:relative;text-transform:uppercase;display:block;margin-bottom:17px;padding-top:7px}.es1__menu_item a{color:#01d2e9}.es1__menu_item span{border-bottom:2px solid #01d2e9}.es1__menu_item:before{content:"";position:absolute;top:2px;left:-60px;display:block}.es1_menutub{position:absolute;top:580px;left:85px;-moz-border-radius:34px;-webkit-border-radius:34px;border-radius:34px;-moz-background-clip:padding;-o-background-clip:padding-box;-webkit-background-clip:padding;background-clip:padding-box;background-color:#fff;-moz-box-shadow:0 1px 5px rgba(0,0,0,.27);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.27);box-shadow:0 1px 5px rgba(0,0,0,.27);padding:16px 8px;z-index:5}.es1_menutub__item{font-size:24px;font-family:Roboto;font-weight:700;padding:6px 15px;color:#000;-moz-border-radius:27px;-webkit-border-radius:27px;border-radius:27px;border:5px solid transparent;z-index:5}.es1_menutub__item span{border-bottom:2px dotted #000}.es1_menutub__item:hover{color:red;cursor:pointer}.es1_menutub__item:hover span{border-bottom:2px dotted red}.es1_menutub__item.actnp{border:5px solid #fff;-moz-border-radius:27px;-webkit-border-radius:27px;border-radius:27px;-moz-background-clip:padding;-o-background-clip:padding-box;-webkit-background-clip:padding;background-clip:padding-box;background-color:#ffe500;-moz-box-shadow:inset 0 1px 6px rgba(0,0,0,.13);-webkit-box-shadow:inset 0 1px 6px rgba(0,0,0,.13);box-shadow:inset 0 1px 6px rgba(0,0,0,.13);cursor:default;color:#000}.es1_menutub__item.actnp span{border-bottom:2px dotted transparent}.es1_price__txt{display:inline-block;width:150px;font-size:46px;color:#0b0b0b;font-family:PFDinBI;text-transform:uppercase;line-height:1;text-shadow:-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,.03em .04em .08em rgba(0,0,0,.6)}.es1_price__count{margin-top:20px;font-size:111px;color:#ffe600;display:inline-block;font-family:pfdindisplaypro;text-transform:uppercase;line-height:1;text-shadow:-4px -4px 0 #000,4px -4px 0 #000,-4px 4px 0 #000,4px 4px 0 #000,.03em .04em .08em rgba(0,0,0,.6);margin-left:10px}.es1_price__count span{margin-left:10px;color:#030303;font-family:Roboto,sans-serif;font-style:italic;font-weight:700;text-shadow:-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,.03em .04em .08em rgba(0,0,0,.6);font-size:80px}.es1_rasschitat{border:5px solid #fefdfd;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px;-moz-background-clip:padding;-o-background-clip:padding-box;-webkit-background-clip:padding;background-clip:padding-box;background-color:#fe0d0d;-moz-box-shadow:0 5px 16px rgba(0,0,0,.22);-webkit-box-shadow:0 5px 16px rgba(0,0,0,.22);box-shadow:0 5px 16px rgba(0,0,0,.22);background-size:100%;background-image:-webkit-gradient(linear,50% 100%,50% 0,color-stop(0%,#c90b0b),color-stop(100%,#fe0e0e));background-image:-moz-linear-gradient(bottom,#c90b0b,#fe0e0e);background-image:-webkit-linear-gradient(bottom,#c90b0b,#fe0e0e);background-image:linear-gradient(to top,#c90b0b,#fe0e0e);text-align:center;font-size:46px;color:#fff;font-family:ALSSchlangesans-Black;text-transform:uppercase;padding:15px 0;cursor:pointer;line-height:1;-webkit-transition:all .3s ease .01s;transition:all .3s ease .01s;margin-bottom:30px;margin-top:13px;width:360px;float:right;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.es1_rasschitat span{font-size:23px;font-family:ALSSchlangesans-bold;display:block}.es1_rasschitat:hover{background-size:100%;background-image:-webkit-gradient(linear,50% 100%,50% 0,color-stop(0%,#fe0e0e),color-stop(100%,#c90b0b));background-image:-moz-linear-gradient(bottom,#fe0e0e,#c90b0b);background-image:-webkit-linear-gradient(bottom,#fe0e0e,#c90b0b);background-image:linear-gradient(to top,#fe0e0e,#c90b0b)}.none{display:none}.es1._main h1 span{font-size:106px}.es1._main h2{text-align:left}.es1._main h2 span{font-size:64px}.es1._main .es1__pict{background:url(/css/../img/es1_main.png) top right no-repeat}.es1._main .es1_7day{margin-left:35px}.es1._main .b-top__zamer{margin-top:55px}.es1._main .es1__sto{top:35px;left:41%}.es1._main .es1__pict{right:0}.es1._main .es1_skidka__block{margin-top:30px}.es1._action{min-height:745px}.es1._action h1 span{font-size:90px;display:block}.es1._action h1 span.blue{color:#01d2e9}.es1._action .es1__pict{background:url(/css/../img/es1_action.png) top left no-repeat}.es1._action .es1_7day{font-size:50px;text-transform:uppercase;margin-right:260px;margin-top:105px}.es1._action .es1_7day span{font-size:70px}.es1._action .es1__action{position:absolute;top:75px;right:25px}.es1._action .es1__block{text-align:right}.es1._action .es1_ttl{text-align:left;display:inline-block;margin-right:187px;margin-top:17px}.es1._action .es1_skidka{font-size:54px;margin-right:320px;margin-top:15px;position:relative;z-index:3}.es1._action .es1_sale{float:right}.es1._action .es1_sale img{position:relative;z-index:1;margin-top:-30px;margin-left:98px}@media only screen and (max-width:1200px){.es1._main .es1__pict{background:url(/css/../img/es1_main2.png) top right no-repeat}.es1__sto{width:100px;top:15px}.es1__sto img{width:100%}.es1_menutub{left:30px}.es1_menutub__item{font-size:22px}.es1._action .es1_ttl{margin-right:25px}.es1._action .es1_7day{margin-right:55px}.es1__action{width:100px}.es1__action img{width:100%}}@media only screen and (max-width:992px){.es1._main h1 span{font-size:86px}.es1._main h2 span{font-size:55px}.es1__action{display:none}.es1._action h1 span{font-size:66px}.es1._action .es1_7day{margin-top:0;font-size:40px}.es1._action .es1_7day span{font-size:60px}.es1._action .es1_skidka{font-size:44px;margin-right:0}.es1._action .es1_sale img{width:66%;margin-right:-137px;margin-top:-23px}.es1._main .es1__pict{background-size:590px}.es1._action{min-height:540px}.es1._action .es1__pict{background-size:810px}.none{display:block}.es1_menutub{top:280px;left:-8px}.es1_menutub__item{font-size:18px}.es1_skidka__block{display:block;width:100%;text-align:center}.b-top__zamer{margin:auto;float:none}}@media only screen and (max-width:840px){.es1_menutub{display:none}.es1_price__txt{text-align:right}.es1_rasschitat{float:none;margin:20px auto}.es1__action{display:none}.es1._action .es1__pict{background:url(/css/../img/es1_action.png) top center no-repeat;background-size:310px}.es1._action .es1__block{margin-top:200px;text-align:center}.es1._action .es1_ttl{margin-right:0;text-align:center}.es1._action .es1_7day{margin-right:0}.es1._action .es1_sale{margin-top:20px;float:none;width:100%;text-align:center}.es1._action .es1_sale img{width:200px;margin-right:0;margin-left:0;margin-top:10px}.es1._action .es1_skidka{width:100%;text-align:center}}@media only screen and (max-width:767px){.es1._main h1 span{font-size:66px}.es1._main h2 span{font-size:45px}.es1._action h1 span{font-size:66px}.es1{height:auto}.es1 h1,.es1 h2{text-align:center}.es1_skidka{font-size:55px}.es1_7day{font-size:26px}.es1_7day span{font-size:36px}.es1__sto{display:none}.es1__block{margin-top:225px}.es1__menu{width:280px;margin:30px auto;padding-left:40px}.es1__menu_item{font-size:24px}.es1__menu_item:before{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8);top:-2px;left:-50px}.es1_sale{width:150px;display:block;margin:auto}.es1_sale img{width:100%}.es1_price__txt{font-size:36px}.es1_price__count{font-size:84px}.es1_price__count span{font-size:64px}.es1._main .es1__pict{background:url(/css/../img/es1_main.png) top center no-repeat;background-size:310px}.es1._main h2{text-align:center}.es1._main .es1_7day{margin-left:0}}@media only screen and (max-width:480px){.es1._main h2 span{font-size:38px}.es1._main h1 span{font-size:56px}.es1_price__txt{display:block;text-align:center;width:100%;font-size:26px;margin-top:25px}.es1_price__count{margin-left:0;text-align:center;margin-top:0}.es1_rasschitat{width:90%;float:none;margin:20px auto;font-size:32px}.es1_rasschitat span{font-size:16px}.es1._action h1 span{font-size:56px}.es1._action .es1_7day{font-size:30px}}.es2{margin-bottom:50px}.es2 h2{margin-top:30px;margin-bottom:40px;line-height:1.3}.b-day_item.count{font-size:25px;font-family:Raleway,sans-serif;text-align:center}.b-day_item.count span{font-size:32px;font-weight:700}.es3{min-height:494px;background:url(/img/es3_container.png) top center no-repeat,url(/img/fon_es3.png) top center no-repeat}.es3__block{margin-left:475px;text-transform:uppercase;margin-top:55px}.es3__ttl{font-size:60px;font-family:ALSSchlangesans-Black}.es3__ttl_2{display:inline-block;vertical-align:top;color:#000;font-family:ALSSchlangesans-Black;font-size:50px;text-shadow:-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,.03em .04em .08em rgba(0,0,0,.6)}.es3__ttl_block{display:inline-block}.es3__ttl_3{font-size:50px;font-family:ALSSchlangesans-Black}.es3__info{font-size:20px;font-family:Raleway,sans-serif;text-transform:none;line-height:1.2}.es3__phone_block{margin-top:20px}.es3__phone_ttx{display:inline-block;vertical-align:top;text-align:right;width:235px;font-family:Roboto,sans-serif;font-size:20px;text-transform:none;margin-right:30px}.es3__phone_number{display:inline-block;vertical-align:top;padding-left:60px;position:relative;font-size:40px;font-weight:700;font-family:Roboto,sans-serif}.es3__phone_number:before{content:"";display:block;position:absolute;top:3px;left:0}@media only screen and (max-width:1200px){.es3{background:url(/img/fon_es3.png) top center no-repeat;background-size:cover}.es3 .es3__block{text-align:center;width:100%;margin-left:0}}@media only screen and (max-width:992px){.es3__ttl{font-size:46px}.es3__ttl_2,.es3__ttl_3{font-size:36px}.es3__info{width:70%;margin:20px auto}.es3__ttl_block img{width:250px}}@media only screen and (max-width:767px){.es3{min-height:auto}.es3__ttl{font-size:36px}.es3__ttl_2,.es3__ttl_3{font-size:26px}.es3__ttl_block img{width:200px}.es3__phone_block{text-align:center}.es3__phone_ttx{display:block;width:100%;text-align:center;margin-bottom:10px}.es3__phone_number{font-size:30px;padding-left:0}.es3__phone_number:before{display:none}.es3__block{margin:45px auto}}@media only screen and (max-width:480px){.es3__ttl{font-size:29px;margin-bottom:15px}.es3__ttl_2,.es3__ttl_3{font-size:18px}.es3__info{width:90%;font-size:18px}.es3__ttl_block img{width:130px}.es3__phone_ttx{font-size:18px}}.b_windownow_bg h4{margin-left:235px;margin-bottom:45px}.b_windownow__btn{margin-top:25px}@media only screen and (max-width:992px){.b_windownow_bg{height:auto;background-size:cover;padding-bottom:50px}.b_windownow_bg h4{margin-left:0}}@media only screen and (max-width:767px){.b_windownow_bg h4{margin-bottom:25px}}.es4_bg{position:relative;z-index:2}.red-button._garantiya{position:relative;margin-left:120px;padding:10px 35px}.red-button._garantiya:before{content:"";display:block;position:absolute;top:-28px;left:-93px}.es4__form{display:table;table-layout:auto;margin-top:30px;margin-bottom:35px}.es4__form_item{display:table-cell}.es4__form_item._txt{font-size:24px;font-family:RobotoMedium;text-align:left;width:690px;vertical-align:top;line-height:1.2;padding-top:10px}.es4__form_item._phone{font-family:Roboto,sans-serif;font-weight:700;font-size:36px;position:relative;padding-left:70px;vertical-align:middle;height:84px}.es4__form_item._phone:before{position:absolute;display:block;content:"";top:0;left:0}@media only screen and (max-width:1200px){.es4__form{display:block;margin-top:20px}.es4__form_item{display:block}.es4__form_item._txt{width:69%;text-align:center;margin:auto}.es4__form_item._phone{display:none}}@media only screen and (max-width:992px){.es4_bg{background:0 0;background-color:#ffe100}.es4__form_item._txt{font-size:22px;width:100%}.es4__form_block{margin-top:30px;margin-bottom:30px}.es4_bg .es4_bg__desctext{width:100%;font-size:18px}}@media only screen and (max-width:992px){.es4__form_item._txt{font-size:20px;width:90%}.es4_bg .es4_bg__desctext{width:90%;font-size:16px}}@media only screen and (max-width:480px){.es4__form_item._txt{font-size:18px;padding-top:0}.red-button._garantiya:before{display:none}.red-button._garantiya{margin-left:0}.es4__form_block{margin-bottom:0}.es4_bg .es4_bg__desctext{margin:0 auto 20px}.es4_bg .es4_but{padding-bottom:0;margin:0 auto}}.b-es5{height:410px;background:url(/img/es5-fon.jpg) bottom center no-repeat;margin:-95px 0 0 0}@media only screen and (max-width:992px){.b-es5{height:auto;background:url(/img/es5-fon.jpg) center no-repeat;padding-top:50px;padding-bottom:50px;background-size:cover;margin:-15px 0 0 0}}.b-es5 .container{background:url(/img/es5-fon.png) bottom right no-repeat;height:410px}@media only screen and (max-width:1200px){.b-es5 .container{background:url(/img/es5-fon.png) bottom right no-repeat;background-size:500px}}@media only screen and (max-width:992px){.b-es5 .container{background-image:none;height:auto}}.b-es5 h2{text-align:left}@media only screen and (max-width:992px){.b-es5 h2{text-align:center}}.b-es5__block{width:550px;margin-top:125px}@media only screen and (max-width:992px){.b-es5__block{margin:auto;text-align:center}}@media only screen and (max-width:650px){.b-es5__block{width:100%}}.b-es5__desc{margin-bottom:15px;font-size:20px;font-family:Roboto-Light}@media only screen and (max-width:480px){.b-es5__desc{font-size:18px}}.es7{padding-top:50px;padding-bottom:50px}.es7 h4{padding-top:0;text-align:left;text-shadow:none}.es12_bg{height:424px;background:url(/css/../img/es12_bg.png) no-repeat center center;margin:0 auto}.es12_bg h2{padding-top:45px;margin-bottom:60px}.es12__block{text-align:center}.es12_item{display:inline-block;vertical-align:top;width:24%;text-align:center}.es12_ico{height:120px;margin:0 auto;width:236px}.es12_ico__img{width:100px;float:left;text-align:center}.es12_ico__lenta{float:left;width:136px;height:80px;color:#fff;font-family:Roboto,sans-serif;font-size:16px;background:url(/img/es12_lenta.png) no-repeat center center;line-height:1.1}.es12_ico__lenta div{-webkit-transform:rotate(-6deg);-ms-transform:rotate(-6deg);transform:rotate(-6deg);text-align:center;margin-top:18px;margin-left:7px}.es12_ico__lenta div span{font-size:27px;font-weight:500;text-shadow:1px 1px 0 #666}.es12_ico_name{font-size:27px;text-transform:uppercase;font-family:ALSSchlangesans-Black;line-height:1.3;margin:0 auto 50px;width:236px;text-align:left}@media only screen and (max-width:992px){.es12_item{width:40%}.es12_bg{height:680px;background:url(/img/es12_bg_.png) center center;margin:0 auto}}@media only screen and (max-width:767px){.es12_item{width:100%}.es12_bg{height:1040px}.es12_ico_name{font-size:24px;margin:0 auto 35px}}.es13_item{display:inline-block;vertical-align:top}.es13_block{text-align:center}.es13_bg{position:relative;z-index:2}@media only screen and (max-width:480px){.es13_bg .container{padding-left:5px;padding-right:5px}}.es14_bg h2{padding:30px 20px 150px!important}@media only screen and (max-width:767px){.es14_bg h2{padding:30px 20px 30px!important}.es14_bg .container{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}}.es16_bg h2{padding:50px 20px 30px}.b-project{position:relative;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:25px}.b-project:before{content:"";display:block;position:absolute;height:87%;width:100%;top:0;left:0;background-size:100%;background-image:-webkit-gradient(linear,50% 100%,50% 0,color-stop(0%,#fabd01),color-stop(100%,#fde800));background-image:-moz-linear-gradient(bottom,#fabd01 0,#fde800 100%);background-image:-webkit-linear-gradient(bottom,#fabd01 0,#fde800 100%);background-image:linear-gradient(to top,#fabd01 0,#fde800 100%)}@media only screen and (max-width:1200px){.b-project:before{height:100%}}.b-project .container{position:relative;z-index:2;background:url(/img/project.png) top left no-repeat;height:555px;padding-left:595px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.b-project h2{font-size:55px;text-align:left;line-height:1.2}.b-project__ttl{font-size:26px;font-family:Roboto,sans-serif;line-height:1.2}.b-project__block{display:table;table-layout:auto;text-align:center;margin-top:10px}.b-project__item{display:table-cell;font-size:20px;font-family:Roboto,sans-serif;line-height:1.2}.b-project__item img{padding-bottom:5px;display:block;margin:auto}.b-project__item:nth-child(2){width:240px}.b-project__form{margin-top:25px;padding-bottom:40px}.b-project_input{width:295px;height:55px;display:inline-block;margin-right:10px;padding-top:13px;text-align:left}.b-project_input input{width:200px;margin-left:62px;font-weight:300;font-family:Roboto,sans-serif;font-size:22px;border:0;background:0 0}.b-project_input_tel{background:url(/img/proj_inp_tel.png) center center}.b-project__btn{display:inline-block;vertical-align:top}.b-project__btn .red-button{padding:10px 16px}@media only screen and (max-width:1200px){.b-project .container{background:0 0;padding-left:15px;text-align:center;height:auto}.b-project h2{text-align:center;font-size:49px}.b-project__block{width:580px;margin:30px auto}}@media only screen and (max-width:992px){.b-project h2{font-size:36px}.b-project__ttl{font-size:24px}.b-project__item{font-size:18px}.b-project__block{margin:15px auto 30px}}@media only screen and (max-width:767px){.b-project_input_tel{background:url(/img/es4_input_tel_sm230.png) no-repeat center center;margin-bottom:20px}.b-project_input{width:230px;height:57px;display:inline-block;margin:0 10px 20px;padding-top:15px;text-align:left}.b-project_input input{width:145px;margin-left:62px;font-size:18px}.b-project__btn{vertical-align:top}.b-project__block{width:450px}.b-project__item img{width:75px}.b-project__item:nth-child(2){width:auto}.b-project h2{font-size:30px}.b-project__item{font-size:16px}.b-project__ttl{font-size:22px}}@media only screen and (max-width:480px){.b-project{background-size:cover}.b-project__block{width:100%;display:block}.b-project__item{display:block;height:65px;margin:auto}.b-project__item img{display:inline-block;width:50px;vertical-align:top}.b-project__item span{text-align:left;display:inline-block;height:65px;width:175px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:5px;padding-left:10px}}.b-beforeAfter{padding-bottom:140px;margin-top:-75px;padding-top:75px;background:url(/img/pattern.png)}.b-beforeAfter .b-beforeAfter_ttl{font-size:49px;color:#171616;font-family:ALSSchlangesans-Black;text-transform:uppercase;text-align:center;line-height:1.2}.b-beforeAfter .b-beforeAfter_ttl span{color:red;display:block}.b-beforeAfter__info{margin-top:10px;padding-left:135px}.b-beforeAfter__info .b-beforeAfter__info_top{width:300px}.b-beforeAfter__info_item{font-size:28px;font-family:ALSSchlangesans-Black;text-transform:uppercase;letter-spacing:1px}.b-beforeAfter__info_item .yellow{background-color:#fff200;font-size:44px;padding-left:5px;padding-right:5px;margin-left:10px;margin-right:10px}.b-beforeAfter__info_item .price{display:table;width:100%;margin-top:10px;font-family:Roboto,sans-serif;font-weight:700}.b-beforeAfter__info_item .price .price_item{display:table-cell}.b-beforeAfter__info_item .price .price_item._old{font-size:40px}.b-beforeAfter__info_item .price .price_item._old span{display:inline-block;position:relative}.b-beforeAfter__info_item .price .price_item._old span:before{content:"";display:block;position:absolute;top:27px;left:-10px;height:2px;width:110%;background-color:red}.b-beforeAfter__info_item .price .price_item._new{text-align:right;color:red;font-size:49px}.b-beforeAfter__block{text-align:center;margin-top:70px;display:flex;margin-left:15px}.b-beforeAfter__item{position:relative;width:49%;display:inline-block}.b-beforeAfter__btn .red-button{width:100%}.b-beforeAfter__item_slider{margin-top:35px;-moz-border-radius:21px;-webkit-border-radius:21px;border-radius:21px;-moz-background-clip:padding;-o-background-clip:padding-box;-webkit-background-clip:padding;background-clip:padding-box;background-color:#fff;-moz-box-shadow:0 2px 5px rgba(0,0,0,.29);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.29);box-shadow:0 2px 5px rgba(0,0,0,.29);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px}.b-beforeAfter__item_slider img{width:100%;-moz-border-radius:21px;-webkit-border-radius:21px;border-radius:21px}.slogan{font-size:28px;color:red;font-family:RobotoBI;position:absolute}.slogan._top{top:-50px;left:187px}.slogan._top:before{content:"";display:block;position:absolute;top:20px;left:-62px}.slogan._bottom{bottom:-70px;right:140px}.slogan._bottom:before{content:"";display:block;position:absolute;top:-4px;right:-70px}.b-beforeAfter__desc{font-size:24px;font-family:Roboto-Regular;width:410px;text-align:left;margin-top:33px;line-height:1.2}.b-beforeAfter__ttl2{text-align:left;font-size:36px;font-family:ALSSchlangesans-Black}@media only screen and (max-width:1200px){.b-beforeAfter{margin-top:0;padding-bottom:100px}.b-beforeAfter__item{display:block;margin:auto;width:550px}.b-beforeAfter__info{padding-left:25px}.b-beforeAfter .b-beforeAfter_ttl{font-size:42px}.b-beforeAfter__block{margin-left:0}}@media only screen and (max-width:900px){.b-beforeAfter{padding-top:55px;padding-bottom:50px}.b-beforeAfter__block{display:block}.b-beforeAfter__info{margin-top:90px;padding-left:0}.b-beforeAfter__info .b-beforeAfter__info_top{margin:auto}.b-beforeAfter__info .b-beforeAfter__desc{margin:20px auto 0;text-align:center}.b-beforeAfter__info .b-beforeAfter__ttl2{text-align:center}}@media only screen and (max-width:767px){.b-beforeAfter .b-beforeAfter_ttl{font-size:36px}.b-beforeAfter__item{width:420px}.b-beforeAfter__info_item{font-size:20px}.b-beforeAfter__info_item .yellow{font-size:32px}.b-beforeAfter__desc{font-size:22px}.b-beforeAfter__ttl2{font-size:32px}.twentytwenty-handle{-moz-transform:scale(0.7);-ms-transform:scale(0.7);-webkit-transform:scale(0.7);transform:scale(0.7)}.slogan{font-size:24px}.slogan._top{left:105px}.slogan._top:before{top:16px}.slogan._bottom{bottom:-55px;right:110px}.slogan._bottom:before{top:-10px;right:-60px}}@media only screen and (max-width:480px){.b-beforeAfter__block{margin-top:30px}.b-beforeAfter .b-beforeAfter_ttl{font-size:29px}.b-beforeAfter__item{width:280px;margin-bottom:60px}.b-beforeAfter__info_item{display:block}.b-beforeAfter__info{text-align:center}.b-beforeAfter__info_item:first-child{padding-right:0}.b-beforeAfter__info{display:block}.b-beforeAfter__info_item{font-size:18px}.b-beforeAfter__info_item .yellow{font-size:30px}.slogan{font-size:18px}.slogan._top{top:-35px;left:65px}.slogan._top:before{top:8px;left:-48px;-moz-transform:scale(0.7);-ms-transform:scale(0.7);-webkit-transform:scale(0.7);transform:scale(0.7)}.slogan._bottom{bottom:-40px;right:65px}.slogan._bottom:before{right:-50px;-moz-transform:scale(0.7);-ms-transform:scale(0.7);-webkit-transform:scale(0.7);transform:scale(0.7)}.b-beforeAfter__info{margin-top:65px}.b-beforeAfter__info .b-beforeAfter__desc{font-size:20px;width:100%}.b-beforeAfter__ttl2{font-size:28px}.b-beforeAfter__info .b-beforeAfter__info_top{width:280px}.b-beforeAfter__info_item .price .price_item._old{font-size:36px}.b-beforeAfter__info_item .price .price_item._new{font-size:40px}}@media (min-width:768px){.b-beforeAfter .container{width:100%}}.b-kosmet-remont{background-color:#eae6de;height:565px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:60px}.b-kosmet-remont h2{text-align:left;padding-top:50px;line-height:64px}.b-kosmet-remont h2 span{font-size:inherit;color:red;text-shadow:none;font-family:ALSSchlangesans-Black}.b-kosmet-remont._line{position:relative}.b-kosmet-remont._line:before{content:"";display:block;position:absolute;top:-8px;left:0;height:8px;width:100%;background:url(/img/line2.png) center bottom no-repeat}.b-kosmet-remont .container{height:100%;background:url(/css/../img/b-kosmet-remont.png) right top no-repeat;position:relative}.b-kosmet-remont .garant{position:absolute;top:67px;left:650px}.b-kosmet-remont__block{margin-top:25px}.b-kosmet-remont__block_lft,.b-kosmet-remont__block_rght{display:inline-block;vertical-align:top}.b-kosmet-remont__item{margin-bottom:40px;padding-left:90px;height:68px;width:380px;font-size:24px;line-height:28px;padding-top:10px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left}.b-kosmet-remont__item.ico1{background:url(/img/ico1.png) left center no-repeat}.b-kosmet-remont__item.ico2{background:url(/img/ico2.png) left center no-repeat}.b-kosmet-remont__item.ico3{width:265px;background:url(/img/ico3.png) left center no-repeat}.b-kosmet-remont__item.ico4{width:265px;background:url(/img/ico4.png) left center no-repeat}@media only screen and (max-width:1200px){.b-kosmet-remont{height:510px}.b-kosmet-remont .container{background:0 0}.b-kosmet-remont h2{text-align:center;line-height:1.2}.b-kosmet-remont .garant{left:50px}.b-kosmet-remont__block{text-align:center}}@media only screen and (max-width:767px){.b-kosmet-remont{height:auto;padding-bottom:15px}.b-kosmet-remont .container{height:auto}.b-kosmet-remont .garant{display:none}.b-kosmet-remont h2{padding-top:30px}.b-kosmet-remont__item.ico3,.b-kosmet-remont__item.ico4{width:370px;padding-top:20px}}@media only screen and (max-width:480px){.b-kosmet-remont{margin-bottom:0}.b-kosmet-remont h2{line-height:38px}.b-kosmet-remont__item.ico3,.b-kosmet-remont__item.ico4{width:370px;padding-top:20px}.b-kosmet-remont__item{width:270px;padding-left:75px;line-height:22px;font-size:20px;padding-top:0;margin-bottom:22px}.b-kosmet-remont__item.ico1,.b-kosmet-remont__item.ico2{background-size:60px}.b-kosmet-remont__item.ico3{width:270px;background-size:60px;padding-top:13px}.b-kosmet-remont__item.ico4{width:270px;background-size:60px}}.b-raschet{background:url(/css/../img/fon-b-raschet.png) no-repeat;min-height:365px;background-size:cover;padding-top:35px;margin-top:-15px;z-index:2;position:relative;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.b-raschet__form{font-size:24px;font-family:Roboto,sans-serif;margin-top:20px}.b-raschet__form .b-form__block{display:table;table-layout:auto}.b-raschet__form .b-form__item{height:93px;display:table-cell;vertical-align:middle;padding-left:10px}.b-raschet__form .b-form__item .b-form__field{position:relative}.b-raschet__form .b-form__item .b-form__field:before{content:"";display:block;position:absolute;top:3px;left:3px}.b-raschet__form .b-form__item .b-form__field:after{content:"";display:block;position:absolute;right:24px;top:20px}.b-raschet__form .b-form__item .b-form__field input{border:4px solid #fefdfd;-moz-border-radius:32px;-webkit-border-radius:32px;border-radius:32px;-moz-background-clip:padding;-o-background-clip:padding-box;-webkit-background-clip:padding;background-clip:padding-box;background-color:#fff;-moz-box-shadow:inset 3px 4px 5px rgba(0,0,0,.13);-webkit-box-shadow:inset 3px 4px 5px rgba(0,0,0,.13);box-shadow:inset 3px 4px 5px rgba(0,0,0,.13);height:64px;font-size:50px;width:240px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:65px;padding-right:80px;text-align:center}.b-raschet__form .b-form__item .red-button{white-space:nowrap;padding:15px 10px}@media only screen and (max-width:400px){.b-raschet__form .b-form__item .red-button{font-size:22px}}.b-form_lbl{text-align:right;padding-right:20px;line-height:1.2;width:135px}.b-form_ravno{font-size:33px;padding-left:10px;padding-right:10px}.b-form_oldprice{font-size:36px;font-weight:700;display:inline-block;position:relative;white-space:nowrap}.b-form_oldprice:before{content:"";display:block;position:absolute;left:-10px;top:28px;height:2px;width:110%;background-color:red}.b-form_newprice{font-size:46px;font-weight:700;white-space:nowrap;padding-left:30px}.b-raschet__ttl1{font-size:24px;font-family:Roboto,sans-serif;text-align:center;margin-top:25px;line-height:1.2}.b-raschet__ttl2{font-size:36px;font-family:ALSSchlangesans-Black;text-align:center}@media only screen and (max-width:1200px){.b-raschet{padding-bottom:30px}.b-raschet__form .b-form__block{display:block;text-align:center;margin:auto}.b-raschet__form .b-form__item{display:inline-block;height:auto}.b-raschet__form .b-form__item:first-child{display:block;margin-bottom:15px}.b-raschet__form .b-form__item:last-child{margin-top:35px;display:block}.b-form_lbl{text-align:center;padding-right:0;width:100%}.b-raschet__ttl1{margin-top:35px}}@media only screen and (max-width:700px){.b-form_oldprice{display:none}.b-form_newprice,.b-raschet__form .b-form__item{padding-left:0}}@media only screen and (max-width:500px){.b-form_ravno{display:none}.b-form_newprice{margin-top:10px}.b-raschet__form .b-form__item:nth-child(3){display:block}.b-form_newprice{padding-right:0}.b-raschet__ttl1{font-size:20px}.b-raschet__ttl2{font-size:30px}}.b-way{text-align:center;padding-bottom:60px;margin-top:40px}.b-way__item{display:inline-block;vertical-align:top;width:350px;margin:50px 10px 0}.b-way__item .b-way__item_info span{white-space:nowrap}.b-way__item_pict{width:100%;height:165px;text-align:center}.b-way__item_ttl{margin-top:15px;text-transform:uppercase;font-size:30px;font-family:ALSSchlangesans-Black;text-align:center;line-height:34px}.b-way__item_info{margin-top:20px;font-size:20px}.b-way__item_info strong{color:red}@media only screen and (max-width:1200px){.b-way__item{width:270px;margin:50px 20px 0}.b-way__item_pict{height:120px}.b-way__item_pict img{height:100%}.b-way__item_ttl{font-size:26px;line-height:30px}.b-way__item_info{line-height:25px}}@media only screen and (max-width:992px){.b-way__item{width:50%}}@media only screen and (max-width:650px){.b-way__item{width:70%}}@media only screen and (max-width:480px){.b-way__item{width:90%;margin:40px 20px 0}.b-way__item_pict{height:90px}.b-way__item_ttl{font-size:24px;line-height:28px}.b-way__item_info{font-size:18px;line-height:22px;margin-top:10px}}.b-middle-menu__block{background:url(/img/fon-middle-menu.png) center no-repeat;max-width:1100px;width:100%;height:150px;margin:55px auto 35px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px}.b-middle-menu__items{display:table;table-layout:auto;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:37px 24px}.b-middle-menu__item{display:table-cell;padding-left:75px;position:relative}.b-middle-menu__item .b-link{font-size:30px;font-family:ALSSchlangesans-Black;color:#000;text-transform:uppercase;text-decoration:underline;line-height:1.2}.b-middle-menu__item:before{content:"";display:block;position:absolute;top:0;left:0}.b-middle-menu__item.mdl1{padding-right:50px}@media only screen and (max-width:1200px){.b-middle-menu__item .b-link{font-size:24px}}@media only screen and (max-width:992px){.b-middle-menu__block{height:auto}.b-middle-menu__items{display:block;padding:55px 24px 25px}.b-middle-menu__item{display:block;width:375px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:auto;height:75px;margin-bottom:20px}.b-middle-menu__item.mdl1{padding-right:0}}@media only screen and (max-width:767px){.b-middle-menu__item{width:270px;padding-left:65px;height:55px}.b-middle-menu__item .b-link{font-size:20px;display:table-cell;vertical-align:middle;height:55px}.b-middle-menu__item.mdl1:before,.b-middle-menu__item.mdl2:before,.b-middle-menu__item.mdl3:before{-moz-transform:scale(0.8);-ms-transform:scale(0.8);-webkit-transform:scale(0.8);transform:scale(0.8)}}@media only screen and (max-width:480px){.b-middle-menu__items{padding:35px 15px 20px 0}.b-middle-menu__item .b-link{font-size:20px}.b-middle-menu__item.mdl1:before,.b-middle-menu__item.mdl2:before,.b-middle-menu__item.mdl3:before{-moz-transform:scale(0.7);-ms-transform:scale(0.7);-webkit-transform:scale(0.7);transform:scale(0.7)}}.b-footer-menu{background-color:rgba(0,0,11,.5);padding:10px 0}.b-footer-menu_block{display:inline-block;vertical-align:top}.b-footer-menu_block .white-link{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.5);font-size:16px;margin-right:15px;margin-left:15px;display:inline-block;vertical-align:top;padding-top:3px}.b-footer-menu_block .white-link:hover{border-bottom:1px solid transparent}.b-footer-menu_slogan{font-size:22px;text-transform:uppercase;font-family:ALSSchlangesans-Black;position:relative;color:#fff}.b-footer-menu_slogan:after{content:"";display:block;position:absolute;right:25px;top:-6px}.b-footer-menu_slogan:before{content:"";display:none;position:absolute;bottom:3px;left:50%;margin-left:-21px}@media only screen and (max-width:1200px){.b-footer-menu{padding:12px 0}.b-footer-menu_slogan{font-size:18px}.b-footer-menu_slogan:after{right:10px;top:-9px}.b-footer-menu_block .white-link{margin-right:8px;margin-left:8px}}@media only screen and (max-width:992px){.b-footer-menu{padding:10px 0 12px}.b-footer-menu_block{display:block;text-align:center}.b-footer-menu_block .b-footer-menu_slogan{padding-bottom:22px}.b-footer-menu_block .b-footer-menu_slogan:after{display:none}.b-footer-menu_block .b-footer-menu_slogan:before{display:block}}@media only screen and (max-width:500px){.b-footer-menu{margin-top:20px}}.es13_14{padding:0 0 45px}.es13_14__desc{font-size:30px;font-family:RobotoMedium;text-align:center;line-height:1.3;width:80%;margin:auto}@media only screen and (max-width:992px){.es13_14__desc{font-size:26px;line-height:1.2}}@media only screen and (max-width:767px){.es13_14__desc{font-size:20px;width:80%;margin:auto}}@media (max-width:480px){.es13_14 h3{font-size:32px;line-height:1}.es13_14__desc{width:100%}}.b-vid-remonta{background:url(/img/b_market_filtr_bg.png);padding-bottom:30px;position:relative}.b-vid-remonta._grey:before{content:"";display:block;position:absolute;top:0;left:0;height:12px;width:100%;background:url(/img/top-grey.png) repeat-x top}.b-vid-remonta._white:before{content:"";display:block;position:absolute;top:0;left:0;height:12px;width:100%;background:url(/img/top.png) repeat-x top}.b-vid-remonta__block{text-align:center;margin-bottom:65px;margin-top:60px}.b-vid-remonta__item{width:340px;display:inline-block;vertical-align:top;-moz-border-radius:9px;-webkit-border-radius:9px;border-radius:9px;-moz-background-clip:padding;-o-background-clip:padding-box;-webkit-background-clip:padding;background-clip:padding-box;background-color:#fff;-moz-box-shadow:0 21px 23px rgba(0,0,0,.22);-webkit-box-shadow:0 21px 23px rgba(0,0,0,.22);box-shadow:0 21px 23px rgba(0,0,0,.22);padding:7px;position:relative;margin-bottom:60px;margin-left:20px;margin-right:20px}.b-vid-remonta__item_pict{width:100%;height:220px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.b-vid-remonta__item_pict img{width:100%;height:100%;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.b-vid-remonta__item_ttl{height:99px;position:relative;text-align:center;line-height:1.2}.b-vid-remonta__item_ttl span{font-family:ALSSchlangesans-Black;text-transform:uppercase;font-size:30px;z-index:2;position:relative}.b-vid-remonta__item_ttl:after{content:"";position:absolute;top:-13px;left:-16px;width:368px;height:99px;background:url(/img/vid-remonta_ttl.png) left no-repeat;z-index:1}.b-vid-remonta__item_spisok{border-bottom:1px solid #d2d2d2;padding:5px 25px 0 17px;text-align:left;height:180px}.b-vid-remonta__item_spisok .check{margin:0;padding:0;min-height:116px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.b-vid-remonta__item_spisok .check li{list-style-type:none;position:relative;padding-left:30px;font-size:18px;font-family:Roboto,sans-serif;margin-bottom:6px}.b-vid-remonta__item_spisok .check li:before{content:"";display:block;position:absolute;top:2px;left:0}.b-vid-remonta__spisok_all{margin-top:10px;text-align:center}.b-vid-remonta__spisok_all .b-link-blue{color:#25bbec;font-family:Roboto,sans-serif;font-size:18px;display:inline-block;text-decoration:none;border-bottom:1px dotted #25bbec}.b-vid-remonta__item_price{text-align:center;font-family:ALSSchlangesans-Black;padding-top:20px;padding-bottom:45px;line-height:1.2}.b-vid-remonta__price_old{position:relative;font-size:38px;color:red;display:inline-block}.b-vid-remonta__price_old:before{content:"";display:block;position:absolute;top:0;left:0;height:100%;width:100%;background:url(/img/old-price.png) no-repeat center;background-size:contain;z-index:2}.b-vid-remonta__price_new{font-size:48px}.b-vid-remonta__price_new span{font-size:56px}.b-vid-remonta__item_btn{padding:25px 15px;background-color:#fff;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px;position:absolute;bottom:-35px;left:40px}.b-vid-remonta__item_btn .red-button-radius{-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;font-family:ALSSchlangesans-Black;font-size:26px;-moz-background-clip:padding;-o-background-clip:padding-box;-webkit-background-clip:padding;background-clip:padding-box;background-color:red;background-size:100%;background-image:-moz-linear-gradient(358deg,rgba(0,0,0,.21)0,rgba(0,0,0,0)55.2%,rgba(0,0,0,0)100%);background-image:-webkit-linear-gradient(358deg,rgba(0,0,0,.21)0,rgba(0,0,0,0)55.2%,rgba(0,0,0,0)100%);background-image:linear-gradient(92deg,rgba(0,0,0,.21)0,rgba(0,0,0,0)55.2%,rgba(0,0,0,0)100%);padding:14px 35px;text-transform:uppercase;cursor:pointer;text-align:center;color:#fff}.b-vid-remonta__item_btn .red-button-radius:hover{color:#fff;text-decoration:none}.nonedisplay{display:none}@media only screen and (max-width:480px){.b-vid-remonta__item{width:234px;display:block;margin:50px auto 70px}.b-vid-remonta__item_pict{height:160px}.b-vid-remonta__item_ttl:after{content:"";position:absolute;top:-25px;left:-13px;width:247px;height:99px;background:url(/img/vid-remonta_ttl.png) left no-repeat;background-size:contain;z-index:1}.b-vid-remonta__item_ttl{line-height:45px;height:70px}.b-vid-remonta__item_ttl span{font-size:20px}.b-vid-remonta__item_spisok .check{height:auto}.b-vid-remonta__item_spisok .check li{line-height:21px;font-size:16px}.b-vid-remonta__spisok_all .b-link-blue{font-size:16px}.b-vid-remonta__price_old{font-size:34px}.b-vid-remonta__price_new{font-size:32px}.b-vid-remonta__price_new span{font-size:38px}.b-vid-remonta__item_btn{left:20px}.b-vid-remonta__item_btn .red-button-radius{font-size:20px;padding:14px 20px}}.b-footer-menu_slogan:after,.b-footer-menu_slogan:before,.b-middle-menu__item.mdl1:before,.b-middle-menu__item.mdl2:before,.b-middle-menu__item.mdl3:before,.b-raschet__form .b-form__item .b-form__field:after,.b-raschet__form .b-form__item .b-form__field:before,.b-vid-remonta__item_spisok .check li:before,.es1__menu_item.lbl1:before,.es1__menu_item.lbl2:before,.es1__menu_item.lbl3:before,.es3__phone_number:before,.es4__form_item._phone:before,.icon-S,.icon-after,.icon-before,.icon-birka,.icon-check,.icon-lbl1,.icon-lbl2,.icon-lbl3,.icon-mdl1,.icon-mdl2,.icon-mdl3,.icon-mkv,.icon-mkv-2,.icon-phone,.icon-prezent,.icon-rash,.icon-seo,.icon-slogan-bottom,.icon-slogan-top,.icon-sprite,.icon-str,.icon-str2,.icon-time,.icon-ugl,.icon-zamer,.red-button._garantiya:before,.slogan._bottom:before,.slogan._top:before{background-image:url(/css/../img/icon-s0401806ab4.png);background-repeat:no-repeat}.icon-S{background-position:-64px -238px;height:49px;width:49px}.icon-after{background-position:0 0;height:38px;width:32px}.icon-before{background-position:-19px -117px;height:27px;width:28px}.icon-birka,.red-button._garantiya:before{background-position:0 -554px;height:118px;width:117px}.b-vid-remonta__item_spisok .check li:before,.icon-check{background-position:0 -117px;height:19px;width:19px}.es1__menu_item.lbl1:before,.icon-lbl1{background-position:-70px -75px;height:42px;width:46px}.es1__menu_item.lbl2:before,.icon-lbl2{background-position:0 -149px;height:42px;width:45px}.es1__menu_item.lbl3:before,.icon-lbl3{background-position:0 -192px;height:42px;width:48px}.b-middle-menu__item.mdl1:before,.icon-mdl1{background-position:0 -287px;height:53px;width:58px}.b-middle-menu__item.mdl2:before,.icon-mdl2{background-position:-58px -287px;height:55px;width:58px}.b-middle-menu__item.mdl3:before,.icon-mdl3{background-position:0 -342px;height:52px;width:58px}.b-raschet__form .b-form__item .b-form__field:after,.icon-mkv-2{background-position:0 -238px;height:32px;width:64px}.icon-mkv{background-position:-20px -75px;height:38px;width:50px}.es3__phone_number:before,.icon-phone{background-position:-48px -192px;height:46px;width:46px}.icon-prezent{background-position:0 -399px;height:71px;width:71px}.b-raschet__form .b-form__item .b-form__field:before,.icon-rash{background-position:-58px -342px;height:57px;width:57px}.icon-seo{background-position:0 -43px;height:30px;width:29px}.icon-slogan-bottom,.slogan._bottom:before{background-position:-47px -117px;height:32px;width:46px}.icon-slogan-top,.slogan._top:before{background-position:-29px -43px;height:32px;width:47px}.b-footer-menu_slogan:after,.icon-str{background-position:-75px 0;height:43px;width:41px}.b-footer-menu_slogan:before,.icon-str2{background-position:0 -75px;height:19px;width:20px}.icon-time{background-position:-32px 0;height:31px;width:43px}.es4__form_item._phone:before,.icon-ugl{background-position:0 -470px;height:84px;width:52px}.icon-zamer{background-position:-45px -149px;height:43px;width:55px}[class^=icon-]{display:inline-block}
.field-name {
    display: none;
}
/* End */


/* Start:/css/custom.css?1772076617102789*/
@font-face {
    font-family: 'Roboto-Bold';
    src: url("/fonts/Roboto-Bold.eot");
    src: url("/fonts/Roboto-Bold?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Bold.woff") format("woff"), url("/fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
    font-family: 'GothaProBol';
    font-style: normal;
    font-weight: normal;
    src: local('GothaProBol'), local('GothaProBol'),
    url(/css/../fonts/GothaProBol.woff) format('woff'),
    url(/css/../fonts/GothaProBol.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    src: url("/fonts/Roboto-Regular.eot");
    src: url("/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Regular.woff") format("woff"), url("/fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

/*-----vnimanie-----*/
.vnimanie {display: none;}
/*
.main {margin-top:28px}
.vnimanie {position: fixed; top:0; left: 0;   background-color: red;  color: #fff; text-align: center; width: 100%;  
  box-shadow: 0 2px 4px -2px rgba(0,0,0,.5);text-shadow: 1px 1px 2px black;    font-size: 14px;
    padding: 3px 0;
    z-index: 55;} 
@media only screen and (max-width: 768px){
	.vnimanie span._1 {display: none}
}
@media only screen and (max-width: 480px){
	.vnimanie span {display: block}
	.vnimanie span._1 {display: none}
.main {margin-top:45px}
}
*/
/*-----vnimanie-----*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
-webkit-transition-delay: 9999s;

}


.d-all{position: absolute;  left: 24px; bottom: 16px;   background-color: rgba(0,0,0,0.5);color: #fff;   padding: 0 15px;font-size: 22px;}
@media only screen and (max-width: 1200px){
	.d-all {left: 10px;font-size: 20px; padding: 0 10px }
}
@media only screen and (max-width: 480px){
	.d-all {font-size: 14px;    bottom: auto;  top: 20px;}
	.b-card__item .ttl5 {line-height: 1.5;}

}




.b-katalog__price_new {
    font-size: 16px;font-family: Roboto, sans-serif;}
.b-katalog__price_new span {font-family: "ALSSchlangesans-Black";}
.b-card__item:before {z-index: 5}

.b-card__pict {position: relative;}
.b-card__pict span {position: absolute; 
    left: 38px;   bottom: 0;  background-color: rgba(0,0,0,0.5);
color: #fff;   padding: 0 10px;font-size: 16px;}

@media only screen and (max-width: 480px){
	.b-card__pict span  {font-size: 14px;   left:0}
}




.es1._main .es1__sto { top: 35px;  left: auto;right: 10px;}


.es1._main .es1__block {
	margin-top: 40px!important;}
@media only screen and (max-width: 767px){
.es1._main .es1__block { margin-top: 225px!important;}
}
.es1._main h2 {padding:0; margin:0}

.katalog__desc_comment {    font-size: 24px;
    font-family: RobotoMedium;
    text-align: center;
    margin: 23px auto;color: red;
    line-height: 1.2;}



.ttl-3 {
    font-size: 36px;
    color: #333;
    font-family: "pfdindisplaypro";
    text-transform: uppercase;
    line-height: 1;
margin-top:10px;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0.02em 0.03em 0.06em rgb(0 0 0 / 60%);}

@media only screen and (max-width: 992px){
	.ttl-3 {   font-size: 26px;}
}
@media only screen and (max-width: 767px){
	.ttl-3  {  text-align: center;}
}

@media only screen and (max-width: 1200px){

	.card__sale .card__item:nth-child(3) {display: none}
}



.es2 h2 {margin-bottom: 0}
.predop {    text-align: center;   font-family: 'ALSSchlangesans-Black';
    text-transform: uppercase; color: #ff0000; font-size: 34px;    display: block; }
@media only screen and (max-width: 992px){
	.predop {font-size: 28px;}
}
@media only screen and (max-width: 480px){
	.predop {font-size: 20px;}
}

a.b-card__item {color:#000}
.katalog .b-card__pict{    padding: 20px 0px 10px 0;}
a.b-card__item:hover {    -moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);}

.b-katalog__price .red-button { padding: 6px 25px; font-size: 18px}
.b-katalog__price {padding:0 10px}


.es1_otzivy_zag {color: #000}
.b-contact .es1_otzivy_zag {padding-top: 30px; padding-bottom: 20px;}

.nobr {white-space: nowrap;}
.es1_7day{font-family: 'RobotoBI';}
.b-form_newprice {font-family: 'Roboto-Bold';}
.es1_rassr_bg .es1_rassr__left_col .es1_rassr__okna{font-family: 'RobotoBI';}
.es1_rassr_bg .es1_rassr__left_col .es1_rassr__vrassr{font-family: 'RobotoBI';}
.es1_rassr_bg .es1_rassr__left_col .es1_rassr__bezpereplaty{font-family: 'RobotoBI';}
.ttl {  font-size: 49px; color: #171616;  font-family: "ALSSchlangesans-Black";  text-transform: uppercase;   text-align: center; line-height: 1.2;}
.es16_bg h5 {  font-size: 49px; color: #171616;  font-family: "ALSSchlangesans-Black";  text-transform: uppercase;   text-align: center; line-height: 1.2;}
.b-es5 .ttl { text-align: left;}
.es7 h5 {font-size: 30px; color: #0e0e0e; text-transform: uppercase;  font-family: 'ALSSchlangesans-Black';  margin-bottom: 20px;    margin-top: 0;}
.b-way .ttl {margin-top: 20px; margin-bottom: 10px;}
.es12_bg .ttl { padding-top: 45px;  margin-bottom: 60px;}
.es16_bg h5 {padding: 50px 20px 30px;}
.b-raschet .ttl{ margin-top: 20px; margin-bottom: 10px;}

.toptop { width: 80px;height: 95px;}
.toptop img{ width: 100%;}

.red-button {font-family: 'Roboto';}

.main {min-height: auto}
.b-footer-menu_block {    display: block;
    vertical-align: top;
    text-align: center;}
.b-footer-menu_slogan{
	margin-bottom: 15px;}
.b-footer-menu_slogan:before {display: block; bottom: -15px;}
.b-footer-menu_slogan:after {display: none;}

@media only screen and (max-width: 1200px) {
	.ttl {  font-size: 42px;}
.es16_bg h5 {  font-size: 42px;}
.es7 h5 {font-size: 26px; margin-bottom: 15px;}
.windows_free .windows_free_text .windows_free_zag {font-size: 60px;}
}

@media only screen and (max-width: 992px){
	.ttl {  font-size: 36px; }
.es16_bg h5 {  font-size: 36px; }
 .windows_free .windows_free_text .windows_free_zag {font-size: 48px; text-align: center}
	.b-footer-menu_slogan {margin-bottom: 0px;}
    .b-footer-menu_slogan:before { bottom: 3px;}
.b-sms-form { width: 100%!important;}
.es1_rassr_bg h1 { font-size: 6em; margin-bottom: 5px;}
	.b-rassr .b-rassr__zag {font-size: 42px}
	.b-rassr .b-rassr__ico img {width: 75px}
	.b-rassr .b-rassr__b1 { font-size: 20px; margin-top: 10px}
}

.prav-info { font-size: 11px;  padding-right: 10px; padding-left: 10px; line-height: 1 }
.prav-info.top20 {margin-top: 20px;}
.prav-info.top10 {margin-top: 10px;}
.prav-info.center {text-align: center;}
.prav-info.grey {color: #cccccc}
.prav-info.grey a{color: #cccccc;  text-decoration: underline;}
.prav-info.grey a:hover{color: #cccccc;  text-decoration: none}
.prav-info.dark {color: rgba(0,0,0,0.5)}
.prav-info.dark a{color: rgba(0,0,0,0.5);text-decoration: underline;}
.prav-info.dark a:hover{color: rgba(0,0,0,0.5); text-decoration: none}
.prav-info.white {color: #fff}
.prav-info.white a{color: #fff;text-decoration: underline;}
.prav-info.white a:hover{color: #fff; text-decoration: none}
.prav-info.w80 { width: 80%; margin: 20px auto;}
.prav-info.mb30  {  margin-bottom: 30px;}
.b-sms_bg .b-sms__undertext {margin-bottom: 15px}
.es1_otzivy__form_bg {  margin: 0 auto 10px auto;}
.b-sms-form {width: 560px}
.b-sms-form form {margin-bottom: 0}
.b-vid__form .prav-info {padding-left: 0; padding-right: 0}
#gift .modal-dialog {height: 650px}
#gift .modal-content {height: 650px}
#want_zamer .modal-dialog .butzamer {margin-bottom: 0}
#happy .modal-dialog {height: 837px}
#happy .modal-content {height: 800px}
.countdownHolder {font-size:94px!important}
.es4_bg {
    height: auto;
    min-height: 485px;
    background: url(/img/es4-form.png) no-repeat center center;
    margin: -15px auto 0 auto;
	background-size: cover;}
.b-project__form form {margin-bottom:0}
.b-marketitem .b-marketitem__blockform_bg .b_market_item_form_bg { height: 466px;    background: url(/css/../img/b_market_item_form_bg.png) no-repeat center top;    background-size: cover;}

@media only screen and (max-width: 992px) {
	.es13_bg {height:590px;     background: url(/img/es13_bg.png) no-repeat center center;     background-size: cover; }
    .b-sms_bg .prav-info.top10 {margin-top: 0px;}
    .es17_bg .prav-info.top20 {margin-top: 0px;}
    .es4_bg {     margin: 40px auto 0 auto;padding-bottom:30px}
.b-sms-form {width: 100%}
	.es8_bg .es8_form {height: auto; margin: 0px auto 20px auto;padding-bottom: 20px; }
	#pismo_directoru_but {float: none!important; margin: auto}
	.b_contact_ceo_bg .prav-info {text-align: center}
.countdownHolder {font-size:68px!important}
	.b-es5 .ttl { text-align: center;}
.es10__text_cont { font-size: 24px;}
	.es10__zag_cont { font-size: 34px;}
	.es10_bg { margin: 0px auto 0px auto;}
	.b-contact .b-contact_underzag { margin-bottom: 5px;}
.b-radar {  margin: 0px auto;}
.b_contact_ceo_bg .b_contact_ceo_bg_zag { text-align: center;  font-family: 'ALSSchlangesans-Black';font-size: 36px;}
	.es1._action .b-master {    left: 0!important;}
.b-aktsii { margin: 35px auto 0px auto;}
}

@media only screen and (max-width: 768px) {
	.ttl {  font-size: 32px; }
.es16_bg h5 {font-size: 32px; }
    .es8_bg .es8_form { height: auto}
    .es8_bg .prav-info {margin-bottom: 10px}
    .b_contact_ceo_bg .b_contact_ceo_form .b_contact_ceo_but { padding-bottom: 10px; }
    .b_contact_ceo_bg .prav-info {padding-bottom: 10px;margin-top: 0px}
    .prav-info.w80 {  margin: 0px auto; padding-bottom: 15px}
#gift .modal-dialog {height: 610px}
#gift .modal-content {height: 610px}
#gift .modal-body { margin-top: -10px; padding: 0px; !important}
	#happy .modal-dialog { height: auto;}
#happy .modal-content { height: auto;}
	.b-marketitem .b-marketitem__blockform_bg .b_market_item_form_bg {height: auto;}

	.b-marketitem .b-marketitem__blockform_bg .b_market_item_form_bg .prav-info {padding-bottom: 15px; padding-top: 0}
	.gift_but .red-button { padding: 9px 14px!important; font-size: 22px}
	.b_contact_ceo_bg {padding-bottom: 30px}
.countdownHolder {font-size:68px!important}
.es1_rassr_bg h1 { font-size: 5em; line-height: 1;  margin-bottom: 5px;}
.b-rassr .b-rassr__zag {font-size: 36px}
.es10__text_cont {  font-size: 20px;}
.es10__zag_cont, .es10__zag_red { font-size: 30px;}
.es10__text_cont { font-size: 20px;}
.b-contact .b-contact_underzag { font-size: 2.4em; }
}
@media only screen and (max-width: 500px) {
    .b-sms_bg .prav-info {margin-top: 10px;}

}
@media only screen and (max-width: 650px) {
    .es13_bg { height: auto;    background: url(/css/../img/es13_bg.png) no-repeat center center; background-size: cover; padding-bottom: 60px}
    .es13_bg .prav-info.top10 {margin-top: 0px;}
}
@media only screen and (max-width: 480px){
.windows_free .windows_free_text .windows_free_zag {font-size: 40px;}
.ttl {  font-size: 29px; }
.es16_bg h5 {  font-size: 29px; }

.countdownHolder {font-size:38px!important}
.es17_bg .es17_blockbg {margin: 20px auto}
.es7 h5 {font-size: 20px; margin-bottom: 15px;}
.es1_rassr_bg h1 { font-size: 5em;  line-height: 1;  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff, 0.03em 0.04em 0.08em rgba(0, 0, 0, 0.6);
		margin-bottom: 5px;}
.b-rassr {text-align: center}
.b-rassr .b-rassr__zag {font-size: 30px}
.b-rassr .b-rassr__b1 { font-size: 18px;}
	.b-rassr .b-rassr__b2 { font-size: 18px;}
}

.b-top {
    margin: -1px 0 -85px 0}

.b_contact_zhdu_bg button.img-outer {
    vertical-align: middle;
    background: yellow;
    padding: 5px 25px;
    border: 3px solid white;
    border-radius: 29px;
    outline: none;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Roboto";
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.28);

}

#legal-info.modal {
	
	z-index: 11000;
}

#loader-wrapper {
	z-index: 12000;
}


.es1._vanni h2 {
  text-align: left; }
.es1._vanni .left100 {
  margin-left: 100px; }
.es1._vanni h1 span {display: block;}
.es1._vanni .container {
padding-left:0; 
padding-right: 0
}

.es1._vanni .b-top__zamer { margin-left: 0;     margin-right: 50px;
    margin-top: 20px;}
.es1._vanni .es1__sto {top: 35px; left: 518px}
.es1._vanni .es1__pict {
  background: url(/css/../img/es1_vanni.png) top right no-repeat; }
/* line 179, ../. ./sass/_common.sass */
.es1._vanni .es1_vanni-sale {
  display: inline-block; }
/* line 181, ../. ./sass/_common.sass */
.es1._vanni .es1_rasschitat {
  float: none; }
/* line 184, ../. ./sass/_common.sass */
.b-vid-remonta._grey2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 100%;
  background: url(/img/top.png) repeat-x top; }
@media only screen and (max-width: 1200px) 
{
.es1._vanni .b-top__zamer { margin-left: -5px;     margin-right: 0px;}
.es1._vanni .es1__sto { left: 480px}
}
@media only screen and (max-width: 992px) 
{
.es1._vanni .es1__sto { left: 380px}
	.es1._vanni .container {width: 100%; padding-left: 15px}
	.es1._vanni .es1__pict {background: url(/css/../img/es1_vanni.png) 200px 0 no-repeat;}
	.es1._vanni .b-top__zamer { width: 420px; margin: auto}
	.es1_vanni-sale {margin: auto; d}	.es1._vanni .es1_vanni-sale {  display: block; margin: auto;   max-width: 560px; width: 100%}
	.es1._vanni .es1_vanni-sale img {width: 90%}
}




@media only screen and (max-width: 768px) {
	.es1._vanni .es1_vanni-sale { display: block; margin: auto; text-align: center }
	.es1._vanni h2, .es1._vanni h1 { text-align: center}
	.es1._vanni .left100 {margin-left: 0}
	.es1._vanni .es1_rasschitat {margin: 20px auto}
	.es1._vanni .b-top__zamer {margin: auto}

.es1._vanni .es1__pict {
    background: url(/css/../img/es1_vanni.png) top center no-repeat;
    background-size: 495px;}
    .es1._vanni h1 span {display: inline-block;}
.es1._vanni .b-top__zamer { width: 90%}
}

/* lib for sprites */
/* line 48, icon/*.png */
.icon-sprite, .icon-seo {
  background-image: url('/css/../img/icon-s10654d7069.png');
  background-repeat: no-repeat; }

/* line 84, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-seo {
  background-position: 0 0;
  height: 30px;
  width: 29px; }

/* line 16, ../. ./sass/_icon.sass */
*[class^='icon-'] {
  display: inline-block; }
.b-sposob-ostekleniya {
  height: 950px;
  padding-top: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 992px) {
    /* line 1, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob-ostekleniya {
      height: auto;
      padding-bottom: 50px; } }

  /* line 20, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
  .b-sposob-ostekleniya .b-ustanovka__item_price._price-left {
    background: url("/img/price-left.png") no-repeat;
    padding: 15px 0px 0 70px;
    width: 475px;
    height: 228px;
    background-size: cover; }
    @media only screen and (max-width: 992px) {
      /* line 20, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
      .b-sposob-ostekleniya .b-ustanovka__item_price._price-left {
        background: none;
        width: 455px;
        min-height: 213px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 30px;
        -moz-background-clip: padding;
        -o-background-clip: padding-box;
        -webkit-background-clip: padding;
        background-clip: padding-box;
        background-color: #fff;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2QwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmQwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffcd00), color-stop(100%, #fffd00));
        background-image: -moz-linear-gradient(bottom, #ffcd00 0%, #fffd00 100%);
        background-image: -webkit-linear-gradient(bottom, #ffcd00 0%, #fffd00 100%);
        background-image: linear-gradient(to top, #ffcd00 0%, #fffd00 100%);
        margin: auto; } }
    @media only screen and (max-width: 480px) {
      /* line 20, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
      .b-sposob-ostekleniya .b-ustanovka__item_price._price-left {
        max-width: 455px;
        width: 100%;
        height: auto; } }
    /* line 41, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob-ostekleniya .b-ustanovka__item_price._price-left .b-ustanovka__price_ttl {
      font-size: 26px;
      line-height: 1.2; }

/* line 47, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
.b-sposob-ostekleniya_desc {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  line-height: 1.2;
  margin-top: 10px; }
  @media only screen and (max-width: 992px) {
    /* line 47, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob-ostekleniya_desc {
      font-size: 26px; } }
  @media only screen and (max-width: 768px) {
    /* line 47, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob-ostekleniya_desc {
      font-size: 20px; } }

/* line 57, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
.b-sposob_menutub {
  text-align: center;
  margin-top: 45px; }

/* line 60, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
.b-sposob_menutub__item {
  display: inline-block;
  font-size: 31px;
  color: #0d0d0d;
  font-family: "ALSSchlangesans-Black";
  text-decoration: none;
  padding: 10px 25px 2px 25px; 
  position: relative;
  text-transform: uppercase;
  margin-left: 30px;
  margin-right: 30px; }


  /* line 72, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
  .b-sposob_menutub__item span {
    border-bottom: 4px dotted rgba(13, 13, 13, 0.5); }
  /* line 74, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
  .b-sposob_menutub__item:hover {
    color: #ff0000;
    cursor: pointer; }
    /* line 77, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob_menutub__item:hover span {
      border-bottom: 4px dotted rgba(255, 0, 0, 0.5); }
  /* line 79, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
  .b-sposob_menutub__item.actnp {

@include background-image(linear-gradient(bottom, #ffe61a 0%, #eebe00 100%))-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #ffe512;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTYxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlYmUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
background-image: -moz-linear-gradient(bottom, #ffe61a 0%, #eebe00 100%);
background-image: -o-linear-gradient(bottom, #ffe61a 0%, #eebe00 100%);
background-image: -webkit-linear-gradient(bottom, #ffe61a 0%, #eebe00 100%);
background-image: linear-gradient(bottom, #ffe61a 0%, #eebe00 100%);

 }


.b-sposob_menutub__item.actnp :before{
content: "";
  display: block;
  position: absolute;
  bottom: -9px;
z-index:5;
  left: 50%; 
margin-left: -10px;
width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fde116;}
    /* line 81, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob_menutub__item.actnp span {
      border-bottom: 4px dotted transparent; }
    /* line 83, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob_menutub__item.actnp:hover {
      cursor: default;
      color: #0d0d0d; }
      /* line 86, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
      .b-sposob_menutub__item.actnp:hover span {
        border-bottom: 4px dotted transparent; }
  @media only screen and (max-width: 992px) {
    /* line 60, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob_menutub__item {
      margin-left: 15px;
      margin-right: 15px; } }
  @media only screen and (max-width: 768px) {
    /* line 60, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob_menutub__item {
      font-size: 18px;
      }
      /* line 98, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
      .b-sposob_menutub__item span {
        border-bottom: 2px dotted rgba(13, 13, 13, 0.5); }
      /* line 101, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
      .b-sposob_menutub__item:hover span {
        border-bottom: 2px dotted rgba(255, 0, 0, 0.5); }

        /* line 106, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
        .b-sposob_menutub__item.actnp:hover span {
          border-bottom: 2px dotted transparent; } }

/* line 109, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
.b-sposob__content {
  position: relative;
  width: 100%;
margin-top: 50px }

/* line 113, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
.b-sposob__content_pict {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1280px; }
  /* line 118, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
  .b-sposob__content_pict img {
    width: 100%; }
  @media only screen and (max-width: 992px) {
    /* line 113, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob__content_pict {
      position: relative; } }

/* line 122, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
.b-sposob__info {
  line-height: 1.2;
  position: absolute;
  top: 25px;
  right: 0px;
  border: 5px solid #68cef8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  -moz-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.35);
  box-shadow: 0 13px 21px rgba(0, 0, 0, 0.35);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  max-width: 395px; }
  /* line 137, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
  .b-sposob__info:before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: -25px;
    background: url("/img/vanni/i.png");
    height: 61px;
    width: 62px; }
  @media only screen and (max-width: 1200px) {
    /* line 122, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob__info {
      max-width: 460px; } }
  @media only screen and (max-width: 992px) {
    /* line 122, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob__info {
      position: relative;
      top: auto;
      margin: auto; } }
  @media only screen and (max-width: 768px) {
    /* line 122, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob__info {
      display: none; } }

/* line 155, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
.b-sposob__price {
  position: absolute;
  right: 0;
  top: 230px; }
  @media only screen and (max-width: 992px) {
    /* line 155, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob__price {
      position: relative;
      top: auto;
      margin: 30px auto; } }

/* line 164, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
.b-sposob__lbl {
  position: absolute;
  top: -35px;
  left: -65px; }
  @media only screen and (max-width: 1200px) {
    /* line 164, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob__lbl {
      left: 25px;
      -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
      -webkit-transform: scale(0.6);
      transform: scale(0.6); } }
  @media only screen and (max-width: 992px) {
    /* line 164, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob__lbl {
      left: 25px;
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -webkit-transform: scale(0.5);
      transform: scale(0.5); } }
  @media only screen and (max-width: 768px) {
    /* line 164, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob__lbl {
      left: 0px;
      top: -35px;
      -moz-transform: scale(0.4);
      -ms-transform: scale(0.4);
      -webkit-transform: scale(0.4);
      transform: scale(0.4); } }
  @media only screen and (max-width: 480px) {
    /* line 164, ../. ./sass/b-sposob-ostekleniya/_b-sposob-ostekleniya.sass */
    .b-sposob__lbl {
      display: none; } }


@media only screen and (max-width: 1200px) {
	.b-sposob_menutub__item {margin-left: 5px; margin-right: 5px}
	.b-sposob__lbl {left: -40px; top: -75px}
}
@media only screen and (max-width: 992px) {
	.b-sposob__content {margin-top: 25px}
	.b-sposob_menutub__item {font-size: 20px;padding: 10px 25px 6px 25px;}
.b-sposob_menutub {margin-top: 30px}
	.b-sposob__info {top: 10px}
}
.b-footer-menu .container {    padding-right: 0px;
    padding-left: 0px;}

.err {text-align: center; display: table;width: 100%;    margin: 50px auto;}
.err .wrapper {display: table-cell;     height: 65%;  vertical-align: middle;}
.err .wrapper p {font-size: 18px}

@media only screen and (max-width: 480px) {
	.err .wrapper p {font-size: 16px}
}

#happy .modal-header .close {z-index: 999; bottom: 95px}
.es17_bg button.red-button {width: 100%;font-size: 20px;}


form[name="send_review"] input[type="submit"] {

    float: none!important

}
@media (max-width: 992px){
form[name="send_review"] input[type="submit"] {
    width: 260px;
    display: block;
    margin:20px auto 0 auto;
	}}


/* line 1, ../. ./sass/gk-menu/_gk-menu.sass */
.gk-menu {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 40px;
  width: 200px;
  z-index: 50; }

/* line 11, ../. ./sass/gk-menu/_gk-menu.sass */
.gk-menu__block {
  position: absolute;
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 208px;
  -moz-border-radius: 0 0 14px 14px;
  -webkit-border-radius: 0;
  border-radius: 0 0 14px 14px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #dee6e8;
  -moz-box-shadow: 0 5px 5px rgba(196, 212, 218, 0.38);
  -webkit-box-shadow: 0 5px 5px rgba(196, 212, 218, 0.38);
  box-shadow: 0 5px 5px rgba(196, 212, 218, 0.38);
  border: 1px solid #d7d7d7;
  -moz-box-sizing: bordet-box;
  -webkit-box-sizing: bordet-box;
  box-sizing: bordet-box;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "ALSSchlangesans-Black";
  padding: 5px 60px 5px 15px; }
  /* line 27, ../. ./sass/gk-menu/_gk-menu.sass */
  .gk-menu__block:hover {
    opacity: 1; }
  /* line 29, ../. ./sass/gk-menu/_gk-menu.sass */
  .gk-menu__block:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 15px;
    height: 36px;
    width: 62px;
    background: url("/img/gk.png"); }

/* line 42, ../. ./sass/gk-menu/_gk-menu.sass */
.gk-menu__item-main {
  -moz-border-radius: 0 0 14px 14px;
  -webkit-border-radius: 0;
  border-radius: 0 0 14px 14px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #dee6e8;
  -moz-box-shadow: 0 5px 5px rgba(196, 212, 218, 0.38);
  -webkit-box-shadow: 0 5px 5px rgba(196, 212, 218, 0.38);
  box-shadow: 0 5px 5px rgba(196, 212, 218, 0.38);
  border: 1px solid #d7d7d7;
  -moz-box-sizing: bordet-box;
  -webkit-box-sizing: bordet-box;
  box-sizing: bordet-box;
  font-size: 18px;
  font-family: "ALSSchlangesans-Black";
  padding: 7px 60px 5px 28px;
  position: relative;
  line-height: 1;
  text-decoration: none;
  color: #000000; }
  /* line 56, ../. ./sass/gk-menu/_gk-menu.sass */
  .gk-menu__item-main:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 15px;
    height: 36px;
    width: 62px;
    background: url("/img/gk.png"); }

/* line 65, ../. ./sass/gk-menu/_gk-menu.sass */
.gk-menu__item {
  height: 50px;
  width: 150px;
  text-align: right;
  margin: 13px auto 0 auto; }
  /* line 70, ../. ./sass/gk-menu/_gk-menu.sass */
  .gk-menu__item:hover {
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-color: #ebebeb;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.33);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.33); }
  /* line 76, ../. ./sass/gk-menu/_gk-menu.sass */
  .gk-menu__item.active {
    cursor: default;
    text-align: left;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-color: #ebebeb;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.33);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.33); }
    /* line 83, ../. ./sass/gk-menu/_gk-menu.sass */
    .gk-menu__item.active a:hover {
      cursor: default; }

/* line 87, ../. ./sass/gk-menu/_gk-menu.sass */
.gk-menu__blockopen {
  position: absolute;
  top: 0;
  left: 20px;
  -moz-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
  width: 178px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0;
  border-radius: 0 0 15px 15px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  -moz-box-shadow: 0 5px 5px rgba(175, 175, 175, 0.38);
  -webkit-box-shadow: 0 5px 5px rgba(175, 175, 175, 0.38);
  box-shadow: 0 5px 5px rgba(175, 175, 175, 0.38);
  padding-bottom: 20px; }
  /* line 98, ../. ./sass/gk-menu/_gk-menu.sass */
  .gk-menu__blockopen a {
    text-decoration: none;
    color: #000000; }
.zoom-gallery img{width:100%; height:100%}

.prav-info { font-size: 11px;  padding-right: 10px; padding-left: 10px; line-height: 1 }
.prav-info.top20 {margin-top: 20px;}
.prav-info.top10 {margin-top: 10px;}
.prav-info.center {text-align: center;}
.prav-info.grey {color: #cccccc}
.prav-info.grey a{color: #cccccc;  text-decoration: underline;}
.prav-info.grey a:hover{color: #cccccc;  text-decoration: none}
.prav-info.dark {color: rgba(0,0,0,0.5)}
.prav-info.dark a{color: rgba(0,0,0,0.5);text-decoration: underline;}
.prav-info.dark a:hover{color: rgba(0,0,0,0.5); text-decoration: none}
.prav-info .b-link {color: rgba(0,0,0,1)}
.prav-info.white {color: #fff}
.prav-info.white a{color: #fff;text-decoration: underline;}
.prav-info.white a:hover{color: #fff; text-decoration: none}
.prav-info.w80 { width: 80%; margin: 20px auto;}
.prav-info.mb30  {  margin-bottom: 30px;}
.b-sms_bg .b-sms__undertext {margin-bottom: 15px}
.es1_otzivy__form_bg {  margin: 0 auto 10px auto;}
.b-sms-form {width: 560px}
.b-sms-form form {margin-bottom: 0}
.b-vid__form .prav-info {padding-left: 0; padding-right: 0}

#bom {display: none}
#bom .modal-dialog { background: url(/img/bg.png) no-repeat top center #fff; width: 520px; background-size: 96%; height: 640px;  border-radius: 6px}
#bom .modal-content {background: none; border: 0; width: 520px; height: 640px}
#bom  .modal-header {height: 15px;padding: 0 }
#bom  .modal-header .close {float: none; width: 25px; height: 25px; line-height: 1; text-shadow: none; margin: 0; position: absolute; top: 5px; right: 0; z-index:5}
#bom .modal_zag { margin: 0 auto 225px; color: #171616; font-size: 49px; text-align: center; text-transform: uppercase; font-family: 'ALSSchlangesans-Black';
    line-height: 1}
#bom  .madal_t1 { text-align: center; font-size: 26px; line-height: 1.2;     width: 80%; margin: 0 auto}
#bom  .madal_t1 span {color: red}
#bom .modal_input_ema { margin: 0 auto 10px; background: url(/img/input.png) no-repeat left top; width: 390px; height: 55px; margin-bottom: 15px;margin-top: 10px}
#bom  .modal_input_ema input { font-family: 'Roboto', sans-serif;  font-size: 18px;  font-weight: 300; font-style: italic;  height: 34px;
    margin: 10px 0 0 15px;  width: 355px; border: 0;  background: none}
#bom  .gift_but { text-align: center; position: relative}
#bom .modal_form_gift {margin-top: 25px}
#bom .prav-info.top10 {margin-top: 20px;}
@media (max-width: 768px){
#bom .modal-dialog {  background: url(/img/bg.png) no-repeat center 40px #fff; background-size: 100%; width: 300px;  height: 530px;  margin:30px auto;  border-radius: 6px  }
#bom .modal-content { background: none;   border: 0;  width: 300px; height: 530px }
#bom .modal-header .close {float: none; line-height: 1; text-shadow: none;margin: 0; position: absolute; top: 5px; right: 0}
#bom .modal_zag {margin: 0 auto 180px; color: #171616; font-size: 29px; text-align: center; text-transform: uppercase; font-family: 'ALSSchlangesans-Black'; line-height: 1 }
#bom .madal_t1 {font-size: 22px;text-align: center;margin-bottom: 10px; width: 96%;margin-left: auto; margin-right: auto; line-height: 1}
#bom .modal_input_ema {margin: 0 auto 10px; background: url(/img/modal_input_tel_sm.png) no-repeat left top; width: 260px; height: 55px;}
#bom .modal_input_ema input {font-family: 'Roboto', sans-serif; font-size: 18px;  font-weight: 300;
        font-style: italic; height: 34px;  margin: 10px 0 0 45px; width: 230px; border: 0; background: none }
#bom .gift_but {text-align: center; position: relative}
}

    .fireworks-bg {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1041;
    }
    .pyro > .before, .pyro > .after {
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
        -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
        -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
        -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
        -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
        animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    }

    .pyro > .after {
        -moz-animation-delay: 1.25s, 1.25s, 1.25s;
        -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
        -o-animation-delay: 1.25s, 1.25s, 1.25s;
        -ms-animation-delay: 1.25s, 1.25s, 1.25s;
        animation-delay: 1.25s, 1.25s, 1.25s;
        -moz-animation-duration: 1.25s, 1.25s, 6.25s;
        -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
        -o-animation-duration: 1.25s, 1.25s, 6.25s;
        -ms-animation-duration: 1.25s, 1.25s, 6.25s;
        animation-duration: 1.25s, 1.25s, 6.25s;
    }

    @-webkit-keyframes bang {
        to {
            box-shadow: 119px 69.3333333333px #8cff00, 247px -58.6666666667px #ff001e, -147px -216.6666666667px #6fff00, 178px 80.3333333333px #ff002f, -116px 44.3333333333px deepskyblue, 202px -94.6666666667px #ff0026, 50px -51.6666666667px #002fff, 6px -56.6666666667px #ff0080, -242px -388.6666666667px #006fff, 174px -207.6666666667px #ff0011, -102px -383.6666666667px #0033ff, -139px -6.6666666667px #59ff00, 129px 19.3333333333px #5eff00, -234px -20.6666666667px #cc00ff, 125px -387.6666666667px #00ff0d, -25px -127.6666666667px #1aff00, 142px -259.6666666667px #7300ff, -217px 48.3333333333px #ff00cc, 203px -372.6666666667px #ff008c, -181px -22.6666666667px #0051ff, -42px -378.6666666667px #e600ff, -32px -85.6666666667px #00eaff, -176px 57.3333333333px #8400ff, 17px -168.6666666667px #00ff26, -221px -322.6666666667px #00ffa2, 144px -313.6666666667px #00fff7, 121px -185.6666666667px #00fffb, -99px -6.6666666667px #ff0037, -47px -353.6666666667px #00ffea, -214px -390.6666666667px #ffbb00, -150px 82.3333333333px #00bbff, -12px -16.6666666667px #0026ff, 111px -241.6666666667px #1a00ff, 151px -231.6666666667px #000dff, 27px -131.6666666667px #00ff26, 143px 75.3333333333px #e6ff00, 166px -148.6666666667px #66ff00, -234px -356.6666666667px #00fff7, -75px -125.6666666667px #ff9500, -117px 21.3333333333px #ff00d9, 181px -9.6666666667px #e1ff00, -207px -208.6666666667px #0026ff, 52px -216.6666666667px #9900ff, -162px -393.6666666667px #3300ff, 115px -121.6666666667px #00ffae, -90px -338.6666666667px #00ffbf, -14px 71.3333333333px #eeff00, -153px -166.6666666667px #00ffd9, 157px -285.6666666667px #ff3c00, -27px -256.6666666667px #00ff1e, 55px -63.6666666667px #ff9500, 74px -362.6666666667px #008cff, 233px -197.6666666667px #ffe600, -135px 75.3333333333px #00d0ff, -124px -251.6666666667px #ff2200, -114px -287.6666666667px #ff0055, -20px 67.3333333333px #0095ff, -13px -259.6666666667px #ff9500, -77px -391.6666666667px #00ffb3, 85px -154.6666666667px #ff005e, -201px -27.6666666667px #4800ff, -109px 20.3333333333px #2fff00, 169px -101.6666666667px #00ff66, -3px -345.6666666667px #4000ff, 23px -24.6666666667px darkorange, 23px -195.6666666667px #ff00cc, 227px -180.6666666667px #73ff00, -239px -407.6666666667px #ff00a2, 94px -408.6666666667px #ff0022, 116px -276.6666666667px #006aff, -130px -211.6666666667px #006fff, 178px -168.6666666667px #0077ff, -220px -11.6666666667px #00a2ff, -109px 53.3333333333px #ff6600, 121px -118.6666666667px #0048ff, -78px -267.6666666667px #fffb00, -88px -414.6666666667px #00f7ff, 111px -325.6666666667px #ff0004, -196px -407.6666666667px #ff0d00, 100px -225.6666666667px #0048ff, -176px 68.3333333333px #ffbf00;
        }
    }
    @-moz-keyframes bang {
        to {
            box-shadow: 119px 69.3333333333px #8cff00, 247px -58.6666666667px #ff001e, -147px -216.6666666667px #6fff00, 178px 80.3333333333px #ff002f, -116px 44.3333333333px deepskyblue, 202px -94.6666666667px #ff0026, 50px -51.6666666667px #002fff, 6px -56.6666666667px #ff0080, -242px -388.6666666667px #006fff, 174px -207.6666666667px #ff0011, -102px -383.6666666667px #0033ff, -139px -6.6666666667px #59ff00, 129px 19.3333333333px #5eff00, -234px -20.6666666667px #cc00ff, 125px -387.6666666667px #00ff0d, -25px -127.6666666667px #1aff00, 142px -259.6666666667px #7300ff, -217px 48.3333333333px #ff00cc, 203px -372.6666666667px #ff008c, -181px -22.6666666667px #0051ff, -42px -378.6666666667px #e600ff, -32px -85.6666666667px #00eaff, -176px 57.3333333333px #8400ff, 17px -168.6666666667px #00ff26, -221px -322.6666666667px #00ffa2, 144px -313.6666666667px #00fff7, 121px -185.6666666667px #00fffb, -99px -6.6666666667px #ff0037, -47px -353.6666666667px #00ffea, -214px -390.6666666667px #ffbb00, -150px 82.3333333333px #00bbff, -12px -16.6666666667px #0026ff, 111px -241.6666666667px #1a00ff, 151px -231.6666666667px #000dff, 27px -131.6666666667px #00ff26, 143px 75.3333333333px #e6ff00, 166px -148.6666666667px #66ff00, -234px -356.6666666667px #00fff7, -75px -125.6666666667px #ff9500, -117px 21.3333333333px #ff00d9, 181px -9.6666666667px #e1ff00, -207px -208.6666666667px #0026ff, 52px -216.6666666667px #9900ff, -162px -393.6666666667px #3300ff, 115px -121.6666666667px #00ffae, -90px -338.6666666667px #00ffbf, -14px 71.3333333333px #eeff00, -153px -166.6666666667px #00ffd9, 157px -285.6666666667px #ff3c00, -27px -256.6666666667px #00ff1e, 55px -63.6666666667px #ff9500, 74px -362.6666666667px #008cff, 233px -197.6666666667px #ffe600, -135px 75.3333333333px #00d0ff, -124px -251.6666666667px #ff2200, -114px -287.6666666667px #ff0055, -20px 67.3333333333px #0095ff, -13px -259.6666666667px #ff9500, -77px -391.6666666667px #00ffb3, 85px -154.6666666667px #ff005e, -201px -27.6666666667px #4800ff, -109px 20.3333333333px #2fff00, 169px -101.6666666667px #00ff66, -3px -345.6666666667px #4000ff, 23px -24.6666666667px darkorange, 23px -195.6666666667px #ff00cc, 227px -180.6666666667px #73ff00, -239px -407.6666666667px #ff00a2, 94px -408.6666666667px #ff0022, 116px -276.6666666667px #006aff, -130px -211.6666666667px #006fff, 178px -168.6666666667px #0077ff, -220px -11.6666666667px #00a2ff, -109px 53.3333333333px #ff6600, 121px -118.6666666667px #0048ff, -78px -267.6666666667px #fffb00, -88px -414.6666666667px #00f7ff, 111px -325.6666666667px #ff0004, -196px -407.6666666667px #ff0d00, 100px -225.6666666667px #0048ff, -176px 68.3333333333px #ffbf00;
        }
    }
    @-o-keyframes bang {
        to {
            box-shadow: 119px 69.3333333333px #8cff00, 247px -58.6666666667px #ff001e, -147px -216.6666666667px #6fff00, 178px 80.3333333333px #ff002f, -116px 44.3333333333px deepskyblue, 202px -94.6666666667px #ff0026, 50px -51.6666666667px #002fff, 6px -56.6666666667px #ff0080, -242px -388.6666666667px #006fff, 174px -207.6666666667px #ff0011, -102px -383.6666666667px #0033ff, -139px -6.6666666667px #59ff00, 129px 19.3333333333px #5eff00, -234px -20.6666666667px #cc00ff, 125px -387.6666666667px #00ff0d, -25px -127.6666666667px #1aff00, 142px -259.6666666667px #7300ff, -217px 48.3333333333px #ff00cc, 203px -372.6666666667px #ff008c, -181px -22.6666666667px #0051ff, -42px -378.6666666667px #e600ff, -32px -85.6666666667px #00eaff, -176px 57.3333333333px #8400ff, 17px -168.6666666667px #00ff26, -221px -322.6666666667px #00ffa2, 144px -313.6666666667px #00fff7, 121px -185.6666666667px #00fffb, -99px -6.6666666667px #ff0037, -47px -353.6666666667px #00ffea, -214px -390.6666666667px #ffbb00, -150px 82.3333333333px #00bbff, -12px -16.6666666667px #0026ff, 111px -241.6666666667px #1a00ff, 151px -231.6666666667px #000dff, 27px -131.6666666667px #00ff26, 143px 75.3333333333px #e6ff00, 166px -148.6666666667px #66ff00, -234px -356.6666666667px #00fff7, -75px -125.6666666667px #ff9500, -117px 21.3333333333px #ff00d9, 181px -9.6666666667px #e1ff00, -207px -208.6666666667px #0026ff, 52px -216.6666666667px #9900ff, -162px -393.6666666667px #3300ff, 115px -121.6666666667px #00ffae, -90px -338.6666666667px #00ffbf, -14px 71.3333333333px #eeff00, -153px -166.6666666667px #00ffd9, 157px -285.6666666667px #ff3c00, -27px -256.6666666667px #00ff1e, 55px -63.6666666667px #ff9500, 74px -362.6666666667px #008cff, 233px -197.6666666667px #ffe600, -135px 75.3333333333px #00d0ff, -124px -251.6666666667px #ff2200, -114px -287.6666666667px #ff0055, -20px 67.3333333333px #0095ff, -13px -259.6666666667px #ff9500, -77px -391.6666666667px #00ffb3, 85px -154.6666666667px #ff005e, -201px -27.6666666667px #4800ff, -109px 20.3333333333px #2fff00, 169px -101.6666666667px #00ff66, -3px -345.6666666667px #4000ff, 23px -24.6666666667px darkorange, 23px -195.6666666667px #ff00cc, 227px -180.6666666667px #73ff00, -239px -407.6666666667px #ff00a2, 94px -408.6666666667px #ff0022, 116px -276.6666666667px #006aff, -130px -211.6666666667px #006fff, 178px -168.6666666667px #0077ff, -220px -11.6666666667px #00a2ff, -109px 53.3333333333px #ff6600, 121px -118.6666666667px #0048ff, -78px -267.6666666667px #fffb00, -88px -414.6666666667px #00f7ff, 111px -325.6666666667px #ff0004, -196px -407.6666666667px #ff0d00, 100px -225.6666666667px #0048ff, -176px 68.3333333333px #ffbf00;
        }
    }
    @-ms-keyframes bang {
        to {
            box-shadow: 119px 69.3333333333px #8cff00, 247px -58.6666666667px #ff001e, -147px -216.6666666667px #6fff00, 178px 80.3333333333px #ff002f, -116px 44.3333333333px deepskyblue, 202px -94.6666666667px #ff0026, 50px -51.6666666667px #002fff, 6px -56.6666666667px #ff0080, -242px -388.6666666667px #006fff, 174px -207.6666666667px #ff0011, -102px -383.6666666667px #0033ff, -139px -6.6666666667px #59ff00, 129px 19.3333333333px #5eff00, -234px -20.6666666667px #cc00ff, 125px -387.6666666667px #00ff0d, -25px -127.6666666667px #1aff00, 142px -259.6666666667px #7300ff, -217px 48.3333333333px #ff00cc, 203px -372.6666666667px #ff008c, -181px -22.6666666667px #0051ff, -42px -378.6666666667px #e600ff, -32px -85.6666666667px #00eaff, -176px 57.3333333333px #8400ff, 17px -168.6666666667px #00ff26, -221px -322.6666666667px #00ffa2, 144px -313.6666666667px #00fff7, 121px -185.6666666667px #00fffb, -99px -6.6666666667px #ff0037, -47px -353.6666666667px #00ffea, -214px -390.6666666667px #ffbb00, -150px 82.3333333333px #00bbff, -12px -16.6666666667px #0026ff, 111px -241.6666666667px #1a00ff, 151px -231.6666666667px #000dff, 27px -131.6666666667px #00ff26, 143px 75.3333333333px #e6ff00, 166px -148.6666666667px #66ff00, -234px -356.6666666667px #00fff7, -75px -125.6666666667px #ff9500, -117px 21.3333333333px #ff00d9, 181px -9.6666666667px #e1ff00, -207px -208.6666666667px #0026ff, 52px -216.6666666667px #9900ff, -162px -393.6666666667px #3300ff, 115px -121.6666666667px #00ffae, -90px -338.6666666667px #00ffbf, -14px 71.3333333333px #eeff00, -153px -166.6666666667px #00ffd9, 157px -285.6666666667px #ff3c00, -27px -256.6666666667px #00ff1e, 55px -63.6666666667px #ff9500, 74px -362.6666666667px #008cff, 233px -197.6666666667px #ffe600, -135px 75.3333333333px #00d0ff, -124px -251.6666666667px #ff2200, -114px -287.6666666667px #ff0055, -20px 67.3333333333px #0095ff, -13px -259.6666666667px #ff9500, -77px -391.6666666667px #00ffb3, 85px -154.6666666667px #ff005e, -201px -27.6666666667px #4800ff, -109px 20.3333333333px #2fff00, 169px -101.6666666667px #00ff66, -3px -345.6666666667px #4000ff, 23px -24.6666666667px darkorange, 23px -195.6666666667px #ff00cc, 227px -180.6666666667px #73ff00, -239px -407.6666666667px #ff00a2, 94px -408.6666666667px #ff0022, 116px -276.6666666667px #006aff, -130px -211.6666666667px #006fff, 178px -168.6666666667px #0077ff, -220px -11.6666666667px #00a2ff, -109px 53.3333333333px #ff6600, 121px -118.6666666667px #0048ff, -78px -267.6666666667px #fffb00, -88px -414.6666666667px #00f7ff, 111px -325.6666666667px #ff0004, -196px -407.6666666667px #ff0d00, 100px -225.6666666667px #0048ff, -176px 68.3333333333px #ffbf00;
        }
    }
    @keyframes bang {
        to {
            box-shadow: 119px 69.3333333333px #8cff00, 247px -58.6666666667px #ff001e, -147px -216.6666666667px #6fff00, 178px 80.3333333333px #ff002f, -116px 44.3333333333px deepskyblue, 202px -94.6666666667px #ff0026, 50px -51.6666666667px #002fff, 6px -56.6666666667px #ff0080, -242px -388.6666666667px #006fff, 174px -207.6666666667px #ff0011, -102px -383.6666666667px #0033ff, -139px -6.6666666667px #59ff00, 129px 19.3333333333px #5eff00, -234px -20.6666666667px #cc00ff, 125px -387.6666666667px #00ff0d, -25px -127.6666666667px #1aff00, 142px -259.6666666667px #7300ff, -217px 48.3333333333px #ff00cc, 203px -372.6666666667px #ff008c, -181px -22.6666666667px #0051ff, -42px -378.6666666667px #e600ff, -32px -85.6666666667px #00eaff, -176px 57.3333333333px #8400ff, 17px -168.6666666667px #00ff26, -221px -322.6666666667px #00ffa2, 144px -313.6666666667px #00fff7, 121px -185.6666666667px #00fffb, -99px -6.6666666667px #ff0037, -47px -353.6666666667px #00ffea, -214px -390.6666666667px #ffbb00, -150px 82.3333333333px #00bbff, -12px -16.6666666667px #0026ff, 111px -241.6666666667px #1a00ff, 151px -231.6666666667px #000dff, 27px -131.6666666667px #00ff26, 143px 75.3333333333px #e6ff00, 166px -148.6666666667px #66ff00, -234px -356.6666666667px #00fff7, -75px -125.6666666667px #ff9500, -117px 21.3333333333px #ff00d9, 181px -9.6666666667px #e1ff00, -207px -208.6666666667px #0026ff, 52px -216.6666666667px #9900ff, -162px -393.6666666667px #3300ff, 115px -121.6666666667px #00ffae, -90px -338.6666666667px #00ffbf, -14px 71.3333333333px #eeff00, -153px -166.6666666667px #00ffd9, 157px -285.6666666667px #ff3c00, -27px -256.6666666667px #00ff1e, 55px -63.6666666667px #ff9500, 74px -362.6666666667px #008cff, 233px -197.6666666667px #ffe600, -135px 75.3333333333px #00d0ff, -124px -251.6666666667px #ff2200, -114px -287.6666666667px #ff0055, -20px 67.3333333333px #0095ff, -13px -259.6666666667px #ff9500, -77px -391.6666666667px #00ffb3, 85px -154.6666666667px #ff005e, -201px -27.6666666667px #4800ff, -109px 20.3333333333px #2fff00, 169px -101.6666666667px #00ff66, -3px -345.6666666667px #4000ff, 23px -24.6666666667px darkorange, 23px -195.6666666667px #ff00cc, 227px -180.6666666667px #73ff00, -239px -407.6666666667px #ff00a2, 94px -408.6666666667px #ff0022, 116px -276.6666666667px #006aff, -130px -211.6666666667px #006fff, 178px -168.6666666667px #0077ff, -220px -11.6666666667px #00a2ff, -109px 53.3333333333px #ff6600, 121px -118.6666666667px #0048ff, -78px -267.6666666667px #fffb00, -88px -414.6666666667px #00f7ff, 111px -325.6666666667px #ff0004, -196px -407.6666666667px #ff0d00, 100px -225.6666666667px #0048ff, -176px 68.3333333333px #ffbf00;
        }
    }
    @-webkit-keyframes gravity {
        to {
            transform: translateY(200px);
            -moz-transform: translateY(200px);
            -webkit-transform: translateY(200px);
            -o-transform: translateY(200px);
            -ms-transform: translateY(200px);
            opacity: 0;
        }
    }
    @-moz-keyframes gravity {
        to {
            transform: translateY(200px);
            -moz-transform: translateY(200px);
            -webkit-transform: translateY(200px);
            -o-transform: translateY(200px);
            -ms-transform: translateY(200px);
            opacity: 0;
        }
    }
    @-o-keyframes gravity {
        to {
            transform: translateY(200px);
            -moz-transform: translateY(200px);
            -webkit-transform: translateY(200px);
            -o-transform: translateY(200px);
            -ms-transform: translateY(200px);
            opacity: 0;
        }
    }
    @-ms-keyframes gravity {
        to {
            transform: translateY(200px);
            -moz-transform: translateY(200px);
            -webkit-transform: translateY(200px);
            -o-transform: translateY(200px);
            -ms-transform: translateY(200px);
            opacity: 0;
        }
    }
    @keyframes gravity {
        to {
            transform: translateY(200px);
            -moz-transform: translateY(200px);
            -webkit-transform: translateY(200px);
            -o-transform: translateY(200px);
            -ms-transform: translateY(200px);
            opacity: 0;
        }
    }
    @-webkit-keyframes position {
        0%, 19.9% {
            margin-top: 10%;
            margin-left: 40%;
        }
        20%, 39.9% {
            margin-top: 40%;
            margin-left: 30%;
        }
        40%, 59.9% {
            margin-top: 20%;
            margin-left: 70%;
        }
        60%, 79.9% {
            margin-top: 30%;
            margin-left: 20%;
        }
        80%, 99.9% {
            margin-top: 30%;
            margin-left: 80%;
        }
    }
    @-moz-keyframes position {
        0%, 19.9% {
            margin-top: 10%;
            margin-left: 40%;
        }
        20%, 39.9% {
            margin-top: 40%;
            margin-left: 30%;
        }
        40%, 59.9% {
            margin-top: 20%;
            margin-left: 70%;
        }
        60%, 79.9% {
            margin-top: 30%;
            margin-left: 20%;
        }
        80%, 99.9% {
            margin-top: 30%;
            margin-left: 80%;
        }
    }
    @-o-keyframes position {
        0%, 19.9% {
            margin-top: 10%;
            margin-left: 40%;
        }
        20%, 39.9% {
            margin-top: 40%;
            margin-left: 30%;
        }
        40%, 59.9% {
            margin-top: 20%;
            margin-left: 70%;
        }
        60%, 79.9% {
            margin-top: 30%;
            margin-left: 20%;
        }
        80%, 99.9% {
            margin-top: 30%;
            margin-left: 80%;
        }
    }
    @-ms-keyframes position {
        0%, 19.9% {
            margin-top: 10%;
            margin-left: 40%;
        }
        20%, 39.9% {
            margin-top: 40%;
            margin-left: 30%;
        }
        40%, 59.9% {
            margin-top: 20%;
            margin-left: 70%;
        }
        60%, 79.9% {
            margin-top: 30%;
            margin-left: 20%;
        }
        80%, 99.9% {
            margin-top: 30%;
            margin-left: 80%;
        }
    }
    @keyframes position {
        0%, 19.9% {
            margin-top: 10%;
            margin-left: 40%;
        }
        20%, 39.9% {
            margin-top: 40%;
            margin-left: 30%;
        }
        40%, 59.9% {
            margin-top: 20%;
            margin-left: 70%;
        }
        60%, 79.9% {
            margin-top: 30%;
            margin-left: 20%;
        }
        80%, 99.9% {
            margin-top: 30%;
            margin-left: 80%;
        }
    }


    .bom-container svg {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        fill: rgba(255, 0, 0, 0.1);
        stroke: #fd8768;
        stroke-width: 20px;
        stroke-linecap: butt;
        stroke-linejoin: miter;
        filter: drop-shadow(0px 0px 1px #ba003f);
        transform-style: preserve-3d;
        perspective-origin: center cetner;
        perspective: 300;
    }

    .bom-img {
        width: 90px;
    }

    .spark {
        position: absolute;
        fill: url(/css/#sparkgrad);
        opacity: 0;
        transform-origin: 50% 50%;
        transform: translate(0px, 0px);
        animation: floatUp 800ms linear infinite forwards;
    }

    .sp1 {
        animation-delay: 0ms;
    }

    .sp2 {
        animation-delay: 205ms;
    }

    .sp3 {
        animation-delay: 415ms;
    }

    .sp4 {
        animation-delay: 600ms;
    }

    .sp5 {
        animation-delay: 310ms;
    }

    .spark3 .sp1 {
        animation-delay: 110ms;
    }

    .spark3 .sp2 {
        animation-delay: 600ms;
    }

    .spark3 .sp3 {
        animation-delay: 1000ms;
    }

    .spark3 .sp4 {
        animation-delay: 300ms;
    }

    .spark3 .sp5 {
        animation-delay: 700ms;
    }

    @keyframes floatUp {
        0% {
            transform: translate(0px, 0px) rotate3d(0, 0, 0, 0deg);
            opacity: 1
        }
        5% {
            transform: translate(5px, -10px) rotate3d(2, 4, 1, 40deg);
        }
        6% {
            transform: translate(5px, -10px) rotate3d(2, 4, 1, 30deg);
            opacity: 0.8;
        }
        30% {
            transform: translate(0px, -50px) rotate3d(2, 8, 1, -20deg) scale(1.2);
            opacity: 0.1;
        }
        49% {
            transform: translate(-10px, -60px) rotate3d(2, 4, 1, 40deg);
            opacity: 0;
        }
        50% {
            transform: translate(0px, -60px) rotate3d(2, 4, 1, -40deg);
            opacity: 0;
        }
        90% {
            transform: translate(5px, -70px) rotate3d(2, 4, 0, 40deg);
            opacity: 0
        }
        100% {
            transform: translate(5px, -70px) rotate3d(2, 4, 0, 40deg);
            opacity: 0
        }
    }

    .bom-img {
        position: relative;
        z-index: 2;
    }

    .bom-label {
        position: absolute;
        opacity: 0;
        transition: .5s;
        top: 55px;
        padding-left: 30px;
        font-size: 14px;
        padding-top: 1px;
        line-height: 24px;
        color: #000;
        padding-right: 16px;
        left: 70px;
        background-color: #ffe600;
        white-space: nowrap;
        text-decoration: none;
        -moz-box-shadow: 0px 5px 10px #888;
        -webkit-box-shadow: 0px 5px 10px #888;
        box-shadow: 0px 2px 5px #888;
    }

    .bom-label:hover {
        color: #000;
        text-decoration: none
    }

    .bom-label.active {
        opacity: 1;
    }


    .bom-container {
        opacity: 0.5;
        position: fixed;
        bottom: 10px;
        left: 10px;
        z-index: 99;
        cursor: pointer;
        font-family: "GothaProBol";
    }

    .bom-container:hover {
        opacity: 1;
    }

    .bom_timer {
        color: white;
        font-size: 42px;
        position: absolute;
        left: 13%;
        top: 35%;
        z-index: 3;
        text-align: center;
        width: 60px;


    }

    .red .bom_timer {
        color: red !important;
    }

    .white .bom_timer {
        color: white !important;;
    }

    .bom-wick {
        position: absolute;
        top: 4px;
        right: 5px;
        z-index: 4;
    }

    .bom-wick_flame {
        border-radius: 50%;
        position: absolute;
        width: 2px;
        top: -3px;
        height: 4px;
        background: red;
        animation: shadow 1s infinite alternate;
    }

    .bom-wick_sparks {
        position: absolute;
        top: -21px;
        left: -17px;
        width: 30px;
        height: 30px;
    }

    .bom-wick-3 {
        top: 3px;
        right: 8px;
    }

    .bom-wick-4 {
        top: 3px;
        right: 13px;
    }

    .bom-wick-5 {
        top: 5px;
        right: 17px;
    }

    .bom-wick-6 {
        top: 7px;
        right: 20px;
    }

    .bom-wick-7 {
        top: 9px;
        right: 23px;
    }

    .bom-wick-8 {
        top: 10px;
        right: 24px;
    }

    .bom-wick-9 {
        top: 13px;
        right: 26px;
    }

    .bom-wick-10 {
        top: 18px;
        right: 30px;
    }

    .bom-wick-11 {
        top: 20px;
        right: 32px;
    }

    .bom-wick-12 {
        top: 24px;
        right: 35px;
    }

    .bom-wick::before {
        content: '';
    }

    @keyframes shadow {
        from {
            box-shadow: 0 0 4px 1px red;
        }
        to {
            box-shadow: 0 0 2px 2px red;
        }
    }

    @media only screen and (max-width: 768px) {
        .bom-img {
            width: 60px;
        }

        .bom-container {
            bottom: 10px;
            left: 10px;
        }

        .bom_timer {
            font-size: 32px;
            left: -3%;
            top: 31%
        }

        .bom-label {
            top: 34px;
            padding-left: 20px;
            font-size: 12px;
            padding-top: 1px;
            line-height: 24px;
            padding-right: 16px;
            left: 45px;
        }

        .bom-wick-4 {
            top: 3px;
            right: 11px;
        }

        .bom-wick-5 {
            top: 3px;
            right: 12px;
        }

        .bom-wick-6 {
            top: 4px;
            right: 13px;
        }

        .bom-wick-7 {
            top: 5px;
            right: 14px;
        }

        .bom-wick-8 {
            top: 6px;
            right: 15px;
        }

        .bom-wick-9 {
            top: 7px;
            right: 19px;
        }

        .bom-wick-10 {
            top: 8px;
            right: 19px;
        }

        .bom-wick-11 {
            top: 10px;
            right: 21px;
        }

        .bom-wick-12 {
            top: 14px;
            right: 23px;
        }
    }

    @media only screen and (max-width: 480px) {
        .bom-img {
            width: 46px;
        }

        .bom-container {
            bottom: 10px;
            left: 10px;
        }

        .bom_timer {
            font-size: 24px;
            left: -16%
        }

        .bom-label {
            top: 20px;
            padding-left: 20px;
            font-size: 12px;
            padding-top: 2px;
            padding-bottom: 3px;
            line-height: 1.1;
            padding-right: 16px;
            left: 33px;
            white-space: normal;
            width: 200px;
            letter-spacing: 0.3px;
        }

        .bom-wick {
            top: 2px;
        }

        .bom-wick-3 {
            top: 2px;
            right: 4px;
        }

        .bom-wick-4 {
            top: 3px;
            right: 6px;
        }

        .bom-wick-5 {
            top: 3px;
            right: 9px;
        }

        .bom-wick-6 {
            top: 3px;
            right: 9px;
        }

        .bom-wick-7 {
            top: 4px;
            right: 10px;
        }

        .bom-wick-8 {
            top: 5px;
            right: 12px;
        }

        .bom-wick-9 {
            top: 6px;
            right: 13px;
        }

        .bom-wick-10 {
            top: 8px;
            right: 15px;
        }

        .bom-wick-11 {
            top: 10px;
            right: 18px;
        }

        .bom-wick-12 {
            top: 12px;
            right: 19px;
        }


    }


.input-error {
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,8,8,1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255,8,8,1);
  box-shadow: inset 0px 0px 0px 2px rgba(255,8,8,1);
  border-radius: 5px;
}
/* line 1, ../. ./sass/blocks/whatsapp/_whatsapp.sass */
.b-whats { display: flex;justify-content: flex-end;
    align-items: flex-end; }
.b-flex2 { display: flex;}
.whatsapp {
  position: relative;
  width: 50px;
  height: 50px;
  background: url("/img/what.png") center;
  margin-right: 20px; }
  /* line 9, ../. ./sass/blocks/whatsapp/_whatsapp.sass */
  .whatsapp .count {
    display: block;
    position: absolute;
    top: 0px;
    right: -2px;
    color: #fff;
    background-color: red;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 18px;
    font-size: 14px !important;
    padding-top: 3px;
    text-align: center;line-height: 1.2; }

/* line 22, ../. ./sass/blocks/whatsapp/_whatsapp.sass */
.whatsapp-top {
  position: relative;
  width: 36px;
  height: 36px;
  background: url("/img/what2.png") center;
  background-size: cover;margin-left: 7px; }
  /* line 30, ../. ./sass/blocks/whatsapp/_whatsapp.sass */
  .whatsapp-top span {
    display: block;
    position: absolute;
    top: 0px;
    right: -3px;
    color: #fff;
    background-color: red;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 14px;
    padding-top: 1px;
    text-align: center;line-height: 1; }

.es19_bg .es19_cont .es19_telemail { background: none;padding-left: 25px;}
.es19_bg .es19_cont .es19_time { line-height: 1.5; width: 120px;  color: #1b1c1c;  font-size: 16px;  float: left;  margin-top: 25px;}
@media only screen and (max-width: 1200px) {
  .whatsapp-top { position: relative;  width: 30px; height: 30px; }
  .whatsapp { margin-left: 0px; margin-right: 20px; } 
	.top_block .top_block__vamperez { margin-right: 0px;}
}
@media only screen and (max-width: 992px) {
	.top_block { text-align: center;}
  .top_block__item { display: inline-block; }
  .whatsapp .count { margin-top: 0; }
  .whatsapp-top { margin-right: 5px; }
  .b-foot { position: relative; }
  .b-whats {  position: relative; z-index: 100 } 
	.es19_bg .es19_cont {display: inline-flex;}
	.es19_bg .es19_cont .es19_telemail {  background: none;   padding-left: 0;   text-align: left;}

}
@media only screen and (max-width: 768px) {
	.b-whats { display: inline-flex;}
}
@media only screen and (max-width: 480px){
	.es17_bg .es17__bcons {  font-size: 30px;}
}
.grafik {margin-bottom: 50px; margin-top:50px}
.grafik__ttl {font-size: 44px; text-align: center; line-height: 1.1;font-family: 'ALSSchlangesans-Black';}
.grafik__ttl span.color{    color: rgb(255, 213, 0);display: block;}
.grafik__ttl span {white-space: nowrap;}
.grafik__desc {font-size: 14px; color: rgb(174, 174, 174); line-height: 1; font-style: italic; text-align: center;margin-top: 5px;}
.grafik__block {display:flex;    align-items: center;  justify-content: center; margin-top: 50px}

.grafik__item_ttl {font-size:18px;text-align: center;}
.grafik__item_ttl._red {    color: #ff0000;}
.grafik__block .iframe_block {overflow: hidden;width: 278px; height: 340px; }
.grafik__block .iframe_block._color {background-color: #eff1f5;}
.grafik__block .iframe_label {color: #28467f;  padding: 16px 0px 12px 20px; font-size: 14px;border-bottom: 1px solid #d6d9e0; }
.grafik__block .iframe_label span {margin-right: 50px}
.iframe-parametr {padding: 15px 20px; line-height:2.32; font-size: 16px}
.iframe-parametr .exchange-rates_item  { width: 100%!important;    display: flex; justify-content: space-between;}  
.iframe-parametr div.exchange-rates__down .exchange-rates_diff {color: #ef2d1d}
.iframe-parametr div.exchange-rates__up .exchange-rates_diff {color: #1baf5d}
.exchange-rates_date { width:85px;    display: inline-block;} 
.exchange-rates_rate { width:85px;    display: inline-block;}  
.exchange-rates_diff   { text-align: right; display: inline-block;  width: 55px; }
.grafik__block	.iframe_class {
border: 0px;
    margin-left: -35px;
    margin-top: -380px;
		width: 1000px;
		height: 1000px;
	}

@media (max-width: 992px){
.iframe_block {display: none}
}
@media (max-width: 768px){
.grafik__block_item img {    max-width: 659px;  width: 100%;}
}
@media (max-width: 480px){
.grafik__item_ttl {font-size:16px}
}
.b-es5__block .red-button {    padding: 11px 35px;}
.es3__phone_block {display: flex;}
@media (max-width: 768px){
.es3__phone_block {display: block;}
.es3__ttl_2 { text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0.01em 0.01em 0.04em rgba(0, 0, 0, 0.6);}
}

.b-card__item ul {  padding-left: 0;}
.b-card__item ul li {  list-style-type: none;   text-align: left;    position: relative;    padding: 5px 0 5px 33px;    font-size: 18px;    font-family: Roboto, sans-serif;}
.b-card__item ul li:before {    content: "";    display: block;    position: absolute;    top: 7px;    left: 5px;    background-image: url(/img/icon/check.png);
	background-repeat: no-repeat;   height: 19px;    width: 19px;}


.card {
  padding-top: 35px; }

  .card h1 {
    font-size: 46px;
    color: #000000;
    text-align: center;
    font-family: "ALSSchlangesans-Black"; }

  .card .swiper-slide {
    text-align: center; }

  .card .card__bigpict {
    width: 650px;
    height: 473px;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #ebebed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative; }
    .card .card__bigpict img {
      max-width: 100%;
      max-height: 100%; }

      .card .card__bigpict img.sale {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 150px; }

  .card .card_size {
    margin-top: 20px; }

  .card .katalog__size_item.color {
    margin: 8px 0 0 0px; }

  .card .katalog__size_item.color .b-input_type_checkbox img {
    margin: 0 auto 5px auto; }

  .card .katalog__size_item.color .b-input_type_checkbox label {
    margin-bottom: 0; }

  .card .card_size {
    margin-bottom: 0px; }

  .card .b-input_type_checkbox {
    display: inline-block;
    margin: 0 2px 6px 2px;
    vertical-align: top; }
    @media (max-width: 480px) {
      .card .b-input_type_checkbox {
        margin: 0 0px 6px 0px; } }

  .card .basechek {
    margin-top: 15px; }

  .card .basechek__line {
    margin-top: 15px; }

  .card .basechek.top {
    margin-top: 12px; }

.card__block {
  display: flex;
  width: 100%;
  margin-top: 40px; }

.card__item:last-child {
  padding-left: 30px; }

.card_desc {
  font-size: 26px;
   font-family: Roboto, sans-serif;
  margin-top: 5px;
  line-height: 1.1;
  text-align: center; }


.card_reiting {
  display: flex;
  align-items: center; }

  .card_reiting label {
    font-size: 20px;
       font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-right: 10px; }
  .card_reiting img {
    margin-right: 8px; }


.katalog__size_item {
  position: relative;
  z-index: 2;
  margin: 15px 0 0 -14px; }


.b-input_type_checkbox {
  display: inline-block;
  margin: 0 2px 9px 2px; }


.katalog__size_ttl {
  font-size: 22px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  margin-bottom: 20px; }

.katalog__size_item.color {
  margin: 15px 0 0 5px; }

  .katalog__size_item.color .b-input_type_checkbox {
    text-align: center;
    width: 85px; }
    @media (max-width: 480px) {
      .katalog__size_item.color .b-input_type_checkbox {
        width: 85px; } }
    .katalog__size_item.color .b-input_type_checkbox label {
      font-size: 14px;
      font-weight: normal; }
    .katalog__size_item.color .b-input_type_checkbox img {
      margin: 0 auto 5px auto;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      display: block;
      border: 1px solid #ccc; }

.katalog__size_recom {
  font-size: 18px;
      font-family: Roboto, sans-serif;
  margin-top: 20px; }

.prezent2.js-prezend {
  margin-top: 30px; }

.card__smallpict {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  width: 700px;
  overflow: hidden; }

.card__smallpict_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 132px;
  background-color: #fff;
  border: 2px solid #ebebed;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .card__smallpict_item img {
    max-width: 100%;
    height: 100%; }
  .card__smallpict_item:hover {
    cursor: pointer;
    border: 2px solid #2ba131; }

.card .katalog__size_item.color .b-input_type_checkbox img {
  width: 60px;
  height: 60px; }
  @media (max-width: 480px) {
    .card .katalog__size_item.color .b-input_type_checkbox img {
      width: 50px;
      height: 50px; } }

.card__sale {
  display: flex;
  justify-content: center;
  margin-top: 22px;
  margin-bottom: 60px; }
  .card__sale .card__item {
    padding-top: 20px; }

    .card__sale .card__item:last-child {
      padding-top: 0;
      width: 500px;
      flex: none;
      padding-left: 25px; }


.bonus {
  text-align: center;
       font-family: Roboto, sans-serif;
    font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 16px;
  width: 190px; }

  .bonus span {
    display: block; }

    .bonus span img {
      margin-bottom: 6px; }


.b-card__price_item {
  text-align: center;
  display: inline-flex;
justify-content: space-around;
  align-items: flex-end;
  width: 400px; }

  .b-card__price_item .b-price {
    display: inline-block; }

    .b-card__price_item .b-price label {
      width: auto; }

    .b-card__price_item .b-price._old {
      font-size: 18px;
            font-family: Roboto, sans-serif;
   }

      .b-card__price_item .b-price._old label {
        font-size: 18px;
        line-height: 1; }

      .b-card__price_item .b-price._old span {
        font-size: 36px;
      font-family: "ALSSchlangesans-bold";
        position: relative; }

        .b-card__price_item .b-price._old span:before {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          left: -5px; }

        .b-card__price_item .b-price._old span.rub {
                font-family: Roboto, sans-serif;
    font-weight: 700;
          font-size: 30px;
          margin-left: 10px; }

          .b-card__price_item .b-price._old span.rub:before {
            display: none; }

    .b-card__price_item .b-price._new label {
      font-size: 26px; }

    .b-card__price_item .b-price._new span {
      line-height: 1;
      font-size: 54px;
     font-family: "ALSSchlangesans-bold";
      margin-left: 15px; }

.b-card__price_btn {
  text-align: center; }

  .b-card__price_btn .btn {
    margin-top: 15px; }

  .b-card__price_btn .link {
    color: #5b5b5b;
    font-size: 24px;
          font-family: Roboto, sans-serif;

    border-bottom: 2px dashed #5b5b5b;
    margin-top: 15px;
    display: inline-block; }

.basechek .katalog__size_ttl {
        font-family: Roboto, sans-serif;

  margin-bottom: 0;
  font-size: 20px; }

.card_size.colors {
  margin-top: 35px;
  width: 400px; }

.card__price {
  text-align: center; }

.card__price_btn {
  text-align: center;
  margin-top: 10px; }

.card__price_econom {
  color: #5b5b5b;
  font-size: 24px;
       font-family: Roboto, sans-serif;
  border-bottom: 2px dashed #5b5b5b;
  margin-top: 5px;
  display: inline-block; }

.btn.door-call_want-cheaper-link {
  padding: 9px 29px 0px 29px; }

@media (max-width: 1200px) {

  .card .card__item:first-child {
    width: auto;
    float: inherit; }

  .card__smallpict {
    width: auto;
    max-width: 500px; }


  .card .card__block {
    justify-content: center; }

  .card .card__bigpict {
    max-width: 500px;
    width: 100%;
    height: auto; }

  .card .card__smallpict_item {
    display: flex;
    align-items: center;
    width: 117px;
    height: 85px; }

  .card .card__item:last-child {
    width: 450px;
    flex: none;
    padding-left: 25px; }

  .card .card__sale {
    justify-content: center;
    flex-wrap: wrap; }

  .card .b-card__price {
    margin-top: 30px; }

  .card .card_size {
    max-width: 500px;
    width: 100%; } }
@media (max-width: 992px) {

  .card .card__sale .card__item {
    padding-top: 0px; }

  .card .card_desc {
    font-size: 22px; }

  .card .card__block {
    display: block; }

  .card .card__slider {
    max-width: 500px;
    margin: auto; }

  .card .card__item:last-child {
    width: 100%;
    text-align: center; }

  .card .card_reiting {
    justify-content: center;
    margin-top: 20px; }

  .card .card_size {
    margin: 20px auto;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    max-width: 400px; }

  .card .b-card__price {
    margin: 30px auto;
    width: 400px; }

  .card .b-card__price_btn .link {
    font-size: 24px; }

  .card .card__item {
    text-align: center; }

    .card .card__item:last-child {
      padding-left: 0; }

  .card .card__smallpict {
    margin-top: 10px; }

  .card .card__sale {
    margin-bottom: 30px;
    margin-top: 0; }


  .prezent2.js-prezend {
    margin: 20px auto;
    max-width: 400px;
    width: 100%; } }
@media (max-width: 992px) {

  .card .bonus {
    display: none; } }
@media (max-width: 480px) {

  .card h1 {
    font-size: 34px; }

  .card .card_desc {
    font-size: 20px; }

  .card .card_reiting {
    display: none; }

  .card .card_size {
    width: 100%; }
    .card .card_size.colors {
      width: 290px; }
  .card .b-card__price {
    width: 100%; }
  .card .b-card__price_item {
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    width: auto; }
  .card .b-price._new {
    margin-top: 20px; }

  .card .b-card__price_btn .link {
    font-size: 20px; }

  .card .b-card__price_btn .btn._68 {
    padding: 23px 10px 24px 10px; }

  .card .card__sale .card__item {
    padding-top: 0px; }

    .card .card__sale .card__item img {
      width: 200px; }

  .card .katalog__size_ttl {
    font-size: 20px; } }

.best-offers {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center; }
  @media (max-width: 992px) {

    .best-offers {
      margin-top: 50px; } }

  .best-offers h3 {
    font-size: 48px;
    margin-bottom: 30px; }
    @media (max-width: 768px) {

      .best-offers h3 {
        font-size: 42px;
        margin-bottom: 30px; } }
    @media (max-width: 480px) {

      .best-offers h3 {
        font-size: 36px; } }

  .best-offers .b-card__item {
    text-align: center; }
    @media (max-width: 1200px) {

      .best-offers .b-card__item:last-child {
        display: none; } }
    @media (max-width: 970px) {

      .best-offers .b-card__item:last-child {
        display: inline-block; } }
    @media (max-width: 736px) {

      .best-offers .b-card__item:last-child {
        display: none; } }

  .best-offers .b-katalog__price {
    display: block;
    margin-top: 15px; }

  .best-offers .b-katalog__price_new {
    text-align: center; }

  .best-offers .b-card__item {
    width: 220px;
    padding: 10px; }

    .best-offers .b-card__item img {
      width: 100%; }

.b-input_type_checkbox input[type=radio] + span {
  font-weight: normal; }

.b-input_type_checkbox input[type=checkbox] {
  display: none; }

.b-input_type_checkbox input[type=radio] {
  display: none; }

.b-input_type_checkbox input[type=radio] {
  display: none; }

.b-input_type_checkbox label {
  font-size: 20px;
  font-family: Roboto, sans-serif;
  color: #000;
line-height: 1;
 }

  .b-input_type_checkbox label:hover {
    cursor: pointer; }


.b-input_type_checkbox input[type=radio] + span {
  position: relative;
  padding: 7px 15px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  border: 3px solid transparent;
    font-family: Roboto, sans-serif;}

.b-input_type_checkbox input[type=radio]:checked + span {
  border: 3px solid #49ad4f;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box; }

.b-input_type_checkbox input[type=radio]:checked + img {
  border: 2px solid #49ad4f; }

.katalog__size_item.size .b-input_type_checkbox {
  margin-top: 5px; }


.b-katalog__item_pict {
  position: relative;
  width: 700px;
  height: 509px; }

  .b-katalog__item_pict img {
    max-width: 100%;
    height: 100%; }

  .b-katalog__item_pict .sale {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: auto; }


.b-price {
  display: flex;
  align-items: flex-end; }

  .b-price label {
    font-size: 24px;
    line-height: 1;
    width: 90px;
    margin-right: 10px; }

  .b-price._old {
    line-height: 1;
    color: #5b5b5b;
     font-family: Roboto, sans-serif;
 }

    .b-price._old span {
     font-family: "ALSSchlangesans-bold";
      white-space: nowrap;
      position: relative;
      font-size: 44px;
      display: inline-block; }

      .b-price._old span.rub {
         font-family: Roboto, sans-serif;
        font-size: 36px;
        margin-left: 10px; }
        /* line 161, ../. ./sass/blocks/es3/_es3.sass */
        .b-price._old span.rub:before {
          display: none; }

  .b-price._new {
    line-height: 1;
    color: #32a534; }
    .b-price._new span {
      white-space: nowrap;
      font-size: 58px;
      font-family: "ALSSchlangesans-bold"; }

      .b-price._new span.rub {
        margin-left: 10px;
      font-family: "ALSSchlangesans-Black";
        font-size: 38px;
        margin-bottom: 4px; }
.b-card__price_item label {display: block}
.b-price._old span:before {
    height: 33px;
    width: 131px;    content: "";
    display: block;
    position: absolute;
    left: 20px;
    bottom: 0px;
background-image: url(/img/icon/line2.png);
	background-repeat: no-repeat;}

.more__block {
  max-width: 1170px;
  margin: 50px auto 0 auto;
  border: 10px solid #ffcc00;
  padding: 10px;
  background-color: #fff;
  padding: 10px; }


.more__blockmain {
  background-color: #fff;
  display: flex;
  width: 100%;
  padding: 40px 56px;
  justify-content: space-between; }

.more__blockmain_ttl {
font-family: "PTSansB";
  font-size: 30px;
  text-transform: uppercase; }


.more__blockmain_ttl2 {
    color: red;
    font-family: "PTSansB";
  font-size: 46px;
  text-transform: uppercase; }


.more__blockmain_desc {
  font-size: 24px;
  line-height: 1.2; }


.more__blockmain_rejim {
    font-family: "PTSansB";
  font-size: 24px; }

.more__blockmain_phone {
  font-size: 46px;
  color: #fff;
 font-family: "PTSansB";
  display: inline-block;
  background-color: red;
  position: relative;
  padding: 0 30px;
  margin-top: 15px; }
  .more__blockmain_phone:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -25px;
    border-bottom: 65px solid red;
    border-left: 25px solid transparent; }

  .more__blockmain_phone:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
    border-top: 65px solid red;
    border-right: 25px solid transparent; }
  .more__blockmain_phone a {
    color: #fff; }

.more__blockmain_item:last-child {
  text-align: center;
  padding-right: 22px; }

@media (max-width: 1200px) {

  .more__blockmain {
    padding: 40px 30px; }

  .more__blockmain_phone {
    padding: 0 5px; }

  .more__blockmain_item:last-child {
    padding-right: 5px; } }
@media (max-width: 1100px) {

  .more__blockmain_phone {
    font-size: 40px; }

    .more__blockmain_phone:before {
      border-bottom: 57px solid red; }

    .more__blockmain_phone:after {
      border-top: 57px solid red; }

  .more__blockmain_ttl2 {
    font-size: 42px; } }
@media (max-width: 992px) {
  .more__blockmain {
    display: block;
    text-align: center; }
  .more__blockmain_item:last-child {
    margin-top: 20px; } }
@media (max-width: 480px) {
  .more__blockmain {
    padding: 25px 0px; }
  .more__blockmain_ttl {
    font-size: 24px; }

  .more__blockmain_ttl2 {
    font-size: 32px;
    line-height: 1.2; }

  .more__blockmain_phone {
    font-size: 30px; }
    .more__blockmain_phone:before {
      display: none; }
    .more__blockmain_phone:after {
      display: none; }

  .more__blockmain_item:last-child {
    padding-right: 0px; }

  .more__blockmain_desc {
    font-size: 22px; } }

.b-input__drop .b-input__drop-item {
    padding: 7px 10px;
    font-size: 16px;
    font-family: Raleway, sans-serif;
    line-height: 1;
    color: rgba(34, 34, 34, 0.5);
}
.b-input__drop .b-input__drop-item a { color: rgba(34, 34, 34, 0.5);}
.b-input__drop .b-input__drop-item:hover {
    background-color: #f4f3f3;
    cursor: pointer;
}
.offer-title{  font-size: 49px;  color: #171616;font-family: "ALSSchlangesans-Black";    text-transform: uppercase;
	text-align: center;}
@media only screen and (max-width: 992px){
	.offer-title{  font-size: 36px;}
}
.red-button {display:inline-block}
@media only screen and (max-width: 480px){
	.offer-title{  font-size: 29px;}
	.red-button {font-size: 20px;}
}

.katalog {margin-top: 50px;}
.katalog h2 {margin:0; padding: 0}
.label-style {
    color: red;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -10px;
    line-height: 1;
}
.back {text-align: center}
.load_more, .show_all {    border: 3px solid #01d2e9!important;
    -moz-border-radius: 5px;    -webkit-border-radius: 5px;    border-radius: 5px;
    -moz-background-clip: padding;    -o-background-clip: padding-box;    -webkit-background-clip: padding;    background-clip: padding-box;
    width: 265px;    text-align: center;    font-size: 24px;    color: #01d2e9;    height: 65px;    line-height: 1.2;    display: inline-flex;
    align-items: center;    text-align: center;    justify-content: center;    margin-left: 10px;	margin-right: 10px;}
.load_more:hover {   color: #fff;    background-color: #01d2e9;}
.es16-top .es16_bg {  margin: 30px auto 0px auto;}
.b-filter__sort .red-button {color: #fff}
.es19_bg .container {    display: flex;
    justify-content: space-between;}
@media (max-width: 992px) {
	.es19_bg .container {    display: block;}
}
.b-best {margin-top: 50px; margin-bottom:50px} 
.best {display: flex;    justify-content: space-between; margin-top: 20px}
.b-card__item {  background-color: #fff;
    -moz-box-shadow: 0 2px 4px rgba(2, 2, 2, 0.18);
    -webkit-box-shadow: 0 2px 4px rgba(2, 2, 2, 0.18);
    box-shadow: 0 2px 4px rgba(2, 2, 2, 0.18);
    position: relative;    margin: 5px 5px 15px 5px; border-radius:0 0 10px 10px; padding: 5px
}
.more-top .more__block {margin-top: 0}
.best .b-card__pict {width: 200px}
.best .b-card__pict img {width: 100%}
.b-katalog__price_item {text-align: center}
.best .b-katalog__price_new {    text-align: center;
 line-height: 1;   color: #db6007;   font-size: 22px;
    font-family: "ALSSchlangesans-Black";    white-space: nowrap;}
.b-katalog__price_old {text-align: center;margin-top: 10px;  
    font-size: 15px;
    position: relative;
    display: inline-block;
    line-height: 1;
    font-family: "ALSSchlangesans-Black";
    white-space: nowrap;overflow: hidden;}
.b-katalog__price_old:before {   background-position: 0 0;
    height: 18px;    width: 98px;background-image: url(/img/icon-s38074f0ec6.png);
    background-repeat: no-repeat;content: "";    display: block;   position: absolute;    bottom: 2px;    left: -10px;
}

@media (max-width: 1200px){
.b-filter__sort .btn {    font-size: 22px;    height: 48px;   padding: 7px 15px 8px 15px;}

.best .b-card__item:last-child {  display: none;}
}

@media (max-width: 992px) {
.best .b-card__item:last-child {
    display: block;}
.best {  display: flex;   justify-content: center;  flex-wrap: wrap;}
}
@media (max-width: 720px){
.best .b-card__item:last-child {  display: none;}
}

.es1__menu_item.lbl4:before {    content: "";   height: 43px;    width: 48px;    position: absolute;
    top: 2px;    left: -60px;    display: block;  background-image: url(/css/../img/icon/mdl4.png);	background-repeat: no-repeat;}

@media only screen and (max-width: 767px){
.es1__menu_item.lbl4:before {  -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);   -webkit-transform: scale(0.8);
    transform: scale(0.8);   top: -2px;   left: -50px;}
}
.reset-filter {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0px 10px;
  text-align: left;
  position: relative;
  height: 42px;
  color: #040404;
  font-size: 20px;
  line-height: 1;
  padding-left: 15px;    font-family: "Roboto-Light"; }


  .reset-filter:hover {
    color: #040404; }
  .reset-filter span {
    display: block;  
   }
  .reset-filter:before {
    content: "X";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    color: #999;
    font-size: 20px;font-family: "Roboto-Bold";
}
.b-input__dropwrap { margin: 0px 7px 10px;}

@media (max-width: 1200px){
	.b-filter__sort .b-input__dropwrap {  margin: 0px 7px 10px;}
}
  @media (max-width: 550px) {
    .reset-filter {
      display: block;
      margin-top: 10px; }
      .reset-filter span {
        display: inline-block; } }


.feedback h4 {
    font-size: 49px;
    color: #171616;
    font-family: 'ALSSchlangesans-Black';
    text-align: center;
    line-height: 1;
    text-transform: uppercase;padding-top: 0px;
    text-shadow: none;
}

@media only screen and (max-width: 992px){
.feedback h4 { font-size: 42px;}
}

@media only screen and (max-width: 768px){
.feedback h4 { font-size: 40px;}
}
@media only screen and (max-width: 480px){
.feedback h4 { font-size: 36px;}
}


.feedback {  margin-top: 50px;  margin-bottom: 50px; }
.feedback .feedback__block {  display: flex;   justify-content: space-between; margin-top:50px}
@media (max-width: 768px) { .feedback .feedback__block {  display: block; }}
.feedback__item {  width: 33.3%;  padding: 30px;   margin: 0 15px;   border: 1px solid #cccccc; }
.feedback__item:hover {
    -moz-box-shadow: 0 2px 4px rgba(2, 2, 2, 0.18);
    -webkit-box-shadow: 0 2px 4px rgba(2, 2, 2, 0.18);
    box-shadow: 0 2px 4px rgba(2, 2, 2, 0.18); }
@media (max-width: 992px) {.feedback__item {      padding: 15px;      margin: 0 10px; }}
@media (max-width: 768px) {.feedback__item {    width: 75%;    margin: 15px auto; }}
@media (max-width: 480px) {.feedback__item {     width: 100%;     margin: 10px auto; }}
.feedback__count {  display: flex;  align-items: center; justify-content: space-between; }
.feedback__count .feedback__count_number {  font-family: "ALSSchlangesans-Black";
    font-size: 50px;  line-height: 1; }
@media (max-width: 992px) {.feedback__count .feedback__count_number {  font-size: 42px; } }
@media (max-width: 480px) {.feedback__count .feedback__count_number { font-size: 34px; } }

.feedback__ttl {  font-size: 20px;  white-space: nowrap;  color: #999; }
@media (max-width: 480px) {
    .feedback__ttl {    font-size: 18px; }
}
.feedback__pict {  margin-top: 50px; }
.feedback__pict img {  max-width: 100%; }

.es1._main._vstr h1 span { font-size:62px}
@media (max-width: 992px) {
	.es1._main._vstr h1 span { font-size: 50px;}
}
@media (max-width: 600px) {
	.es1._main._vstr h1 span { font-size: 42px;}
}
@media (max-width: 480px){
	.es1._main._vstr h1 br {display: none}
.es1._main._vstr h1 span {     line-height: 1.2;
    display: block; font-size: 30px;    line-height: 1;}
}
.es30__block {display: flex;    margin-top: 35px; margin-bottom: 100px} 
.es30__cont {margin-bottom: 30px;padding: 0 50px 0 30px;background: url("/img/check.png") 0 7px no-repeat; }
.es30__cont_desc {    margin-top: 5px;  font-size: 18px;}
.es30__cont_ttl {  font-size: 24px;  font-family: ALSSchlangesans-Black;  line-height: 1.2;}
.es30__item {width: 48%}


@media only screen and (max-width: 992px){
.es30__block {display: block;  margin-top: 35px; margin-bottom: 140px} 
.es30__item {width: 98%}
	.es31__block { font-size: 18px;}
}
@media only screen and (max-width: 768px){
.es30__block {display: block;  margin-top: 35px; margin-bottom: 140px} 
.es30__item {width: 98%}
}
@media only screen and (max-width: 480px){
.es30__cont_ttl {  font-size: 20px;}
.es30__cont_desc {  font-size: 16px;}
.es31__block { font-size: 16px;  margin: 25px auto;}
.b-beforeAfter__info_item .price {  display: block;}
.b-beforeAfter__info_item .price .price_item._old {display: block;white-space: nowrap;}
	.b-beforeAfter__info_item .price .price_item._new {  text-align: center; display: block;}
	.b-raschet__ttl2 {  line-height: 1;}
	.b-raschet__form .b-form__item:last-child {  margin-top: 10px;}
}

.icon.zv {    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 1px;
    background-image: url(/css/../img/zv.png);
    background-repeat: no-repeat;width: 22px; height:22px
}
 .icon.vnim { display: inline-block;
    vertical-align: bottom;
    margin-bottom: 1px;
    background-image: url(/css/../img/vnim.png);
    background-repeat: no-repeat;width: 22px; height:22px
}
.icon.i-rub {display: inline-block;
    vertical-align: bottom;
    margin-bottom: 1px;
    background-image: url(/css/../img/i-rub.png);
    background-repeat: no-repeat;width: 22px; height:22px}


.es100 { margin-bottom: 70px; }
.es100__block {position: relative; margin: 30px auto 0 auto; display: flex;align-items: center; }
.es100__pict .small {display: none}
.es100__item {display: flex; align-items: center; margin-bottom: 20px }
.es100__item:before {position: absolute; display: block;    width: 35px;
    height: 35px;  font-size: 22px;  text-align: center;
    line-height: 31px;  border-radius: 50%; opacity: 0.7;
    border:3px solid #fff; color: #1a1918;  font-family: "ALSSchlangesans-Black";background-color: #f8c103}
.es100__item:hover:before {opacity: 1}
.es100__item .info { font-size:16px; }
.es100__item .info strong { display: block}
.es100__item .step {padding: 0 10px}
.es100__item .step span { box-shadow: 1px 1px 1px #999; width:45px; height:45px; border-radius: 50%;  display: block; font-size: 30px; line-height: 48px; text-align: center;
    color: #1a1918;  font-family: "ALSSchlangesans-Black";background-color: #f8c103;}

.es100__item.item1:before {content: "1";   top: 100px; right: 1031px;}
.es100__item.item2:before {content: "2";   top: 130px; right: 743px;}
.es100__item.item3:before {content: "3";   top: 399px; right: 693px;}
.es100__item.item4:before {content: "4";   top: 323px; right: 482px;}
.es100__item.item5:before {content: "5";   top: 437px; right: 930px;}
.es100__item.item6:before {content: "6";   top: 602px; right: 504px;}
.es100__item.item7:before {content: "7";   top: 374px; right: 596px;}
.es100__item.item8:before {content: "8";   top: 179px; right: 835px;}
@media (max-width: 1200px) {
	.es100 { margin-top: 50px; }
    .es100__pict .small {
        display: block
    }
    .es100__item:before {display: none}
    .es100__pict .main {
        display: none
    }
}
@media (max-width: 992px){
    .es100__block {text-align: center;height: auto; display: block}
    .es100__pict {position: relative; margin-bottom: 30px; left: auto; display: inline-block}
    .es100__item {position: relative;    margin-bottom: 25px; text-align: left}
    .es100 .inline-block { width: 47%; display: inline-block; vertical-align: top; margin: 0 1px}

}


@media (max-width: 768px){

    .es100 .ttl {font-size: 34px}
    .es100 .inline-block { width: 90%;}
    .es100__pict { width: 100%}
    .es100__pict img {width: 94%; max-width: 700px}
}

@media (max-width: 480px){
    .es100__item .step span { box-shadow: 1px 1px 1px #999; width:35px; height:35px; border-radius: 50%;  display: block; font-size: 24px; line-height: 38px; text-align: center;
        color: #1a1918;  font-family: "ALSSchlangesans-Black";background-color: #f8c103;}

    .es100 .ttl {font-size: 28px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .es100__item .step {   padding: 0 10px 0 0px;   }
    .es100 .inline-block{ margin: 0; width: 100%  }
    .es100__block {
        margin: 30px auto 0 auto;
    }
}

.zone_item {display: inline-block; vertical-align: top; text-align: center; max-width: 500px;    margin: 20px;}
.zone__blockmain {display: flex; justify-content: space-around}
.zone_item_ttl {font-weight: 300;font-family: 'Roboto', sans-serif;font-size: 26px;}
.zone_item_pict {width: 100%; margin-top: 20px}
.zone_item_pict img{width: 100%}
.zone__block {margin: 35px auto; display: flex;    justify-content: space-evenly; flex-wrap: wrap}
.zone__block_item {display: flex; align-items: center; margin: 15px}
.zone__block_item span {padding-left: 7px}

@media (max-width: 992px){
    .zone_item_ttl {font-size: 22px;}
    .zone_item_pict img{width: 100%}
}
@media (max-width: 768px){
    .zone__blockmain { display: block; text-align: center;}
    .zone__block {
        margin: 0 auto 35px auto;}
	.grafik__ttl {  font-size: 32px;}
}
@media (max-width: 480px){
.es30__cont {    margin-bottom: 30px;
		padding: 0 10px 0 30px;}

.zone__block_item { width: 250px;margin: 10px;}}


.es19_bg {
    height: auto;
    background: url(/img/es19_bg.png) center center no-repeat;
	background-size: cover;}

.footer-comment {text-align:center; color: rgba(0,0,0,0.5); font-size: 14px; padding-top: 10px; padding-bottom: 10px}

@media only screen and (max-width: 992px){
.es19_bg {
	padding-bottom: 0px;}
}
.quiz {margin-top: 50px; margin-bottom: 80px;padding: 0 15px;}
.quiz .ttl {    font-size: 49px;
    color: #171616;
    font-family: "ALSSchlangesans-Black";
    text-transform: uppercase;
    text-align: center;}
@media (max-width: 992px){
.quiz .ttl {    font-size: 42px;}
}
@media (max-width: 767px){
.quiz .ttl {    font-size: 36px;}
}
@media (max-width: 480px){
.quiz .ttl {    font-size: 29px;}
}
.quiz .es__desc {
    font-size: 24px;
    font-family: RobotoMedium;
    text-align: center;
    line-height: 1.3;
    width: 80%;
    margin: 20px auto 0 auto;
}
@media (max-width: 767px){
.quiz .es__desc  {    font-size: 22px; width: 100%;}
}
@media (max-width: 480px){
.quiz .es__desc  {    font-size: 20px;}
}
@media (max-width: 480px){
.more__blockmain_phone {
    font-size: 26px;}
}
.es3__phone_number {  font-size: 36px;}
@media only screen and (max-width: 767px){
.es3__phone_number { font-size: 30px;}
}
.b-massage {
max-width: 900px;  width:97%;   border: 1px solid #acacac;
    margin: 30px auto;
    text-align: center;
    border-radius: 10px;
    padding: 5px 0 10px 0;}
.b-massage-ttl {    font-size: 20px;    color: #999;}
.b-massage input {height: 44px;  width: 290px;      padding: 0 10px;  font-size: 17px;border-radius: 5px; border: 1px solid #333;}
.b-massage__block {  margin-top: 15px;  display: flex;
    align-items: center;
    justify-content: center;}
.b-massage_but {    background-color: rgba(0,0,0,0.3);   border-radius: 50%;
    padding: 10px;   position: relative; margin-left: 10px}
.b-massage_but img {width:40px;margin-bottom:-4px}
.b-massage_but span {color: #fff;line-height: 1.3;
    background-color: red;
    border-radius: 50%;
    font-size: 14px;
    width: 20px;
    display: block;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;}
.b-massage_but:hover{cursor:pointer}

.b-massage_inp
{ background-color: rgba(0,0,0,0.3);   border-radius: 10px; padding: 7px;}
.b-massage-ttl2 {  margin-top: 15px;   font-size: 18px;     margin-bottom: 15px;   color: #999;}

.b-massage .b-sms_but {margin: 10px auto;  max-width: 314px;}
.b-massage .b-sms_input {display: inline-block;border: 1px solid transparent;}
.b-massage .input-error {border: 1px solid red;}
.b-massage .b-sms_input .form-control{box-shadow:none}
.b-massage .b-sms_input.input-error input {border: 1px solid red;}

@media only screen and (max-width: 920px){
.b-massage {
    margin: 30px 10px;}
}
@media only screen and (max-width: 480px){
.b-massage { width:auto; }
.b-massage_inp {
    border-radius: 5px;
    padding: 2px}
.b-massage_but img { width: 25px;}
.b-massage input {height: 44px;  width: 225px;     border-radius: 5px;   font-size: 13px;}
.b-massage input.form-control { font-size: 18px;}

.b-massage-ttl2 { font-size: 16px;padding: 0 5px;  line-height: 1.2;}
.b-massage-ttl2 br {display: none}
.b-massage-ttl {  font-size: 18px;  line-height: 1.2;}
.b-massage .b-sms_input {  width:auto;height: 44px; margin: 0 auto}
.b-massage .b-sms_but { margin-top: 10px;}
.b-massage_but { margin-left: 5px;}

}

.grafik._2 .predop{    font-size: 30px;  margin-bottom: 0;}
.grafik._2 .grafik__desc { font-size: 18px;}
@media only screen and (max-width: 480px){
.grafik._2 .grafik__ttl { font-size: 32px;}
.grafik._2 .predop{    font-size: 22px;  margin-bottom: 0;}
.grafik._2 .grafik__desc { font-size: 14px;}
}


.b-video._2 {margin-top: 50px; margin-bottom:50px}
.b-video._2 .b-video__block {max-width: 900px; margin: auto;height: auto;}


.b-mobile { display: none;font-family: 'PT Sans',sans-serif;
    text-align: center; background: url("/css/../img/b-mobile.jpg") center no-repeat;    padding: 0 10px 35px 10px;
}
@media (max-width: 768px) {
    .top_block {display: none}
    .b-mobile { display: block;}
}
.b-mobile__top {display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; padding-top: 10px}
.b-mobile_phone { display: flex; font-size: 24px;font-weight: bold;    font-family: 'Roboto',sans-serif;}
.b-mobile__ttl {   font-size: 30px;  font-family: 'ALSSchlangesans-Black'; line-height: 1.1}
.b-mobile__ttl span {color: #ff0000; white-space: nowrap}
.b-mobile .whatsapp-top {margin-top: 0; margin-left: 6px}
.b-mobile .whatsapp-top span {font-size: 10px}
.b-mobile ul {padding: 0; max-width: 350px; margin: 30px auto 20px auto}
.b-mobile ul li {text-align: left; font-size: 20px; min-height: 55px; position: relative; padding-left: 55px; list-style-type: none; margin-bottom: 10px}
.b-mobile ul li.ico1 {background: url("/img/mobile/ico1.png") left center no-repeat}
.b-mobile ul li.ico2 {background: url("/img/mobile/ico2.png") left center no-repeat}
.b-mobile ul li.ico3 {background: url("/img/mobile/ico3.png") left center no-repeat}
.b-mobile a.yellow-button {text-decoration: none;
font-size: 20px;
padding: 10px 10px 12px 10px;}

.b-mobile ul li span {font-weight: bold;}
.b-mobile .b-mobile_desc {font-size: 20px; max-width: 530px; margin: auto}
.b-mobile .b-mobile_desc span {font-weight: bold;}

.b-mobile .b-mobile_btn {margin-top: 25px}
.b-mobile .btn_comment { margin-top: 7px;
    font-size: 16px;}


.modal-w {width: 600px;}
.modal-w ol {list-style: decimal;}
.modal-w ol li {margin-top: 10px;}
.modal-w ul li { list-style: disc; margin-top: 10px;}
.modal-w span:not(.modal-title) { margin-top: 10px;}


.modal-w#props {max-width: 800px;
background: #fff;
    display: inline-block;
    margin: 0;

    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;


}

.modal-w dl {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}


.modal-w dl dt {margin-right: 5px;}

.modal-title {font-size: 30px;}

.modal__cart-list li {
    display: flex;
    align-items: center;
    margin-top: 10px;
}




.ii {display:flex;    align-items: center; }
.ii img {border-radius: 10%;}
.ii .ii-text {padding-left: 20px;max-width: 760px;}
.ii-block {display:flex;padding: 0 20px;  justify-content: space-between;align-items: center;}


.ii-link img {width: 45px; border-radius:4px;    margin-right: 10px;margin-top: 2px; border: 4px solid #fff}



@media only screen and (max-width: 760px){
	.ii{    align-items: flex-start;}

	.ii .ii-text {   padding-left: 0px;}.ii-block {display:block;text-align: center;}
	.main-subscribe-img {    margin-bottom: 5px;
    margin-top: 20px;}

}
@media only screen and (max-width: 480px){

	.ii-block {padding: 0 10px}
}

@media only screen and (max-width: 768px){

.t-flex {display:flex;justify-content: flex-end;}
.t-flex .ya-link {margin-left: 5px}
.bom-container {z-index: 100000}
.small__block {    position: fixed; bottom:0; left:0; width:100%; display:none;z-index: 100;    height: 40px;
    align-items: center;}
#no.small__block {
    display: none;
}
.small__item {  width:25%;  height: 100%;   display: flex;   align-items: center; padding: 0px 5px; justify-content: center;}
.small__item a{color: #fff;text-decoration: none;}
.small__item._1 a{display: block; width: 100%;}
.small__item._1{background-color: #4080ff; text-align: center;font-size: 16px;    line-height: 1;}
.small__item._2{background-color: #40bff5}
.small__item._3{background-color: #43d854}
.small__item._4{background-color: #08c}
.small__item img {width: 25px; margin-bottom:-2px}
@media only screen and (max-width: 768px){
#b-fixed-bottom {display:none}
.small__block {display:flex}
#yes {display:flex!important}

}
@media only screen and (max-width: 480px){
	.small__item._1 {font-size: 14px;  }
}
/* End */


/* Start:/css/animate.css?153002118876112*/
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    /*opacity: 0;*/
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    /*opacity: 1;*/
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    /*opacity: 0;*/
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    /*opacity: 1;*/
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    /*opacity: 1;*/
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    /*opacity: 0;*/
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    /*opacity: 1;*/
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    /*opacity: 0;*/
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/* End */


/* Start:/css/zoom-showcase.css?15300211881956*/
.thanky {
	width: 980px;
	height:400px;
	margin:0 auto;
	position:relative;
}

#thanky-left-button {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -29px;
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
	background: transparent url(/img/es16_left.png) no-repeat;
	left: -50px;
	width: 55px;
	height: 55px;
	z-index: 10;
	}
	
#thanky-right-button {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -29px;
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
	background: transparent url(/img/es16_right.png) no-repeat;
	right: -50px;
	width: 55px;
	height: 55px;
	z-index: 10;
	}

/* Adjust the font-family for the text fields here */	
.zoom-gallery {
			
	position: relative;
	font-family: "YanoneKaffeesatzRegular", Geneva, sans-serif;
	font-size: 24px;
				
}

/* Just getting rid of the link outline */
.zoom-gallery a {
			
	outline: none;
				
}

/* resetting the unordered list margin and list-style */
.zoom-gallery ul {
			
	margin: 0;
	list-style: none;
	display: none;
				
}
	
/* Adjust the box shadow and border here */		
.zoom-gallery li {
			
	margin: 0;
	overflow: hidden;
	
	border: 2px solid #EEE;
	
	-moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
	box-shadow: 0px 5px 10px #888;
				
}

/* Hide the text until it's ready to be shown */		
.zoom-gallery ul li ul {
			
	display: none;
				
}

/* Hide the preloader until it's positioned correctly */
.zoom-gallery img.preloader {
			
	display: none;
	position: absolute;
				
}

/* Adjust the text-field padding here */		
.zoom-gallery-info-text {
				
	padding: 10px;
	
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	z-index: 9999;
							
}

/* Position the noscript fallback image */
.zoom-gallery #noscript {

	width: 980px;
	text-align: center;
	
}










/* End */


/* Start:/bitrix/templates/main/components/bitrix/form.result.new/site_selling/style.min.css?16686249606108*/
#site-selling-form.modal{z-index:10500}#site-selling-form .modal-dialog{width:650px}@media(max-width:767px){#site-selling-form .modal-dialog{width:300px;margin:10px auto}}#site-selling-form .modal-header .close{margin:8px 10px 0 0}#site-selling-form .form-wrapper{font-family:'ALSSchlangesans-Bold'}#site-selling-form .form-wrapper .form-title{color:#171616;font-size:49px;text-align:center;text-transform:uppercase;font-family:'ALSSchlangesans-Black';line-height:1;margin-bottom:10px}#site-selling-form .form-wrapper .form-description{font-size:2em;color:#171616;text-align:center;margin-bottom:10px;padding:0 20%}#site-selling-form .form-wrapper .form-note-wrapper{text-align:center;margin-bottom:15px;font-size:3em}#site-selling-form .form-wrapper .form-errors-text{text-align:center;margin-bottom:15px;font-size:3em;color:#fe0000}#site-selling-form .form-wrapper .grey-background{background:#f4f3f3;padding:20px}@media(max-width:767px){#site-selling-form .form-wrapper .grey-background .count-wrapper{margin-top:15px}}#site-selling-form .form-wrapper .grey-background .count-wrapper .title{font-size:25px;font-weight:bold;text-transform:uppercase;text-align:center;margin-top:27px;font-family:Roboto,sans-serif}@media(max-width:767px){#site-selling-form .form-wrapper .grey-background .count-wrapper .title{margin-top:0}}#site-selling-form .form-wrapper .grey-background .count-wrapper .count{color:#01d2e9;font-size:60px;border-bottom:3px solid #01d2e9;padding:10px 0;margin-bottom:10px;text-align:center;font-family:'ALSSchlangesans-Black'}#site-selling-form .form-wrapper .grey-background .count-wrapper .subscription{text-align:center;font-family:'Roboto',sans-serif;font-size:20px;color:#010101;line-height:1}#site-selling-form .form-wrapper .grey-background .today-count-wrapper .today-title{text-transform:uppercase;font-size:35px;font-weight:bold;text-align:center;font-family:Roboto,sans-serif}#site-selling-form .form-wrapper .grey-background .today-count-wrapper .count{border-bottom:0;color:#fff;background-color:#fe0000;margin-top:10px;padding:15px 0;font-size:80px;line-height:1}#site-selling-form .form-wrapper .inputs-wrapper{margin-top:15px}#site-selling-form .form-wrapper .inputs-wrapper .input-wrapper{position:relative}#site-selling-form .form-wrapper .inputs-wrapper .input-wrapper:before{content:"";display:block;width:32px;height:29px;left:26px;top:8px;position:absolute;background-image:url(/bitrix/templates/main/components/bitrix/form.result.new/site_selling/images/phone.png);background-repeat:no-repeat;background-position:center}#site-selling-form .form-wrapper .inputs-wrapper .input-wrapper input{border-radius:5px;-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.3);-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.3);box-shadow:inset 1px 1px 1px rgba(0,0,0,0.3);border:1px solid rgba(128,128,128,0.5);outline:0;padding:12px 10px 10px 45px;font-size:16px;line-height:20px;color:#171616;width:100%;font-family:'PT Sans',sans-serif;background-color:#f4f4f5}@media(max-width:767px){#site-selling-form .form-wrapper .inputs-wrapper .input-wrapper{margin-bottom:15px}}#site-selling-form .form-wrapper .inputs-wrapper .select-wrapper .TS_select-box .select-label{border-radius:5px;-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.3);-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.3);box-shadow:inset 1px 1px 1px rgba(0,0,0,0.3);border:1px solid rgba(128,128,128,0.5);outline:0;padding:12px 10px 10px 45px;line-height:20px;font-size:16px;color:#171616;width:100%;font-family:'PT Sans',sans-serif;background-color:#f4f4f5}#site-selling-form .form-wrapper .inputs-wrapper .select-wrapper .TS_select-box .select-label:before{width:32px;height:29px;left:11px;top:8px;content:"";display:block;position:absolute;background-image:url(/bitrix/templates/main/components/bitrix/form.result.new/site_selling/images/position.png);background-repeat:no-repeat;background-position:center}#site-selling-form .form-wrapper .inputs-wrapper .select-wrapper .TS_select-box .select-label.default{color:gray}#site-selling-form .form-wrapper .inputs-wrapper .select-wrapper .TS_select-box .select-option-list{background-color:rgba(255,255,255,0.9);-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.3);-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.3);box-shadow:inset 1px 1px 1px rgba(0,0,0,0.3);border:1px solid rgba(128,128,128,0.5);border-top:0}#site-selling-form .form-wrapper .inputs-wrapper .select-wrapper .TS_select-box .select-option-list .select-option{padding:5px 10px;-webkit-transition:.3s ease .3s;-moz-transition:.3s ease .3s;-ms-transition:.3s ease .3s;-o-transition:.3s ease .3s;transition:.3s ease .3s;font-size:14px}#site-selling-form .form-wrapper .inputs-wrapper .select-wrapper .TS_select-box .select-option-list .select-option:not(:last-child){border-bottom:1px solid #a7a9ab}#site-selling-form .form-wrapper .inputs-wrapper .select-wrapper .TS_select-box .select-option-list .select-option:hover{background-color:#fe0000;color:#fff}#site-selling-form .form-wrapper .inputs-wrapper .submit-wrapper{text-align:center;margin-top:15px}#site-selling-form .form-wrapper .inputs-wrapper .submit-wrapper input{display:inline-block;background-color:#fe0000;border-radius:5px;border:0;outline:0;border-bottom:4px solid #980000;padding:10px 20px;text-transform:uppercase;font-size:20px;color:#fff;font-family:'PT Sans',sans-serif;font-weight:bold}#site-selling-form .prav-info{padding:10px 10px 20px}.site-selling-caller{position:fixed;left:15px;top:15px;width:130px;text-align:center;opacity:.5;padding:15px;background-color:#ececec;z-index:999}.site-selling-caller:hover{opacity:1}.site-selling-caller .text{font-size:14px;font-weight:bold;text-transform:uppercase;font-family:ALSSchlangesans-Black}@media(max-width:767px){.site-selling-caller{display:none}}
#site-selling-form .input-error{box-shadow: none}#site-selling-form .input-error .is-invalid {    -webkit-box-shadow: inset 0px 0px 0px 2px rgb(255 8 8);
                                                     -moz-box-shadow: inset 0px 0px 0px 2px rgba(255,8,8,1)!important;
                                                     box-shadow: inset 0px 0px 0px 2px rgb(255 8 8)!important;
                                                     border-radius: 5px!important;}
/* End */


/* Start:/bitrix/templates/main/libs/select/css/TS_select.min.css?15299496001083*/
.TS_select-box{position:relative}.TS_select-box input{display:none}.TS_select-box .select-label{-moz-appearance:none;-o-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;vertical-align:middle;outline:0;outline:0;width:100%;cursor:pointer}.TS_select-box .select-label .value{vertical-align:middle}.TS_select-box .select-label .arrow{vertical-align:middle;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.TS_select-box .select-label .arrow:before{content:"";border:2px solid black;border-top:0;border-left:none;transform:rotate(45deg) translate(-25%,-25%);width:7px;height:7px;display:inline-block;vertical-align:middle;box-sizing:border-box}.TS_select-box .select-option-list{position:absolute;top:calc(100% - 1px);left:0;right:0;max-height:200px;outline:0;border-top:0;display:none;z-index:10}.TS_select-box .select-option-list.shown{display:block}.TS_select-box .select-option-list .select-option{cursor:pointer}.TS_select-box:not(.js-hover):hover .select-option-list{display:block}
/* End */
/* /js/globals/2.0/preloader.css?17313044221931 */
/* /js/fancybox/source/jquery.fancybox.css?15300210764917 */
/* /css/normalize.min.css?15300211881981 */
/* /css/fonts.css?15318980604706 */
/* /css/style-old.css?1596027190294416 */
/* /css/bootstrap.min.css?1530021188160273 */
/* /css/media.css?15300211881068 */
/* /css/skin.css?15300211889381 */
/* /js/twentytwenty-master/twentytwenty.css?15300210766299 */
/* /css/style.min.css?167697606653178 */
/* /css/custom.css?1772076617102789 */
/* /css/animate.css?153002118876112 */
/* /css/zoom-showcase.css?15300211881956 */
/* /bitrix/templates/main/components/bitrix/form.result.new/site_selling/style.min.css?16686249606108 */
/* /bitrix/templates/main/libs/select/css/TS_select.min.css?15299496001083 */
